├── .devcontainer └── devcontainer.json ├── .editorconfig ├── .eslintrc.js ├── .gitattributes ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── avm_ci_environment_issue.yml │ ├── avm_module_issue.yml │ ├── avm_question_feedback.yml │ └── config.yml ├── actions │ └── templates │ │ ├── avm-getModuleTestFiles │ │ └── action.yml │ │ ├── avm-getWorkflowInput │ │ └── action.yml │ │ ├── avm-publishModule │ │ └── action.yml │ │ ├── avm-setEnvironment │ │ └── action.yml │ │ ├── avm-validateModuleDeployment │ │ └── action.yml │ │ ├── avm-validateModulePSRule │ │ └── action.yml │ │ └── avm-validateModulePester │ │ └── action.yml ├── chatmodes │ └── azure-verified-modules-bicep.chatmode.md ├── copilot-instructions.md ├── dependabot.yml ├── fabricbot.json ├── instructions │ └── bicep-avm-best-practices.instructions.md ├── policies │ ├── eventResponder.yml │ └── scheduledSearches.yml ├── prompts │ ├── create-plan-update-ARM-API.prompt.md │ ├── tech-debt-analysis-ARM-API.prompt.md │ └── triage-github-issues-for-resource-module.prompt.md ├── pull_request_template.md └── workflows │ ├── avm.ptn.aca-lza.hosting-environment.yml │ ├── avm.ptn.ai-ml.ai-foundry.yml │ ├── avm.ptn.ai-platform.baseline.yml │ ├── avm.ptn.alz.ama.yml │ ├── avm.ptn.alz.empty.yml │ ├── avm.ptn.app-service-lza.hosting-environment.yml │ ├── avm.ptn.app.container-job-toolkit.yml │ ├── avm.ptn.app.iaas-vm-cosmosdb-tier4.yml │ ├── avm.ptn.app.paas-ase-cosmosdb-tier4.yml │ ├── avm.ptn.authorization.pim-role-assignment.yml │ ├── avm.ptn.authorization.policy-assignment.yml │ ├── avm.ptn.authorization.policy-exemption.yml │ ├── avm.ptn.authorization.resource-role-assignment.yml │ ├── avm.ptn.authorization.role-assignment.yml │ ├── avm.ptn.authorization.role-definition.yml │ ├── avm.ptn.azd.acr-container-app.yml │ ├── avm.ptn.azd.aks-automatic-cluster.yml │ ├── avm.ptn.azd.aks.yml │ ├── avm.ptn.azd.apim-api.yml │ ├── avm.ptn.azd.container-app-upsert.yml │ ├── avm.ptn.azd.container-apps-stack.yml │ ├── avm.ptn.azd.insights-dashboard.yml │ ├── avm.ptn.azd.monitoring.yml │ ├── avm.ptn.data.private-analytical-workspace.yml │ ├── avm.ptn.deployment-script.import-image-to-acr.yml │ ├── avm.ptn.dev-ops.cicd-agents-and-runners.yml │ ├── avm.ptn.finops-toolkit.finops-hub.yml │ ├── avm.ptn.lz.sub-vending.yml │ ├── avm.ptn.mgmt-groups.subscription-placement.yml │ ├── avm.ptn.network.hub-networking.yml │ ├── avm.ptn.network.private-link-private-dns-zones.yml │ ├── avm.ptn.policy-insights.remediation.yml │ ├── avm.ptn.sa.build-your-own-copilot.yml │ ├── avm.ptn.sa.chat-with-your-data.yml │ ├── avm.ptn.sa.content-processing.yml │ ├── avm.ptn.sa.conversation-knowledge-mining.yml │ ├── avm.ptn.sa.document-knowledge-mining.yml │ ├── avm.ptn.sa.modernize-your-code.yml │ ├── avm.ptn.sa.multi-agent-custom-automation-engine.yml │ ├── avm.ptn.security.security-center.yml │ ├── avm.ptn.subscription.service-health-alerts.yml │ ├── avm.ptn.virtual-machine-images.azure-image-builder.yml │ ├── avm.res.aad.domain-service.yml │ ├── avm.res.alerts-management.action-rule.yml │ ├── avm.res.analysis-services.server.yml │ ├── avm.res.api-management.service.yml │ ├── avm.res.app-configuration.configuration-store.yml │ ├── avm.res.app.container-app.yml │ ├── avm.res.app.job.yml │ ├── avm.res.app.managed-environment.yml │ ├── avm.res.app.session-pool.yml │ ├── avm.res.authorization.policy-assignment.yml │ ├── avm.res.authorization.role-assignment.yml │ ├── avm.res.automation.automation-account.yml │ ├── avm.res.azure-stack-hci.cluster.yml │ ├── avm.res.azure-stack-hci.logical-network.yml │ ├── avm.res.azure-stack-hci.marketplace-gallery-image.yml │ ├── avm.res.azure-stack-hci.network-interface.yml │ ├── avm.res.azure-stack-hci.virtual-hard-disk.yml │ ├── avm.res.azure-stack-hci.virtual-machine-instance.yml │ ├── avm.res.batch.batch-account.yml │ ├── avm.res.cache.redis-enterprise.yml │ ├── avm.res.cache.redis.yml │ ├── avm.res.cdn.profile.yml │ ├── avm.res.cognitive-services.account.yml │ ├── avm.res.communication.communication-service.yml │ ├── avm.res.communication.email-service.yml │ ├── avm.res.compute.availability-set.yml │ ├── avm.res.compute.disk-encryption-set.yml │ ├── avm.res.compute.disk.yml │ ├── avm.res.compute.gallery.yml │ ├── avm.res.compute.image.yml │ ├── avm.res.compute.proximity-placement-group.yml │ ├── avm.res.compute.ssh-public-key.yml │ ├── avm.res.compute.virtual-machine-scale-set.yml │ ├── avm.res.compute.virtual-machine.yml │ ├── avm.res.consumption.budget.yml │ ├── avm.res.container-instance.container-group.yml │ ├── avm.res.container-registry.registry.yml │ ├── avm.res.container-service.managed-cluster.yml │ ├── avm.res.data-factory.factory.yml │ ├── avm.res.data-protection.backup-vault.yml │ ├── avm.res.databricks.access-connector.yml │ ├── avm.res.databricks.workspace.yml │ ├── avm.res.db-for-my-sql.flexible-server.yml │ ├── avm.res.db-for-postgre-sql.flexible-server.yml │ ├── avm.res.desktop-virtualization.application-group.yml │ ├── avm.res.desktop-virtualization.host-pool.yml │ ├── avm.res.desktop-virtualization.scaling-plan.yml │ ├── avm.res.desktop-virtualization.workspace.yml │ ├── avm.res.dev-center.devcenter.yml │ ├── avm.res.dev-center.network-connection.yml │ ├── avm.res.dev-center.project.yml │ ├── avm.res.dev-ops-infrastructure.pool.yml │ ├── avm.res.dev-test-lab.lab.yml │ ├── avm.res.digital-twins.digital-twins-instance.yml │ ├── avm.res.document-db.database-account.yml │ ├── avm.res.document-db.mongo-cluster.yml │ ├── avm.res.elastic-san.elastic-san.yml │ ├── avm.res.event-grid.domain.yml │ ├── avm.res.event-grid.namespace.yml │ ├── avm.res.event-grid.system-topic.yml │ ├── avm.res.event-grid.topic.yml │ ├── avm.res.event-hub.namespace.yml │ ├── avm.res.fabric.capacity.yml │ ├── avm.res.health-bot.health-bot.yml │ ├── avm.res.healthcare-apis.workspace.yml │ ├── avm.res.hybrid-compute.gateway.yml │ ├── avm.res.hybrid-compute.license.yml │ ├── avm.res.hybrid-compute.machine.yml │ ├── avm.res.hybrid-container-service.provisioned-cluster-instance.yml │ ├── avm.res.insights.action-group.yml │ ├── avm.res.insights.activity-log-alert.yml │ ├── avm.res.insights.component.yml │ ├── avm.res.insights.data-collection-endpoint.yml │ ├── avm.res.insights.data-collection-rule.yml │ ├── avm.res.insights.diagnostic-setting.yml │ ├── avm.res.insights.metric-alert.yml │ ├── avm.res.insights.private-link-scope.yml │ ├── avm.res.insights.scheduled-query-rule.yml │ ├── avm.res.insights.webtest.yml │ ├── avm.res.key-vault.vault.yml │ ├── avm.res.kubernetes-configuration.extension.yml │ ├── avm.res.kubernetes-configuration.flux-configuration.yml │ ├── avm.res.kubernetes-runtime.load-balancer.yml │ ├── avm.res.kubernetes.connected-cluster.yml │ ├── avm.res.kusto.cluster.yml │ ├── avm.res.load-test-service.load-test.yml │ ├── avm.res.logic.workflow.yml │ ├── avm.res.machine-learning-services.registry.yml │ ├── avm.res.machine-learning-services.workspace.yml │ ├── avm.res.maintenance.configuration-assignment.yml │ ├── avm.res.maintenance.maintenance-configuration.yml │ ├── avm.res.managed-identity.user-assigned-identity.yml │ ├── avm.res.managed-services.registration-definition.yml │ ├── avm.res.management.management-group.yml │ ├── avm.res.management.service-group.yml │ ├── avm.res.maps.account.yml │ ├── avm.res.net-app.net-app-account.yml │ ├── avm.res.network.application-gateway-web-application-firewall-policy.yml │ ├── avm.res.network.application-gateway.yml │ ├── avm.res.network.application-security-group.yml │ ├── avm.res.network.azure-firewall.yml │ ├── avm.res.network.bastion-host.yml │ ├── avm.res.network.connection.yml │ ├── avm.res.network.ddos-protection-plan.yml │ ├── avm.res.network.dns-forwarding-ruleset.yml │ ├── avm.res.network.dns-resolver.yml │ ├── avm.res.network.dns-zone.yml │ ├── avm.res.network.express-route-circuit.yml │ ├── avm.res.network.express-route-gateway.yml │ ├── avm.res.network.express-route-port.yml │ ├── avm.res.network.firewall-policy.yml │ ├── avm.res.network.front-door-web-application-firewall-policy.yml │ ├── avm.res.network.ip-group.yml │ ├── avm.res.network.load-balancer.yml │ ├── avm.res.network.local-network-gateway.yml │ ├── avm.res.network.nat-gateway.yml │ ├── avm.res.network.network-interface.yml │ ├── avm.res.network.network-manager.yml │ ├── avm.res.network.network-security-group.yml │ ├── avm.res.network.network-security-perimeter.yml │ ├── avm.res.network.network-watcher.yml │ ├── avm.res.network.p2s-vpn-gateway.yml │ ├── avm.res.network.private-dns-zone.yml │ ├── avm.res.network.private-endpoint.yml │ ├── avm.res.network.private-link-service.yml │ ├── avm.res.network.public-ip-address.yml │ ├── avm.res.network.public-ip-prefix.yml │ ├── avm.res.network.route-table.yml │ ├── avm.res.network.service-endpoint-policy.yml │ ├── avm.res.network.trafficmanagerprofile.yml │ ├── avm.res.network.virtual-hub.yml │ ├── avm.res.network.virtual-network-gateway.yml │ ├── avm.res.network.virtual-network.yml │ ├── avm.res.network.virtual-wan.yml │ ├── avm.res.network.vpn-gateway.yml │ ├── avm.res.network.vpn-server-configuration.yml │ ├── avm.res.network.vpn-site.yml │ ├── avm.res.operational-insights.cluster.yml │ ├── avm.res.operational-insights.workspace.yml │ ├── avm.res.operations-management.solution.yml │ ├── avm.res.portal.dashboard.yml │ ├── avm.res.power-bi-dedicated.capacity.yml │ ├── avm.res.purview.account.yml │ ├── avm.res.recovery-services.vault.yml │ ├── avm.res.relay.namespace.yml │ ├── avm.res.resource-graph.query.yml │ ├── avm.res.resources.deployment-script.yml │ ├── avm.res.resources.resource-group.yml │ ├── avm.res.search.search-service.yml │ ├── avm.res.security-insights.data-connector.yml │ ├── avm.res.security-insights.setting.yml │ ├── avm.res.service-bus.namespace.yml │ ├── avm.res.service-fabric.cluster.yml │ ├── avm.res.service-networking.traffic-controller.yml │ ├── avm.res.signal-r-service.signal-r.yml │ ├── avm.res.signal-r-service.web-pub-sub.yml │ ├── avm.res.sql.instance-pool.yml │ ├── avm.res.sql.managed-instance.yml │ ├── avm.res.sql.server.yml │ ├── avm.res.storage.storage-account.yml │ ├── avm.res.synapse.private-link-hub.yml │ ├── avm.res.synapse.workspace.yml │ ├── avm.res.virtual-machine-images.image-template.yml │ ├── avm.res.web.connection.yml │ ├── avm.res.web.hosting-environment.yml │ ├── avm.res.web.serverfarm.yml │ ├── avm.res.web.site.yml │ ├── avm.res.web.static-site.yml │ ├── avm.template.module.yml │ ├── avm.utl.types.avm-common-types.yml │ ├── copilot-setup-steps.yml │ ├── platform.check.psrule.yml │ ├── platform.ci-tests.yml │ ├── platform.deployment.history.cleanup.yml │ ├── platform.manage-workflow-issue.yml │ ├── platform.on-pull-request-check-labels.yml │ ├── platform.on-pull-request-check-pr-title.yml │ ├── platform.ossf-scorecard.yml │ ├── platform.publish-module-index-json.yml │ ├── platform.publish-tag.yml │ ├── platform.set-avm-github-issue-owner-config.yml │ ├── platform.set-avm-github-pr-labels.yml │ ├── platform.sync-avm-modules-list.yml │ ├── platform.sync-repo-labels-from-csv.yml │ └── platform.toggle-avm-workflows.yml ├── .gitignore ├── .prettierignore ├── .vscode ├── extensions.json ├── mcp.json └── settings.json ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── avm ├── ptn │ ├── aca-lza │ │ └── hosting-environment │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── application-gateway │ │ │ │ ├── app-gateway-cert.bicep │ │ │ │ ├── app-gateway.module.bicep │ │ │ │ └── deploy.app-gateway.bicep │ │ │ ├── compute │ │ │ │ ├── linux-vm.bicep │ │ │ │ └── windows-vm.bicep │ │ │ ├── container-apps-environment │ │ │ │ ├── README.md │ │ │ │ └── deploy.aca-environment.bicep │ │ │ ├── front-door │ │ │ │ ├── deploy.front-door.bicep │ │ │ │ └── private-link-service.bicep │ │ │ ├── naming │ │ │ │ ├── naming-rules.jsonc │ │ │ │ └── naming.module.bicep │ │ │ ├── networking │ │ │ │ └── peering.bicep │ │ │ ├── policy │ │ │ │ ├── policies-assignement.bicep │ │ │ │ └── policy-definitions │ │ │ │ │ ├── aca-allowed-container-registries.json │ │ │ │ │ ├── aca-allowed-ingress-target-ports.json │ │ │ │ │ ├── aca-allowed-ingress-transports.json │ │ │ │ │ ├── aca-allowed-locations.json │ │ │ │ │ ├── aca-no-diagnostic-settings.json │ │ │ │ │ ├── aca-no-liveness-probes.json │ │ │ │ │ ├── aca-no-monitoring.json │ │ │ │ │ ├── aca-no-readiness-probes.json │ │ │ │ │ ├── aca-no-startup-probes.json │ │ │ │ │ ├── aca-replica-count.json │ │ │ │ │ └── aca-required-cpu-and-memory.json │ │ │ ├── sample-application │ │ │ │ └── deploy.sample-application.bicep │ │ │ ├── spoke │ │ │ │ ├── README.md │ │ │ │ ├── deploy.spoke.bicep │ │ │ │ └── logAnalytics.bicep │ │ │ └── supporting-services │ │ │ │ ├── README.md │ │ │ │ ├── deploy.supporting-services.bicep │ │ │ │ └── modules │ │ │ │ ├── container-registry.module.bicep │ │ │ │ ├── key-vault.bicep │ │ │ │ └── storage.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── hub-spoke │ │ │ │ ├── deploy.hub.bicep │ │ │ │ ├── depoly.hub.deps.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── ai-ml │ │ └── ai-foundry │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── account.bicep │ │ │ ├── aiSearch.bicep │ │ │ ├── cosmosDb.bicep │ │ │ ├── keyVault.bicep │ │ │ ├── parseResourceIdFunctions.bicep │ │ │ ├── project │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── role-assignments │ │ │ │ │ ├── aiSearch.bicep │ │ │ │ │ ├── cosmosDb.bicep │ │ │ │ │ ├── cosmosDbDataPlane.bicep │ │ │ │ │ ├── storageAccount.bicep │ │ │ │ │ └── storageAccountDataPlane.bicep │ │ │ └── storageAccount.bicep │ │ │ ├── tests │ │ │ ├── e2e │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── ex.associated-resources │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── ex.bring-your-own │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── shared │ │ │ │ └── privateDnsZone.bicep │ │ │ └── version.json │ ├── ai-platform │ │ └── baseline │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── no-vm │ │ │ │ └── main.test.bicep │ │ │ │ ├── no-vnet │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── alz │ │ ├── ama │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── empty │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── policy-definitions.bicep │ │ │ ├── policy-set-definitions.bicep │ │ │ └── wait.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ └── max │ │ │ │ ├── lib │ │ │ │ ├── policy_definitions │ │ │ │ │ ├── Audit-Disks-UnusedResourcesCostOptimization.alz_policy_definition.json │ │ │ │ │ ├── Deploy-ASC-SecurityContacts.alz_policy_definition.json │ │ │ │ │ └── Deploy-Budget.alz_policy_definition.json │ │ │ │ ├── policy_set_definitions │ │ │ │ │ ├── Audit-TrustedLaunch.alz_policy_set_definition.json │ │ │ │ │ └── Deploy-MDFC-Config_20240319.alz_policy_set_definition.json │ │ │ │ └── role_definitions │ │ │ │ │ ├── application_owners.alz_role_definition.json │ │ │ │ │ ├── network_management.alz_role_definition.json │ │ │ │ │ ├── network_subnet_contributor.alz_role_definition.json │ │ │ │ │ ├── security_operations.alz_role_definition.json │ │ │ │ │ └── subscription_owner.alz_role_definition.json │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── app-service-lza │ │ └── hosting-environment │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── app-service │ │ │ │ ├── app-service.module.bicep │ │ │ │ └── ase.module.bicep │ │ │ ├── compute │ │ │ │ ├── linux-vm.bicep │ │ │ │ └── windows-vm.bicep │ │ │ ├── front-door │ │ │ │ ├── approve-afd-pe.module.bicep │ │ │ │ └── front-door.module.bicep │ │ │ ├── naming │ │ │ │ └── naming.module.bicep │ │ │ ├── networking │ │ │ │ └── network.module.bicep │ │ │ ├── spoke │ │ │ │ └── deploy.spoke.bicep │ │ │ └── supporting-services │ │ │ │ ├── deploy.supporting-services.bicep │ │ │ │ └── modules │ │ │ │ └── key-vault.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── app │ │ ├── container-job-toolkit │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ └── deploy_services.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── iaas-vm-cosmosdb-tier4 │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ └── defaults │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── paas-ase-cosmosdb-tier4 │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── authorization │ │ ├── pim-role-assignment │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── management-group.bicep │ │ │ │ ├── resource-group.bicep │ │ │ │ └── subscription.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── mg.eligible │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── rg.active │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── sub.active.permenant │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── policy-assignment │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── management-group-additional-rbac-asi-def-loop.bicep │ │ │ │ ├── management-group-additional-rbac-asi.bicep │ │ │ │ ├── management-group.bicep │ │ │ │ ├── resource-group-additional-rbac-asi-def-loop.bicep │ │ │ │ ├── resource-group-additional-rbac-asi.bicep │ │ │ │ ├── resource-group.bicep │ │ │ │ ├── subscription-additional-rbac-asi-def-loop.bicep │ │ │ │ ├── subscription-additional-rbac-asi.bicep │ │ │ │ └── subscription.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── mg.defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── mg.max │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── rg.defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── rg.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── sub.defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── sub.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── policy-exemption │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── management-group.bicep │ │ │ │ ├── resource-group.bicep │ │ │ │ └── subscription.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── mg.defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── mg.max │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── rg.defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── rg.max │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── sub.defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── sub.max │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── resource-role-assignment │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ └── generic-role-assignment.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── all │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── role-assignment │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── management-group.bicep │ │ │ │ ├── resource-group.bicep │ │ │ │ └── subscription.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── mg.defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── mg.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── rg.default │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── rg.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── sub.default │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── sub.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── role-definition │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── mg.default │ │ │ │ └── main.test.bicep │ │ │ │ └── mg.loadJson │ │ │ │ ├── lib │ │ │ │ └── subscription_owner.alz_role_definition.json │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── azd │ │ ├── acr-container-app │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ └── registry-access.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── probes │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── aks-automatic-cluster │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ └── defaults │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── aks │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── apim-api │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── apim-api-policy.xml │ │ │ │ └── openapi.yaml │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ └── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── container-app-upsert │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── container-apps-stack │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ └── zone-redundant │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── insights-dashboard │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ └── applicationinsights-dashboard.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── ml-ai-environment │ │ │ ├── CHANGELOG.md │ │ │ ├── DEPRECATED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ └── hub.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── max │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── ml-hub-dependencies │ │ │ ├── CHANGELOG.md │ │ │ ├── DEPRECATED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── max │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── ml-project │ │ │ ├── CHANGELOG.md │ │ │ ├── DEPRECATED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ └── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── monitoring │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ └── defaults │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── data │ │ └── private-analytical-workspace │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ ├── common.tests.ps1 │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── custom.tests.ps1 │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── custom.tests.ps1 │ │ │ │ └── main.test.bicep │ │ │ │ ├── min-priv │ │ │ │ ├── custom.tests.ps1 │ │ │ │ └── main.test.bicep │ │ │ │ ├── min-pub │ │ │ │ ├── custom.tests.ps1 │ │ │ │ └── main.test.bicep │ │ │ │ ├── uc01-priv │ │ │ │ ├── custom.tests.ps1 │ │ │ │ └── main.test.bicep │ │ │ │ ├── uc01-pub │ │ │ │ ├── custom.tests.ps1 │ │ │ │ └── main.test.bicep │ │ │ │ ├── uc02-priv │ │ │ │ ├── custom.tests.ps1 │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── uc02-pub │ │ │ │ ├── custom.tests.ps1 │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── uc03-priv │ │ │ │ ├── custom.tests.ps1 │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── uc03-pub │ │ │ │ ├── custom.tests.ps1 │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── custom.tests.ps1 │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── deployment-script │ │ └── import-image-to-acr │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── dev-ops │ │ └── cicd-agents-and-runners │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── scripts │ │ │ └── startAzureDevOpsContainerJob.ps1 │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── aca-aci │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults.azuredevops.aci │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults.github.aca │ │ │ │ └── main.test.bicep │ │ │ │ ├── max.azuredevops.aca │ │ │ │ └── main.test.bicep │ │ │ │ ├── max.github.aci │ │ │ │ └── main.test.bicep │ │ │ │ ├── org-scope-github-aca │ │ │ │ └── main.test.bicep │ │ │ │ ├── private-devops-existing-vnet-aci │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── private-github-existing-vnet-aca │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── private-github-new-vnet │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── finops-toolkit │ │ └── finops-hub │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── dataFactory.bicep │ │ │ ├── keyVault.bicep │ │ │ ├── scripts │ │ │ │ ├── Copy-FileToAzureBlob.ps1 │ │ │ │ ├── Remove-OldResources.ps1 │ │ │ │ └── Start-Triggers.ps1 │ │ │ └── storage.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ └── defaults │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── lz │ │ └── sub-vending │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── hubRouteTables.bicep │ │ │ ├── hubVirtualNetworkConnections.bicep │ │ │ ├── locksResourceGroup.bicep │ │ │ ├── locksSubscription.bicep │ │ │ ├── managementGroupSubscription.bicep │ │ │ ├── peering.bicep │ │ │ ├── readTagsResourceGroup.bicep │ │ │ ├── readTagsSubscription.bicep │ │ │ ├── subResourceWrapper.bicep │ │ │ ├── subscriptionAlias.bicep │ │ │ ├── tags.bicep │ │ │ ├── tagsResourceGroup.bicep │ │ │ ├── tagsSubscription.bicep │ │ │ └── virtualHubs.bicep │ │ │ ├── scripts │ │ │ └── Register-SubscriptionResourceProviderList.ps1 │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── additional-vnets │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── bastion │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── defaults │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── hub-spoke │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── ipam │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── nat-gateway │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── pim-active-role-assignments │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── pim-eligible-role-assignments │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── rbac-condition │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ ├── standalone-nsg │ │ │ │ └── main.test.bicep │ │ │ │ ├── user-assigned-identities │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ │ └── main.tests.ps1 │ │ │ │ └── vwan-spoke │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── pester │ │ │ │ └── main.tests.ps1 │ │ │ └── version.json │ ├── mgmt-groups │ │ └── subscription-placement │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── helper.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ └── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── network │ │ ├── hub-networking │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── getSubnet.bicep │ │ │ │ ├── subnets.bicep │ │ │ │ └── vnets.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── no-addons │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── private-link-private-dns-zones │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── virtual-network-link.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── exclude-zones │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── policy-insights │ │ └── remediation │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── management-group.bicep │ │ │ ├── resource-group.bicep │ │ │ └── subscription.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── mg.defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── mg.max │ │ │ │ └── main.test.bicep │ │ │ │ ├── rg.defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── rg.max │ │ │ │ └── main.test.bicep │ │ │ │ ├── sub.defaults │ │ │ │ └── main.test.bicep │ │ │ │ └── sub.max │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── sa │ │ ├── build-your-own-copilot │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── ai-services.bicep │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── deploy_aifp_aisearch_connection.bicep │ │ │ │ ├── keyVaultExport.bicep │ │ │ │ ├── network.bicep │ │ │ │ ├── network │ │ │ │ │ ├── bastionHost.bicep │ │ │ │ │ ├── jumpbox.bicep │ │ │ │ │ ├── network.bicep │ │ │ │ │ └── virtualNetwork.bicep │ │ │ │ ├── project.bicep │ │ │ │ ├── role-assignment.bicep │ │ │ │ ├── virtualNetwork.bicep │ │ │ │ ├── web-sites.bicep │ │ │ │ └── web-sites.config.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── sandbox │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── chat-with-your-data │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── app │ │ │ │ │ ├── adminweb.bicep │ │ │ │ │ ├── function.bicep │ │ │ │ │ ├── roleassignments.bicep │ │ │ │ │ └── web.bicep │ │ │ │ ├── cognitive-services │ │ │ │ │ └── account │ │ │ │ │ │ └── cognitive-services.bicep │ │ │ │ ├── compute │ │ │ │ │ └── virtual-machine │ │ │ │ │ │ ├── extension │ │ │ │ │ │ └── extension.bicep │ │ │ │ │ │ ├── nic-configuration │ │ │ │ │ │ └── nic-configuration.bicep │ │ │ │ │ │ └── virtual-machine.bicep │ │ │ │ ├── core │ │ │ │ │ ├── ai │ │ │ │ │ │ └── cognitiveservices.bicep │ │ │ │ │ ├── host │ │ │ │ │ │ ├── appservice.bicep │ │ │ │ │ │ ├── functions.bicep │ │ │ │ │ │ └── web-sites.config.bicep │ │ │ │ │ └── monitor │ │ │ │ │ │ ├── monitoring.bicep │ │ │ │ │ │ └── workbook.bicep │ │ │ │ ├── document-db │ │ │ │ │ └── database-account │ │ │ │ │ │ ├── database-account.bicep │ │ │ │ │ │ ├── sql-database │ │ │ │ │ │ ├── container │ │ │ │ │ │ │ └── container.bicep │ │ │ │ │ │ └── sql-database.bicep │ │ │ │ │ │ ├── sql-role-assignment │ │ │ │ │ │ └── sql-role-assignment.bicep │ │ │ │ │ │ └── sql-role-definition │ │ │ │ │ │ └── sql-role-definition.bicep │ │ │ │ ├── key-vault │ │ │ │ │ └── vault │ │ │ │ │ │ ├── secret │ │ │ │ │ │ └── secret.bicep │ │ │ │ │ │ └── vault.bicep │ │ │ │ ├── machine-learning-services │ │ │ │ │ └── workspace │ │ │ │ │ │ ├── compute │ │ │ │ │ │ └── compute.bicep │ │ │ │ │ │ ├── connection │ │ │ │ │ │ └── connection.bicep │ │ │ │ │ │ └── ml_workspace.bicep │ │ │ │ ├── private-dns-zone │ │ │ │ │ ├── private-dns-zone.bicep │ │ │ │ │ └── virtual-network-link │ │ │ │ │ │ └── virtual-network-link.bicep │ │ │ │ ├── storage │ │ │ │ │ └── storage-account │ │ │ │ │ │ ├── blob-service │ │ │ │ │ │ ├── blob-service.bicep │ │ │ │ │ │ └── container │ │ │ │ │ │ │ └── container.bicep │ │ │ │ │ │ ├── file-service │ │ │ │ │ │ └── file-service.bicep │ │ │ │ │ │ ├── queue-service │ │ │ │ │ │ ├── queue-service.bicep │ │ │ │ │ │ └── queue │ │ │ │ │ │ │ └── queue.bicep │ │ │ │ │ │ └── storage-account.bicep │ │ │ │ └── virtualNetwork.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── sandbox-cosmos │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── sandbox │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── content-processing │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── app-insights.bicep │ │ │ │ ├── container-registry.bicep │ │ │ │ ├── key-vault.bicep │ │ │ │ ├── managed-identity.bicep │ │ │ │ └── role_assignment.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── enterprise-grade │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── sandbox │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── conversation-knowledge-mining │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── ai-foundry-ai-hub.bicep │ │ │ │ ├── ai-foundry-kv-secret-cog-services-key.bicep │ │ │ │ ├── ai-foundry.bicep │ │ │ │ ├── function-rag.bicep │ │ │ │ ├── rbac-aiproject-aideveloper.bicep │ │ │ │ ├── rbac-cosmosdb-contributor.bicep │ │ │ │ ├── rbac-rg-owner.bicep │ │ │ │ └── webapp.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ └── sandbox │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── document-knowledge-mining │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── container-registry.bicep │ │ │ │ └── virtualNetwork.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── enterprise-grade │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── sandbox │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── modernize-your-code │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── ai-services │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ ├── main.json │ │ │ │ │ └── project.bicep │ │ │ │ ├── cosmosDb.bicep │ │ │ │ ├── customTypes.bicep │ │ │ │ ├── network.bicep │ │ │ │ ├── network │ │ │ │ │ ├── README.md │ │ │ │ │ ├── bastionHost.bicep │ │ │ │ │ ├── jumpbox.bicep │ │ │ │ │ ├── main.bicep │ │ │ │ │ ├── main.json │ │ │ │ │ └── virtualNetwork.bicep │ │ │ │ ├── privateDnsZone.bicep │ │ │ │ └── storageAccount.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── enterprise-grade │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── sandbox │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── multi-agent-custom-automation-engine │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── ai-services.bicep │ │ │ ├── container-app-environment.bicep │ │ │ ├── web-sites.bicep │ │ │ └── web-sites.config.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── enterprise-grade │ │ │ │ └── main.test.bicep │ │ │ │ └── sandbox │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── security │ │ └── security-center │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── iotSecuritySolutions.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── subscription │ │ └── service-health-alerts │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.bicepparam │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── alerts │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ └── existing-action-group │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ └── virtual-machine-images │ │ └── azure-image-builder │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── main.bicep │ │ ├── main.json │ │ ├── src │ │ ├── icons │ │ │ ├── AzureComputeGalleries.svg │ │ │ ├── Deployment-Script.png │ │ │ ├── ImageTemplates.svg │ │ │ ├── Managed-identities.svg │ │ │ ├── Network-Security-Groups.svg │ │ │ ├── Resource-Groups.svg │ │ │ ├── Storage-Accounts.svg │ │ │ ├── VMImageDefinitions.svg │ │ │ ├── VMImageVersions.svg │ │ │ ├── Virtual-Machine-Scale-Sets.svg │ │ │ └── Virtual-Networks.svg │ │ └── image │ │ │ └── imageBuilderimage.png │ │ ├── tests │ │ └── e2e │ │ │ ├── defaults │ │ │ └── main.test.bicep │ │ │ ├── deployAll.linux │ │ │ ├── main.test.bicep │ │ │ └── scripts │ │ │ │ ├── Initialize-LinuxSoftware.ps1 │ │ │ │ └── Install-LinuxPowerShell.sh │ │ │ ├── deployAll.windows │ │ │ ├── main.test.bicep │ │ │ └── scripts │ │ │ │ ├── Initialize-WindowsSoftware.ps1 │ │ │ │ └── Install-WindowsPowerShell.ps1 │ │ │ ├── deployOnlyAssetsAndImage │ │ │ ├── dependencies.bicep │ │ │ ├── main.test.bicep │ │ │ └── scripts │ │ │ │ └── exampleScript.sh │ │ │ ├── deployOnlyBase │ │ │ └── main.test.bicep │ │ │ └── deployOnlyImage │ │ │ ├── dependencies.bicep │ │ │ ├── main.test.bicep │ │ │ └── scripts │ │ │ └── exampleScript.sh │ │ └── version.json ├── res │ ├── aad │ │ └── domain-service │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── alerts-management │ │ └── action-rule │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── analysis-services │ │ └── server │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── api-management │ │ └── service │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── api-version-set │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── api │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── diagnostics │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── operation │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── policy │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ ├── policy │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ └── version.json │ │ │ ├── authorization-server │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── backend │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── cache │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── identity-provider │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── logger │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── named-value │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── policy │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── portalsetting │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── product │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── api │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── group │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── subscription │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── consumptionSku │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── developerSku │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── v2Sku │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── app-configuration │ │ └── configuration-store │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── key-value │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── replica │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── encr │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── pe │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── app │ │ ├── container-app │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── auth-config │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── disable-ingress │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── function-optimized │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── vnet │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── job │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── consumptionPlan │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── managed-environment │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── certificates │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── azure-monitor │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── public-access │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── session-pool │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── authorization │ │ ├── policy-assignment │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── mg-scope │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ ├── modules │ │ │ │ │ ├── mg-scope-rbac.bicep │ │ │ │ │ ├── rg-scope-rbac.bicep │ │ │ │ │ └── sub-scope-rbac.bicep │ │ │ │ └── version.json │ │ │ ├── rg-scope │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ ├── modules │ │ │ │ │ └── rg-scope-rbac.bicep │ │ │ │ └── version.json │ │ │ ├── sub-scope │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ ├── modules │ │ │ │ │ ├── rg-scope-rbac.bicep │ │ │ │ │ └── sub-scope-rbac.bicep │ │ │ │ └── version.json │ │ │ └── tests │ │ │ │ └── e2e │ │ │ │ ├── mg-scope.defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── mg-scope.max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── mg-scope.waf-aligned │ │ │ │ └── main.test.bicep │ │ │ │ ├── rg-scope.defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── rg-scope.max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── rg-scope.waf-aligned │ │ │ │ └── main.test.bicep │ │ │ │ ├── sub-scope.defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── sub-scope.max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── sub-scope.waf-aligned │ │ │ │ └── main.test.bicep │ │ └── role-assignment │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── mg-scope │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── rg-scope │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── sub-scope │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ └── tests │ │ │ └── e2e │ │ │ ├── mg-scope.defaults │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ ├── mg-scope.max │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ ├── mg-scope.waf-aligned │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ ├── rg-scope.defaults │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ ├── rg-scope.max │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ ├── rg-scope.waf-aligned │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ ├── sub-scope.defaults │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ ├── sub-scope.max │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ └── sub-scope.waf-aligned │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ ├── automation │ │ └── automation-account │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── credential │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── job-schedule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── module │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── modules │ │ │ └── linked-service.bicep │ │ │ ├── powershell72-modules │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── python2-packages │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── python3-packages │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── runbook │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── schedule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── source-control │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── encr │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ ├── variable │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── version.json │ │ │ └── webhook │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ ├── azure-stack-hci │ │ ├── cluster │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── deploy.sh │ │ │ ├── deployment-setting │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── nested │ │ │ │ ├── deployment-setting.bicep │ │ │ │ └── deployment-setting.json │ │ │ ├── secrets.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── logical-network │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── marketplace-gallery-image │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── network-interface │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── virtual-hard-disk │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── virtual-machine-instance │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── batch │ │ └── batch-account │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── encr │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── cache │ │ ├── redis-enterprise │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── database │ │ │ │ ├── README.md │ │ │ │ ├── access-policy-assignment │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── active-geo-replication │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── amr-entra-id │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── amr-no-cluster │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── cmk-hsm-uami │ │ │ │ │ ├── .e2eignore │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── cmk-uami │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── redis │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── access-policy-assignment │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── access-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── firewall-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── linked-servers │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── keyVaultExport.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── clustering │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── entra-id │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── kv-secrets │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── passive-geo-replication │ │ │ │ ├── dependencies1.bicep │ │ │ │ ├── dependencies2.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── persistence │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── redis-config │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── cdn │ │ └── profile │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── afd-endpoint │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── route │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── custom-domain │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── endpoint │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── origin │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── origin-group │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── origin │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── rule-set │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── secret │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── security-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── afd.premium │ │ │ │ └── main.test.bicep │ │ │ │ ├── afd │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── tests │ │ │ │ └── waf.tests.ps1 │ │ │ └── version.json │ ├── cognitive-services │ │ └── account │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── keyVaultExport.bicep │ │ │ ├── tests │ │ │ ├── e2e │ │ │ │ ├── ai-model-deployment-private-agent │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── ai-model-deployment-private │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── ai-model-deployment │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-hsm-uami │ │ │ │ │ ├── .e2eignore │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-sami │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── default-with-key-vault │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── openai-private │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── speech │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── shared │ │ │ │ └── constants.bicep │ │ │ └── unit │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ ├── communication │ │ ├── communication-service │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── email-service │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── domain │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── sender-username │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── compute │ │ ├── availability-set │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── disk-encryption-set │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ ├── key-vault.vault.access-policy.bicep │ │ │ │ └── nested_keyVaultPermissions.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── cmk-hsm-uami │ │ │ │ │ ├── .e2eignore │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── key-access-policies │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── key-rbac │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── disk │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── des-cmk-uami │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── image │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── import │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ ├── dependencies_rbac.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── gallery │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── application │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── image │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── image │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── proximity-placement-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── ssh-public-key │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ ├── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ └── unit │ │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ │ ├── virtual-machine-scale-set │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── extension │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── linux.defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── linux.health │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── linux.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── linux.ssecmk │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── windows.defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── windows.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── windows.uniform │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── windows.waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── virtual-machine │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── extension │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── nic-configuration.bicep │ │ │ └── protected-item.bicep │ │ │ ├── tests │ │ │ ├── e2e │ │ │ │ ├── atmg │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── linux.defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── linux.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── windows.defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── windows.disks │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── windows.guestconfiguration │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── windows.hostpool │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── windows.max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── windows.nvidia │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── windows.vmss │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ └── windows.zrsdisks │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── unit │ │ │ │ └── avm.core.team.tests.ps1 │ │ │ └── version.json │ ├── consumption │ │ └── budget │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── mg-scope │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── rg-scope │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── sub-scope │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ └── tests │ │ │ └── e2e │ │ │ ├── mg-scope.defaults │ │ │ └── main.test.bicep │ │ │ ├── mg-scope.max │ │ │ └── main.test.bicep │ │ │ ├── mg-scope.waf-aligned │ │ │ └── main.test.bicep │ │ │ ├── rg-scope.defaults │ │ │ └── main.test.bicep │ │ │ ├── rg-scope.max │ │ │ └── main.test.bicep │ │ │ ├── rg-scope.waf-aligned │ │ │ └── main.test.bicep │ │ │ ├── sub-scope.defaults │ │ │ └── main.test.bicep │ │ │ ├── sub-scope.max │ │ │ └── main.test.bicep │ │ │ └── sub-scope.waf-aligned │ │ │ └── main.test.bicep │ ├── container-instance │ │ └── container-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── low-memory │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── private │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── standby │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── container-registry │ │ └── registry │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── cache-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── credential-set │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── replication │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── scope-map │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── encr │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── scope │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ ├── version.json │ │ │ └── webhook │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ ├── container-service │ │ └── managed-cluster │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── agent-pool │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── maintenance-configurations │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── automatic │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── des-cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── istio │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.rbac.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── scripts │ │ │ │ │ └── Set-CertificateAuthorityInKeyVault.ps1 │ │ │ │ ├── kubenet │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── priv │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── data-factory │ │ └── factory │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── integration-runtime │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── linked-service │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── managed-virtual-network │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── managed-private-endpoint │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── data-protection │ │ └── backup-vault │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── backup-instance │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── modules │ │ │ │ └── nested_dataSourceResourceRoleAssignment.bicep │ │ │ ├── backup-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── databricks │ │ ├── access-connector │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── workspace │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── cmkReferences.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── db-for-my-sql │ │ └── flexible-server │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── administrator │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── advanced-threat-protection │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── configuration │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── database │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── firewall-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies1.bicep │ │ │ │ ├── dependencies2.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── private │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── public-with-pe │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── db-for-postgre-sql │ │ └── flexible-server │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── administrator │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── advanced-threat-protection-setting │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── configuration │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── database │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── firewall-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── private │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── public-with-pe │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── public │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── replication │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── desktop-virtualization │ │ ├── application-group │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── application │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── host-pool │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── main.test.bicep │ │ │ │ │ └── tests │ │ │ │ │ │ └── module.tests.ps1 │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── scaling-plan │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── workspace │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── dev-center │ │ ├── devcenter │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── attachednetwork │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── catalog │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── devboxdefinition │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── environment-type │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── gallery │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── modules │ │ │ │ │ └── computeGallery_roleAssignment.bicep │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── project-policy │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies1.bicep │ │ │ │ │ ├── dependencies2.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── network-connection │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── project │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── catalog │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── environment-type │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── pool │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── schedule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── dev-ops-infrastructure │ │ └── pool │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── allWeek │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── weekDays │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── dev-test-lab │ │ └── lab │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── artifactsource │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── cost │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── notificationchannel │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── policyset │ │ │ └── policy │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── schedule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── secret │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ ├── version.json │ │ │ └── virtualnetwork │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ ├── digital-twins │ │ └── digital-twins-instance │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── endpoint │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── temp.bicep │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── pe │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── document-db │ │ ├── database-account │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── cassandra-keyspace │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ ├── table │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ └── view │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ ├── cassandra-role-assignment │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── cassandra-role-definition │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── gremlin-database │ │ │ │ ├── README.md │ │ │ │ ├── graph │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── mongodb-database │ │ │ │ ├── README.md │ │ │ │ ├── collection │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── sql-database │ │ │ │ ├── README.md │ │ │ │ ├── container │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── sql-role-assignment │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── sql-role-definition │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── table │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── analytical │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── boundedConsistency │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── cassandrakeyspaces-waf │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── gremlindb │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── managedIdentity │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── mongodb │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── multiRegion │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── plain │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── publicRestrictedAccess │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── sqldb │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── sqlroles │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── table │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── mongo-cluster │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── firewall-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── users │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ ├── user │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ └── version.json │ ├── elastic-san │ │ └── elastic-san │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── tests │ │ │ │ │ └── custom.tests.ps1 │ │ │ │ ├── common.tests.ps1 │ │ │ │ ├── defaults │ │ │ │ ├── main.test.bicep │ │ │ │ └── tests │ │ │ │ │ └── custom.tests.ps1 │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── tests │ │ │ │ │ └── custom.tests.ps1 │ │ │ │ ├── pe │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── tests │ │ │ │ │ └── custom.tests.ps1 │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── tests │ │ │ │ └── custom.tests.ps1 │ │ │ ├── version.json │ │ │ └── volume-group │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── snapshot │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ └── volume │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ ├── event-grid │ │ ├── domain │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── event-subscription │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── topic │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ └── version.json │ │ ├── namespace │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── ca-certificate │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── client-group │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── client │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── permission-binding │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── mqttct │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── mqttnt │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── topic-space │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── topic │ │ │ │ ├── README.md │ │ │ │ ├── event-subscription │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ └── version.json │ │ ├── system-topic │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── event-subscription │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── identity │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── topic │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── event-subscription │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── event-hub │ │ └── namespace │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── authorization-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── disaster-recovery-config │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── eventhub │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── authorization-rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── consumergroup │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── keyVaultExport.bicep │ │ │ ├── network-rule-set │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── kvSecrets │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── fabric │ │ └── capacity │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── health-bot │ │ └── health-bot │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── healthcare-apis │ │ └── workspace │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── dicomservice │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── fhirservice │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── iotconnector │ │ │ ├── README.md │ │ │ ├── fhirdestination │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── hybrid-compute │ │ ├── gateway │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── license │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── machine │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── extension │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── hci.defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max.hci │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── vmware.defaults │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── hybrid-container-service │ │ └── provisioned-cluster-instance │ │ │ ├── CHANGELOG.md │ │ │ ├── New-SshKey.sh │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── nested │ │ │ ├── read.bicep │ │ │ ├── read.json │ │ │ ├── reflect.bicep │ │ │ ├── write.bicep │ │ │ └── write.json │ │ │ ├── secrets.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── Initialize-KubernetesDefaultVersion.ps1 │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── init.bicep │ │ │ │ ├── max │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── insights │ │ ├── action-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ ├── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ └── unit │ │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ │ ├── activity-log-alert │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── component │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── linked-storage-account │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── data-collection-endpoint │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── data-collection-rule │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ └── nested_lock.bicep │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── agent-direct │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── agent-settings │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── customadv │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── custombasic │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── customiis │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── direct │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── linux │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── plat-tele │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── windows │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── wksp-trans │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── diagnostic-setting │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── metric-alert │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── private-link-scope │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── scoped-resource │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── scheduled-query-rule │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── webtest │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── key-vault │ │ └── vault │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── access-policy │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── key │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── secret │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── tests │ │ │ ├── e2e │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── eckey │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ ├── main.test.bicep │ │ │ │ │ └── tests │ │ │ │ │ │ └── connectivity.tests.ps1 │ │ │ │ ├── rsakey │ │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── unit │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ ├── kubernetes-configuration │ │ ├── extension │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ ├── e2e │ │ │ │ │ ├── connected-cluster │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ └── unit │ │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ │ └── flux-configuration │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ ├── e2e │ │ │ │ ├── connected-cluster │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── unit │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ ├── kubernetes-runtime │ │ └── load-balancer │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── kubernetes │ │ └── connected-cluster │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── kusto │ │ └── cluster │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── database │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── principal-assignment │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── principal-assignment │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-sami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── pe │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── load-test-service │ │ └── load-test │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── user-assigned-cmk-encryption │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── logic │ │ └── workflow │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── machine-learning-services │ │ ├── registry │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── workspace │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── compute │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── connection │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── datastores │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── ai-hub │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── ai-project │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── encr │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── feature-store │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── maintenance │ │ ├── configuration-assignment │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── filter.defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── filter.tags │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── linvm.waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── winvm.multirg │ │ │ │ │ ├── dependencies_mc.bicep │ │ │ │ │ ├── dependencies_vm.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── maintenance-configuration │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── managed-identity │ │ └── user-assigned-identity │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── federated-identity-credential │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ ├── e2e │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── unit │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ ├── managed-services │ │ └── registration-definition │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── registrationAssignment.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ └── main.test.bicep │ │ │ │ ├── rg │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── management │ │ ├── management-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── service-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── resourceGroupMember.bicep │ │ │ └── subscriptionMember.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── maps │ │ └── account │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── net-app │ │ └── net-app-account │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── backup-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── backup-vault │ │ │ ├── README.md │ │ │ ├── backup │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── capacity-pool │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── volume │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── snapshot-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── nfs3 │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── network │ │ ├── application-gateway-web-application-firewall-policy │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── application-gateway │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── basic │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── standard │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── application-security-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── azure-firewall │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── addpip │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── basic │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── custompip │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── hubbyoip │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── hubcommon │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── hubmin │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── managementnic │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── publicipprefix │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── bastion-host │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── custompip │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── developer │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── private │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── connection │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── ipsec-apipa │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── ddos-protection-plan │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── dns-forwarding-ruleset │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── forwarding-rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── version.json │ │ │ └── virtual-network-link │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ ├── dns-resolver │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── inbound-endpoint │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── outbound-endpoint │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ ├── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ └── unit │ │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ │ ├── dns-zone │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── a │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── aaaa │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── caa │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── cname │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── mx │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── ns │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── ptr │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── soa │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── srv │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── txt │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ └── version.json │ │ ├── express-route-circuit │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── global-reach │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── express-route-gateway │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── express-route-port │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── firewall-policy │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── rule-collection-group │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── front-door-web-application-firewall-policy │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── front-door │ │ │ ├── CHANGELOG.md │ │ │ ├── DEPRECATED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── ip-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── load-balancer │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── backend-address-pool │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── inbound-nat-rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── external-pip-creation │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── external-pipprefix-creation │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── external-vnet │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── external │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── internal │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── local-network-gateway │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── nat-gateway │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ │ └── formatResourceId.bicep │ │ │ ├── tests │ │ │ │ ├── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── existingPip │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── prefixCombined │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ │ └── main.test.bicep │ │ │ │ └── unit │ │ │ │ │ └── avm.core.team.tests.ps1 │ │ │ └── version.json │ │ ├── network-interface │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── network-manager │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── connectivity-configuration │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── network-group │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── static-member │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ ├── routing-configuration │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── rule-collection │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ ├── main.json │ │ │ │ │ └── rule │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ ├── scope-connection │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── security-admin-configuration │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── rule-collection │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ ├── main.json │ │ │ │ │ └── rule │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── network-security-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── network-security-perimeter │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── profile │ │ │ │ ├── README.md │ │ │ │ ├── access-rule │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── network-watcher │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── connection-monitor │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── flow-log │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── p2s-vpn-gateway │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── private-dns-zone │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── a │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── aaaa │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── cname │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── mx │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── ptr │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── soa │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── srv │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── txt │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── version.json │ │ │ └── virtual-network-link │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ ├── private-endpoint │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── private-dns-zone-group │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ ├── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── private-link │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ └── unit │ │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ │ ├── private-link-service │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── public-ip-address │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ ├── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ │ └── main.test.bicep │ │ │ │ └── unit │ │ │ │ │ └── custom.tests.ps1 │ │ │ └── version.json │ │ ├── public-ip-prefix │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── ipv6 │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── route-table │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── service-endpoint-policy │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── trafficmanagerprofile │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── virtual-hub │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── hub-route-table │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── hub-virtual-network-connection │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── routing-intent │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── routing-intent │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── virtual-network-gateway │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── nat-rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── activeActiveBGP │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── activeActiveBgpAPIPA │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── activeActiveExistingPip │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── activeActiveNoBGP │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── activePassiveBGP │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── activePassiveExistingPip │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── activePassiveNoBGP │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── customRoute │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── expressRoute │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── vpn-no-az │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── vpn │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── virtual-network │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── subnet │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── ipam │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── ipv6 │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── vnetPeering │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── version.json │ │ │ └── virtual-network-peering │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ ├── virtual-wan │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── vpn-gateway │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── nat-rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── nat-rule │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── version.json │ │ │ └── vpn-connection │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ ├── vpn-server-configuration │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── vpn-site │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── operational-insights │ │ ├── cluster │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── cmk-hsm-uami │ │ │ │ │ ├── .e2eignore │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── workspace │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── data-export │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── data-source │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── linked-service │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── linked-storage-account │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── saved-search │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── storage-insight-config │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── table │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── adv │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── default-dcr │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── operations-management │ │ └── solution │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── ms │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── nonms │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── sql-auditing │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── portal │ │ └── dashboard │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── power-bi-dedicated │ │ └── capacity │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── purview │ │ └── account │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── ingestion-only │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── recovery-services │ │ └── vault │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── backup-config │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── backup-fabric │ │ │ └── protection-container │ │ │ │ └── protected-item │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── backup-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── replication-alert-setting │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── replication-fabric │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── replication-protection-container │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── replication-protection-container-mapping │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── replication-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── dr │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── relay │ │ └── namespace │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── authorization-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── hybrid-connection │ │ │ ├── README.md │ │ │ ├── authorization-rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── network-rule-set │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ ├── version.json │ │ │ └── wcf-relay │ │ │ ├── README.md │ │ │ ├── authorization-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ └── main.json │ ├── resource-graph │ │ └── query │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── query.kql │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── resources │ │ ├── deployment-script │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── cli │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── private-endpoint │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── private-network │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── ps │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── resource-group │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ ├── nested_lock.bicep │ │ │ └── nested_roleAssignments.bicep │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── search │ │ └── search-service │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── keyVaultExport.bicep │ │ │ ├── shared-private-link-resource │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── kvSecrets │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── pe │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── security-insights │ │ ├── data-connector │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── setting │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── service-bus │ │ └── namespace │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── authorization-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── disaster-recovery-config │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── migration-configuration │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── network-rule-set │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── queue │ │ │ ├── README.md │ │ │ ├── authorization-rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ ├── topic │ │ │ ├── README.md │ │ │ ├── authorization-rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── subscription │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── rule │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ └── version.json │ ├── service-fabric │ │ └── cluster │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── application-type │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── cert │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── service-networking │ │ └── traffic-controller │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── association │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── frontend │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── signal-r-service │ │ ├── signal-r │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── web-pub-sub │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── sql │ │ ├── instance-pool │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ ├── managed-instance │ │ │ ├── CHANGELOG.md │ │ │ ├── ORPHANED.md │ │ │ ├── README.md │ │ │ ├── database │ │ │ │ ├── README.md │ │ │ │ ├── backup-long-term-retention-policy │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── backup-short-term-retention-policy │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── encryption-protector │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── key │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── security-alert-policy │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── vulnAssm │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ ├── version.json │ │ │ └── vulnerability-assessment │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── modules │ │ │ │ └── nested_storageRoleAssignment.bicep │ │ └── server │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── auditing-setting │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── modules │ │ │ │ └── nested_storageRoleAssignment.bicep │ │ │ ├── database │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── backup-long-term-retention-policy │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── backup-short-term-retention-policy │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ │ ├── elastic-pool │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── encryption-protector │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── failover-group │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── firewall-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── key │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── keyVaultExport.bicep │ │ │ ├── security-alert-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── admin │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── audit │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── elasticPool │ │ │ │ └── main.test.bicep │ │ │ │ ├── failover-group │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── kvSecrets │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── secondary │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── vulnAssm │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ ├── version.json │ │ │ ├── virtual-network-rule │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ └── vulnerability-assessment │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── modules │ │ │ └── nested_storageRoleAssignment.bicep │ ├── storage │ │ └── storage-account │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── blob-service │ │ │ ├── README.md │ │ │ ├── container │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── immutability-policy │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ └── version.json │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── file-service │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── share │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ ├── main.json │ │ │ │ ├── modules │ │ │ │ └── nested_inner_roleAssignment.json │ │ │ │ └── version.json │ │ │ ├── local-user │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── management-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── modules │ │ │ └── keyVaultExport.bicep │ │ │ ├── object-replication-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── policy │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── queue-service │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── queue │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── table-service │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── table │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── blob │ │ │ │ └── main.test.bicep │ │ │ │ ├── block │ │ │ │ └── main.test.bicep │ │ │ │ ├── changefeed │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-hsm-uami │ │ │ │ ├── .e2eignore │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-sami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── cmk-uami │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── extended-location │ │ │ │ └── main.test.bicep │ │ │ │ ├── immutability │ │ │ │ └── main.test.bicep │ │ │ │ ├── kvSecrets │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── nfs │ │ │ │ └── main.test.bicep │ │ │ │ ├── object-replication │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── v1 │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── synapse │ │ ├── private-link-hub │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ │ └── e2e │ │ │ │ │ ├── defaults │ │ │ │ │ └── main.test.bicep │ │ │ │ │ ├── max │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ │ │ └── waf-aligned │ │ │ │ │ ├── dependencies.bicep │ │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ │ └── workspace │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── administrator │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── big-data-pool │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── firewall-rules │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── integration-runtime │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── key │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── modules │ │ │ └── nested_cmkRbac.bicep │ │ │ ├── sql-pool │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── bigdatapool │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── encrwsai │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── encrwuai │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── fwrules │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── managedvnet │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── src │ │ │ │ │ └── spark-defaults.conf │ │ │ │ ├── sqlpool │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ ├── virtual-machine-images │ │ └── image-template │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ ├── main.test.bicep │ │ │ │ └── src │ │ │ │ │ ├── Initialize-LinuxSoftware.ps1 │ │ │ │ │ └── Install-LinuxPowerShell.sh │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ └── version.json │ └── web │ │ ├── connection │ │ ├── CHANGELOG.md │ │ ├── ORPHANED.md │ │ ├── README.md │ │ ├── main.bicep │ │ ├── main.json │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ └── version.json │ │ ├── hosting-environment │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── configuration--customdnssuffix │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ ├── main.bicep │ │ ├── main.json │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ └── version.json │ │ ├── serverfarm │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── main.bicep │ │ ├── main.json │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── defaults │ │ │ │ └── main.test.bicep │ │ │ │ ├── flexible-consumption │ │ │ │ └── main.test.bicep │ │ │ │ ├── max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── waf-aligned │ │ │ │ └── main.test.bicep │ │ └── version.json │ │ ├── site │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── basic-publishing-credentials-policy │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ ├── config │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ ├── extension │ │ │ ├── README.md │ │ │ ├── main.bicep │ │ │ └── main.json │ │ ├── hybrid-connection-namespace │ │ │ └── relay │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ ├── main.bicep │ │ ├── main.json │ │ ├── slot │ │ │ ├── CHANGELOG.md │ │ │ ├── README.md │ │ │ ├── basic-publishing-credentials-policy │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── config │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── extension │ │ │ │ ├── README.md │ │ │ │ ├── main.bicep │ │ │ │ └── main.json │ │ │ ├── hybrid-connection-namespace │ │ │ │ └── relay │ │ │ │ │ ├── README.md │ │ │ │ │ ├── main.bicep │ │ │ │ │ └── main.json │ │ │ ├── main.bicep │ │ │ ├── main.json │ │ │ └── version.json │ │ ├── tests │ │ │ └── e2e │ │ │ │ ├── functionApp.defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── functionApp.max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── linuxContainerWebApp.defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── waf-aligned │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── webApp.accessRestrictions │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── webApp.azurestorageaccounts │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── webApp.defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── webApp.max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── webAppLinux.defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ ├── webAppLinux.max │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ │ │ └── winContainerWebApp.defaults │ │ │ │ ├── dependencies.bicep │ │ │ │ └── main.test.bicep │ │ └── version.json │ │ └── static-site │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── config │ │ ├── README.md │ │ ├── main.bicep │ │ └── main.json │ │ ├── custom-domain │ │ ├── README.md │ │ ├── main.bicep │ │ └── main.json │ │ ├── linked-backend │ │ ├── README.md │ │ ├── main.bicep │ │ └── main.json │ │ ├── main.bicep │ │ ├── main.json │ │ ├── tests │ │ └── e2e │ │ │ ├── defaults │ │ │ └── main.test.bicep │ │ │ ├── max │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ │ └── waf-aligned │ │ │ ├── dependencies.bicep │ │ │ └── main.test.bicep │ │ └── version.json └── utl │ └── types │ └── avm-common-types │ ├── CHANGELOG.md │ ├── README.md │ ├── main.bicep │ ├── main.json │ ├── tests │ └── e2e │ │ └── import │ │ └── main.test.bicep │ └── version.json ├── bicepconfig.json ├── modules ├── ai │ ├── bing-resource │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ └── cognitiveservices │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md ├── app │ ├── app-configuration │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ ├── dapr-containerapp │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ └── dapr-containerapps-environment │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md ├── authorization │ └── resource-scope-role-assignment │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md ├── azure-gaming │ ├── game-dev-vm │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ └── game-dev-vmss │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md ├── compute │ ├── availability-set │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ ├── container-registry │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ ├── custom-image-vmss │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ ├── event-hub │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ └── function-app │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md ├── cost │ ├── resourcegroup-scheduled-action │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ └── subscription-scheduled-action │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md ├── deployment-scripts │ ├── aks-run-command │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ ├── aks-run-helm │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ ├── build-acr │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ ├── create-kv-certificate │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ ├── create-kv-sshkeypair │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ ├── import-acr │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ └── wait │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md ├── identity │ └── user-assigned-identity │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md ├── lz │ └── sub-vending │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md ├── network │ ├── dns-zone │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ ├── nat-gateway │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ ├── private-dns-zone │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ ├── public-ip-address │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ ├── public-ip-prefix │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ ├── traffic-manager │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md │ └── virtual-network │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md ├── observability │ └── grafana │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md ├── samples │ ├── array-loop │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md │ └── hello-world │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── RETIRED.md ├── search │ └── search-service │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md ├── security │ └── keyvault │ │ ├── ARCHIVED.md │ │ ├── README.md │ │ └── REPLACED.md └── storage │ ├── cosmos-db │ ├── ARCHIVED.md │ ├── README.md │ └── REPLACED.md │ ├── data-explorer │ ├── ARCHIVED.md │ ├── README.md │ └── RETIRED.md │ ├── log-analytics-workspace │ ├── ARCHIVED.md │ ├── README.md │ └── REPLACED.md │ ├── mysql-single-server │ ├── ARCHIVED.md │ ├── README.md │ └── RETIRED.md │ ├── postgresql-single-server │ ├── ARCHIVED.md │ ├── README.md │ └── RETIRED.md │ ├── redis-cache │ ├── ARCHIVED.md │ ├── README.md │ └── REPLACED.md │ └── storage-account │ ├── ARCHIVED.md │ ├── README.md │ └── REPLACED.md ├── package.json └── utilities ├── e2e-template-assets ├── module-specific │ └── azure-stack-hci │ │ ├── azureStackHCIClusterPreqs │ │ ├── ashciARBSPRoleAssignment.bicep │ │ └── ashciPrereqs.bicep │ │ ├── azureStackHCIHost │ │ ├── README.md │ │ ├── hciHostDeployment.bicep │ │ ├── hciHostDeploymentWithImage.bicep │ │ ├── modules │ │ │ └── subscriptionRoleAssignment.bicep │ │ └── scripts │ │ │ ├── hciHostStage1.ps1 │ │ │ ├── hciHostStage2.ps1 │ │ │ ├── hciHostStage3.ps1 │ │ │ ├── hciHostStage4.ps1 │ │ │ ├── hciHostStage5.ps1 │ │ │ ├── hciHostStage6.ps1 │ │ │ ├── hciHostStage7.ps1 │ │ │ ├── provision-ad.ps1 │ │ │ ├── provision-arc.ps1 │ │ │ ├── proxyConfig.sh │ │ │ ├── proxyConfigArcGW.sh │ │ │ └── wait.ps1 │ │ └── dependencies │ │ ├── defaults-dependencies.bicep │ │ ├── dependencies.bicep │ │ └── waf-dependencies.bicep ├── scripts │ ├── .gitignore │ ├── Copy-VhdToStorageAccount.ps1 │ ├── Get-HostPoolRegistrationKey.ps1 │ ├── Get-PairedRegion.ps1 │ ├── New-SSHKey.ps1 │ ├── Set-BlobContent.ps1 │ ├── Set-CertificateInKeyVault.ps1 │ ├── Set-PfxCertificateInKeyVault.ps1 │ ├── Set-StorageContainerContentByEnvVar.ps1 │ ├── Set-mHSMKeyConfig.sh │ ├── Start-ImageTemplate.ps1 │ └── Wait-ForImageBuild.ps1 └── templates │ ├── diagnostic.dependencies.bicep │ └── hsm.dependencies.bicep ├── pipelines ├── e2eValidation │ ├── regionSelector │ │ └── Get-AvailableResourceLocation.ps1 │ ├── resourceDeployment │ │ ├── New-TemplateDeployment.ps1 │ │ └── Test-TemplateDeployment.ps1 │ └── resourceRemoval │ │ ├── Initialize-DeploymentRemoval.ps1 │ │ └── helper │ │ ├── Get-DeploymentTargetResourceList.ps1 │ │ ├── Get-OrderedResourcesList.ps1 │ │ ├── Get-ResourceIdsAsFormattedObjectList.ps1 │ │ ├── Invoke-ResourceLockRemoval.ps1 │ │ ├── Invoke-ResourceLockRetrieval.ps1 │ │ ├── Invoke-ResourcePostRemoval.ps1 │ │ ├── Invoke-ResourceRemoval.ps1 │ │ ├── Remove-Deployment.ps1 │ │ └── Remove-ResourceList.ps1 ├── platform │ ├── Invoke-AvmJsonModuleIndexGeneration.ps1 │ ├── Publish-ModuleFromTagToPBR.ps1 │ ├── Set-AvmGitHubIssueForWorkflow.ps1 │ ├── Set-AvmGitHubIssueOwnerConfig.ps1 │ ├── Set-AvmGitHubPrLabels.ps1 │ ├── Switch-WorkflowState.ps1 │ ├── Sync-AvmModulesList.ps1 │ ├── deploymentRemoval │ │ ├── Clear-ManagementGroupDeploymentHistory.ps1 │ │ └── Clear-SubscriptionDeploymentHistory.ps1 │ └── helper │ │ ├── Add-GitHubIssueToProject.ps1 │ │ ├── Get-AvmCsvData.ps1 │ │ ├── Get-GitHubIssueCommentsList.ps1 │ │ ├── Get-GitHubIssueList.ps1 │ │ ├── Get-GitHubIssueProjectAssignment.ps1 │ │ ├── Get-GitHubIssueTimeline.ps1 │ │ ├── Get-GitHubModuleWorkflowLatestRun.ps1 │ │ ├── Get-GitHubModuleWorkflowList.ps1 │ │ ├── Get-GithubPrRequestedReviewerTeamNames.ps1 │ │ ├── Get-GithubTeamMembersLogin.ps1 │ │ ├── Get-RepoInfo.ps1 │ │ └── Split-Array.ps1 ├── publish │ ├── Confirm-ModuleIsPublished.ps1 │ ├── Publish-ModuleFromPathToPBR.ps1 │ └── helper │ │ ├── Get-ModuleReadmeLink.ps1 │ │ ├── Get-ModuleTargetPatchVersion.ps1 │ │ ├── Get-ModuleTargetVersion.ps1 │ │ ├── Get-ModuleVersionChange.ps1 │ │ ├── Get-ModulesToPublish.ps1 │ │ └── New-ModuleReleaseTag.ps1 ├── sharedScripts │ ├── Add-YamlListToFile.ps1 │ ├── Get-BRMRepositoryName.ps1 │ ├── Get-GitHubWorkflowDefaultInput.ps1 │ ├── Get-LocallyReferencedFileList.ps1 │ ├── Get-NestedResourceList.ps1 │ ├── Get-PipelineFileName.ps1 │ ├── Get-PublishedModuleVersionsList.ps1 │ ├── Get-ScopeOfTemplateFile.ps1 │ ├── Set-EnvironmentOnAgent.ps1 │ ├── Set-ModuleReadMe.ps1 │ ├── helper │ │ ├── ConvertTo-OrderedHashtable.ps1 │ │ ├── Get-CrossReferencedModuleList.ps1 │ │ ├── Get-IsParameterRequired.ps1 │ │ ├── Get-SpecsAlignedResourceName.ps1 │ │ └── Merge-FileWithNewContent.ps1 │ └── tokenReplacement │ │ ├── Convert-TokensInFileList.ps1 │ │ └── helper │ │ └── Convert-TokenInFile.ps1 └── staticValidation │ ├── compliance │ ├── Set-PesterGitHubOutput.ps1 │ ├── helper │ │ ├── child-module-publish-allowed-list.json │ │ └── helper.psm1 │ └── module.tests.ps1 │ └── psrule │ ├── .ps-rule │ ├── cb-waf-security.Rule.yaml │ ├── dep-suppress.Rule.yaml │ ├── min-suppress.Rule.yaml │ ├── na-suppress.Rule.yaml │ └── storage-firewall-suppress.Rule.yaml │ ├── Set-PSRuleGitHubOutput.ps1 │ └── ps-rule.yaml ├── tests ├── Test-CI.ps1 └── pipelines │ └── Get-OrderedResourcesList.tests.ps1 └── tools ├── Export-StaticTestsAsOutput.ps1 ├── Invoke-WorkflowsFailedJobsReRun.ps1 ├── Invoke-WorkflowsForBranch.ps1 ├── Set-AVMModule.ps1 ├── Set-ChangelogEntryOnModules.ps1 ├── Test-ModuleLocally.ps1 └── helper ├── Get-TemplateDeploymentWhatIf.ps1 ├── Set-ModuleFileAndFolderSetup.ps1 └── src ├── CHANGELOG.md ├── src.child.main.bicep ├── src.main.bicep ├── src.main.test.bicep └── src.version.json /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/avm_module_issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/ISSUE_TEMPLATE/avm_module_issue.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/fabricbot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/fabricbot.json -------------------------------------------------------------------------------- /.github/policies/eventResponder.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/policies/eventResponder.yml -------------------------------------------------------------------------------- /.github/policies/scheduledSearches.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/policies/scheduledSearches.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/avm.ptn.alz.ama.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.ptn.alz.ama.yml -------------------------------------------------------------------------------- /.github/workflows/avm.ptn.alz.empty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.ptn.alz.empty.yml -------------------------------------------------------------------------------- /.github/workflows/avm.ptn.azd.aks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.ptn.azd.aks.yml -------------------------------------------------------------------------------- /.github/workflows/avm.ptn.azd.apim-api.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.ptn.azd.apim-api.yml -------------------------------------------------------------------------------- /.github/workflows/avm.ptn.azd.monitoring.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.ptn.azd.monitoring.yml -------------------------------------------------------------------------------- /.github/workflows/avm.ptn.lz.sub-vending.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.ptn.lz.sub-vending.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.app.job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.app.job.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.cache.redis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.cache.redis.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.cdn.profile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.cdn.profile.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.compute.disk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.compute.disk.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.compute.image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.compute.image.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.kusto.cluster.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.kusto.cluster.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.logic.workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.logic.workflow.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.maps.account.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.maps.account.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.sql.server.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.sql.server.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.web.connection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.web.connection.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.web.serverfarm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.web.serverfarm.yml -------------------------------------------------------------------------------- /.github/workflows/avm.res.web.site.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.res.web.site.yml -------------------------------------------------------------------------------- /.github/workflows/avm.template.module.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/avm.template.module.yml -------------------------------------------------------------------------------- /.github/workflows/copilot-setup-steps.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/copilot-setup-steps.yml -------------------------------------------------------------------------------- /.github/workflows/platform.check.psrule.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/platform.check.psrule.yml -------------------------------------------------------------------------------- /.github/workflows/platform.ci-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/platform.ci-tests.yml -------------------------------------------------------------------------------- /.github/workflows/platform.publish-tag.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.github/workflows/platform.publish-tag.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | avm/ 2 | modules/ 3 | package-lock.json 4 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/mcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.vscode/mcp.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /avm/ptn/ai-ml/ai-foundry/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-ml/ai-foundry/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/ai-ml/ai-foundry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-ml/ai-foundry/README.md -------------------------------------------------------------------------------- /avm/ptn/ai-ml/ai-foundry/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-ml/ai-foundry/main.bicep -------------------------------------------------------------------------------- /avm/ptn/ai-ml/ai-foundry/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-ml/ai-foundry/main.json -------------------------------------------------------------------------------- /avm/ptn/ai-ml/ai-foundry/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-ml/ai-foundry/version.json -------------------------------------------------------------------------------- /avm/ptn/ai-platform/baseline/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-platform/baseline/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/ai-platform/baseline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-platform/baseline/README.md -------------------------------------------------------------------------------- /avm/ptn/ai-platform/baseline/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-platform/baseline/main.bicep -------------------------------------------------------------------------------- /avm/ptn/ai-platform/baseline/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-platform/baseline/main.json -------------------------------------------------------------------------------- /avm/ptn/ai-platform/baseline/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/ai-platform/baseline/version.json -------------------------------------------------------------------------------- /avm/ptn/alz/ama/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/ama/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/alz/ama/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/ama/README.md -------------------------------------------------------------------------------- /avm/ptn/alz/ama/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/ama/main.bicep -------------------------------------------------------------------------------- /avm/ptn/alz/ama/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/ama/main.json -------------------------------------------------------------------------------- /avm/ptn/alz/ama/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/ama/version.json -------------------------------------------------------------------------------- /avm/ptn/alz/empty/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/empty/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/alz/empty/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/empty/README.md -------------------------------------------------------------------------------- /avm/ptn/alz/empty/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/empty/main.bicep -------------------------------------------------------------------------------- /avm/ptn/alz/empty/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/empty/main.json -------------------------------------------------------------------------------- /avm/ptn/alz/empty/modules/wait.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/empty/modules/wait.bicep -------------------------------------------------------------------------------- /avm/ptn/alz/empty/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/alz/empty/version.json -------------------------------------------------------------------------------- /avm/ptn/app/container-job-toolkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/app/container-job-toolkit/README.md -------------------------------------------------------------------------------- /avm/ptn/app/container-job-toolkit/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/app/container-job-toolkit/main.bicep -------------------------------------------------------------------------------- /avm/ptn/app/container-job-toolkit/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/app/container-job-toolkit/main.json -------------------------------------------------------------------------------- /avm/ptn/app/iaas-vm-cosmosdb-tier4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/app/iaas-vm-cosmosdb-tier4/README.md -------------------------------------------------------------------------------- /avm/ptn/app/iaas-vm-cosmosdb-tier4/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/app/iaas-vm-cosmosdb-tier4/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/acr-container-app/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/acr-container-app/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/azd/acr-container-app/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/acr-container-app/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/acr-container-app/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/acr-container-app/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/acr-container-app/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/acr-container-app/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/acr-container-app/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/acr-container-app/version.json -------------------------------------------------------------------------------- /avm/ptn/azd/aks-automatic-cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/aks-automatic-cluster/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/aks-automatic-cluster/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/aks-automatic-cluster/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/aks-automatic-cluster/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/aks-automatic-cluster/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/aks/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/aks/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/azd/aks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/aks/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/aks/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/aks/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/aks/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/aks/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/aks/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/aks/version.json -------------------------------------------------------------------------------- /avm/ptn/azd/apim-api/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/apim-api/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/azd/apim-api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/apim-api/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/apim-api/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/apim-api/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/apim-api/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/apim-api/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/apim-api/modules/openapi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/apim-api/modules/openapi.yaml -------------------------------------------------------------------------------- /avm/ptn/azd/apim-api/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/apim-api/version.json -------------------------------------------------------------------------------- /avm/ptn/azd/container-app-upsert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/container-app-upsert/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/container-app-upsert/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/container-app-upsert/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/container-app-upsert/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/container-app-upsert/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/container-apps-stack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/container-apps-stack/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/container-apps-stack/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/container-apps-stack/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/container-apps-stack/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/container-apps-stack/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/insights-dashboard/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/insights-dashboard/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/azd/insights-dashboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/insights-dashboard/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/insights-dashboard/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/insights-dashboard/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/insights-dashboard/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/insights-dashboard/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/insights-dashboard/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/insights-dashboard/version.json -------------------------------------------------------------------------------- /avm/ptn/azd/ml-ai-environment/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-ai-environment/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/azd/ml-ai-environment/DEPRECATED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-ai-environment/DEPRECATED.md -------------------------------------------------------------------------------- /avm/ptn/azd/ml-ai-environment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-ai-environment/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/ml-ai-environment/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-ai-environment/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/ml-ai-environment/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-ai-environment/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/ml-ai-environment/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-ai-environment/version.json -------------------------------------------------------------------------------- /avm/ptn/azd/ml-hub-dependencies/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-hub-dependencies/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/azd/ml-hub-dependencies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-hub-dependencies/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/ml-hub-dependencies/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-hub-dependencies/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/ml-hub-dependencies/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-hub-dependencies/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/ml-hub-dependencies/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-hub-dependencies/version.json -------------------------------------------------------------------------------- /avm/ptn/azd/ml-project/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-project/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/azd/ml-project/DEPRECATED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-project/DEPRECATED.md -------------------------------------------------------------------------------- /avm/ptn/azd/ml-project/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-project/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/ml-project/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-project/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/ml-project/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-project/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/ml-project/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/ml-project/version.json -------------------------------------------------------------------------------- /avm/ptn/azd/monitoring/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/monitoring/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/azd/monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/monitoring/README.md -------------------------------------------------------------------------------- /avm/ptn/azd/monitoring/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/monitoring/main.bicep -------------------------------------------------------------------------------- /avm/ptn/azd/monitoring/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/monitoring/main.json -------------------------------------------------------------------------------- /avm/ptn/azd/monitoring/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/azd/monitoring/version.json -------------------------------------------------------------------------------- /avm/ptn/finops-toolkit/finops-hub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/finops-toolkit/finops-hub/README.md -------------------------------------------------------------------------------- /avm/ptn/finops-toolkit/finops-hub/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/finops-toolkit/finops-hub/main.bicep -------------------------------------------------------------------------------- /avm/ptn/finops-toolkit/finops-hub/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/finops-toolkit/finops-hub/main.json -------------------------------------------------------------------------------- /avm/ptn/lz/sub-vending/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/lz/sub-vending/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/lz/sub-vending/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/lz/sub-vending/README.md -------------------------------------------------------------------------------- /avm/ptn/lz/sub-vending/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/lz/sub-vending/main.bicep -------------------------------------------------------------------------------- /avm/ptn/lz/sub-vending/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/lz/sub-vending/main.json -------------------------------------------------------------------------------- /avm/ptn/lz/sub-vending/modules/peering.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/lz/sub-vending/modules/peering.bicep -------------------------------------------------------------------------------- /avm/ptn/lz/sub-vending/modules/tags.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/lz/sub-vending/modules/tags.bicep -------------------------------------------------------------------------------- /avm/ptn/lz/sub-vending/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/lz/sub-vending/version.json -------------------------------------------------------------------------------- /avm/ptn/network/hub-networking/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/network/hub-networking/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/network/hub-networking/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/network/hub-networking/ORPHANED.md -------------------------------------------------------------------------------- /avm/ptn/network/hub-networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/network/hub-networking/README.md -------------------------------------------------------------------------------- /avm/ptn/network/hub-networking/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/network/hub-networking/main.bicep -------------------------------------------------------------------------------- /avm/ptn/network/hub-networking/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/network/hub-networking/main.json -------------------------------------------------------------------------------- /avm/ptn/network/hub-networking/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/network/hub-networking/version.json -------------------------------------------------------------------------------- /avm/ptn/sa/build-your-own-copilot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/build-your-own-copilot/README.md -------------------------------------------------------------------------------- /avm/ptn/sa/build-your-own-copilot/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/build-your-own-copilot/main.bicep -------------------------------------------------------------------------------- /avm/ptn/sa/build-your-own-copilot/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/build-your-own-copilot/main.json -------------------------------------------------------------------------------- /avm/ptn/sa/chat-with-your-data/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/chat-with-your-data/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/sa/chat-with-your-data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/chat-with-your-data/README.md -------------------------------------------------------------------------------- /avm/ptn/sa/chat-with-your-data/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/chat-with-your-data/main.bicep -------------------------------------------------------------------------------- /avm/ptn/sa/chat-with-your-data/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/chat-with-your-data/main.json -------------------------------------------------------------------------------- /avm/ptn/sa/chat-with-your-data/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/chat-with-your-data/version.json -------------------------------------------------------------------------------- /avm/ptn/sa/content-processing/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/content-processing/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/sa/content-processing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/content-processing/README.md -------------------------------------------------------------------------------- /avm/ptn/sa/content-processing/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/content-processing/main.bicep -------------------------------------------------------------------------------- /avm/ptn/sa/content-processing/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/content-processing/main.json -------------------------------------------------------------------------------- /avm/ptn/sa/content-processing/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/content-processing/version.json -------------------------------------------------------------------------------- /avm/ptn/sa/modernize-your-code/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/modernize-your-code/CHANGELOG.md -------------------------------------------------------------------------------- /avm/ptn/sa/modernize-your-code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/modernize-your-code/README.md -------------------------------------------------------------------------------- /avm/ptn/sa/modernize-your-code/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/modernize-your-code/main.bicep -------------------------------------------------------------------------------- /avm/ptn/sa/modernize-your-code/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/modernize-your-code/main.json -------------------------------------------------------------------------------- /avm/ptn/sa/modernize-your-code/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/sa/modernize-your-code/version.json -------------------------------------------------------------------------------- /avm/ptn/security/security-center/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/security/security-center/README.md -------------------------------------------------------------------------------- /avm/ptn/security/security-center/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/security/security-center/main.bicep -------------------------------------------------------------------------------- /avm/ptn/security/security-center/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/ptn/security/security-center/main.json -------------------------------------------------------------------------------- /avm/res/aad/domain-service/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/aad/domain-service/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/aad/domain-service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/aad/domain-service/README.md -------------------------------------------------------------------------------- /avm/res/aad/domain-service/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/aad/domain-service/main.bicep -------------------------------------------------------------------------------- /avm/res/aad/domain-service/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/aad/domain-service/main.json -------------------------------------------------------------------------------- /avm/res/aad/domain-service/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/aad/domain-service/version.json -------------------------------------------------------------------------------- /avm/res/analysis-services/server/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/analysis-services/server/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/analysis-services/server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/analysis-services/server/README.md -------------------------------------------------------------------------------- /avm/res/analysis-services/server/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/analysis-services/server/main.bicep -------------------------------------------------------------------------------- /avm/res/analysis-services/server/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/analysis-services/server/main.json -------------------------------------------------------------------------------- /avm/res/api-management/service/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/api-management/service/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/api-management/service/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/api-management/service/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/api-management/service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/api-management/service/README.md -------------------------------------------------------------------------------- /avm/res/api-management/service/api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/api-management/service/api/README.md -------------------------------------------------------------------------------- /avm/res/api-management/service/api/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/api-management/service/api/main.json -------------------------------------------------------------------------------- /avm/res/api-management/service/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/api-management/service/main.bicep -------------------------------------------------------------------------------- /avm/res/api-management/service/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/api-management/service/main.json -------------------------------------------------------------------------------- /avm/res/api-management/service/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/api-management/service/version.json -------------------------------------------------------------------------------- /avm/res/app/container-app/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/container-app/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/app/container-app/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/container-app/README.md -------------------------------------------------------------------------------- /avm/res/app/container-app/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/container-app/main.bicep -------------------------------------------------------------------------------- /avm/res/app/container-app/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/container-app/main.json -------------------------------------------------------------------------------- /avm/res/app/container-app/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/container-app/version.json -------------------------------------------------------------------------------- /avm/res/app/job/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/job/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/app/job/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/job/README.md -------------------------------------------------------------------------------- /avm/res/app/job/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/job/main.bicep -------------------------------------------------------------------------------- /avm/res/app/job/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/job/main.json -------------------------------------------------------------------------------- /avm/res/app/job/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/job/version.json -------------------------------------------------------------------------------- /avm/res/app/managed-environment/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/managed-environment/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/app/managed-environment/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/managed-environment/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/app/managed-environment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/managed-environment/README.md -------------------------------------------------------------------------------- /avm/res/app/managed-environment/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/managed-environment/main.bicep -------------------------------------------------------------------------------- /avm/res/app/managed-environment/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/managed-environment/main.json -------------------------------------------------------------------------------- /avm/res/app/managed-environment/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/managed-environment/version.json -------------------------------------------------------------------------------- /avm/res/app/session-pool/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/session-pool/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/app/session-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/session-pool/README.md -------------------------------------------------------------------------------- /avm/res/app/session-pool/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/session-pool/main.bicep -------------------------------------------------------------------------------- /avm/res/app/session-pool/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/session-pool/main.json -------------------------------------------------------------------------------- /avm/res/app/session-pool/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/app/session-pool/version.json -------------------------------------------------------------------------------- /avm/res/azure-stack-hci/cluster/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/azure-stack-hci/cluster/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/azure-stack-hci/cluster/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/azure-stack-hci/cluster/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/azure-stack-hci/cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/azure-stack-hci/cluster/README.md -------------------------------------------------------------------------------- /avm/res/azure-stack-hci/cluster/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/azure-stack-hci/cluster/deploy.sh -------------------------------------------------------------------------------- /avm/res/azure-stack-hci/cluster/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/azure-stack-hci/cluster/main.bicep -------------------------------------------------------------------------------- /avm/res/azure-stack-hci/cluster/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/azure-stack-hci/cluster/main.json -------------------------------------------------------------------------------- /avm/res/azure-stack-hci/cluster/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/azure-stack-hci/cluster/version.json -------------------------------------------------------------------------------- /avm/res/batch/batch-account/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/batch/batch-account/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/batch/batch-account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/batch/batch-account/README.md -------------------------------------------------------------------------------- /avm/res/batch/batch-account/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/batch/batch-account/main.bicep -------------------------------------------------------------------------------- /avm/res/batch/batch-account/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/batch/batch-account/main.json -------------------------------------------------------------------------------- /avm/res/batch/batch-account/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/batch/batch-account/version.json -------------------------------------------------------------------------------- /avm/res/cache/redis-enterprise/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis-enterprise/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/cache/redis-enterprise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis-enterprise/README.md -------------------------------------------------------------------------------- /avm/res/cache/redis-enterprise/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis-enterprise/main.bicep -------------------------------------------------------------------------------- /avm/res/cache/redis-enterprise/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis-enterprise/main.json -------------------------------------------------------------------------------- /avm/res/cache/redis-enterprise/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis-enterprise/version.json -------------------------------------------------------------------------------- /avm/res/cache/redis/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/cache/redis/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/cache/redis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/README.md -------------------------------------------------------------------------------- /avm/res/cache/redis/access-policy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/access-policy/README.md -------------------------------------------------------------------------------- /avm/res/cache/redis/access-policy/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/access-policy/main.bicep -------------------------------------------------------------------------------- /avm/res/cache/redis/access-policy/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/access-policy/main.json -------------------------------------------------------------------------------- /avm/res/cache/redis/firewall-rule/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/firewall-rule/README.md -------------------------------------------------------------------------------- /avm/res/cache/redis/firewall-rule/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/firewall-rule/main.bicep -------------------------------------------------------------------------------- /avm/res/cache/redis/firewall-rule/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/firewall-rule/main.json -------------------------------------------------------------------------------- /avm/res/cache/redis/linked-servers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/linked-servers/README.md -------------------------------------------------------------------------------- /avm/res/cache/redis/linked-servers/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/linked-servers/main.json -------------------------------------------------------------------------------- /avm/res/cache/redis/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/main.bicep -------------------------------------------------------------------------------- /avm/res/cache/redis/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/main.json -------------------------------------------------------------------------------- /avm/res/cache/redis/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cache/redis/version.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/README.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/afd-endpoint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/afd-endpoint/README.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/afd-endpoint/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/afd-endpoint/main.bicep -------------------------------------------------------------------------------- /avm/res/cdn/profile/afd-endpoint/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/afd-endpoint/main.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/custom-domain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/custom-domain/README.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/custom-domain/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/custom-domain/main.bicep -------------------------------------------------------------------------------- /avm/res/cdn/profile/custom-domain/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/custom-domain/main.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/endpoint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/endpoint/README.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/endpoint/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/endpoint/main.bicep -------------------------------------------------------------------------------- /avm/res/cdn/profile/endpoint/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/endpoint/main.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/main.bicep -------------------------------------------------------------------------------- /avm/res/cdn/profile/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/main.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/origin-group/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/origin-group/README.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/origin-group/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/origin-group/main.bicep -------------------------------------------------------------------------------- /avm/res/cdn/profile/origin-group/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/origin-group/main.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/rule-set/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/rule-set/README.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/rule-set/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/rule-set/main.bicep -------------------------------------------------------------------------------- /avm/res/cdn/profile/rule-set/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/rule-set/main.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/rule-set/rule/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/rule-set/rule/README.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/rule-set/rule/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/rule-set/rule/main.bicep -------------------------------------------------------------------------------- /avm/res/cdn/profile/rule-set/rule/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/rule-set/rule/main.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/secret/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/secret/README.md -------------------------------------------------------------------------------- /avm/res/cdn/profile/secret/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/secret/main.bicep -------------------------------------------------------------------------------- /avm/res/cdn/profile/secret/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/secret/main.json -------------------------------------------------------------------------------- /avm/res/cdn/profile/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cdn/profile/version.json -------------------------------------------------------------------------------- /avm/res/cognitive-services/account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cognitive-services/account/README.md -------------------------------------------------------------------------------- /avm/res/cognitive-services/account/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/cognitive-services/account/main.json -------------------------------------------------------------------------------- /avm/res/compute/availability-set/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/availability-set/README.md -------------------------------------------------------------------------------- /avm/res/compute/availability-set/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/availability-set/main.bicep -------------------------------------------------------------------------------- /avm/res/compute/availability-set/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/availability-set/main.json -------------------------------------------------------------------------------- /avm/res/compute/disk/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/disk/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/compute/disk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/disk/README.md -------------------------------------------------------------------------------- /avm/res/compute/disk/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/disk/main.bicep -------------------------------------------------------------------------------- /avm/res/compute/disk/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/disk/main.json -------------------------------------------------------------------------------- /avm/res/compute/disk/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/disk/version.json -------------------------------------------------------------------------------- /avm/res/compute/gallery/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/gallery/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/compute/gallery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/gallery/README.md -------------------------------------------------------------------------------- /avm/res/compute/gallery/image/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/gallery/image/README.md -------------------------------------------------------------------------------- /avm/res/compute/gallery/image/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/gallery/image/main.bicep -------------------------------------------------------------------------------- /avm/res/compute/gallery/image/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/gallery/image/main.json -------------------------------------------------------------------------------- /avm/res/compute/gallery/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/gallery/main.bicep -------------------------------------------------------------------------------- /avm/res/compute/gallery/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/gallery/main.json -------------------------------------------------------------------------------- /avm/res/compute/gallery/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/gallery/version.json -------------------------------------------------------------------------------- /avm/res/compute/image/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/image/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/compute/image/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/image/README.md -------------------------------------------------------------------------------- /avm/res/compute/image/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/image/main.bicep -------------------------------------------------------------------------------- /avm/res/compute/image/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/image/main.json -------------------------------------------------------------------------------- /avm/res/compute/image/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/image/version.json -------------------------------------------------------------------------------- /avm/res/compute/ssh-public-key/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/ssh-public-key/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/compute/ssh-public-key/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/ssh-public-key/README.md -------------------------------------------------------------------------------- /avm/res/compute/ssh-public-key/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/ssh-public-key/main.bicep -------------------------------------------------------------------------------- /avm/res/compute/ssh-public-key/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/ssh-public-key/main.json -------------------------------------------------------------------------------- /avm/res/compute/ssh-public-key/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/ssh-public-key/version.json -------------------------------------------------------------------------------- /avm/res/compute/virtual-machine/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/virtual-machine/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/compute/virtual-machine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/virtual-machine/README.md -------------------------------------------------------------------------------- /avm/res/compute/virtual-machine/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/virtual-machine/main.bicep -------------------------------------------------------------------------------- /avm/res/compute/virtual-machine/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/virtual-machine/main.json -------------------------------------------------------------------------------- /avm/res/compute/virtual-machine/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/compute/virtual-machine/version.json -------------------------------------------------------------------------------- /avm/res/consumption/budget/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/consumption/budget/README.md -------------------------------------------------------------------------------- /avm/res/consumption/budget/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/consumption/budget/main.bicep -------------------------------------------------------------------------------- /avm/res/consumption/budget/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/consumption/budget/main.json -------------------------------------------------------------------------------- /avm/res/data-factory/factory/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/data-factory/factory/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/data-factory/factory/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/data-factory/factory/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/data-factory/factory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/data-factory/factory/README.md -------------------------------------------------------------------------------- /avm/res/data-factory/factory/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/data-factory/factory/main.bicep -------------------------------------------------------------------------------- /avm/res/data-factory/factory/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/data-factory/factory/main.json -------------------------------------------------------------------------------- /avm/res/data-factory/factory/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/data-factory/factory/version.json -------------------------------------------------------------------------------- /avm/res/databricks/workspace/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/databricks/workspace/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/databricks/workspace/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/databricks/workspace/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/databricks/workspace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/databricks/workspace/README.md -------------------------------------------------------------------------------- /avm/res/databricks/workspace/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/databricks/workspace/main.bicep -------------------------------------------------------------------------------- /avm/res/databricks/workspace/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/databricks/workspace/main.json -------------------------------------------------------------------------------- /avm/res/databricks/workspace/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/databricks/workspace/version.json -------------------------------------------------------------------------------- /avm/res/dev-center/devcenter/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/devcenter/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/dev-center/devcenter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/devcenter/README.md -------------------------------------------------------------------------------- /avm/res/dev-center/devcenter/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/devcenter/main.bicep -------------------------------------------------------------------------------- /avm/res/dev-center/devcenter/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/devcenter/main.json -------------------------------------------------------------------------------- /avm/res/dev-center/devcenter/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/devcenter/version.json -------------------------------------------------------------------------------- /avm/res/dev-center/project/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/dev-center/project/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/README.md -------------------------------------------------------------------------------- /avm/res/dev-center/project/catalog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/catalog/README.md -------------------------------------------------------------------------------- /avm/res/dev-center/project/catalog/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/catalog/main.json -------------------------------------------------------------------------------- /avm/res/dev-center/project/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/main.bicep -------------------------------------------------------------------------------- /avm/res/dev-center/project/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/main.json -------------------------------------------------------------------------------- /avm/res/dev-center/project/pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/pool/README.md -------------------------------------------------------------------------------- /avm/res/dev-center/project/pool/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/pool/main.bicep -------------------------------------------------------------------------------- /avm/res/dev-center/project/pool/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/pool/main.json -------------------------------------------------------------------------------- /avm/res/dev-center/project/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-center/project/version.json -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/README.md -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/cost/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/cost/README.md -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/cost/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/cost/main.bicep -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/cost/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/cost/main.json -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/main.bicep -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/main.json -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/schedule/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/schedule/README.md -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/schedule/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/schedule/main.bicep -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/schedule/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/schedule/main.json -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/secret/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/secret/README.md -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/secret/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/secret/main.bicep -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/secret/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/secret/main.json -------------------------------------------------------------------------------- /avm/res/dev-test-lab/lab/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/dev-test-lab/lab/version.json -------------------------------------------------------------------------------- /avm/res/document-db/mongo-cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/document-db/mongo-cluster/README.md -------------------------------------------------------------------------------- /avm/res/document-db/mongo-cluster/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/document-db/mongo-cluster/main.bicep -------------------------------------------------------------------------------- /avm/res/document-db/mongo-cluster/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/document-db/mongo-cluster/main.json -------------------------------------------------------------------------------- /avm/res/elastic-san/elastic-san/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/elastic-san/elastic-san/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/elastic-san/elastic-san/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/elastic-san/elastic-san/README.md -------------------------------------------------------------------------------- /avm/res/elastic-san/elastic-san/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/elastic-san/elastic-san/main.bicep -------------------------------------------------------------------------------- /avm/res/elastic-san/elastic-san/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/elastic-san/elastic-san/main.json -------------------------------------------------------------------------------- /avm/res/elastic-san/elastic-san/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/elastic-san/elastic-san/version.json -------------------------------------------------------------------------------- /avm/res/event-grid/domain/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/domain/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/event-grid/domain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/domain/README.md -------------------------------------------------------------------------------- /avm/res/event-grid/domain/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/domain/main.bicep -------------------------------------------------------------------------------- /avm/res/event-grid/domain/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/domain/main.json -------------------------------------------------------------------------------- /avm/res/event-grid/domain/topic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/domain/topic/README.md -------------------------------------------------------------------------------- /avm/res/event-grid/domain/topic/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/domain/topic/main.bicep -------------------------------------------------------------------------------- /avm/res/event-grid/domain/topic/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/domain/topic/main.json -------------------------------------------------------------------------------- /avm/res/event-grid/domain/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/domain/version.json -------------------------------------------------------------------------------- /avm/res/event-grid/namespace/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/namespace/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/event-grid/namespace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/namespace/README.md -------------------------------------------------------------------------------- /avm/res/event-grid/namespace/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/namespace/main.bicep -------------------------------------------------------------------------------- /avm/res/event-grid/namespace/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/namespace/main.json -------------------------------------------------------------------------------- /avm/res/event-grid/namespace/topic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/namespace/topic/README.md -------------------------------------------------------------------------------- /avm/res/event-grid/namespace/topic/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/namespace/topic/main.json -------------------------------------------------------------------------------- /avm/res/event-grid/namespace/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/namespace/version.json -------------------------------------------------------------------------------- /avm/res/event-grid/system-topic/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/system-topic/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/event-grid/system-topic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/system-topic/README.md -------------------------------------------------------------------------------- /avm/res/event-grid/system-topic/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/system-topic/main.bicep -------------------------------------------------------------------------------- /avm/res/event-grid/system-topic/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/system-topic/main.json -------------------------------------------------------------------------------- /avm/res/event-grid/system-topic/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/system-topic/version.json -------------------------------------------------------------------------------- /avm/res/event-grid/topic/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/topic/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/event-grid/topic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/topic/README.md -------------------------------------------------------------------------------- /avm/res/event-grid/topic/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/topic/main.bicep -------------------------------------------------------------------------------- /avm/res/event-grid/topic/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/topic/main.json -------------------------------------------------------------------------------- /avm/res/event-grid/topic/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-grid/topic/version.json -------------------------------------------------------------------------------- /avm/res/event-hub/namespace/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-hub/namespace/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/event-hub/namespace/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-hub/namespace/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/event-hub/namespace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-hub/namespace/README.md -------------------------------------------------------------------------------- /avm/res/event-hub/namespace/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-hub/namespace/main.bicep -------------------------------------------------------------------------------- /avm/res/event-hub/namespace/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-hub/namespace/main.json -------------------------------------------------------------------------------- /avm/res/event-hub/namespace/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/event-hub/namespace/version.json -------------------------------------------------------------------------------- /avm/res/fabric/capacity/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/fabric/capacity/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/fabric/capacity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/fabric/capacity/README.md -------------------------------------------------------------------------------- /avm/res/fabric/capacity/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/fabric/capacity/main.bicep -------------------------------------------------------------------------------- /avm/res/fabric/capacity/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/fabric/capacity/main.json -------------------------------------------------------------------------------- /avm/res/fabric/capacity/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/fabric/capacity/version.json -------------------------------------------------------------------------------- /avm/res/health-bot/health-bot/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/health-bot/health-bot/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/health-bot/health-bot/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/health-bot/health-bot/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/health-bot/health-bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/health-bot/health-bot/README.md -------------------------------------------------------------------------------- /avm/res/health-bot/health-bot/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/health-bot/health-bot/main.bicep -------------------------------------------------------------------------------- /avm/res/health-bot/health-bot/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/health-bot/health-bot/main.json -------------------------------------------------------------------------------- /avm/res/health-bot/health-bot/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/health-bot/health-bot/version.json -------------------------------------------------------------------------------- /avm/res/healthcare-apis/workspace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/healthcare-apis/workspace/README.md -------------------------------------------------------------------------------- /avm/res/healthcare-apis/workspace/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/healthcare-apis/workspace/main.bicep -------------------------------------------------------------------------------- /avm/res/healthcare-apis/workspace/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/healthcare-apis/workspace/main.json -------------------------------------------------------------------------------- /avm/res/hybrid-compute/gateway/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/gateway/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/gateway/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/gateway/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/gateway/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/gateway/README.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/gateway/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/gateway/main.bicep -------------------------------------------------------------------------------- /avm/res/hybrid-compute/gateway/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/gateway/main.json -------------------------------------------------------------------------------- /avm/res/hybrid-compute/gateway/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/gateway/version.json -------------------------------------------------------------------------------- /avm/res/hybrid-compute/license/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/license/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/license/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/license/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/license/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/license/README.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/license/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/license/main.bicep -------------------------------------------------------------------------------- /avm/res/hybrid-compute/license/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/license/main.json -------------------------------------------------------------------------------- /avm/res/hybrid-compute/license/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/license/version.json -------------------------------------------------------------------------------- /avm/res/hybrid-compute/machine/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/machine/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/machine/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/machine/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/machine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/machine/README.md -------------------------------------------------------------------------------- /avm/res/hybrid-compute/machine/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/machine/main.bicep -------------------------------------------------------------------------------- /avm/res/hybrid-compute/machine/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/machine/main.json -------------------------------------------------------------------------------- /avm/res/hybrid-compute/machine/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/hybrid-compute/machine/version.json -------------------------------------------------------------------------------- /avm/res/insights/action-group/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/action-group/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/insights/action-group/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/action-group/README.md -------------------------------------------------------------------------------- /avm/res/insights/action-group/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/action-group/main.bicep -------------------------------------------------------------------------------- /avm/res/insights/action-group/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/action-group/main.json -------------------------------------------------------------------------------- /avm/res/insights/action-group/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/action-group/version.json -------------------------------------------------------------------------------- /avm/res/insights/component/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/component/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/insights/component/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/component/README.md -------------------------------------------------------------------------------- /avm/res/insights/component/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/component/main.bicep -------------------------------------------------------------------------------- /avm/res/insights/component/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/component/main.json -------------------------------------------------------------------------------- /avm/res/insights/component/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/component/version.json -------------------------------------------------------------------------------- /avm/res/insights/metric-alert/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/metric-alert/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/insights/metric-alert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/metric-alert/README.md -------------------------------------------------------------------------------- /avm/res/insights/metric-alert/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/metric-alert/main.bicep -------------------------------------------------------------------------------- /avm/res/insights/metric-alert/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/metric-alert/main.json -------------------------------------------------------------------------------- /avm/res/insights/metric-alert/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/metric-alert/version.json -------------------------------------------------------------------------------- /avm/res/insights/webtest/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/webtest/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/insights/webtest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/webtest/README.md -------------------------------------------------------------------------------- /avm/res/insights/webtest/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/webtest/main.bicep -------------------------------------------------------------------------------- /avm/res/insights/webtest/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/webtest/main.json -------------------------------------------------------------------------------- /avm/res/insights/webtest/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/insights/webtest/version.json -------------------------------------------------------------------------------- /avm/res/key-vault/vault/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/key-vault/vault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/README.md -------------------------------------------------------------------------------- /avm/res/key-vault/vault/key/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/key/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/key-vault/vault/key/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/key/README.md -------------------------------------------------------------------------------- /avm/res/key-vault/vault/key/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/key/main.bicep -------------------------------------------------------------------------------- /avm/res/key-vault/vault/key/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/key/main.json -------------------------------------------------------------------------------- /avm/res/key-vault/vault/key/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/key/version.json -------------------------------------------------------------------------------- /avm/res/key-vault/vault/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/main.bicep -------------------------------------------------------------------------------- /avm/res/key-vault/vault/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/main.json -------------------------------------------------------------------------------- /avm/res/key-vault/vault/secret/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/secret/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/key-vault/vault/secret/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/secret/README.md -------------------------------------------------------------------------------- /avm/res/key-vault/vault/secret/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/secret/main.bicep -------------------------------------------------------------------------------- /avm/res/key-vault/vault/secret/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/secret/main.json -------------------------------------------------------------------------------- /avm/res/key-vault/vault/secret/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/secret/version.json -------------------------------------------------------------------------------- /avm/res/key-vault/vault/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/key-vault/vault/version.json -------------------------------------------------------------------------------- /avm/res/kusto/cluster/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/kusto/cluster/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/kusto/cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/kusto/cluster/README.md -------------------------------------------------------------------------------- /avm/res/kusto/cluster/database/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/kusto/cluster/database/README.md -------------------------------------------------------------------------------- /avm/res/kusto/cluster/database/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/kusto/cluster/database/main.bicep -------------------------------------------------------------------------------- /avm/res/kusto/cluster/database/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/kusto/cluster/database/main.json -------------------------------------------------------------------------------- /avm/res/kusto/cluster/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/kusto/cluster/main.bicep -------------------------------------------------------------------------------- /avm/res/kusto/cluster/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/kusto/cluster/main.json -------------------------------------------------------------------------------- /avm/res/kusto/cluster/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/kusto/cluster/version.json -------------------------------------------------------------------------------- /avm/res/logic/workflow/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/logic/workflow/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/logic/workflow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/logic/workflow/README.md -------------------------------------------------------------------------------- /avm/res/logic/workflow/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/logic/workflow/main.bicep -------------------------------------------------------------------------------- /avm/res/logic/workflow/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/logic/workflow/main.json -------------------------------------------------------------------------------- /avm/res/logic/workflow/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/logic/workflow/version.json -------------------------------------------------------------------------------- /avm/res/management/service-group/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/management/service-group/README.md -------------------------------------------------------------------------------- /avm/res/management/service-group/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/management/service-group/main.bicep -------------------------------------------------------------------------------- /avm/res/management/service-group/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/management/service-group/main.json -------------------------------------------------------------------------------- /avm/res/maps/account/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/maps/account/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/maps/account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/maps/account/README.md -------------------------------------------------------------------------------- /avm/res/maps/account/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/maps/account/main.bicep -------------------------------------------------------------------------------- /avm/res/maps/account/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/maps/account/main.json -------------------------------------------------------------------------------- /avm/res/maps/account/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/maps/account/version.json -------------------------------------------------------------------------------- /avm/res/net-app/net-app-account/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/net-app/net-app-account/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/net-app/net-app-account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/net-app/net-app-account/README.md -------------------------------------------------------------------------------- /avm/res/net-app/net-app-account/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/net-app/net-app-account/main.bicep -------------------------------------------------------------------------------- /avm/res/net-app/net-app-account/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/net-app/net-app-account/main.json -------------------------------------------------------------------------------- /avm/res/net-app/net-app-account/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/net-app/net-app-account/version.json -------------------------------------------------------------------------------- /avm/res/network/azure-firewall/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/azure-firewall/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/azure-firewall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/azure-firewall/README.md -------------------------------------------------------------------------------- /avm/res/network/azure-firewall/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/azure-firewall/main.bicep -------------------------------------------------------------------------------- /avm/res/network/azure-firewall/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/azure-firewall/main.json -------------------------------------------------------------------------------- /avm/res/network/azure-firewall/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/azure-firewall/version.json -------------------------------------------------------------------------------- /avm/res/network/bastion-host/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/bastion-host/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/bastion-host/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/bastion-host/README.md -------------------------------------------------------------------------------- /avm/res/network/bastion-host/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/bastion-host/main.bicep -------------------------------------------------------------------------------- /avm/res/network/bastion-host/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/bastion-host/main.json -------------------------------------------------------------------------------- /avm/res/network/bastion-host/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/bastion-host/version.json -------------------------------------------------------------------------------- /avm/res/network/connection/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/connection/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/connection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/connection/README.md -------------------------------------------------------------------------------- /avm/res/network/connection/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/connection/main.bicep -------------------------------------------------------------------------------- /avm/res/network/connection/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/connection/main.json -------------------------------------------------------------------------------- /avm/res/network/connection/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/connection/version.json -------------------------------------------------------------------------------- /avm/res/network/dns-resolver/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-resolver/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/dns-resolver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-resolver/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-resolver/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-resolver/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-resolver/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-resolver/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-resolver/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-resolver/version.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/a/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/a/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/a/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/a/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/a/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/a/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/aaaa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/aaaa/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/aaaa/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/aaaa/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/aaaa/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/aaaa/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/caa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/caa/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/caa/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/caa/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/caa/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/caa/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/cname/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/cname/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/cname/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/cname/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/cname/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/cname/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/mx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/mx/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/mx/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/mx/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/mx/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/mx/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/ns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/ns/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/ns/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/ns/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/ns/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/ns/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/ptr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/ptr/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/ptr/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/ptr/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/ptr/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/ptr/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/soa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/soa/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/soa/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/soa/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/soa/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/soa/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/srv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/srv/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/srv/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/srv/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/srv/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/srv/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/txt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/txt/README.md -------------------------------------------------------------------------------- /avm/res/network/dns-zone/txt/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/txt/main.bicep -------------------------------------------------------------------------------- /avm/res/network/dns-zone/txt/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/txt/main.json -------------------------------------------------------------------------------- /avm/res/network/dns-zone/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/dns-zone/version.json -------------------------------------------------------------------------------- /avm/res/network/express-route-port/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/express-route-port/README.md -------------------------------------------------------------------------------- /avm/res/network/express-route-port/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/express-route-port/main.json -------------------------------------------------------------------------------- /avm/res/network/firewall-policy/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/firewall-policy/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/firewall-policy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/firewall-policy/README.md -------------------------------------------------------------------------------- /avm/res/network/firewall-policy/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/firewall-policy/main.bicep -------------------------------------------------------------------------------- /avm/res/network/firewall-policy/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/firewall-policy/main.json -------------------------------------------------------------------------------- /avm/res/network/firewall-policy/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/firewall-policy/version.json -------------------------------------------------------------------------------- /avm/res/network/front-door/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/front-door/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/front-door/DEPRECATED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/front-door/DEPRECATED.md -------------------------------------------------------------------------------- /avm/res/network/front-door/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/front-door/README.md -------------------------------------------------------------------------------- /avm/res/network/front-door/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/front-door/main.bicep -------------------------------------------------------------------------------- /avm/res/network/front-door/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/front-door/main.json -------------------------------------------------------------------------------- /avm/res/network/front-door/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/front-door/version.json -------------------------------------------------------------------------------- /avm/res/network/ip-group/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/ip-group/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/ip-group/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/ip-group/README.md -------------------------------------------------------------------------------- /avm/res/network/ip-group/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/ip-group/main.bicep -------------------------------------------------------------------------------- /avm/res/network/ip-group/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/ip-group/main.json -------------------------------------------------------------------------------- /avm/res/network/ip-group/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/ip-group/version.json -------------------------------------------------------------------------------- /avm/res/network/load-balancer/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/load-balancer/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/load-balancer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/load-balancer/README.md -------------------------------------------------------------------------------- /avm/res/network/load-balancer/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/load-balancer/main.bicep -------------------------------------------------------------------------------- /avm/res/network/load-balancer/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/load-balancer/main.json -------------------------------------------------------------------------------- /avm/res/network/load-balancer/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/load-balancer/version.json -------------------------------------------------------------------------------- /avm/res/network/nat-gateway/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/nat-gateway/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/nat-gateway/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/nat-gateway/README.md -------------------------------------------------------------------------------- /avm/res/network/nat-gateway/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/nat-gateway/main.bicep -------------------------------------------------------------------------------- /avm/res/network/nat-gateway/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/nat-gateway/main.json -------------------------------------------------------------------------------- /avm/res/network/nat-gateway/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/nat-gateway/version.json -------------------------------------------------------------------------------- /avm/res/network/network-interface/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-interface/README.md -------------------------------------------------------------------------------- /avm/res/network/network-interface/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-interface/main.bicep -------------------------------------------------------------------------------- /avm/res/network/network-interface/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-interface/main.json -------------------------------------------------------------------------------- /avm/res/network/network-manager/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-manager/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/network-manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-manager/README.md -------------------------------------------------------------------------------- /avm/res/network/network-manager/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-manager/main.bicep -------------------------------------------------------------------------------- /avm/res/network/network-manager/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-manager/main.json -------------------------------------------------------------------------------- /avm/res/network/network-manager/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-manager/version.json -------------------------------------------------------------------------------- /avm/res/network/network-watcher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-watcher/README.md -------------------------------------------------------------------------------- /avm/res/network/network-watcher/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-watcher/main.bicep -------------------------------------------------------------------------------- /avm/res/network/network-watcher/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/network-watcher/main.json -------------------------------------------------------------------------------- /avm/res/network/p2s-vpn-gateway/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/p2s-vpn-gateway/README.md -------------------------------------------------------------------------------- /avm/res/network/p2s-vpn-gateway/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/p2s-vpn-gateway/main.bicep -------------------------------------------------------------------------------- /avm/res/network/p2s-vpn-gateway/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/p2s-vpn-gateway/main.json -------------------------------------------------------------------------------- /avm/res/network/private-dns-zone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/private-dns-zone/README.md -------------------------------------------------------------------------------- /avm/res/network/private-dns-zone/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/private-dns-zone/main.json -------------------------------------------------------------------------------- /avm/res/network/private-endpoint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/private-endpoint/README.md -------------------------------------------------------------------------------- /avm/res/network/private-endpoint/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/private-endpoint/main.json -------------------------------------------------------------------------------- /avm/res/network/public-ip-prefix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/public-ip-prefix/README.md -------------------------------------------------------------------------------- /avm/res/network/public-ip-prefix/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/public-ip-prefix/main.json -------------------------------------------------------------------------------- /avm/res/network/route-table/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/route-table/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/route-table/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/route-table/README.md -------------------------------------------------------------------------------- /avm/res/network/route-table/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/route-table/main.bicep -------------------------------------------------------------------------------- /avm/res/network/route-table/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/route-table/main.json -------------------------------------------------------------------------------- /avm/res/network/route-table/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/route-table/version.json -------------------------------------------------------------------------------- /avm/res/network/virtual-hub/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-hub/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/virtual-hub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-hub/README.md -------------------------------------------------------------------------------- /avm/res/network/virtual-hub/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-hub/main.bicep -------------------------------------------------------------------------------- /avm/res/network/virtual-hub/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-hub/main.json -------------------------------------------------------------------------------- /avm/res/network/virtual-hub/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-hub/version.json -------------------------------------------------------------------------------- /avm/res/network/virtual-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-network/README.md -------------------------------------------------------------------------------- /avm/res/network/virtual-network/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-network/main.bicep -------------------------------------------------------------------------------- /avm/res/network/virtual-network/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-network/main.json -------------------------------------------------------------------------------- /avm/res/network/virtual-wan/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-wan/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/virtual-wan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-wan/README.md -------------------------------------------------------------------------------- /avm/res/network/virtual-wan/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-wan/main.bicep -------------------------------------------------------------------------------- /avm/res/network/virtual-wan/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-wan/main.json -------------------------------------------------------------------------------- /avm/res/network/virtual-wan/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/virtual-wan/version.json -------------------------------------------------------------------------------- /avm/res/network/vpn-gateway/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-gateway/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/vpn-gateway/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-gateway/README.md -------------------------------------------------------------------------------- /avm/res/network/vpn-gateway/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-gateway/main.bicep -------------------------------------------------------------------------------- /avm/res/network/vpn-gateway/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-gateway/main.json -------------------------------------------------------------------------------- /avm/res/network/vpn-gateway/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-gateway/version.json -------------------------------------------------------------------------------- /avm/res/network/vpn-site/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-site/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/network/vpn-site/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-site/README.md -------------------------------------------------------------------------------- /avm/res/network/vpn-site/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-site/main.bicep -------------------------------------------------------------------------------- /avm/res/network/vpn-site/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-site/main.json -------------------------------------------------------------------------------- /avm/res/network/vpn-site/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/network/vpn-site/version.json -------------------------------------------------------------------------------- /avm/res/portal/dashboard/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/portal/dashboard/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/portal/dashboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/portal/dashboard/README.md -------------------------------------------------------------------------------- /avm/res/portal/dashboard/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/portal/dashboard/main.bicep -------------------------------------------------------------------------------- /avm/res/portal/dashboard/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/portal/dashboard/main.json -------------------------------------------------------------------------------- /avm/res/portal/dashboard/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/portal/dashboard/version.json -------------------------------------------------------------------------------- /avm/res/purview/account/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/purview/account/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/purview/account/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/purview/account/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/purview/account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/purview/account/README.md -------------------------------------------------------------------------------- /avm/res/purview/account/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/purview/account/main.bicep -------------------------------------------------------------------------------- /avm/res/purview/account/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/purview/account/main.json -------------------------------------------------------------------------------- /avm/res/purview/account/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/purview/account/version.json -------------------------------------------------------------------------------- /avm/res/recovery-services/vault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/recovery-services/vault/README.md -------------------------------------------------------------------------------- /avm/res/recovery-services/vault/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/recovery-services/vault/main.bicep -------------------------------------------------------------------------------- /avm/res/recovery-services/vault/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/recovery-services/vault/main.json -------------------------------------------------------------------------------- /avm/res/relay/namespace/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/relay/namespace/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/relay/namespace/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/relay/namespace/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/relay/namespace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/relay/namespace/README.md -------------------------------------------------------------------------------- /avm/res/relay/namespace/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/relay/namespace/main.bicep -------------------------------------------------------------------------------- /avm/res/relay/namespace/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/relay/namespace/main.json -------------------------------------------------------------------------------- /avm/res/relay/namespace/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/relay/namespace/version.json -------------------------------------------------------------------------------- /avm/res/resource-graph/query/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/resource-graph/query/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/resource-graph/query/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/resource-graph/query/README.md -------------------------------------------------------------------------------- /avm/res/resource-graph/query/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/resource-graph/query/main.bicep -------------------------------------------------------------------------------- /avm/res/resource-graph/query/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/resource-graph/query/main.json -------------------------------------------------------------------------------- /avm/res/resource-graph/query/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/resource-graph/query/version.json -------------------------------------------------------------------------------- /avm/res/resources/resource-group/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/resources/resource-group/README.md -------------------------------------------------------------------------------- /avm/res/resources/resource-group/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/resources/resource-group/main.json -------------------------------------------------------------------------------- /avm/res/search/search-service/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/search/search-service/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/search/search-service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/search/search-service/README.md -------------------------------------------------------------------------------- /avm/res/search/search-service/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/search/search-service/main.bicep -------------------------------------------------------------------------------- /avm/res/search/search-service/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/search/search-service/main.json -------------------------------------------------------------------------------- /avm/res/search/search-service/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/search/search-service/version.json -------------------------------------------------------------------------------- /avm/res/service-bus/namespace/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/service-bus/namespace/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/service-bus/namespace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/service-bus/namespace/README.md -------------------------------------------------------------------------------- /avm/res/service-bus/namespace/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/service-bus/namespace/main.bicep -------------------------------------------------------------------------------- /avm/res/service-bus/namespace/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/service-bus/namespace/main.json -------------------------------------------------------------------------------- /avm/res/service-bus/namespace/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/service-bus/namespace/version.json -------------------------------------------------------------------------------- /avm/res/service-fabric/cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/service-fabric/cluster/README.md -------------------------------------------------------------------------------- /avm/res/service-fabric/cluster/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/service-fabric/cluster/main.bicep -------------------------------------------------------------------------------- /avm/res/service-fabric/cluster/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/service-fabric/cluster/main.json -------------------------------------------------------------------------------- /avm/res/sql/instance-pool/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/instance-pool/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/sql/instance-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/instance-pool/README.md -------------------------------------------------------------------------------- /avm/res/sql/instance-pool/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/instance-pool/main.bicep -------------------------------------------------------------------------------- /avm/res/sql/instance-pool/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/instance-pool/main.json -------------------------------------------------------------------------------- /avm/res/sql/instance-pool/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/instance-pool/version.json -------------------------------------------------------------------------------- /avm/res/sql/managed-instance/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/managed-instance/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/sql/managed-instance/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/managed-instance/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/sql/managed-instance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/managed-instance/README.md -------------------------------------------------------------------------------- /avm/res/sql/managed-instance/key/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/managed-instance/key/README.md -------------------------------------------------------------------------------- /avm/res/sql/managed-instance/key/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/managed-instance/key/main.json -------------------------------------------------------------------------------- /avm/res/sql/managed-instance/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/managed-instance/main.bicep -------------------------------------------------------------------------------- /avm/res/sql/managed-instance/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/managed-instance/main.json -------------------------------------------------------------------------------- /avm/res/sql/managed-instance/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/managed-instance/version.json -------------------------------------------------------------------------------- /avm/res/sql/server/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/sql/server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/README.md -------------------------------------------------------------------------------- /avm/res/sql/server/database/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/database/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/sql/server/database/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/database/README.md -------------------------------------------------------------------------------- /avm/res/sql/server/database/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/database/main.bicep -------------------------------------------------------------------------------- /avm/res/sql/server/database/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/database/main.json -------------------------------------------------------------------------------- /avm/res/sql/server/database/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/database/version.json -------------------------------------------------------------------------------- /avm/res/sql/server/elastic-pool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/elastic-pool/README.md -------------------------------------------------------------------------------- /avm/res/sql/server/elastic-pool/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/elastic-pool/main.bicep -------------------------------------------------------------------------------- /avm/res/sql/server/elastic-pool/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/elastic-pool/main.json -------------------------------------------------------------------------------- /avm/res/sql/server/firewall-rule/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/firewall-rule/README.md -------------------------------------------------------------------------------- /avm/res/sql/server/firewall-rule/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/firewall-rule/main.json -------------------------------------------------------------------------------- /avm/res/sql/server/key/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/key/README.md -------------------------------------------------------------------------------- /avm/res/sql/server/key/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/key/main.bicep -------------------------------------------------------------------------------- /avm/res/sql/server/key/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/key/main.json -------------------------------------------------------------------------------- /avm/res/sql/server/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/main.bicep -------------------------------------------------------------------------------- /avm/res/sql/server/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/main.json -------------------------------------------------------------------------------- /avm/res/sql/server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/sql/server/version.json -------------------------------------------------------------------------------- /avm/res/storage/storage-account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/storage/storage-account/README.md -------------------------------------------------------------------------------- /avm/res/storage/storage-account/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/storage/storage-account/main.bicep -------------------------------------------------------------------------------- /avm/res/storage/storage-account/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/storage/storage-account/main.json -------------------------------------------------------------------------------- /avm/res/synapse/private-link-hub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/private-link-hub/README.md -------------------------------------------------------------------------------- /avm/res/synapse/private-link-hub/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/private-link-hub/main.json -------------------------------------------------------------------------------- /avm/res/synapse/workspace/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/workspace/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/synapse/workspace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/workspace/README.md -------------------------------------------------------------------------------- /avm/res/synapse/workspace/key/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/workspace/key/README.md -------------------------------------------------------------------------------- /avm/res/synapse/workspace/key/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/workspace/key/main.bicep -------------------------------------------------------------------------------- /avm/res/synapse/workspace/key/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/workspace/key/main.json -------------------------------------------------------------------------------- /avm/res/synapse/workspace/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/workspace/main.bicep -------------------------------------------------------------------------------- /avm/res/synapse/workspace/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/workspace/main.json -------------------------------------------------------------------------------- /avm/res/synapse/workspace/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/synapse/workspace/version.json -------------------------------------------------------------------------------- /avm/res/web/connection/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/connection/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/web/connection/ORPHANED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/connection/ORPHANED.md -------------------------------------------------------------------------------- /avm/res/web/connection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/connection/README.md -------------------------------------------------------------------------------- /avm/res/web/connection/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/connection/main.bicep -------------------------------------------------------------------------------- /avm/res/web/connection/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/connection/main.json -------------------------------------------------------------------------------- /avm/res/web/connection/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/connection/version.json -------------------------------------------------------------------------------- /avm/res/web/hosting-environment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/hosting-environment/README.md -------------------------------------------------------------------------------- /avm/res/web/hosting-environment/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/hosting-environment/main.bicep -------------------------------------------------------------------------------- /avm/res/web/hosting-environment/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/hosting-environment/main.json -------------------------------------------------------------------------------- /avm/res/web/serverfarm/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/serverfarm/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/web/serverfarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/serverfarm/README.md -------------------------------------------------------------------------------- /avm/res/web/serverfarm/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/serverfarm/main.bicep -------------------------------------------------------------------------------- /avm/res/web/serverfarm/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/serverfarm/main.json -------------------------------------------------------------------------------- /avm/res/web/serverfarm/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/serverfarm/version.json -------------------------------------------------------------------------------- /avm/res/web/site/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/web/site/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/README.md -------------------------------------------------------------------------------- /avm/res/web/site/config/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/config/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/web/site/config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/config/README.md -------------------------------------------------------------------------------- /avm/res/web/site/config/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/config/main.bicep -------------------------------------------------------------------------------- /avm/res/web/site/config/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/config/main.json -------------------------------------------------------------------------------- /avm/res/web/site/config/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/config/version.json -------------------------------------------------------------------------------- /avm/res/web/site/extension/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/extension/README.md -------------------------------------------------------------------------------- /avm/res/web/site/extension/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/extension/main.bicep -------------------------------------------------------------------------------- /avm/res/web/site/extension/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/extension/main.json -------------------------------------------------------------------------------- /avm/res/web/site/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/main.bicep -------------------------------------------------------------------------------- /avm/res/web/site/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/main.json -------------------------------------------------------------------------------- /avm/res/web/site/slot/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/web/site/slot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/README.md -------------------------------------------------------------------------------- /avm/res/web/site/slot/config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/config/README.md -------------------------------------------------------------------------------- /avm/res/web/site/slot/config/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/config/main.bicep -------------------------------------------------------------------------------- /avm/res/web/site/slot/config/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/config/main.json -------------------------------------------------------------------------------- /avm/res/web/site/slot/extension/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/extension/README.md -------------------------------------------------------------------------------- /avm/res/web/site/slot/extension/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/extension/main.bicep -------------------------------------------------------------------------------- /avm/res/web/site/slot/extension/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/extension/main.json -------------------------------------------------------------------------------- /avm/res/web/site/slot/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/main.bicep -------------------------------------------------------------------------------- /avm/res/web/site/slot/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/main.json -------------------------------------------------------------------------------- /avm/res/web/site/slot/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/slot/version.json -------------------------------------------------------------------------------- /avm/res/web/site/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/site/version.json -------------------------------------------------------------------------------- /avm/res/web/static-site/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/static-site/CHANGELOG.md -------------------------------------------------------------------------------- /avm/res/web/static-site/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/static-site/README.md -------------------------------------------------------------------------------- /avm/res/web/static-site/config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/static-site/config/README.md -------------------------------------------------------------------------------- /avm/res/web/static-site/config/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/static-site/config/main.bicep -------------------------------------------------------------------------------- /avm/res/web/static-site/config/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/static-site/config/main.json -------------------------------------------------------------------------------- /avm/res/web/static-site/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/static-site/main.bicep -------------------------------------------------------------------------------- /avm/res/web/static-site/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/static-site/main.json -------------------------------------------------------------------------------- /avm/res/web/static-site/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/res/web/static-site/version.json -------------------------------------------------------------------------------- /avm/utl/types/avm-common-types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/utl/types/avm-common-types/README.md -------------------------------------------------------------------------------- /avm/utl/types/avm-common-types/main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/utl/types/avm-common-types/main.bicep -------------------------------------------------------------------------------- /avm/utl/types/avm-common-types/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/avm/utl/types/avm-common-types/main.json -------------------------------------------------------------------------------- /bicepconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/bicepconfig.json -------------------------------------------------------------------------------- /modules/ai/bing-resource/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/ai/bing-resource/ARCHIVED.md -------------------------------------------------------------------------------- /modules/ai/bing-resource/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/ai/bing-resource/README.md -------------------------------------------------------------------------------- /modules/ai/bing-resource/RETIRED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/ai/bing-resource/RETIRED.md -------------------------------------------------------------------------------- /modules/ai/cognitiveservices/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/ai/cognitiveservices/ARCHIVED.md -------------------------------------------------------------------------------- /modules/ai/cognitiveservices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/ai/cognitiveservices/README.md -------------------------------------------------------------------------------- /modules/ai/cognitiveservices/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/ai/cognitiveservices/REPLACED.md -------------------------------------------------------------------------------- /modules/app/app-configuration/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/app/app-configuration/ARCHIVED.md -------------------------------------------------------------------------------- /modules/app/app-configuration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/app/app-configuration/README.md -------------------------------------------------------------------------------- /modules/app/app-configuration/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/app/app-configuration/REPLACED.md -------------------------------------------------------------------------------- /modules/app/dapr-containerapp/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/app/dapr-containerapp/ARCHIVED.md -------------------------------------------------------------------------------- /modules/app/dapr-containerapp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/app/dapr-containerapp/README.md -------------------------------------------------------------------------------- /modules/app/dapr-containerapp/RETIRED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/app/dapr-containerapp/RETIRED.md -------------------------------------------------------------------------------- /modules/azure-gaming/game-dev-vm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/azure-gaming/game-dev-vm/README.md -------------------------------------------------------------------------------- /modules/compute/availability-set/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/compute/availability-set/README.md -------------------------------------------------------------------------------- /modules/compute/event-hub/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/compute/event-hub/ARCHIVED.md -------------------------------------------------------------------------------- /modules/compute/event-hub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/compute/event-hub/README.md -------------------------------------------------------------------------------- /modules/compute/event-hub/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/compute/event-hub/REPLACED.md -------------------------------------------------------------------------------- /modules/compute/function-app/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/compute/function-app/ARCHIVED.md -------------------------------------------------------------------------------- /modules/compute/function-app/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/compute/function-app/README.md -------------------------------------------------------------------------------- /modules/compute/function-app/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/compute/function-app/REPLACED.md -------------------------------------------------------------------------------- /modules/deployment-scripts/wait/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/deployment-scripts/wait/README.md -------------------------------------------------------------------------------- /modules/deployment-scripts/wait/RETIRED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/deployment-scripts/wait/RETIRED.md -------------------------------------------------------------------------------- /modules/lz/sub-vending/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/lz/sub-vending/ARCHIVED.md -------------------------------------------------------------------------------- /modules/lz/sub-vending/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/lz/sub-vending/README.md -------------------------------------------------------------------------------- /modules/lz/sub-vending/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/lz/sub-vending/REPLACED.md -------------------------------------------------------------------------------- /modules/network/dns-zone/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/dns-zone/ARCHIVED.md -------------------------------------------------------------------------------- /modules/network/dns-zone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/dns-zone/README.md -------------------------------------------------------------------------------- /modules/network/dns-zone/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/dns-zone/REPLACED.md -------------------------------------------------------------------------------- /modules/network/nat-gateway/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/nat-gateway/ARCHIVED.md -------------------------------------------------------------------------------- /modules/network/nat-gateway/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/nat-gateway/README.md -------------------------------------------------------------------------------- /modules/network/nat-gateway/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/nat-gateway/REPLACED.md -------------------------------------------------------------------------------- /modules/network/private-dns-zone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/private-dns-zone/README.md -------------------------------------------------------------------------------- /modules/network/public-ip-prefix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/public-ip-prefix/README.md -------------------------------------------------------------------------------- /modules/network/traffic-manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/traffic-manager/README.md -------------------------------------------------------------------------------- /modules/network/virtual-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/network/virtual-network/README.md -------------------------------------------------------------------------------- /modules/observability/grafana/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/observability/grafana/ARCHIVED.md -------------------------------------------------------------------------------- /modules/observability/grafana/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/observability/grafana/README.md -------------------------------------------------------------------------------- /modules/observability/grafana/RETIRED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/observability/grafana/RETIRED.md -------------------------------------------------------------------------------- /modules/samples/array-loop/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/samples/array-loop/ARCHIVED.md -------------------------------------------------------------------------------- /modules/samples/array-loop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/samples/array-loop/README.md -------------------------------------------------------------------------------- /modules/samples/array-loop/RETIRED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/samples/array-loop/RETIRED.md -------------------------------------------------------------------------------- /modules/samples/hello-world/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/samples/hello-world/ARCHIVED.md -------------------------------------------------------------------------------- /modules/samples/hello-world/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/samples/hello-world/README.md -------------------------------------------------------------------------------- /modules/samples/hello-world/RETIRED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/samples/hello-world/RETIRED.md -------------------------------------------------------------------------------- /modules/search/search-service/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/search/search-service/ARCHIVED.md -------------------------------------------------------------------------------- /modules/search/search-service/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/search/search-service/README.md -------------------------------------------------------------------------------- /modules/search/search-service/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/search/search-service/REPLACED.md -------------------------------------------------------------------------------- /modules/security/keyvault/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/security/keyvault/ARCHIVED.md -------------------------------------------------------------------------------- /modules/security/keyvault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/security/keyvault/README.md -------------------------------------------------------------------------------- /modules/security/keyvault/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/security/keyvault/REPLACED.md -------------------------------------------------------------------------------- /modules/storage/cosmos-db/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/cosmos-db/ARCHIVED.md -------------------------------------------------------------------------------- /modules/storage/cosmos-db/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/cosmos-db/README.md -------------------------------------------------------------------------------- /modules/storage/cosmos-db/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/cosmos-db/REPLACED.md -------------------------------------------------------------------------------- /modules/storage/data-explorer/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/data-explorer/ARCHIVED.md -------------------------------------------------------------------------------- /modules/storage/data-explorer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/data-explorer/README.md -------------------------------------------------------------------------------- /modules/storage/data-explorer/RETIRED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/data-explorer/RETIRED.md -------------------------------------------------------------------------------- /modules/storage/redis-cache/ARCHIVED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/redis-cache/ARCHIVED.md -------------------------------------------------------------------------------- /modules/storage/redis-cache/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/redis-cache/README.md -------------------------------------------------------------------------------- /modules/storage/redis-cache/REPLACED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/redis-cache/REPLACED.md -------------------------------------------------------------------------------- /modules/storage/storage-account/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/modules/storage/storage-account/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/package.json -------------------------------------------------------------------------------- /utilities/tests/Test-CI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/utilities/tests/Test-CI.ps1 -------------------------------------------------------------------------------- /utilities/tools/Set-AVMModule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/utilities/tools/Set-AVMModule.ps1 -------------------------------------------------------------------------------- /utilities/tools/Test-ModuleLocally.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/utilities/tools/Test-ModuleLocally.ps1 -------------------------------------------------------------------------------- /utilities/tools/helper/src/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/utilities/tools/helper/src/CHANGELOG.md -------------------------------------------------------------------------------- /utilities/tools/helper/src/src.main.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/bicep-registry-modules/HEAD/utilities/tools/helper/src/src.main.bicep --------------------------------------------------------------------------------