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
throw [System.Exception] "Resource providers did not get registered in time."
183
+
}
184
+
elseif ($registered.Count-eq$requiredRPs.Count)
185
+
{
186
+
break
187
+
}
188
+
}
189
+
Get-AzureRmResourceProvider|Format-Table
190
+
}
165
191
}
166
192
167
193
Invoke-Usecase-Name 'CreateResourceGroupForUtilities'-Description "Create a resource group $CanaryUtilitiesRG for the placing the utility files"-UsecaseBlock `
0 commit comments