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 9e51a31 commit 1baf459Copy full SHA for 1baf459
Registration/RegisterWithAzure.psm1
@@ -188,7 +188,10 @@ function Set-AzsRegistration{
188
[switch] $MarketplaceSyndicationEnabled = $true,
189
190
[Parameter(Mandatory = $false)]
191
- [switch] $UsageReportingEnabled = $true,
+ [switch] $UsageReportingEnabled = @{'Capacity'=$true;
192
+ 'PayAsYouUse'=$true;
193
+ 'Development'=$true;
194
+ 'Custom'=$false}[$BillingModel],
195
196
197
[ValidateNotNull()]
0 commit comments