This extension provides a rich authoring experience for Azure Device OS Configuration Desired Configuration (DC) documents.
- Completion lists and snippets (components, objects, properties, values, etc.)
- Hover information (component, object, enum values, etc.)
- Desired Configuration (DC) document validation
- Customizable model repository (see Module Interface Model (MIM))
This extension contributes the following settings:
osconfig.model.remote
repository
: The name of the GitHub model repository<owner>/<repo>
. The name is not case sensative.path
: The path to the directory containing the MIM JSON files.ref
: The name of the commit/branch/tag. Default: the repository's default branch (usuallymain
)
osconfig.model.local.path
: The path to a directory containing a set of MIM JSON files.osconfig.model.priority
: The model repository source to load MIM JSON files from. If the selected source is not available, the next source is used as a fallback.
By default, the extension will load MIM JSON files from the
main
branch of the Azure/azure-osconfig repository (located under/src/modules/mim
).
Have questions or feedback? There are many ways in which you can participate in this project, for example:
- Submit bugs and/or feature requests
- Review source code changes
- Contribute directly to the source code
If you are interested in fixing issues and/or contributing, please see our Contribution Guidelines.
Check out the Azure/azure-osconfig project for more information and other ways to contribute.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT license.