Warning about apiVersion (not yet added in 2019-04-01/deploymentTemplate.json)
See original GitHub issueHi,
I’ve tried to edit ARM template generated from Azure portal (with vscode-azurearmtools vscode extension), and there was a bunch of missing apiVersion warnings (For full schema validation, consider updating the value to one of the following ...
).
Seems like 2019-04-01/deploymentTemplate.json needs an update for those.
“Microsoft.DocumentDB/databaseAccounts”: 2021-05-15 “microsoft.insights/components”: 2020-02-02 “microsoft.insights/components/ProactiveDetectionConfigs”: 2018-05-01-preview “Microsoft.Storage/storageAccounts”: 2021-04-01
Issue Analytics
- State:
- Created 2 years ago
- Comments:14
Top Results From Across the Web
kubectl error validating data: apiVersion not set ... - GitHub
while creating yaml file with kubectl i am getting error of apiversion not set. but i have already set it to v1. kubectl...
Read more >Updating ARM schema & apiVersion values - Pasi Huuhka
Updating $schema values. I had not been paying enough attention to this before, even though I had noticed the extension warning about this...
Read more >Helm 3 chart install error: error validating data: apiVersion not ...
In my case, I was adding .json file inside template directory. ... helm (in DevSpaces) was not able to handle it, although locally...
Read more >Warning: Helpful Warnings Ahead - Kubernetes
In Kubernetes v1.19, we added a feature that allows the Kubernetes ... the API will no longer be available, and the replacement API...
Read more >API Warning from google play store when uploading apk
the not yet released beta docs contain a FileStructure section which contains a description of the build.json file as well. have a look:....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay, not everything is fixed.
WORKING: “Microsoft.DocumentDB/databaseAccounts” “microsoft.insights/components” “microsoft.insights/components/ProactiveDetectionConfigs” “Microsoft.Storage/storageAccounts”
@jorgecotillo Here are some that are still missing:
Microsoft.AAD/domainServices: Missing 2021-05-01 Microsoft.Network/virtualNetworks: latest is 2020-11-01, missing 2021-02-01, 2021-03-01, 2021-05-01 Microsoft.Network/networkSecurityGroups: latest in schemas is 2020-11-01, missing 2021-02-01, 2021-03-01, 2021-05-01
Should release next week.