.codecov.yml
.copier-answers.yml
.coveragerc
.envrc.example
.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
NOTICE
NOTICE.txt
README.md
noxfile.py
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/tech-debt.md
.github/actions/upload-exitstatus/action.yml
.github/workflows/ci.yml
.github/workflows/deploy-docs-action.yml
.github/workflows/deploy-package-action.yml
.github/workflows/docs-action.yml
.github/workflows/get-changed-files.yml
.github/workflows/package-action.yml
.github/workflows/pr.yml
.github/workflows/pre-commit-action.yml
.github/workflows/prepare-release-action.yml
.github/workflows/push.yml
.github/workflows/set-resolution-action.yml
.github/workflows/tag-auto.yml
.github/workflows/tag.yml
.github/workflows/test-action.yml
.pre-commit-hooks/check-cli-examples.py
.pre-commit-hooks/make-autodocs.py
changelog/.template.jinja
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_ext/saltdomain.py
docs/_static/.gitkeep
docs/ref/.gitkeep
docs/ref/clouds/index.rst
docs/ref/clouds/saltext.azurerm.clouds.azurerm.rst
docs/ref/fileserver/index.rst
docs/ref/fileserver/saltext.azurerm.fileserver.azurefs.rst
docs/ref/modules/index.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_compute.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_compute_availability_set.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_compute_disk.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_compute_image.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_compute_virtual_machine.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_compute_virtual_machine_extension.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_compute_virtual_machine_image.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_dns.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_keyvault_key.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_keyvault_secret.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_keyvault_vault.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_network.rst
docs/ref/modules/saltext.azurerm.modules.azurerm_resource.rst
docs/ref/states/index.rst
docs/ref/states/saltext.azurerm.states.azurerm_compute.rst
docs/ref/states/saltext.azurerm.states.azurerm_compute_availability_set.rst
docs/ref/states/saltext.azurerm.states.azurerm_compute_virtual_machine.rst
docs/ref/states/saltext.azurerm.states.azurerm_dns.rst
docs/ref/states/saltext.azurerm.states.azurerm_keyvault_key.rst
docs/ref/states/saltext.azurerm.states.azurerm_keyvault_secret.rst
docs/ref/states/saltext.azurerm.states.azurerm_keyvault_vault.rst
docs/ref/states/saltext.azurerm.states.azurerm_network.rst
docs/ref/states/saltext.azurerm.states.azurerm_resource.rst
docs/ref/utils/index.rst
docs/ref/utils/saltext.azurerm.utils.azurerm.rst
docs/ref/utils/saltext.azurerm.utils.rst
docs/topics/authentication.rst
docs/topics/index.rst
docs/topics/installation.md
src/saltext.azurerm.egg-info/PKG-INFO
src/saltext.azurerm.egg-info/SOURCES.txt
src/saltext.azurerm.egg-info/dependency_links.txt
src/saltext.azurerm.egg-info/entry_points.txt
src/saltext.azurerm.egg-info/not-zip-safe
src/saltext.azurerm.egg-info/requires.txt
src/saltext.azurerm.egg-info/scm_file_list.json
src/saltext.azurerm.egg-info/scm_version.json
src/saltext.azurerm.egg-info/top_level.txt
src/saltext/azurerm/__init__.py
src/saltext/azurerm/loader.py
src/saltext/azurerm/version.py
src/saltext/azurerm/clouds/__init__.py
src/saltext/azurerm/clouds/azurerm.py
src/saltext/azurerm/fileserver/__init__.py
src/saltext/azurerm/fileserver/azurefs.py
src/saltext/azurerm/modules/__init__.py
src/saltext/azurerm/modules/azurerm_compute.py
src/saltext/azurerm/modules/azurerm_compute_availability_set.py
src/saltext/azurerm/modules/azurerm_compute_disk.py
src/saltext/azurerm/modules/azurerm_compute_image.py
src/saltext/azurerm/modules/azurerm_compute_virtual_machine.py
src/saltext/azurerm/modules/azurerm_compute_virtual_machine_extension.py
src/saltext/azurerm/modules/azurerm_compute_virtual_machine_image.py
src/saltext/azurerm/modules/azurerm_dns.py
src/saltext/azurerm/modules/azurerm_keyvault_key.py
src/saltext/azurerm/modules/azurerm_keyvault_secret.py
src/saltext/azurerm/modules/azurerm_keyvault_vault.py
src/saltext/azurerm/modules/azurerm_network.py
src/saltext/azurerm/modules/azurerm_resource.py
src/saltext/azurerm/states/__init__.py
src/saltext/azurerm/states/azurerm_compute.py
src/saltext/azurerm/states/azurerm_compute_availability_set.py
src/saltext/azurerm/states/azurerm_compute_virtual_machine.py
src/saltext/azurerm/states/azurerm_dns.py
src/saltext/azurerm/states/azurerm_keyvault_key.py
src/saltext/azurerm/states/azurerm_keyvault_secret.py
src/saltext/azurerm/states/azurerm_keyvault_vault.py
src/saltext/azurerm/states/azurerm_network.py
src/saltext/azurerm/states/azurerm_resource.py
src/saltext/azurerm/utils/__init__.py
src/saltext/azurerm/utils/azurerm.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/clouds/__init__.py
tests/functional/fileserver/__init__.py
tests/functional/modules/__init__.py
tests/functional/states/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/clouds/__init__.py
tests/integration/fileserver/__init__.py
tests/integration/modules/__init__.py
tests/integration/states/__init__.py
tests/integration/states/test_compute_availability_set.py
tests/integration/states/test_compute_virtual_machine.py
tests/integration/states/test_dns.py
tests/integration/states/test_keyvault_key.py
tests/integration/states/test_keyvault_secret.py
tests/integration/states/test_keyvault_vault.py
tests/integration/states/test_network_interface.py
tests/integration/states/test_network_route.py
tests/integration/states/test_network_security_group.py
tests/integration/states/test_public_ip_address.py
tests/integration/states/test_resource_group.py
tests/integration/states/test_virtual_network.py
tests/integration/utils/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/clouds/__init__.py
tests/unit/fileserver/__init__.py
tests/unit/modules/__init__.py
tests/unit/states/__init__.py
tests/unit/utils/__init__.py
tests/unit/utils/test_azurerm.py
tools/initialize.py
tools/version.py
tools/helpers/__init__.py
tools/helpers/cmd.py
tools/helpers/copier.py
tools/helpers/git.py
tools/helpers/pre_commit.py
tools/helpers/prompt.py
tools/helpers/venv.py