We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried deploying a Azure DB for PostgreSQL using az CLI and ARM templates today, installing the "Azure Resource Manager (ARM) Tools" on VS Code.
The linter complained about createMode being required (cf.
createMode
azure-resource-manager-schemas/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json
Line 638 in 6fd703e
However, the deployment went just fine without this property. Moreover:
The text was updated successfully, but these errors were encountered:
Hello @rachel-msft! It looks like there is a schemas issue that needs your attention. Please investigate and confirm it is on your end. Thanks 😄
Sorry, something went wrong.
Thanks - We'll investigate.
No branches or pull requests
I tried deploying a Azure DB for PostgreSQL using az CLI and ARM templates today, installing the "Azure Resource Manager (ARM) Tools" on VS Code.
The linter complained about
createMode
being required (cf.azure-resource-manager-schemas/schemas/2017-12-01-preview/Microsoft.DBforPostgreSQL.json
Line 638 in 6fd703e
However, the deployment went just fine without this property. Moreover:
The text was updated successfully, but these errors were encountered: