Schemas used to author and validate Resource Manager Templates. These schemas power the intellisense and syntax completion in our ARM Tools VSCode extension, as well as the Export Template API
MIT License
610
stars
517
forks
source link
Schemas not listed/available in Visual Studio #2293
How come none the Azure ARM schemas show up in Visual studio?
The schema you see from xxx is the current schema used by the current template, and that's why it is shown in the list.
Also, IntelliSense does not seem to be aware of any ARM schemas.
Up until https://schema. IntelliSense finds possible schemas, but after that there's nothing.
How is it even be possible that Microsoft manage to use and publish schemas which Visual Studio is not aware of, especially when there are plenty of other 3:ed party schemas which Visual Studio obviously can find?
How come none the Azure ARM schemas show up in Visual studio?
The schema you see from xxx is the current schema used by the current template, and that's why it is shown in the list.
Also, IntelliSense does not seem to be aware of any ARM schemas. Up until
https://schema.
IntelliSense finds possible schemas, but after that there's nothing.How is it even be possible that Microsoft manage to use and publish schemas which Visual Studio is not aware of, especially when there are plenty of other 3:ed party schemas which Visual Studio obviously can find?