Policy Assignment Delay increase (#1802)

This commit is contained in:
Sacha Narinx 2024-10-17 11:27:09 +04:00 коммит произвёл GitHub
Родитель e681fb5350
Коммит 98cef3935c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -74,6 +74,7 @@ Here's what's changed in Enterprise Scale/Azure Landing Zones:
#### Tooling #### Tooling
- Resolved a bug in the Portal Accelerator related to deploying the single platform subscription setup. Incorrect parameter settings led to the failure of AMBA, as it erroneously attempted to deploy to a standard management group structure instead of a single platform management group as needed. - Resolved a bug in the Portal Accelerator related to deploying the single platform subscription setup. Incorrect parameter settings led to the failure of AMBA, as it erroneously attempted to deploy to a standard management group structure instead of a single platform management group as needed.
- Increasing Policy assignment delay by a couple of minutes to help reduce assignment errors using the portal accelerator experience (the infamous "please wait 30 minutes and try again" error).
### September 2024 ### September 2024

Просмотреть файл

@ -1075,7 +1075,7 @@
}, },
"delayCount": { "delayCount": {
"type": "int", "type": "int",
"defaultValue": 45, "defaultValue": 55,
"minValue": 1, "minValue": 1,
"maxValue": 60, "maxValue": 60,
"metadata": { "metadata": {