Skip to content

Commit

Permalink
{Find} az find: Remove EUII (#12349)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirdaki authored Feb 26, 2020
1 parent 539554b commit f68ed49
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/azure-cli/azure/cli/command_modules/find/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,13 @@ def should_enable_styling():


def call_aladdin_service(query):
client_request_id = ''
if telemetry_core._session.application: # pylint: disable=protected-access
client_request_id = telemetry_core._session.application.data['headers']['x-ms-client-request-id'] # pylint: disable=protected-access

session_id = telemetry_core._session._get_base_properties()['Reserved.SessionId'] # pylint: disable=protected-access
subscription_id = telemetry_core._get_azure_subscription_id() # pylint: disable=protected-access
client_request_id = client_request_id # pylint: disable=protected-access
installation_id = telemetry_core._get_installation_id() # pylint: disable=protected-access
version = str(parse_version(core_version))

context = {
"sessionId": session_id,
"subscriptionId": subscription_id,
"clientRequestId": client_request_id,
"installationId": installation_id,
"versionNumber": version
}

Expand Down

0 comments on commit f68ed49

Please sign in to comment.