We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db35ea commit 25a25e5Copy full SHA for 25a25e5
ansible/roles/open-env-azure-remove-user-from-subscription/tasks/main.yml
@@ -120,9 +120,9 @@
120
set_fact:
121
subscriptionfqid: "{{ assignedsubscription.subscriptions[0].fqid }}"
122
123
- - name: Clean up all Tags on the Subscription
+ - name: Initialize all tags we care about on the Subscription
124
command: >
125
- az tag delete --resource-id {{ subscriptionfqid }} --yes
+ az tag create --resource-id {{ subscriptionfqid }} --tags GUID="" EMAIL="" cost-center=""
126
127
- name: Get facts for management subscription by pool ID
128
azure.azcollection.azure_rm_subscription_info:
0 commit comments