This commit is contained in:
jeffj6123 2021-09-10 08:53:33 -07:00
Родитель 3255967cb5
Коммит b9291aa317
3 изменённых файлов: 3 добавлений и 3 удалений

2
.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

Просмотреть файл

@ -11,7 +11,7 @@ from knack.help_files import helps
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.

Просмотреть файл

@ -15,7 +15,7 @@ from applicationinsights import TelemetryClient
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():