Change azure_
to az.
in cloud.platform
enum values on
#1698
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Azure-specific attributes/signals use
az.
prefix to denote they belong toaz
namespace:az
vsazure
ship has sailed)We also use
az.
prefix/namespace inaz.ai.inference
(gen.ai.system
enum value)I'd like to try and consolidate
cloud.platform
enum values.TODO: check with other MS folks and check existing usages to see how breaking it would be:
azure_aks
->az.aks
azure_app_service
->az.app_service
azure_container_apps
->az.container_apps
azure_container_instances
->az.container_instances
azure_functions
->az.functions
azure_openshift
->az.openshift
azure_vm
->az.vm
Related to #1684 (comment), #608
PS: I'd encourage similar renames for AWS and GCP, but I have no means to check how much pain it would cause.
Merge requirement checklist
[chore]