-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az cli resource tagging should require less permissions #28742
Copy link
Copy link
Open
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
ARMaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupaz resource/group/lock/tag/deployment/policy/managementapp/account management-groupAuto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamact-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Related command
az resource tag \ --ids /subscriptions/**/resourceGroups/**/providers/Microsoft.Compute/virtualMachines/** \ --tags test=will-it-workIs your feature request related to a problem? Please describe.
Require ability to set the tags of a given VM without permissions to change other attributes of the VM, e.g block devices.
Describe the solution you'd like
az resource tag command to work with the minimal set of permissions by using only "Microsoft.Resources/tags/*" permissions
Describe alternatives you've considered
Additional context
Errors from trying to set tags on different permissions
trying to use
Microsoft.Compute/disks/writetrying to use
Microsoft.Network/networkInterfaces/join/actionwhich is not relatedAnd the list of unrelated permissions goes on