Skip to content

Commit

Permalink
cannot delete tags now, need to reinit instead (#7784)
Browse files Browse the repository at this point in the history
* cannot delete tags now

* remove spaces

---------

Co-authored-by: rut31337 <[email protected]>
  • Loading branch information
rut31337 and rut31337 authored Apr 3, 2024
1 parent 5db35ea commit 25a25e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@
set_fact:
subscriptionfqid: "{{ assignedsubscription.subscriptions[0].fqid }}"

- name: Clean up all Tags on the Subscription
- name: Initialize all tags we care about on the Subscription
command: >
az tag delete --resource-id {{ subscriptionfqid }} --yes
az tag create --resource-id {{ subscriptionfqid }} --tags GUID="" EMAIL="" cost-center=""
- name: Get facts for management subscription by pool ID
azure.azcollection.azure_rm_subscription_info:
Expand Down

0 comments on commit 25a25e5

Please sign in to comment.