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
Run az deployment sub create --subscription <subscription ID> --parameters main.parameters.json --template-file main.bicep --what-if --location <location>
Expected behavior
what-if displays the actions that will be taken on the SQL server and the databases.
Actual behavior
what-if shows only actions that the module logAnalytics will perform. The module sql appears to be ignored during what-if but NOT during the actual deployment.
Describe the bug
A module is ignored.
To Reproduce
az deployment sub create --subscription <subscription ID> --parameters main.parameters.json --template-file main.bicep --what-if --location <location>
main.bicep
logAnalytics.bicep
sql.bicep
main.parameters.json
Expected behavior
what-if displays the actions that will be taken on the SQL server and the databases.
Actual behavior
what-if shows only actions that the module
logAnalytics
will perform. The modulesql
appears to be ignored during what-if but NOT during the actual deployment.Client [e.g. PowerShell, CLI, API)
Azure CLI 2.30.0 (Cloud Shell)
The text was updated successfully, but these errors were encountered: