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
if ((-not$resource.properties.autoupgrademinorversion) -or ($resource.properties.autoupgrademinorversion-eq$false))
853
864
{
854
-
$msg="Warning: Exact Match for VMExtension version: $templateextPublisher\$templateextType\$templateextVersion not found in $supportedVersions. It is recommended to set autoupgrademinorversion property to true"
865
+
$msg="Warning: Exact Match for VMExtension version ($templateextPublisher\$templateextType\$templateextVersion) not found in supported versions ($supportedVersions). It is recommended to set autoupgrademinorversion property to true."
855
866
Write-warning$msg
856
867
$resourceOutput+=$msg
857
868
}
858
869
}
859
870
else
860
871
{
861
-
$msg="Warning: VMExtension version: $templateextPublisher\$templateextType\$templateextVersion not found in $supportedVersions."
872
+
$msg="Warning: VMExtension version ($templateextPublisher\$templateextType\$templateextVersion) not found in supported versions ($supportedVersions)."
0 commit comments