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_endpoint
azure_datalake_store_file_system_endpoint
active_directory_data_lake_resource_id
app_insights_resource_id
attestation_resource_id
app_insights_telemetry_channel_resource_id
app_service_resource_id
attestation_resource_id
azmirror_storage_account_resource_id
log_analytics_resource_id
synapse_analytics_resource_id
It looks like the above fall into one of the following buckets
- Never assigned in any cloud
- Only assigned in the public cloud
- Only assigned in public + sovereign (Fairfax & Mooncake)
Maybe that makes sense for some of them (need to check each RP), but for sure the missing synapse_analytics_resource_id is a bug, because its synapse_analytics_endpoint coutnerpart is there (in Bleu).
Related command
az cloud show --name AzureBleuCloud
Errors
"synapseAnalyticsResourceId": null
Issue 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 show
Environment Summary
irrelevant, bug is in the latest code (dev branch)
Additional context
No response
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