question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warning about apiVersion (not yet added in 2019-04-01/deploymentTemplate.json)

See original GitHub issue

Hi, 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:open
  • Created 2 years ago
  • Comments:14

github_iconTop GitHub Comments

1reaction
StephenWeatherfordcommented, May 7, 2022

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

1reaction
StephenWeatherfordcommented, May 7, 2022

Should release next week.

image image image image
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found