We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 907d938 + f6c605f commit 6da3490Copy full SHA for 6da3490
Cross Product/Public IP - ipTags/assignIpTags.ps1
@@ -1,7 +1,7 @@
1
Connect-AzAccount -Identity
2
3
# Create the ipTag once
4
-$ipTag = New-AzPublicIpTag -IpTagType "FirstPartyUsage" -Tag "/NonProd"
+$ipTag = New-AzPublicIpTag -IpTagType "TagUsage" -Tag "Environment"
5
6
# Get all resource groups in the subscription
7
$resourceGroups = Get-AzResourceGroup
0 commit comments