You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pwsh/AzGovVizParallel.ps1
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,7 @@ Param
365
365
$Product = 'AzGovViz',
366
366
367
367
[string]
368
-
$ProductVersion = '6.3.5',
368
+
$ProductVersion = '6.3.6',
369
369
370
370
[string]
371
371
$GithubRepository = 'aka.ms/AzGovViz',
@@ -2593,7 +2593,7 @@ function getConsumption {
2593
2593
$currenttask = "Getting Consumption data (scope MG '$($ManagementGroupId)') for $($subsToProcessInCustomDataCollectionCount) Subscriptions (QuotaId Whitelist: '$($SubscriptionQuotaIdWhitelist -join ', ')') for period $AzureConsumptionPeriod days ($azureConsumptionStartDate - $azureConsumptionEndDate)"
$currenttask = "Getting Consumption data (scope MG '$($ManagementGroupId)') for period $AzureConsumptionPeriod days ($azureConsumptionStartDate - $azureConsumptionEndDate)"
Copy file name to clipboardExpand all lines: pwsh/dev/functions/getConsumption.ps1
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ function getConsumption {
34
34
$currenttask="Getting Consumption data (scope MG '$($ManagementGroupId)') for $($subsToProcessInCustomDataCollectionCount) Subscriptions (QuotaId Whitelist: '$($SubscriptionQuotaIdWhitelist-join', ')') for period $AzureConsumptionPeriod days ($azureConsumptionStartDate - $azureConsumptionEndDate)"
if ($subConsumptionData-eq'Unauthorized'-or$subConsumptionData-eq'OfferNotSupported'-or$subConsumptionData-eq'InvalidQueryDefinition'-or$subConsumptionData-eq'NonValidWebDirectAIRSOfferType'-or$subConsumptionData-eq'NotFoundNotSupported'-or$subConsumptionData-eq'IndirectCostDisabled') {
@@ -246,7 +246,7 @@ function getConsumption {
246
246
$currenttask="Getting Consumption data (scope MG '$($ManagementGroupId)') for period $AzureConsumptionPeriod days ($azureConsumptionStartDate - $azureConsumptionEndDate)"
if ($subConsumptionData-eq'Unauthorized'-or$subConsumptionData-eq'OfferNotSupported'-or$subConsumptionData-eq'InvalidQueryDefinition'-or$subConsumptionData-eq'NonValidWebDirectAIRSOfferType'-or$subConsumptionData-eq'NotFoundNotSupported'-or$subConsumptionData-eq'IndirectCostDisabled') {
0 commit comments