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
This is straight from the unit tests:
{ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "resources": [ { "type": "Microsoft.ApiManagement/service/apis", "apiVersion": "2021-12-01-preview", "name": "foo/bar", "properties": { "displayName": "test", "apiRevision": "1", "description": "Init", "subscriptionRequired": true, "path": "foo", "protocols": [ "https" ], "isCurrent": true, "apiVersion": "v1", // this should not be flagged "apiVersionSetId": "[resourceId('Microsoft.ApiManagement/service/apiVersionSets', 'foo', 'bar')]" } } ] }
The apiVersion 2021-12-01-preview was not found for the resource type: Microsoft.ApiManagement/service/apis
Neither ARM extension nor bicep complain
The text was updated successfully, but these errors were encountered:
@StartAutomating
Sorry, something went wrong.
No branches or pull requests
This is straight from the unit tests:
Neither ARM extension nor bicep complain
The text was updated successfully, but these errors were encountered: