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
Neither official MSDN documentation nor this doc in this repo points out the restriction on pauseTimeBetweenBatches
We are using .NET SDK and got following error when deploying:
Exception Message: The pause time PT2H provided is invalid. It must be formatted as an ISO 8601 non-negative time span of 10 minutes or less. For example a valid timespan is "PT0S" to represent 0 seconds. (type CloudException)
Exception Stack Trace: at Microsoft.Azure.Management.Compute.VirtualMachineScaleSetsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(String resourceGroupName, String vmScaleSetName, VirtualMachineScaleSet parameters, Dictionary`2 customHeaders, CancellationToken cancellationToken)
The text was updated successfully, but these errors were encountered:
Neither official MSDN documentation nor this doc in this repo points out the restriction on
pauseTimeBetweenBatches
We are using .NET SDK and got following error when deploying:
The text was updated successfully, but these errors were encountered: