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
f =>f(string.Format("GenericResourceExtended {0} '{1}' provisioning status is {2}","Microsoft.Website",resourceName,ProvisioningState.Accepted.ToLower())),
1216
+
f =>f(string.Format("Resource {0} '{1}' provisioning status is {2}","Microsoft.Website",resourceName,ProvisioningState.Accepted.ToLower())),
1217
1217
Times.Once());
1218
1218
progressLoggerMock.Verify(
1219
-
f =>f(string.Format("GenericResourceExtended {0} '{1}' provisioning status is {2}","Microsoft.Website",resourceName,ProvisioningState.Running.ToLower())),
1219
+
f =>f(string.Format("Resource {0} '{1}' provisioning status is {2}","Microsoft.Website",resourceName,ProvisioningState.Running.ToLower())),
1220
1220
Times.Once());
1221
1221
progressLoggerMock.Verify(
1222
-
f =>f(string.Format("GenericResourceExtended {0} '{1}' provisioning status is {2}","Microsoft.Website",resourceName,ProvisioningState.Succeeded.ToLower())),
1222
+
f =>f(string.Format("Resource {0} '{1}' provisioning status is {2}","Microsoft.Website",resourceName,ProvisioningState.Succeeded.ToLower())),
0 commit comments