allow telemetry here
This commit is contained in:
Родитель
3255967cb5
Коммит
b9291aa317
|
@ -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():
|
||||
|
|
Загрузка…
Ссылка в новой задаче