diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea959545..1c9b91f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Pre Test configuration run: | python scripts/check_and_use_custom_sdk.py - sfctl settings telemetry set-telemetry --off +# sfctl settings telemetry set-telemetry --off - name: test run: | scripts/verify.sh local \ No newline at end of file diff --git a/src/sfctl/helps/main.py b/src/sfctl/helps/main.py index 94d7c8bb..f4b8660c 100644 --- a/src/sfctl/helps/main.py +++ b/src/sfctl/helps/main.py @@ -11,7 +11,7 @@ helps[''] = """ type: group short-summary: Commands for managing Service Fabric clusters - and entities. This version is compatible with Service Fabric 7.1 + and entities. This version is compatible with Service Fabric 8.1 runtime. long-summary: Commands follow the noun-verb pattern. See subgroups for more information. diff --git a/src/sfctl/send_telemetry_background.py b/src/sfctl/send_telemetry_background.py index 6074cba5..0e5c9c60 100644 --- a/src/sfctl/send_telemetry_background.py +++ b/src/sfctl/send_telemetry_background.py @@ -15,7 +15,7 @@ from sfctl.telemetry import TELEMETRY_FILE_PATH from sfctl.state import set_telemetry_send_retry_count -INSTRUMENTATION = '482faeea-c22b-4c75-a1af-5bfe79f36cb7' +INSTRUMENTATION = 'bcc8168f-be0f-4622-8fe7-b930d173b8a9' SINGLE_UPLOAD_TIMEOUT = 30 def read_telemetry_entries():