File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
ResourceManager/SdkClient Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -930,7 +930,6 @@ private DeploymentStack waitStackCompletion(Func<Task<AzureOperationResponse<Dep
930
930
bool deploymentOperationFlag = true ;
931
931
do
932
932
{
933
- WriteVerbose ( string . Format ( "Checking stack deployment status" , step ) ) ;
934
933
TestMockSupport . Delay ( step * counterUnit ) ;
935
934
936
935
if ( phaseOne > 0 )
@@ -959,6 +958,8 @@ private DeploymentStack waitStackCompletion(Func<Task<AzureOperationResponse<Dep
959
958
PollDeployments ( stack ) ;
960
959
}
961
960
961
+ WriteVerbose ( "stack deployment status: " + stack . ProvisioningState ) ;
962
+
962
963
} while ( ! status . Any ( s => s . Equals ( stack . ProvisioningState , StringComparison . OrdinalIgnoreCase ) ) ) ;
963
964
964
965
return stack ;
Original file line number Diff line number Diff line change 21
21
## Upcoming Release
22
22
* Updated Resources SDK to 2024-07-01.
23
23
* Fixed overriding of Bicep parameters in Deployment Stack cmdlets to support SecureString parameters.
24
+ * Updated verbose status log during stack deployments to show deployment status.
24
25
25
26
## Version 7.6.0
26
27
* Fixed customer-reported ` Remove-AzPolicyAssignment ` behavior.
You can’t perform that action at this time.
0 commit comments