-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Missing sovereign cloud metadata (Bleu + Delos) #34059
Copy link
Copy link
Open
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teambugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teambugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
In https://github.com/Azure/azure-cli/blob/dev/src/azure-cli-core/azure/cli/core/cloud.py there are various missing metadata properties.
For example, Bleu is missing:
azure_datalake_analytics_catalog_and_job_endpointazure_datalake_store_file_system_endpointactive_directory_data_lake_resource_idapp_insights_resource_idattestation_resource_idapp_insights_telemetry_channel_resource_idapp_service_resource_idattestation_resource_idazmirror_storage_account_resource_idlog_analytics_resource_idsynapse_analytics_resource_idIt looks like the above fall into one of the following buckets
Maybe that makes sense for some of them (need to check each RP), but for sure the missing
synapse_analytics_resource_idis a bug, because itssynapse_analytics_endpointcoutnerpart is there (in Bleu).Related command
az cloud show --name AzureBleuCloudErrors
"synapseAnalyticsResourceId": nullIssue script & Debug output
no need to debug, the bug is clear in the referenced code
Expected behavior
all applicable sovereign cloud properties are present in
az cloud showEnvironment Summary
irrelevant, bug is in the latest code (
devbranch)Additional context
No response