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
We've identified a race condition when built-in & custom policies assignments are executed in parallel. This occurs when telemetry tracking is turned on.
Error:
New-AzManagementGroupDeployment: /home/runner/work/CanadaPubSecALZ/CanadaPubSecALZ/scripts/deployments/Functions/Policy.ps1:152
Line |
152 | New-AzManagementGroupDeployment `
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| 12:00:23 - The deployment 'cis-msft-130' failed with error(s).
| Showing 1 out of 1 error(s). Status Message: Unable to edit or
| replace deployment 'pid-a83f6385-f514-415f-991b-2d9bd7aed658':
| previous deployment from '5/11/2022 12:00:19 PM' is still
| active (expiration time is '5/18/2022 12:00:19 PM'). Please
| see https://aka.ms/arm-deploy for usage details.
| (Code:DeploymentActive) ```
The text was updated successfully, but these errors were encountered:
We've identified a race condition when built-in & custom policies assignments are executed in parallel. This occurs when telemetry tracking is turned
on
.Error:
The text was updated successfully, but these errors were encountered: