Skip to content

Commit 864df36

Browse files
authored
Added a comment
1 parent b21d644 commit 864df36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ foreach ($sub in $subscriptions) {
139139
{continue}
140140
}
141141

142+
# Consent tag enforcement on the CSP subscriptions
142143
if ($LicenseType -eq "PAYG") {
143144
$offers = @("MS-AZR-0145P", "MS-AZR-DE-0145P", "MS-AZR-0017G", "MS-AZR-159P", "MS-AZR-USGOV-0145P")
144145
$subscriptionOffers = Get-AzSubscription -SubscriptionId $sub.Id | Select-Object -ExpandProperty OfferId

0 commit comments

Comments
 (0)