We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a92cb8 commit d1d191dCopy full SHA for d1d191d
1 file changed
uploadToOMS.ps1
@@ -77,7 +77,7 @@ Switch($Authtype)
77
#
78
#################################################################################
79
80
-$usageSummary = Get-Content -Raw -Path "UsageSummary.json" | ConvertFrom-Json
+$usageSummary = Get-Content -Raw -Path "UsageSummary_$cloudName2.json" | ConvertFrom-Json
81
$logType = "Usage"
82
$deploymentGuid = $info.DeploymentGuid
83
0 commit comments