├── .azdo ├── ado-oidc-pipeline.yml ├── build-pipeline.yml ├── build-release-pipeline.yml ├── ci.yml ├── credscan-pipeline.yml └── nightly-test-pipeline.yml ├── .github └── workflows │ ├── acc-test.yaml │ ├── codeql.yaml │ ├── depscheck.yaml │ ├── golint.yaml │ ├── gosec.yaml │ ├── tflint.yaml │ ├── thirty-two-bit.yaml │ └── unit-test.yaml ├── .gitignore ├── .go-version ├── .golangci.yml ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── GNUmakefile ├── LICENSE ├── README.md ├── SECURITY.md ├── contributing └── README.md ├── docs ├── actions │ └── resource_action.md ├── data-sources │ ├── client_config.md │ ├── resource.md │ ├── resource_action.md │ ├── resource_id.md │ └── resource_list.md ├── ephemeral-resources │ └── resource_action.md ├── functions │ ├── build_resource_id.md │ ├── extension_resource_id.md │ ├── management_group_resource_id.md │ ├── parse_resource_id.md │ ├── resource_group_resource_id.md │ ├── snake2camel.md │ ├── subscription_resource_id.md │ ├── tenant_resource_id.md │ └── unique_string.md ├── guides │ ├── 2.0-upgrade-guide.md │ ├── azure_cli.md │ ├── azure_resource_concept.md │ ├── choosing_resource_types.md │ ├── feature_change_detection.md │ ├── feature_convert_arm_template.md │ ├── feature_customized_retry.md │ ├── feature_ephemeral_resource.md │ ├── feature_generate_config.md │ ├── feature_jmes_query.md │ ├── feature_list_resources.md │ ├── feature_migrate_from_azurerm.md │ ├── feature_preflight.md │ ├── feature_replacement_triggers.md │ ├── frequently_asked_questions.md │ ├── managed_service_identity.md │ ├── service_principal_client_certificate.md │ ├── service_principal_client_secret.md │ └── service_principal_oidc.md ├── index.md ├── list-resources │ └── resource.md └── resources │ ├── Microsoft.AADIAM_diagnosticSettings.md │ ├── Microsoft.AVS_privateClouds.md │ ├── Microsoft.AVS_privateClouds_authorizations.md │ ├── Microsoft.Advisor_recommendations_suppressions.md │ ├── Microsoft.AlertsManagement_actionRules.md │ ├── Microsoft.AlertsManagement_prometheusRuleGroups.md │ ├── Microsoft.AlertsManagement_smartDetectorAlertRules.md │ ├── Microsoft.AnalysisServices_servers.md │ ├── Microsoft.ApiManagement_service.md │ ├── Microsoft.ApiManagement_service_apiVersionSets.md │ ├── Microsoft.ApiManagement_service_apis.md │ ├── Microsoft.ApiManagement_service_apis_diagnostics.md │ ├── Microsoft.ApiManagement_service_apis_operations.md │ ├── Microsoft.ApiManagement_service_apis_policies.md │ ├── Microsoft.ApiManagement_service_apis_releases.md │ ├── Microsoft.ApiManagement_service_apis_schemas.md │ ├── Microsoft.ApiManagement_service_apis_tagDescriptions.md │ ├── Microsoft.ApiManagement_service_apis_tags.md │ ├── Microsoft.ApiManagement_service_authorizationServers.md │ ├── Microsoft.ApiManagement_service_backends.md │ ├── Microsoft.ApiManagement_service_caches.md │ ├── Microsoft.ApiManagement_service_certificates.md │ ├── Microsoft.ApiManagement_service_diagnostics.md │ ├── Microsoft.ApiManagement_service_gateways.md │ ├── Microsoft.ApiManagement_service_gateways_certificateAuthorities.md │ ├── Microsoft.ApiManagement_service_gateways_hostnameConfigurations.md │ ├── Microsoft.ApiManagement_service_groups.md │ ├── Microsoft.ApiManagement_service_identityProviders.md │ ├── Microsoft.ApiManagement_service_loggers.md │ ├── Microsoft.ApiManagement_service_namedValues.md │ ├── Microsoft.ApiManagement_service_openidConnectProviders.md │ ├── Microsoft.ApiManagement_service_policyFragments.md │ ├── Microsoft.ApiManagement_service_portalsettings.md │ ├── Microsoft.ApiManagement_service_products.md │ ├── Microsoft.ApiManagement_service_products_policies.md │ ├── Microsoft.ApiManagement_service_products_tags.md │ ├── Microsoft.ApiManagement_service_schemas.md │ ├── Microsoft.ApiManagement_service_subscriptions.md │ ├── Microsoft.ApiManagement_service_tags.md │ ├── Microsoft.ApiManagement_service_templates.md │ ├── Microsoft.ApiManagement_service_users.md │ ├── Microsoft.AppConfiguration_configurationStores.md │ ├── Microsoft.AppPlatform_Spring.md │ ├── Microsoft.AppPlatform_Spring_DevToolPortals.md │ ├── Microsoft.AppPlatform_Spring_apiPortals.md │ ├── Microsoft.AppPlatform_Spring_apiPortals_domains.md │ ├── Microsoft.AppPlatform_Spring_applicationAccelerators.md │ ├── Microsoft.AppPlatform_Spring_applicationAccelerators_customizedAccelerators.md │ ├── Microsoft.AppPlatform_Spring_applicationLiveViews.md │ ├── Microsoft.AppPlatform_Spring_apps.md │ ├── Microsoft.AppPlatform_Spring_apps_bindings.md │ ├── Microsoft.AppPlatform_Spring_apps_deployments.md │ ├── Microsoft.AppPlatform_Spring_buildServices.md │ ├── Microsoft.AppPlatform_Spring_buildServices_builders.md │ ├── Microsoft.AppPlatform_Spring_buildServices_builders_buildpackBindings.md │ ├── Microsoft.AppPlatform_Spring_configServers.md │ ├── Microsoft.AppPlatform_Spring_configurationServices.md │ ├── Microsoft.AppPlatform_Spring_gateways.md │ ├── Microsoft.AppPlatform_Spring_gateways_domains.md │ ├── Microsoft.AppPlatform_Spring_gateways_routeConfigs.md │ ├── Microsoft.AppPlatform_Spring_monitoringSettings.md │ ├── Microsoft.AppPlatform_Spring_storages.md │ ├── Microsoft.App_containerApps.md │ ├── Microsoft.App_jobs.md │ ├── Microsoft.App_managedEnvironments.md │ ├── Microsoft.App_managedEnvironments_certificates.md │ ├── Microsoft.App_managedEnvironments_daprComponents.md │ ├── Microsoft.App_managedEnvironments_dotNetComponents.md │ ├── Microsoft.App_managedEnvironments_privateEndpointConnections.md │ ├── Microsoft.App_managedEnvironments_storages.md │ ├── Microsoft.Attestation_attestationProviders.md │ ├── Microsoft.Authorization_locks.md │ ├── Microsoft.Authorization_policyAssignments.md │ ├── Microsoft.Authorization_policyDefinitions.md │ ├── Microsoft.Authorization_policyExemptions.md │ ├── Microsoft.Authorization_policySetDefinitions.md │ ├── Microsoft.Authorization_resourceManagementPrivateLinks.md │ ├── Microsoft.Authorization_roleAssignments.md │ ├── Microsoft.Authorization_roleDefinitions.md │ ├── Microsoft.Automanage_configurationProfiles.md │ ├── Microsoft.Automation_automationAccounts.md │ ├── Microsoft.Automation_automationAccounts_certificates.md │ ├── Microsoft.Automation_automationAccounts_configurations.md │ ├── Microsoft.Automation_automationAccounts_connectionTypes.md │ ├── Microsoft.Automation_automationAccounts_connections.md │ ├── Microsoft.Automation_automationAccounts_credentials.md │ ├── Microsoft.Automation_automationAccounts_hybridRunbookWorkerGroups.md │ ├── Microsoft.Automation_automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers.md │ ├── Microsoft.Automation_automationAccounts_jobSchedules.md │ ├── Microsoft.Automation_automationAccounts_modules.md │ ├── Microsoft.Automation_automationAccounts_powershell72Modules.md │ ├── Microsoft.Automation_automationAccounts_python3Packages.md │ ├── Microsoft.Automation_automationAccounts_runbooks.md │ ├── Microsoft.Automation_automationAccounts_runbooks_draft.md │ ├── Microsoft.Automation_automationAccounts_schedules.md │ ├── Microsoft.Automation_automationAccounts_softwareUpdateConfigurations.md │ ├── Microsoft.Automation_automationAccounts_sourceControls.md │ ├── Microsoft.Automation_automationAccounts_sourceControls_sourceControlSyncJobs.md │ ├── Microsoft.Automation_automationAccounts_variables.md │ ├── Microsoft.Automation_automationAccounts_webHooks.md │ ├── Microsoft.AzureActiveDirectory_b2cDirectories.md │ ├── Microsoft.Batch_batchAccounts.md │ ├── Microsoft.Batch_batchAccounts_applications.md │ ├── Microsoft.Batch_batchAccounts_certificates.md │ ├── Microsoft.Batch_batchAccounts_pools.md │ ├── Microsoft.Billing_billingAccounts_billingProfiles.md │ ├── Microsoft.BotService_botServices.md │ ├── Microsoft.BotService_botServices_channels.md │ ├── Microsoft.BotService_botServices_connections.md │ ├── Microsoft.Cache_redis.md │ ├── Microsoft.Cache_redisEnterprise.md │ ├── Microsoft.Cache_redisEnterprise_databases.md │ ├── Microsoft.Cache_redis_accessPolicies.md │ ├── Microsoft.Cache_redis_accessPolicyAssignments.md │ ├── Microsoft.Cache_redis_firewallRules.md │ ├── Microsoft.Cache_redis_linkedServers.md │ ├── Microsoft.Cdn_profiles.md │ ├── Microsoft.Cdn_profiles_afdEndpoints.md │ ├── Microsoft.Cdn_profiles_afdEndpoints_routes.md │ ├── Microsoft.Cdn_profiles_customDomains.md │ ├── Microsoft.Cdn_profiles_endpoints.md │ ├── Microsoft.Cdn_profiles_originGroups.md │ ├── Microsoft.Cdn_profiles_originGroups_origins.md │ ├── Microsoft.Cdn_profiles_ruleSets.md │ ├── Microsoft.Cdn_profiles_ruleSets_rules.md │ ├── Microsoft.Cdn_profiles_securityPolicies.md │ ├── Microsoft.CertificateRegistration_certificateOrders.md │ ├── Microsoft.CodeSigning_codeSigningAccounts.md │ ├── Microsoft.CognitiveServices_accounts.md │ ├── Microsoft.CognitiveServices_accounts_connections.md │ ├── Microsoft.CognitiveServices_accounts_deployments.md │ ├── Microsoft.CognitiveServices_accounts_projects.md │ ├── Microsoft.CognitiveServices_accounts_raiBlocklists.md │ ├── Microsoft.CognitiveServices_accounts_raiPolicies.md │ ├── Microsoft.Communication_communicationServices.md │ ├── Microsoft.Communication_emailServices.md │ ├── Microsoft.Communication_emailServices_domains.md │ ├── Microsoft.Communication_emailServices_domains_senderUsernames.md │ ├── Microsoft.Compute_availabilitySets.md │ ├── Microsoft.Compute_capacityReservationGroups.md │ ├── Microsoft.Compute_capacityReservationGroups_capacityReservations.md │ ├── Microsoft.Compute_diskAccesses.md │ ├── Microsoft.Compute_diskEncryptionSets.md │ ├── Microsoft.Compute_disks.md │ ├── Microsoft.Compute_galleries.md │ ├── Microsoft.Compute_galleries_applications.md │ ├── Microsoft.Compute_galleries_applications_versions.md │ ├── Microsoft.Compute_galleries_images.md │ ├── Microsoft.Compute_hostGroups.md │ ├── Microsoft.Compute_hostGroups_hosts.md │ ├── Microsoft.Compute_proximityPlacementGroups.md │ ├── Microsoft.Compute_restorePointCollections.md │ ├── Microsoft.Compute_restorePointCollections_restorePoints.md │ ├── Microsoft.Compute_snapshots.md │ ├── Microsoft.Compute_sshPublicKeys.md │ ├── Microsoft.Compute_virtualMachineScaleSets.md │ ├── Microsoft.Compute_virtualMachineScaleSets_extensions.md │ ├── Microsoft.Compute_virtualMachines.md │ ├── Microsoft.Compute_virtualMachines_extensions.md │ ├── Microsoft.Compute_virtualMachines_runCommands.md │ ├── Microsoft.ConfidentialLedger_ledgers.md │ ├── Microsoft.Consumption_budgets.md │ ├── Microsoft.ContainerInstance_containerGroups.md │ ├── Microsoft.ContainerRegistry_registries.md │ ├── Microsoft.ContainerRegistry_registries_agentPools.md │ ├── Microsoft.ContainerRegistry_registries_cacheRules.md │ ├── Microsoft.ContainerRegistry_registries_connectedRegistries.md │ ├── Microsoft.ContainerRegistry_registries_credentialSets.md │ ├── Microsoft.ContainerRegistry_registries_scopeMaps.md │ ├── Microsoft.ContainerRegistry_registries_taskRuns.md │ ├── Microsoft.ContainerRegistry_registries_tasks.md │ ├── Microsoft.ContainerRegistry_registries_tokens.md │ ├── Microsoft.ContainerRegistry_registries_webHooks.md │ ├── Microsoft.ContainerService_fleets.md │ ├── Microsoft.ContainerService_fleets_members.md │ ├── Microsoft.ContainerService_managedClusters.md │ ├── Microsoft.ContainerService_managedClusters_agentPools.md │ ├── Microsoft.ContainerService_managedClusters_trustedAccessRoleBindings.md │ ├── Microsoft.CostManagement_exports.md │ ├── Microsoft.CostManagement_scheduledActions.md │ ├── Microsoft.CostManagement_views.md │ ├── Microsoft.CustomProviders_resourceProviders.md │ ├── Microsoft.DBforMariaDB_servers.md │ ├── Microsoft.DBforMariaDB_servers_configurations.md │ ├── Microsoft.DBforMariaDB_servers_databases.md │ ├── Microsoft.DBforMariaDB_servers_firewallRules.md │ ├── Microsoft.DBforMariaDB_servers_virtualNetworkRules.md │ ├── Microsoft.DBforMySQL_flexibleServers.md │ ├── Microsoft.DBforMySQL_flexibleServers_administrators.md │ ├── Microsoft.DBforMySQL_flexibleServers_configurations.md │ ├── Microsoft.DBforMySQL_flexibleServers_databases.md │ ├── Microsoft.DBforMySQL_flexibleServers_firewallRules.md │ ├── Microsoft.DBforMySQL_servers.md │ ├── Microsoft.DBforMySQL_servers_administrators.md │ ├── Microsoft.DBforMySQL_servers_configurations.md │ ├── Microsoft.DBforMySQL_servers_databases.md │ ├── Microsoft.DBforMySQL_servers_firewallRules.md │ ├── Microsoft.DBforMySQL_servers_virtualNetworkRules.md │ ├── Microsoft.DBforPostgreSQL_flexibleServers.md │ ├── Microsoft.DBforPostgreSQL_flexibleServers_administrators.md │ ├── Microsoft.DBforPostgreSQL_flexibleServers_configurations.md │ ├── Microsoft.DBforPostgreSQL_flexibleServers_databases.md │ ├── Microsoft.DBforPostgreSQL_flexibleServers_firewallRules.md │ ├── Microsoft.DBforPostgreSQL_flexibleServers_virtualEndpoints.md │ ├── Microsoft.DBforPostgreSQL_serverGroupsv2.md │ ├── Microsoft.DBforPostgreSQL_servers.md │ ├── Microsoft.DBforPostgreSQL_servers_administrators.md │ ├── Microsoft.DBforPostgreSQL_servers_configurations.md │ ├── Microsoft.DBforPostgreSQL_servers_databases.md │ ├── Microsoft.DBforPostgreSQL_servers_firewallRules.md │ ├── Microsoft.DBforPostgreSQL_servers_virtualNetworkRules.md │ ├── Microsoft.Dashboard_grafana.md │ ├── Microsoft.Dashboard_grafana_managedPrivateEndpoints.md │ ├── Microsoft.DataBoxEdge_dataBoxEdgeDevices.md │ ├── Microsoft.DataFactory_factories.md │ ├── Microsoft.DataFactory_factories_credentials.md │ ├── Microsoft.DataFactory_factories_dataflows.md │ ├── Microsoft.DataFactory_factories_datasets.md │ ├── Microsoft.DataFactory_factories_integrationRuntimes.md │ ├── Microsoft.DataFactory_factories_linkedservices.md │ ├── Microsoft.DataFactory_factories_managedVirtualNetworks.md │ ├── Microsoft.DataFactory_factories_managedVirtualNetworks_managedPrivateEndpoints.md │ ├── Microsoft.DataFactory_factories_pipelines.md │ ├── Microsoft.DataFactory_factories_triggers.md │ ├── Microsoft.DataMigration_services.md │ ├── Microsoft.DataMigration_services_projects.md │ ├── Microsoft.DataProtection_backupVaults.md │ ├── Microsoft.DataProtection_backupVaults_backupInstances.md │ ├── Microsoft.DataProtection_backupVaults_backupPolicies.md │ ├── Microsoft.DataProtection_resourceGuards.md │ ├── Microsoft.DataShare_accounts.md │ ├── Microsoft.DataShare_accounts_shares.md │ ├── Microsoft.DataShare_accounts_shares_dataSets.md │ ├── Microsoft.Databricks_accessConnectors.md │ ├── Microsoft.Databricks_workspaces.md │ ├── Microsoft.Databricks_workspaces_virtualNetworkPeerings.md │ ├── Microsoft.DesktopVirtualization_applicationGroups.md │ ├── Microsoft.DesktopVirtualization_applicationGroups_applications.md │ ├── Microsoft.DesktopVirtualization_scalingPlans_personalSchedules.md │ ├── Microsoft.DesktopVirtualization_workspaces.md │ ├── Microsoft.DevCenter_devCenters.md │ ├── Microsoft.DevCenter_devCenters_catalogs.md │ ├── Microsoft.DevCenter_devCenters_environmentTypes.md │ ├── Microsoft.DevCenter_devCenters_galleries.md │ ├── Microsoft.DevCenter_devcenters_attachednetworks.md │ ├── Microsoft.DevCenter_devcenters_devboxdefinitions.md │ ├── Microsoft.DevCenter_networkConnections.md │ ├── Microsoft.DevCenter_projects.md │ ├── Microsoft.DevCenter_projects_environmentTypes.md │ ├── Microsoft.DevTestLab_labs.md │ ├── Microsoft.DevTestLab_labs_policySets_policies.md │ ├── Microsoft.DevTestLab_labs_schedules.md │ ├── Microsoft.DevTestLab_labs_virtualMachines.md │ ├── Microsoft.DevTestLab_labs_virtualNetworks.md │ ├── Microsoft.DevTestLab_schedules.md │ ├── Microsoft.DeviceUpdate_accounts.md │ ├── Microsoft.DeviceUpdate_accounts_instances.md │ ├── Microsoft.Devices_IotHubs.md │ ├── Microsoft.Devices_IotHubs_certificates.md │ ├── Microsoft.Devices_provisioningServices.md │ ├── Microsoft.Devices_provisioningServices_certificates.md │ ├── Microsoft.DigitalTwins_digitalTwinsInstances.md │ ├── Microsoft.DigitalTwins_digitalTwinsInstances_endpoints.md │ ├── Microsoft.DocumentDB_databaseAccounts.md │ ├── Microsoft.DocumentDB_databaseAccounts_cassandraKeyspaces.md │ ├── Microsoft.DocumentDB_databaseAccounts_cassandraKeyspaces_tables.md │ ├── Microsoft.DocumentDB_databaseAccounts_gremlinDatabases.md │ ├── Microsoft.DocumentDB_databaseAccounts_gremlinDatabases_graphs.md │ ├── Microsoft.DocumentDB_databaseAccounts_mongodbDatabases.md │ ├── Microsoft.DocumentDB_databaseAccounts_mongodbRoleDefinitions.md │ ├── Microsoft.DocumentDB_databaseAccounts_mongodbUserDefinitions.md │ ├── Microsoft.DocumentDB_databaseAccounts_services.md │ ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases.md │ ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases_containers.md │ ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases_containers_storedProcedures.md │ ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases_containers_triggers.md │ ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases_containers_userDefinedFunctions.md │ ├── Microsoft.DocumentDB_databaseAccounts_sqlRoleAssignments.md │ ├── Microsoft.DocumentDB_databaseAccounts_sqlRoleDefinitions.md │ ├── Microsoft.DocumentDB_databaseAccounts_tables.md │ ├── Microsoft.DocumentDB_mongoClusters.md │ ├── Microsoft.DocumentDB_mongoClusters_firewallRules.md │ ├── Microsoft.DocumentDB_mongoClusters_users.md │ ├── Microsoft.ElasticSan_elasticSans.md │ ├── Microsoft.ElasticSan_elasticSans_volumeGroups.md │ ├── Microsoft.ElasticSan_elasticSans_volumeGroups_volumes.md │ ├── Microsoft.EventGrid_domains.md │ ├── Microsoft.EventGrid_domains_topics.md │ ├── Microsoft.EventGrid_eventSubscriptions.md │ ├── Microsoft.EventGrid_namespaces.md │ ├── Microsoft.EventGrid_systemTopics.md │ ├── Microsoft.EventGrid_systemTopics_eventSubscriptions.md │ ├── Microsoft.EventGrid_topics.md │ ├── Microsoft.EventHub_clusters.md │ ├── Microsoft.EventHub_namespaces.md │ ├── Microsoft.EventHub_namespaces_authorizationRules.md │ ├── Microsoft.EventHub_namespaces_disasterRecoveryConfigs.md │ ├── Microsoft.EventHub_namespaces_eventhubs.md │ ├── Microsoft.EventHub_namespaces_eventhubs_authorizationRules.md │ ├── Microsoft.EventHub_namespaces_eventhubs_consumerGroups.md │ ├── Microsoft.EventHub_namespaces_schemaGroups.md │ ├── Microsoft.FluidRelay_fluidRelayServers.md │ ├── Microsoft.GuestConfiguration_guestConfigurationAssignments.md │ ├── Microsoft.HDInsight_clusters.md │ ├── Microsoft.HealthBot_healthBots.md │ ├── Microsoft.HealthcareApis_services.md │ ├── Microsoft.HealthcareApis_workspaces.md │ ├── Microsoft.HealthcareApis_workspaces_dicomServices.md │ ├── Microsoft.HealthcareApis_workspaces_fhirServices.md │ ├── Microsoft.HealthcareApis_workspaces_iotConnectors.md │ ├── Microsoft.HealthcareApis_workspaces_iotConnectors_fhirDestinations.md │ ├── Microsoft.HybridCompute_machines.md │ ├── Microsoft.HybridCompute_privateLinkScopes.md │ ├── Microsoft.Impact_connectors.md │ ├── Microsoft.Impact_workloadImpacts.md │ ├── Microsoft.Insights_actionGroups.md │ ├── Microsoft.Insights_activityLogAlerts.md │ ├── Microsoft.Insights_autoScaleSettings.md │ ├── Microsoft.Insights_components.md │ ├── Microsoft.Insights_components_ProactiveDetectionConfigs.md │ ├── Microsoft.Insights_components_analyticsItems.md │ ├── Microsoft.Insights_dataCollectionEndpoints.md │ ├── Microsoft.Insights_dataCollectionRuleAssociations.md │ ├── Microsoft.Insights_dataCollectionRules.md │ ├── Microsoft.Insights_diagnosticSettings.md │ ├── Microsoft.Insights_logProfiles.md │ ├── Microsoft.Insights_metricAlerts.md │ ├── Microsoft.Insights_privateLinkScopes.md │ ├── Microsoft.Insights_privateLinkScopes_scopedResources.md │ ├── Microsoft.Insights_scheduledQueryRules.md │ ├── Microsoft.Insights_webTests.md │ ├── Microsoft.Insights_workbookTemplates.md │ ├── Microsoft.Insights_workbooks.md │ ├── Microsoft.IoTCentral_iotApps.md │ ├── Microsoft.KeyVault_managedHSMs.md │ ├── Microsoft.KeyVault_vaults.md │ ├── Microsoft.KeyVault_vaults_accessPolicies.md │ ├── Microsoft.KeyVault_vaults_keys.md │ ├── Microsoft.KeyVault_vaults_secrets.md │ ├── Microsoft.KubernetesConfiguration_extensions.md │ ├── Microsoft.KubernetesConfiguration_fluxConfigurations.md │ ├── Microsoft.Kubernetes_connectedClusters.md │ ├── Microsoft.Kusto_clusters.md │ ├── Microsoft.Kusto_clusters_databases.md │ ├── Microsoft.Kusto_clusters_databases_principalAssignments.md │ ├── Microsoft.Kusto_clusters_databases_scripts.md │ ├── Microsoft.Kusto_clusters_managedPrivateEndpoints.md │ ├── Microsoft.Kusto_clusters_principalAssignments.md │ ├── Microsoft.LabServices_labPlans.md │ ├── Microsoft.LabServices_labs.md │ ├── Microsoft.LabServices_labs_schedules.md │ ├── Microsoft.LabServices_labs_users.md │ ├── Microsoft.LoadTestService_loadTests.md │ ├── Microsoft.Logic_integrationAccounts.md │ ├── Microsoft.Logic_integrationAccounts_agreements.md │ ├── Microsoft.Logic_integrationAccounts_assemblies.md │ ├── Microsoft.Logic_integrationAccounts_batchConfigurations.md │ ├── Microsoft.Logic_integrationAccounts_maps.md │ ├── Microsoft.Logic_integrationAccounts_partners.md │ ├── Microsoft.Logic_integrationAccounts_schemas.md │ ├── Microsoft.Logic_integrationAccounts_sessions.md │ ├── Microsoft.Logic_workflows.md │ ├── Microsoft.MachineLearningServices_workspaces.md │ ├── Microsoft.MachineLearningServices_workspaces_codes_versions.md │ ├── Microsoft.MachineLearningServices_workspaces_computes.md │ ├── Microsoft.MachineLearningServices_workspaces_dataStores.md │ ├── Microsoft.MachineLearningServices_workspaces_outboundRules.md │ ├── Microsoft.Maintenance_configurationAssignments.md │ ├── Microsoft.Maintenance_maintenanceConfigurations.md │ ├── Microsoft.ManagedIdentity_userAssignedIdentities.md │ ├── Microsoft.ManagedIdentity_userAssignedIdentities_federatedIdentityCredentials.md │ ├── Microsoft.Maps_accounts.md │ ├── Microsoft.Maps_accounts_creators.md │ ├── Microsoft.Media_mediaServices.md │ ├── Microsoft.Media_mediaServices_accountFilters.md │ ├── Microsoft.Media_mediaServices_assets.md │ ├── Microsoft.Media_mediaServices_assets_assetFilters.md │ ├── Microsoft.Media_mediaServices_contentKeyPolicies.md │ ├── Microsoft.Media_mediaServices_liveEvents.md │ ├── Microsoft.Media_mediaServices_streamingEndpoints.md │ ├── Microsoft.Media_mediaServices_streamingLocators.md │ ├── Microsoft.Media_mediaServices_streamingPolicies.md │ ├── Microsoft.Media_mediaServices_transforms.md │ ├── Microsoft.Migrate_migrateProjects.md │ ├── Microsoft.Migrate_migrateProjects_solutions.md │ ├── Microsoft.MixedReality_spatialAnchorsAccounts.md │ ├── Microsoft.MobileNetwork_mobileNetworks.md │ ├── Microsoft.MobileNetwork_mobileNetworks_dataNetworks.md │ ├── Microsoft.MobileNetwork_mobileNetworks_services.md │ ├── Microsoft.MobileNetwork_mobileNetworks_simPolicies.md │ ├── Microsoft.MobileNetwork_mobileNetworks_sites.md │ ├── Microsoft.MobileNetwork_mobileNetworks_slices.md │ ├── Microsoft.MobileNetwork_packetCoreControlPlanes.md │ ├── Microsoft.MobileNetwork_packetCoreControlPlanes_packetCoreDataPlanes.md │ ├── Microsoft.MobileNetwork_simGroups.md │ ├── Microsoft.Monitor_accounts.md │ ├── Microsoft.Monitor_accounts_privateEndpointConnections.md │ ├── Microsoft.NetApp_netAppAccounts.md │ ├── Microsoft.NetApp_netAppAccounts_backupPolicies.md │ ├── Microsoft.NetApp_netAppAccounts_backupVaults.md │ ├── Microsoft.NetApp_netAppAccounts_capacityPools.md │ ├── Microsoft.NetApp_netAppAccounts_capacityPools_volumes.md │ ├── Microsoft.NetApp_netAppAccounts_capacityPools_volumes_snapshots.md │ ├── Microsoft.NetApp_netAppAccounts_capacityPools_volumes_volumeQuotaRules.md │ ├── Microsoft.NetApp_netAppAccounts_snapshotPolicies.md │ ├── Microsoft.NetworkFunction_azureTrafficCollectors.md │ ├── Microsoft.Network_ApplicationGatewayWebApplicationFirewallPolicies.md │ ├── Microsoft.Network_ExpressRoutePorts.md │ ├── Microsoft.Network_FrontDoorWebApplicationFirewallPolicies.md │ ├── Microsoft.Network_applicationGateways.md │ ├── Microsoft.Network_applicationSecurityGroups.md │ ├── Microsoft.Network_azureFirewalls.md │ ├── Microsoft.Network_bastionHosts.md │ ├── Microsoft.Network_ddosProtectionPlans.md │ ├── Microsoft.Network_dnsForwardingRulesets.md │ ├── Microsoft.Network_dnsForwardingRulesets_forwardingRules.md │ ├── Microsoft.Network_dnsForwardingRulesets_virtualNetworkLinks.md │ ├── Microsoft.Network_dnsResolvers.md │ ├── Microsoft.Network_dnsResolvers_inboundEndpoints.md │ ├── Microsoft.Network_dnsResolvers_outboundEndpoints.md │ ├── Microsoft.Network_dnsZones.md │ ├── Microsoft.Network_dnsZones_A.md │ ├── Microsoft.Network_dnsZones_AAAA.md │ ├── Microsoft.Network_dnsZones_CAA.md │ ├── Microsoft.Network_dnsZones_CNAME.md │ ├── Microsoft.Network_dnsZones_MX.md │ ├── Microsoft.Network_dnsZones_NS.md │ ├── Microsoft.Network_dnsZones_PTR.md │ ├── Microsoft.Network_dnsZones_SRV.md │ ├── Microsoft.Network_dnsZones_TXT.md │ ├── Microsoft.Network_expressRouteCircuits.md │ ├── Microsoft.Network_expressRouteCircuits_authorizations.md │ ├── Microsoft.Network_expressRouteCircuits_peerings.md │ ├── Microsoft.Network_expressRouteCircuits_peerings_connections.md │ ├── Microsoft.Network_expressRouteGateways.md │ ├── Microsoft.Network_expressRouteGateways_expressRouteConnections.md │ ├── Microsoft.Network_expressRoutePorts_authorizations.md │ ├── Microsoft.Network_firewallPolicies.md │ ├── Microsoft.Network_firewallPolicies_ruleCollectionGroups.md │ ├── Microsoft.Network_frontDoors_rulesEngines.md │ ├── Microsoft.Network_ipGroups.md │ ├── Microsoft.Network_loadBalancers.md │ ├── Microsoft.Network_loadBalancers_backendAddressPools.md │ ├── Microsoft.Network_localNetworkGateways.md │ ├── Microsoft.Network_natGateways.md │ ├── Microsoft.Network_networkInterfaces.md │ ├── Microsoft.Network_networkManagerConnections.md │ ├── Microsoft.Network_networkManagers.md │ ├── Microsoft.Network_networkManagers_connectivityConfigurations.md │ ├── Microsoft.Network_networkManagers_ipamPools.md │ ├── Microsoft.Network_networkManagers_ipamPools_staticCidr.md │ ├── Microsoft.Network_networkManagers_networkGroups.md │ ├── Microsoft.Network_networkManagers_networkGroups_staticMembers.md │ ├── Microsoft.Network_networkManagers_routingConfigurations_ruleCollections_rules.md │ ├── Microsoft.Network_networkManagers_scopeConnections.md │ ├── Microsoft.Network_networkManagers_securityAdminConfigurations.md │ ├── Microsoft.Network_networkManagers_securityAdminConfigurations_ruleCollections.md │ ├── Microsoft.Network_networkManagers_securityAdminConfigurations_ruleCollections_rules.md │ ├── Microsoft.Network_networkManagers_verifierWorkspace.md │ ├── Microsoft.Network_networkManagers_verifierWorkspace_reachabilityAnalysisIntent.md │ ├── Microsoft.Network_networkManagers_verifierWorkspace_reachabilityAnalysisIntent_reachabilityAnalysisRun.md │ ├── Microsoft.Network_networkProfiles.md │ ├── Microsoft.Network_networkSecurityGroups.md │ ├── Microsoft.Network_networkSecurityGroups_securityRules.md │ ├── Microsoft.Network_networkWatchers_flowLogs.md │ ├── Microsoft.Network_networkWatchers_packetCaptures.md │ ├── Microsoft.Network_p2svpnGateways.md │ ├── Microsoft.Network_privateDnsZones.md │ ├── Microsoft.Network_privateDnsZones_A.md │ ├── Microsoft.Network_privateDnsZones_AAAA.md │ ├── Microsoft.Network_privateDnsZones_CNAME.md │ ├── Microsoft.Network_privateDnsZones_MX.md │ ├── Microsoft.Network_privateDnsZones_PTR.md │ ├── Microsoft.Network_privateDnsZones_SRV.md │ ├── Microsoft.Network_privateDnsZones_TXT.md │ ├── Microsoft.Network_privateDnsZones_virtualNetworkLinks.md │ ├── Microsoft.Network_privateEndpoints.md │ ├── Microsoft.Network_privateLinkServices.md │ ├── Microsoft.Network_publicIPAddresses.md │ ├── Microsoft.Network_publicIPPrefixes.md │ ├── Microsoft.Network_routeFilters.md │ ├── Microsoft.Network_routeTables.md │ ├── Microsoft.Network_routeTables_routes.md │ ├── Microsoft.Network_securityPartnerProviders.md │ ├── Microsoft.Network_serviceEndpointPolicies.md │ ├── Microsoft.Network_trafficManagerProfiles.md │ ├── Microsoft.Network_trafficManagerProfiles_AzureEndpoints.md │ ├── Microsoft.Network_trafficManagerProfiles_ExternalEndpoints.md │ ├── Microsoft.Network_trafficManagerProfiles_NestedEndpoints.md │ ├── Microsoft.Network_virtualHubs.md │ ├── Microsoft.Network_virtualHubs_hubVirtualNetworkConnections.md │ ├── Microsoft.Network_virtualHubs_ipConfigurations.md │ ├── Microsoft.Network_virtualHubs_routingIntent.md │ ├── Microsoft.Network_virtualNetworkGateways.md │ ├── Microsoft.Network_virtualNetworkGateways_natRules.md │ ├── Microsoft.Network_virtualNetworks.md │ ├── Microsoft.Network_virtualNetworks_subnets.md │ ├── Microsoft.Network_virtualNetworks_virtualNetworkPeerings.md │ ├── Microsoft.Network_virtualWans.md │ ├── Microsoft.Network_vpnGateways.md │ ├── Microsoft.Network_vpnGateways_natRules.md │ ├── Microsoft.Network_vpnGateways_vpnConnections.md │ ├── Microsoft.Network_vpnServerConfigurations.md │ ├── Microsoft.Network_vpnServerConfigurations_configurationPolicyGroups.md │ ├── Microsoft.Network_vpnSites.md │ ├── Microsoft.NotificationHubs_namespaces.md │ ├── Microsoft.NotificationHubs_namespaces_notificationHubs.md │ ├── Microsoft.NotificationHubs_namespaces_notificationHubs_authorizationRules.md │ ├── Microsoft.OperationalInsights_clusters.md │ ├── Microsoft.OperationalInsights_queryPacks.md │ ├── Microsoft.OperationalInsights_queryPacks_queries.md │ ├── Microsoft.OperationalInsights_workspaces.md │ ├── Microsoft.OperationalInsights_workspaces_dataExports.md │ ├── Microsoft.OperationalInsights_workspaces_dataSources.md │ ├── Microsoft.OperationalInsights_workspaces_linkedServices.md │ ├── Microsoft.OperationalInsights_workspaces_linkedStorageAccounts.md │ ├── Microsoft.OperationalInsights_workspaces_savedSearches.md │ ├── Microsoft.OperationalInsights_workspaces_storageInsightConfigs.md │ ├── Microsoft.OperationalInsights_workspaces_tables.md │ ├── Microsoft.OperationsManagement_solutions.md │ ├── Microsoft.Orbital_spacecrafts.md │ ├── Microsoft.PolicyInsights_policyStates.md │ ├── Microsoft.PolicyInsights_remediations.md │ ├── Microsoft.Portal_dashboards.md │ ├── Microsoft.PowerBIDedicated_capacities.md │ ├── Microsoft.Purview_accounts.md │ ├── Microsoft.RecoveryServices_vaults.md │ ├── Microsoft.RecoveryServices_vaults_backupFabrics_protectionContainers.md │ ├── Microsoft.RecoveryServices_vaults_backupFabrics_protectionContainers_protectedItems.md │ ├── Microsoft.RecoveryServices_vaults_backupPolicies.md │ ├── Microsoft.RecoveryServices_vaults_backupResourceGuardProxies.md │ ├── Microsoft.RecoveryServices_vaults_backupStorageConfig.md │ ├── Microsoft.RecoveryServices_vaults_backupconfig.md │ ├── Microsoft.RecoveryServices_vaults_replicationFabrics.md │ ├── Microsoft.RecoveryServices_vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings.md │ ├── Microsoft.RecoveryServices_vaults_replicationFabrics_replicationProtectionContainers.md │ ├── Microsoft.RecoveryServices_vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings.md │ ├── Microsoft.RecoveryServices_vaults_replicationPolicies.md │ ├── Microsoft.Relay_namespaces.md │ ├── Microsoft.Relay_namespaces_authorizationRules.md │ ├── Microsoft.Relay_namespaces_hybridConnections.md │ ├── Microsoft.Relay_namespaces_hybridConnections_authorizationRules.md │ ├── Microsoft.ResourceConnector_appliances.md │ ├── Microsoft.Resources_deploymentScripts.md │ ├── Microsoft.Resources_deployments.md │ ├── Microsoft.Resources_resourceGroups.md │ ├── Microsoft.Search_searchServices.md │ ├── Microsoft.Search_searchServices_sharedPrivateLinkResources.md │ ├── Microsoft.SecurityInsights_alertRules.md │ ├── Microsoft.SecurityInsights_automationRules.md │ ├── Microsoft.SecurityInsights_dataConnectors.md │ ├── Microsoft.SecurityInsights_metadata.md │ ├── Microsoft.SecurityInsights_onboardingStates.md │ ├── Microsoft.SecurityInsights_watchlists.md │ ├── Microsoft.SecurityInsights_watchlists_watchlistItems.md │ ├── Microsoft.Security_advancedThreatProtectionSettings.md │ ├── Microsoft.Security_assessmentMetadata.md │ ├── Microsoft.Security_assessments.md │ ├── Microsoft.Security_automations.md │ ├── Microsoft.Security_defenderForStorageSettings.md │ ├── Microsoft.Security_iotSecuritySolutions.md │ ├── Microsoft.Security_securityContacts.md │ ├── Microsoft.Security_workspaceSettings.md │ ├── Microsoft.ServiceBus_namespaces.md │ ├── Microsoft.ServiceBus_namespaces_authorizationRules.md │ ├── Microsoft.ServiceBus_namespaces_disasterRecoveryConfigs.md │ ├── Microsoft.ServiceBus_namespaces_queues.md │ ├── Microsoft.ServiceBus_namespaces_queues_authorizationRules.md │ ├── Microsoft.ServiceBus_namespaces_topics.md │ ├── Microsoft.ServiceBus_namespaces_topics_authorizationRules.md │ ├── Microsoft.ServiceBus_namespaces_topics_subscriptions.md │ ├── Microsoft.ServiceBus_namespaces_topics_subscriptions_rules.md │ ├── Microsoft.ServiceFabric_clusters.md │ ├── Microsoft.ServiceFabric_managedClusters.md │ ├── Microsoft.ServiceFabric_managedClusters_nodeTypes.md │ ├── Microsoft.ServiceLinker_linkers.md │ ├── Microsoft.ServiceNetworking_trafficControllers.md │ ├── Microsoft.ServiceNetworking_trafficControllers_associations.md │ ├── Microsoft.ServiceNetworking_trafficControllers_frontends.md │ ├── Microsoft.SignalRService_signalR.md │ ├── Microsoft.SignalRService_signalR_sharedPrivateLinkResources.md │ ├── Microsoft.SignalRService_webPubSub.md │ ├── Microsoft.SignalRService_webPubSub_hubs.md │ ├── Microsoft.SignalRService_webPubSub_sharedPrivateLinkResources.md │ ├── Microsoft.Solutions_applicationDefinitions.md │ ├── Microsoft.Solutions_applications.md │ ├── Microsoft.SqlVirtualMachine_sqlVirtualMachineGroups.md │ ├── Microsoft.SqlVirtualMachine_sqlVirtualMachines.md │ ├── Microsoft.Sql_instancePools.md │ ├── Microsoft.Sql_servers.md │ ├── Microsoft.Sql_servers_administrators.md │ ├── Microsoft.Sql_servers_auditingSettings.md │ ├── Microsoft.Sql_servers_automaticTuning.md │ ├── Microsoft.Sql_servers_connectionPolicies.md │ ├── Microsoft.Sql_servers_databases.md │ ├── Microsoft.Sql_servers_databases_extendedAuditingSettings.md │ ├── Microsoft.Sql_servers_databases_securityAlertPolicies.md │ ├── Microsoft.Sql_servers_databases_transparentDataEncryption.md │ ├── Microsoft.Sql_servers_dnsAliases.md │ ├── Microsoft.Sql_servers_elasticPools.md │ ├── Microsoft.Sql_servers_encryptionProtector.md │ ├── Microsoft.Sql_servers_extendedAuditingSettings.md │ ├── Microsoft.Sql_servers_failoverGroups.md │ ├── Microsoft.Sql_servers_firewallRules.md │ ├── Microsoft.Sql_servers_jobAgents.md │ ├── Microsoft.Sql_servers_jobAgents_credentials.md │ ├── Microsoft.Sql_servers_jobAgents_jobs.md │ ├── Microsoft.Sql_servers_jobAgents_jobs_steps.md │ ├── Microsoft.Sql_servers_jobAgents_targetGroups.md │ ├── Microsoft.Sql_servers_outboundFirewallRules.md │ ├── Microsoft.Sql_servers_securityAlertPolicies.md │ ├── Microsoft.Sql_servers_sqlVulnerabilityAssessments.md │ ├── Microsoft.Sql_servers_virtualNetworkRules.md │ ├── Microsoft.Sql_servers_vulnerabilityAssessments.md │ ├── Microsoft.StandbyPool_standbyContainerGroupPools.md │ ├── Microsoft.StandbyPool_standbyvirtualmachinepools.md │ ├── Microsoft.StorageCache_amlFilesystems.md │ ├── Microsoft.StorageCache_caches.md │ ├── Microsoft.StorageMover_storageMovers.md │ ├── Microsoft.StorageMover_storageMovers_endpoints.md │ ├── Microsoft.StorageMover_storageMovers_projects.md │ ├── Microsoft.StorageSync_storageSyncServices.md │ ├── Microsoft.StorageSync_storageSyncServices_syncGroups.md │ ├── Microsoft.Storage_storageAccounts.md │ ├── Microsoft.Storage_storageAccounts_blobServices.md │ ├── Microsoft.Storage_storageAccounts_blobServices_containers.md │ ├── Microsoft.Storage_storageAccounts_blobServices_containers_immutabilityPolicies.md │ ├── Microsoft.Storage_storageAccounts_encryptionScopes.md │ ├── Microsoft.Storage_storageAccounts_fileServices_shares.md │ ├── Microsoft.Storage_storageAccounts_localUsers.md │ ├── Microsoft.Storage_storageAccounts_managementPolicies.md │ ├── Microsoft.Storage_storageAccounts_queueServices_queues.md │ ├── Microsoft.Storage_storageAccounts_tableServices_tables.md │ ├── Microsoft.StreamAnalytics_clusters.md │ ├── Microsoft.StreamAnalytics_streamingJobs.md │ ├── Microsoft.StreamAnalytics_streamingJobs_functions.md │ ├── Microsoft.StreamAnalytics_streamingJobs_inputs.md │ ├── Microsoft.StreamAnalytics_streamingJobs_outputs.md │ ├── Microsoft.Synapse_privateLinkHubs.md │ ├── Microsoft.Synapse_workspaces.md │ ├── Microsoft.Synapse_workspaces_azureADOnlyAuthentications.md │ ├── Microsoft.Synapse_workspaces_bigDataPools.md │ ├── Microsoft.Synapse_workspaces_firewallRules.md │ ├── Microsoft.Synapse_workspaces_integrationRuntimes.md │ ├── Microsoft.Synapse_workspaces_managedIdentitySqlControlSettings.md │ ├── Microsoft.Synapse_workspaces_securityAlertPolicies.md │ ├── Microsoft.Synapse_workspaces_sqlPools.md │ ├── Microsoft.Synapse_workspaces_sqlPools_extendedAuditingSettings.md │ ├── Microsoft.Synapse_workspaces_sqlPools_securityAlertPolicies.md │ ├── Microsoft.Synapse_workspaces_sqlPools_vulnerabilityAssessments.md │ ├── Microsoft.Synapse_workspaces_sqlPools_workloadGroups.md │ ├── Microsoft.Synapse_workspaces_sqlPools_workloadGroups_workloadClassifiers.md │ ├── Microsoft.Synapse_workspaces_vulnerabilityAssessments.md │ ├── Microsoft.TimeSeriesInsights_environments.md │ ├── Microsoft.TimeSeriesInsights_environments_accessPolicies.md │ ├── Microsoft.TimeSeriesInsights_environments_eventSources.md │ ├── Microsoft.TimeSeriesInsights_environments_referenceDataSets.md │ ├── Microsoft.VideoIndexer_accounts.md │ ├── Microsoft.VoiceServices_communicationsGateways.md │ ├── Microsoft.VoiceServices_communicationsGateways_testLines.md │ ├── Microsoft.Web_certificates.md │ ├── Microsoft.Web_connections.md │ ├── Microsoft.Web_serverfarms.md │ ├── Microsoft.Web_sites.md │ ├── Microsoft.Web_sites_config.md │ ├── Microsoft.Web_sites_publicCertificates.md │ ├── Microsoft.Web_sites_siteextensions.md │ ├── Microsoft.Web_sites_slots.md │ ├── Microsoft.Web_sites_slots_config.md │ ├── Microsoft.Web_sourcecontrols.md │ ├── Microsoft.Web_staticSites.md │ ├── Microsoft.Web_staticSites_customDomains.md │ ├── Nginx.NginxPlus_nginxDeployments.md │ ├── Nginx.NginxPlus_nginxDeployments_certificates.md │ ├── Nginx.NginxPlus_nginxDeployments_configurations.md │ ├── Qumulo.Storage_fileSystems.md │ ├── data_plane_resource.md │ ├── resource.md │ ├── resource_action.md │ └── update_resource.md ├── examples ├── Microsoft.AADIAM_diagnosticSettings@2017-04-01 │ └── main.tf ├── Microsoft.AVS_privateClouds@2022-05-01 │ └── main.tf ├── Microsoft.AVS_privateClouds_authorizations@2022-05-01 │ └── main.tf ├── Microsoft.Advisor_recommendations_suppressions@2023-01-01 │ └── main.tf ├── Microsoft.AlertsManagement_actionRules@2021-08-08 │ └── main.tf ├── Microsoft.AlertsManagement_prometheusRuleGroups@2023-03-01 │ └── main.tf ├── Microsoft.AlertsManagement_smartDetectorAlertRules@2019-06-01 │ └── main.tf ├── Microsoft.AnalysisServices_servers@2017-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apiVersionSets@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apis@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apis_diagnostics@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apis_operations@2022-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apis_policies@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apis_releases@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apis_schemas@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apis_tagDescriptions@2022-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_apis_tags@2022-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_authorizationServers@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_backends@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_caches@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_certificates@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_diagnostics@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_gateways@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_gateways_certificateAuthorities@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_gateways_hostnameConfigurations@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_groups@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_identityProviders@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_loggers@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_namedValues@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_openidConnectProviders@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_policyFragments@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_portalsettings@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_products@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_products_policies@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_products_tags@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_schemas@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_subscriptions@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_tags@2021-08-01 │ └── main.tf ├── Microsoft.ApiManagement_service_templates@2021-08-01 │ ├── main.tf │ └── testdata │ │ └── invite.html.tpl ├── Microsoft.ApiManagement_service_users@2021-08-01 │ └── main.tf ├── Microsoft.AppConfiguration_configurationStores@2023-03-01 │ └── main.tf ├── Microsoft.AppPlatform_Spring@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_DevToolPortals@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_apiPortals@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_apiPortals_domains@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_applicationAccelerators@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_applicationAccelerators_customizedAccelerators@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_applicationLiveViews@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_apps@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_apps_bindings@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_apps_deployments@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_buildServices@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_buildServices_builders@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_buildServices_builders_buildpackBindings@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_configServers@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_configurationServices@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_gateways@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_gateways_domains@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_gateways_routeConfigs@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_monitoringSettings@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.AppPlatform_Spring_storages@2023-05-01-preview │ ├── main.tf │ └── remarks.md ├── Microsoft.App_containerApps@2022-03-01 │ └── main.tf ├── Microsoft.App_jobs@2025-01-01 │ └── main.tf ├── Microsoft.App_managedEnvironments@2022-03-01 │ └── main.tf ├── Microsoft.App_managedEnvironments_certificates@2022-03-01 │ └── main.tf ├── Microsoft.App_managedEnvironments_daprComponents@2022-03-01 │ └── main.tf ├── Microsoft.App_managedEnvironments_dotNetComponents@2024-10-02-preview │ └── main.tf ├── Microsoft.App_managedEnvironments_privateEndpointConnections@2024-10-02-preview │ └── main.tf ├── Microsoft.App_managedEnvironments_storages@2022-03-01 │ └── main.tf ├── Microsoft.Attestation_attestationProviders@2020-10-01 │ └── main.tf ├── Microsoft.Authorization_locks@2020-05-01 │ └── main.tf ├── Microsoft.Authorization_policyAssignments@2022-06-01 │ └── main.tf ├── Microsoft.Authorization_policyDefinitions@2021-06-01 │ └── main.tf ├── Microsoft.Authorization_policyExemptions@2020-07-01-preview │ └── main.tf ├── Microsoft.Authorization_policySetDefinitions@2025-01-01 │ └── main.tf ├── Microsoft.Authorization_resourceManagementPrivateLinks@2020-05-01 │ └── main.tf ├── Microsoft.Authorization_roleAssignments@2022-04-01 │ └── main.tf ├── Microsoft.Authorization_roleDefinitions@2018-01-01-preview │ └── main.tf ├── Microsoft.Automanage_configurationProfiles@2022-05-04 │ └── main.tf ├── Microsoft.Automation_automationAccounts@2021-06-22 │ └── main.tf ├── Microsoft.Automation_automationAccounts_certificates@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_configurations@2022-08-08 │ └── main.tf ├── Microsoft.Automation_automationAccounts_connectionTypes@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_connections@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_credentials@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_hybridRunbookWorkerGroups@2021-06-22 │ └── main.tf ├── Microsoft.Automation_automationAccounts_hybridRunbookWorkerGroups_hybridRunbookWorkers@2021-06-22 │ └── main.tf ├── Microsoft.Automation_automationAccounts_jobSchedules@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_modules@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_powershell72Modules@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_python3Packages@2023-11-01 │ └── main.tf ├── Microsoft.Automation_automationAccounts_runbooks@2019-06-01 │ └── main.tf ├── Microsoft.Automation_automationAccounts_runbooks_draft@2018-06-30 │ └── main.tf ├── Microsoft.Automation_automationAccounts_schedules@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_softwareUpdateConfigurations@2019-06-01 │ └── main.tf ├── Microsoft.Automation_automationAccounts_sourceControls@2023-11-01 │ └── main.tf ├── Microsoft.Automation_automationAccounts_sourceControls_sourceControlSyncJobs@2023-11-01 │ └── main.tf ├── Microsoft.Automation_automationAccounts_variables@2020-01-13-preview │ └── main.tf ├── Microsoft.Automation_automationAccounts_webHooks@2015-10-31 │ └── main.tf ├── Microsoft.AzureActiveDirectory_b2cDirectories@2021-04-01-preview │ └── main.tf ├── Microsoft.Batch_batchAccounts@2022-10-01 │ └── main.tf ├── Microsoft.Batch_batchAccounts_applications@2022-10-01 │ └── main.tf ├── Microsoft.Batch_batchAccounts_certificates@2022-10-01 │ └── main.tf ├── Microsoft.Batch_batchAccounts_pools@2022-10-01 │ └── main.tf ├── Microsoft.Billing_billingAccounts_billingProfiles@2024-04-01 │ └── main.tf ├── Microsoft.BotService_botServices@2021-05-01-preview │ └── main.tf ├── Microsoft.BotService_botServices_channels@2021-05-01-preview │ └── main.tf ├── Microsoft.BotService_botServices_connections@2021-05-01-preview │ └── main.tf ├── Microsoft.Cache_redis@2023-04-01 │ └── main.tf ├── Microsoft.Cache_redisEnterprise@2025-04-01 │ ├── main.tf │ └── remarks.md ├── Microsoft.Cache_redisEnterprise_databases@2025-04-01 │ └── main.tf ├── Microsoft.Cache_redis_accessPolicies@2024-11-01 │ └── main.tf ├── Microsoft.Cache_redis_accessPolicyAssignments@2023-04-01 │ └── main.tf ├── Microsoft.Cache_redis_firewallRules@2024-11-01 │ └── main.tf ├── Microsoft.Cache_redis_linkedServers@2024-11-01 │ └── main.tf ├── Microsoft.Cdn_profiles@2020-09-01 │ └── main.tf ├── Microsoft.Cdn_profiles@2021-06-01 │ └── main.tf ├── Microsoft.Cdn_profiles_afdEndpoints@2021-06-01 │ └── main.tf ├── Microsoft.Cdn_profiles_afdEndpoints_routes@2021-06-01 │ └── main.tf ├── Microsoft.Cdn_profiles_customDomains@2021-06-01 │ └── main.tf ├── Microsoft.Cdn_profiles_endpoints@2020-09-01 │ └── main.tf ├── Microsoft.Cdn_profiles_originGroups@2021-06-01 │ └── main.tf ├── Microsoft.Cdn_profiles_originGroups_origins@2021-06-01 │ └── main.tf ├── Microsoft.Cdn_profiles_ruleSets@2021-06-01 │ └── main.tf ├── Microsoft.Cdn_profiles_ruleSets_rules@2024-09-01 │ └── main.tf ├── Microsoft.Cdn_profiles_securityPolicies@2021-06-01 │ └── main.tf ├── Microsoft.CertificateRegistration_certificateOrders@2021-02-01 │ └── main.tf ├── Microsoft.CodeSigning_codeSigningAccounts@2024-09-30-preview │ └── main.tf ├── Microsoft.CognitiveServices_accounts@2022-10-01 │ └── main.tf ├── Microsoft.CognitiveServices_accounts_connections@2025-06-01 │ └── main.tf ├── Microsoft.CognitiveServices_accounts_deployments@2022-10-01 │ └── main.tf ├── Microsoft.CognitiveServices_accounts_projects@2025-06-01 │ └── main.tf ├── Microsoft.CognitiveServices_accounts_raiBlocklists@2024-10-01 │ └── main.tf ├── Microsoft.CognitiveServices_accounts_raiPolicies@2024-10-01 │ └── main.tf ├── Microsoft.Communication_communicationServices@2023-03-31 │ └── main.tf ├── Microsoft.Communication_emailServices@2023-03-31 │ └── main.tf ├── Microsoft.Communication_emailServices_domains@2023-04-01-preview │ └── main.tf ├── Microsoft.Communication_emailServices_domains_senderUsernames@2023-04-01-preview │ └── main.tf ├── Microsoft.Compute_availabilitySets@2021-11-01 │ └── main.tf ├── Microsoft.Compute_capacityReservationGroups@2022-03-01 │ └── main.tf ├── Microsoft.Compute_capacityReservationGroups_capacityReservations@2022-03-01 │ └── main.tf ├── Microsoft.Compute_diskAccesses@2022-03-02 │ └── main.tf ├── Microsoft.Compute_diskEncryptionSets@2022-03-02 │ └── main.tf ├── Microsoft.Compute_disks@2022-03-02 │ └── main.tf ├── Microsoft.Compute_galleries@2022-03-03 │ └── main.tf ├── Microsoft.Compute_galleries_applications@2022-03-03 │ └── main.tf ├── Microsoft.Compute_galleries_applications_versions@2022-03-03 │ └── main.tf ├── Microsoft.Compute_galleries_images@2022-03-03 │ └── main.tf ├── Microsoft.Compute_hostGroups@2021-11-01 │ └── main.tf ├── Microsoft.Compute_hostGroups_hosts@2021-11-01 │ └── main.tf ├── Microsoft.Compute_proximityPlacementGroups@2022-03-01 │ └── main.tf ├── Microsoft.Compute_restorePointCollections@2024-03-01 │ └── main.tf ├── Microsoft.Compute_restorePointCollections_restorePoints@2024-03-01 │ └── main.tf ├── Microsoft.Compute_snapshots@2022-03-02 │ └── main.tf ├── Microsoft.Compute_sshPublicKeys@2021-11-01 │ └── main.tf ├── Microsoft.Compute_virtualMachineScaleSets@2023-03-01 │ └── main.tf ├── Microsoft.Compute_virtualMachineScaleSets_extensions@2023-03-01 │ └── main.tf ├── Microsoft.Compute_virtualMachines@2023-03-01 │ ├── attach_data_disk │ │ └── main.tf │ ├── attach_os_disk │ │ └── main.tf │ ├── basic │ │ └── main.tf │ └── tag_os_disk │ │ └── main.tf ├── Microsoft.Compute_virtualMachines_extensions@2023-03-01 │ └── main.tf ├── Microsoft.Compute_virtualMachines_runCommands@2023-03-01 │ └── main.tf ├── Microsoft.ConfidentialLedger_ledgers@2022-05-13 │ └── main.tf ├── Microsoft.Consumption_budgets@2019-10-01 │ └── main.tf ├── Microsoft.ContainerInstance_containerGroups@2023-05-01 │ └── main.tf ├── Microsoft.ContainerRegistry_registries@2021-08-01-preview │ └── main.tf ├── Microsoft.ContainerRegistry_registries_agentPools@2019-06-01-preview │ └── main.tf ├── Microsoft.ContainerRegistry_registries_cacheRules@2023-07-01 │ └── main.tf ├── Microsoft.ContainerRegistry_registries_connectedRegistries@2023-11-01-preview │ └── main.tf ├── Microsoft.ContainerRegistry_registries_credentialSets@2023-07-01 │ └── main.tf ├── Microsoft.ContainerRegistry_registries_scopeMaps@2021-08-01-preview │ └── main.tf ├── Microsoft.ContainerRegistry_registries_taskRuns@2019-06-01-preview │ └── main.tf ├── Microsoft.ContainerRegistry_registries_tasks@2019-06-01-preview │ └── main.tf ├── Microsoft.ContainerRegistry_registries_tokens@2021-08-01-preview │ └── main.tf ├── Microsoft.ContainerRegistry_registries_webHooks@2021-08-01-preview │ └── main.tf ├── Microsoft.ContainerService_fleets@2024-04-01 │ └── main.tf ├── Microsoft.ContainerService_fleets_members@2024-04-01 │ └── main.tf ├── Microsoft.ContainerService_managedClusters@2023-04-02-preview │ └── main.tf ├── Microsoft.ContainerService_managedClusters_agentPools@2023-04-02-preview │ └── main.tf ├── Microsoft.ContainerService_managedClusters_trustedAccessRoleBindings@2025-02-01 │ └── main.tf ├── Microsoft.CostManagement_exports@2023-08-01 │ └── main.tf ├── Microsoft.CostManagement_scheduledActions@2022-06-01-preview │ └── main.tf ├── Microsoft.CostManagement_scheduledActions@2022-10-01 │ └── main.tf ├── Microsoft.CostManagement_views@2022-10-01 │ └── main.tf ├── Microsoft.CustomProviders_resourceProviders@2018-09-01-preview │ └── main.tf ├── Microsoft.DBforMariaDB_servers@2018-06-01 │ └── main.tf ├── Microsoft.DBforMariaDB_servers_configurations@2018-06-01 │ └── main.tf ├── Microsoft.DBforMariaDB_servers_databases@2018-06-01 │ └── main.tf ├── Microsoft.DBforMariaDB_servers_firewallRules@2018-06-01 │ └── main.tf ├── Microsoft.DBforMariaDB_servers_virtualNetworkRules@2018-06-01 │ └── main.tf ├── Microsoft.DBforMySQL_flexibleServers@2021-05-01 │ └── main.tf ├── Microsoft.DBforMySQL_flexibleServers_administrators@2023-12-30 │ └── main.tf ├── Microsoft.DBforMySQL_flexibleServers_configurations@2023-12-30 │ └── main.tf ├── Microsoft.DBforMySQL_flexibleServers_databases@2021-05-01 │ └── main.tf ├── Microsoft.DBforMySQL_flexibleServers_firewallRules@2021-05-01 │ └── main.tf ├── Microsoft.DBforMySQL_servers@2017-12-01 │ └── main.tf ├── Microsoft.DBforMySQL_servers_administrators@2017-12-01 │ └── main.tf ├── Microsoft.DBforMySQL_servers_configurations@2017-12-01 │ └── main.tf ├── Microsoft.DBforMySQL_servers_databases@2017-12-01 │ └── main.tf ├── Microsoft.DBforMySQL_servers_firewallRules@2017-12-01 │ └── main.tf ├── Microsoft.DBforMySQL_servers_virtualNetworkRules@2017-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_flexibleServers@2023-06-01-preview │ └── main.tf ├── Microsoft.DBforPostgreSQL_flexibleServers_administrators@2022-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_flexibleServers_configurations@2022-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_flexibleServers_databases@2022-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_flexibleServers_firewallRules@2022-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_flexibleServers_virtualEndpoints@2024-08-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_serverGroupsv2@2022-11-08 │ └── main.tf ├── Microsoft.DBforPostgreSQL_servers@2017-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_servers_administrators@2017-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_servers_configurations@2017-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_servers_databases@2017-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_servers_firewallRules@2017-12-01 │ └── main.tf ├── Microsoft.DBforPostgreSQL_servers_virtualNetworkRules@2017-12-01 │ └── main.tf ├── Microsoft.Dashboard_grafana@2022-08-01 │ └── main.tf ├── Microsoft.Dashboard_grafana_managedPrivateEndpoints@2023-09-01 │ └── main.tf ├── Microsoft.DataBoxEdge_dataBoxEdgeDevices@2022-03-01 │ └── main.tf ├── Microsoft.DataFactory_factories@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_credentials@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_dataflows@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_datasets@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_integrationRuntimes@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_linkedservices@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_managedVirtualNetworks@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_managedVirtualNetworks_managedPrivateEndpoints@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_pipelines@2018-06-01 │ └── main.tf ├── Microsoft.DataFactory_factories_triggers@2018-06-01 │ └── main.tf ├── Microsoft.DataMigration_services@2018-04-19 │ └── main.tf ├── Microsoft.DataMigration_services_projects@2018-04-19 │ └── main.tf ├── Microsoft.DataProtection_backupVaults@2022-04-01 │ └── main.tf ├── Microsoft.DataProtection_backupVaults_backupInstances@2022-04-01 │ └── main.tf ├── Microsoft.DataProtection_backupVaults_backupPolicies@2022-04-01 │ └── main.tf ├── Microsoft.DataProtection_resourceGuards@2022-04-01 │ └── main.tf ├── Microsoft.DataShare_accounts@2019-11-01 │ └── main.tf ├── Microsoft.DataShare_accounts_shares@2019-11-01 │ └── main.tf ├── Microsoft.DataShare_accounts_shares_dataSets@2019-11-01 │ └── main.tf ├── Microsoft.Databricks_accessConnectors@2022-10-01-preview │ └── main.tf ├── Microsoft.Databricks_workspaces@2023-02-01 │ └── main.tf ├── Microsoft.Databricks_workspaces_virtualNetworkPeerings@2023-02-01 │ └── main.tf ├── Microsoft.DesktopVirtualization_applicationGroups@2024-04-03 │ └── main.tf ├── Microsoft.DesktopVirtualization_applicationGroups_applications@2023-09-05 │ └── main.tf ├── Microsoft.DesktopVirtualization_scalingPlans_personalSchedules@2023-11-01-preview │ └── main.tf ├── Microsoft.DesktopVirtualization_workspaces@2024-04-03 │ └── main.tf ├── Microsoft.DevCenter_devCenters@2025-02-01 │ └── main.tf ├── Microsoft.DevCenter_devCenters_catalogs@2025-02-01 │ └── main.tf ├── Microsoft.DevCenter_devCenters_environmentTypes@2025-02-01 │ └── main.tf ├── Microsoft.DevCenter_devCenters_galleries@2025-02-01 │ └── main.tf ├── Microsoft.DevCenter_devcenters_attachednetworks@2023-04-01 │ └── main.tf ├── Microsoft.DevCenter_devcenters_devboxdefinitions@2024-10-01-preview │ └── main.tf ├── Microsoft.DevCenter_networkConnections@2023-04-01 │ └── main.tf ├── Microsoft.DevCenter_projects@2025-02-01 │ └── main.tf ├── Microsoft.DevCenter_projects_environmentTypes@2025-02-01 │ └── main.tf ├── Microsoft.DevTestLab_labs@2018-09-15 │ └── main.tf ├── Microsoft.DevTestLab_labs_policySets_policies@2018-09-15 │ └── main.tf ├── Microsoft.DevTestLab_labs_schedules@2018-09-15 │ └── main.tf ├── Microsoft.DevTestLab_labs_virtualMachines@2018-09-15 │ └── main.tf ├── Microsoft.DevTestLab_labs_virtualNetworks@2018-09-15 │ └── main.tf ├── Microsoft.DevTestLab_schedules@2018-09-15 │ └── main.tf ├── Microsoft.DeviceUpdate_accounts@2022-10-01 │ └── main.tf ├── Microsoft.DeviceUpdate_accounts_instances@2022-10-01 │ └── main.tf ├── Microsoft.Devices_IotHubs@2022-04-30-preview │ └── main.tf ├── Microsoft.Devices_IotHubs_certificates@2022-04-30-preview │ └── main.tf ├── Microsoft.Devices_provisioningServices@2022-02-05 │ └── main.tf ├── Microsoft.Devices_provisioningServices_certificates@2022-02-05 │ └── main.tf ├── Microsoft.DigitalTwins_digitalTwinsInstances@2020-12-01 │ └── main.tf ├── Microsoft.DigitalTwins_digitalTwinsInstances_endpoints@2020-12-01 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_cassandraKeyspaces@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_cassandraKeyspaces_tables@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_gremlinDatabases@2023-04-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_gremlinDatabases_graphs@2023-04-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_mongodbDatabases@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_mongodbRoleDefinitions@2022-11-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_mongodbUserDefinitions@2022-11-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_services@2022-05-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases_containers@2023-04-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases_containers_storedProcedures@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases_containers_triggers@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_sqlDatabases_containers_userDefinedFunctions@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_sqlRoleAssignments@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_sqlRoleDefinitions@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_databaseAccounts_tables@2021-10-15 │ └── main.tf ├── Microsoft.DocumentDB_mongoClusters@2025-09-01 │ └── main.tf ├── Microsoft.DocumentDB_mongoClusters_firewallRules@2025-09-01 │ └── main.tf ├── Microsoft.DocumentDB_mongoClusters_users@2025-09-01 │ └── main.tf ├── Microsoft.ElasticSan_elasticSans@2023-01-01 │ └── main.tf ├── Microsoft.ElasticSan_elasticSans_volumeGroups@2023-01-01 │ └── main.tf ├── Microsoft.ElasticSan_elasticSans_volumeGroups_volumes@2023-01-01 │ └── main.tf ├── Microsoft.EventGrid_domains@2021-12-01 │ └── main.tf ├── Microsoft.EventGrid_domains_topics@2021-12-01 │ └── main.tf ├── Microsoft.EventGrid_eventSubscriptions@2021-12-01 │ └── main.tf ├── Microsoft.EventGrid_namespaces@2023-12-15-preview │ └── main.tf ├── Microsoft.EventGrid_systemTopics@2021-12-01 │ └── main.tf ├── Microsoft.EventGrid_systemTopics_eventSubscriptions@2022-06-15 │ └── main.tf ├── Microsoft.EventGrid_topics@2021-12-01 │ └── main.tf ├── Microsoft.EventHub_clusters@2021-11-01 │ └── main.tf ├── Microsoft.EventHub_namespaces@2022-01-01-preview │ └── main.tf ├── Microsoft.EventHub_namespaces_authorizationRules@2021-11-01 │ └── main.tf ├── Microsoft.EventHub_namespaces_disasterRecoveryConfigs@2021-11-01 │ └── main.tf ├── Microsoft.EventHub_namespaces_eventhubs@2021-11-01 │ └── main.tf ├── Microsoft.EventHub_namespaces_eventhubs_authorizationRules@2021-11-01 │ └── main.tf ├── Microsoft.EventHub_namespaces_eventhubs_consumerGroups@2021-11-01 │ └── main.tf ├── Microsoft.EventHub_namespaces_schemaGroups@2021-11-01 │ └── main.tf ├── Microsoft.FluidRelay_fluidRelayServers@2022-05-26 │ └── main.tf ├── Microsoft.GuestConfiguration_guestConfigurationAssignments@2020-06-25 │ └── main.tf ├── Microsoft.HDInsight_clusters@2018-06-01-preview │ └── main.tf ├── Microsoft.HealthBot_healthBots@2022-08-08 │ └── main.tf ├── Microsoft.HealthcareApis_services@2022-12-01 │ └── main.tf ├── Microsoft.HealthcareApis_workspaces@2022-12-01 │ └── main.tf ├── Microsoft.HealthcareApis_workspaces_dicomServices@2022-12-01 │ └── main.tf ├── Microsoft.HealthcareApis_workspaces_fhirServices@2022-12-01 │ └── main.tf ├── Microsoft.HealthcareApis_workspaces_iotConnectors@2022-12-01 │ └── main.tf ├── Microsoft.HealthcareApis_workspaces_iotConnectors_fhirDestinations@2022-12-01 │ └── main.tf ├── Microsoft.HybridCompute_machines@2024-07-10 │ └── main.tf ├── Microsoft.HybridCompute_privateLinkScopes@2022-11-10 │ └── main.tf ├── Microsoft.Impact_connectors@2024-05-01-preview │ └── main.tf ├── Microsoft.Impact_workloadImpacts@2023-12-01-preview │ └── main.tf ├── Microsoft.Insights_actionGroups@2023-01-01 │ └── main.tf ├── Microsoft.Insights_activityLogAlerts@2020-10-01 │ └── main.tf ├── Microsoft.Insights_autoScaleSettings@2022-10-01 │ └── main.tf ├── Microsoft.Insights_components@2020-02-02 │ └── main.tf ├── Microsoft.Insights_components_ProactiveDetectionConfigs@2015-05-01 │ └── main.tf ├── Microsoft.Insights_components_analyticsItems@2015-05-01 │ └── main.tf ├── Microsoft.Insights_dataCollectionEndpoints@2022-06-01 │ └── main.tf ├── Microsoft.Insights_dataCollectionRuleAssociations@2022-06-01 │ └── main.tf ├── Microsoft.Insights_dataCollectionRules@2022-06-01 │ └── main.tf ├── Microsoft.Insights_diagnosticSettings@2021-05-01-preview │ └── main.tf ├── Microsoft.Insights_logProfiles@2016-03-01 │ └── main.tf ├── Microsoft.Insights_metricAlerts@2018-03-01 │ └── main.tf ├── Microsoft.Insights_privateLinkScopes@2019-10-17-preview │ └── main.tf ├── Microsoft.Insights_privateLinkScopes_scopedResources@2019-10-17-preview │ └── main.tf ├── Microsoft.Insights_scheduledQueryRules@2018-04-16 │ └── main.tf ├── Microsoft.Insights_scheduledQueryRules@2021-08-01 │ └── main.tf ├── Microsoft.Insights_webTests@2022-06-15 │ └── main.tf ├── Microsoft.Insights_workbookTemplates@2020-11-20 │ └── main.tf ├── Microsoft.Insights_workbooks@2022-04-01 │ └── main.tf ├── Microsoft.IoTCentral_iotApps@2021-11-01-preview │ └── main.tf ├── Microsoft.KeyVault_managedHSMs@2021-10-01 │ └── main.tf ├── Microsoft.KeyVault_vaults@2021-10-01 │ └── main.tf ├── Microsoft.KeyVault_vaults_accessPolicies@2023-02-01 │ └── main.tf ├── Microsoft.KeyVault_vaults_keys@2023-02-01 │ └── main.tf ├── Microsoft.KeyVault_vaults_secrets@2023-02-01 │ └── main.tf ├── Microsoft.KubernetesConfiguration_extensions@2022-11-01 │ └── main.tf ├── Microsoft.KubernetesConfiguration_fluxConfigurations@2022-11-01 │ └── main.tf ├── Microsoft.Kubernetes_connectedClusters@2024-01-01 │ └── main.tf ├── Microsoft.Kusto_clusters@2022-12-29 │ └── main.tf ├── Microsoft.Kusto_clusters@2023-05-02 │ └── main.tf ├── Microsoft.Kusto_clusters_databases@2022-12-29 │ └── main.tf ├── Microsoft.Kusto_clusters_databases@2023-05-02 │ └── main.tf ├── Microsoft.Kusto_clusters_databases_principalAssignments@2023-05-02 │ └── main.tf ├── Microsoft.Kusto_clusters_databases_scripts@2022-12-29 │ └── main.tf ├── Microsoft.Kusto_clusters_databases_scripts@2023-05-02 │ └── main.tf ├── Microsoft.Kusto_clusters_managedPrivateEndpoints@2023-05-02 │ └── main.tf ├── Microsoft.Kusto_clusters_principalAssignments@2023-05-02 │ └── main.tf ├── Microsoft.LabServices_labPlans@2022-08-01 │ └── main.tf ├── Microsoft.LabServices_labs@2022-08-01 │ └── main.tf ├── Microsoft.LabServices_labs_schedules@2022-08-01 │ └── main.tf ├── Microsoft.LabServices_labs_users@2022-08-01 │ └── main.tf ├── Microsoft.LoadTestService_loadTests@2022-12-01 │ └── main.tf ├── Microsoft.Logic_integrationAccounts@2019-05-01 │ └── main.tf ├── Microsoft.Logic_integrationAccounts_agreements@2019-05-01 │ └── main.tf ├── Microsoft.Logic_integrationAccounts_assemblies@2019-05-01 │ └── main.tf ├── Microsoft.Logic_integrationAccounts_batchConfigurations@2019-05-01 │ └── main.tf ├── Microsoft.Logic_integrationAccounts_maps@2019-05-01 │ └── main.tf ├── Microsoft.Logic_integrationAccounts_partners@2019-05-01 │ └── main.tf ├── Microsoft.Logic_integrationAccounts_schemas@2019-05-01 │ └── main.tf ├── Microsoft.Logic_integrationAccounts_sessions@2019-05-01 │ └── main.tf ├── Microsoft.Logic_workflows@2019-05-01 │ └── main.tf ├── Microsoft.MachineLearningServices_workspaces@2022-05-01 │ └── main.tf ├── Microsoft.MachineLearningServices_workspaces_codes_versions@2024-10-01 │ └── main.tf ├── Microsoft.MachineLearningServices_workspaces_computes@2022-05-01 │ └── main.tf ├── Microsoft.MachineLearningServices_workspaces_dataStores@2024-04-01 │ └── main.tf ├── Microsoft.MachineLearningServices_workspaces_outboundRules@2024-04-01 │ └── main.tf ├── Microsoft.Maintenance_configurationAssignments@2022-07-01-preview │ └── main.tf ├── Microsoft.Maintenance_maintenanceConfigurations@2022-07-01-preview │ └── main.tf ├── Microsoft.ManagedIdentity_userAssignedIdentities@2023-01-31 │ └── main.tf ├── Microsoft.ManagedIdentity_userAssignedIdentities_federatedIdentityCredentials@2023-01-31 │ └── main.tf ├── Microsoft.Maps_accounts@2021-02-01 │ └── main.tf ├── Microsoft.Maps_accounts_creators@2021-02-01 │ └── main.tf ├── Microsoft.Media_mediaServices@2021-11-01 │ └── main.tf ├── Microsoft.Media_mediaServices_accountFilters@2022-08-01 │ └── main.tf ├── Microsoft.Media_mediaServices_assets@2022-08-01 │ └── main.tf ├── Microsoft.Media_mediaServices_assets_assetFilters@2022-08-01 │ └── main.tf ├── Microsoft.Media_mediaServices_contentKeyPolicies@2022-08-01 │ └── main.tf ├── Microsoft.Media_mediaServices_liveEvents@2022-08-01 │ └── main.tf ├── Microsoft.Media_mediaServices_streamingEndpoints@2022-08-01 │ └── main.tf ├── Microsoft.Media_mediaServices_streamingLocators@2022-08-01 │ └── main.tf ├── Microsoft.Media_mediaServices_streamingPolicies@2022-08-01 │ └── main.tf ├── Microsoft.Media_mediaServices_transforms@2022-07-01 │ └── main.tf ├── Microsoft.Migrate_migrateProjects@2018-09-01-preview │ └── main.tf ├── Microsoft.Migrate_migrateProjects_solutions@2018-09-01-preview │ └── main.tf ├── Microsoft.MixedReality_spatialAnchorsAccounts@2021-01-01 │ └── main.tf ├── Microsoft.MobileNetwork_mobileNetworks@2022-11-01 │ └── main.tf ├── Microsoft.MobileNetwork_mobileNetworks_dataNetworks@2022-11-01 │ └── main.tf ├── Microsoft.MobileNetwork_mobileNetworks_services@2022-11-01 │ └── main.tf ├── Microsoft.MobileNetwork_mobileNetworks_simPolicies@2022-11-01 │ └── main.tf ├── Microsoft.MobileNetwork_mobileNetworks_sites@2022-11-01 │ └── main.tf ├── Microsoft.MobileNetwork_mobileNetworks_slices@2022-11-01 │ └── main.tf ├── Microsoft.MobileNetwork_packetCoreControlPlanes@2022-11-01 │ └── main.tf ├── Microsoft.MobileNetwork_packetCoreControlPlanes_packetCoreDataPlanes@2022-11-01 │ └── main.tf ├── Microsoft.MobileNetwork_simGroups@2022-11-01 │ └── main.tf ├── Microsoft.Monitor_accounts@2023-04-03 │ └── main.tf ├── Microsoft.Monitor_accounts_privateEndpointConnections@2023-04-03 │ └── main.tf ├── Microsoft.NetApp_netAppAccounts@2022-05-01 │ └── main.tf ├── Microsoft.NetApp_netAppAccounts_backupPolicies@2025-01-01 │ └── main.tf ├── Microsoft.NetApp_netAppAccounts_backupVaults@2025-01-01 │ └── main.tf ├── Microsoft.NetApp_netAppAccounts_capacityPools@2022-05-01 │ └── main.tf ├── Microsoft.NetApp_netAppAccounts_capacityPools_volumes@2022-05-01 │ └── main.tf ├── Microsoft.NetApp_netAppAccounts_capacityPools_volumes_snapshots@2022-05-01 │ └── main.tf ├── Microsoft.NetApp_netAppAccounts_capacityPools_volumes_volumeQuotaRules@2025-01-01 │ └── main.tf ├── Microsoft.NetApp_netAppAccounts_snapshotPolicies@2022-05-01 │ └── main.tf ├── Microsoft.NetworkFunction_azureTrafficCollectors@2022-11-01 │ └── main.tf ├── Microsoft.Network_ApplicationGatewayWebApplicationFirewallPolicies@2022-07-01 │ └── main.tf ├── Microsoft.Network_ExpressRoutePorts@2022-07-01 │ └── main.tf ├── Microsoft.Network_FrontDoorWebApplicationFirewallPolicies@2020-11-01 │ └── main.tf ├── Microsoft.Network_applicationGateways@2022-07-01 │ └── main.tf ├── Microsoft.Network_applicationSecurityGroups@2022-09-01 │ └── main.tf ├── Microsoft.Network_azureFirewalls@2022-07-01 │ └── main.tf ├── Microsoft.Network_bastionHosts@2022-07-01 │ └── main.tf ├── Microsoft.Network_ddosProtectionPlans@2022-07-01 │ └── main.tf ├── Microsoft.Network_dnsForwardingRulesets@2022-07-01 │ └── main.tf ├── Microsoft.Network_dnsForwardingRulesets_forwardingRules@2022-07-01 │ └── main.tf ├── Microsoft.Network_dnsForwardingRulesets_virtualNetworkLinks@2022-07-01 │ └── main.tf ├── Microsoft.Network_dnsResolvers@2022-07-01 │ └── main.tf ├── Microsoft.Network_dnsResolvers_inboundEndpoints@2022-07-01 │ └── main.tf ├── Microsoft.Network_dnsResolvers_outboundEndpoints@2022-07-01 │ └── main.tf ├── Microsoft.Network_dnsZones@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_A@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_AAAA@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_CAA@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_CNAME@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_MX@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_NS@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_PTR@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_SRV@2018-05-01 │ └── main.tf ├── Microsoft.Network_dnsZones_TXT@2018-05-01 │ └── main.tf ├── Microsoft.Network_expressRouteCircuits@2022-07-01 │ └── main.tf ├── Microsoft.Network_expressRouteCircuits_authorizations@2022-07-01 │ └── main.tf ├── Microsoft.Network_expressRouteCircuits_peerings@2022-07-01 │ └── main.tf ├── Microsoft.Network_expressRouteCircuits_peerings_connections@2022-07-01 │ └── main.tf ├── Microsoft.Network_expressRouteGateways@2022-07-01 │ └── main.tf ├── Microsoft.Network_expressRouteGateways_expressRouteConnections@2022-07-01 │ └── main.tf ├── Microsoft.Network_expressRoutePorts_authorizations@2022-07-01 │ └── main.tf ├── Microsoft.Network_firewallPolicies@2022-07-01 │ └── main.tf ├── Microsoft.Network_firewallPolicies_ruleCollectionGroups@2022-07-01 │ └── main.tf ├── Microsoft.Network_frontDoors_rulesEngines@2020-05-01 │ └── main.tf ├── Microsoft.Network_ipGroups@2022-07-01 │ └── main.tf ├── Microsoft.Network_loadBalancers@2022-07-01 │ └── main.tf ├── Microsoft.Network_loadBalancers_backendAddressPools@2022-07-01 │ └── main.tf ├── Microsoft.Network_localNetworkGateways@2022-07-01 │ └── main.tf ├── Microsoft.Network_natGateways@2022-07-01 │ └── main.tf ├── Microsoft.Network_networkInterfaces@2022-07-01 │ └── main.tf ├── Microsoft.Network_networkManagerConnections@2022-09-01 │ └── main.tf ├── Microsoft.Network_networkManagers@2022-09-01 │ └── main.tf ├── Microsoft.Network_networkManagers_connectivityConfigurations@2022-09-01 │ └── main.tf ├── Microsoft.Network_networkManagers_ipamPools@2024-01-01-preview │ └── main.tf ├── Microsoft.Network_networkManagers_ipamPools_staticCidr@2024-01-01-preview │ └── main.tf ├── Microsoft.Network_networkManagers_networkGroups@2024-10-01 │ └── main.tf ├── Microsoft.Network_networkManagers_networkGroups_staticMembers@2024-10-01 │ └── main.tf ├── Microsoft.Network_networkManagers_routingConfigurations_ruleCollections_rules@2024-10-01 │ └── main.tf ├── Microsoft.Network_networkManagers_scopeConnections@2022-09-01 │ └── main.tf ├── Microsoft.Network_networkManagers_securityAdminConfigurations@2022-09-01 │ └── main.tf ├── Microsoft.Network_networkManagers_securityAdminConfigurations_ruleCollections@2022-09-01 │ └── main.tf ├── Microsoft.Network_networkManagers_securityAdminConfigurations_ruleCollections_rules@2022-09-01 │ └── main.tf ├── Microsoft.Network_networkManagers_verifierWorkspace@2024-01-01-preview │ └── main.tf ├── Microsoft.Network_networkManagers_verifierWorkspace_reachabilityAnalysisIntent@2024-01-01-preview │ └── main.tf ├── Microsoft.Network_networkManagers_verifierWorkspace_reachabilityAnalysisIntent_reachabilityAnalysisRun@2024-01-01-preview │ └── main.tf ├── Microsoft.Network_networkProfiles@2022-07-01 │ └── main.tf ├── Microsoft.Network_networkSecurityGroups@2022-07-01 │ └── main.tf ├── Microsoft.Network_networkSecurityGroups_securityRules@2022-09-01 │ └── main.tf ├── Microsoft.Network_networkWatchers_flowLogs@2023-11-01 │ └── main.tf ├── Microsoft.Network_networkWatchers_packetCaptures@2024-05-01 │ └── main.tf ├── Microsoft.Network_p2svpnGateways@2022-07-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones_A@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones_AAAA@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones_CNAME@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones_MX@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones_PTR@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones_SRV@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones_TXT@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateDnsZones_virtualNetworkLinks@2018-09-01 │ └── main.tf ├── Microsoft.Network_privateEndpoints@2022-01-01 │ └── main.tf ├── Microsoft.Network_privateLinkServices@2022-07-01 │ └── main.tf ├── Microsoft.Network_publicIPAddresses@2022-07-01 │ └── main.tf ├── Microsoft.Network_publicIPPrefixes@2022-07-01 │ └── main.tf ├── Microsoft.Network_routeFilters@2022-09-01 │ └── main.tf ├── Microsoft.Network_routeTables@2022-09-01 │ └── main.tf ├── Microsoft.Network_routeTables_routes@2022-09-01 │ └── main.tf ├── Microsoft.Network_securityPartnerProviders@2022-07-01 │ └── main.tf ├── Microsoft.Network_serviceEndpointPolicies@2022-07-01 │ └── main.tf ├── Microsoft.Network_trafficManagerProfiles@2018-08-01 │ └── main.tf ├── Microsoft.Network_trafficManagerProfiles_AzureEndpoints@2018-08-01 │ └── main.tf ├── Microsoft.Network_trafficManagerProfiles_ExternalEndpoints@2018-08-01 │ └── main.tf ├── Microsoft.Network_trafficManagerProfiles_NestedEndpoints@2018-08-01 │ └── main.tf ├── Microsoft.Network_virtualHubs@2022-07-01 │ └── main.tf ├── Microsoft.Network_virtualHubs_hubVirtualNetworkConnections@2022-07-01 │ └── main.tf ├── Microsoft.Network_virtualHubs_ipConfigurations@2022-07-01 │ └── main.tf ├── Microsoft.Network_virtualHubs_routingIntent@2022-09-01 │ └── main.tf ├── Microsoft.Network_virtualNetworkGateways@2022-07-01 │ └── main.tf ├── Microsoft.Network_virtualNetworkGateways_natRules@2022-07-01 │ └── main.tf ├── Microsoft.Network_virtualNetworks@2022-07-01 │ └── main.tf ├── Microsoft.Network_virtualNetworks@2024-05-01 │ └── with_ipam_pool │ │ └── main.tf ├── Microsoft.Network_virtualNetworks_subnets@2022-07-01 │ └── main.tf ├── Microsoft.Network_virtualNetworks_subnets@2024-05-01 │ └── with_ipam_pool │ │ └── main.tf ├── Microsoft.Network_virtualNetworks_virtualNetworkPeerings@2022-07-01 │ └── main.tf ├── Microsoft.Network_virtualWans@2022-07-01 │ └── main.tf ├── Microsoft.Network_vpnGateways@2022-07-01 │ └── main.tf ├── Microsoft.Network_vpnGateways_natRules@2022-07-01 │ └── main.tf ├── Microsoft.Network_vpnGateways_vpnConnections@2022-07-01 │ └── main.tf ├── Microsoft.Network_vpnServerConfigurations@2022-07-01 │ └── main.tf ├── Microsoft.Network_vpnServerConfigurations_configurationPolicyGroups@2022-07-01 │ └── main.tf ├── Microsoft.Network_vpnSites@2022-07-01 │ └── main.tf ├── Microsoft.NotificationHubs_namespaces@2017-04-01 │ └── main.tf ├── Microsoft.NotificationHubs_namespaces_notificationHubs@2017-04-01 │ └── main.tf ├── Microsoft.NotificationHubs_namespaces_notificationHubs_authorizationRules@2017-04-01 │ └── main.tf ├── Microsoft.OperationalInsights_clusters@2020-08-01 │ └── main.tf ├── Microsoft.OperationalInsights_queryPacks@2019-09-01 │ └── main.tf ├── Microsoft.OperationalInsights_queryPacks_queries@2019-09-01 │ └── main.tf ├── Microsoft.OperationalInsights_workspaces@2022-10-01 │ └── main.tf ├── Microsoft.OperationalInsights_workspaces_dataExports@2020-08-01 │ └── main.tf ├── Microsoft.OperationalInsights_workspaces_dataSources@2020-08-01 │ └── main.tf ├── Microsoft.OperationalInsights_workspaces_linkedServices@2020-08-01 │ └── main.tf ├── Microsoft.OperationalInsights_workspaces_linkedStorageAccounts@2020-08-01 │ └── main.tf ├── Microsoft.OperationalInsights_workspaces_savedSearches@2020-08-01 │ └── main.tf ├── Microsoft.OperationalInsights_workspaces_storageInsightConfigs@2020-08-01 │ └── main.tf ├── Microsoft.OperationalInsights_workspaces_tables@2022-10-01 │ ├── audit_log │ │ └── main.tf │ ├── basic │ │ └── main.tf │ └── data_collection_logs │ │ └── main.tf ├── Microsoft.OperationsManagement_solutions@2015-11-01-preview │ └── main.tf ├── Microsoft.Orbital_spacecrafts@2022-11-01 │ └── main.tf ├── Microsoft.PolicyInsights_policyStates@2019-10-01 │ └── main.tf ├── Microsoft.PolicyInsights_remediations@2021-10-01 │ └── main.tf ├── Microsoft.Portal_dashboards@2019-01-01-preview │ └── main.tf ├── Microsoft.PowerBIDedicated_capacities@2021-01-01 │ └── main.tf ├── Microsoft.Purview_accounts@2021-07-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults@2022-10-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_backupFabrics_protectionContainers@2023-02-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_backupFabrics_protectionContainers_protectedItems@2023-02-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_backupPolicies@2023-02-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_backupResourceGuardProxies@2023-02-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_backupStorageConfig@2023-02-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_backupconfig@2024-04-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_replicationFabrics@2022-10-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_replicationFabrics_replicationNetworks_replicationNetworkMappings@2024-04-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_replicationFabrics_replicationProtectionContainers@2022-10-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_replicationFabrics_replicationProtectionContainers_replicationProtectionContainerMappings@2024-04-01 │ └── main.tf ├── Microsoft.RecoveryServices_vaults_replicationPolicies@2022-10-01 │ └── main.tf ├── Microsoft.Relay_namespaces@2017-04-01 │ └── main.tf ├── Microsoft.Relay_namespaces_authorizationRules@2017-04-01 │ └── main.tf ├── Microsoft.Relay_namespaces_hybridConnections@2017-04-01 │ └── main.tf ├── Microsoft.Relay_namespaces_hybridConnections_authorizationRules@2017-04-01 │ └── main.tf ├── Microsoft.ResourceConnector_appliances@2022-10-27 │ └── main.tf ├── Microsoft.Resources_deploymentScripts@2020-10-01 │ └── main.tf ├── Microsoft.Resources_deployments@2020-06-01 │ └── main.tf ├── Microsoft.Resources_resourceGroups@2020-06-01 │ └── main.tf ├── Microsoft.Search_searchServices@2022-09-01 │ └── main.tf ├── Microsoft.Search_searchServices_sharedPrivateLinkResources@2022-09-01 │ └── main.tf ├── Microsoft.SecurityInsights_alertRules@2022-10-01-preview │ └── main.tf ├── Microsoft.SecurityInsights_automationRules@2022-10-01-preview │ └── main.tf ├── Microsoft.SecurityInsights_dataConnectors@2022-10-01-preview │ └── main.tf ├── Microsoft.SecurityInsights_metadata@2022-10-01-preview │ └── main.tf ├── Microsoft.SecurityInsights_onboardingStates@2022-11-01 │ └── main.tf ├── Microsoft.SecurityInsights_watchlists@2022-11-01 │ └── main.tf ├── Microsoft.SecurityInsights_watchlists_watchlistItems@2022-11-01 │ └── main.tf ├── Microsoft.Security_advancedThreatProtectionSettings@2019-01-01 │ └── main.tf ├── Microsoft.Security_assessmentMetadata@2020-01-01 │ └── main.tf ├── Microsoft.Security_assessments@2020-01-01 │ └── main.tf ├── Microsoft.Security_automations@2019-01-01-preview │ └── main.tf ├── Microsoft.Security_defenderForStorageSettings@2022-12-01-preview │ └── main.tf ├── Microsoft.Security_iotSecuritySolutions@2019-08-01 │ └── main.tf ├── Microsoft.Security_securityContacts@2017-08-01-preview │ └── main.tf ├── Microsoft.Security_workspaceSettings@2017-08-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces@2022-01-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces_authorizationRules@2021-06-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces_disasterRecoveryConfigs@2021-06-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces_queues@2021-06-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces_queues_authorizationRules@2021-06-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces_topics@2021-06-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces_topics_authorizationRules@2021-06-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces_topics_subscriptions@2021-06-01-preview │ └── main.tf ├── Microsoft.ServiceBus_namespaces_topics_subscriptions_rules@2021-06-01-preview │ └── main.tf ├── Microsoft.ServiceFabric_clusters@2021-06-01 │ └── main.tf ├── Microsoft.ServiceFabric_managedClusters@2021-05-01 │ └── main.tf ├── Microsoft.ServiceFabric_managedClusters_nodeTypes@2021-05-01 │ └── main.tf ├── Microsoft.ServiceLinker_linkers@2022-05-01 │ └── main.tf ├── Microsoft.ServiceNetworking_trafficControllers@2023-11-01 │ └── main.tf ├── Microsoft.ServiceNetworking_trafficControllers_associations@2023-11-01 │ └── main.tf ├── Microsoft.ServiceNetworking_trafficControllers_frontends@2023-11-01 │ └── main.tf ├── Microsoft.SignalRService_signalR@2023-02-01 │ └── main.tf ├── Microsoft.SignalRService_signalR_sharedPrivateLinkResources@2023-02-01 │ └── main.tf ├── Microsoft.SignalRService_webPubSub@2023-02-01 │ └── main.tf ├── Microsoft.SignalRService_webPubSub_hubs@2023-02-01 │ └── main.tf ├── Microsoft.SignalRService_webPubSub_sharedPrivateLinkResources@2023-02-01 │ └── main.tf ├── Microsoft.Solutions_applicationDefinitions@2021-07-01 │ └── main.tf ├── Microsoft.Solutions_applications@2021-07-01 │ └── main.tf ├── Microsoft.SqlVirtualMachine_sqlVirtualMachineGroups@2023-10-01 │ └── main.tf ├── Microsoft.SqlVirtualMachine_sqlVirtualMachines@2023-10-01 │ ├── SQL_best_practices_assessment │ │ └── main.tf │ └── basic │ │ └── main.tf ├── Microsoft.Sql_instancePools@2022-05-01-preview │ └── main.tf ├── Microsoft.Sql_servers@2021-02-01-preview │ └── main.tf ├── Microsoft.Sql_servers_administrators@2020-11-01-preview │ └── main.tf ├── Microsoft.Sql_servers_auditingSettings@2022-05-01-preview │ └── main.tf ├── Microsoft.Sql_servers_automaticTuning@2021-11-01 │ └── main.tf ├── Microsoft.Sql_servers_connectionPolicies@2014-04-01 │ └── main.tf ├── Microsoft.Sql_servers_databases@2014-04-01 │ └── main.tf ├── Microsoft.Sql_servers_databases@2021-02-01-preview │ └── main.tf ├── Microsoft.Sql_servers_databases_extendedAuditingSettings@2023-08-01-preview │ └── main.tf ├── Microsoft.Sql_servers_databases_securityAlertPolicies@2014-04-01 │ └── main.tf ├── Microsoft.Sql_servers_databases_securityAlertPolicies@2020-11-01-preview │ └── main.tf ├── Microsoft.Sql_servers_databases_transparentDataEncryption@2014-04-01 │ └── main.tf ├── Microsoft.Sql_servers_dnsAliases@2020-11-01-preview │ └── main.tf ├── Microsoft.Sql_servers_elasticPools@2014-04-01 │ └── main.tf ├── Microsoft.Sql_servers_elasticPools@2020-11-01-preview │ └── main.tf ├── Microsoft.Sql_servers_encryptionProtector@2023-08-01-preview │ └── main.tf ├── Microsoft.Sql_servers_extendedAuditingSettings@2023-08-01-preview │ └── main.tf ├── Microsoft.Sql_servers_failoverGroups@2023-08-01-preview │ └── main.tf ├── Microsoft.Sql_servers_firewallRules@2014-04-01 │ └── main.tf ├── Microsoft.Sql_servers_firewallRules@2020-11-01-preview │ └── main.tf ├── Microsoft.Sql_servers_jobAgents@2020-11-01-preview │ └── main.tf ├── Microsoft.Sql_servers_jobAgents_credentials@2020-11-01-preview │ └── main.tf ├── Microsoft.Sql_servers_jobAgents_jobs@2023-08-01-preview │ └── main.tf ├── Microsoft.Sql_servers_jobAgents_jobs_steps@2023-08-01-preview │ └── main.tf ├── Microsoft.Sql_servers_jobAgents_targetGroups@2023-08-01-preview │ └── main.tf ├── Microsoft.Sql_servers_outboundFirewallRules@2021-02-01-preview │ └── main.tf ├── Microsoft.Sql_servers_securityAlertPolicies@2017-03-01-preview │ └── main.tf ├── Microsoft.Sql_servers_sqlVulnerabilityAssessments@2022-05-01-preview │ └── main.tf ├── Microsoft.Sql_servers_virtualNetworkRules@2020-11-01-preview │ └── main.tf ├── Microsoft.Sql_servers_vulnerabilityAssessments@2023-08-01-preview │ └── main.tf ├── Microsoft.StandbyPool_standbyContainerGroupPools@2025-03-01 │ └── basic │ │ ├── README.md │ │ └── main.tf ├── Microsoft.StandbyPool_standbyvirtualmachinepools@2025-03-01 │ └── main.tf ├── Microsoft.StorageCache_amlFilesystems@2024-07-01 │ └── main.tf ├── Microsoft.StorageCache_caches@2023-01-01 │ └── main.tf ├── Microsoft.StorageMover_storageMovers@2023-03-01 │ └── main.tf ├── Microsoft.StorageMover_storageMovers_endpoints@2023-03-01 │ └── main.tf ├── Microsoft.StorageMover_storageMovers_projects@2023-03-01 │ └── main.tf ├── Microsoft.StorageSync_storageSyncServices@2020-03-01 │ └── main.tf ├── Microsoft.StorageSync_storageSyncServices_syncGroups@2020-03-01 │ └── main.tf ├── Microsoft.Storage_storageAccounts@2021-09-01 │ ├── basic │ │ └── main.tf │ └── with_private_endpoint │ │ ├── assets │ │ └── overview.png │ │ ├── main.tf │ │ └── readme.md ├── Microsoft.Storage_storageAccounts_blobServices@2021-09-01 │ └── main.tf ├── Microsoft.Storage_storageAccounts_blobServices_containers@2021-09-01 │ └── main.tf ├── Microsoft.Storage_storageAccounts_blobServices_containers_immutabilityPolicies@2023-05-01 │ └── main.tf ├── Microsoft.Storage_storageAccounts_encryptionScopes@2023-05-01 │ └── main.tf ├── Microsoft.Storage_storageAccounts_fileServices_shares@2021-09-01 │ └── main.tf ├── Microsoft.Storage_storageAccounts_localUsers@2021-09-01 │ ├── basic │ │ └── main.tf │ └── generate_password │ │ └── main.tf ├── Microsoft.Storage_storageAccounts_managementPolicies@2021-09-01 │ └── main.tf ├── Microsoft.Storage_storageAccounts_queueServices_queues@2021-09-01 │ └── main.tf ├── Microsoft.Storage_storageAccounts_tableServices_tables@2021-09-01 │ └── main.tf ├── Microsoft.StreamAnalytics_clusters@2020-03-01 │ └── main.tf ├── Microsoft.StreamAnalytics_streamingJobs@2020-03-01 │ └── main.tf ├── Microsoft.StreamAnalytics_streamingJobs_functions@2020-03-01 │ └── main.tf ├── Microsoft.StreamAnalytics_streamingJobs_inputs@2020-03-01 │ └── main.tf ├── Microsoft.StreamAnalytics_streamingJobs_outputs@2021-10-01-preview │ └── main.tf ├── Microsoft.Synapse_privateLinkHubs@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_azureADOnlyAuthentications@2021-06-01-preview │ └── main.tf ├── Microsoft.Synapse_workspaces_bigDataPools@2021-06-01-preview │ └── main.tf ├── Microsoft.Synapse_workspaces_firewallRules@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_integrationRuntimes@2021-06-01-preview │ └── main.tf ├── Microsoft.Synapse_workspaces_managedIdentitySqlControlSettings@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_securityAlertPolicies@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_sqlPools@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_sqlPools_extendedAuditingSettings@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_sqlPools_securityAlertPolicies@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_sqlPools_vulnerabilityAssessments@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_sqlPools_workloadGroups@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_sqlPools_workloadGroups_workloadClassifiers@2021-06-01 │ └── main.tf ├── Microsoft.Synapse_workspaces_vulnerabilityAssessments@2021-06-01 │ └── main.tf ├── Microsoft.TimeSeriesInsights_environments@2020-05-15 │ └── main.tf ├── Microsoft.TimeSeriesInsights_environments_accessPolicies@2020-05-15 │ └── main.tf ├── Microsoft.TimeSeriesInsights_environments_eventSources@2020-05-15 │ └── main.tf ├── Microsoft.TimeSeriesInsights_environments_referenceDataSets@2020-05-15 │ └── main.tf ├── Microsoft.VideoIndexer_accounts@2025-04-01 │ └── main.tf ├── Microsoft.VoiceServices_communicationsGateways@2023-01-31 │ └── main.tf ├── Microsoft.VoiceServices_communicationsGateways_testLines@2023-01-31 │ └── main.tf ├── Microsoft.Web_certificates@2021-02-01 │ └── main.tf ├── Microsoft.Web_connections@2016-06-01 │ └── main.tf ├── Microsoft.Web_serverfarms@2022-09-01 │ └── main.tf ├── Microsoft.Web_sites@2022-09-01 │ └── main.tf ├── Microsoft.Web_sites_config@2022-09-01 │ └── main.tf ├── Microsoft.Web_sites_publicCertificates@2022-09-01 │ └── main.tf ├── Microsoft.Web_sites_siteextensions@2022-09-01 │ └── main.tf ├── Microsoft.Web_sites_slots@2022-09-01 │ └── main.tf ├── Microsoft.Web_sites_slots_config@2022-09-01 │ └── main.tf ├── Microsoft.Web_sourcecontrols@2021-02-01 │ └── main.tf ├── Microsoft.Web_staticSites@2021-02-01 │ └── main.tf ├── Microsoft.Web_staticSites_customDomains@2021-02-01 │ └── main.tf ├── Nginx.NginxPlus_nginxDeployments@2024-11-01-preview │ └── main.tf ├── Nginx.NginxPlus_nginxDeployments_certificates@2024-11-01-preview │ └── main.tf ├── Nginx.NginxPlus_nginxDeployments_configurations@2024-11-01-preview │ └── main.tf ├── Qumulo.Storage_fileSystems@2024-06-19 │ └── main.tf ├── README.md ├── actions │ └── azapi_resource_action │ │ └── action.tf ├── data-sources │ ├── azapi_client_config │ │ └── data-source.tf │ ├── azapi_resource │ │ └── data-source.tf │ ├── azapi_resource_action │ │ └── data-source.tf │ ├── azapi_resource_id │ │ └── data-source.tf │ └── azapi_resource_list │ │ └── data-source.tf ├── ephemeral-resources │ └── azapi_resource_action │ │ └── ephemeral-resource.tf ├── functions │ ├── build_resource_id │ │ └── function.tf │ ├── extension_resource_id │ │ └── function.tf │ ├── management_group_resource_id │ │ └── function.tf │ ├── parse_resource_id │ │ └── function.tf │ ├── resource_group_resource_id │ │ └── function.tf │ ├── snake2camel │ │ └── function.tf │ ├── subscription_resource_id │ │ └── function.tf │ ├── tenant_resource_id │ │ └── function.tf │ └── unique_string │ │ └── function.tf ├── list-resources │ └── azapi_resource │ │ └── list-resource.tfquery.hcl └── resources │ ├── azapi_data_plane_resource │ ├── Microsoft.AppConfiguration_configurationStores_keyValues │ │ └── main.tf │ ├── Microsoft.IoTCentral_IoTApps_users │ │ └── main.tf │ ├── Microsoft.KeyVault_vaults_certificates_issuers │ │ └── main.tf │ ├── Microsoft.KeyVault_vaults_secrets │ │ └── main.tf │ ├── Microsoft.Purview_accounts_Account_collections │ │ └── main.tf │ ├── Microsoft.Purview_accounts_Scanning_classificationrules │ │ └── main.tf │ ├── Microsoft.Search_searchServices_datasources │ │ └── main.tf │ ├── Microsoft.Search_searchServices_indexes │ │ └── main.tf │ ├── Microsoft.Search_searchServices_synonymmaps │ │ └── main.tf │ └── resource.tf │ ├── azapi_resource │ ├── import-by-identity.tf │ ├── import-by-string-id.tf │ ├── import.sh │ └── resource.tf │ ├── azapi_resource_action │ └── resource.tf │ └── azapi_update_resource │ └── resource.tf ├── go.mod ├── go.sum ├── internal ├── acceptance │ ├── check │ │ └── that.go │ ├── random.go │ ├── steps.go │ ├── testcase.go │ ├── testclient.go │ └── testresource.go ├── azure │ ├── fix │ │ ├── fix.go │ │ └── fix_test.go │ ├── generated │ │ ├── addons │ │ │ └── microsoft.addons │ │ │ │ ├── 2017-05-15 │ │ │ │ └── types.json │ │ │ │ └── 2018-03-01 │ │ │ │ └── types.json │ │ ├── advisor │ │ │ └── microsoft.advisor │ │ │ │ ├── 2016-07-12-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-31 │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-19 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-18-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01-preview │ │ │ │ └── types.json │ │ ├── agricultureplatform │ │ │ └── microsoft.agricultureplatform │ │ │ │ └── 2024-06-01-preview │ │ │ │ └── types.json │ │ ├── agrifood │ │ │ └── microsoft.agfoodplatform │ │ │ │ ├── 2020-05-12-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-06-01-preview │ │ │ │ └── types.json │ │ ├── alertsmanagement_0 │ │ │ └── microsoft.alertsmanagement │ │ │ │ ├── 2019-05-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-08-preview │ │ │ │ └── types.json │ │ │ │ └── 2021-08-08 │ │ │ │ └── types.json │ │ ├── alertsmanagement_2 │ │ │ └── microsoft.alertsmanagement │ │ │ │ ├── 2018-05-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-05 │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-05-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-05-25-preview │ │ │ │ └── types.json │ │ ├── alertsmanagement_3 │ │ │ └── microsoft.alertsmanagement │ │ │ │ ├── 2019-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01-preview │ │ │ │ └── types.json │ │ ├── alertsmanagement_5 │ │ │ └── microsoft.alertsmanagement │ │ │ │ ├── 2021-07-22-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-03-01 │ │ │ │ └── types.json │ │ ├── alertsmanagement_6 │ │ │ └── microsoft.alertsmanagement │ │ │ │ └── 2023-04-01-preview │ │ │ │ └── types.json │ │ ├── analysisservices │ │ │ └── microsoft.analysisservices │ │ │ │ ├── 2016-05-16 │ │ │ │ └── types.json │ │ │ │ ├── 2017-07-14 │ │ │ │ └── types.json │ │ │ │ └── 2017-08-01 │ │ │ │ └── types.json │ │ ├── apicenter │ │ │ └── microsoft.apicenter │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-15-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-06-01-preview │ │ │ │ └── types.json │ │ ├── apimanagement │ │ │ └── microsoft.apimanagement │ │ │ │ ├── 2016-07-07 │ │ │ │ └── types.json │ │ │ │ ├── 2016-10-10 │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01-preview │ │ │ │ └── types.json │ │ ├── app │ │ │ └── microsoft.app │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-10-02-preview │ │ │ │ └── types.json │ │ ├── appcomplianceautomation │ │ │ └── microsoft.appcomplianceautomation │ │ │ │ ├── 2022-11-16-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-06-27 │ │ │ │ └── types.json │ │ ├── appconfiguration │ │ │ └── microsoft.appconfiguration │ │ │ │ ├── 2019-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-06-01-preview │ │ │ │ └── types.json │ │ ├── applicationinsights │ │ │ └── microsoft.insights │ │ │ │ ├── 2015-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-17-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-17-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-02 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-20 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-20 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-08 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-15 │ │ │ │ └── types.json │ │ │ │ └── 2023-06-01 │ │ │ │ └── types.json │ │ ├── appplatform │ │ │ └── microsoft.appplatform │ │ │ │ ├── 2020-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-05-01-preview │ │ │ │ └── types.json │ │ ├── attestation │ │ │ └── microsoft.attestation │ │ │ │ ├── 2018-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2021-06-01 │ │ │ │ └── types.json │ │ ├── authorization │ │ │ └── microsoft.authorization │ │ │ │ ├── 2015-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-16-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-09-01-preview │ │ │ │ └── types.json │ │ ├── automanage │ │ │ └── microsoft.automanage │ │ │ │ ├── 2020-06-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-30-preview │ │ │ │ └── types.json │ │ │ │ └── 2022-05-04 │ │ │ │ └── types.json │ │ ├── automation │ │ │ └── microsoft.automation │ │ │ │ ├── 2015-10-31 │ │ │ │ └── types.json │ │ │ │ ├── 2017-05-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-15 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-30 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-13-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-22 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-22 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-08 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-10-23 │ │ │ │ └── types.json │ │ ├── awsconnector │ │ │ └── microsoft.awsconnector │ │ │ │ └── 2024-12-01 │ │ │ │ └── types.json │ │ ├── azsadmin_0 │ │ │ └── microsoft.azurebridge.admin │ │ │ │ └── 2016-01-01 │ │ │ │ └── types.json │ │ ├── azsadmin_1 │ │ │ └── microsoft.backup.admin │ │ │ │ └── 2018-09-01 │ │ │ │ └── types.json │ │ ├── azsadmin_11 │ │ │ └── microsoft.network.admin │ │ │ │ ├── 2015-06-15 │ │ │ │ └── types.json │ │ │ │ └── 2022-02-01 │ │ │ │ └── types.json │ │ ├── azsadmin_12 │ │ │ └── microsoft.storage.admin │ │ │ │ └── 2019-08-08-preview │ │ │ │ └── types.json │ │ ├── azsadmin_13 │ │ │ └── microsoft.subscriptions.admin │ │ │ │ └── 2015-11-01 │ │ │ │ └── types.json │ │ ├── azsadmin_14 │ │ │ └── microsoft.update.admin │ │ │ │ ├── 2016-05-01 │ │ │ │ └── types.json │ │ │ │ └── 2021-07-01 │ │ │ │ └── types.json │ │ ├── azsadmin_3 │ │ │ └── microsoft.compute.admin │ │ │ │ ├── 2015-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-09 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-30 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2021-09-01 │ │ │ │ └── types.json │ │ ├── azsadmin_4 │ │ │ ├── microsoft.containerregistry.admin │ │ │ │ └── 2019-11-01-preview │ │ │ │ │ └── types.json │ │ │ └── microsoft.containerregistry.setup │ │ │ │ └── 2019-11-01-preview │ │ │ │ └── types.json │ │ ├── azsadmin_6 │ │ │ └── microsoft.deployment.admin │ │ │ │ ├── 2018-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2019-01-01 │ │ │ │ └── types.json │ │ ├── azsadmin_7 │ │ │ └── microsoft.fabric.admin │ │ │ │ ├── 2016-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2022-03-01 │ │ │ │ └── types.json │ │ ├── azsadmin_8 │ │ │ └── microsoft.gallery.admin │ │ │ │ └── 2015-04-01 │ │ │ │ └── types.json │ │ ├── azsadmin_9 │ │ │ └── microsoft.infrastructureinsights.admin │ │ │ │ └── 2016-05-01 │ │ │ │ └── types.json │ │ ├── azure-kusto │ │ │ └── microsoft.kusto │ │ │ │ ├── 2018-09-07-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-21 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-15 │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-07 │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-09 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-15 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-14 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-18 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-27 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-07 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-11 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-29 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-02 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-15 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-13 │ │ │ │ └── types.json │ │ ├── azureactivedirectory │ │ │ └── microsoft.aadiam │ │ │ │ ├── 2017-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ └── 2020-07-01-preview │ │ │ │ └── types.json │ │ ├── azurearcdata │ │ │ └── microsoft.azurearcdata │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-06-01-preview │ │ │ │ └── types.json │ │ ├── azuredata │ │ │ └── microsoft.azuredata │ │ │ │ ├── 2017-03-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2019-07-24-preview │ │ │ │ └── types.json │ │ ├── azuredatatransfer │ │ │ └── microsoft.azuredatatransfer │ │ │ │ ├── 2023-10-11-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-25 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-07 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-11 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-27 │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-11-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-21 │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-30-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-10-preview │ │ │ │ └── types.json │ │ ├── azuredependencymap │ │ │ └── microsoft.dependencymap │ │ │ │ ├── 2025-01-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-07-01-preview │ │ │ │ └── types.json │ │ ├── azurefleet │ │ │ └── microsoft.azurefleet │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-07-01-preview │ │ │ │ └── types.json │ │ ├── azureintegrationspaces │ │ │ └── microsoft.integrationspaces │ │ │ │ └── 2023-11-14-preview │ │ │ │ └── types.json │ │ ├── azurelargeinstance │ │ │ └── microsoft.azurelargeinstance │ │ │ │ ├── 2023-07-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-10 │ │ │ │ └── types.json │ │ │ │ └── 2024-08-01-preview │ │ │ │ └── types.json │ │ ├── azurestack │ │ │ └── microsoft.azurestack │ │ │ │ ├── 2016-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2022-06-01 │ │ │ │ └── types.json │ │ ├── azurestackhci_1 │ │ │ └── microsoft.azurestackhci │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01-preview │ │ │ │ └── types.json │ │ ├── azurestackhci_2 │ │ │ └── microsoft.azurestackhci │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-15-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-15-preview │ │ │ │ └── types.json │ │ ├── baremetalinfrastructure │ │ │ └── microsoft.baremetalinfrastructure │ │ │ │ ├── 2020-08-06-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-09 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-06 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-04-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-08-01-preview │ │ │ │ └── types.json │ │ ├── batch │ │ │ └── microsoft.batch │ │ │ │ ├── 2015-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-07-01 │ │ │ │ └── types.json │ │ ├── billing │ │ │ └── microsoft.billing │ │ │ │ ├── 2017-02-27-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-24-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-08-01-preview │ │ │ │ └── types.json │ │ ├── billingbenefits │ │ │ └── microsoft.billingbenefits │ │ │ │ ├── 2022-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-12-01-preview │ │ │ │ └── types.json │ │ ├── blueprint │ │ │ └── microsoft.blueprint │ │ │ │ ├── 2017-11-11-preview │ │ │ │ └── types.json │ │ │ │ └── 2018-11-01-preview │ │ │ │ └── types.json │ │ ├── botservice │ │ │ └── microsoft.botservice │ │ │ │ ├── 2017-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-12 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-02 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-15 │ │ │ │ └── types.json │ │ │ │ └── 2023-09-15-preview │ │ │ │ └── types.json │ │ ├── cdn_0 │ │ │ └── microsoft.cdn │ │ │ │ ├── 2015-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-04-02 │ │ │ │ └── types.json │ │ │ │ ├── 2016-10-02 │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-02 │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-12 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-15 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-15 │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-31 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-15 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-22-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-15 │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01-preview │ │ │ │ └── types.json │ │ ├── cdn_1 │ │ │ └── microsoft.cdn │ │ │ │ └── 2025-09-01-preview │ │ │ │ └── types.json │ │ ├── certificateregistration │ │ │ └── microsoft.certificateregistration │ │ │ │ ├── 2015-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-11-01 │ │ │ │ └── types.json │ │ ├── changeanalysis │ │ │ └── microsoft.changeanalysis │ │ │ │ └── 2020-04-01-preview │ │ │ │ └── types.json │ │ ├── chaos │ │ │ └── microsoft.chaos │ │ │ │ ├── 2021-09-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-27-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-22-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-01-01 │ │ │ │ └── types.json │ │ ├── cloudhealth │ │ │ └── microsoft.cloudhealth │ │ │ │ └── 2025-05-01-preview │ │ │ │ └── types.json │ │ ├── cloudshell │ │ │ └── microsoft.portal │ │ │ │ └── 2018-10-01 │ │ │ │ └── types.json │ │ ├── codesigning │ │ │ └── microsoft.codesigning │ │ │ │ ├── 2024-02-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-30-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-13 │ │ │ │ └── types.json │ │ ├── cognitiveservices │ │ │ └── microsoft.cognitiveservices │ │ │ │ ├── 2016-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-18 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-30 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-09-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01-preview │ │ │ │ └── types.json │ │ ├── communication │ │ │ └── microsoft.communication │ │ │ │ ├── 2020-08-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-20 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-31 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01 │ │ │ │ └── types.json │ │ ├── communitytraining │ │ │ └── microsoft.community │ │ │ │ └── 2023-11-01 │ │ │ │ └── types.json │ │ ├── compute_0 │ │ │ └── microsoft.compute │ │ │ │ └── 2025-06-05 │ │ │ │ └── types.json │ │ ├── compute_1 │ │ │ ├── microsoft.compute │ │ │ │ ├── 2015-06-15 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-30 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-04-30-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-30 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-09-30 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-30 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-30 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-03 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-02 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-03 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-04 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-02 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-03 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-04 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-02 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-02 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-03 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-02 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-02 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-03 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-04 │ │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-02 │ │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01-preview │ │ │ │ │ └── types.json │ │ │ │ └── 2025-04-01 │ │ │ │ │ └── types.json │ │ │ └── microsoft.containerservice │ │ │ │ ├── 2015-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-30 │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-30 │ │ │ │ └── types.json │ │ │ │ └── 2017-01-31 │ │ │ │ └── types.json │ │ ├── computelimit │ │ │ └── microsoft.computelimit │ │ │ │ └── 2025-08-15 │ │ │ │ └── types.json │ │ ├── computeschedule │ │ │ └── microsoft.computeschedule │ │ │ │ ├── 2024-08-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-15-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01 │ │ │ │ └── types.json │ │ ├── confidentialledger │ │ │ └── microsoft.confidentialledger │ │ │ │ ├── 2020-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-13-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-13 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-08-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-26-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-28-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-09-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-19-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-06-10-preview │ │ │ │ └── types.json │ │ ├── confluent │ │ │ └── microsoft.confluent │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-22 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-13 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-17-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-08-18-preview │ │ │ │ └── types.json │ │ ├── connectedcache │ │ │ └── microsoft.connectedcache │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-11-30-preview │ │ │ │ └── types.json │ │ ├── connectedvmware │ │ │ └── microsoft.connectedvmwarevsphere │ │ │ │ ├── 2020-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-12-01 │ │ │ │ └── types.json │ │ ├── consumption │ │ │ ├── microsoft.billing │ │ │ │ ├── 2018-06-30 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-08-31 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ │ └── types.json │ │ │ │ └── 2019-11-01 │ │ │ │ │ └── types.json │ │ │ └── microsoft.consumption │ │ │ │ ├── 2017-12-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-31 │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-31 │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-31 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-30 │ │ │ │ └── types.json │ │ │ │ ├── 2018-08-31 │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-08-01 │ │ │ │ └── types.json │ │ ├── containerinstance │ │ │ └── microsoft.containerinstance │ │ │ │ ├── 2017-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── containerregistry_0 │ │ │ └── microsoft.containerregistry │ │ │ │ ├── 2017-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-11-01 │ │ │ │ └── types.json │ │ ├── containerregistry_1 │ │ │ └── microsoft.containerregistry │ │ │ │ ├── 2018-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01-preview │ │ │ │ └── types.json │ │ ├── containerservice_0 │ │ │ └── microsoft.containerservice │ │ │ │ ├── 2016-03-30 │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-30 │ │ │ │ └── types.json │ │ │ │ ├── 2017-01-31 │ │ │ │ └── types.json │ │ │ │ ├── 2017-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-08-31 │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-31 │ │ │ │ └── types.json │ │ │ │ ├── 2018-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-09-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-30 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-27-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-03-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-09-02-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01 │ │ │ │ └── types.json │ │ ├── containerservice_1 │ │ │ └── microsoft.containerservice │ │ │ │ ├── 2025-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-02-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-07-01 │ │ │ │ └── types.json │ │ ├── containerservice_2 │ │ │ └── microsoft.containerservice │ │ │ │ ├── 2022-06-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-15 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01-preview │ │ │ │ └── types.json │ │ ├── containerservice_3 │ │ │ └── microsoft.containerservice │ │ │ │ ├── 2025-08-02-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-02-preview │ │ │ │ └── types.json │ │ ├── containerstorage │ │ │ └── microsoft.containerstorage │ │ │ │ └── 2023-07-01-preview │ │ │ │ └── types.json │ │ ├── contosowidgetmanager │ │ │ └── microsoft.contoso │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2021-11-01 │ │ │ │ └── types.json │ │ ├── cosmos-db │ │ │ └── microsoft.documentdb │ │ │ │ ├── 2015-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2015-04-08 │ │ │ │ └── types.json │ │ │ │ ├── 2015-11-06 │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-19 │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-31 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-12 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-15 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-15 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-15 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-15 │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-15 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-15 │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-15 │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-10-15 │ │ │ │ └── types.json │ │ │ │ └── 2025-11-01-preview │ │ │ │ └── types.json │ │ ├── cost-management │ │ │ └── microsoft.costmanagement │ │ │ │ ├── 2018-05-31 │ │ │ │ └── types.json │ │ │ │ ├── 2018-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01 │ │ │ │ └── types.json │ │ ├── cpim │ │ │ └── microsoft.azureactivedirectory │ │ │ │ ├── 2019-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-18-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-05-17-preview │ │ │ │ └── types.json │ │ ├── customer-insights │ │ │ └── microsoft.customerinsights │ │ │ │ ├── 2017-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2017-04-26 │ │ │ │ └── types.json │ │ ├── customerlockbox │ │ │ └── microsoft.customerlockbox │ │ │ │ └── 2018-02-28-preview │ │ │ │ └── types.json │ │ ├── customproviders │ │ │ └── microsoft.customproviders │ │ │ │ └── 2018-09-01-preview │ │ │ │ └── types.json │ │ ├── dashboard │ │ │ └── microsoft.dashboard │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01-preview │ │ │ │ └── types.json │ │ ├── databasefleetmanager │ │ │ └── microsoft.databasefleetmanager │ │ │ │ └── 2025-02-01-preview │ │ │ │ └── types.json │ │ ├── databasewatcher │ │ │ └── microsoft.databasewatcher │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-19-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-01-02 │ │ │ │ └── types.json │ │ ├── databox │ │ │ └── microsoft.databox │ │ │ │ ├── 2018-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-07-01 │ │ │ │ └── types.json │ │ ├── databoxedge │ │ │ └── microsoft.databoxedge │ │ │ │ ├── 2019-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-12-01 │ │ │ │ └── types.json │ │ ├── databricks │ │ │ └── microsoft.databricks │ │ │ │ ├── 2018-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01-preview │ │ │ │ └── types.json │ │ ├── datacatalog │ │ │ └── microsoft.datacatalog │ │ │ │ └── 2016-03-30 │ │ │ │ └── types.json │ │ ├── datadog │ │ │ └── microsoft.datadog │ │ │ │ ├── 2020-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-07 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-20 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-07 │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-11 │ │ │ │ └── types.json │ │ │ │ └── 2025-11-03-preview │ │ │ │ └── types.json │ │ ├── datafactory │ │ │ └── microsoft.datafactory │ │ │ │ ├── 2017-09-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2018-06-01 │ │ │ │ └── types.json │ │ ├── datalake-analytics │ │ │ └── microsoft.datalakeanalytics │ │ │ │ ├── 2015-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2016-11-01 │ │ │ │ └── types.json │ │ │ │ └── 2019-11-01-preview │ │ │ │ └── types.json │ │ ├── datalake-store │ │ │ └── microsoft.datalakestore │ │ │ │ ├── 2015-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2016-11-01 │ │ │ │ └── types.json │ │ ├── datamigration │ │ │ └── microsoft.datamigration │ │ │ │ ├── 2017-11-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-19 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-30 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-30 │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01-preview │ │ │ │ └── types.json │ │ ├── dataprotection │ │ │ └── microsoft.dataprotection │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── datashare │ │ │ └── microsoft.datashare │ │ │ │ ├── 2018-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2021-08-01 │ │ │ │ └── types.json │ │ ├── dell │ │ │ └── dell.storage │ │ │ │ └── 2025-03-21-preview │ │ │ │ └── types.json │ │ ├── desktopvirtualization │ │ │ └── microsoft.desktopvirtualization │ │ │ │ ├── 2019-01-23-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-24-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-21-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-19-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-14-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-09-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-12 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-03-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-09 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-14-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-05 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-04-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-16-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-06-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-03 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-08-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-08-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-09-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-11-01-preview │ │ │ │ └── types.json │ │ ├── devcenter │ │ │ └── microsoft.devcenter │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-12-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-11-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01-preview │ │ │ │ └── types.json │ │ ├── developerhub │ │ │ └── microsoft.devhub │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-11-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01-preview │ │ │ │ └── types.json │ │ ├── deviceprovisioningservices │ │ │ └── microsoft.devices │ │ │ │ ├── 2017-08-21-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-11-15 │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-22 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-15 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-05 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-12 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-02-01-preview │ │ │ │ └── types.json │ │ ├── deviceregistry │ │ │ └── microsoft.deviceregistry │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-11-01-preview │ │ │ │ └── types.json │ │ ├── deviceupdate │ │ │ └── microsoft.deviceupdate │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-07-01 │ │ │ │ └── types.json │ │ ├── devops │ │ │ └── microsoft.devops │ │ │ │ ├── 2019-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2020-07-13-preview │ │ │ │ └── types.json │ │ ├── devopsinfrastructure │ │ │ └── microsoft.devopsinfrastructure │ │ │ │ ├── 2023-10-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-13-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-26-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-04-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-19 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-21 │ │ │ │ └── types.json │ │ │ │ └── 2025-09-20 │ │ │ │ └── types.json │ │ ├── devspaces │ │ │ └── microsoft.devspaces │ │ │ │ └── 2019-04-01 │ │ │ │ └── types.json │ │ ├── devtestlabs │ │ │ └── microsoft.devtestlab │ │ │ │ ├── 2015-05-21-preview │ │ │ │ └── types.json │ │ │ │ ├── 2016-05-15 │ │ │ │ └── types.json │ │ │ │ └── 2018-09-15 │ │ │ │ └── types.json │ │ ├── dfp │ │ │ └── microsoft.dynamics365fraudprotection │ │ │ │ └── 2021-02-01-preview │ │ │ │ └── types.json │ │ ├── digitaltwins │ │ │ └── microsoft.digitaltwins │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-31 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-31 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-31 │ │ │ │ └── types.json │ │ │ │ └── 2023-01-31 │ │ │ │ └── types.json │ │ ├── dnc │ │ │ └── microsoft.delegatednetwork │ │ │ │ ├── 2020-08-08-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-18-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-06-27-preview │ │ │ │ └── types.json │ │ ├── dns │ │ │ └── microsoft.network │ │ │ │ ├── 2015-05-04-preview │ │ │ │ └── types.json │ │ │ │ ├── 2016-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-07-01-preview │ │ │ │ └── types.json │ │ ├── dnsresolver │ │ │ └── microsoft.network │ │ │ │ ├── 2020-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01-preview │ │ │ │ └── types.json │ │ ├── domainregistration │ │ │ └── microsoft.domainregistration │ │ │ │ ├── 2015-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-11-01 │ │ │ │ └── types.json │ │ ├── domainservices │ │ │ └── microsoft.aad │ │ │ │ ├── 2017-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-06-01 │ │ │ │ └── types.json │ │ ├── durabletask │ │ │ └── microsoft.durabletask │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-11-01 │ │ │ │ └── types.json │ │ ├── dynatrace │ │ │ └── dynatrace.observability │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-27 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-24 │ │ │ │ └── types.json │ │ ├── edge_0 │ │ │ └── microsoft.edge │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01 │ │ │ │ └── types.json │ │ ├── edge_1 │ │ │ └── microsoft.edge │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01 │ │ │ │ └── types.json │ │ ├── edge_2 │ │ │ └── microsoft.edge │ │ │ │ └── 2025-06-01-preview │ │ │ │ └── types.json │ │ ├── edge_4 │ │ │ └── microsoft.edge │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-06-01 │ │ │ │ └── types.json │ │ ├── edgemarketplace │ │ │ └── microsoft.edgemarketplace │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01-preview │ │ │ │ └── types.json │ │ ├── edgeorder │ │ │ └── microsoft.edgeorder │ │ │ │ ├── 2020-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-02-01 │ │ │ │ └── types.json │ │ ├── edgeorderpartner │ │ │ └── microsoft.edgeorderpartner │ │ │ │ └── 2020-12-01-preview │ │ │ │ └── types.json │ │ ├── edgezones │ │ │ └── microsoft.edgezones │ │ │ │ └── 2024-04-01-preview │ │ │ │ └── types.json │ │ ├── education │ │ │ └── microsoft.education │ │ │ │ └── 2021-12-01-preview │ │ │ │ └── types.json │ │ ├── elastic │ │ │ └── microsoft.elastic │ │ │ │ ├── 2020-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-15-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-06-01 │ │ │ │ └── types.json │ │ ├── elasticsan │ │ │ └── microsoft.elasticsan │ │ │ │ ├── 2021-11-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── engagementfabric │ │ │ └── microsoft.engagementfabric │ │ │ │ └── 2018-09-01-preview │ │ │ │ └── types.json │ │ ├── enterpriseknowledgegraph │ │ │ └── microsoft.enterpriseknowledgegraph │ │ │ │ └── 2018-12-03 │ │ │ │ └── types.json │ │ ├── eventgrid │ │ │ └── microsoft.eventgrid │ │ │ │ ├── 2017-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-09-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-09-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-15 │ │ │ │ └── types.json │ │ │ │ └── 2025-04-01-preview │ │ │ │ └── types.json │ │ ├── eventhub │ │ │ └── microsoft.eventhub │ │ │ │ ├── 2014-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2015-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01-preview │ │ │ │ └── types.json │ │ ├── ews │ │ │ └── microsoft.secretsynccontroller │ │ │ │ └── 2024-08-21-preview │ │ │ │ └── types.json │ │ ├── extendedlocation │ │ │ └── microsoft.extendedlocation │ │ │ │ ├── 2021-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-15 │ │ │ │ └── types.json │ │ │ │ └── 2021-08-31-preview │ │ │ │ └── types.json │ │ ├── fabric │ │ │ └── microsoft.fabric │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-01-15-preview │ │ │ │ └── types.json │ │ ├── fileshares │ │ │ └── microsoft.fileshares │ │ │ │ └── 2025-06-01-preview │ │ │ │ └── types.json │ │ ├── fist │ │ │ └── microsoft.iotfirmwaredefense │ │ │ │ ├── 2023-02-08-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-10 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-08-02 │ │ │ │ └── types.json │ │ ├── fluidrelay │ │ │ └── microsoft.fluidrelay │ │ │ │ ├── 2021-03-12-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-15 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-21 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-11 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-26 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-06-20-preview │ │ │ │ └── types.json │ │ ├── frontdoor_5 │ │ │ └── microsoft.network │ │ │ │ ├── 2018-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01 │ │ │ │ └── types.json │ │ ├── github-network │ │ │ └── github.network │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-02 │ │ │ │ └── types.json │ │ ├── graphservicesprod │ │ │ └── microsoft.graphservices │ │ │ │ ├── 2022-09-22-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-04-13 │ │ │ │ └── types.json │ │ ├── guestconfiguration │ │ │ └── microsoft.guestconfiguration │ │ │ │ ├── 2018-01-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-20 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-25 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-25 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-25 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-05 │ │ │ │ └── types.json │ │ ├── hanaonazure │ │ │ └── microsoft.hanaonazure │ │ │ │ ├── 2017-11-03-preview │ │ │ │ └── types.json │ │ │ │ └── 2020-02-07-preview │ │ │ │ └── types.json │ │ ├── hardwaresecuritymodules │ │ │ └── microsoft.hardwaresecuritymodules │ │ │ │ ├── 2018-10-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-30 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-30-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-03-31 │ │ │ │ └── types.json │ │ ├── hdinsight │ │ │ └── microsoft.hdinsight │ │ │ │ ├── 2015-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-01-15-preview │ │ │ │ └── types.json │ │ ├── healthbot │ │ │ └── microsoft.healthbot │ │ │ │ ├── 2020-10-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-20 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-08-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-08 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-10 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-24 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-08 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-05-25 │ │ │ │ └── types.json │ │ ├── healthcareapis │ │ │ └── microsoft.healthcareapis │ │ │ │ ├── 2018-08-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-16 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-15 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-30 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-11 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-15 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-28 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-06 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-31 │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-04-01-preview │ │ │ │ └── types.json │ │ ├── healthdataaiservices │ │ │ └── microsoft.healthdataaiservices │ │ │ │ └── 2024-09-20 │ │ │ │ └── types.json │ │ ├── help │ │ │ └── microsoft.help │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-03-01-preview │ │ │ │ └── types.json │ │ ├── hybridaks │ │ │ └── microsoft.hybridcontainerservice │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-02-01-preview │ │ │ │ └── types.json │ │ ├── hybridcloud │ │ │ └── microsoft.hybridcloud │ │ │ │ └── 2023-01-01-preview │ │ │ │ └── types.json │ │ ├── hybridcompute │ │ │ └── microsoft.hybridcompute │ │ │ │ ├── 2019-03-18-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-12 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-02 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-28-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-25-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-22-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-17-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-20 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-10 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-11-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-10 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-27-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-27 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-03-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-10 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-13 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-19-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-21-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-16-preview │ │ │ │ └── types.json │ │ ├── hybridconnectivity │ │ │ └── microsoft.hybridconnectivity │ │ │ │ ├── 2021-10-06-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-15 │ │ │ │ └── types.json │ │ │ │ └── 2024-12-01 │ │ │ │ └── types.json │ │ ├── hybridkubernetes │ │ │ └── microsoft.kubernetes │ │ │ │ ├── 2020-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-12-01-preview │ │ │ │ └── types.json │ │ ├── hybridnetwork │ │ │ └── microsoft.hybridnetwork │ │ │ │ ├── 2020-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-15 │ │ │ │ └── types.json │ │ ├── imagebuilder │ │ │ └── microsoft.virtualmachineimages │ │ │ │ ├── 2018-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-14 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-14 │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-02-01 │ │ │ │ └── types.json │ │ ├── impact │ │ │ └── microsoft.impact │ │ │ │ └── 2024-05-01-preview │ │ │ │ └── types.json │ │ ├── index.json │ │ ├── informatica │ │ │ └── informatica.datamanagement │ │ │ │ └── 2024-05-08 │ │ │ │ └── types.json │ │ ├── intune │ │ │ └── microsoft.intune │ │ │ │ └── 2015-01-14-preview │ │ │ │ └── types.json │ │ ├── iotcentral │ │ │ └── microsoft.iotcentral │ │ │ │ ├── 2018-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2021-11-01-preview │ │ │ │ └── types.json │ │ ├── iothub │ │ │ └── microsoft.devices │ │ │ │ ├── 2016-02-03 │ │ │ │ └── types.json │ │ │ │ ├── 2017-01-19 │ │ │ │ └── types.json │ │ │ │ ├── 2017-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-22 │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-22-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-22 │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-04 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-15 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-31 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-03-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-31 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-02 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-30 │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01-preview │ │ │ │ └── types.json │ │ ├── iotoperations │ │ │ └── microsoft.iotoperations │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01 │ │ │ │ └── types.json │ │ ├── iotoperationsdataprocessor │ │ │ └── microsoft.iotoperationsdataprocessor │ │ │ │ └── 2023-10-04-preview │ │ │ │ └── types.json │ │ ├── iotoperationsmq │ │ │ └── microsoft.iotoperationsmq │ │ │ │ └── 2023-10-04-preview │ │ │ │ └── types.json │ │ ├── iotoperationsorchestrator │ │ │ └── microsoft.iotoperationsorchestrator │ │ │ │ └── 2023-10-04-preview │ │ │ │ └── types.json │ │ ├── keyvault │ │ │ └── microsoft.keyvault │ │ │ │ ├── 2015-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-14-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-14 │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01 │ │ │ │ └── types.json │ │ ├── kubernetesconfiguration_0 │ │ │ └── microsoft.kubernetesconfiguration │ │ │ │ └── 2024-11-01 │ │ │ │ └── types.json │ │ ├── kubernetesconfiguration_1 │ │ │ └── microsoft.kubernetesconfiguration │ │ │ │ └── 2024-11-01-preview │ │ │ │ └── types.json │ │ ├── kubernetesconfiguration_2 │ │ │ └── microsoft.kubernetesconfiguration │ │ │ │ ├── 2024-11-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-04-01 │ │ │ │ └── types.json │ │ ├── kubernetesconfiguration_4 │ │ │ └── microsoft.kubernetesconfiguration │ │ │ │ └── 2024-11-01-preview │ │ │ │ └── types.json │ │ ├── kubernetesconfiguration_5 │ │ │ └── microsoft.kubernetesconfiguration │ │ │ │ ├── 2019-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01-preview │ │ │ │ └── types.json │ │ ├── kubernetesruntime │ │ │ └── microsoft.kubernetesruntime │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-03-01 │ │ │ │ └── types.json │ │ ├── labservices │ │ │ └── microsoft.labservices │ │ │ │ ├── 2018-10-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-06-07 │ │ │ │ └── types.json │ │ ├── liftrarize │ │ │ └── arizeai.observabilityeval │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-10-01 │ │ │ │ └── types.json │ │ ├── liftrastronomer │ │ │ └── astronomer.astro │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-27-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-08-27 │ │ │ │ └── types.json │ │ ├── liftrhyperexecute │ │ │ └── lambdatest.hyperexecute │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-02-01 │ │ │ │ └── types.json │ │ ├── liftrmongodb │ │ │ └── mongodb.atlas │ │ │ │ ├── 2024-11-18-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-06-01 │ │ │ │ └── types.json │ │ ├── liftrneon │ │ │ └── neon.postgres │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-22-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-06-23-preview │ │ │ │ └── types.json │ │ ├── liftrpinecone │ │ │ └── pinecone.vectordb │ │ │ │ └── 2024-10-22-preview │ │ │ │ └── types.json │ │ ├── liftrqumulo │ │ │ └── qumulo.storage │ │ │ │ ├── 2022-06-27-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-12-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-12 │ │ │ │ └── types.json │ │ │ │ └── 2024-06-19 │ │ │ │ └── types.json │ │ ├── liftrweightsandbiases │ │ │ └── microsoft.weightsandbiases │ │ │ │ ├── 2024-09-18-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-09-18 │ │ │ │ └── types.json │ │ ├── loadtestservice_0 │ │ │ └── microsoft.loadtestservice │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-12-01-preview │ │ │ │ └── types.json │ │ ├── loadtestservice_1 │ │ │ └── microsoft.loadtestservice │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── logic │ │ │ └── microsoft.logic │ │ │ │ ├── 2015-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2015-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2016-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2019-05-01 │ │ │ │ └── types.json │ │ ├── m365securityandcompliance │ │ │ └── microsoft.m365securityandcompliance │ │ │ │ └── 2021-03-25-preview │ │ │ │ └── types.json │ │ ├── machinelearning │ │ │ └── microsoft.machinelearning │ │ │ │ ├── 2016-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2019-10-01 │ │ │ │ └── types.json │ │ ├── machinelearningservices │ │ │ └── microsoft.machinelearningservices │ │ │ │ ├── 2018-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-19 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-18-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-09-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01-preview │ │ │ │ └── types.json │ │ ├── maintenance │ │ │ └── microsoft.maintenance │ │ │ │ ├── 2018-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-10-01-preview │ │ │ │ └── types.json │ │ ├── managednetwork │ │ │ └── microsoft.managednetwork │ │ │ │ └── 2019-06-01-preview │ │ │ │ └── types.json │ │ ├── managednetworkfabric │ │ │ └── microsoft.managednetworkfabric │ │ │ │ ├── 2023-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-15 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-15-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-06-15-preview │ │ │ │ └── types.json │ │ ├── managedservices │ │ │ └── microsoft.managedservices │ │ │ │ ├── 2018-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2022-10-01 │ │ │ │ └── types.json │ │ ├── managementgroups │ │ │ └── microsoft.management │ │ │ │ ├── 2017-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-02-01-preview │ │ │ │ └── types.json │ │ ├── managementpartner │ │ │ └── microsoft.managementpartner │ │ │ │ └── 2018-02-01 │ │ │ │ └── types.json │ │ ├── manufacturingplatform │ │ │ └── microsoft.manufacturingplatform │ │ │ │ └── 2025-03-01 │ │ │ │ └── types.json │ │ ├── maps │ │ │ └── microsoft.maps │ │ │ │ ├── 2017-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01-preview │ │ │ │ └── types.json │ │ ├── mariadb │ │ │ └── microsoft.dbformariadb │ │ │ │ ├── 2018-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2020-01-01 │ │ │ │ └── types.json │ │ ├── marketplace │ │ │ └── microsoft.marketplace │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-01-01 │ │ │ │ └── types.json │ │ ├── marketplacecatalog_4 │ │ │ └── microsoft.marketplace │ │ │ │ └── 2023-01-01-preview │ │ │ │ └── types.json │ │ ├── marketplacecatalog_6 │ │ │ └── microsoft.marketplace │ │ │ │ └── 2023-03-01-preview │ │ │ │ └── types.json │ │ ├── marketplaceordering │ │ │ └── microsoft.marketplaceordering │ │ │ │ ├── 2015-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2021-01-01 │ │ │ │ └── types.json │ │ ├── migrate_0 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_1 │ │ │ └── microsoft.migrate │ │ │ │ ├── 2017-11-11-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-02 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-09-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-15 │ │ │ │ └── types.json │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_10 │ │ │ └── microsoft.migrate │ │ │ │ └── 2025-03-30-preview │ │ │ │ └── types.json │ │ ├── migrate_11 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_12 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_13 │ │ │ └── microsoft.offazure │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-07 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-06 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-12-01-preview │ │ │ │ └── types.json │ │ ├── migrate_14 │ │ │ ├── microsoft.migrate │ │ │ │ ├── 2017-11-11-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-02 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-15 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ │ └── types.json │ │ │ │ └── 2023-09-09-preview │ │ │ │ │ └── types.json │ │ │ └── microsoft.offazure │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-07 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-06 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-05-01-preview │ │ │ │ └── types.json │ │ ├── migrate_2 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_3 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_4 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_5 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_6 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrate_7 │ │ │ └── microsoft.migrate │ │ │ │ ├── 2020-05-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-01-01 │ │ │ │ └── types.json │ │ ├── migrate_8 │ │ │ └── microsoft.migrate │ │ │ │ └── 2022-05-01-preview │ │ │ │ └── types.json │ │ ├── migrate_9 │ │ │ └── microsoft.migrate │ │ │ │ └── 2024-03-03-preview │ │ │ │ └── types.json │ │ ├── migrateprojects │ │ │ └── microsoft.migrate │ │ │ │ └── 2018-09-01-preview │ │ │ │ └── types.json │ │ ├── mission │ │ │ └── microsoft.mission │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01-preview │ │ │ │ └── types.json │ │ ├── mobilenetwork │ │ │ └── microsoft.mobilenetwork │ │ │ │ ├── 2022-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01 │ │ │ │ └── types.json │ │ ├── mongocluster │ │ │ └── microsoft.documentdb │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── monitor_0 │ │ │ └── microsoft.insights │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-06-01-preview │ │ │ │ └── types.json │ │ ├── monitor_1 │ │ │ └── microsoft.monitor │ │ │ │ └── 2025-05-03-preview │ │ │ │ └── types.json │ │ ├── monitor_3 │ │ │ └── microsoft.monitor │ │ │ │ └── 2024-10-01-preview │ │ │ │ └── types.json │ │ ├── monitor_4 │ │ │ ├── microsoft.insights │ │ │ │ ├── 2014-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2015-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2015-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-05-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-16 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-27-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-17-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-15 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-11 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-15-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-11 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ │ └── types.json │ │ │ │ └── 2025-01-01-preview │ │ │ │ │ └── types.json │ │ │ └── microsoft.monitor │ │ │ │ ├── 2021-06-03-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-03 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-05-03-preview │ │ │ │ └── types.json │ │ ├── msi │ │ │ └── microsoft.managedidentity │ │ │ │ ├── 2015-08-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-30 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-31 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-30 │ │ │ │ └── types.json │ │ │ │ └── 2025-01-31-preview │ │ │ │ └── types.json │ │ ├── mysql_0 │ │ │ └── microsoft.dbformysql │ │ │ │ ├── 2020-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-30 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-30 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-30 │ │ │ │ └── types.json │ │ │ │ └── 2025-06-01-preview │ │ │ │ └── types.json │ │ ├── mysql_1 │ │ │ └── microsoft.dbformysql │ │ │ │ ├── 2017-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2020-01-01 │ │ │ │ └── types.json │ │ ├── mysqldiscovery │ │ │ └── microsoft.mysqldiscovery │ │ │ │ └── 2024-09-30-preview │ │ │ │ └── types.json │ │ ├── netapp │ │ │ └── microsoft.netapp │ │ │ │ ├── 2017-08-15 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-09-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── network │ │ │ ├── microsoft.compute │ │ │ │ ├── 2015-05-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2015-06-15 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-30 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-30 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-02-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01 │ │ │ │ │ └── types.json │ │ │ └── microsoft.network │ │ │ │ ├── 2015-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2015-06-15 │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-30 │ │ │ │ └── types.json │ │ │ │ ├── 2016-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-30 │ │ │ │ └── types.json │ │ │ │ ├── 2017-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01 │ │ │ │ └── types.json │ │ ├── networkcloud │ │ │ └── microsoft.networkcloud │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── networkfunction │ │ │ └── microsoft.networkfunction │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ └── 2022-11-01 │ │ │ │ └── types.json │ │ ├── newrelic │ │ │ └── newrelic.observability │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01-preview │ │ │ │ └── types.json │ │ ├── nginx │ │ │ └── nginx.nginxplus │ │ │ │ ├── 2021-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01-preview │ │ │ │ └── types.json │ │ ├── notificationhubs │ │ │ └── microsoft.notificationhubs │ │ │ │ ├── 2014-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-10-01-preview │ │ │ │ └── types.json │ │ ├── oep │ │ │ └── microsoft.openenergyplatform │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2022-04-04-preview │ │ │ │ └── types.json │ │ ├── offazurespringboot │ │ │ └── microsoft.offazurespringboot │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01-preview │ │ │ │ └── types.json │ │ ├── onlineexperimentation │ │ │ └── microsoft.onlineexperimentation │ │ │ │ ├── 2025-05-31-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01-preview │ │ │ │ └── types.json │ │ ├── operationalinsights │ │ │ └── microsoft.operationalinsights │ │ │ │ ├── 2015-03-20 │ │ │ │ └── types.json │ │ │ │ ├── 2015-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-07-01 │ │ │ │ └── types.json │ │ ├── operationsmanagement │ │ │ └── microsoft.operationsmanagement │ │ │ │ └── 2015-11-01-preview │ │ │ │ └── types.json │ │ ├── oracle │ │ │ └── oracle.database │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-15-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── orbital_0 │ │ │ └── microsoft.orbital │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-03-01 │ │ │ │ └── types.json │ │ ├── orbital_1 │ │ │ └── microsoft.orbital │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ └── 2022-11-01 │ │ │ │ └── types.json │ │ ├── orbitalplanetarycomputer │ │ │ └── microsoft.orbital │ │ │ │ ├── 2024-01-31-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-02-11-preview │ │ │ │ └── types.json │ │ ├── paloaltonetworks │ │ │ └── paloaltonetworks.cloudngfw │ │ │ │ ├── 2022-08-29-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-29 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-19-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-07-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-06-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-23 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-07-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-08 │ │ │ │ └── types.json │ │ ├── peering │ │ │ └── microsoft.peering │ │ │ │ ├── 2019-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01 │ │ │ │ └── types.json │ │ ├── playwrighttesting │ │ │ └── microsoft.azureplaywrightservice │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-12-01 │ │ │ │ └── types.json │ │ ├── policyinsights │ │ │ └── microsoft.policyinsights │ │ │ │ ├── 2018-04-04 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-10-01 │ │ │ │ └── types.json │ │ ├── portal │ │ │ └── microsoft.portal │ │ │ │ ├── 2015-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-04-01-preview │ │ │ │ └── types.json │ │ ├── portalservices_0 │ │ │ └── microsoft.portalservices │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01 │ │ │ │ └── types.json │ │ ├── portalservices_2 │ │ │ └── microsoft.portalservices │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01 │ │ │ │ └── types.json │ │ ├── postgresql │ │ │ └── microsoft.dbforpostgresql │ │ │ │ ├── 2017-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-14-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-08-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01 │ │ │ │ └── types.json │ │ ├── postgresqlhsc │ │ │ └── microsoft.dbforpostgresql │ │ │ │ ├── 2022-11-08 │ │ │ │ └── types.json │ │ │ │ └── 2023-03-02-preview │ │ │ │ └── types.json │ │ ├── powerbidedicated │ │ │ └── microsoft.powerbidedicated │ │ │ │ ├── 2017-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2021-01-01 │ │ │ │ └── types.json │ │ ├── powerbiembedded │ │ │ └── microsoft.powerbi │ │ │ │ └── 2016-01-29 │ │ │ │ └── types.json │ │ ├── powerbiprivatelinks │ │ │ └── microsoft.powerbi │ │ │ │ └── 2020-06-01 │ │ │ │ └── types.json │ │ ├── powerplatform │ │ │ └── microsoft.powerplatform │ │ │ │ └── 2020-10-30-preview │ │ │ │ └── types.json │ │ ├── privatedns │ │ │ └── microsoft.network │ │ │ │ ├── 2018-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-06-01 │ │ │ │ └── types.json │ │ ├── professionalservice │ │ │ └── microsoft.professionalservice │ │ │ │ └── 2023-07-01-preview │ │ │ │ └── types.json │ │ ├── programmableconnectivity │ │ │ └── microsoft.programmableconnectivity │ │ │ │ ├── 2024-01-15-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-03-30-preview │ │ │ │ └── types.json │ │ ├── providerhub │ │ │ └── microsoft.providerhub │ │ │ │ ├── 2020-11-20 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-09-01 │ │ │ │ └── types.json │ │ ├── purestorage │ │ │ └── purestorage.block │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-11-01 │ │ │ │ └── types.json │ │ ├── purview │ │ │ └── microsoft.purview │ │ │ │ ├── 2020-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01-preview │ │ │ │ └── types.json │ │ ├── quantum │ │ │ └── microsoft.quantum │ │ │ │ ├── 2019-11-04-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-13-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-08-11-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-11-01-preview │ │ │ │ └── types.json │ │ ├── quota │ │ │ └── microsoft.quota │ │ │ │ ├── 2021-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-18-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-15 │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── recommendationsservice │ │ │ └── microsoft.recommendationsservice │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ └── 2022-03-01-preview │ │ │ │ └── types.json │ │ ├── recoveryservices │ │ │ └── microsoft.recoveryservices │ │ │ │ ├── 2016-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-02 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-10 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-10 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01 │ │ │ │ └── types.json │ │ ├── recoveryservicesbackup │ │ │ └── microsoft.recoveryservices │ │ │ │ ├── 2016-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-12-20 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-13 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-15 │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-02 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-10 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-30-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-28-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01 │ │ │ │ └── types.json │ │ ├── recoveryservicesdatareplication │ │ │ └── microsoft.datareplication │ │ │ │ ├── 2021-02-16-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-09-01 │ │ │ │ └── types.json │ │ ├── recoveryservicessiterecovery │ │ │ └── microsoft.recoveryservices │ │ │ │ ├── 2016-08-10 │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-10 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-10 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-10 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-10 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01 │ │ │ │ └── types.json │ │ ├── redhatopenshift │ │ │ └── microsoft.redhatopenshift │ │ │ │ ├── 2020-04-30 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-04 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-04 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-22 │ │ │ │ └── types.json │ │ │ │ └── 2024-08-12-preview │ │ │ │ └── types.json │ │ ├── redis │ │ │ └── microsoft.cache │ │ │ │ ├── 2015-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-11-01 │ │ │ │ └── types.json │ │ ├── redisenterprise │ │ │ └── microsoft.cache │ │ │ │ ├── 2020-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-08-01-preview │ │ │ │ └── types.json │ │ ├── relationships │ │ │ └── microsoft.relationships │ │ │ │ └── 2023-09-01-preview │ │ │ │ └── types.json │ │ ├── relay │ │ │ └── microsoft.relay │ │ │ │ ├── 2016-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-01-01 │ │ │ │ └── types.json │ │ ├── reservations │ │ │ └── microsoft.capacity │ │ │ │ ├── 2017-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-19-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-25 │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ └── 2022-11-01 │ │ │ │ └── types.json │ │ ├── resourceconnector │ │ │ └── microsoft.resourceconnector │ │ │ │ ├── 2021-10-31-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-27 │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01-preview │ │ │ │ └── types.json │ │ ├── resourcegraph │ │ │ └── microsoft.resourcegraph │ │ │ │ ├── 2018-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01 │ │ │ │ └── types.json │ │ ├── resourcehealth │ │ │ └── microsoft.resourcehealth │ │ │ │ ├── 2017-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01 │ │ │ │ └── types.json │ │ ├── resourcemover │ │ │ └── microsoft.migrate │ │ │ │ ├── 2019-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-08-01 │ │ │ │ └── types.json │ │ ├── resources_1 │ │ │ └── microsoft.resources │ │ │ │ ├── 2015-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-05-10 │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-10 │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-04-01 │ │ │ │ └── types.json │ │ ├── resources_2 │ │ │ └── microsoft.resources │ │ │ │ ├── 2019-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-08-01 │ │ │ │ └── types.json │ │ ├── resources_3 │ │ │ └── microsoft.resources │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-03-01 │ │ │ │ └── types.json │ │ ├── resources_4 │ │ │ └── microsoft.resources │ │ │ │ ├── 2019-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ └── 2022-02-01 │ │ │ │ └── types.json │ │ ├── resources_5 │ │ │ ├── microsoft.authorization │ │ │ │ ├── 2015-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2015-10-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2015-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-12-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-06-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-12-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01 │ │ │ │ │ └── types.json │ │ │ ├── microsoft.features │ │ │ │ └── 2021-07-01 │ │ │ │ │ └── types.json │ │ │ ├── microsoft.resources │ │ │ │ ├── 2015-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-02-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2017-05-10 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2018-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-05-10 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01 │ │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ │ └── types.json │ │ │ │ └── 2025-04-01 │ │ │ │ │ └── types.json │ │ │ └── microsoft.solutions │ │ │ │ ├── 2016-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2020-08-21-preview │ │ │ │ └── types.json │ │ ├── riskiq │ │ │ └── microsoft.easm │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-04-01-preview │ │ │ │ └── types.json │ │ ├── scheduler │ │ │ └── microsoft.scheduler │ │ │ │ ├── 2014-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2016-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2016-03-01 │ │ │ │ └── types.json │ │ ├── scom │ │ │ └── microsoft.scom │ │ │ │ └── 2023-07-07-preview │ │ │ │ └── types.json │ │ ├── scvmm │ │ │ └── microsoft.scvmm │ │ │ │ ├── 2020-06-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-21-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-07 │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-03-13 │ │ │ │ └── types.json │ │ ├── search │ │ │ └── microsoft.search │ │ │ │ ├── 2015-02-28 │ │ │ │ └── types.json │ │ │ │ ├── 2015-08-19 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-13 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01 │ │ │ │ └── types.json │ │ ├── security │ │ │ └── microsoft.security │ │ │ │ ├── 2015-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-15 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-05-04-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-09-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-11-01-preview │ │ │ │ └── types.json │ │ ├── securityandcompliance │ │ │ └── microsoft.securityandcompliance │ │ │ │ ├── 2021-01-11 │ │ │ │ └── types.json │ │ │ │ └── 2021-03-08 │ │ │ │ └── types.json │ │ ├── securityinsights │ │ │ └── microsoft.securityinsights │ │ │ │ ├── 2019-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── serialconsole │ │ │ └── microsoft.serialconsole │ │ │ │ ├── 2018-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-07-01 │ │ │ │ └── types.json │ │ ├── service-map │ │ │ └── microsoft.operationalinsights │ │ │ │ └── 2015-11-01-preview │ │ │ │ └── types.json │ │ ├── servicebus │ │ │ └── microsoft.servicebus │ │ │ │ ├── 2015-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-05-01-preview │ │ │ │ └── types.json │ │ ├── servicefabric │ │ │ └── microsoft.servicefabric │ │ │ │ ├── 2016-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-11-01-preview │ │ │ │ └── types.json │ │ ├── servicefabricmanagedclusters │ │ │ └── microsoft.servicefabric │ │ │ │ ├── 2021-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01-preview │ │ │ │ └── types.json │ │ ├── servicefabricmesh │ │ │ └── microsoft.servicefabricmesh │ │ │ │ ├── 2018-07-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2018-09-01-preview │ │ │ │ └── types.json │ │ ├── servicelinker │ │ │ └── microsoft.servicelinker │ │ │ │ ├── 2021-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-07-01-preview │ │ │ │ └── types.json │ │ ├── servicenetworking │ │ │ └── microsoft.servicenetworking │ │ │ │ ├── 2022-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01-preview │ │ │ │ └── types.json │ │ ├── signalr │ │ │ └── microsoft.signalrservice │ │ │ │ ├── 2018-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-01-01-preview │ │ │ │ └── types.json │ │ ├── softwareplan │ │ │ └── microsoft.softwareplan │ │ │ │ ├── 2019-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2019-12-01 │ │ │ │ └── types.json │ │ ├── solutions │ │ │ └── microsoft.solutions │ │ │ │ ├── 2017-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-21-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2023-12-01-preview │ │ │ │ └── types.json │ │ ├── sovereign │ │ │ └── microsoft.sovereign │ │ │ │ └── 2025-02-27-preview │ │ │ │ └── types.json │ │ ├── sphere │ │ │ └── microsoft.azuresphere │ │ │ │ └── 2024-04-01 │ │ │ │ └── types.json │ │ ├── splitio │ │ │ └── splitio.experimentation │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-07-01-preview │ │ │ │ └── types.json │ │ ├── sql │ │ │ └── microsoft.sql │ │ │ │ ├── 2014-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2015-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-02-02-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-05-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-11-01-preview │ │ │ │ └── types.json │ │ ├── sqlvirtualmachine │ │ │ └── microsoft.sqlvirtualmachine │ │ │ │ ├── 2017-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-10-01 │ │ │ │ └── types.json │ │ ├── standbypool │ │ │ └── microsoft.standbypool │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-03-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-10-01 │ │ │ │ └── types.json │ │ ├── storage │ │ │ └── microsoft.storage │ │ │ │ ├── 2015-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2015-06-15 │ │ │ │ └── types.json │ │ │ │ ├── 2016-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-06-01 │ │ │ │ └── types.json │ │ ├── storageactions │ │ │ └── microsoft.storageactions │ │ │ │ └── 2023-01-01 │ │ │ │ └── types.json │ │ ├── storagecache │ │ │ └── microsoft.storagecache │ │ │ │ ├── 2019-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-07-01 │ │ │ │ └── types.json │ │ ├── storagediscovery │ │ │ └── microsoft.storagediscovery │ │ │ │ ├── 2025-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── storageimportexport │ │ │ └── microsoft.importexport │ │ │ │ ├── 2016-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-08-01 │ │ │ │ └── types.json │ │ │ │ └── 2021-01-01 │ │ │ │ └── types.json │ │ ├── storagemover │ │ │ └── microsoft.storagemover │ │ │ │ ├── 2022-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-07-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-07-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-07-01 │ │ │ │ └── types.json │ │ ├── storagepool │ │ │ └── microsoft.storagepool │ │ │ │ ├── 2020-03-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2021-08-01 │ │ │ │ └── types.json │ │ ├── storagesync │ │ │ └── microsoft.storagesync │ │ │ │ ├── 2017-06-05-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-02 │ │ │ │ └── types.json │ │ │ │ ├── 2018-07-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-06-01 │ │ │ │ └── types.json │ │ │ │ └── 2022-09-01 │ │ │ │ └── types.json │ │ ├── streamanalytics │ │ │ └── microsoft.streamanalytics │ │ │ │ ├── 2016-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-03-01 │ │ │ │ └── types.json │ │ │ │ └── 2021-10-01-preview │ │ │ │ └── types.json │ │ ├── subscription │ │ │ └── microsoft.subscription │ │ │ │ ├── 2017-11-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2019-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-08-01-preview │ │ │ │ └── types.json │ │ ├── support │ │ │ └── microsoft.support │ │ │ │ ├── 2019-05-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01 │ │ │ │ └── types.json │ │ ├── synapse │ │ │ └── microsoft.synapse │ │ │ │ ├── 2019-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2021-06-01 │ │ │ │ └── types.json │ │ ├── syntex │ │ │ └── microsoft.syntex │ │ │ │ └── 2022-09-15-preview │ │ │ │ └── types.json │ │ ├── testbase │ │ │ └── microsoft.testbase │ │ │ │ ├── 2020-12-16-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2023-11-01-preview │ │ │ │ └── types.json │ │ ├── timeseriesinsights │ │ │ └── microsoft.timeseriesinsights │ │ │ │ ├── 2017-02-28-preview │ │ │ │ └── types.json │ │ │ │ ├── 2017-11-15 │ │ │ │ └── types.json │ │ │ │ ├── 2018-08-15-preview │ │ │ │ └── types.json │ │ │ │ ├── 2020-05-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-31-preview │ │ │ │ └── types.json │ │ │ │ └── 2021-06-30-preview │ │ │ │ └── types.json │ │ ├── trafficmanager │ │ │ └── microsoft.network │ │ │ │ ├── 2015-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2017-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-01 │ │ │ │ └── types.json │ │ │ │ └── 2024-04-01-preview │ │ │ │ └── types.json │ │ ├── verifiedid │ │ │ └── microsoft.verifiedid │ │ │ │ └── 2024-01-26-preview │ │ │ │ └── types.json │ │ ├── vi │ │ │ └── microsoft.videoindexer │ │ │ │ ├── 2021-10-18-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-27-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-11-10-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-04-13-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-07-20-preview │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-23-preview │ │ │ │ └── types.json │ │ │ │ ├── 2025-01-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-04-01 │ │ │ │ └── types.json │ │ ├── vmware │ │ │ └── microsoft.avs │ │ │ │ ├── 2020-03-20 │ │ │ │ └── types.json │ │ │ │ ├── 2020-07-17-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-05-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-09-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-09-01 │ │ │ │ └── types.json │ │ ├── vmwarecloudsimple │ │ │ └── microsoft.vmwarecloudsimple │ │ │ │ └── 2019-04-01 │ │ │ │ └── types.json │ │ ├── voiceservices │ │ │ └── microsoft.voiceservices │ │ │ │ ├── 2022-12-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-31 │ │ │ │ └── types.json │ │ │ │ ├── 2023-04-03 │ │ │ │ └── types.json │ │ │ │ └── 2023-09-01 │ │ │ │ └── types.json │ │ ├── web │ │ │ ├── microsoft.certificateregistration │ │ │ │ └── 2015-08-01 │ │ │ │ │ └── types.json │ │ │ ├── microsoft.domainregistration │ │ │ │ └── 2015-08-01 │ │ │ │ │ └── types.json │ │ │ └── microsoft.web │ │ │ │ ├── 2015-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2015-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2016-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2018-11-01 │ │ │ │ └── types.json │ │ │ │ ├── 2019-08-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-06-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2020-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-01-15 │ │ │ │ └── types.json │ │ │ │ ├── 2021-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2021-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-09-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-01-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-11-01 │ │ │ │ └── types.json │ │ │ │ └── 2025-03-01 │ │ │ │ └── types.json │ │ ├── webpubsub │ │ │ └── microsoft.signalrservice │ │ │ │ ├── 2021-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-09-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2021-10-01 │ │ │ │ └── types.json │ │ │ │ ├── 2022-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-02-01 │ │ │ │ └── types.json │ │ │ │ ├── 2023-03-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-06-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-01-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-03-01 │ │ │ │ └── types.json │ │ │ │ ├── 2024-04-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-08-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2024-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2025-01-01-preview │ │ │ │ └── types.json │ │ ├── widget_0 │ │ │ └── microsoft.widget │ │ │ │ ├── 2021-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2021-11-01 │ │ │ │ └── types.json │ │ ├── windowsesu │ │ │ └── microsoft.windowsesu │ │ │ │ └── 2019-09-16-preview │ │ │ │ └── types.json │ │ ├── windowsiot │ │ │ └── microsoft.windowsiot │ │ │ │ ├── 2018-02-16-preview │ │ │ │ └── types.json │ │ │ │ └── 2019-06-01 │ │ │ │ └── types.json │ │ ├── workloadmonitor │ │ │ └── microsoft.workloadmonitor │ │ │ │ ├── 2018-08-31-preview │ │ │ │ └── types.json │ │ │ │ └── 2020-01-13-preview │ │ │ │ └── types.json │ │ ├── workloads_0 │ │ │ └── microsoft.workloads │ │ │ │ └── 2023-10-01-preview │ │ │ │ └── types.json │ │ ├── workloads_1 │ │ │ └── microsoft.workloads │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ ├── 2023-12-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-02-01-preview │ │ │ │ └── types.json │ │ ├── workloads_2 │ │ │ └── microsoft.workloads │ │ │ │ └── 2023-10-01-preview │ │ │ │ └── types.json │ │ ├── workloads_3 │ │ │ └── microsoft.workloads │ │ │ │ ├── 2023-10-01-preview │ │ │ │ └── types.json │ │ │ │ └── 2024-09-01 │ │ │ │ └── types.json │ │ └── workloads_4 │ │ │ └── microsoft.workloads │ │ │ ├── 2021-12-01-preview │ │ │ └── types.json │ │ │ ├── 2022-11-01-preview │ │ │ └── types.json │ │ │ └── 2023-04-01 │ │ │ └── types.json │ ├── identity │ │ └── identity.go │ ├── index.go │ ├── loader.go │ ├── loader_test.go │ ├── location │ │ └── location.go │ ├── tags │ │ └── tags.go │ ├── types │ │ ├── any_type.go │ │ ├── array_type.go │ │ ├── boolean_type.go │ │ ├── discriminated_object_type.go │ │ ├── integer_type.go │ │ ├── object_type.go │ │ ├── resource_function_type.go │ │ ├── resource_type.go │ │ ├── schema.go │ │ ├── string_literal_type.go │ │ ├── string_type.go │ │ ├── type_base.go │ │ ├── type_reference.go │ │ └── union_type.go │ ├── utils │ │ └── error.go │ └── validator_test.go ├── clients │ ├── account.go │ ├── client.go │ ├── correlation_id.go │ ├── correlation_id_test.go │ ├── data_plane_client.go │ ├── live_traffic_log_policy.go │ ├── options.go │ ├── options_test.go │ ├── resource_client.go │ ├── user_agent.go │ └── user_agent_test.go ├── docstrings │ ├── addBackquotes.go │ ├── addBackquotes_test.go │ ├── body.go │ ├── doc.go │ ├── id.go │ ├── identity_ids.go │ ├── identity_principal_id.go │ ├── identity_tenant_id.go │ ├── identity_type.go │ ├── ignore_casing.go │ ├── ignore_missing_property.go │ ├── ignore_null_property.go │ ├── location.go │ ├── locks.go │ ├── output.go │ ├── parent_id.go │ ├── resource_action.go │ ├── response_export_values.go │ ├── schema_validation_enabled.go │ ├── type.go │ └── write_only_body.go ├── features │ └── user_flags.go ├── locks │ ├── lock.go │ └── mutexkv.go ├── provider │ ├── environments.go │ └── provider.go ├── retry │ ├── README.md │ ├── ir.json │ ├── retryable_errors.go │ └── schema.go ├── services │ ├── azapi_auth_test.go │ ├── azapi_avm_test.go │ ├── azapi_client_config_data_source.go │ ├── azapi_client_config_data_source_test.go │ ├── azapi_data_plane_resource.go │ ├── azapi_data_plane_resource_customization_test.go │ ├── azapi_data_plane_resource_test.go │ ├── azapi_data_plane_resource_upgrade_test.go │ ├── azapi_resource.go │ ├── azapi_resource_action.go │ ├── azapi_resource_action_data_source.go │ ├── azapi_resource_action_data_source_test.go │ ├── azapi_resource_action_ephemeral.go │ ├── azapi_resource_action_ephemeral_test.go │ ├── azapi_resource_action_resource.go │ ├── azapi_resource_action_resource_test.go │ ├── azapi_resource_action_resource_upgrade_test.go │ ├── azapi_resource_action_test.go │ ├── azapi_resource_data_source.go │ ├── azapi_resource_data_source_test.go │ ├── azapi_resource_example_test.go │ ├── azapi_resource_id_data_source.go │ ├── azapi_resource_id_data_source_test.go │ ├── azapi_resource_list.go │ ├── azapi_resource_list_data_source.go │ ├── azapi_resource_list_data_source_test.go │ ├── azapi_resource_list_test.go │ ├── azapi_resource_preflight_test.go │ ├── azapi_resource_test.go │ ├── azapi_resource_upgrade_test.go │ ├── azapi_update_resource.go │ ├── azapi_update_resource_test.go │ ├── azapi_update_resource_upgrade_test.go │ ├── common.go │ ├── common │ │ └── common.go │ ├── customization │ │ ├── interface.go │ │ ├── key_vault_key_customization.go │ │ └── registration.go │ ├── defaults │ │ ├── bool_default.go │ │ ├── dynamic_default.go │ │ └── string_default.go │ ├── dynamic │ │ ├── dynamic.go │ │ └── dynamic_test.go │ ├── ephemeral_body_private.go │ ├── functions │ │ ├── build_extension_scope_resource_id.go │ │ ├── build_extension_scope_resource_id_test.go │ │ ├── build_management_group_scope_resource_id.go │ │ ├── build_management_group_scope_resource_id_test.go │ │ ├── build_resource_group_scope_resource_id.go │ │ ├── build_resource_group_scope_resource_id_test.go │ │ ├── build_resource_id_function.go │ │ ├── build_resource_id_function_test.go │ │ ├── build_subscription_scope_resource_id.go │ │ ├── build_subscription_scope_resource_id_test.go │ │ ├── build_tenant_scope_resource_id.go │ │ ├── build_tenant_scope_resource_id_test.go │ │ ├── parse_resource_id_function.go │ │ ├── parse_resource_id_function_test.go │ │ ├── snake_to_camel_function.go │ │ ├── snake_to_camel_function_acc_test.go │ │ ├── snake_to_camel_function_test.go │ │ ├── unique_string_function.go │ │ └── unique_string_function_test.go │ ├── migration │ │ ├── azapi_data_plane_resource_migration_v0_to_v2.go │ │ ├── azapi_data_plane_resource_migration_v1_to_v2.go │ │ ├── azapi_resource_action_migration_v0_to_v2.go │ │ ├── azapi_resource_action_migration_v1_to_v2.go │ │ ├── azapi_resource_migration_v0_to_v2.go │ │ ├── azapi_resource_migration_v1_to_v2.go │ │ ├── azapi_update_resource_migration_v0_to_v2.go │ │ └── azapi_update_resource_migration_v1_to_v2.go │ ├── myplanmodifier │ │ ├── dynamic_use_state_when.go │ │ ├── list_use_state_when.go │ │ ├── map_use_state_when.go │ │ ├── planmodifierdynamic │ │ │ ├── dynamic_requires_replace.go │ │ │ └── dynamic_requires_replace_test.go │ │ └── use_state_when.go │ ├── myvalidator │ │ ├── dynamic_is_not_string_validator.go │ │ ├── identity_validator.go │ │ ├── resource_id.go │ │ ├── resource_type.go │ │ ├── string_is_UUID.go │ │ ├── string_is_empty.go │ │ ├── string_is_json.go │ │ ├── string_is_not_empty.go │ │ ├── string_is_valid_regex.go │ │ ├── string_is_valid_regex_test.go │ │ └── user_assigned_identity_id.go │ ├── parse │ │ ├── azurerm_resource_id.go │ │ ├── azurerm_resource_id_test.go │ │ ├── data_plane_resource_id.go │ │ ├── data_plane_resource_id_test.go │ │ ├── data_plane_resources.json │ │ ├── data_plane_type_map.go │ │ ├── resource.go │ │ ├── resource_test.go │ │ └── user_assigned_identity.go │ ├── preflight │ │ ├── preflight.go │ │ └── preflight_test.go │ ├── resource.go │ ├── resource_test.go │ ├── testdata │ │ └── automation_certificate_test.pfx │ └── validate │ │ ├── resource_id.go │ │ ├── resource_id_test.go │ │ ├── user_assigned_identity_id.go │ │ └── user_assigned_identity_id_test.go ├── skip │ ├── skip.go │ └── skip_test.go └── tf │ └── imports.go ├── main.go ├── quickstarts ├── Microsoft.Compute │ └── add_UAI_to_VirtualMachineScaleSets_created_by_AKS │ │ └── main.tf ├── Microsoft.ContainerRegistry │ └── Registries │ │ └── main.tf ├── Microsoft.EventHub │ └── namespace-networkRuleSets │ │ └── main.tf ├── Microsoft.LoadTestService │ └── loadTests │ │ └── main.tf ├── Microsoft.Management │ ├── hierarchySettings │ │ └── main.tf │ └── managementGroup │ │ └── main.tf ├── Microsoft.OperationalInsights │ └── list_workspace_tables │ │ └── main.tf ├── Microsoft.Resources │ └── resourceGroups │ │ └── main.tf ├── Microsoft.Security │ └── jitNetworkAccessPolicies │ │ └── main.tf ├── Microsoft.ServiceBus │ └── ServiceBusNamespace-CMK │ │ └── main.tf └── Microsoft.Web │ ├── list_and_update_appsettings │ └── main.tf │ └── list_default_host_keys │ └── main.tf ├── scripts ├── bicep-types-update.sh ├── buildPackage.sh ├── changelog-links.sh ├── check-test-package.sh ├── commons.sh ├── dearmor.sh ├── gofmtcheck.sh ├── gogetcookie.sh ├── goimport-file.sh ├── run-gradually-deprecated.sh ├── run-lint.sh ├── run-test.sh ├── run-tflint.sh ├── scaffold-website.sh ├── terrafmt-acctests.sh ├── terrafmt-website.sh └── timeouts.sh ├── templates ├── actions.md.tmpl ├── data-sources.md.tmpl ├── guides │ ├── 2.0-upgrade-guide.md │ ├── azure_cli.md │ ├── azure_resource_concept.md │ ├── choosing_resource_types.md │ ├── feature_change_detection.md │ ├── feature_convert_arm_template.md │ ├── feature_customized_retry.md │ ├── feature_ephemeral_resource.md │ ├── feature_generate_config.md │ ├── feature_jmes_query.md │ ├── feature_list_resources.md │ ├── feature_migrate_from_azurerm.md │ ├── feature_preflight.md │ ├── feature_replacement_triggers.md │ ├── frequently_asked_questions.md │ ├── managed_service_identity.md │ ├── service_principal_client_certificate.md │ ├── service_principal_client_secret.md │ └── service_principal_oidc.md ├── index.md.tmpl ├── list-resources │ └── resource.md.tmpl ├── resources.md.tmpl └── resources │ └── data_plane_resource.md.tmpl ├── tools ├── generator-data-plane-doc │ └── main.go ├── generator-example-doc │ ├── main.go │ ├── resource_providers.json │ ├── resource_types.json │ └── template.md ├── sync-reference-doc │ └── main.go └── tools.go ├── utils ├── helper.go ├── helper_test.go ├── json.go ├── json_test.go └── response.go ├── vendor ├── dario.cat │ └── mergo │ │ ├── .deepsource.toml │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── CODE_OF_CONDUCT.md │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── doc.go │ │ ├── map.go │ │ ├── merge.go │ │ └── mergo.go ├── github.com │ ├── Azure │ │ ├── azure-sdk-for-go │ │ │ └── sdk │ │ │ │ ├── azcore │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── README.md │ │ │ │ ├── arm │ │ │ │ │ ├── client.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── internal │ │ │ │ │ │ └── resource │ │ │ │ │ │ │ ├── resource_identifier.go │ │ │ │ │ │ │ └── resource_type.go │ │ │ │ │ ├── policy │ │ │ │ │ │ └── policy.go │ │ │ │ │ ├── resource_identifier.go │ │ │ │ │ ├── resource_type.go │ │ │ │ │ └── runtime │ │ │ │ │ │ ├── pipeline.go │ │ │ │ │ │ ├── policy_bearer_token.go │ │ │ │ │ │ ├── policy_register_rp.go │ │ │ │ │ │ ├── policy_trace_namespace.go │ │ │ │ │ │ └── runtime.go │ │ │ │ ├── ci.yml │ │ │ │ ├── cloud │ │ │ │ │ ├── cloud.go │ │ │ │ │ └── doc.go │ │ │ │ ├── core.go │ │ │ │ ├── doc.go │ │ │ │ ├── errors.go │ │ │ │ ├── etag.go │ │ │ │ ├── internal │ │ │ │ │ ├── exported │ │ │ │ │ │ ├── exported.go │ │ │ │ │ │ ├── pipeline.go │ │ │ │ │ │ ├── request.go │ │ │ │ │ │ └── response_error.go │ │ │ │ │ ├── log │ │ │ │ │ │ └── log.go │ │ │ │ │ ├── pollers │ │ │ │ │ │ ├── async │ │ │ │ │ │ │ └── async.go │ │ │ │ │ │ ├── body │ │ │ │ │ │ │ └── body.go │ │ │ │ │ │ ├── fake │ │ │ │ │ │ │ └── fake.go │ │ │ │ │ │ ├── loc │ │ │ │ │ │ │ └── loc.go │ │ │ │ │ │ ├── op │ │ │ │ │ │ │ └── op.go │ │ │ │ │ │ ├── poller.go │ │ │ │ │ │ └── util.go │ │ │ │ │ └── shared │ │ │ │ │ │ ├── constants.go │ │ │ │ │ │ └── shared.go │ │ │ │ ├── log │ │ │ │ │ ├── doc.go │ │ │ │ │ └── log.go │ │ │ │ ├── policy │ │ │ │ │ ├── doc.go │ │ │ │ │ └── policy.go │ │ │ │ ├── runtime │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── errors.go │ │ │ │ │ ├── pager.go │ │ │ │ │ ├── pipeline.go │ │ │ │ │ ├── policy_api_version.go │ │ │ │ │ ├── policy_bearer_token.go │ │ │ │ │ ├── policy_body_download.go │ │ │ │ │ ├── policy_http_header.go │ │ │ │ │ ├── policy_http_trace.go │ │ │ │ │ ├── policy_include_response.go │ │ │ │ │ ├── policy_key_credential.go │ │ │ │ │ ├── policy_logging.go │ │ │ │ │ ├── policy_request_id.go │ │ │ │ │ ├── policy_retry.go │ │ │ │ │ ├── policy_sas_credential.go │ │ │ │ │ ├── policy_telemetry.go │ │ │ │ │ ├── poller.go │ │ │ │ │ ├── request.go │ │ │ │ │ ├── response.go │ │ │ │ │ ├── transport_default_dialer_other.go │ │ │ │ │ ├── transport_default_dialer_wasm.go │ │ │ │ │ └── transport_default_http_client.go │ │ │ │ ├── streaming │ │ │ │ │ ├── doc.go │ │ │ │ │ └── progress.go │ │ │ │ └── tracing │ │ │ │ │ ├── constants.go │ │ │ │ │ └── tracing.go │ │ │ │ ├── azidentity │ │ │ │ ├── .gitignore │ │ │ │ ├── BREAKING_CHANGES.md │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── MIGRATION.md │ │ │ │ ├── README.md │ │ │ │ ├── TOKEN_CACHING.MD │ │ │ │ ├── TROUBLESHOOTING.md │ │ │ │ ├── assets.json │ │ │ │ ├── authentication_record.go │ │ │ │ ├── azidentity.go │ │ │ │ ├── azure_cli_credential.go │ │ │ │ ├── azure_developer_cli_credential.go │ │ │ │ ├── azure_pipelines_credential.go │ │ │ │ ├── chained_token_credential.go │ │ │ │ ├── ci.yml │ │ │ │ ├── client_assertion_credential.go │ │ │ │ ├── client_certificate_credential.go │ │ │ │ ├── client_secret_credential.go │ │ │ │ ├── confidential_client.go │ │ │ │ ├── default_azure_credential.go │ │ │ │ ├── developer_credential_util.go │ │ │ │ ├── device_code_credential.go │ │ │ │ ├── environment_credential.go │ │ │ │ ├── errors.go │ │ │ │ ├── go.work │ │ │ │ ├── interactive_browser_credential.go │ │ │ │ ├── internal │ │ │ │ │ └── cache.go │ │ │ │ ├── logging.go │ │ │ │ ├── managed-identity-matrix.json │ │ │ │ ├── managed_identity_client.go │ │ │ │ ├── managed_identity_credential.go │ │ │ │ ├── on_behalf_of_credential.go │ │ │ │ ├── public_client.go │ │ │ │ ├── test-resources-post.ps1 │ │ │ │ ├── test-resources-pre.ps1 │ │ │ │ ├── test-resources.bicep │ │ │ │ ├── username_password_credential.go │ │ │ │ ├── version.go │ │ │ │ └── workload_identity.go │ │ │ │ └── internal │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── diag │ │ │ │ ├── diag.go │ │ │ │ └── doc.go │ │ │ │ ├── errorinfo │ │ │ │ ├── doc.go │ │ │ │ └── errorinfo.go │ │ │ │ ├── exported │ │ │ │ └── exported.go │ │ │ │ ├── log │ │ │ │ ├── doc.go │ │ │ │ └── log.go │ │ │ │ ├── poller │ │ │ │ └── util.go │ │ │ │ ├── temporal │ │ │ │ └── resource.go │ │ │ │ └── uuid │ │ │ │ ├── doc.go │ │ │ │ └── uuid.go │ │ └── entrauth │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── aztfauth │ │ │ └── aztfauth.go │ │ │ ├── entrauth.go │ │ │ ├── github_cred.go │ │ │ └── option.go │ ├── AzureAD │ │ └── microsoft-authentication-library-for-go │ │ │ ├── LICENSE │ │ │ └── apps │ │ │ ├── cache │ │ │ └── cache.go │ │ │ ├── confidential │ │ │ └── confidential.go │ │ │ ├── errors │ │ │ ├── error_design.md │ │ │ └── errors.go │ │ │ ├── internal │ │ │ ├── base │ │ │ │ ├── base.go │ │ │ │ └── storage │ │ │ │ │ ├── items.go │ │ │ │ │ ├── partitioned_storage.go │ │ │ │ │ └── storage.go │ │ │ ├── exported │ │ │ │ └── exported.go │ │ │ ├── json │ │ │ │ ├── design.md │ │ │ │ ├── json.go │ │ │ │ ├── mapslice.go │ │ │ │ ├── marshal.go │ │ │ │ ├── struct.go │ │ │ │ └── types │ │ │ │ │ └── time │ │ │ │ │ └── time.go │ │ │ ├── local │ │ │ │ └── server.go │ │ │ ├── oauth │ │ │ │ ├── oauth.go │ │ │ │ ├── ops │ │ │ │ │ ├── accesstokens │ │ │ │ │ │ ├── accesstokens.go │ │ │ │ │ │ ├── apptype_string.go │ │ │ │ │ │ └── tokens.go │ │ │ │ │ ├── authority │ │ │ │ │ │ ├── authority.go │ │ │ │ │ │ └── authorizetype_string.go │ │ │ │ │ ├── internal │ │ │ │ │ │ ├── comm │ │ │ │ │ │ │ ├── comm.go │ │ │ │ │ │ │ └── compress.go │ │ │ │ │ │ └── grant │ │ │ │ │ │ │ └── grant.go │ │ │ │ │ ├── ops.go │ │ │ │ │ └── wstrust │ │ │ │ │ │ ├── defs │ │ │ │ │ │ ├── endpointtype_string.go │ │ │ │ │ │ ├── mex_document_definitions.go │ │ │ │ │ │ ├── saml_assertion_definitions.go │ │ │ │ │ │ ├── version_string.go │ │ │ │ │ │ ├── wstrust_endpoint.go │ │ │ │ │ │ └── wstrust_mex_document.go │ │ │ │ │ │ └── wstrust.go │ │ │ │ └── resolvers.go │ │ │ ├── options │ │ │ │ └── options.go │ │ │ ├── shared │ │ │ │ └── shared.go │ │ │ └── version │ │ │ │ └── version.go │ │ │ ├── managedidentity │ │ │ ├── azure_ml.go │ │ │ ├── cloud_shell.go │ │ │ ├── managedidentity.go │ │ │ └── servicefabric.go │ │ │ └── public │ │ │ └── public.go │ ├── BurntSushi │ │ └── toml │ │ │ ├── .gitignore │ │ │ ├── COPYING │ │ │ ├── README.md │ │ │ ├── decode.go │ │ │ ├── decode_go116.go │ │ │ ├── deprecated.go │ │ │ ├── doc.go │ │ │ ├── encode.go │ │ │ ├── error.go │ │ │ ├── internal │ │ │ └── tz.go │ │ │ ├── lex.go │ │ │ ├── meta.go │ │ │ ├── parse.go │ │ │ ├── type_fields.go │ │ │ └── type_toml.go │ ├── Kunde21 │ │ └── markdownfmt │ │ │ └── v3 │ │ │ ├── LICENSE │ │ │ └── markdown │ │ │ ├── doc.go │ │ │ ├── indent.go │ │ │ ├── renderer.go │ │ │ ├── renderer_heading.go │ │ │ ├── renderer_table.go │ │ │ └── writer_indent.go │ ├── Masterminds │ │ ├── goutils │ │ │ ├── .travis.yml │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE.txt │ │ │ ├── README.md │ │ │ ├── appveyor.yml │ │ │ ├── cryptorandomstringutils.go │ │ │ ├── randomstringutils.go │ │ │ ├── stringutils.go │ │ │ └── wordutils.go │ │ ├── semver │ │ │ └── v3 │ │ │ │ ├── .gitignore │ │ │ │ ├── .golangci.yml │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── collection.go │ │ │ │ ├── constraints.go │ │ │ │ ├── doc.go │ │ │ │ ├── fuzz.go │ │ │ │ └── version.go │ │ └── sprig │ │ │ └── v3 │ │ │ ├── .gitignore │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE.txt │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── crypto.go │ │ │ ├── date.go │ │ │ ├── defaults.go │ │ │ ├── dict.go │ │ │ ├── doc.go │ │ │ ├── functions.go │ │ │ ├── list.go │ │ │ ├── network.go │ │ │ ├── numeric.go │ │ │ ├── reflect.go │ │ │ ├── regex.go │ │ │ ├── semver.go │ │ │ ├── strings.go │ │ │ └── url.go │ ├── Microsoft │ │ └── go-winio │ │ │ ├── .gitattributes │ │ │ ├── .gitignore │ │ │ ├── .golangci.yml │ │ │ ├── CODEOWNERS │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── SECURITY.md │ │ │ ├── backup.go │ │ │ ├── doc.go │ │ │ ├── ea.go │ │ │ ├── file.go │ │ │ ├── fileinfo.go │ │ │ ├── hvsock.go │ │ │ ├── internal │ │ │ ├── fs │ │ │ │ ├── doc.go │ │ │ │ ├── fs.go │ │ │ │ ├── security.go │ │ │ │ └── zsyscall_windows.go │ │ │ ├── socket │ │ │ │ ├── rawaddr.go │ │ │ │ ├── socket.go │ │ │ │ └── zsyscall_windows.go │ │ │ └── stringbuffer │ │ │ │ └── wstring.go │ │ │ ├── pipe.go │ │ │ ├── pkg │ │ │ └── guid │ │ │ │ ├── guid.go │ │ │ │ ├── guid_nonwindows.go │ │ │ │ ├── guid_windows.go │ │ │ │ └── variant_string.go │ │ │ ├── privilege.go │ │ │ ├── reparse.go │ │ │ ├── sd.go │ │ │ ├── syscall.go │ │ │ └── zsyscall_windows.go │ ├── ProtonMail │ │ └── go-crypto │ │ │ ├── AUTHORS │ │ │ ├── CONTRIBUTORS │ │ │ ├── LICENSE │ │ │ ├── PATENTS │ │ │ ├── bitcurves │ │ │ └── bitcurve.go │ │ │ ├── brainpool │ │ │ ├── brainpool.go │ │ │ └── rcurve.go │ │ │ ├── eax │ │ │ ├── eax.go │ │ │ ├── eax_test_vectors.go │ │ │ └── random_vectors.go │ │ │ ├── internal │ │ │ └── byteutil │ │ │ │ └── byteutil.go │ │ │ ├── ocb │ │ │ ├── ocb.go │ │ │ ├── random_vectors.go │ │ │ ├── rfc7253_test_vectors_suite_a.go │ │ │ └── rfc7253_test_vectors_suite_b.go │ │ │ └── openpgp │ │ │ ├── aes │ │ │ └── keywrap │ │ │ │ └── keywrap.go │ │ │ ├── armor │ │ │ ├── armor.go │ │ │ └── encode.go │ │ │ ├── canonical_text.go │ │ │ ├── ecdh │ │ │ └── ecdh.go │ │ │ ├── ecdsa │ │ │ └── ecdsa.go │ │ │ ├── ed25519 │ │ │ └── ed25519.go │ │ │ ├── ed448 │ │ │ └── ed448.go │ │ │ ├── eddsa │ │ │ └── eddsa.go │ │ │ ├── elgamal │ │ │ └── elgamal.go │ │ │ ├── errors │ │ │ └── errors.go │ │ │ ├── hash.go │ │ │ ├── internal │ │ │ ├── algorithm │ │ │ │ ├── aead.go │ │ │ │ ├── cipher.go │ │ │ │ └── hash.go │ │ │ ├── ecc │ │ │ │ ├── curve25519.go │ │ │ │ ├── curve_info.go │ │ │ │ ├── curves.go │ │ │ │ ├── ed25519.go │ │ │ │ ├── ed448.go │ │ │ │ ├── generic.go │ │ │ │ └── x448.go │ │ │ └── encoding │ │ │ │ ├── encoding.go │ │ │ │ ├── mpi.go │ │ │ │ └── oid.go │ │ │ ├── key_generation.go │ │ │ ├── keys.go │ │ │ ├── keys_test_data.go │ │ │ ├── packet │ │ │ ├── aead_config.go │ │ │ ├── aead_crypter.go │ │ │ ├── aead_encrypted.go │ │ │ ├── compressed.go │ │ │ ├── config.go │ │ │ ├── config_v5.go │ │ │ ├── encrypted_key.go │ │ │ ├── literal.go │ │ │ ├── marker.go │ │ │ ├── notation.go │ │ │ ├── ocfb.go │ │ │ ├── one_pass_signature.go │ │ │ ├── opaque.go │ │ │ ├── packet.go │ │ │ ├── packet_sequence.go │ │ │ ├── packet_unsupported.go │ │ │ ├── padding.go │ │ │ ├── private_key.go │ │ │ ├── private_key_test_data.go │ │ │ ├── public_key.go │ │ │ ├── public_key_test_data.go │ │ │ ├── reader.go │ │ │ ├── recipient.go │ │ │ ├── signature.go │ │ │ ├── symmetric_key_encrypted.go │ │ │ ├── symmetrically_encrypted.go │ │ │ ├── symmetrically_encrypted_aead.go │ │ │ ├── symmetrically_encrypted_mdc.go │ │ │ ├── userattribute.go │ │ │ └── userid.go │ │ │ ├── read.go │ │ │ ├── read_write_test_data.go │ │ │ ├── s2k │ │ │ ├── s2k.go │ │ │ ├── s2k_cache.go │ │ │ └── s2k_config.go │ │ │ ├── write.go │ │ │ ├── x25519 │ │ │ └── x25519.go │ │ │ └── x448 │ │ │ └── x448.go │ ├── agext │ │ └── levenshtein │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── DCO │ │ │ ├── LICENSE │ │ │ ├── MAINTAINERS │ │ │ ├── NOTICE │ │ │ ├── README.md │ │ │ ├── levenshtein.go │ │ │ ├── params.go │ │ │ └── test.sh │ ├── apparentlymart │ │ └── go-textseg │ │ │ └── v15 │ │ │ ├── LICENSE │ │ │ └── textseg │ │ │ ├── all_tokens.go │ │ │ ├── emoji_table.rl │ │ │ ├── generate.go │ │ │ ├── grapheme_clusters.go │ │ │ ├── grapheme_clusters.rl │ │ │ ├── grapheme_clusters_table.rl │ │ │ ├── tables.go │ │ │ ├── unicode2ragel.rb │ │ │ └── utf8_seqs.go │ ├── armon │ │ └── go-radix │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── radix.go │ ├── bgentry │ │ └── speakeasy │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── LICENSE_WINDOWS │ │ │ ├── Readme.md │ │ │ ├── speakeasy.go │ │ │ ├── speakeasy_unix.go │ │ │ └── speakeasy_windows.go │ ├── bmatcuk │ │ └── doublestar │ │ │ └── v4 │ │ │ ├── .codecov.yml │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── UPGRADING.md │ │ │ ├── doublestar.go │ │ │ ├── glob.go │ │ │ ├── globoptions.go │ │ │ ├── globwalk.go │ │ │ ├── match.go │ │ │ ├── utils.go │ │ │ └── validate.go │ ├── cloudflare │ │ └── circl │ │ │ ├── LICENSE │ │ │ ├── dh │ │ │ ├── x25519 │ │ │ │ ├── curve.go │ │ │ │ ├── curve_amd64.go │ │ │ │ ├── curve_amd64.h │ │ │ │ ├── curve_amd64.s │ │ │ │ ├── curve_generic.go │ │ │ │ ├── curve_noasm.go │ │ │ │ ├── doc.go │ │ │ │ ├── key.go │ │ │ │ └── table.go │ │ │ └── x448 │ │ │ │ ├── curve.go │ │ │ │ ├── curve_amd64.go │ │ │ │ ├── curve_amd64.h │ │ │ │ ├── curve_amd64.s │ │ │ │ ├── curve_generic.go │ │ │ │ ├── curve_noasm.go │ │ │ │ ├── doc.go │ │ │ │ ├── key.go │ │ │ │ └── table.go │ │ │ ├── ecc │ │ │ └── goldilocks │ │ │ │ ├── constants.go │ │ │ │ ├── curve.go │ │ │ │ ├── isogeny.go │ │ │ │ ├── point.go │ │ │ │ ├── scalar.go │ │ │ │ ├── twist.go │ │ │ │ ├── twistPoint.go │ │ │ │ ├── twistTables.go │ │ │ │ └── twist_basemult.go │ │ │ ├── internal │ │ │ ├── conv │ │ │ │ └── conv.go │ │ │ └── sha3 │ │ │ │ ├── doc.go │ │ │ │ ├── hashes.go │ │ │ │ ├── keccakf.go │ │ │ │ ├── rc.go │ │ │ │ ├── sha3.go │ │ │ │ ├── sha3_s390x.s │ │ │ │ ├── shake.go │ │ │ │ ├── xor.go │ │ │ │ ├── xor_generic.go │ │ │ │ └── xor_unaligned.go │ │ │ ├── math │ │ │ ├── fp25519 │ │ │ │ ├── fp.go │ │ │ │ ├── fp_amd64.go │ │ │ │ ├── fp_amd64.h │ │ │ │ ├── fp_amd64.s │ │ │ │ ├── fp_generic.go │ │ │ │ └── fp_noasm.go │ │ │ ├── fp448 │ │ │ │ ├── fp.go │ │ │ │ ├── fp_amd64.go │ │ │ │ ├── fp_amd64.h │ │ │ │ ├── fp_amd64.s │ │ │ │ ├── fp_generic.go │ │ │ │ ├── fp_noasm.go │ │ │ │ └── fuzzer.go │ │ │ ├── integer.go │ │ │ ├── mlsbset │ │ │ │ ├── mlsbset.go │ │ │ │ └── power.go │ │ │ ├── primes.go │ │ │ └── wnaf.go │ │ │ └── sign │ │ │ ├── ed25519 │ │ │ ├── ed25519.go │ │ │ ├── modular.go │ │ │ ├── mult.go │ │ │ ├── point.go │ │ │ ├── pubkey.go │ │ │ ├── pubkey112.go │ │ │ ├── signapi.go │ │ │ └── tables.go │ │ │ ├── ed448 │ │ │ ├── ed448.go │ │ │ └── signapi.go │ │ │ └── sign.go │ ├── cyphar │ │ └── filepath-securejoin │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── VERSION │ │ │ ├── doc.go │ │ │ ├── gocompat_errors_go120.go │ │ │ ├── gocompat_errors_unsupported.go │ │ │ ├── gocompat_generics_go121.go │ │ │ ├── gocompat_generics_unsupported.go │ │ │ ├── join.go │ │ │ ├── lookup_linux.go │ │ │ ├── mkdir_linux.go │ │ │ ├── open_linux.go │ │ │ ├── openat2_linux.go │ │ │ ├── openat_linux.go │ │ │ ├── procfs_linux.go │ │ │ └── vfs.go │ ├── davecgh │ │ └── go-spew │ │ │ ├── LICENSE │ │ │ └── spew │ │ │ ├── bypass.go │ │ │ ├── bypasssafe.go │ │ │ ├── common.go │ │ │ ├── config.go │ │ │ ├── doc.go │ │ │ ├── dump.go │ │ │ ├── format.go │ │ │ └── spew.go │ ├── emirpasic │ │ └── gods │ │ │ ├── LICENSE │ │ │ ├── containers │ │ │ ├── containers.go │ │ │ ├── enumerable.go │ │ │ ├── iterator.go │ │ │ └── serialization.go │ │ │ ├── lists │ │ │ ├── arraylist │ │ │ │ ├── arraylist.go │ │ │ │ ├── enumerable.go │ │ │ │ ├── iterator.go │ │ │ │ └── serialization.go │ │ │ └── lists.go │ │ │ ├── trees │ │ │ ├── binaryheap │ │ │ │ ├── binaryheap.go │ │ │ │ ├── iterator.go │ │ │ │ └── serialization.go │ │ │ └── trees.go │ │ │ └── utils │ │ │ ├── comparator.go │ │ │ ├── sort.go │ │ │ └── utils.go │ ├── fatih │ │ └── color │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── color.go │ │ │ ├── color_windows.go │ │ │ └── doc.go │ ├── go-git │ │ ├── gcfg │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── doc.go │ │ │ ├── errors.go │ │ │ ├── read.go │ │ │ ├── scanner │ │ │ │ ├── errors.go │ │ │ │ └── scanner.go │ │ │ ├── set.go │ │ │ ├── token │ │ │ │ ├── position.go │ │ │ │ ├── serialize.go │ │ │ │ └── token.go │ │ │ └── types │ │ │ │ ├── bool.go │ │ │ │ ├── doc.go │ │ │ │ ├── enum.go │ │ │ │ ├── int.go │ │ │ │ └── scan.go │ │ ├── go-billy │ │ │ └── v5 │ │ │ │ ├── .gitignore │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── fs.go │ │ │ │ ├── helper │ │ │ │ ├── chroot │ │ │ │ │ └── chroot.go │ │ │ │ └── polyfill │ │ │ │ │ └── polyfill.go │ │ │ │ ├── memfs │ │ │ │ ├── memory.go │ │ │ │ └── storage.go │ │ │ │ ├── osfs │ │ │ │ ├── os.go │ │ │ │ ├── os_bound.go │ │ │ │ ├── os_chroot.go │ │ │ │ ├── os_js.go │ │ │ │ ├── os_options.go │ │ │ │ ├── os_plan9.go │ │ │ │ ├── os_posix.go │ │ │ │ ├── os_wasip1.go │ │ │ │ └── os_windows.go │ │ │ │ └── util │ │ │ │ ├── glob.go │ │ │ │ ├── util.go │ │ │ │ └── walk.go │ │ └── go-git │ │ │ └── v5 │ │ │ ├── .gitignore │ │ │ ├── CODE_OF_CONDUCT.md │ │ │ ├── COMPATIBILITY.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── EXTENDING.md │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── SECURITY.md │ │ │ ├── blame.go │ │ │ ├── common.go │ │ │ ├── config │ │ │ ├── branch.go │ │ │ ├── config.go │ │ │ ├── modules.go │ │ │ ├── refspec.go │ │ │ └── url.go │ │ │ ├── doc.go │ │ │ ├── internal │ │ │ ├── path_util │ │ │ │ └── path_util.go │ │ │ ├── revision │ │ │ │ ├── parser.go │ │ │ │ ├── scanner.go │ │ │ │ └── token.go │ │ │ └── url │ │ │ │ └── url.go │ │ │ ├── object_walker.go │ │ │ ├── options.go │ │ │ ├── oss-fuzz.sh │ │ │ ├── plumbing │ │ │ ├── cache │ │ │ │ ├── buffer_lru.go │ │ │ │ ├── common.go │ │ │ │ └── object_lru.go │ │ │ ├── color │ │ │ │ └── color.go │ │ │ ├── error.go │ │ │ ├── filemode │ │ │ │ └── filemode.go │ │ │ ├── format │ │ │ │ ├── config │ │ │ │ │ ├── common.go │ │ │ │ │ ├── decoder.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── encoder.go │ │ │ │ │ ├── format.go │ │ │ │ │ ├── option.go │ │ │ │ │ └── section.go │ │ │ │ ├── diff │ │ │ │ │ ├── colorconfig.go │ │ │ │ │ ├── patch.go │ │ │ │ │ └── unified_encoder.go │ │ │ │ ├── gitignore │ │ │ │ │ ├── dir.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── matcher.go │ │ │ │ │ └── pattern.go │ │ │ │ ├── idxfile │ │ │ │ │ ├── decoder.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── encoder.go │ │ │ │ │ ├── idxfile.go │ │ │ │ │ └── writer.go │ │ │ │ ├── index │ │ │ │ │ ├── decoder.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── encoder.go │ │ │ │ │ ├── index.go │ │ │ │ │ └── match.go │ │ │ │ ├── objfile │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── reader.go │ │ │ │ │ └── writer.go │ │ │ │ ├── packfile │ │ │ │ │ ├── common.go │ │ │ │ │ ├── delta_index.go │ │ │ │ │ ├── delta_selector.go │ │ │ │ │ ├── diff_delta.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── encoder.go │ │ │ │ │ ├── error.go │ │ │ │ │ ├── fsobject.go │ │ │ │ │ ├── object_pack.go │ │ │ │ │ ├── packfile.go │ │ │ │ │ ├── parser.go │ │ │ │ │ ├── patch_delta.go │ │ │ │ │ └── scanner.go │ │ │ │ └── pktline │ │ │ │ │ ├── encoder.go │ │ │ │ │ ├── error.go │ │ │ │ │ └── scanner.go │ │ │ ├── hash.go │ │ │ ├── hash │ │ │ │ ├── hash.go │ │ │ │ ├── hash_sha1.go │ │ │ │ └── hash_sha256.go │ │ │ ├── memory.go │ │ │ ├── object.go │ │ │ ├── object │ │ │ │ ├── blob.go │ │ │ │ ├── change.go │ │ │ │ ├── change_adaptor.go │ │ │ │ ├── commit.go │ │ │ │ ├── commit_walker.go │ │ │ │ ├── commit_walker_bfs.go │ │ │ │ ├── commit_walker_bfs_filtered.go │ │ │ │ ├── commit_walker_ctime.go │ │ │ │ ├── commit_walker_limit.go │ │ │ │ ├── commit_walker_path.go │ │ │ │ ├── difftree.go │ │ │ │ ├── file.go │ │ │ │ ├── merge_base.go │ │ │ │ ├── object.go │ │ │ │ ├── patch.go │ │ │ │ ├── rename.go │ │ │ │ ├── signature.go │ │ │ │ ├── tag.go │ │ │ │ ├── tree.go │ │ │ │ └── treenoder.go │ │ │ ├── protocol │ │ │ │ └── packp │ │ │ │ │ ├── advrefs.go │ │ │ │ │ ├── advrefs_decode.go │ │ │ │ │ ├── advrefs_encode.go │ │ │ │ │ ├── capability │ │ │ │ │ ├── capability.go │ │ │ │ │ └── list.go │ │ │ │ │ ├── common.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── filter.go │ │ │ │ │ ├── gitproto.go │ │ │ │ │ ├── report_status.go │ │ │ │ │ ├── shallowupd.go │ │ │ │ │ ├── sideband │ │ │ │ │ ├── common.go │ │ │ │ │ ├── demux.go │ │ │ │ │ ├── doc.go │ │ │ │ │ └── muxer.go │ │ │ │ │ ├── srvresp.go │ │ │ │ │ ├── ulreq.go │ │ │ │ │ ├── ulreq_decode.go │ │ │ │ │ ├── ulreq_encode.go │ │ │ │ │ ├── updreq.go │ │ │ │ │ ├── updreq_decode.go │ │ │ │ │ ├── updreq_encode.go │ │ │ │ │ ├── uppackreq.go │ │ │ │ │ └── uppackresp.go │ │ │ ├── reference.go │ │ │ ├── revision.go │ │ │ ├── revlist │ │ │ │ └── revlist.go │ │ │ ├── storer │ │ │ │ ├── doc.go │ │ │ │ ├── index.go │ │ │ │ ├── object.go │ │ │ │ ├── reference.go │ │ │ │ ├── shallow.go │ │ │ │ └── storer.go │ │ │ └── transport │ │ │ │ ├── client │ │ │ │ └── client.go │ │ │ │ ├── common.go │ │ │ │ ├── file │ │ │ │ ├── client.go │ │ │ │ └── server.go │ │ │ │ ├── git │ │ │ │ └── common.go │ │ │ │ ├── http │ │ │ │ ├── common.go │ │ │ │ ├── receive_pack.go │ │ │ │ ├── transport.go │ │ │ │ └── upload_pack.go │ │ │ │ ├── internal │ │ │ │ └── common │ │ │ │ │ ├── common.go │ │ │ │ │ ├── mocks.go │ │ │ │ │ └── server.go │ │ │ │ ├── server │ │ │ │ ├── loader.go │ │ │ │ └── server.go │ │ │ │ └── ssh │ │ │ │ ├── auth_method.go │ │ │ │ └── common.go │ │ │ ├── prune.go │ │ │ ├── remote.go │ │ │ ├── repository.go │ │ │ ├── signer.go │ │ │ ├── status.go │ │ │ ├── storage │ │ │ ├── filesystem │ │ │ │ ├── config.go │ │ │ │ ├── deltaobject.go │ │ │ │ ├── dotgit │ │ │ │ │ ├── dotgit.go │ │ │ │ │ ├── dotgit_rewrite_packed_refs.go │ │ │ │ │ ├── dotgit_setref.go │ │ │ │ │ ├── reader.go │ │ │ │ │ ├── repository_filesystem.go │ │ │ │ │ └── writers.go │ │ │ │ ├── index.go │ │ │ │ ├── module.go │ │ │ │ ├── object.go │ │ │ │ ├── reference.go │ │ │ │ ├── shallow.go │ │ │ │ └── storage.go │ │ │ ├── memory │ │ │ │ └── storage.go │ │ │ └── storer.go │ │ │ ├── submodule.go │ │ │ ├── utils │ │ │ ├── binary │ │ │ │ ├── read.go │ │ │ │ └── write.go │ │ │ ├── diff │ │ │ │ └── diff.go │ │ │ ├── ioutil │ │ │ │ └── common.go │ │ │ ├── merkletrie │ │ │ │ ├── change.go │ │ │ │ ├── difftree.go │ │ │ │ ├── doc.go │ │ │ │ ├── doubleiter.go │ │ │ │ ├── filesystem │ │ │ │ │ └── node.go │ │ │ │ ├── index │ │ │ │ │ └── node.go │ │ │ │ ├── internal │ │ │ │ │ └── frame │ │ │ │ │ │ └── frame.go │ │ │ │ ├── iter.go │ │ │ │ └── noder │ │ │ │ │ ├── noder.go │ │ │ │ │ └── path.go │ │ │ ├── sync │ │ │ │ ├── bufio.go │ │ │ │ ├── bytes.go │ │ │ │ └── zlib.go │ │ │ └── trace │ │ │ │ └── trace.go │ │ │ ├── worktree.go │ │ │ ├── worktree_bsd.go │ │ │ ├── worktree_commit.go │ │ │ ├── worktree_js.go │ │ │ ├── worktree_linux.go │ │ │ ├── worktree_plan9.go │ │ │ ├── worktree_status.go │ │ │ ├── worktree_unix_other.go │ │ │ └── worktree_windows.go │ ├── golang-jwt │ │ └── jwt │ │ │ └── v5 │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── MIGRATION_GUIDE.md │ │ │ ├── README.md │ │ │ ├── SECURITY.md │ │ │ ├── VERSION_HISTORY.md │ │ │ ├── claims.go │ │ │ ├── doc.go │ │ │ ├── ecdsa.go │ │ │ ├── ecdsa_utils.go │ │ │ ├── ed25519.go │ │ │ ├── ed25519_utils.go │ │ │ ├── errors.go │ │ │ ├── errors_go1_20.go │ │ │ ├── errors_go_other.go │ │ │ ├── hmac.go │ │ │ ├── map_claims.go │ │ │ ├── none.go │ │ │ ├── parser.go │ │ │ ├── parser_option.go │ │ │ ├── registered_claims.go │ │ │ ├── rsa.go │ │ │ ├── rsa_pss.go │ │ │ ├── rsa_utils.go │ │ │ ├── signing_method.go │ │ │ ├── staticcheck.conf │ │ │ ├── token.go │ │ │ ├── token_option.go │ │ │ ├── types.go │ │ │ └── validator.go │ ├── golang │ │ ├── groupcache │ │ │ ├── LICENSE │ │ │ └── lru │ │ │ │ └── lru.go │ │ └── protobuf │ │ │ ├── AUTHORS │ │ │ ├── CONTRIBUTORS │ │ │ ├── LICENSE │ │ │ ├── proto │ │ │ ├── buffer.go │ │ │ ├── defaults.go │ │ │ ├── deprecated.go │ │ │ ├── discard.go │ │ │ ├── extensions.go │ │ │ ├── properties.go │ │ │ ├── proto.go │ │ │ ├── registry.go │ │ │ ├── text_decode.go │ │ │ ├── text_encode.go │ │ │ ├── wire.go │ │ │ └── wrappers.go │ │ │ └── ptypes │ │ │ └── empty │ │ │ └── empty.pb.go │ ├── google │ │ ├── go-cmp │ │ │ ├── LICENSE │ │ │ └── cmp │ │ │ │ ├── compare.go │ │ │ │ ├── export.go │ │ │ │ ├── internal │ │ │ │ ├── diff │ │ │ │ │ ├── debug_disable.go │ │ │ │ │ ├── debug_enable.go │ │ │ │ │ └── diff.go │ │ │ │ ├── flags │ │ │ │ │ └── flags.go │ │ │ │ ├── function │ │ │ │ │ └── func.go │ │ │ │ └── value │ │ │ │ │ ├── name.go │ │ │ │ │ ├── pointer.go │ │ │ │ │ └── sort.go │ │ │ │ ├── options.go │ │ │ │ ├── path.go │ │ │ │ ├── report.go │ │ │ │ ├── report_compare.go │ │ │ │ ├── report_references.go │ │ │ │ ├── report_reflect.go │ │ │ │ ├── report_slices.go │ │ │ │ ├── report_text.go │ │ │ │ └── report_value.go │ │ └── uuid │ │ │ ├── CHANGELOG.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── CONTRIBUTORS │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── dce.go │ │ │ ├── doc.go │ │ │ ├── hash.go │ │ │ ├── marshal.go │ │ │ ├── node.go │ │ │ ├── node_js.go │ │ │ ├── node_net.go │ │ │ ├── null.go │ │ │ ├── sql.go │ │ │ ├── time.go │ │ │ ├── util.go │ │ │ ├── uuid.go │ │ │ ├── version1.go │ │ │ ├── version4.go │ │ │ ├── version6.go │ │ │ └── version7.go │ ├── hashicorp │ │ ├── cli │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── autocomplete.go │ │ │ ├── cli.go │ │ │ ├── command.go │ │ │ ├── command_mock.go │ │ │ ├── help.go │ │ │ ├── ui.go │ │ │ ├── ui_colored.go │ │ │ ├── ui_common.go │ │ │ ├── ui_concurrent.go │ │ │ ├── ui_js.go │ │ │ ├── ui_mock.go │ │ │ └── ui_writer.go │ │ ├── errwrap │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── errwrap.go │ │ ├── go-checkpoint │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── check.go │ │ │ ├── telemetry.go │ │ │ └── versions.go │ │ ├── go-cleanhttp │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── cleanhttp.go │ │ │ ├── doc.go │ │ │ └── handlers.go │ │ ├── go-cty │ │ │ ├── LICENSE │ │ │ └── cty │ │ │ │ ├── capsule.go │ │ │ │ ├── capsule_ops.go │ │ │ │ ├── collection.go │ │ │ │ ├── convert │ │ │ │ ├── compare_types.go │ │ │ │ ├── conversion.go │ │ │ │ ├── conversion_capsule.go │ │ │ │ ├── conversion_collection.go │ │ │ │ ├── conversion_dynamic.go │ │ │ │ ├── conversion_object.go │ │ │ │ ├── conversion_primitive.go │ │ │ │ ├── conversion_tuple.go │ │ │ │ ├── doc.go │ │ │ │ ├── mismatch_msg.go │ │ │ │ ├── public.go │ │ │ │ ├── sort_types.go │ │ │ │ └── unify.go │ │ │ │ ├── doc.go │ │ │ │ ├── element_iterator.go │ │ │ │ ├── error.go │ │ │ │ ├── gob.go │ │ │ │ ├── gocty │ │ │ │ ├── doc.go │ │ │ │ ├── helpers.go │ │ │ │ ├── in.go │ │ │ │ ├── out.go │ │ │ │ └── type_implied.go │ │ │ │ ├── helper.go │ │ │ │ ├── json.go │ │ │ │ ├── json │ │ │ │ ├── doc.go │ │ │ │ ├── marshal.go │ │ │ │ ├── simple.go │ │ │ │ ├── type.go │ │ │ │ ├── type_implied.go │ │ │ │ ├── unmarshal.go │ │ │ │ └── value.go │ │ │ │ ├── list_type.go │ │ │ │ ├── map_type.go │ │ │ │ ├── marks.go │ │ │ │ ├── msgpack │ │ │ │ ├── doc.go │ │ │ │ ├── dynamic.go │ │ │ │ ├── infinity.go │ │ │ │ ├── marshal.go │ │ │ │ ├── type_implied.go │ │ │ │ ├── unknown.go │ │ │ │ └── unmarshal.go │ │ │ │ ├── null.go │ │ │ │ ├── object_type.go │ │ │ │ ├── path.go │ │ │ │ ├── path_set.go │ │ │ │ ├── primitive_type.go │ │ │ │ ├── set │ │ │ │ ├── gob.go │ │ │ │ ├── iterator.go │ │ │ │ ├── ops.go │ │ │ │ ├── rules.go │ │ │ │ └── set.go │ │ │ │ ├── set_helper.go │ │ │ │ ├── set_internals.go │ │ │ │ ├── set_type.go │ │ │ │ ├── tuple_type.go │ │ │ │ ├── type.go │ │ │ │ ├── type_conform.go │ │ │ │ ├── types_to_register.go │ │ │ │ ├── unknown.go │ │ │ │ ├── unknown_as_null.go │ │ │ │ ├── value.go │ │ │ │ ├── value_init.go │ │ │ │ ├── value_ops.go │ │ │ │ └── walk.go │ │ ├── go-hclog │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── colorize_unix.go │ │ │ ├── colorize_windows.go │ │ │ ├── context.go │ │ │ ├── exclude.go │ │ │ ├── global.go │ │ │ ├── interceptlogger.go │ │ │ ├── intlogger.go │ │ │ ├── logger.go │ │ │ ├── nulllogger.go │ │ │ ├── stacktrace.go │ │ │ ├── stdlog.go │ │ │ └── writer.go │ │ ├── go-multierror │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── append.go │ │ │ ├── flatten.go │ │ │ ├── format.go │ │ │ ├── group.go │ │ │ ├── multierror.go │ │ │ ├── prefix.go │ │ │ └── sort.go │ │ ├── go-plugin │ │ │ ├── .gitignore │ │ │ ├── .go-version │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── buf.gen.yaml │ │ │ ├── buf.yaml │ │ │ ├── client.go │ │ │ ├── constants.go │ │ │ ├── discover.go │ │ │ ├── error.go │ │ │ ├── grpc_broker.go │ │ │ ├── grpc_client.go │ │ │ ├── grpc_controller.go │ │ │ ├── grpc_server.go │ │ │ ├── grpc_stdio.go │ │ │ ├── internal │ │ │ │ ├── cmdrunner │ │ │ │ │ ├── addr_translator.go │ │ │ │ │ ├── cmd_reattach.go │ │ │ │ │ ├── cmd_runner.go │ │ │ │ │ ├── notes_unix.go │ │ │ │ │ ├── notes_windows.go │ │ │ │ │ ├── process.go │ │ │ │ │ ├── process_posix.go │ │ │ │ │ └── process_windows.go │ │ │ │ ├── grpcmux │ │ │ │ │ ├── blocked_client_listener.go │ │ │ │ │ ├── blocked_server_listener.go │ │ │ │ │ ├── grpc_client_muxer.go │ │ │ │ │ ├── grpc_muxer.go │ │ │ │ │ └── grpc_server_muxer.go │ │ │ │ └── plugin │ │ │ │ │ ├── grpc_broker.pb.go │ │ │ │ │ ├── grpc_broker.proto │ │ │ │ │ ├── grpc_broker_grpc.pb.go │ │ │ │ │ ├── grpc_controller.pb.go │ │ │ │ │ ├── grpc_controller.proto │ │ │ │ │ ├── grpc_controller_grpc.pb.go │ │ │ │ │ ├── grpc_stdio.pb.go │ │ │ │ │ ├── grpc_stdio.proto │ │ │ │ │ └── grpc_stdio_grpc.pb.go │ │ │ ├── log_entry.go │ │ │ ├── mtls.go │ │ │ ├── mux_broker.go │ │ │ ├── plugin.go │ │ │ ├── process.go │ │ │ ├── protocol.go │ │ │ ├── rpc_client.go │ │ │ ├── rpc_server.go │ │ │ ├── runner │ │ │ │ └── runner.go │ │ │ ├── server.go │ │ │ ├── server_mux.go │ │ │ ├── stream.go │ │ │ └── testing.go │ │ ├── go-retryablehttp │ │ │ ├── .gitignore │ │ │ ├── .go-version │ │ │ ├── CHANGELOG.md │ │ │ ├── CODEOWNERS │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── cert_error_go119.go │ │ │ ├── cert_error_go120.go │ │ │ ├── client.go │ │ │ └── roundtripper.go │ │ ├── go-uuid │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── uuid.go │ │ ├── go-version │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── constraint.go │ │ │ ├── version.go │ │ │ └── version_collection.go │ │ ├── hc-install │ │ │ ├── .copywrite.hcl │ │ │ ├── .go-version │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── catalog-info.yaml │ │ │ ├── checkpoint │ │ │ │ └── latest_version.go │ │ │ ├── errors │ │ │ │ └── errors.go │ │ │ ├── fs │ │ │ │ ├── any_version.go │ │ │ │ ├── exact_version.go │ │ │ │ ├── fs.go │ │ │ │ ├── fs_unix.go │ │ │ │ ├── fs_windows.go │ │ │ │ └── version.go │ │ │ ├── installer.go │ │ │ ├── internal │ │ │ │ ├── build │ │ │ │ │ ├── get_go_version.go │ │ │ │ │ ├── go_build.go │ │ │ │ │ ├── go_is_installed.go │ │ │ │ │ └── install_go_version.go │ │ │ │ ├── httpclient │ │ │ │ │ └── httpclient.go │ │ │ │ ├── pubkey │ │ │ │ │ └── pubkey.go │ │ │ │ ├── releasesjson │ │ │ │ │ ├── checksum_downloader.go │ │ │ │ │ ├── downloader.go │ │ │ │ │ ├── product_version.go │ │ │ │ │ └── releases.go │ │ │ │ ├── src │ │ │ │ │ └── src.go │ │ │ │ └── validators │ │ │ │ │ └── validators.go │ │ │ ├── product │ │ │ │ ├── consul.go │ │ │ │ ├── nomad.go │ │ │ │ ├── packer.go │ │ │ │ ├── product.go │ │ │ │ ├── terraform.go │ │ │ │ └── vault.go │ │ │ ├── releases │ │ │ │ ├── enterprise.go │ │ │ │ ├── exact_version.go │ │ │ │ ├── latest_version.go │ │ │ │ ├── releases.go │ │ │ │ └── versions.go │ │ │ ├── src │ │ │ │ └── src.go │ │ │ └── version │ │ │ │ ├── VERSION │ │ │ │ └── version.go │ │ ├── hcl │ │ │ └── v2 │ │ │ │ ├── .copywrite.hcl │ │ │ │ ├── .go-version │ │ │ │ ├── .golangci.yaml │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── diagnostic.go │ │ │ │ ├── diagnostic_text.go │ │ │ │ ├── diagnostic_typeparams.go │ │ │ │ ├── didyoumean.go │ │ │ │ ├── doc.go │ │ │ │ ├── eval_context.go │ │ │ │ ├── expr_call.go │ │ │ │ ├── expr_list.go │ │ │ │ ├── expr_map.go │ │ │ │ ├── expr_unwrap.go │ │ │ │ ├── ext │ │ │ │ └── customdecode │ │ │ │ │ ├── README.md │ │ │ │ │ ├── customdecode.go │ │ │ │ │ └── expression_type.go │ │ │ │ ├── hclsyntax │ │ │ │ ├── diagnostics.go │ │ │ │ ├── didyoumean.go │ │ │ │ ├── doc.go │ │ │ │ ├── expression.go │ │ │ │ ├── expression_ops.go │ │ │ │ ├── expression_template.go │ │ │ │ ├── expression_vars.go │ │ │ │ ├── file.go │ │ │ │ ├── generate.go │ │ │ │ ├── keywords.go │ │ │ │ ├── navigation.go │ │ │ │ ├── node.go │ │ │ │ ├── parser.go │ │ │ │ ├── parser_template.go │ │ │ │ ├── parser_traversal.go │ │ │ │ ├── peeker.go │ │ │ │ ├── public.go │ │ │ │ ├── scan_string_lit.go │ │ │ │ ├── scan_string_lit.rl │ │ │ │ ├── scan_tokens.go │ │ │ │ ├── scan_tokens.rl │ │ │ │ ├── spec.md │ │ │ │ ├── structure.go │ │ │ │ ├── structure_at_pos.go │ │ │ │ ├── token.go │ │ │ │ ├── token_type_string.go │ │ │ │ ├── unicode2ragel.rb │ │ │ │ ├── unicode_derived.rl │ │ │ │ ├── variables.go │ │ │ │ └── walk.go │ │ │ │ ├── hclwrite │ │ │ │ ├── ast.go │ │ │ │ ├── ast_attribute.go │ │ │ │ ├── ast_block.go │ │ │ │ ├── ast_body.go │ │ │ │ ├── ast_expression.go │ │ │ │ ├── doc.go │ │ │ │ ├── format.go │ │ │ │ ├── generate.go │ │ │ │ ├── native_node_sorter.go │ │ │ │ ├── node.go │ │ │ │ ├── parser.go │ │ │ │ ├── public.go │ │ │ │ └── tokens.go │ │ │ │ ├── merged.go │ │ │ │ ├── ops.go │ │ │ │ ├── pos.go │ │ │ │ ├── pos_scanner.go │ │ │ │ ├── schema.go │ │ │ │ ├── spec.md │ │ │ │ ├── static_expr.go │ │ │ │ ├── structure.go │ │ │ │ ├── structure_at_pos.go │ │ │ │ ├── tools.go │ │ │ │ ├── traversal.go │ │ │ │ └── traversal_for_expr.go │ │ ├── logutils │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── level.go │ │ ├── terraform-exec │ │ │ ├── LICENSE │ │ │ ├── internal │ │ │ │ └── version │ │ │ │ │ └── version.go │ │ │ └── tfexec │ │ │ │ ├── apply.go │ │ │ │ ├── cmd.go │ │ │ │ ├── cmd_default.go │ │ │ │ ├── cmd_linux.go │ │ │ │ ├── destroy.go │ │ │ │ ├── doc.go │ │ │ │ ├── errors.go │ │ │ │ ├── fmt.go │ │ │ │ ├── force_unlock.go │ │ │ │ ├── get.go │ │ │ │ ├── graph.go │ │ │ │ ├── import.go │ │ │ │ ├── init.go │ │ │ │ ├── metadata_functions.go │ │ │ │ ├── options.go │ │ │ │ ├── output.go │ │ │ │ ├── plan.go │ │ │ │ ├── providers_lock.go │ │ │ │ ├── providers_schema.go │ │ │ │ ├── query.go │ │ │ │ ├── refresh.go │ │ │ │ ├── show.go │ │ │ │ ├── state_mv.go │ │ │ │ ├── state_pull.go │ │ │ │ ├── state_push.go │ │ │ │ ├── state_rm.go │ │ │ │ ├── taint.go │ │ │ │ ├── terraform.go │ │ │ │ ├── test.go │ │ │ │ ├── untaint.go │ │ │ │ ├── upgrade012.go │ │ │ │ ├── upgrade013.go │ │ │ │ ├── validate.go │ │ │ │ ├── version.go │ │ │ │ ├── workspace_delete.go │ │ │ │ ├── workspace_list.go │ │ │ │ ├── workspace_new.go │ │ │ │ ├── workspace_select.go │ │ │ │ └── workspace_show.go │ │ ├── terraform-json │ │ │ ├── .copywrite.hcl │ │ │ ├── .gitignore │ │ │ ├── .go-version │ │ │ ├── CODEOWNERS │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── action.go │ │ │ ├── catalog-info.yaml │ │ │ ├── checks.go │ │ │ ├── config.go │ │ │ ├── expression.go │ │ │ ├── logging.go │ │ │ ├── logging_generic.go │ │ │ ├── logging_query.go │ │ │ ├── logging_types.go │ │ │ ├── metadata.go │ │ │ ├── plan.go │ │ │ ├── schemas.go │ │ │ ├── state.go │ │ │ ├── tfjson.go │ │ │ ├── validate.go │ │ │ └── version.go │ │ ├── terraform-plugin-docs │ │ │ ├── LICENSE │ │ │ ├── cmd │ │ │ │ └── tfplugindocs │ │ │ │ │ ├── build │ │ │ │ │ └── version.go │ │ │ │ │ └── main.go │ │ │ └── internal │ │ │ │ ├── check │ │ │ │ ├── directory.go │ │ │ │ ├── file.go │ │ │ │ ├── file_extension.go │ │ │ │ ├── file_mismatch.go │ │ │ │ ├── frontmatter.go │ │ │ │ └── provider_file.go │ │ │ │ ├── cmd │ │ │ │ ├── generate.go │ │ │ │ ├── migrate.go │ │ │ │ ├── run.go │ │ │ │ ├── serve.go │ │ │ │ └── validate.go │ │ │ │ ├── functionmd │ │ │ │ └── render.go │ │ │ │ ├── mdplain │ │ │ │ ├── mdplain.go │ │ │ │ └── renderer.go │ │ │ │ ├── provider │ │ │ │ ├── action_template.go │ │ │ │ ├── generate.go │ │ │ │ ├── logger.go │ │ │ │ ├── migrate.go │ │ │ │ ├── schema.go │ │ │ │ ├── template.go │ │ │ │ ├── util.go │ │ │ │ └── validate.go │ │ │ │ ├── schemamd │ │ │ │ ├── behaviors.go │ │ │ │ ├── render.go │ │ │ │ ├── write_attribute_description.go │ │ │ │ ├── write_block_type_description.go │ │ │ │ ├── write_nested_attribute_type_description.go │ │ │ │ └── write_type.go │ │ │ │ └── tmplfuncs │ │ │ │ └── tmplfuncs.go │ │ ├── terraform-plugin-framework-timeouts │ │ │ ├── LICENSE │ │ │ ├── internal │ │ │ │ └── validators │ │ │ │ │ └── timeduration.go │ │ │ └── resource │ │ │ │ └── timeouts │ │ │ │ ├── schema.go │ │ │ │ └── timeouts.go │ │ ├── terraform-plugin-framework-validators │ │ │ ├── LICENSE │ │ │ ├── helpers │ │ │ │ └── validatordiag │ │ │ │ │ ├── diag.go │ │ │ │ │ └── doc.go │ │ │ ├── int64validator │ │ │ │ ├── all.go │ │ │ │ ├── also_requires.go │ │ │ │ ├── any.go │ │ │ │ ├── any_with_all_warnings.go │ │ │ │ ├── at_least.go │ │ │ │ ├── at_least_one_of.go │ │ │ │ ├── at_least_sum_of.go │ │ │ │ ├── at_most.go │ │ │ │ ├── at_most_sum_of.go │ │ │ │ ├── between.go │ │ │ │ ├── conflicts_with.go │ │ │ │ ├── doc.go │ │ │ │ ├── equal_to_product_of.go │ │ │ │ ├── equal_to_sum_of.go │ │ │ │ ├── exactly_one_of.go │ │ │ │ ├── none_of.go │ │ │ │ └── one_of.go │ │ │ ├── internal │ │ │ │ └── schemavalidator │ │ │ │ │ ├── also_requires.go │ │ │ │ │ ├── at_least_one_of.go │ │ │ │ │ ├── conflicts_with.go │ │ │ │ │ ├── doc.go │ │ │ │ │ └── exactly_one_of.go │ │ │ ├── listvalidator │ │ │ │ ├── all.go │ │ │ │ ├── also_requires.go │ │ │ │ ├── any.go │ │ │ │ ├── any_with_all_warnings.go │ │ │ │ ├── at_least_one_of.go │ │ │ │ ├── conflicts_with.go │ │ │ │ ├── doc.go │ │ │ │ ├── exactly_one_of.go │ │ │ │ ├── is_required.go │ │ │ │ ├── size_at_least.go │ │ │ │ ├── size_at_most.go │ │ │ │ ├── size_between.go │ │ │ │ ├── unique_values.go │ │ │ │ ├── value_float32s_are.go │ │ │ │ ├── value_float64s_are.go │ │ │ │ ├── value_int32s_are.go │ │ │ │ ├── value_int64s_are.go │ │ │ │ ├── value_lists_are.go │ │ │ │ ├── value_maps_are.go │ │ │ │ ├── value_numbers_are.go │ │ │ │ ├── value_sets_are.go │ │ │ │ └── value_strings_are.go │ │ │ └── stringvalidator │ │ │ │ ├── all.go │ │ │ │ ├── also_requires.go │ │ │ │ ├── any.go │ │ │ │ ├── any_with_all_warnings.go │ │ │ │ ├── at_least_one_of.go │ │ │ │ ├── conflicts_with.go │ │ │ │ ├── doc.go │ │ │ │ ├── exactly_one_of.go │ │ │ │ ├── length_at_least.go │ │ │ │ ├── length_at_most.go │ │ │ │ ├── length_between.go │ │ │ │ ├── none_of.go │ │ │ │ ├── none_of_case_insensitive.go │ │ │ │ ├── one_of.go │ │ │ │ ├── one_of_case_insensitive.go │ │ │ │ ├── regex_matches.go │ │ │ │ ├── utf8_length_at_least.go │ │ │ │ ├── utf8_length_at_most.go │ │ │ │ └── utf8_length_between.go │ │ ├── terraform-plugin-framework │ │ │ ├── LICENSE │ │ │ ├── action │ │ │ │ ├── action.go │ │ │ │ ├── config_validator.go │ │ │ │ ├── configure.go │ │ │ │ ├── deferred.go │ │ │ │ ├── doc.go │ │ │ │ ├── invoke.go │ │ │ │ ├── metadata.go │ │ │ │ ├── modify_plan.go │ │ │ │ ├── schema.go │ │ │ │ ├── schema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── bool_attribute.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_attribute.go │ │ │ │ │ ├── float32_attribute.go │ │ │ │ │ ├── float64_attribute.go │ │ │ │ │ ├── int32_attribute.go │ │ │ │ │ ├── int64_attribute.go │ │ │ │ │ ├── list_attribute.go │ │ │ │ │ ├── list_nested_attribute.go │ │ │ │ │ ├── list_nested_block.go │ │ │ │ │ ├── map_attribute.go │ │ │ │ │ ├── map_nested_attribute.go │ │ │ │ │ ├── nested_attribute.go │ │ │ │ │ ├── nested_attribute_object.go │ │ │ │ │ ├── nested_block_object.go │ │ │ │ │ ├── number_attribute.go │ │ │ │ │ ├── object_attribute.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── set_attribute.go │ │ │ │ │ ├── set_nested_attribute.go │ │ │ │ │ ├── set_nested_block.go │ │ │ │ │ ├── single_nested_attribute.go │ │ │ │ │ ├── single_nested_block.go │ │ │ │ │ └── string_attribute.go │ │ │ │ └── validate_config.go │ │ │ ├── attr │ │ │ │ ├── doc.go │ │ │ │ ├── type.go │ │ │ │ ├── value.go │ │ │ │ ├── value_state.go │ │ │ │ └── xattr │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── doc.go │ │ │ │ │ └── type.go │ │ │ ├── datasource │ │ │ │ ├── config_validator.go │ │ │ │ ├── configure.go │ │ │ │ ├── data_source.go │ │ │ │ ├── deferred.go │ │ │ │ ├── doc.go │ │ │ │ ├── metadata.go │ │ │ │ ├── read.go │ │ │ │ ├── schema.go │ │ │ │ ├── schema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── bool_attribute.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_attribute.go │ │ │ │ │ ├── float32_attribute.go │ │ │ │ │ ├── float64_attribute.go │ │ │ │ │ ├── int32_attribute.go │ │ │ │ │ ├── int64_attribute.go │ │ │ │ │ ├── list_attribute.go │ │ │ │ │ ├── list_nested_attribute.go │ │ │ │ │ ├── list_nested_block.go │ │ │ │ │ ├── map_attribute.go │ │ │ │ │ ├── map_nested_attribute.go │ │ │ │ │ ├── nested_attribute.go │ │ │ │ │ ├── nested_attribute_object.go │ │ │ │ │ ├── nested_block_object.go │ │ │ │ │ ├── number_attribute.go │ │ │ │ │ ├── object_attribute.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── set_attribute.go │ │ │ │ │ ├── set_nested_attribute.go │ │ │ │ │ ├── set_nested_block.go │ │ │ │ │ ├── single_nested_attribute.go │ │ │ │ │ ├── single_nested_block.go │ │ │ │ │ └── string_attribute.go │ │ │ │ └── validate_config.go │ │ │ ├── diag │ │ │ │ ├── attribute_error_diagnostic.go │ │ │ │ ├── attribute_warning_diagnostic.go │ │ │ │ ├── diagnostic.go │ │ │ │ ├── diagnostics.go │ │ │ │ ├── doc.go │ │ │ │ ├── error_diagnostic.go │ │ │ │ ├── severity.go │ │ │ │ ├── warning_diagnostic.go │ │ │ │ └── with_path.go │ │ │ ├── ephemeral │ │ │ │ ├── close.go │ │ │ │ ├── config_validator.go │ │ │ │ ├── configure.go │ │ │ │ ├── deferred.go │ │ │ │ ├── doc.go │ │ │ │ ├── ephemeral_resource.go │ │ │ │ ├── metadata.go │ │ │ │ ├── open.go │ │ │ │ ├── renew.go │ │ │ │ ├── schema.go │ │ │ │ ├── schema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── bool_attribute.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_attribute.go │ │ │ │ │ ├── float32_attribute.go │ │ │ │ │ ├── float64_attribute.go │ │ │ │ │ ├── int32_attribute.go │ │ │ │ │ ├── int64_attribute.go │ │ │ │ │ ├── list_attribute.go │ │ │ │ │ ├── list_nested_attribute.go │ │ │ │ │ ├── list_nested_block.go │ │ │ │ │ ├── map_attribute.go │ │ │ │ │ ├── map_nested_attribute.go │ │ │ │ │ ├── nested_attribute.go │ │ │ │ │ ├── nested_attribute_object.go │ │ │ │ │ ├── nested_block_object.go │ │ │ │ │ ├── number_attribute.go │ │ │ │ │ ├── object_attribute.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── set_attribute.go │ │ │ │ │ ├── set_nested_attribute.go │ │ │ │ │ ├── set_nested_block.go │ │ │ │ │ ├── single_nested_attribute.go │ │ │ │ │ ├── single_nested_block.go │ │ │ │ │ └── string_attribute.go │ │ │ │ └── validate_config.go │ │ │ ├── function │ │ │ │ ├── arguments_data.go │ │ │ │ ├── bool_parameter.go │ │ │ │ ├── bool_parameter_validator.go │ │ │ │ ├── bool_return.go │ │ │ │ ├── definition.go │ │ │ │ ├── doc.go │ │ │ │ ├── dynamic_parameter.go │ │ │ │ ├── dynamic_parameter_validator.go │ │ │ │ ├── dynamic_return.go │ │ │ │ ├── float32_parameter.go │ │ │ │ ├── float32_parameter_validator.go │ │ │ │ ├── float32_return.go │ │ │ │ ├── float64_parameter.go │ │ │ │ ├── float64_parameter_validator.go │ │ │ │ ├── float64_return.go │ │ │ │ ├── func_error.go │ │ │ │ ├── function.go │ │ │ │ ├── int32_parameter.go │ │ │ │ ├── int32_parameter_validator.go │ │ │ │ ├── int32_return.go │ │ │ │ ├── int64_parameter.go │ │ │ │ ├── int64_parameter_validator.go │ │ │ │ ├── int64_return.go │ │ │ │ ├── list_parameter.go │ │ │ │ ├── list_parameter_validator.go │ │ │ │ ├── list_return.go │ │ │ │ ├── map_parameter.go │ │ │ │ ├── map_parameter_validator.go │ │ │ │ ├── map_return.go │ │ │ │ ├── metadata.go │ │ │ │ ├── number_parameter.go │ │ │ │ ├── number_parameter_validator.go │ │ │ │ ├── number_return.go │ │ │ │ ├── object_parameter.go │ │ │ │ ├── object_parameter_validator.go │ │ │ │ ├── object_return.go │ │ │ │ ├── parameter.go │ │ │ │ ├── parameter_validation.go │ │ │ │ ├── result_data.go │ │ │ │ ├── return.go │ │ │ │ ├── run.go │ │ │ │ ├── set_parameter.go │ │ │ │ ├── set_parameter_validator.go │ │ │ │ ├── set_return.go │ │ │ │ ├── string_parameter.go │ │ │ │ ├── string_parameter_validator.go │ │ │ │ └── string_return.go │ │ │ ├── internal │ │ │ │ ├── fromproto5 │ │ │ │ │ ├── applyresourcechange.go │ │ │ │ │ ├── arguments_data.go │ │ │ │ │ ├── callfunction.go │ │ │ │ │ ├── client_capabilities.go │ │ │ │ │ ├── closeephemeralresource.go │ │ │ │ │ ├── config.go │ │ │ │ │ ├── configureprovider.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_value.go │ │ │ │ │ ├── ephemeral_result_data.go │ │ │ │ │ ├── getfunctions.go │ │ │ │ │ ├── getmetadata.go │ │ │ │ │ ├── getproviderschema.go │ │ │ │ │ ├── getresourceidentityschemas.go │ │ │ │ │ ├── identity_schema.go │ │ │ │ │ ├── importresourcestate.go │ │ │ │ │ ├── invokeaction.go │ │ │ │ │ ├── moveresourcestate.go │ │ │ │ │ ├── openephemeralresource.go │ │ │ │ │ ├── plan.go │ │ │ │ │ ├── planaction.go │ │ │ │ │ ├── planresourcechange.go │ │ │ │ │ ├── prepareproviderconfig.go │ │ │ │ │ ├── providermeta.go │ │ │ │ │ ├── readdatasource.go │ │ │ │ │ ├── readresource.go │ │ │ │ │ ├── renewephemeralresource.go │ │ │ │ │ ├── resource_identity.go │ │ │ │ │ ├── resource_schema.go │ │ │ │ │ ├── state.go │ │ │ │ │ ├── upgraderesourceidentity.go │ │ │ │ │ ├── upgraderesourcestate.go │ │ │ │ │ ├── validateactionconfig.go │ │ │ │ │ ├── validatedatasourceconfig.go │ │ │ │ │ ├── validateephemeralresourceconfig.go │ │ │ │ │ ├── validatelistresourceconfig.go │ │ │ │ │ └── validateresourcetypeconfig.go │ │ │ │ ├── fromproto6 │ │ │ │ │ ├── applyresourcechange.go │ │ │ │ │ ├── arguments_data.go │ │ │ │ │ ├── callfunction.go │ │ │ │ │ ├── client_capabilities.go │ │ │ │ │ ├── closeephemeralresource.go │ │ │ │ │ ├── config.go │ │ │ │ │ ├── configureprovider.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_value.go │ │ │ │ │ ├── ephemeral_result_data.go │ │ │ │ │ ├── getfunctions.go │ │ │ │ │ ├── getmetadata.go │ │ │ │ │ ├── getproviderschema.go │ │ │ │ │ ├── getresourceidentityschemas.go │ │ │ │ │ ├── identity_schema.go │ │ │ │ │ ├── importresourcestate.go │ │ │ │ │ ├── invokeaction.go │ │ │ │ │ ├── moveresourcestate.go │ │ │ │ │ ├── openephemeralresource.go │ │ │ │ │ ├── plan.go │ │ │ │ │ ├── planaction.go │ │ │ │ │ ├── planresourcechange.go │ │ │ │ │ ├── providermeta.go │ │ │ │ │ ├── readdatasource.go │ │ │ │ │ ├── readresource.go │ │ │ │ │ ├── renewephemeralresource.go │ │ │ │ │ ├── resource_identity.go │ │ │ │ │ ├── resource_schema.go │ │ │ │ │ ├── state.go │ │ │ │ │ ├── upgraderesourceidentity.go │ │ │ │ │ ├── upgraderesourcestate.go │ │ │ │ │ ├── validateactionconfig.go │ │ │ │ │ ├── validatedatasourceconfig.go │ │ │ │ │ ├── validateephemeralresourceconfig.go │ │ │ │ │ ├── validatelistresourceconfig.go │ │ │ │ │ ├── validateproviderconfig.go │ │ │ │ │ └── validateresourceconfig.go │ │ │ │ ├── fromtftypes │ │ │ │ │ ├── attribute_path.go │ │ │ │ │ ├── attribute_path_step.go │ │ │ │ │ ├── doc.go │ │ │ │ │ └── value.go │ │ │ │ ├── fwfunction │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── parameter_validate_implementation.go │ │ │ │ │ └── return_validate_implementation.go │ │ │ │ ├── fwschema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── attribute_default.go │ │ │ │ │ ├── attribute_name_validation.go │ │ │ │ │ ├── attribute_nesting_mode.go │ │ │ │ │ ├── attribute_validate_implementation.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── block_nested_mode.go │ │ │ │ │ ├── block_validate_implementation.go │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── errors.go │ │ │ │ │ ├── fwxschema │ │ │ │ │ │ ├── attribute_plan_modification.go │ │ │ │ │ │ ├── attribute_validation.go │ │ │ │ │ │ ├── block_plan_modification.go │ │ │ │ │ │ ├── block_validation.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── nested_attribute_object_plan_modification.go │ │ │ │ │ │ ├── nested_attribute_object_validation.go │ │ │ │ │ │ ├── nested_block_object_plan_modification.go │ │ │ │ │ │ └── nested_block_object_validators.go │ │ │ │ │ ├── nested_attribute.go │ │ │ │ │ ├── nested_attribute_object.go │ │ │ │ │ ├── nested_block_object.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── underlying_attributes.go │ │ │ │ │ ├── validate_implementation.go │ │ │ │ │ └── write_only_nested_attribute_validation.go │ │ │ │ ├── fwschemadata │ │ │ │ │ ├── data.go │ │ │ │ │ ├── data_default.go │ │ │ │ │ ├── data_description.go │ │ │ │ │ ├── data_get.go │ │ │ │ │ ├── data_get_at_path.go │ │ │ │ │ ├── data_nullify_collection_blocks.go │ │ │ │ │ ├── data_path_exists.go │ │ │ │ │ ├── data_path_matches.go │ │ │ │ │ ├── data_reify_null_collection_blocks.go │ │ │ │ │ ├── data_set.go │ │ │ │ │ ├── data_set_at_path.go │ │ │ │ │ ├── data_terraform_value.go │ │ │ │ │ ├── data_valid_path_expression.go │ │ │ │ │ ├── data_value.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── tftypes_value.go │ │ │ │ │ ├── value_semantic_equality.go │ │ │ │ │ ├── value_semantic_equality_bool.go │ │ │ │ │ ├── value_semantic_equality_dynamic.go │ │ │ │ │ ├── value_semantic_equality_float32.go │ │ │ │ │ ├── value_semantic_equality_float64.go │ │ │ │ │ ├── value_semantic_equality_int32.go │ │ │ │ │ ├── value_semantic_equality_int64.go │ │ │ │ │ ├── value_semantic_equality_list.go │ │ │ │ │ ├── value_semantic_equality_map.go │ │ │ │ │ ├── value_semantic_equality_number.go │ │ │ │ │ ├── value_semantic_equality_object.go │ │ │ │ │ ├── value_semantic_equality_set.go │ │ │ │ │ └── value_semantic_equality_string.go │ │ │ │ ├── fwserver │ │ │ │ │ ├── attr_type.go │ │ │ │ │ ├── attr_value.go │ │ │ │ │ ├── attribute_plan_modification.go │ │ │ │ │ ├── attribute_validation.go │ │ │ │ │ ├── block_plan_modification.go │ │ │ │ │ ├── block_validation.go │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── schema_plan_modification.go │ │ │ │ │ ├── schema_semantic_equality.go │ │ │ │ │ ├── schema_validation.go │ │ │ │ │ ├── server.go │ │ │ │ │ ├── server_actions.go │ │ │ │ │ ├── server_applyresourcechange.go │ │ │ │ │ ├── server_callfunction.go │ │ │ │ │ ├── server_capabilities.go │ │ │ │ │ ├── server_closeephemeralresource.go │ │ │ │ │ ├── server_configureprovider.go │ │ │ │ │ ├── server_createresource.go │ │ │ │ │ ├── server_deleteresource.go │ │ │ │ │ ├── server_ephemeralresources.go │ │ │ │ │ ├── server_functions.go │ │ │ │ │ ├── server_getfunctions.go │ │ │ │ │ ├── server_getmetadata.go │ │ │ │ │ ├── server_getproviderschema.go │ │ │ │ │ ├── server_getresourceidentityschemas.go │ │ │ │ │ ├── server_importresourcestate.go │ │ │ │ │ ├── server_invokeaction.go │ │ │ │ │ ├── server_listresource.go │ │ │ │ │ ├── server_listresources.go │ │ │ │ │ ├── server_moveresourcestate.go │ │ │ │ │ ├── server_openephemeralresource.go │ │ │ │ │ ├── server_planaction.go │ │ │ │ │ ├── server_planresourcechange.go │ │ │ │ │ ├── server_readdatasource.go │ │ │ │ │ ├── server_readresource.go │ │ │ │ │ ├── server_renewephemeralresource.go │ │ │ │ │ ├── server_updateresource.go │ │ │ │ │ ├── server_upgraderesourceidentity.go │ │ │ │ │ ├── server_upgraderesourcestate.go │ │ │ │ │ ├── server_validateactionconfig.go │ │ │ │ │ ├── server_validatedatasourceconfig.go │ │ │ │ │ ├── server_validateephemeralresourceconfig.go │ │ │ │ │ ├── server_validatelistresourceconfig.go │ │ │ │ │ ├── server_validateproviderconfig.go │ │ │ │ │ ├── server_validateresourceconfig.go │ │ │ │ │ └── write_only_nullification.go │ │ │ │ ├── fwtype │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── missing_underlying_type_validation.go │ │ │ │ │ └── static_collection_validation.go │ │ │ │ ├── logging │ │ │ │ │ ├── context.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── environment_variables.go │ │ │ │ │ ├── framework.go │ │ │ │ │ └── keys.go │ │ │ │ ├── privatestate │ │ │ │ │ ├── data.go │ │ │ │ │ └── doc.go │ │ │ │ ├── proto5server │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── serve.go │ │ │ │ │ ├── server_applyresourcechange.go │ │ │ │ │ ├── server_callfunction.go │ │ │ │ │ ├── server_closeephemeralresource.go │ │ │ │ │ ├── server_configureprovider.go │ │ │ │ │ ├── server_getfunctions.go │ │ │ │ │ ├── server_getmetadata.go │ │ │ │ │ ├── server_getproviderschema.go │ │ │ │ │ ├── server_getresourceidentityschemas.go │ │ │ │ │ ├── server_importresourcestate.go │ │ │ │ │ ├── server_invokeaction.go │ │ │ │ │ ├── server_listresource.go │ │ │ │ │ ├── server_moveresourcestate.go │ │ │ │ │ ├── server_openephemeralresource.go │ │ │ │ │ ├── server_planaction.go │ │ │ │ │ ├── server_planresourcechange.go │ │ │ │ │ ├── server_prepareproviderconfig.go │ │ │ │ │ ├── server_readdatasource.go │ │ │ │ │ ├── server_readresource.go │ │ │ │ │ ├── server_renewephemeralresource.go │ │ │ │ │ ├── server_upgraderesourceidentity.go │ │ │ │ │ ├── server_upgraderesourcestate.go │ │ │ │ │ ├── server_validateactionconfig.go │ │ │ │ │ ├── server_validatedatasourceconfig.go │ │ │ │ │ ├── server_validateephemeralresourceconfig.go │ │ │ │ │ ├── server_validatelistresourceconfig.go │ │ │ │ │ └── server_validateresourcetypeconfig.go │ │ │ │ ├── proto6server │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── serve.go │ │ │ │ │ ├── server_applyresourcechange.go │ │ │ │ │ ├── server_callfunction.go │ │ │ │ │ ├── server_closeephemeralresource.go │ │ │ │ │ ├── server_configureprovider.go │ │ │ │ │ ├── server_getfunctions.go │ │ │ │ │ ├── server_getmetadata.go │ │ │ │ │ ├── server_getproviderschema.go │ │ │ │ │ ├── server_getresourceidentityschemas.go │ │ │ │ │ ├── server_importresourcestate.go │ │ │ │ │ ├── server_invokeaction.go │ │ │ │ │ ├── server_listresource.go │ │ │ │ │ ├── server_moveresourcestate.go │ │ │ │ │ ├── server_openephemeralresource.go │ │ │ │ │ ├── server_planaction.go │ │ │ │ │ ├── server_planresourcechange.go │ │ │ │ │ ├── server_readdatasource.go │ │ │ │ │ ├── server_readresource.go │ │ │ │ │ ├── server_renewephemeralresource.go │ │ │ │ │ ├── server_upgraderesourceidentity.go │ │ │ │ │ ├── server_upgraderesourcestate.go │ │ │ │ │ ├── server_validateactionconfig.go │ │ │ │ │ ├── server_validatedataresourceconfig.go │ │ │ │ │ ├── server_validateephemeralresourceconfig.go │ │ │ │ │ ├── server_validatelistresourceconfig.go │ │ │ │ │ ├── server_validateproviderconfig.go │ │ │ │ │ └── server_validateresourceconfig.go │ │ │ │ ├── reflect │ │ │ │ │ ├── diags.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── generic_attr_value.go │ │ │ │ │ ├── helpers.go │ │ │ │ │ ├── interfaces.go │ │ │ │ │ ├── into.go │ │ │ │ │ ├── map.go │ │ │ │ │ ├── number.go │ │ │ │ │ ├── options.go │ │ │ │ │ ├── outof.go │ │ │ │ │ ├── pointer.go │ │ │ │ │ ├── primitive.go │ │ │ │ │ ├── slice.go │ │ │ │ │ └── struct.go │ │ │ │ ├── toproto5 │ │ │ │ │ ├── action_schema.go │ │ │ │ │ ├── actionmetadata.go │ │ │ │ │ ├── applyresourcechange.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── callfunction.go │ │ │ │ │ ├── closeephemeralresource.go │ │ │ │ │ ├── config.go │ │ │ │ │ ├── configureprovider.go │ │ │ │ │ ├── datasourcemetadata.go │ │ │ │ │ ├── deferred.go │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_value.go │ │ │ │ │ ├── ephemeral_result_data.go │ │ │ │ │ ├── ephemeralresourcemetadata.go │ │ │ │ │ ├── function.go │ │ │ │ │ ├── function_errors.go │ │ │ │ │ ├── getfunctions.go │ │ │ │ │ ├── getmetadata.go │ │ │ │ │ ├── getproviderschema.go │ │ │ │ │ ├── getresourceidentityschemas.go │ │ │ │ │ ├── identity_schema.go │ │ │ │ │ ├── identity_schema_attribute.go │ │ │ │ │ ├── importedresource.go │ │ │ │ │ ├── importresourcestate.go │ │ │ │ │ ├── invoke_action_event.go │ │ │ │ │ ├── list_resource_result.go │ │ │ │ │ ├── listresourcemetadata.go │ │ │ │ │ ├── moveresourcestate.go │ │ │ │ │ ├── openephemeralresource.go │ │ │ │ │ ├── planaction.go │ │ │ │ │ ├── planresourcechange.go │ │ │ │ │ ├── prepareproviderconfig.go │ │ │ │ │ ├── readdatasource.go │ │ │ │ │ ├── readresource.go │ │ │ │ │ ├── renewephemeralresource.go │ │ │ │ │ ├── resource.go │ │ │ │ │ ├── resource_identity.go │ │ │ │ │ ├── resourcemetadata.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── schema_attribute.go │ │ │ │ │ ├── server_capabilities.go │ │ │ │ │ ├── state.go │ │ │ │ │ ├── upgraderesourceidentity.go │ │ │ │ │ ├── upgraderesourcestate.go │ │ │ │ │ ├── validateactionconfig.go │ │ │ │ │ ├── validatedatasourceconfig.go │ │ │ │ │ ├── validateephemeralresourceconfig.go │ │ │ │ │ ├── validatelistresourceconfig.go │ │ │ │ │ └── validateresourcetypeconfig.go │ │ │ │ ├── toproto6 │ │ │ │ │ ├── action_schema.go │ │ │ │ │ ├── actionmetadata.go │ │ │ │ │ ├── applyresourcechange.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── callfunction.go │ │ │ │ │ ├── closeephemeralresource.go │ │ │ │ │ ├── config.go │ │ │ │ │ ├── configureprovider.go │ │ │ │ │ ├── datasourcemetadata.go │ │ │ │ │ ├── deferred.go │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_value.go │ │ │ │ │ ├── ephemeral_result_data.go │ │ │ │ │ ├── ephemeralresourcemetadata.go │ │ │ │ │ ├── function.go │ │ │ │ │ ├── function_errors.go │ │ │ │ │ ├── getfunctions.go │ │ │ │ │ ├── getmetadata.go │ │ │ │ │ ├── getproviderschema.go │ │ │ │ │ ├── getresourceidentityschemas.go │ │ │ │ │ ├── identity_schema.go │ │ │ │ │ ├── identity_schema_attribute.go │ │ │ │ │ ├── importedresource.go │ │ │ │ │ ├── importresourcestate.go │ │ │ │ │ ├── invoke_action_event.go │ │ │ │ │ ├── list_resource_result.go │ │ │ │ │ ├── listresourcemetadata.go │ │ │ │ │ ├── moveresourcestate.go │ │ │ │ │ ├── openephemeralresource.go │ │ │ │ │ ├── planaction.go │ │ │ │ │ ├── planresourcechange.go │ │ │ │ │ ├── readdatasource.go │ │ │ │ │ ├── readresource.go │ │ │ │ │ ├── renewephemeralresource.go │ │ │ │ │ ├── resource.go │ │ │ │ │ ├── resource_identity.go │ │ │ │ │ ├── resourcemetadata.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── schema_attribute.go │ │ │ │ │ ├── server_capabilities.go │ │ │ │ │ ├── state.go │ │ │ │ │ ├── upgraderesourceidentity.go │ │ │ │ │ ├── upgraderesourcestate.go │ │ │ │ │ ├── validateactionconfig.go │ │ │ │ │ ├── validatedatasourceconfig.go │ │ │ │ │ ├── validateephemeralresourceconfig.go │ │ │ │ │ ├── validatelistresourceconfig.go │ │ │ │ │ ├── validateproviderconfig.go │ │ │ │ │ └── validateresourceconfig.go │ │ │ │ └── totftypes │ │ │ │ │ ├── attribute_path.go │ │ │ │ │ ├── attribute_path_step.go │ │ │ │ │ ├── attribute_paths.go │ │ │ │ │ └── doc.go │ │ │ ├── list │ │ │ │ ├── config_validator.go │ │ │ │ ├── configure.go │ │ │ │ ├── doc.go │ │ │ │ ├── list_resource.go │ │ │ │ ├── metadata.go │ │ │ │ ├── schema.go │ │ │ │ └── schema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── bool_attribute.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_attribute.go │ │ │ │ │ ├── float32_attribute.go │ │ │ │ │ ├── float64_attribute.go │ │ │ │ │ ├── int32_attribute.go │ │ │ │ │ ├── int64_attribute.go │ │ │ │ │ ├── list_attribute.go │ │ │ │ │ ├── list_nested_attribute.go │ │ │ │ │ ├── list_nested_block.go │ │ │ │ │ ├── map_attribute.go │ │ │ │ │ ├── map_nested_attribute.go │ │ │ │ │ ├── nested_attribute.go │ │ │ │ │ ├── nested_attribute_object.go │ │ │ │ │ ├── nested_block_object.go │ │ │ │ │ ├── number_attribute.go │ │ │ │ │ ├── object_attribute.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── single_nested_attribute.go │ │ │ │ │ ├── single_nested_block.go │ │ │ │ │ └── string_attribute.go │ │ │ ├── path │ │ │ │ ├── doc.go │ │ │ │ ├── expression.go │ │ │ │ ├── expression_step.go │ │ │ │ ├── expression_step_attribute_name_exact.go │ │ │ │ ├── expression_step_element_key_int_any.go │ │ │ │ ├── expression_step_element_key_int_exact.go │ │ │ │ ├── expression_step_element_key_string_any.go │ │ │ │ ├── expression_step_element_key_string_exact.go │ │ │ │ ├── expression_step_element_key_value_any.go │ │ │ │ ├── expression_step_element_key_value_exact.go │ │ │ │ ├── expression_step_parent.go │ │ │ │ ├── expression_steps.go │ │ │ │ ├── expressions.go │ │ │ │ ├── path.go │ │ │ │ ├── path_step.go │ │ │ │ ├── path_step_attribute_name.go │ │ │ │ ├── path_step_element_key_int.go │ │ │ │ ├── path_step_element_key_string.go │ │ │ │ ├── path_step_element_key_value.go │ │ │ │ ├── path_steps.go │ │ │ │ └── paths.go │ │ │ ├── provider │ │ │ │ ├── config_validator.go │ │ │ │ ├── configure.go │ │ │ │ ├── deferred.go │ │ │ │ ├── doc.go │ │ │ │ ├── metadata.go │ │ │ │ ├── metaschema.go │ │ │ │ ├── metaschema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── bool_attribute.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── float64_attribute.go │ │ │ │ │ ├── int64_attribute.go │ │ │ │ │ ├── list_attribute.go │ │ │ │ │ ├── list_nested_attribute.go │ │ │ │ │ ├── map_attribute.go │ │ │ │ │ ├── map_nested_attribute.go │ │ │ │ │ ├── nested_attribute.go │ │ │ │ │ ├── nested_attribute_object.go │ │ │ │ │ ├── number_attribute.go │ │ │ │ │ ├── object_attribute.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── set_attribute.go │ │ │ │ │ ├── set_nested_attribute.go │ │ │ │ │ ├── single_nested_attribute.go │ │ │ │ │ └── string_attribute.go │ │ │ │ ├── provider.go │ │ │ │ ├── schema.go │ │ │ │ ├── schema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── bool_attribute.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_attribute.go │ │ │ │ │ ├── float32_attribute.go │ │ │ │ │ ├── float64_attribute.go │ │ │ │ │ ├── int32_attribute.go │ │ │ │ │ ├── int64_attribute.go │ │ │ │ │ ├── list_attribute.go │ │ │ │ │ ├── list_nested_attribute.go │ │ │ │ │ ├── list_nested_block.go │ │ │ │ │ ├── map_attribute.go │ │ │ │ │ ├── map_nested_attribute.go │ │ │ │ │ ├── nested_attribute.go │ │ │ │ │ ├── nested_attribute_object.go │ │ │ │ │ ├── nested_block_object.go │ │ │ │ │ ├── number_attribute.go │ │ │ │ │ ├── object_attribute.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── set_attribute.go │ │ │ │ │ ├── set_nested_attribute.go │ │ │ │ │ ├── set_nested_block.go │ │ │ │ │ ├── single_nested_attribute.go │ │ │ │ │ ├── single_nested_block.go │ │ │ │ │ └── string_attribute.go │ │ │ │ └── validate_config.go │ │ │ ├── providerserver │ │ │ │ ├── doc.go │ │ │ │ ├── providerserver.go │ │ │ │ └── serve_opts.go │ │ │ ├── resource │ │ │ │ ├── config_validator.go │ │ │ │ ├── configure.go │ │ │ │ ├── create.go │ │ │ │ ├── deferred.go │ │ │ │ ├── delete.go │ │ │ │ ├── doc.go │ │ │ │ ├── identity_schema.go │ │ │ │ ├── identity_upgrader.go │ │ │ │ ├── identityschema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── bool_attribute.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── float32_attribute.go │ │ │ │ │ ├── float64_attribute.go │ │ │ │ │ ├── int32_attribute.go │ │ │ │ │ ├── int64_attribute.go │ │ │ │ │ ├── list_attribute.go │ │ │ │ │ ├── number_attribute.go │ │ │ │ │ ├── schema.go │ │ │ │ │ └── string_attribute.go │ │ │ │ ├── import_state.go │ │ │ │ ├── metadata.go │ │ │ │ ├── modify_plan.go │ │ │ │ ├── move_state.go │ │ │ │ ├── read.go │ │ │ │ ├── resource.go │ │ │ │ ├── schema.go │ │ │ │ ├── schema │ │ │ │ │ ├── attribute.go │ │ │ │ │ ├── block.go │ │ │ │ │ ├── bool_attribute.go │ │ │ │ │ ├── defaults │ │ │ │ │ │ ├── bool.go │ │ │ │ │ │ ├── describer.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── dynamic.go │ │ │ │ │ │ ├── float32.go │ │ │ │ │ │ ├── float64.go │ │ │ │ │ │ ├── int32.go │ │ │ │ │ │ ├── int64.go │ │ │ │ │ │ ├── list.go │ │ │ │ │ │ ├── map.go │ │ │ │ │ │ ├── number.go │ │ │ │ │ │ ├── object.go │ │ │ │ │ │ ├── set.go │ │ │ │ │ │ └── string.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic_attribute.go │ │ │ │ │ ├── float32_attribute.go │ │ │ │ │ ├── float64_attribute.go │ │ │ │ │ ├── float64default │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ └── static_value.go │ │ │ │ │ ├── int32_attribute.go │ │ │ │ │ ├── int64_attribute.go │ │ │ │ │ ├── int64default │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ └── static_value.go │ │ │ │ │ ├── list_attribute.go │ │ │ │ │ ├── list_nested_attribute.go │ │ │ │ │ ├── list_nested_block.go │ │ │ │ │ ├── map_attribute.go │ │ │ │ │ ├── map_nested_attribute.go │ │ │ │ │ ├── nested_attribute.go │ │ │ │ │ ├── nested_attribute_object.go │ │ │ │ │ ├── nested_block_object.go │ │ │ │ │ ├── number_attribute.go │ │ │ │ │ ├── object_attribute.go │ │ │ │ │ ├── planmodifier │ │ │ │ │ │ ├── bool.go │ │ │ │ │ │ ├── describer.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── dynamic.go │ │ │ │ │ │ ├── float32.go │ │ │ │ │ │ ├── float64.go │ │ │ │ │ │ ├── int32.go │ │ │ │ │ │ ├── int64.go │ │ │ │ │ │ ├── list.go │ │ │ │ │ │ ├── map.go │ │ │ │ │ │ ├── number.go │ │ │ │ │ │ ├── object.go │ │ │ │ │ │ ├── set.go │ │ │ │ │ │ └── string.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── set_attribute.go │ │ │ │ │ ├── set_nested_attribute.go │ │ │ │ │ ├── set_nested_block.go │ │ │ │ │ ├── single_nested_attribute.go │ │ │ │ │ ├── single_nested_block.go │ │ │ │ │ ├── string_attribute.go │ │ │ │ │ └── stringplanmodifier │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── requires_replace.go │ │ │ │ │ │ ├── requires_replace_if.go │ │ │ │ │ │ ├── requires_replace_if_configured.go │ │ │ │ │ │ ├── requires_replace_if_func.go │ │ │ │ │ │ └── use_state_for_unknown.go │ │ │ │ ├── state_mover.go │ │ │ │ ├── state_upgrader.go │ │ │ │ ├── update.go │ │ │ │ ├── upgrade_identity.go │ │ │ │ ├── upgrade_state.go │ │ │ │ └── validate_config.go │ │ │ ├── schema │ │ │ │ └── validator │ │ │ │ │ ├── bool.go │ │ │ │ │ ├── client_capabilities.go │ │ │ │ │ ├── describer.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── dynamic.go │ │ │ │ │ ├── float32.go │ │ │ │ │ ├── float64.go │ │ │ │ │ ├── int32.go │ │ │ │ │ ├── int64.go │ │ │ │ │ ├── list.go │ │ │ │ │ ├── map.go │ │ │ │ │ ├── number.go │ │ │ │ │ ├── object.go │ │ │ │ │ ├── set.go │ │ │ │ │ └── string.go │ │ │ ├── tfsdk │ │ │ │ ├── config.go │ │ │ │ ├── convert.go │ │ │ │ ├── doc.go │ │ │ │ ├── ephemeral_result_data.go │ │ │ │ ├── plan.go │ │ │ │ ├── resource.go │ │ │ │ ├── resource_identity.go │ │ │ │ ├── state.go │ │ │ │ ├── value_as.go │ │ │ │ └── value_from.go │ │ │ └── types │ │ │ │ ├── basetypes │ │ │ │ ├── bool_type.go │ │ │ │ ├── bool_value.go │ │ │ │ ├── doc.go │ │ │ │ ├── dynamic_type.go │ │ │ │ ├── dynamic_value.go │ │ │ │ ├── float32_type.go │ │ │ │ ├── float32_value.go │ │ │ │ ├── float64_type.go │ │ │ │ ├── float64_value.go │ │ │ │ ├── int32_type.go │ │ │ │ ├── int32_value.go │ │ │ │ ├── int64_type.go │ │ │ │ ├── int64_value.go │ │ │ │ ├── list_type.go │ │ │ │ ├── list_value.go │ │ │ │ ├── map_type.go │ │ │ │ ├── map_value.go │ │ │ │ ├── missing_type.go │ │ │ │ ├── missing_value.go │ │ │ │ ├── number_type.go │ │ │ │ ├── number_value.go │ │ │ │ ├── object_type.go │ │ │ │ ├── object_value.go │ │ │ │ ├── set_type.go │ │ │ │ ├── set_value.go │ │ │ │ ├── string_type.go │ │ │ │ ├── string_value.go │ │ │ │ ├── terraform_type_to_framework_type.go │ │ │ │ ├── tuple_type.go │ │ │ │ └── tuple_value.go │ │ │ │ ├── bool_type.go │ │ │ │ ├── bool_value.go │ │ │ │ ├── doc.go │ │ │ │ ├── dynamic_type.go │ │ │ │ ├── dynamic_value.go │ │ │ │ ├── float32_type.go │ │ │ │ ├── float32_value.go │ │ │ │ ├── float64_type.go │ │ │ │ ├── float64_value.go │ │ │ │ ├── int32_type.go │ │ │ │ ├── int32_value.go │ │ │ │ ├── int64_type.go │ │ │ │ ├── int64_value.go │ │ │ │ ├── list_type.go │ │ │ │ ├── list_value.go │ │ │ │ ├── map_type.go │ │ │ │ ├── map_value.go │ │ │ │ ├── number_type.go │ │ │ │ ├── number_value.go │ │ │ │ ├── object_type.go │ │ │ │ ├── object_value.go │ │ │ │ ├── set_type.go │ │ │ │ ├── set_value.go │ │ │ │ ├── string_type.go │ │ │ │ ├── string_value.go │ │ │ │ ├── tuple_type.go │ │ │ │ └── tuple_value.go │ │ ├── terraform-plugin-go │ │ │ ├── LICENSE │ │ │ ├── internal │ │ │ │ └── logging │ │ │ │ │ ├── context.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── environment_variables.go │ │ │ │ │ ├── keys.go │ │ │ │ │ ├── protocol.go │ │ │ │ │ ├── protocol_data.go │ │ │ │ │ └── provider.go │ │ │ ├── tfprotov5 │ │ │ │ ├── action.go │ │ │ │ ├── action_schema.go │ │ │ │ ├── client_capabilities.go │ │ │ │ ├── data_source.go │ │ │ │ ├── deferred.go │ │ │ │ ├── diagnostic.go │ │ │ │ ├── doc.go │ │ │ │ ├── dynamic_value.go │ │ │ │ ├── ephemeral_resource.go │ │ │ │ ├── function.go │ │ │ │ ├── function_error.go │ │ │ │ ├── internal │ │ │ │ │ ├── diag │ │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ │ └── doc.go │ │ │ │ │ ├── fromproto │ │ │ │ │ │ ├── action.go │ │ │ │ │ │ ├── client_capabilities.go │ │ │ │ │ │ ├── data_source.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── dynamic_value.go │ │ │ │ │ │ ├── ephemeral_resource.go │ │ │ │ │ │ ├── function.go │ │ │ │ │ │ ├── list_resource.go │ │ │ │ │ │ ├── provider.go │ │ │ │ │ │ ├── raw_state.go │ │ │ │ │ │ ├── resource.go │ │ │ │ │ │ └── resource_identity_data.go │ │ │ │ │ ├── funcerr │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ └── function_error.go │ │ │ │ │ ├── tf5serverlogging │ │ │ │ │ │ ├── client_capabilities.go │ │ │ │ │ │ ├── context_keys.go │ │ │ │ │ │ ├── deferred.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── downstream_request.go │ │ │ │ │ │ └── server_capabilities.go │ │ │ │ │ ├── tfplugin5 │ │ │ │ │ │ ├── tfplugin5.pb.go │ │ │ │ │ │ ├── tfplugin5.proto │ │ │ │ │ │ └── tfplugin5_grpc.pb.go │ │ │ │ │ └── toproto │ │ │ │ │ │ ├── action.go │ │ │ │ │ │ ├── action_schema.go │ │ │ │ │ │ ├── attribute_path.go │ │ │ │ │ │ ├── data_source.go │ │ │ │ │ │ ├── deferred.go │ │ │ │ │ │ ├── diagnostic.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── dynamic_value.go │ │ │ │ │ │ ├── ephemeral_resource.go │ │ │ │ │ │ ├── function.go │ │ │ │ │ │ ├── function_error.go │ │ │ │ │ │ ├── list_resource.go │ │ │ │ │ │ ├── provider.go │ │ │ │ │ │ ├── resource.go │ │ │ │ │ │ ├── resource_identity_data.go │ │ │ │ │ │ ├── resource_identity_schema.go │ │ │ │ │ │ ├── schema.go │ │ │ │ │ │ ├── server_capabilities.go │ │ │ │ │ │ ├── string_kind.go │ │ │ │ │ │ └── timestamp.go │ │ │ │ ├── list_resource.go │ │ │ │ ├── provider.go │ │ │ │ ├── resource.go │ │ │ │ ├── resource_identity_data.go │ │ │ │ ├── resource_identity_schema.go │ │ │ │ ├── schema.go │ │ │ │ ├── server_capabilities.go │ │ │ │ ├── state.go │ │ │ │ ├── string_kind.go │ │ │ │ └── tf5server │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── plugin.go │ │ │ │ │ └── server.go │ │ │ ├── tfprotov6 │ │ │ │ ├── action.go │ │ │ │ ├── action_schema.go │ │ │ │ ├── client_capabilities.go │ │ │ │ ├── data_source.go │ │ │ │ ├── deferred.go │ │ │ │ ├── diagnostic.go │ │ │ │ ├── doc.go │ │ │ │ ├── dynamic_value.go │ │ │ │ ├── ephemeral_resource.go │ │ │ │ ├── function.go │ │ │ │ ├── function_error.go │ │ │ │ ├── internal │ │ │ │ │ ├── diag │ │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ │ └── doc.go │ │ │ │ │ ├── fromproto │ │ │ │ │ │ ├── action.go │ │ │ │ │ │ ├── client_capabilities.go │ │ │ │ │ │ ├── data_source.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── dynamic_value.go │ │ │ │ │ │ ├── ephemeral_resource.go │ │ │ │ │ │ ├── function.go │ │ │ │ │ │ ├── list_resource.go │ │ │ │ │ │ ├── provider.go │ │ │ │ │ │ ├── raw_state.go │ │ │ │ │ │ ├── resource.go │ │ │ │ │ │ └── resource_identity_data.go │ │ │ │ │ ├── funcerr │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ └── function_error.go │ │ │ │ │ ├── tf6serverlogging │ │ │ │ │ │ ├── client_capabilities.go │ │ │ │ │ │ ├── context_keys.go │ │ │ │ │ │ ├── deferred.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── downstream_request.go │ │ │ │ │ │ └── server_capabilities.go │ │ │ │ │ ├── tfplugin6 │ │ │ │ │ │ ├── tfplugin6.pb.go │ │ │ │ │ │ ├── tfplugin6.proto │ │ │ │ │ │ └── tfplugin6_grpc.pb.go │ │ │ │ │ └── toproto │ │ │ │ │ │ ├── action.go │ │ │ │ │ │ ├── action_schema.go │ │ │ │ │ │ ├── attribute_path.go │ │ │ │ │ │ ├── data_source.go │ │ │ │ │ │ ├── deferred.go │ │ │ │ │ │ ├── diagnostic.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── dynamic_value.go │ │ │ │ │ │ ├── ephemeral_resource.go │ │ │ │ │ │ ├── function.go │ │ │ │ │ │ ├── function_error.go │ │ │ │ │ │ ├── list_resource.go │ │ │ │ │ │ ├── provider.go │ │ │ │ │ │ ├── resource.go │ │ │ │ │ │ ├── resource_identity_data.go │ │ │ │ │ │ ├── resource_identity_schema.go │ │ │ │ │ │ ├── schema.go │ │ │ │ │ │ ├── server_capabilities.go │ │ │ │ │ │ ├── string_kind.go │ │ │ │ │ │ └── timestamp.go │ │ │ │ ├── list_resource.go │ │ │ │ ├── provider.go │ │ │ │ ├── resource.go │ │ │ │ ├── resource_identity_data.go │ │ │ │ ├── resource_identity_schema.go │ │ │ │ ├── schema.go │ │ │ │ ├── server_capabilities.go │ │ │ │ ├── state.go │ │ │ │ ├── string_kind.go │ │ │ │ └── tf6server │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── plugin.go │ │ │ │ │ └── server.go │ │ │ └── tftypes │ │ │ │ ├── attribute_path.go │ │ │ │ ├── attribute_path_error.go │ │ │ │ ├── diff.go │ │ │ │ ├── doc.go │ │ │ │ ├── list.go │ │ │ │ ├── map.go │ │ │ │ ├── object.go │ │ │ │ ├── primitive.go │ │ │ │ ├── set.go │ │ │ │ ├── tuple.go │ │ │ │ ├── type.go │ │ │ │ ├── unknown_value.go │ │ │ │ ├── value.go │ │ │ │ ├── value_equal.go │ │ │ │ ├── value_json.go │ │ │ │ ├── value_msgpack.go │ │ │ │ ├── value_walk.go │ │ │ │ └── walk.go │ │ ├── terraform-plugin-log │ │ │ ├── LICENSE │ │ │ ├── internal │ │ │ │ ├── fieldutils │ │ │ │ │ └── field_maps.go │ │ │ │ ├── hclogutils │ │ │ │ │ ├── args.go │ │ │ │ │ └── logger_options.go │ │ │ │ └── logging │ │ │ │ │ ├── filtering.go │ │ │ │ │ ├── log.go │ │ │ │ │ ├── options.go │ │ │ │ │ ├── provider.go │ │ │ │ │ ├── sdk.go │ │ │ │ │ └── sink.go │ │ │ ├── tflog │ │ │ │ ├── doc.go │ │ │ │ ├── options.go │ │ │ │ ├── provider.go │ │ │ │ └── subsystem.go │ │ │ └── tfsdklog │ │ │ │ ├── doc.go │ │ │ │ ├── levels.go │ │ │ │ ├── options.go │ │ │ │ ├── sdk.go │ │ │ │ ├── sink.go │ │ │ │ └── subsystem.go │ │ ├── terraform-plugin-sdk │ │ │ └── v2 │ │ │ │ ├── LICENSE │ │ │ │ ├── diag │ │ │ │ ├── diagnostic.go │ │ │ │ └── helpers.go │ │ │ │ ├── helper │ │ │ │ ├── logging │ │ │ │ │ ├── logging.go │ │ │ │ │ ├── logging_http_transport.go │ │ │ │ │ └── transport.go │ │ │ │ └── schema │ │ │ │ │ ├── README.md │ │ │ │ │ ├── context.go │ │ │ │ │ ├── core_schema.go │ │ │ │ │ ├── data_source_resource_shim.go │ │ │ │ │ ├── deferred.go │ │ │ │ │ ├── equal.go │ │ │ │ │ ├── field_reader.go │ │ │ │ │ ├── field_reader_config.go │ │ │ │ │ ├── field_reader_diff.go │ │ │ │ │ ├── field_reader_map.go │ │ │ │ │ ├── field_reader_multi.go │ │ │ │ │ ├── field_writer.go │ │ │ │ │ ├── field_writer_map.go │ │ │ │ │ ├── getsource_string.go │ │ │ │ │ ├── grpc_provider.go │ │ │ │ │ ├── identity_data.go │ │ │ │ │ ├── json.go │ │ │ │ │ ├── provider.go │ │ │ │ │ ├── resource.go │ │ │ │ │ ├── resource_data.go │ │ │ │ │ ├── resource_data_get_source.go │ │ │ │ │ ├── resource_diff.go │ │ │ │ │ ├── resource_identity.go │ │ │ │ │ ├── resource_importer.go │ │ │ │ │ ├── resource_timeout.go │ │ │ │ │ ├── schema.go │ │ │ │ │ ├── serialize.go │ │ │ │ │ ├── set.go │ │ │ │ │ ├── shims.go │ │ │ │ │ ├── testing.go │ │ │ │ │ ├── unknown.go │ │ │ │ │ ├── valuetype.go │ │ │ │ │ ├── valuetype_string.go │ │ │ │ │ └── write_only.go │ │ │ │ ├── internal │ │ │ │ ├── addrs │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── instance_key.go │ │ │ │ │ ├── module.go │ │ │ │ │ └── module_instance.go │ │ │ │ ├── configs │ │ │ │ │ ├── configschema │ │ │ │ │ │ ├── coerce_value.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── empty_value.go │ │ │ │ │ │ ├── implied_type.go │ │ │ │ │ │ ├── nestingmode_string.go │ │ │ │ │ │ └── schema.go │ │ │ │ │ └── hcl2shim │ │ │ │ │ │ ├── flatmap.go │ │ │ │ │ │ ├── paths.go │ │ │ │ │ │ ├── values.go │ │ │ │ │ │ └── values_equiv.go │ │ │ │ ├── helper │ │ │ │ │ └── hashcode │ │ │ │ │ │ └── hashcode.go │ │ │ │ ├── logging │ │ │ │ │ ├── context.go │ │ │ │ │ ├── environment_variables.go │ │ │ │ │ ├── helper_resource.go │ │ │ │ │ ├── helper_schema.go │ │ │ │ │ └── keys.go │ │ │ │ ├── plans │ │ │ │ │ └── objchange │ │ │ │ │ │ └── normalize_obj.go │ │ │ │ ├── plugin │ │ │ │ │ └── convert │ │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ │ ├── schema.go │ │ │ │ │ │ └── value.go │ │ │ │ └── tfdiags │ │ │ │ │ ├── config_traversals.go │ │ │ │ │ ├── contextual.go │ │ │ │ │ ├── diagnostic.go │ │ │ │ │ ├── diagnostic_base.go │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── error.go │ │ │ │ │ ├── severity_string.go │ │ │ │ │ └── simple_warning.go │ │ │ │ ├── meta │ │ │ │ └── meta.go │ │ │ │ ├── plugin │ │ │ │ ├── debug.go │ │ │ │ └── serve.go │ │ │ │ └── terraform │ │ │ │ ├── diff.go │ │ │ │ ├── instancetype.go │ │ │ │ ├── instancetype_string.go │ │ │ │ ├── resource.go │ │ │ │ ├── resource_address.go │ │ │ │ ├── resource_mode.go │ │ │ │ ├── resource_mode_string.go │ │ │ │ ├── resource_provider.go │ │ │ │ ├── schemas.go │ │ │ │ ├── state.go │ │ │ │ ├── state_filter.go │ │ │ │ └── util.go │ │ ├── terraform-plugin-testing │ │ │ ├── LICENSE │ │ │ ├── compare │ │ │ │ ├── doc.go │ │ │ │ ├── value_comparer.go │ │ │ │ ├── values_differ.go │ │ │ │ └── values_same.go │ │ │ ├── config │ │ │ │ ├── config.go │ │ │ │ ├── constraints.go │ │ │ │ ├── directory.go │ │ │ │ ├── doc.go │ │ │ │ ├── file.go │ │ │ │ └── variable.go │ │ │ ├── helper │ │ │ │ ├── acctest │ │ │ │ │ └── random.go │ │ │ │ └── resource │ │ │ │ │ ├── additional_cli_options.go │ │ │ │ │ ├── environment_variables.go │ │ │ │ │ ├── error.go │ │ │ │ │ ├── id.go │ │ │ │ │ ├── json.go │ │ │ │ │ ├── plan_checks.go │ │ │ │ │ ├── plugin.go │ │ │ │ │ ├── query │ │ │ │ │ └── query_checks.go │ │ │ │ │ ├── state.go │ │ │ │ │ ├── state_checks.go │ │ │ │ │ ├── state_shim.go │ │ │ │ │ ├── testcase_providers.go │ │ │ │ │ ├── testcase_validate.go │ │ │ │ │ ├── testing.go │ │ │ │ │ ├── testing_config.go │ │ │ │ │ ├── testing_new.go │ │ │ │ │ ├── testing_new_config.go │ │ │ │ │ ├── testing_new_import_state.go │ │ │ │ │ ├── testing_new_refresh_state.go │ │ │ │ │ ├── testing_sets.go │ │ │ │ │ ├── teststep_providers.go │ │ │ │ │ ├── teststep_validate.go │ │ │ │ │ ├── tfversion_checks.go │ │ │ │ │ └── wait.go │ │ │ ├── internal │ │ │ │ ├── addrs │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── instance_key.go │ │ │ │ │ ├── module.go │ │ │ │ │ └── module_instance.go │ │ │ │ ├── configs │ │ │ │ │ ├── configschema │ │ │ │ │ │ ├── coerce_value.go │ │ │ │ │ │ ├── doc.go │ │ │ │ │ │ ├── empty_value.go │ │ │ │ │ │ ├── implied_type.go │ │ │ │ │ │ ├── nestingmode_string.go │ │ │ │ │ │ └── schema.go │ │ │ │ │ └── hcl2shim │ │ │ │ │ │ ├── flatmap.go │ │ │ │ │ │ ├── paths.go │ │ │ │ │ │ ├── values.go │ │ │ │ │ │ └── values_equiv.go │ │ │ │ ├── logging │ │ │ │ │ ├── context.go │ │ │ │ │ ├── environment_variables.go │ │ │ │ │ ├── helper_resource.go │ │ │ │ │ └── keys.go │ │ │ │ ├── plugintest │ │ │ │ │ ├── config.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── environment_variables.go │ │ │ │ │ ├── guard.go │ │ │ │ │ ├── helper.go │ │ │ │ │ ├── util.go │ │ │ │ │ └── working_dir.go │ │ │ │ ├── teststep │ │ │ │ │ ├── config.go │ │ │ │ │ ├── directory.go │ │ │ │ │ ├── file.go │ │ │ │ │ └── string.go │ │ │ │ └── tfdiags │ │ │ │ │ ├── config_traversals.go │ │ │ │ │ ├── contextual.go │ │ │ │ │ ├── diagnostic.go │ │ │ │ │ ├── diagnostic_base.go │ │ │ │ │ ├── diagnostics.go │ │ │ │ │ ├── doc.go │ │ │ │ │ ├── error.go │ │ │ │ │ ├── severity_string.go │ │ │ │ │ └── simple_warning.go │ │ │ ├── knownvalue │ │ │ │ ├── bool.go │ │ │ │ ├── bool_func.go │ │ │ │ ├── check.go │ │ │ │ ├── doc.go │ │ │ │ ├── float32.go │ │ │ │ ├── float32_func.go │ │ │ │ ├── float64.go │ │ │ │ ├── float64_func.go │ │ │ │ ├── int32.go │ │ │ │ ├── int32_func.go │ │ │ │ ├── int64.go │ │ │ │ ├── int64_func.go │ │ │ │ ├── list.go │ │ │ │ ├── list_partial.go │ │ │ │ ├── list_size.go │ │ │ │ ├── map.go │ │ │ │ ├── map_partial.go │ │ │ │ ├── map_size.go │ │ │ │ ├── not_null.go │ │ │ │ ├── null.go │ │ │ │ ├── number.go │ │ │ │ ├── number_func.go │ │ │ │ ├── object.go │ │ │ │ ├── object_partial.go │ │ │ │ ├── set.go │ │ │ │ ├── set_partial.go │ │ │ │ ├── set_size.go │ │ │ │ ├── string.go │ │ │ │ ├── string_func.go │ │ │ │ ├── string_regexp.go │ │ │ │ ├── tuple.go │ │ │ │ ├── tuple_partial.go │ │ │ │ └── tuple_size.go │ │ │ ├── plancheck │ │ │ │ ├── deferred_reason.go │ │ │ │ ├── doc.go │ │ │ │ ├── expect_deferred_change.go │ │ │ │ ├── expect_empty_plan.go │ │ │ │ ├── expect_known_output_value.go │ │ │ │ ├── expect_known_output_value_at_path.go │ │ │ │ ├── expect_known_value.go │ │ │ │ ├── expect_no_deferred_changes.go │ │ │ │ ├── expect_non_empty_plan.go │ │ │ │ ├── expect_null_output_value.go │ │ │ │ ├── expect_null_output_value_at_path.go │ │ │ │ ├── expect_resource_action.go │ │ │ │ ├── expect_sensitive_value.go │ │ │ │ ├── expect_unknown_output_value.go │ │ │ │ ├── expect_unknown_output_value_at_path.go │ │ │ │ ├── expect_unknown_value.go │ │ │ │ ├── plan_check.go │ │ │ │ └── resource_action.go │ │ │ ├── querycheck │ │ │ │ ├── contains.go │ │ │ │ ├── doc.go │ │ │ │ ├── expect_identity.go │ │ │ │ ├── expect_known_value.go │ │ │ │ ├── expect_result_length_atleast.go │ │ │ │ ├── expect_result_length_exact.go │ │ │ │ └── query_check.go │ │ │ ├── statecheck │ │ │ │ ├── compare_value.go │ │ │ │ ├── compare_value_collection.go │ │ │ │ ├── compare_value_pairs.go │ │ │ │ ├── doc.go │ │ │ │ ├── expect_identity.go │ │ │ │ ├── expect_identity_value.go │ │ │ │ ├── expect_identity_value_matches_state.go │ │ │ │ ├── expect_identity_value_matches_state_at_path.go │ │ │ │ ├── expect_known_output_value.go │ │ │ │ ├── expect_known_output_value_at_path.go │ │ │ │ ├── expect_known_value.go │ │ │ │ ├── expect_sensitive_value.go │ │ │ │ └── state_check.go │ │ │ ├── terraform │ │ │ │ ├── diff.go │ │ │ │ ├── instancetype.go │ │ │ │ ├── instancetype_string.go │ │ │ │ ├── resource.go │ │ │ │ ├── resource_address.go │ │ │ │ ├── resource_mode.go │ │ │ │ ├── resource_mode_string.go │ │ │ │ ├── resource_provider.go │ │ │ │ ├── schemas.go │ │ │ │ ├── state.go │ │ │ │ ├── state_filter.go │ │ │ │ ├── unknown_value_walk.go │ │ │ │ └── util.go │ │ │ ├── tfjsonpath │ │ │ │ ├── doc.go │ │ │ │ ├── path.go │ │ │ │ └── step.go │ │ │ └── tfversion │ │ │ │ ├── all.go │ │ │ │ ├── any.go │ │ │ │ ├── doc.go │ │ │ │ ├── require_above.go │ │ │ │ ├── require_below.go │ │ │ │ ├── require_between.go │ │ │ │ ├── require_not.go │ │ │ │ ├── skip_above.go │ │ │ │ ├── skip_below.go │ │ │ │ ├── skip_between.go │ │ │ │ ├── skip_if.go │ │ │ │ ├── skip_if_not_alpha.go │ │ │ │ ├── skip_if_not_prerelease.go │ │ │ │ ├── version_check.go │ │ │ │ └── versions.go │ │ ├── terraform-registry-address │ │ │ ├── .copywrite.hcl │ │ │ ├── .go-version │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── component.go │ │ │ ├── component_package.go │ │ │ ├── errors.go │ │ │ ├── module.go │ │ │ ├── module_package.go │ │ │ └── provider.go │ │ ├── terraform-svchost │ │ │ ├── CHANGELOG.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── label_iter.go │ │ │ └── svchost.go │ │ └── yamux │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── addr.go │ │ │ ├── const.go │ │ │ ├── mux.go │ │ │ ├── session.go │ │ │ ├── spec.md │ │ │ ├── stream.go │ │ │ └── util.go │ ├── huandu │ │ └── xstrings │ │ │ ├── .gitignore │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── common.go │ │ │ ├── convert.go │ │ │ ├── count.go │ │ │ ├── doc.go │ │ │ ├── format.go │ │ │ ├── manipulate.go │ │ │ ├── stringbuilder.go │ │ │ ├── stringbuilder_go110.go │ │ │ └── translate.go │ ├── imdario │ │ └── mergo │ │ │ ├── .deepsource.toml │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── CODE_OF_CONDUCT.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── SECURITY.md │ │ │ ├── doc.go │ │ │ ├── map.go │ │ │ ├── merge.go │ │ │ └── mergo.go │ ├── jbenet │ │ └── go-context │ │ │ ├── LICENSE │ │ │ └── io │ │ │ └── ctxio.go │ ├── jmespath │ │ └── go-jmespath │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── api.go │ │ │ ├── astnodetype_string.go │ │ │ ├── functions.go │ │ │ ├── interpreter.go │ │ │ ├── lexer.go │ │ │ ├── parser.go │ │ │ ├── toktype_string.go │ │ │ └── util.go │ ├── kevinburke │ │ └── ssh_config │ │ │ ├── .gitattributes │ │ │ ├── .gitignore │ │ │ ├── .mailmap │ │ │ ├── AUTHORS.txt │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── config.go │ │ │ ├── lexer.go │ │ │ ├── parser.go │ │ │ ├── position.go │ │ │ ├── token.go │ │ │ └── validators.go │ ├── kylelemons │ │ └── godebug │ │ │ ├── LICENSE │ │ │ ├── diff │ │ │ └── diff.go │ │ │ └── pretty │ │ │ ├── .gitignore │ │ │ ├── doc.go │ │ │ ├── public.go │ │ │ ├── reflect.go │ │ │ └── structure.go │ ├── mattn │ │ ├── go-colorable │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── colorable_others.go │ │ │ ├── colorable_windows.go │ │ │ ├── go.test.sh │ │ │ └── noncolorable.go │ │ ├── go-isatty │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── doc.go │ │ │ ├── go.test.sh │ │ │ ├── isatty_bsd.go │ │ │ ├── isatty_others.go │ │ │ ├── isatty_plan9.go │ │ │ ├── isatty_solaris.go │ │ │ ├── isatty_tcgets.go │ │ │ └── isatty_windows.go │ │ └── go-runewidth │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── go.test.sh │ │ │ ├── runewidth.go │ │ │ ├── runewidth_appengine.go │ │ │ ├── runewidth_js.go │ │ │ ├── runewidth_posix.go │ │ │ ├── runewidth_table.go │ │ │ └── runewidth_windows.go │ ├── mitchellh │ │ ├── copystructure │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── copier_time.go │ │ │ └── copystructure.go │ │ ├── go-testing-interface │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── testing.go │ │ ├── go-wordwrap │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ └── wordwrap.go │ │ ├── mapstructure │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── decode_hooks.go │ │ │ ├── error.go │ │ │ └── mapstructure.go │ │ └── reflectwalk │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── location.go │ │ │ ├── location_string.go │ │ │ └── reflectwalk.go │ ├── oklog │ │ └── run │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── actors.go │ │ │ └── group.go │ ├── pjbgf │ │ └── sha1cd │ │ │ ├── Dockerfile.arm │ │ │ ├── Dockerfile.arm64 │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── detection.go │ │ │ ├── internal │ │ │ └── const.go │ │ │ ├── sha1cd.go │ │ │ ├── sha1cdblock_amd64.go │ │ │ ├── sha1cdblock_amd64.s │ │ │ ├── sha1cdblock_generic.go │ │ │ ├── sha1cdblock_noasm.go │ │ │ └── ubc │ │ │ ├── const.go │ │ │ ├── ubc.go │ │ │ ├── ubc_amd64.go │ │ │ ├── ubc_amd64.s │ │ │ ├── ubc_generic.go │ │ │ └── ubc_noasm.go │ ├── pkg │ │ └── browser │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── browser.go │ │ │ ├── browser_darwin.go │ │ │ ├── browser_freebsd.go │ │ │ ├── browser_linux.go │ │ │ ├── browser_netbsd.go │ │ │ ├── browser_openbsd.go │ │ │ ├── browser_unsupported.go │ │ │ └── browser_windows.go │ ├── pmezard │ │ └── go-difflib │ │ │ ├── LICENSE │ │ │ └── difflib │ │ │ └── difflib.go │ ├── posener │ │ └── complete │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── LICENSE.txt │ │ │ ├── README.md │ │ │ ├── args.go │ │ │ ├── cmd │ │ │ ├── cmd.go │ │ │ └── install │ │ │ │ ├── bash.go │ │ │ │ ├── fish.go │ │ │ │ ├── install.go │ │ │ │ ├── utils.go │ │ │ │ └── zsh.go │ │ │ ├── command.go │ │ │ ├── complete.go │ │ │ ├── doc.go │ │ │ ├── goreadme.json │ │ │ ├── log.go │ │ │ ├── predict.go │ │ │ ├── predict_files.go │ │ │ └── predict_set.go │ ├── sergi │ │ └── go-diff │ │ │ ├── AUTHORS │ │ │ ├── CONTRIBUTORS │ │ │ ├── LICENSE │ │ │ └── diffmatchpatch │ │ │ ├── diff.go │ │ │ ├── diffmatchpatch.go │ │ │ ├── match.go │ │ │ ├── mathutil.go │ │ │ ├── operation_string.go │ │ │ ├── patch.go │ │ │ └── stringutil.go │ ├── shopspring │ │ └── decimal │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── decimal-go.go │ │ │ ├── decimal.go │ │ │ └── rounding.go │ ├── skeema │ │ └── knownhosts │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── NOTICE │ │ │ ├── README.md │ │ │ └── knownhosts.go │ ├── spf13 │ │ └── cast │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── cast.go │ │ │ ├── caste.go │ │ │ └── timeformattype_string.go │ ├── stretchr │ │ └── testify │ │ │ ├── LICENSE │ │ │ ├── assert │ │ │ ├── assertion_compare.go │ │ │ ├── assertion_format.go │ │ │ ├── assertion_format.go.tmpl │ │ │ ├── assertion_forward.go │ │ │ ├── assertion_forward.go.tmpl │ │ │ ├── assertion_order.go │ │ │ ├── assertions.go │ │ │ ├── doc.go │ │ │ ├── errors.go │ │ │ ├── forward_assertions.go │ │ │ ├── http_assertions.go │ │ │ └── yaml │ │ │ │ ├── yaml_custom.go │ │ │ │ ├── yaml_default.go │ │ │ │ └── yaml_fail.go │ │ │ └── require │ │ │ ├── doc.go │ │ │ ├── forward_requirements.go │ │ │ ├── require.go │ │ │ ├── require.go.tmpl │ │ │ ├── require_forward.go │ │ │ ├── require_forward.go.tmpl │ │ │ └── requirements.go │ ├── vmihailenco │ │ ├── msgpack │ │ │ ├── .travis.yml │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── appengine.go │ │ │ ├── codes │ │ │ │ └── codes.go │ │ │ ├── decode.go │ │ │ ├── decode_map.go │ │ │ ├── decode_number.go │ │ │ ├── decode_query.go │ │ │ ├── decode_slice.go │ │ │ ├── decode_string.go │ │ │ ├── decode_value.go │ │ │ ├── encode.go │ │ │ ├── encode_map.go │ │ │ ├── encode_number.go │ │ │ ├── encode_slice.go │ │ │ ├── encode_value.go │ │ │ ├── ext.go │ │ │ ├── msgpack.go │ │ │ ├── tag.go │ │ │ ├── time.go │ │ │ ├── types.go │ │ │ └── v5 │ │ │ │ ├── .prettierrc │ │ │ │ ├── .travis.yml │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── commitlint.config.js │ │ │ │ ├── decode.go │ │ │ │ ├── decode_map.go │ │ │ │ ├── decode_number.go │ │ │ │ ├── decode_query.go │ │ │ │ ├── decode_slice.go │ │ │ │ ├── decode_string.go │ │ │ │ ├── decode_typgen.go │ │ │ │ ├── decode_value.go │ │ │ │ ├── encode.go │ │ │ │ ├── encode_map.go │ │ │ │ ├── encode_number.go │ │ │ │ ├── encode_slice.go │ │ │ │ ├── encode_value.go │ │ │ │ ├── ext.go │ │ │ │ ├── intern.go │ │ │ │ ├── msgpack.go │ │ │ │ ├── msgpcode │ │ │ │ └── msgpcode.go │ │ │ │ ├── package.json │ │ │ │ ├── safe.go │ │ │ │ ├── time.go │ │ │ │ ├── types.go │ │ │ │ ├── unsafe.go │ │ │ │ └── version.go │ │ └── tagparser │ │ │ └── v2 │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── internal │ │ │ ├── parser │ │ │ │ └── parser.go │ │ │ ├── safe.go │ │ │ └── unsafe.go │ │ │ └── tagparser.go │ ├── xanzy │ │ └── ssh-agent │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── pageant_windows.go │ │ │ ├── sshagent.go │ │ │ └── sshagent_windows.go │ ├── yuin │ │ ├── goldmark-meta │ │ │ ├── .gitignore │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── meta.go │ │ └── goldmark │ │ │ ├── .gitignore │ │ │ ├── .golangci.yml │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── ast │ │ │ ├── ast.go │ │ │ ├── block.go │ │ │ └── inline.go │ │ │ ├── extension │ │ │ ├── ast │ │ │ │ ├── definition_list.go │ │ │ │ ├── footnote.go │ │ │ │ ├── strikethrough.go │ │ │ │ ├── table.go │ │ │ │ └── tasklist.go │ │ │ ├── cjk.go │ │ │ ├── definition_list.go │ │ │ ├── footnote.go │ │ │ ├── gfm.go │ │ │ ├── linkify.go │ │ │ ├── package.go │ │ │ ├── strikethrough.go │ │ │ ├── table.go │ │ │ ├── tasklist.go │ │ │ └── typographer.go │ │ │ ├── markdown.go │ │ │ ├── parser │ │ │ ├── attribute.go │ │ │ ├── atx_heading.go │ │ │ ├── auto_link.go │ │ │ ├── blockquote.go │ │ │ ├── code_block.go │ │ │ ├── code_span.go │ │ │ ├── delimiter.go │ │ │ ├── emphasis.go │ │ │ ├── fcode_block.go │ │ │ ├── html_block.go │ │ │ ├── link.go │ │ │ ├── link_ref.go │ │ │ ├── list.go │ │ │ ├── list_item.go │ │ │ ├── paragraph.go │ │ │ ├── parser.go │ │ │ ├── raw_html.go │ │ │ ├── setext_headings.go │ │ │ └── thematic_break.go │ │ │ ├── renderer │ │ │ ├── html │ │ │ │ └── html.go │ │ │ └── renderer.go │ │ │ ├── text │ │ │ ├── package.go │ │ │ ├── reader.go │ │ │ └── segment.go │ │ │ └── util │ │ │ ├── html5entities.go │ │ │ ├── unicode_case_folding.go │ │ │ ├── util.go │ │ │ ├── util_cjk.go │ │ │ ├── util_safe.go │ │ │ ├── util_unsafe_go120.go │ │ │ └── util_unsafe_go121.go │ └── zclconf │ │ └── go-cty │ │ ├── LICENSE │ │ └── cty │ │ ├── capsule.go │ │ ├── capsule_ops.go │ │ ├── collection.go │ │ ├── convert │ │ ├── compare_types.go │ │ ├── conversion.go │ │ ├── conversion_capsule.go │ │ ├── conversion_collection.go │ │ ├── conversion_dynamic.go │ │ ├── conversion_object.go │ │ ├── conversion_primitive.go │ │ ├── conversion_tuple.go │ │ ├── doc.go │ │ ├── mismatch_msg.go │ │ ├── public.go │ │ ├── sort_types.go │ │ └── unify.go │ │ ├── ctymarks │ │ ├── doc.go │ │ └── wrangle.go │ │ ├── ctystrings │ │ ├── doc.go │ │ ├── normalize.go │ │ └── prefix.go │ │ ├── doc.go │ │ ├── element_iterator.go │ │ ├── error.go │ │ ├── function │ │ ├── argument.go │ │ ├── doc.go │ │ ├── error.go │ │ ├── function.go │ │ ├── stdlib │ │ │ ├── bool.go │ │ │ ├── bytes.go │ │ │ ├── collection.go │ │ │ ├── conversion.go │ │ │ ├── csv.go │ │ │ ├── datetime.go │ │ │ ├── datetime_rfc3339.go │ │ │ ├── doc.go │ │ │ ├── format.go │ │ │ ├── format_fsm.go │ │ │ ├── format_fsm.rl │ │ │ ├── general.go │ │ │ ├── json.go │ │ │ ├── number.go │ │ │ ├── regexp.go │ │ │ ├── sequence.go │ │ │ ├── set.go │ │ │ ├── string.go │ │ │ └── string_replace.go │ │ └── unpredictable.go │ │ ├── gocty │ │ ├── doc.go │ │ ├── helpers.go │ │ ├── in.go │ │ ├── out.go │ │ └── type_implied.go │ │ ├── helper.go │ │ ├── json.go │ │ ├── json │ │ ├── doc.go │ │ ├── marshal.go │ │ ├── simple.go │ │ ├── type.go │ │ ├── type_implied.go │ │ ├── unmarshal.go │ │ └── value.go │ │ ├── list_type.go │ │ ├── map_type.go │ │ ├── marks.go │ │ ├── marks_wrangle.go │ │ ├── null.go │ │ ├── object_type.go │ │ ├── path.go │ │ ├── path_set.go │ │ ├── primitive_type.go │ │ ├── set │ │ ├── iterator.go │ │ ├── ops.go │ │ ├── rules.go │ │ └── set.go │ │ ├── set_helper.go │ │ ├── set_internals.go │ │ ├── set_type.go │ │ ├── tuple_type.go │ │ ├── type.go │ │ ├── type_conform.go │ │ ├── unknown.go │ │ ├── unknown_as_null.go │ │ ├── unknown_refinement.go │ │ ├── value.go │ │ ├── value_init.go │ │ ├── value_ops.go │ │ ├── value_range.go │ │ └── walk.go ├── go.abhg.dev │ └── goldmark │ │ └── frontmatter │ │ ├── .changie.yaml │ │ ├── .gitignore │ │ ├── .golangci.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── data.go │ │ ├── doc.go │ │ ├── extend.go │ │ ├── format.go │ │ ├── mode_string.go │ │ ├── parse.go │ │ └── transform.go ├── golang.org │ └── x │ │ ├── crypto │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── argon2 │ │ │ ├── argon2.go │ │ │ ├── blake2b.go │ │ │ ├── blamka_amd64.go │ │ │ ├── blamka_amd64.s │ │ │ ├── blamka_generic.go │ │ │ └── blamka_ref.go │ │ ├── bcrypt │ │ │ ├── base64.go │ │ │ └── bcrypt.go │ │ ├── blake2b │ │ │ ├── blake2b.go │ │ │ ├── blake2bAVX2_amd64.go │ │ │ ├── blake2bAVX2_amd64.s │ │ │ ├── blake2b_amd64.s │ │ │ ├── blake2b_generic.go │ │ │ ├── blake2b_ref.go │ │ │ ├── blake2x.go │ │ │ ├── go125.go │ │ │ └── register.go │ │ ├── blowfish │ │ │ ├── block.go │ │ │ ├── cipher.go │ │ │ └── const.go │ │ ├── cast5 │ │ │ └── cast5.go │ │ ├── chacha20 │ │ │ ├── chacha_arm64.go │ │ │ ├── chacha_arm64.s │ │ │ ├── chacha_generic.go │ │ │ ├── chacha_noasm.go │ │ │ ├── chacha_ppc64x.go │ │ │ ├── chacha_ppc64x.s │ │ │ ├── chacha_s390x.go │ │ │ ├── chacha_s390x.s │ │ │ └── xor.go │ │ ├── cryptobyte │ │ │ ├── asn1.go │ │ │ ├── asn1 │ │ │ │ └── asn1.go │ │ │ ├── builder.go │ │ │ └── string.go │ │ ├── curve25519 │ │ │ └── curve25519.go │ │ ├── hkdf │ │ │ └── hkdf.go │ │ ├── internal │ │ │ ├── alias │ │ │ │ ├── alias.go │ │ │ │ └── alias_purego.go │ │ │ └── poly1305 │ │ │ │ ├── mac_noasm.go │ │ │ │ ├── poly1305.go │ │ │ │ ├── sum_amd64.s │ │ │ │ ├── sum_asm.go │ │ │ │ ├── sum_generic.go │ │ │ │ ├── sum_loong64.s │ │ │ │ ├── sum_ppc64x.s │ │ │ │ ├── sum_s390x.go │ │ │ │ └── sum_s390x.s │ │ ├── pbkdf2 │ │ │ └── pbkdf2.go │ │ ├── pkcs12 │ │ │ ├── bmp-string.go │ │ │ ├── crypto.go │ │ │ ├── errors.go │ │ │ ├── internal │ │ │ │ └── rc2 │ │ │ │ │ └── rc2.go │ │ │ ├── mac.go │ │ │ ├── pbkdf.go │ │ │ ├── pkcs12.go │ │ │ └── safebags.go │ │ ├── scrypt │ │ │ └── scrypt.go │ │ ├── sha3 │ │ │ ├── doc.go │ │ │ ├── hashes.go │ │ │ ├── hashes_noasm.go │ │ │ ├── keccakf.go │ │ │ ├── keccakf_amd64.go │ │ │ ├── keccakf_amd64.s │ │ │ ├── sha3.go │ │ │ ├── sha3_s390x.go │ │ │ ├── sha3_s390x.s │ │ │ ├── shake.go │ │ │ └── shake_noasm.go │ │ └── ssh │ │ │ ├── agent │ │ │ ├── client.go │ │ │ ├── forward.go │ │ │ ├── keyring.go │ │ │ └── server.go │ │ │ ├── buffer.go │ │ │ ├── certs.go │ │ │ ├── channel.go │ │ │ ├── cipher.go │ │ │ ├── client.go │ │ │ ├── client_auth.go │ │ │ ├── common.go │ │ │ ├── connection.go │ │ │ ├── doc.go │ │ │ ├── handshake.go │ │ │ ├── internal │ │ │ └── bcrypt_pbkdf │ │ │ │ └── bcrypt_pbkdf.go │ │ │ ├── kex.go │ │ │ ├── keys.go │ │ │ ├── knownhosts │ │ │ └── knownhosts.go │ │ │ ├── mac.go │ │ │ ├── messages.go │ │ │ ├── mlkem.go │ │ │ ├── mux.go │ │ │ ├── server.go │ │ │ ├── session.go │ │ │ ├── ssh_gss.go │ │ │ ├── streamlocal.go │ │ │ ├── tcpip.go │ │ │ └── transport.go │ │ ├── exp │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── constraints │ │ │ └── constraints.go │ │ └── slices │ │ │ ├── cmp.go │ │ │ ├── slices.go │ │ │ ├── sort.go │ │ │ ├── zsortanyfunc.go │ │ │ └── zsortordered.go │ │ ├── mod │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── internal │ │ │ └── lazyregexp │ │ │ │ └── lazyre.go │ │ ├── modfile │ │ │ ├── print.go │ │ │ ├── read.go │ │ │ ├── rule.go │ │ │ └── work.go │ │ ├── module │ │ │ ├── module.go │ │ │ └── pseudo.go │ │ └── semver │ │ │ └── semver.go │ │ ├── net │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── context │ │ │ └── context.go │ │ ├── http │ │ │ └── httpguts │ │ │ │ ├── guts.go │ │ │ │ └── httplex.go │ │ ├── http2 │ │ │ ├── .gitignore │ │ │ ├── ascii.go │ │ │ ├── ciphers.go │ │ │ ├── client_conn_pool.go │ │ │ ├── config.go │ │ │ ├── config_go125.go │ │ │ ├── config_go126.go │ │ │ ├── databuffer.go │ │ │ ├── errors.go │ │ │ ├── flow.go │ │ │ ├── frame.go │ │ │ ├── gotrack.go │ │ │ ├── hpack │ │ │ │ ├── encode.go │ │ │ │ ├── hpack.go │ │ │ │ ├── huffman.go │ │ │ │ ├── static_table.go │ │ │ │ └── tables.go │ │ │ ├── http2.go │ │ │ ├── pipe.go │ │ │ ├── server.go │ │ │ ├── transport.go │ │ │ ├── unencrypted.go │ │ │ ├── write.go │ │ │ ├── writesched.go │ │ │ ├── writesched_priority_rfc7540.go │ │ │ ├── writesched_priority_rfc9128.go │ │ │ ├── writesched_random.go │ │ │ └── writesched_roundrobin.go │ │ ├── idna │ │ │ ├── go118.go │ │ │ ├── idna10.0.0.go │ │ │ ├── idna9.0.0.go │ │ │ ├── pre_go118.go │ │ │ ├── punycode.go │ │ │ ├── tables10.0.0.go │ │ │ ├── tables11.0.0.go │ │ │ ├── tables12.0.0.go │ │ │ ├── tables13.0.0.go │ │ │ ├── tables15.0.0.go │ │ │ ├── tables9.0.0.go │ │ │ ├── trie.go │ │ │ ├── trie12.0.0.go │ │ │ ├── trie13.0.0.go │ │ │ └── trieval.go │ │ ├── internal │ │ │ ├── httpcommon │ │ │ │ ├── ascii.go │ │ │ │ ├── headermap.go │ │ │ │ └── request.go │ │ │ ├── socks │ │ │ │ ├── client.go │ │ │ │ └── socks.go │ │ │ └── timeseries │ │ │ │ └── timeseries.go │ │ ├── proxy │ │ │ ├── dial.go │ │ │ ├── direct.go │ │ │ ├── per_host.go │ │ │ ├── proxy.go │ │ │ └── socks5.go │ │ └── trace │ │ │ ├── events.go │ │ │ ├── histogram.go │ │ │ └── trace.go │ │ ├── sync │ │ ├── LICENSE │ │ ├── PATENTS │ │ └── errgroup │ │ │ └── errgroup.go │ │ ├── sys │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── cpu │ │ │ ├── asm_aix_ppc64.s │ │ │ ├── asm_darwin_x86_gc.s │ │ │ ├── byteorder.go │ │ │ ├── cpu.go │ │ │ ├── cpu_aix.go │ │ │ ├── cpu_arm.go │ │ │ ├── cpu_arm64.go │ │ │ ├── cpu_arm64.s │ │ │ ├── cpu_darwin_x86.go │ │ │ ├── cpu_gc_arm64.go │ │ │ ├── cpu_gc_s390x.go │ │ │ ├── cpu_gc_x86.go │ │ │ ├── cpu_gc_x86.s │ │ │ ├── cpu_gccgo_arm64.go │ │ │ ├── cpu_gccgo_s390x.go │ │ │ ├── cpu_gccgo_x86.c │ │ │ ├── cpu_gccgo_x86.go │ │ │ ├── cpu_linux.go │ │ │ ├── cpu_linux_arm.go │ │ │ ├── cpu_linux_arm64.go │ │ │ ├── cpu_linux_loong64.go │ │ │ ├── cpu_linux_mips64x.go │ │ │ ├── cpu_linux_noinit.go │ │ │ ├── cpu_linux_ppc64x.go │ │ │ ├── cpu_linux_riscv64.go │ │ │ ├── cpu_linux_s390x.go │ │ │ ├── cpu_loong64.go │ │ │ ├── cpu_loong64.s │ │ │ ├── cpu_mips64x.go │ │ │ ├── cpu_mipsx.go │ │ │ ├── cpu_netbsd_arm64.go │ │ │ ├── cpu_openbsd_arm64.go │ │ │ ├── cpu_openbsd_arm64.s │ │ │ ├── cpu_other_arm.go │ │ │ ├── cpu_other_arm64.go │ │ │ ├── cpu_other_mips64x.go │ │ │ ├── cpu_other_ppc64x.go │ │ │ ├── cpu_other_riscv64.go │ │ │ ├── cpu_other_x86.go │ │ │ ├── cpu_ppc64x.go │ │ │ ├── cpu_riscv64.go │ │ │ ├── cpu_s390x.go │ │ │ ├── cpu_s390x.s │ │ │ ├── cpu_wasm.go │ │ │ ├── cpu_x86.go │ │ │ ├── cpu_zos.go │ │ │ ├── cpu_zos_s390x.go │ │ │ ├── endian_big.go │ │ │ ├── endian_little.go │ │ │ ├── hwcap_linux.go │ │ │ ├── parse.go │ │ │ ├── proc_cpuinfo_linux.go │ │ │ ├── runtime_auxv.go │ │ │ ├── runtime_auxv_go121.go │ │ │ ├── syscall_aix_gccgo.go │ │ │ ├── syscall_aix_ppc64_gc.go │ │ │ └── syscall_darwin_x86_gc.go │ │ ├── execabs │ │ │ ├── execabs.go │ │ │ ├── execabs_go118.go │ │ │ └── execabs_go119.go │ │ ├── unix │ │ │ ├── .gitignore │ │ │ ├── README.md │ │ │ ├── affinity_linux.go │ │ │ ├── aliases.go │ │ │ ├── asm_aix_ppc64.s │ │ │ ├── asm_bsd_386.s │ │ │ ├── asm_bsd_amd64.s │ │ │ ├── asm_bsd_arm.s │ │ │ ├── asm_bsd_arm64.s │ │ │ ├── asm_bsd_ppc64.s │ │ │ ├── asm_bsd_riscv64.s │ │ │ ├── asm_linux_386.s │ │ │ ├── asm_linux_amd64.s │ │ │ ├── asm_linux_arm.s │ │ │ ├── asm_linux_arm64.s │ │ │ ├── asm_linux_loong64.s │ │ │ ├── asm_linux_mips64x.s │ │ │ ├── asm_linux_mipsx.s │ │ │ ├── asm_linux_ppc64x.s │ │ │ ├── asm_linux_riscv64.s │ │ │ ├── asm_linux_s390x.s │ │ │ ├── asm_openbsd_mips64.s │ │ │ ├── asm_solaris_amd64.s │ │ │ ├── asm_zos_s390x.s │ │ │ ├── auxv.go │ │ │ ├── auxv_unsupported.go │ │ │ ├── bluetooth_linux.go │ │ │ ├── bpxsvc_zos.go │ │ │ ├── bpxsvc_zos.s │ │ │ ├── cap_freebsd.go │ │ │ ├── constants.go │ │ │ ├── dev_aix_ppc.go │ │ │ ├── dev_aix_ppc64.go │ │ │ ├── dev_darwin.go │ │ │ ├── dev_dragonfly.go │ │ │ ├── dev_freebsd.go │ │ │ ├── dev_linux.go │ │ │ ├── dev_netbsd.go │ │ │ ├── dev_openbsd.go │ │ │ ├── dev_zos.go │ │ │ ├── dirent.go │ │ │ ├── endian_big.go │ │ │ ├── endian_little.go │ │ │ ├── env_unix.go │ │ │ ├── fcntl.go │ │ │ ├── fcntl_darwin.go │ │ │ ├── fcntl_linux_32bit.go │ │ │ ├── fdset.go │ │ │ ├── gccgo.go │ │ │ ├── gccgo_c.c │ │ │ ├── gccgo_linux_amd64.go │ │ │ ├── ifreq_linux.go │ │ │ ├── ioctl_linux.go │ │ │ ├── ioctl_signed.go │ │ │ ├── ioctl_unsigned.go │ │ │ ├── ioctl_zos.go │ │ │ ├── mkall.sh │ │ │ ├── mkerrors.sh │ │ │ ├── mmap_nomremap.go │ │ │ ├── mremap.go │ │ │ ├── pagesize_unix.go │ │ │ ├── pledge_openbsd.go │ │ │ ├── ptrace_darwin.go │ │ │ ├── ptrace_ios.go │ │ │ ├── race.go │ │ │ ├── race0.go │ │ │ ├── readdirent_getdents.go │ │ │ ├── readdirent_getdirentries.go │ │ │ ├── sockcmsg_dragonfly.go │ │ │ ├── sockcmsg_linux.go │ │ │ ├── sockcmsg_unix.go │ │ │ ├── sockcmsg_unix_other.go │ │ │ ├── sockcmsg_zos.go │ │ │ ├── symaddr_zos_s390x.s │ │ │ ├── syscall.go │ │ │ ├── syscall_aix.go │ │ │ ├── syscall_aix_ppc.go │ │ │ ├── syscall_aix_ppc64.go │ │ │ ├── syscall_bsd.go │ │ │ ├── syscall_darwin.go │ │ │ ├── syscall_darwin_amd64.go │ │ │ ├── syscall_darwin_arm64.go │ │ │ ├── syscall_darwin_libSystem.go │ │ │ ├── syscall_dragonfly.go │ │ │ ├── syscall_dragonfly_amd64.go │ │ │ ├── syscall_freebsd.go │ │ │ ├── syscall_freebsd_386.go │ │ │ ├── syscall_freebsd_amd64.go │ │ │ ├── syscall_freebsd_arm.go │ │ │ ├── syscall_freebsd_arm64.go │ │ │ ├── syscall_freebsd_riscv64.go │ │ │ ├── syscall_hurd.go │ │ │ ├── syscall_hurd_386.go │ │ │ ├── syscall_illumos.go │ │ │ ├── syscall_linux.go │ │ │ ├── syscall_linux_386.go │ │ │ ├── syscall_linux_alarm.go │ │ │ ├── syscall_linux_amd64.go │ │ │ ├── syscall_linux_amd64_gc.go │ │ │ ├── syscall_linux_arm.go │ │ │ ├── syscall_linux_arm64.go │ │ │ ├── syscall_linux_gc.go │ │ │ ├── syscall_linux_gc_386.go │ │ │ ├── syscall_linux_gc_arm.go │ │ │ ├── syscall_linux_gccgo_386.go │ │ │ ├── syscall_linux_gccgo_arm.go │ │ │ ├── syscall_linux_loong64.go │ │ │ ├── syscall_linux_mips64x.go │ │ │ ├── syscall_linux_mipsx.go │ │ │ ├── syscall_linux_ppc.go │ │ │ ├── syscall_linux_ppc64x.go │ │ │ ├── syscall_linux_riscv64.go │ │ │ ├── syscall_linux_s390x.go │ │ │ ├── syscall_linux_sparc64.go │ │ │ ├── syscall_netbsd.go │ │ │ ├── syscall_netbsd_386.go │ │ │ ├── syscall_netbsd_amd64.go │ │ │ ├── syscall_netbsd_arm.go │ │ │ ├── syscall_netbsd_arm64.go │ │ │ ├── syscall_openbsd.go │ │ │ ├── syscall_openbsd_386.go │ │ │ ├── syscall_openbsd_amd64.go │ │ │ ├── syscall_openbsd_arm.go │ │ │ ├── syscall_openbsd_arm64.go │ │ │ ├── syscall_openbsd_libc.go │ │ │ ├── syscall_openbsd_mips64.go │ │ │ ├── syscall_openbsd_ppc64.go │ │ │ ├── syscall_openbsd_riscv64.go │ │ │ ├── syscall_solaris.go │ │ │ ├── syscall_solaris_amd64.go │ │ │ ├── syscall_unix.go │ │ │ ├── syscall_unix_gc.go │ │ │ ├── syscall_unix_gc_ppc64x.go │ │ │ ├── syscall_zos_s390x.go │ │ │ ├── sysvshm_linux.go │ │ │ ├── sysvshm_unix.go │ │ │ ├── sysvshm_unix_other.go │ │ │ ├── timestruct.go │ │ │ ├── unveil_openbsd.go │ │ │ ├── vgetrandom_linux.go │ │ │ ├── vgetrandom_unsupported.go │ │ │ ├── xattr_bsd.go │ │ │ ├── zerrors_aix_ppc.go │ │ │ ├── zerrors_aix_ppc64.go │ │ │ ├── zerrors_darwin_amd64.go │ │ │ ├── zerrors_darwin_arm64.go │ │ │ ├── zerrors_dragonfly_amd64.go │ │ │ ├── zerrors_freebsd_386.go │ │ │ ├── zerrors_freebsd_amd64.go │ │ │ ├── zerrors_freebsd_arm.go │ │ │ ├── zerrors_freebsd_arm64.go │ │ │ ├── zerrors_freebsd_riscv64.go │ │ │ ├── zerrors_linux.go │ │ │ ├── zerrors_linux_386.go │ │ │ ├── zerrors_linux_amd64.go │ │ │ ├── zerrors_linux_arm.go │ │ │ ├── zerrors_linux_arm64.go │ │ │ ├── zerrors_linux_loong64.go │ │ │ ├── zerrors_linux_mips.go │ │ │ ├── zerrors_linux_mips64.go │ │ │ ├── zerrors_linux_mips64le.go │ │ │ ├── zerrors_linux_mipsle.go │ │ │ ├── zerrors_linux_ppc.go │ │ │ ├── zerrors_linux_ppc64.go │ │ │ ├── zerrors_linux_ppc64le.go │ │ │ ├── zerrors_linux_riscv64.go │ │ │ ├── zerrors_linux_s390x.go │ │ │ ├── zerrors_linux_sparc64.go │ │ │ ├── zerrors_netbsd_386.go │ │ │ ├── zerrors_netbsd_amd64.go │ │ │ ├── zerrors_netbsd_arm.go │ │ │ ├── zerrors_netbsd_arm64.go │ │ │ ├── zerrors_openbsd_386.go │ │ │ ├── zerrors_openbsd_amd64.go │ │ │ ├── zerrors_openbsd_arm.go │ │ │ ├── zerrors_openbsd_arm64.go │ │ │ ├── zerrors_openbsd_mips64.go │ │ │ ├── zerrors_openbsd_ppc64.go │ │ │ ├── zerrors_openbsd_riscv64.go │ │ │ ├── zerrors_solaris_amd64.go │ │ │ ├── zerrors_zos_s390x.go │ │ │ ├── zptrace_armnn_linux.go │ │ │ ├── zptrace_linux_arm64.go │ │ │ ├── zptrace_mipsnn_linux.go │ │ │ ├── zptrace_mipsnnle_linux.go │ │ │ ├── zptrace_x86_linux.go │ │ │ ├── zsymaddr_zos_s390x.s │ │ │ ├── zsyscall_aix_ppc.go │ │ │ ├── zsyscall_aix_ppc64.go │ │ │ ├── zsyscall_aix_ppc64_gc.go │ │ │ ├── zsyscall_aix_ppc64_gccgo.go │ │ │ ├── zsyscall_darwin_amd64.go │ │ │ ├── zsyscall_darwin_amd64.s │ │ │ ├── zsyscall_darwin_arm64.go │ │ │ ├── zsyscall_darwin_arm64.s │ │ │ ├── zsyscall_dragonfly_amd64.go │ │ │ ├── zsyscall_freebsd_386.go │ │ │ ├── zsyscall_freebsd_amd64.go │ │ │ ├── zsyscall_freebsd_arm.go │ │ │ ├── zsyscall_freebsd_arm64.go │ │ │ ├── zsyscall_freebsd_riscv64.go │ │ │ ├── zsyscall_illumos_amd64.go │ │ │ ├── zsyscall_linux.go │ │ │ ├── zsyscall_linux_386.go │ │ │ ├── zsyscall_linux_amd64.go │ │ │ ├── zsyscall_linux_arm.go │ │ │ ├── zsyscall_linux_arm64.go │ │ │ ├── zsyscall_linux_loong64.go │ │ │ ├── zsyscall_linux_mips.go │ │ │ ├── zsyscall_linux_mips64.go │ │ │ ├── zsyscall_linux_mips64le.go │ │ │ ├── zsyscall_linux_mipsle.go │ │ │ ├── zsyscall_linux_ppc.go │ │ │ ├── zsyscall_linux_ppc64.go │ │ │ ├── zsyscall_linux_ppc64le.go │ │ │ ├── zsyscall_linux_riscv64.go │ │ │ ├── zsyscall_linux_s390x.go │ │ │ ├── zsyscall_linux_sparc64.go │ │ │ ├── zsyscall_netbsd_386.go │ │ │ ├── zsyscall_netbsd_amd64.go │ │ │ ├── zsyscall_netbsd_arm.go │ │ │ ├── zsyscall_netbsd_arm64.go │ │ │ ├── zsyscall_openbsd_386.go │ │ │ ├── zsyscall_openbsd_386.s │ │ │ ├── zsyscall_openbsd_amd64.go │ │ │ ├── zsyscall_openbsd_amd64.s │ │ │ ├── zsyscall_openbsd_arm.go │ │ │ ├── zsyscall_openbsd_arm.s │ │ │ ├── zsyscall_openbsd_arm64.go │ │ │ ├── zsyscall_openbsd_arm64.s │ │ │ ├── zsyscall_openbsd_mips64.go │ │ │ ├── zsyscall_openbsd_mips64.s │ │ │ ├── zsyscall_openbsd_ppc64.go │ │ │ ├── zsyscall_openbsd_ppc64.s │ │ │ ├── zsyscall_openbsd_riscv64.go │ │ │ ├── zsyscall_openbsd_riscv64.s │ │ │ ├── zsyscall_solaris_amd64.go │ │ │ ├── zsyscall_zos_s390x.go │ │ │ ├── zsysctl_openbsd_386.go │ │ │ ├── zsysctl_openbsd_amd64.go │ │ │ ├── zsysctl_openbsd_arm.go │ │ │ ├── zsysctl_openbsd_arm64.go │ │ │ ├── zsysctl_openbsd_mips64.go │ │ │ ├── zsysctl_openbsd_ppc64.go │ │ │ ├── zsysctl_openbsd_riscv64.go │ │ │ ├── zsysnum_darwin_amd64.go │ │ │ ├── zsysnum_darwin_arm64.go │ │ │ ├── zsysnum_dragonfly_amd64.go │ │ │ ├── zsysnum_freebsd_386.go │ │ │ ├── zsysnum_freebsd_amd64.go │ │ │ ├── zsysnum_freebsd_arm.go │ │ │ ├── zsysnum_freebsd_arm64.go │ │ │ ├── zsysnum_freebsd_riscv64.go │ │ │ ├── zsysnum_linux_386.go │ │ │ ├── zsysnum_linux_amd64.go │ │ │ ├── zsysnum_linux_arm.go │ │ │ ├── zsysnum_linux_arm64.go │ │ │ ├── zsysnum_linux_loong64.go │ │ │ ├── zsysnum_linux_mips.go │ │ │ ├── zsysnum_linux_mips64.go │ │ │ ├── zsysnum_linux_mips64le.go │ │ │ ├── zsysnum_linux_mipsle.go │ │ │ ├── zsysnum_linux_ppc.go │ │ │ ├── zsysnum_linux_ppc64.go │ │ │ ├── zsysnum_linux_ppc64le.go │ │ │ ├── zsysnum_linux_riscv64.go │ │ │ ├── zsysnum_linux_s390x.go │ │ │ ├── zsysnum_linux_sparc64.go │ │ │ ├── zsysnum_netbsd_386.go │ │ │ ├── zsysnum_netbsd_amd64.go │ │ │ ├── zsysnum_netbsd_arm.go │ │ │ ├── zsysnum_netbsd_arm64.go │ │ │ ├── zsysnum_openbsd_386.go │ │ │ ├── zsysnum_openbsd_amd64.go │ │ │ ├── zsysnum_openbsd_arm.go │ │ │ ├── zsysnum_openbsd_arm64.go │ │ │ ├── zsysnum_openbsd_mips64.go │ │ │ ├── zsysnum_openbsd_ppc64.go │ │ │ ├── zsysnum_openbsd_riscv64.go │ │ │ ├── zsysnum_zos_s390x.go │ │ │ ├── ztypes_aix_ppc.go │ │ │ ├── ztypes_aix_ppc64.go │ │ │ ├── ztypes_darwin_amd64.go │ │ │ ├── ztypes_darwin_arm64.go │ │ │ ├── ztypes_dragonfly_amd64.go │ │ │ ├── ztypes_freebsd_386.go │ │ │ ├── ztypes_freebsd_amd64.go │ │ │ ├── ztypes_freebsd_arm.go │ │ │ ├── ztypes_freebsd_arm64.go │ │ │ ├── ztypes_freebsd_riscv64.go │ │ │ ├── ztypes_linux.go │ │ │ ├── ztypes_linux_386.go │ │ │ ├── ztypes_linux_amd64.go │ │ │ ├── ztypes_linux_arm.go │ │ │ ├── ztypes_linux_arm64.go │ │ │ ├── ztypes_linux_loong64.go │ │ │ ├── ztypes_linux_mips.go │ │ │ ├── ztypes_linux_mips64.go │ │ │ ├── ztypes_linux_mips64le.go │ │ │ ├── ztypes_linux_mipsle.go │ │ │ ├── ztypes_linux_ppc.go │ │ │ ├── ztypes_linux_ppc64.go │ │ │ ├── ztypes_linux_ppc64le.go │ │ │ ├── ztypes_linux_riscv64.go │ │ │ ├── ztypes_linux_s390x.go │ │ │ ├── ztypes_linux_sparc64.go │ │ │ ├── ztypes_netbsd_386.go │ │ │ ├── ztypes_netbsd_amd64.go │ │ │ ├── ztypes_netbsd_arm.go │ │ │ ├── ztypes_netbsd_arm64.go │ │ │ ├── ztypes_openbsd_386.go │ │ │ ├── ztypes_openbsd_amd64.go │ │ │ ├── ztypes_openbsd_arm.go │ │ │ ├── ztypes_openbsd_arm64.go │ │ │ ├── ztypes_openbsd_mips64.go │ │ │ ├── ztypes_openbsd_ppc64.go │ │ │ ├── ztypes_openbsd_riscv64.go │ │ │ ├── ztypes_solaris_amd64.go │ │ │ └── ztypes_zos_s390x.go │ │ └── windows │ │ │ ├── aliases.go │ │ │ ├── dll_windows.go │ │ │ ├── env_windows.go │ │ │ ├── eventlog.go │ │ │ ├── exec_windows.go │ │ │ ├── memory_windows.go │ │ │ ├── mkerrors.bash │ │ │ ├── mkknownfolderids.bash │ │ │ ├── mksyscall.go │ │ │ ├── race.go │ │ │ ├── race0.go │ │ │ ├── security_windows.go │ │ │ ├── service.go │ │ │ ├── setupapi_windows.go │ │ │ ├── str.go │ │ │ ├── syscall.go │ │ │ ├── syscall_windows.go │ │ │ ├── types_windows.go │ │ │ ├── types_windows_386.go │ │ │ ├── types_windows_amd64.go │ │ │ ├── types_windows_arm.go │ │ │ ├── types_windows_arm64.go │ │ │ ├── zerrors_windows.go │ │ │ ├── zknownfolderids_windows.go │ │ │ └── zsyscall_windows.go │ │ ├── text │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── cases │ │ │ ├── cases.go │ │ │ ├── context.go │ │ │ ├── fold.go │ │ │ ├── icu.go │ │ │ ├── info.go │ │ │ ├── map.go │ │ │ ├── tables10.0.0.go │ │ │ ├── tables11.0.0.go │ │ │ ├── tables12.0.0.go │ │ │ ├── tables13.0.0.go │ │ │ ├── tables15.0.0.go │ │ │ ├── tables9.0.0.go │ │ │ └── trieval.go │ │ ├── internal │ │ │ ├── internal.go │ │ │ ├── language │ │ │ │ ├── common.go │ │ │ │ ├── compact.go │ │ │ │ ├── compact │ │ │ │ │ ├── compact.go │ │ │ │ │ ├── language.go │ │ │ │ │ ├── parents.go │ │ │ │ │ ├── tables.go │ │ │ │ │ └── tags.go │ │ │ │ ├── compose.go │ │ │ │ ├── coverage.go │ │ │ │ ├── language.go │ │ │ │ ├── lookup.go │ │ │ │ ├── match.go │ │ │ │ ├── parse.go │ │ │ │ ├── tables.go │ │ │ │ └── tags.go │ │ │ ├── match.go │ │ │ └── tag │ │ │ │ └── tag.go │ │ ├── language │ │ │ ├── coverage.go │ │ │ ├── doc.go │ │ │ ├── language.go │ │ │ ├── match.go │ │ │ ├── parse.go │ │ │ ├── tables.go │ │ │ └── tags.go │ │ ├── secure │ │ │ └── bidirule │ │ │ │ ├── bidirule.go │ │ │ │ ├── bidirule10.0.0.go │ │ │ │ └── bidirule9.0.0.go │ │ ├── transform │ │ │ └── transform.go │ │ └── unicode │ │ │ ├── bidi │ │ │ ├── bidi.go │ │ │ ├── bracket.go │ │ │ ├── core.go │ │ │ ├── prop.go │ │ │ ├── tables10.0.0.go │ │ │ ├── tables11.0.0.go │ │ │ ├── tables12.0.0.go │ │ │ ├── tables13.0.0.go │ │ │ ├── tables15.0.0.go │ │ │ ├── tables9.0.0.go │ │ │ └── trieval.go │ │ │ └── norm │ │ │ ├── composition.go │ │ │ ├── forminfo.go │ │ │ ├── input.go │ │ │ ├── iter.go │ │ │ ├── normalize.go │ │ │ ├── readwriter.go │ │ │ ├── tables10.0.0.go │ │ │ ├── tables11.0.0.go │ │ │ ├── tables12.0.0.go │ │ │ ├── tables13.0.0.go │ │ │ ├── tables15.0.0.go │ │ │ ├── tables9.0.0.go │ │ │ ├── transform.go │ │ │ └── trie.go │ │ └── tools │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── cmd │ │ └── stringer │ │ │ └── stringer.go │ │ ├── go │ │ ├── gcexportdata │ │ │ ├── gcexportdata.go │ │ │ └── importer.go │ │ ├── packages │ │ │ ├── doc.go │ │ │ ├── external.go │ │ │ ├── golist.go │ │ │ ├── golist_overlay.go │ │ │ ├── loadmode_string.go │ │ │ ├── packages.go │ │ │ └── visit.go │ │ └── types │ │ │ ├── objectpath │ │ │ └── objectpath.go │ │ │ └── typeutil │ │ │ ├── callee.go │ │ │ ├── imports.go │ │ │ ├── map.go │ │ │ ├── methodsetcache.go │ │ │ └── ui.go │ │ └── internal │ │ ├── aliases │ │ ├── aliases.go │ │ └── aliases_go122.go │ │ ├── event │ │ ├── core │ │ │ ├── event.go │ │ │ ├── export.go │ │ │ └── fast.go │ │ ├── doc.go │ │ ├── event.go │ │ ├── keys │ │ │ ├── keys.go │ │ │ ├── standard.go │ │ │ └── util.go │ │ └── label │ │ │ └── label.go │ │ ├── gcimporter │ │ ├── bimport.go │ │ ├── exportdata.go │ │ ├── gcimporter.go │ │ ├── iexport.go │ │ ├── iimport.go │ │ ├── predeclared.go │ │ ├── support.go │ │ └── ureader_yes.go │ │ ├── gocommand │ │ ├── invoke.go │ │ ├── invoke_notunix.go │ │ ├── invoke_unix.go │ │ ├── vendor.go │ │ └── version.go │ │ ├── packagesinternal │ │ └── packages.go │ │ ├── pkgbits │ │ ├── codes.go │ │ ├── decoder.go │ │ ├── doc.go │ │ ├── encoder.go │ │ ├── flags.go │ │ ├── reloc.go │ │ ├── support.go │ │ ├── sync.go │ │ ├── syncmarker_string.go │ │ └── version.go │ │ ├── stdlib │ │ ├── deps.go │ │ ├── import.go │ │ ├── manifest.go │ │ └── stdlib.go │ │ ├── typeparams │ │ ├── common.go │ │ ├── coretype.go │ │ ├── free.go │ │ ├── normalize.go │ │ ├── termlist.go │ │ └── typeterm.go │ │ ├── typesinternal │ │ ├── classify_call.go │ │ ├── element.go │ │ ├── errorcode.go │ │ ├── errorcode_string.go │ │ ├── qualifier.go │ │ ├── recv.go │ │ ├── toonew.go │ │ ├── types.go │ │ ├── varkind.go │ │ └── zerovalue.go │ │ └── versions │ │ ├── features.go │ │ ├── gover.go │ │ ├── types.go │ │ └── versions.go ├── google.golang.org │ ├── appengine │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── appengine.go │ │ ├── appengine_vm.go │ │ ├── datastore │ │ │ ├── datastore.go │ │ │ ├── doc.go │ │ │ ├── internal │ │ │ │ ├── cloudkey │ │ │ │ │ └── cloudkey.go │ │ │ │ └── cloudpb │ │ │ │ │ └── entity.pb.go │ │ │ ├── key.go │ │ │ ├── keycompat.go │ │ │ ├── load.go │ │ │ ├── metadata.go │ │ │ ├── prop.go │ │ │ ├── query.go │ │ │ ├── save.go │ │ │ └── transaction.go │ │ ├── errors.go │ │ ├── identity.go │ │ ├── internal │ │ │ ├── api.go │ │ │ ├── api_classic.go │ │ │ ├── api_common.go │ │ │ ├── app_id.go │ │ │ ├── app_identity │ │ │ │ ├── app_identity_service.pb.go │ │ │ │ └── app_identity_service.proto │ │ │ ├── base │ │ │ │ ├── api_base.pb.go │ │ │ │ └── api_base.proto │ │ │ ├── datastore │ │ │ │ ├── datastore_v3.pb.go │ │ │ │ └── datastore_v3.proto │ │ │ ├── identity.go │ │ │ ├── identity_classic.go │ │ │ ├── identity_flex.go │ │ │ ├── identity_vm.go │ │ │ ├── internal.go │ │ │ ├── log │ │ │ │ ├── log_service.pb.go │ │ │ │ └── log_service.proto │ │ │ ├── main.go │ │ │ ├── main_common.go │ │ │ ├── main_vm.go │ │ │ ├── metadata.go │ │ │ ├── modules │ │ │ │ ├── modules_service.pb.go │ │ │ │ └── modules_service.proto │ │ │ ├── net.go │ │ │ ├── regen.sh │ │ │ ├── remote_api │ │ │ │ ├── remote_api.pb.go │ │ │ │ └── remote_api.proto │ │ │ └── transaction.go │ │ ├── namespace.go │ │ └── timeout.go │ ├── genproto │ │ └── googleapis │ │ │ └── rpc │ │ │ ├── LICENSE │ │ │ └── status │ │ │ └── status.pb.go │ ├── grpc │ │ ├── AUTHORS │ │ ├── CODE-OF-CONDUCT.md │ │ ├── CONTRIBUTING.md │ │ ├── GOVERNANCE.md │ │ ├── LICENSE │ │ ├── MAINTAINERS.md │ │ ├── Makefile │ │ ├── NOTICE.txt │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── attributes │ │ │ └── attributes.go │ │ ├── backoff.go │ │ ├── backoff │ │ │ └── backoff.go │ │ ├── balancer │ │ │ ├── balancer.go │ │ │ ├── base │ │ │ │ ├── balancer.go │ │ │ │ └── base.go │ │ │ ├── conn_state_evaluator.go │ │ │ ├── endpointsharding │ │ │ │ └── endpointsharding.go │ │ │ ├── grpclb │ │ │ │ └── state │ │ │ │ │ └── state.go │ │ │ ├── pickfirst │ │ │ │ ├── internal │ │ │ │ │ └── internal.go │ │ │ │ ├── pickfirst.go │ │ │ │ └── pickfirstleaf │ │ │ │ │ └── pickfirstleaf.go │ │ │ ├── roundrobin │ │ │ │ └── roundrobin.go │ │ │ └── subconn.go │ │ ├── balancer_wrapper.go │ │ ├── binarylog │ │ │ └── grpc_binarylog_v1 │ │ │ │ └── binarylog.pb.go │ │ ├── call.go │ │ ├── channelz │ │ │ └── channelz.go │ │ ├── clientconn.go │ │ ├── codec.go │ │ ├── codes │ │ │ ├── code_string.go │ │ │ └── codes.go │ │ ├── connectivity │ │ │ └── connectivity.go │ │ ├── credentials │ │ │ ├── credentials.go │ │ │ ├── insecure │ │ │ │ └── insecure.go │ │ │ └── tls.go │ │ ├── dialoptions.go │ │ ├── doc.go │ │ ├── encoding │ │ │ ├── encoding.go │ │ │ ├── encoding_v2.go │ │ │ └── proto │ │ │ │ └── proto.go │ │ ├── experimental │ │ │ └── stats │ │ │ │ ├── metricregistry.go │ │ │ │ └── metrics.go │ │ ├── grpclog │ │ │ ├── component.go │ │ │ ├── grpclog.go │ │ │ ├── internal │ │ │ │ ├── grpclog.go │ │ │ │ ├── logger.go │ │ │ │ └── loggerv2.go │ │ │ ├── logger.go │ │ │ └── loggerv2.go │ │ ├── health │ │ │ ├── client.go │ │ │ ├── grpc_health_v1 │ │ │ │ ├── health.pb.go │ │ │ │ └── health_grpc.pb.go │ │ │ ├── logging.go │ │ │ ├── producer.go │ │ │ └── server.go │ │ ├── interceptor.go │ │ ├── internal │ │ │ ├── backoff │ │ │ │ └── backoff.go │ │ │ ├── balancer │ │ │ │ └── gracefulswitch │ │ │ │ │ ├── config.go │ │ │ │ │ └── gracefulswitch.go │ │ │ ├── balancerload │ │ │ │ └── load.go │ │ │ ├── binarylog │ │ │ │ ├── binarylog.go │ │ │ │ ├── binarylog_testutil.go │ │ │ │ ├── env_config.go │ │ │ │ ├── method_logger.go │ │ │ │ └── sink.go │ │ │ ├── buffer │ │ │ │ └── unbounded.go │ │ │ ├── channelz │ │ │ │ ├── channel.go │ │ │ │ ├── channelmap.go │ │ │ │ ├── funcs.go │ │ │ │ ├── logging.go │ │ │ │ ├── server.go │ │ │ │ ├── socket.go │ │ │ │ ├── subchannel.go │ │ │ │ ├── syscall_linux.go │ │ │ │ ├── syscall_nonlinux.go │ │ │ │ └── trace.go │ │ │ ├── credentials │ │ │ │ ├── credentials.go │ │ │ │ ├── spiffe.go │ │ │ │ ├── syscallconn.go │ │ │ │ └── util.go │ │ │ ├── envconfig │ │ │ │ ├── envconfig.go │ │ │ │ ├── observability.go │ │ │ │ └── xds.go │ │ │ ├── experimental.go │ │ │ ├── grpclog │ │ │ │ └── prefix_logger.go │ │ │ ├── grpcsync │ │ │ │ ├── callback_serializer.go │ │ │ │ ├── event.go │ │ │ │ └── pubsub.go │ │ │ ├── grpcutil │ │ │ │ ├── compressor.go │ │ │ │ ├── encode_duration.go │ │ │ │ ├── grpcutil.go │ │ │ │ ├── metadata.go │ │ │ │ ├── method.go │ │ │ │ └── regex.go │ │ │ ├── idle │ │ │ │ └── idle.go │ │ │ ├── internal.go │ │ │ ├── metadata │ │ │ │ └── metadata.go │ │ │ ├── pretty │ │ │ │ └── pretty.go │ │ │ ├── proxyattributes │ │ │ │ └── proxyattributes.go │ │ │ ├── resolver │ │ │ │ ├── config_selector.go │ │ │ │ ├── delegatingresolver │ │ │ │ │ └── delegatingresolver.go │ │ │ │ ├── dns │ │ │ │ │ ├── dns_resolver.go │ │ │ │ │ └── internal │ │ │ │ │ │ └── internal.go │ │ │ │ ├── passthrough │ │ │ │ │ └── passthrough.go │ │ │ │ └── unix │ │ │ │ │ └── unix.go │ │ │ ├── serviceconfig │ │ │ │ ├── duration.go │ │ │ │ └── serviceconfig.go │ │ │ ├── stats │ │ │ │ ├── labels.go │ │ │ │ └── metrics_recorder_list.go │ │ │ ├── status │ │ │ │ └── status.go │ │ │ ├── syscall │ │ │ │ ├── syscall_linux.go │ │ │ │ └── syscall_nonlinux.go │ │ │ ├── tcp_keepalive_others.go │ │ │ ├── tcp_keepalive_unix.go │ │ │ ├── tcp_keepalive_windows.go │ │ │ └── transport │ │ │ │ ├── bdp_estimator.go │ │ │ │ ├── client_stream.go │ │ │ │ ├── controlbuf.go │ │ │ │ ├── defaults.go │ │ │ │ ├── flowcontrol.go │ │ │ │ ├── handler_server.go │ │ │ │ ├── http2_client.go │ │ │ │ ├── http2_server.go │ │ │ │ ├── http_util.go │ │ │ │ ├── logging.go │ │ │ │ ├── networktype │ │ │ │ └── networktype.go │ │ │ │ ├── proxy.go │ │ │ │ ├── server_stream.go │ │ │ │ └── transport.go │ │ ├── keepalive │ │ │ └── keepalive.go │ │ ├── mem │ │ │ ├── buffer_pool.go │ │ │ ├── buffer_slice.go │ │ │ └── buffers.go │ │ ├── metadata │ │ │ └── metadata.go │ │ ├── peer │ │ │ └── peer.go │ │ ├── picker_wrapper.go │ │ ├── preloader.go │ │ ├── reflection │ │ │ ├── README.md │ │ │ ├── adapt.go │ │ │ ├── grpc_reflection_v1 │ │ │ │ ├── reflection.pb.go │ │ │ │ └── reflection_grpc.pb.go │ │ │ ├── grpc_reflection_v1alpha │ │ │ │ ├── reflection.pb.go │ │ │ │ └── reflection_grpc.pb.go │ │ │ ├── internal │ │ │ │ └── internal.go │ │ │ └── serverreflection.go │ │ ├── resolver │ │ │ ├── dns │ │ │ │ └── dns_resolver.go │ │ │ ├── map.go │ │ │ └── resolver.go │ │ ├── resolver_wrapper.go │ │ ├── rpc_util.go │ │ ├── server.go │ │ ├── service_config.go │ │ ├── serviceconfig │ │ │ └── serviceconfig.go │ │ ├── stats │ │ │ ├── handlers.go │ │ │ ├── metrics.go │ │ │ └── stats.go │ │ ├── status │ │ │ └── status.go │ │ ├── stream.go │ │ ├── stream_interfaces.go │ │ ├── tap │ │ │ └── tap.go │ │ ├── trace.go │ │ ├── trace_notrace.go │ │ ├── trace_withtrace.go │ │ └── version.go │ └── protobuf │ │ ├── LICENSE │ │ ├── PATENTS │ │ ├── encoding │ │ ├── protojson │ │ │ ├── decode.go │ │ │ ├── doc.go │ │ │ ├── encode.go │ │ │ └── well_known_types.go │ │ ├── prototext │ │ │ ├── decode.go │ │ │ ├── doc.go │ │ │ └── encode.go │ │ └── protowire │ │ │ └── wire.go │ │ ├── internal │ │ ├── descfmt │ │ │ └── stringer.go │ │ ├── descopts │ │ │ └── options.go │ │ ├── detrand │ │ │ └── rand.go │ │ ├── editiondefaults │ │ │ ├── defaults.go │ │ │ └── editions_defaults.binpb │ │ ├── editionssupport │ │ │ └── editions.go │ │ ├── encoding │ │ │ ├── defval │ │ │ │ └── default.go │ │ │ ├── json │ │ │ │ ├── decode.go │ │ │ │ ├── decode_number.go │ │ │ │ ├── decode_string.go │ │ │ │ ├── decode_token.go │ │ │ │ └── encode.go │ │ │ ├── messageset │ │ │ │ └── messageset.go │ │ │ ├── tag │ │ │ │ └── tag.go │ │ │ └── text │ │ │ │ ├── decode.go │ │ │ │ ├── decode_number.go │ │ │ │ ├── decode_string.go │ │ │ │ ├── decode_token.go │ │ │ │ ├── doc.go │ │ │ │ └── encode.go │ │ ├── errors │ │ │ └── errors.go │ │ ├── filedesc │ │ │ ├── build.go │ │ │ ├── desc.go │ │ │ ├── desc_init.go │ │ │ ├── desc_lazy.go │ │ │ ├── desc_list.go │ │ │ ├── desc_list_gen.go │ │ │ ├── editions.go │ │ │ ├── placeholder.go │ │ │ └── presence.go │ │ ├── filetype │ │ │ └── build.go │ │ ├── flags │ │ │ ├── flags.go │ │ │ ├── proto_legacy_disable.go │ │ │ └── proto_legacy_enable.go │ │ ├── genid │ │ │ ├── any_gen.go │ │ │ ├── api_gen.go │ │ │ ├── descriptor_gen.go │ │ │ ├── doc.go │ │ │ ├── duration_gen.go │ │ │ ├── empty_gen.go │ │ │ ├── field_mask_gen.go │ │ │ ├── go_features_gen.go │ │ │ ├── goname.go │ │ │ ├── map_entry.go │ │ │ ├── name.go │ │ │ ├── source_context_gen.go │ │ │ ├── struct_gen.go │ │ │ ├── timestamp_gen.go │ │ │ ├── type_gen.go │ │ │ ├── wrappers.go │ │ │ └── wrappers_gen.go │ │ ├── impl │ │ │ ├── api_export.go │ │ │ ├── api_export_opaque.go │ │ │ ├── bitmap.go │ │ │ ├── bitmap_race.go │ │ │ ├── checkinit.go │ │ │ ├── codec_extension.go │ │ │ ├── codec_field.go │ │ │ ├── codec_field_opaque.go │ │ │ ├── codec_gen.go │ │ │ ├── codec_map.go │ │ │ ├── codec_message.go │ │ │ ├── codec_message_opaque.go │ │ │ ├── codec_messageset.go │ │ │ ├── codec_tables.go │ │ │ ├── codec_unsafe.go │ │ │ ├── convert.go │ │ │ ├── convert_list.go │ │ │ ├── convert_map.go │ │ │ ├── decode.go │ │ │ ├── encode.go │ │ │ ├── enum.go │ │ │ ├── equal.go │ │ │ ├── extension.go │ │ │ ├── lazy.go │ │ │ ├── legacy_enum.go │ │ │ ├── legacy_export.go │ │ │ ├── legacy_extension.go │ │ │ ├── legacy_file.go │ │ │ ├── legacy_message.go │ │ │ ├── merge.go │ │ │ ├── merge_gen.go │ │ │ ├── message.go │ │ │ ├── message_opaque.go │ │ │ ├── message_opaque_gen.go │ │ │ ├── message_reflect.go │ │ │ ├── message_reflect_field.go │ │ │ ├── message_reflect_field_gen.go │ │ │ ├── message_reflect_gen.go │ │ │ ├── pointer_unsafe.go │ │ │ ├── pointer_unsafe_opaque.go │ │ │ ├── presence.go │ │ │ └── validate.go │ │ ├── order │ │ │ ├── order.go │ │ │ └── range.go │ │ ├── pragma │ │ │ └── pragma.go │ │ ├── protolazy │ │ │ ├── bufferreader.go │ │ │ ├── lazy.go │ │ │ └── pointer_unsafe.go │ │ ├── set │ │ │ └── ints.go │ │ ├── strs │ │ │ ├── strings.go │ │ │ └── strings_unsafe.go │ │ └── version │ │ │ └── version.go │ │ ├── proto │ │ ├── checkinit.go │ │ ├── decode.go │ │ ├── decode_gen.go │ │ ├── doc.go │ │ ├── encode.go │ │ ├── encode_gen.go │ │ ├── equal.go │ │ ├── extension.go │ │ ├── merge.go │ │ ├── messageset.go │ │ ├── proto.go │ │ ├── proto_methods.go │ │ ├── proto_reflect.go │ │ ├── reset.go │ │ ├── size.go │ │ ├── size_gen.go │ │ ├── wrapperopaque.go │ │ └── wrappers.go │ │ ├── protoadapt │ │ └── convert.go │ │ ├── reflect │ │ ├── protodesc │ │ │ ├── desc.go │ │ │ ├── desc_init.go │ │ │ ├── desc_resolve.go │ │ │ ├── desc_validate.go │ │ │ ├── editions.go │ │ │ └── proto.go │ │ ├── protoreflect │ │ │ ├── methods.go │ │ │ ├── proto.go │ │ │ ├── source.go │ │ │ ├── source_gen.go │ │ │ ├── type.go │ │ │ ├── value.go │ │ │ ├── value_equal.go │ │ │ ├── value_union.go │ │ │ └── value_unsafe.go │ │ └── protoregistry │ │ │ └── registry.go │ │ ├── runtime │ │ ├── protoiface │ │ │ ├── legacy.go │ │ │ └── methods.go │ │ └── protoimpl │ │ │ ├── impl.go │ │ │ └── version.go │ │ └── types │ │ ├── descriptorpb │ │ └── descriptor.pb.go │ │ ├── gofeaturespb │ │ └── go_features.pb.go │ │ └── known │ │ ├── anypb │ │ └── any.pb.go │ │ ├── durationpb │ │ └── duration.pb.go │ │ ├── emptypb │ │ └── empty.pb.go │ │ └── timestamppb │ │ └── timestamp.pb.go ├── gopkg.in │ ├── warnings.v0 │ │ ├── LICENSE │ │ ├── README │ │ └── warnings.go │ ├── yaml.v2 │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── LICENSE.libyaml │ │ ├── NOTICE │ │ ├── README.md │ │ ├── apic.go │ │ ├── decode.go │ │ ├── emitterc.go │ │ ├── encode.go │ │ ├── parserc.go │ │ ├── readerc.go │ │ ├── resolve.go │ │ ├── scannerc.go │ │ ├── sorter.go │ │ ├── writerc.go │ │ ├── yaml.go │ │ ├── yamlh.go │ │ └── yamlprivateh.go │ └── yaml.v3 │ │ ├── LICENSE │ │ ├── NOTICE │ │ ├── README.md │ │ ├── apic.go │ │ ├── decode.go │ │ ├── emitterc.go │ │ ├── encode.go │ │ ├── parserc.go │ │ ├── readerc.go │ │ ├── resolve.go │ │ ├── scannerc.go │ │ ├── sorter.go │ │ ├── writerc.go │ │ ├── yaml.go │ │ ├── yamlh.go │ │ └── yamlprivateh.go └── modules.txt └── version └── version.go /.azdo/ado-oidc-pipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.azdo/ado-oidc-pipeline.yml -------------------------------------------------------------------------------- /.azdo/build-pipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.azdo/build-pipeline.yml -------------------------------------------------------------------------------- /.azdo/build-release-pipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.azdo/build-release-pipeline.yml -------------------------------------------------------------------------------- /.azdo/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.azdo/ci.yml -------------------------------------------------------------------------------- /.azdo/credscan-pipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.azdo/credscan-pipeline.yml -------------------------------------------------------------------------------- /.azdo/nightly-test-pipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.azdo/nightly-test-pipeline.yml -------------------------------------------------------------------------------- /.github/workflows/acc-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.github/workflows/acc-test.yaml -------------------------------------------------------------------------------- /.github/workflows/codeql.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.github/workflows/codeql.yaml -------------------------------------------------------------------------------- /.github/workflows/depscheck.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.github/workflows/depscheck.yaml -------------------------------------------------------------------------------- /.github/workflows/golint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.github/workflows/golint.yaml -------------------------------------------------------------------------------- /.github/workflows/gosec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.github/workflows/gosec.yaml -------------------------------------------------------------------------------- /.github/workflows/tflint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.github/workflows/tflint.yaml -------------------------------------------------------------------------------- /.github/workflows/thirty-two-bit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.github/workflows/thirty-two-bit.yaml -------------------------------------------------------------------------------- /.github/workflows/unit-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.github/workflows/unit-test.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.gitignore -------------------------------------------------------------------------------- /.go-version: -------------------------------------------------------------------------------- 1 | 1.24 2 | -------------------------------------------------------------------------------- /.golangci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/.golangci.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/GNUmakefile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/SECURITY.md -------------------------------------------------------------------------------- /contributing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/contributing/README.md -------------------------------------------------------------------------------- /docs/actions/resource_action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/actions/resource_action.md -------------------------------------------------------------------------------- /docs/data-sources/client_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/data-sources/client_config.md -------------------------------------------------------------------------------- /docs/data-sources/resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/data-sources/resource.md -------------------------------------------------------------------------------- /docs/data-sources/resource_action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/data-sources/resource_action.md -------------------------------------------------------------------------------- /docs/data-sources/resource_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/data-sources/resource_id.md -------------------------------------------------------------------------------- /docs/data-sources/resource_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/data-sources/resource_list.md -------------------------------------------------------------------------------- /docs/ephemeral-resources/resource_action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/ephemeral-resources/resource_action.md -------------------------------------------------------------------------------- /docs/functions/build_resource_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/build_resource_id.md -------------------------------------------------------------------------------- /docs/functions/extension_resource_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/extension_resource_id.md -------------------------------------------------------------------------------- /docs/functions/management_group_resource_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/management_group_resource_id.md -------------------------------------------------------------------------------- /docs/functions/parse_resource_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/parse_resource_id.md -------------------------------------------------------------------------------- /docs/functions/resource_group_resource_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/resource_group_resource_id.md -------------------------------------------------------------------------------- /docs/functions/snake2camel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/snake2camel.md -------------------------------------------------------------------------------- /docs/functions/subscription_resource_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/subscription_resource_id.md -------------------------------------------------------------------------------- /docs/functions/tenant_resource_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/tenant_resource_id.md -------------------------------------------------------------------------------- /docs/functions/unique_string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/functions/unique_string.md -------------------------------------------------------------------------------- /docs/guides/2.0-upgrade-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/2.0-upgrade-guide.md -------------------------------------------------------------------------------- /docs/guides/azure_cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/azure_cli.md -------------------------------------------------------------------------------- /docs/guides/azure_resource_concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/azure_resource_concept.md -------------------------------------------------------------------------------- /docs/guides/choosing_resource_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/choosing_resource_types.md -------------------------------------------------------------------------------- /docs/guides/feature_change_detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_change_detection.md -------------------------------------------------------------------------------- /docs/guides/feature_convert_arm_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_convert_arm_template.md -------------------------------------------------------------------------------- /docs/guides/feature_customized_retry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_customized_retry.md -------------------------------------------------------------------------------- /docs/guides/feature_ephemeral_resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_ephemeral_resource.md -------------------------------------------------------------------------------- /docs/guides/feature_generate_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_generate_config.md -------------------------------------------------------------------------------- /docs/guides/feature_jmes_query.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_jmes_query.md -------------------------------------------------------------------------------- /docs/guides/feature_list_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_list_resources.md -------------------------------------------------------------------------------- /docs/guides/feature_migrate_from_azurerm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_migrate_from_azurerm.md -------------------------------------------------------------------------------- /docs/guides/feature_preflight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_preflight.md -------------------------------------------------------------------------------- /docs/guides/feature_replacement_triggers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/feature_replacement_triggers.md -------------------------------------------------------------------------------- /docs/guides/frequently_asked_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/frequently_asked_questions.md -------------------------------------------------------------------------------- /docs/guides/managed_service_identity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/managed_service_identity.md -------------------------------------------------------------------------------- /docs/guides/service_principal_client_secret.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/service_principal_client_secret.md -------------------------------------------------------------------------------- /docs/guides/service_principal_oidc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/guides/service_principal_oidc.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/list-resources/resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/list-resources/resource.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.AVS_privateClouds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.AVS_privateClouds.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.AppPlatform_Spring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.AppPlatform_Spring.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.App_containerApps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.App_containerApps.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.App_jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.App_jobs.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Cache_redis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Cache_redis.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Cdn_profiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Cdn_profiles.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Compute_disks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Compute_disks.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Compute_galleries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Compute_galleries.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Compute_hostGroups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Compute_hostGroups.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Compute_snapshots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Compute_snapshots.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.DBforMySQL_servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.DBforMySQL_servers.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Dashboard_grafana.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Dashboard_grafana.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.DataShare_accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.DataShare_accounts.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.DevCenter_projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.DevCenter_projects.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.DevTestLab_labs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.DevTestLab_labs.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Devices_IotHubs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Devices_IotHubs.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.EventGrid_domains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.EventGrid_domains.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.EventGrid_topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.EventGrid_topics.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.EventHub_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.EventHub_clusters.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.HDInsight_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.HDInsight_clusters.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Impact_connectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Impact_connectors.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Insights_webTests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Insights_webTests.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Insights_workbooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Insights_workbooks.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.IoTCentral_iotApps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.IoTCentral_iotApps.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.KeyVault_vaults.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.KeyVault_vaults.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Kusto_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Kusto_clusters.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.LabServices_labs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.LabServices_labs.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Logic_workflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Logic_workflows.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Maps_accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Maps_accounts.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Monitor_accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Monitor_accounts.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Network_dnsZones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Network_dnsZones.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Network_dnsZones_A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Network_dnsZones_A.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Network_ipGroups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Network_ipGroups.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Network_vpnSites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Network_vpnSites.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Portal_dashboards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Portal_dashboards.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Purview_accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Purview_accounts.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Relay_namespaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Relay_namespaces.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Sql_instancePools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Sql_instancePools.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Sql_servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Sql_servers.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Synapse_workspaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Synapse_workspaces.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Web_certificates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Web_certificates.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Web_connections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Web_connections.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Web_serverfarms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Web_serverfarms.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Web_sites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Web_sites.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Web_sites_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Web_sites_config.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Web_sites_slots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Web_sites_slots.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Web_sourcecontrols.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Web_sourcecontrols.md -------------------------------------------------------------------------------- /docs/resources/Microsoft.Web_staticSites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Microsoft.Web_staticSites.md -------------------------------------------------------------------------------- /docs/resources/Qumulo.Storage_fileSystems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/Qumulo.Storage_fileSystems.md -------------------------------------------------------------------------------- /docs/resources/data_plane_resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/data_plane_resource.md -------------------------------------------------------------------------------- /docs/resources/resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/resource.md -------------------------------------------------------------------------------- /docs/resources/resource_action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/resource_action.md -------------------------------------------------------------------------------- /docs/resources/update_resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/docs/resources/update_resource.md -------------------------------------------------------------------------------- /examples/Microsoft.App_jobs@2025-01-01/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/examples/Microsoft.App_jobs@2025-01-01/main.tf -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/examples/README.md -------------------------------------------------------------------------------- /examples/functions/snake2camel/function.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/examples/functions/snake2camel/function.tf -------------------------------------------------------------------------------- /examples/functions/unique_string/function.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/examples/functions/unique_string/function.tf -------------------------------------------------------------------------------- /examples/resources/azapi_resource/import.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/examples/resources/azapi_resource/import.sh -------------------------------------------------------------------------------- /examples/resources/azapi_resource/resource.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/examples/resources/azapi_resource/resource.tf -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/go.sum -------------------------------------------------------------------------------- /internal/acceptance/check/that.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/acceptance/check/that.go -------------------------------------------------------------------------------- /internal/acceptance/random.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/acceptance/random.go -------------------------------------------------------------------------------- /internal/acceptance/steps.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/acceptance/steps.go -------------------------------------------------------------------------------- /internal/acceptance/testcase.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/acceptance/testcase.go -------------------------------------------------------------------------------- /internal/acceptance/testclient.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/acceptance/testclient.go -------------------------------------------------------------------------------- /internal/acceptance/testresource.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/acceptance/testresource.go -------------------------------------------------------------------------------- /internal/azure/fix/fix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/fix/fix.go -------------------------------------------------------------------------------- /internal/azure/fix/fix_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/fix/fix_test.go -------------------------------------------------------------------------------- /internal/azure/generated/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/generated/index.json -------------------------------------------------------------------------------- /internal/azure/identity/identity.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/identity/identity.go -------------------------------------------------------------------------------- /internal/azure/index.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/index.go -------------------------------------------------------------------------------- /internal/azure/loader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/loader.go -------------------------------------------------------------------------------- /internal/azure/loader_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/loader_test.go -------------------------------------------------------------------------------- /internal/azure/location/location.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/location/location.go -------------------------------------------------------------------------------- /internal/azure/tags/tags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/tags/tags.go -------------------------------------------------------------------------------- /internal/azure/types/any_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/any_type.go -------------------------------------------------------------------------------- /internal/azure/types/array_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/array_type.go -------------------------------------------------------------------------------- /internal/azure/types/boolean_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/boolean_type.go -------------------------------------------------------------------------------- /internal/azure/types/integer_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/integer_type.go -------------------------------------------------------------------------------- /internal/azure/types/object_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/object_type.go -------------------------------------------------------------------------------- /internal/azure/types/resource_function_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/resource_function_type.go -------------------------------------------------------------------------------- /internal/azure/types/resource_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/resource_type.go -------------------------------------------------------------------------------- /internal/azure/types/schema.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/schema.go -------------------------------------------------------------------------------- /internal/azure/types/string_literal_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/string_literal_type.go -------------------------------------------------------------------------------- /internal/azure/types/string_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/string_type.go -------------------------------------------------------------------------------- /internal/azure/types/type_base.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/type_base.go -------------------------------------------------------------------------------- /internal/azure/types/type_reference.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/type_reference.go -------------------------------------------------------------------------------- /internal/azure/types/union_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/types/union_type.go -------------------------------------------------------------------------------- /internal/azure/utils/error.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/utils/error.go -------------------------------------------------------------------------------- /internal/azure/validator_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/azure/validator_test.go -------------------------------------------------------------------------------- /internal/clients/account.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/account.go -------------------------------------------------------------------------------- /internal/clients/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/client.go -------------------------------------------------------------------------------- /internal/clients/correlation_id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/correlation_id.go -------------------------------------------------------------------------------- /internal/clients/correlation_id_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/correlation_id_test.go -------------------------------------------------------------------------------- /internal/clients/data_plane_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/data_plane_client.go -------------------------------------------------------------------------------- /internal/clients/live_traffic_log_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/live_traffic_log_policy.go -------------------------------------------------------------------------------- /internal/clients/options.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/options.go -------------------------------------------------------------------------------- /internal/clients/options_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/options_test.go -------------------------------------------------------------------------------- /internal/clients/resource_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/resource_client.go -------------------------------------------------------------------------------- /internal/clients/user_agent.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/user_agent.go -------------------------------------------------------------------------------- /internal/clients/user_agent_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/clients/user_agent_test.go -------------------------------------------------------------------------------- /internal/docstrings/addBackquotes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/addBackquotes.go -------------------------------------------------------------------------------- /internal/docstrings/addBackquotes_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/addBackquotes_test.go -------------------------------------------------------------------------------- /internal/docstrings/body.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/body.go -------------------------------------------------------------------------------- /internal/docstrings/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/doc.go -------------------------------------------------------------------------------- /internal/docstrings/id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/id.go -------------------------------------------------------------------------------- /internal/docstrings/identity_ids.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/identity_ids.go -------------------------------------------------------------------------------- /internal/docstrings/identity_principal_id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/identity_principal_id.go -------------------------------------------------------------------------------- /internal/docstrings/identity_tenant_id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/identity_tenant_id.go -------------------------------------------------------------------------------- /internal/docstrings/identity_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/identity_type.go -------------------------------------------------------------------------------- /internal/docstrings/ignore_casing.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/ignore_casing.go -------------------------------------------------------------------------------- /internal/docstrings/ignore_missing_property.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/ignore_missing_property.go -------------------------------------------------------------------------------- /internal/docstrings/ignore_null_property.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/ignore_null_property.go -------------------------------------------------------------------------------- /internal/docstrings/location.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/location.go -------------------------------------------------------------------------------- /internal/docstrings/locks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/locks.go -------------------------------------------------------------------------------- /internal/docstrings/output.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/output.go -------------------------------------------------------------------------------- /internal/docstrings/parent_id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/parent_id.go -------------------------------------------------------------------------------- /internal/docstrings/resource_action.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/resource_action.go -------------------------------------------------------------------------------- /internal/docstrings/response_export_values.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/response_export_values.go -------------------------------------------------------------------------------- /internal/docstrings/type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/type.go -------------------------------------------------------------------------------- /internal/docstrings/write_only_body.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/docstrings/write_only_body.go -------------------------------------------------------------------------------- /internal/features/user_flags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/features/user_flags.go -------------------------------------------------------------------------------- /internal/locks/lock.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/locks/lock.go -------------------------------------------------------------------------------- /internal/locks/mutexkv.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/locks/mutexkv.go -------------------------------------------------------------------------------- /internal/provider/environments.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/provider/environments.go -------------------------------------------------------------------------------- /internal/provider/provider.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/provider/provider.go -------------------------------------------------------------------------------- /internal/retry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/retry/README.md -------------------------------------------------------------------------------- /internal/retry/ir.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/retry/ir.json -------------------------------------------------------------------------------- /internal/retry/retryable_errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/retry/retryable_errors.go -------------------------------------------------------------------------------- /internal/retry/schema.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/retry/schema.go -------------------------------------------------------------------------------- /internal/services/azapi_auth_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_auth_test.go -------------------------------------------------------------------------------- /internal/services/azapi_avm_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_avm_test.go -------------------------------------------------------------------------------- /internal/services/azapi_data_plane_resource.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_data_plane_resource.go -------------------------------------------------------------------------------- /internal/services/azapi_resource.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_resource.go -------------------------------------------------------------------------------- /internal/services/azapi_resource_action.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_resource_action.go -------------------------------------------------------------------------------- /internal/services/azapi_resource_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_resource_list.go -------------------------------------------------------------------------------- /internal/services/azapi_resource_list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_resource_list_test.go -------------------------------------------------------------------------------- /internal/services/azapi_resource_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_resource_test.go -------------------------------------------------------------------------------- /internal/services/azapi_update_resource.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/azapi_update_resource.go -------------------------------------------------------------------------------- /internal/services/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/common.go -------------------------------------------------------------------------------- /internal/services/common/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/common/common.go -------------------------------------------------------------------------------- /internal/services/customization/interface.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/customization/interface.go -------------------------------------------------------------------------------- /internal/services/defaults/bool_default.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/defaults/bool_default.go -------------------------------------------------------------------------------- /internal/services/defaults/dynamic_default.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/defaults/dynamic_default.go -------------------------------------------------------------------------------- /internal/services/defaults/string_default.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/defaults/string_default.go -------------------------------------------------------------------------------- /internal/services/dynamic/dynamic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/dynamic/dynamic.go -------------------------------------------------------------------------------- /internal/services/dynamic/dynamic_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/dynamic/dynamic_test.go -------------------------------------------------------------------------------- /internal/services/ephemeral_body_private.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/ephemeral_body_private.go -------------------------------------------------------------------------------- /internal/services/myvalidator/resource_id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/myvalidator/resource_id.go -------------------------------------------------------------------------------- /internal/services/myvalidator/resource_type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/myvalidator/resource_type.go -------------------------------------------------------------------------------- /internal/services/parse/azurerm_resource_id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/parse/azurerm_resource_id.go -------------------------------------------------------------------------------- /internal/services/parse/data_plane_type_map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/parse/data_plane_type_map.go -------------------------------------------------------------------------------- /internal/services/parse/resource.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/parse/resource.go -------------------------------------------------------------------------------- /internal/services/parse/resource_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/parse/resource_test.go -------------------------------------------------------------------------------- /internal/services/preflight/preflight.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/preflight/preflight.go -------------------------------------------------------------------------------- /internal/services/preflight/preflight_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/preflight/preflight_test.go -------------------------------------------------------------------------------- /internal/services/resource.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/resource.go -------------------------------------------------------------------------------- /internal/services/resource_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/resource_test.go -------------------------------------------------------------------------------- /internal/services/validate/resource_id.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/validate/resource_id.go -------------------------------------------------------------------------------- /internal/services/validate/resource_id_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/services/validate/resource_id_test.go -------------------------------------------------------------------------------- /internal/skip/skip.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/skip/skip.go -------------------------------------------------------------------------------- /internal/skip/skip_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/skip/skip_test.go -------------------------------------------------------------------------------- /internal/tf/imports.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/internal/tf/imports.go -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/main.go -------------------------------------------------------------------------------- /scripts/bicep-types-update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/bicep-types-update.sh -------------------------------------------------------------------------------- /scripts/buildPackage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/buildPackage.sh -------------------------------------------------------------------------------- /scripts/changelog-links.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/changelog-links.sh -------------------------------------------------------------------------------- /scripts/check-test-package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/check-test-package.sh -------------------------------------------------------------------------------- /scripts/commons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/commons.sh -------------------------------------------------------------------------------- /scripts/dearmor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/dearmor.sh -------------------------------------------------------------------------------- /scripts/gofmtcheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/gofmtcheck.sh -------------------------------------------------------------------------------- /scripts/gogetcookie.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/gogetcookie.sh -------------------------------------------------------------------------------- /scripts/goimport-file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/goimport-file.sh -------------------------------------------------------------------------------- /scripts/run-gradually-deprecated.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/run-gradually-deprecated.sh -------------------------------------------------------------------------------- /scripts/run-lint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/run-lint.sh -------------------------------------------------------------------------------- /scripts/run-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/run-test.sh -------------------------------------------------------------------------------- /scripts/run-tflint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/run-tflint.sh -------------------------------------------------------------------------------- /scripts/scaffold-website.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/scaffold-website.sh -------------------------------------------------------------------------------- /scripts/terrafmt-acctests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/terrafmt-acctests.sh -------------------------------------------------------------------------------- /scripts/terrafmt-website.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/terrafmt-website.sh -------------------------------------------------------------------------------- /scripts/timeouts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/scripts/timeouts.sh -------------------------------------------------------------------------------- /templates/actions.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/actions.md.tmpl -------------------------------------------------------------------------------- /templates/data-sources.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/data-sources.md.tmpl -------------------------------------------------------------------------------- /templates/guides/2.0-upgrade-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/2.0-upgrade-guide.md -------------------------------------------------------------------------------- /templates/guides/azure_cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/azure_cli.md -------------------------------------------------------------------------------- /templates/guides/azure_resource_concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/azure_resource_concept.md -------------------------------------------------------------------------------- /templates/guides/choosing_resource_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/choosing_resource_types.md -------------------------------------------------------------------------------- /templates/guides/feature_change_detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/feature_change_detection.md -------------------------------------------------------------------------------- /templates/guides/feature_customized_retry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/feature_customized_retry.md -------------------------------------------------------------------------------- /templates/guides/feature_ephemeral_resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/feature_ephemeral_resource.md -------------------------------------------------------------------------------- /templates/guides/feature_generate_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/feature_generate_config.md -------------------------------------------------------------------------------- /templates/guides/feature_jmes_query.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/feature_jmes_query.md -------------------------------------------------------------------------------- /templates/guides/feature_list_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/feature_list_resources.md -------------------------------------------------------------------------------- /templates/guides/feature_preflight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/feature_preflight.md -------------------------------------------------------------------------------- /templates/guides/frequently_asked_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/frequently_asked_questions.md -------------------------------------------------------------------------------- /templates/guides/managed_service_identity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/managed_service_identity.md -------------------------------------------------------------------------------- /templates/guides/service_principal_oidc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/guides/service_principal_oidc.md -------------------------------------------------------------------------------- /templates/index.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/index.md.tmpl -------------------------------------------------------------------------------- /templates/list-resources/resource.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/list-resources/resource.md.tmpl -------------------------------------------------------------------------------- /templates/resources.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/templates/resources.md.tmpl -------------------------------------------------------------------------------- /tools/generator-data-plane-doc/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/tools/generator-data-plane-doc/main.go -------------------------------------------------------------------------------- /tools/generator-example-doc/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/tools/generator-example-doc/main.go -------------------------------------------------------------------------------- /tools/generator-example-doc/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/tools/generator-example-doc/template.md -------------------------------------------------------------------------------- /tools/sync-reference-doc/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/tools/sync-reference-doc/main.go -------------------------------------------------------------------------------- /tools/tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/tools/tools.go -------------------------------------------------------------------------------- /utils/helper.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/utils/helper.go -------------------------------------------------------------------------------- /utils/helper_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/utils/helper_test.go -------------------------------------------------------------------------------- /utils/json.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/utils/json.go -------------------------------------------------------------------------------- /utils/json_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/utils/json_test.go -------------------------------------------------------------------------------- /utils/response.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/utils/response.go -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/.deepsource.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/.deepsource.toml -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/.gitignore -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/.travis.yml -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/CONTRIBUTING.md -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/LICENSE -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/README.md -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/SECURITY.md -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/doc.go -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/map.go -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/merge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/merge.go -------------------------------------------------------------------------------- /vendor/dario.cat/mergo/mergo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/dario.cat/mergo/mergo.go -------------------------------------------------------------------------------- /vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/.gitignore: -------------------------------------------------------------------------------- 1 | # live test artifacts 2 | Dockerfile 3 | k8s.yaml 4 | sshkey* 5 | -------------------------------------------------------------------------------- /vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/go.work: -------------------------------------------------------------------------------- 1 | go 1.23.0 2 | 3 | use ( 4 | . 5 | ./cache 6 | ) 7 | -------------------------------------------------------------------------------- /vendor/github.com/Azure/entrauth/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Azure/entrauth/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/Azure/entrauth/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Azure/entrauth/README.md -------------------------------------------------------------------------------- /vendor/github.com/Azure/entrauth/entrauth.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Azure/entrauth/entrauth.go -------------------------------------------------------------------------------- /vendor/github.com/Azure/entrauth/option.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Azure/entrauth/option.go -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/COPYING -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/README.md -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/decode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/decode.go -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/doc.go -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/encode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/encode.go -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/error.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/error.go -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/lex.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/lex.go -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/meta.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/meta.go -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/parse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/parse.go -------------------------------------------------------------------------------- /vendor/github.com/BurntSushi/toml/type_toml.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/BurntSushi/toml/type_toml.go -------------------------------------------------------------------------------- /vendor/github.com/Masterminds/semver/v3/.gitignore: -------------------------------------------------------------------------------- 1 | _fuzz/ -------------------------------------------------------------------------------- /vendor/github.com/Masterminds/semver/v3/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Masterminds/semver/v3/doc.go -------------------------------------------------------------------------------- /vendor/github.com/Masterminds/sprig/v3/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | /.glide 3 | -------------------------------------------------------------------------------- /vendor/github.com/Masterminds/sprig/v3/date.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Masterminds/sprig/v3/date.go -------------------------------------------------------------------------------- /vendor/github.com/Masterminds/sprig/v3/dict.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Masterminds/sprig/v3/dict.go -------------------------------------------------------------------------------- /vendor/github.com/Masterminds/sprig/v3/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Masterminds/sprig/v3/doc.go -------------------------------------------------------------------------------- /vendor/github.com/Masterminds/sprig/v3/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Masterminds/sprig/v3/list.go -------------------------------------------------------------------------------- /vendor/github.com/Masterminds/sprig/v3/url.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Masterminds/sprig/v3/url.go -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @microsoft/containerplat 2 | -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/README.md -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/backup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/backup.go -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/doc.go -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/ea.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/ea.go -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/file.go -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/hvsock.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/hvsock.go -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/pipe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/pipe.go -------------------------------------------------------------------------------- /vendor/github.com/Microsoft/go-winio/sd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/Microsoft/go-winio/sd.go -------------------------------------------------------------------------------- /vendor/github.com/ProtonMail/go-crypto/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/ProtonMail/go-crypto/AUTHORS -------------------------------------------------------------------------------- /vendor/github.com/ProtonMail/go-crypto/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/ProtonMail/go-crypto/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/ProtonMail/go-crypto/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/ProtonMail/go-crypto/PATENTS -------------------------------------------------------------------------------- /vendor/github.com/agext/levenshtein/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/agext/levenshtein/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/agext/levenshtein/DCO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/agext/levenshtein/DCO -------------------------------------------------------------------------------- /vendor/github.com/agext/levenshtein/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/agext/levenshtein/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/agext/levenshtein/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/agext/levenshtein/NOTICE -------------------------------------------------------------------------------- /vendor/github.com/agext/levenshtein/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/agext/levenshtein/README.md -------------------------------------------------------------------------------- /vendor/github.com/agext/levenshtein/params.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/agext/levenshtein/params.go -------------------------------------------------------------------------------- /vendor/github.com/agext/levenshtein/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/agext/levenshtein/test.sh -------------------------------------------------------------------------------- /vendor/github.com/armon/go-radix/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/armon/go-radix/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/armon/go-radix/.travis.yml: -------------------------------------------------------------------------------- 1 | language: go 2 | go: 3 | - tip 4 | -------------------------------------------------------------------------------- /vendor/github.com/armon/go-radix/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/armon/go-radix/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/armon/go-radix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/armon/go-radix/README.md -------------------------------------------------------------------------------- /vendor/github.com/armon/go-radix/radix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/armon/go-radix/radix.go -------------------------------------------------------------------------------- /vendor/github.com/bgentry/speakeasy/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/bgentry/speakeasy/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/bgentry/speakeasy/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/bgentry/speakeasy/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/bgentry/speakeasy/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/bgentry/speakeasy/Readme.md -------------------------------------------------------------------------------- /vendor/github.com/cloudflare/circl/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/cloudflare/circl/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/cyphar/filepath-securejoin/VERSION: -------------------------------------------------------------------------------- 1 | 0.4.1 2 | -------------------------------------------------------------------------------- /vendor/github.com/davecgh/go-spew/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/davecgh/go-spew/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/davecgh/go-spew/spew/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/davecgh/go-spew/spew/doc.go -------------------------------------------------------------------------------- /vendor/github.com/davecgh/go-spew/spew/dump.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/davecgh/go-spew/spew/dump.go -------------------------------------------------------------------------------- /vendor/github.com/davecgh/go-spew/spew/spew.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/davecgh/go-spew/spew/spew.go -------------------------------------------------------------------------------- /vendor/github.com/emirpasic/gods/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/emirpasic/gods/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/emirpasic/gods/utils/sort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/emirpasic/gods/utils/sort.go -------------------------------------------------------------------------------- /vendor/github.com/fatih/color/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/fatih/color/LICENSE.md -------------------------------------------------------------------------------- /vendor/github.com/fatih/color/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/fatih/color/README.md -------------------------------------------------------------------------------- /vendor/github.com/fatih/color/color.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/fatih/color/color.go -------------------------------------------------------------------------------- /vendor/github.com/fatih/color/color_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/fatih/color/color_windows.go -------------------------------------------------------------------------------- /vendor/github.com/fatih/color/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/fatih/color/doc.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/.gitignore: -------------------------------------------------------------------------------- 1 | coverage.out 2 | -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/Makefile -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/README -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/doc.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/errors.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/read.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/read.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/set.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/set.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/token/token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/token/token.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/types/bool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/types/bool.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/types/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/types/doc.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/types/enum.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/types/enum.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/types/int.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/types/int.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/gcfg/types/scan.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/gcfg/types/scan.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-billy/v5/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-billy/v5/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-billy/v5/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-billy/v5/Makefile -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-billy/v5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-billy/v5/README.md -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-billy/v5/fs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-billy/v5/fs.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/Makefile -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/README.md -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/SECURITY.md -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/blame.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/blame.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/common.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/doc.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/options.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/options.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/oss-fuzz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/oss-fuzz.sh -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/prune.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/prune.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/remote.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/remote.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/signer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/signer.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/status.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/status.go -------------------------------------------------------------------------------- /vendor/github.com/go-git/go-git/v5/worktree.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/go-git/go-git/v5/worktree.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | bin 3 | .idea/ 4 | 5 | -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/README.md -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/claims.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/claims.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/doc.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/ecdsa.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/ecdsa.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/ed25519.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/ed25519.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/errors.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/hmac.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/hmac.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/none.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/none.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/parser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/parser.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/rsa.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/rsa.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/rsa_pss.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/rsa_pss.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/token.go -------------------------------------------------------------------------------- /vendor/github.com/golang-jwt/jwt/v5/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang-jwt/jwt/v5/types.go -------------------------------------------------------------------------------- /vendor/github.com/golang/groupcache/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang/groupcache/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/golang/groupcache/lru/lru.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang/groupcache/lru/lru.go -------------------------------------------------------------------------------- /vendor/github.com/golang/protobuf/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang/protobuf/AUTHORS -------------------------------------------------------------------------------- /vendor/github.com/golang/protobuf/CONTRIBUTORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang/protobuf/CONTRIBUTORS -------------------------------------------------------------------------------- /vendor/github.com/golang/protobuf/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/golang/protobuf/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/google/go-cmp/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/go-cmp/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/google/go-cmp/cmp/compare.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/go-cmp/cmp/compare.go -------------------------------------------------------------------------------- /vendor/github.com/google/go-cmp/cmp/export.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/go-cmp/cmp/export.go -------------------------------------------------------------------------------- /vendor/github.com/google/go-cmp/cmp/options.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/go-cmp/cmp/options.go -------------------------------------------------------------------------------- /vendor/github.com/google/go-cmp/cmp/path.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/go-cmp/cmp/path.go -------------------------------------------------------------------------------- /vendor/github.com/google/go-cmp/cmp/report.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/go-cmp/cmp/report.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/CHANGELOG.md -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/CONTRIBUTING.md -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/CONTRIBUTORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/CONTRIBUTORS -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/README.md -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/dce.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/dce.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/doc.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/hash.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/hash.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/marshal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/marshal.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/node.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/node.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/node_js.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/node_js.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/node_net.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/node_net.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/null.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/null.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/sql.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/sql.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/time.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/time.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/util.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/uuid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/uuid.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/version1.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/version1.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/version4.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/version4.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/version6.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/version6.go -------------------------------------------------------------------------------- /vendor/github.com/google/uuid/version7.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/google/uuid/version7.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/Makefile -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/README.md -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/cli.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/cli.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/command.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/command.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/help.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/help.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/ui.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/ui.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/ui_colored.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/ui_colored.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/ui_common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/ui_common.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/ui_js.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/ui_js.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/ui_mock.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/ui_mock.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/cli/ui_writer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/cli/ui_writer.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/errwrap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/errwrap/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/errwrap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/errwrap/README.md -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/errwrap/errwrap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/errwrap/errwrap.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-cty/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-cty/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-cty/cty/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-cty/cty/doc.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-cty/cty/gob.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-cty/cty/gob.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-cty/cty/json.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-cty/cty/json.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-cty/cty/null.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-cty/cty/null.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-cty/cty/path.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-cty/cty/path.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-cty/cty/type.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-cty/cty/type.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-cty/cty/walk.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-cty/cty/walk.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-hclog/.gitignore: -------------------------------------------------------------------------------- 1 | .idea* -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-hclog/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-hclog/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-hclog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-hclog/README.md -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-hclog/global.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-hclog/global.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-hclog/logger.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-hclog/logger.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-hclog/stdlog.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-hclog/stdlog.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-plugin/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .idea 3 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-plugin/.go-version: -------------------------------------------------------------------------------- 1 | 1.24.1 2 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-plugin/process.go: -------------------------------------------------------------------------------- 1 | // Copyright (c) HashiCorp, Inc. 2 | // SPDX-License-Identifier: MPL-2.0 3 | 4 | package plugin 5 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-retryablehttp/.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ 2 | *.iml 3 | *.test 4 | .vscode/ -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-retryablehttp/.go-version: -------------------------------------------------------------------------------- 1 | 1.22.2 2 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-retryablehttp/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @hashicorp/go-retryablehttp-maintainers 2 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-uuid/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-uuid/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/go-uuid/uuid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/go-uuid/uuid.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hc-install/.go-version: -------------------------------------------------------------------------------- 1 | 1.24.2 2 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hc-install/version/VERSION: -------------------------------------------------------------------------------- 1 | 0.9.2 2 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hcl/v2/.go-version: -------------------------------------------------------------------------------- 1 | 1.23 2 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hcl/v2/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/hcl/v2/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hcl/v2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/hcl/v2/Makefile -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hcl/v2/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/hcl/v2/doc.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hcl/v2/ops.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/hcl/v2/ops.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hcl/v2/pos.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/hcl/v2/pos.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hcl/v2/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/hcl/v2/spec.md -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/hcl/v2/tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/hcl/v2/tools.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/terraform-json/.go-version: -------------------------------------------------------------------------------- 1 | 1.25 2 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/terraform-registry-address/.go-version: -------------------------------------------------------------------------------- 1 | 1.19 2 | -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/yamux/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/yamux/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/yamux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/yamux/README.md -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/yamux/addr.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/yamux/addr.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/yamux/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/yamux/const.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/yamux/mux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/yamux/mux.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/yamux/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/yamux/spec.md -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/yamux/stream.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/yamux/stream.go -------------------------------------------------------------------------------- /vendor/github.com/hashicorp/yamux/util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/hashicorp/yamux/util.go -------------------------------------------------------------------------------- /vendor/github.com/huandu/xstrings/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/huandu/xstrings/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/huandu/xstrings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/huandu/xstrings/README.md -------------------------------------------------------------------------------- /vendor/github.com/huandu/xstrings/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/huandu/xstrings/common.go -------------------------------------------------------------------------------- /vendor/github.com/huandu/xstrings/count.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/huandu/xstrings/count.go -------------------------------------------------------------------------------- /vendor/github.com/huandu/xstrings/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/huandu/xstrings/doc.go -------------------------------------------------------------------------------- /vendor/github.com/huandu/xstrings/format.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/huandu/xstrings/format.go -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/README.md -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/SECURITY.md -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/doc.go -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/map.go -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/merge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/merge.go -------------------------------------------------------------------------------- /vendor/github.com/imdario/mergo/mergo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/imdario/mergo/mergo.go -------------------------------------------------------------------------------- /vendor/github.com/jbenet/go-context/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/jbenet/go-context/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/kevinburke/ssh_config/.gitattributes: -------------------------------------------------------------------------------- 1 | testdata/dos-lines eol=crlf 2 | -------------------------------------------------------------------------------- /vendor/github.com/kevinburke/ssh_config/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/github.com/mattn/go-isatty/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/mattn/go-isatty/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/mattn/go-isatty/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/mattn/go-isatty/README.md -------------------------------------------------------------------------------- /vendor/github.com/mattn/go-isatty/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/mattn/go-isatty/doc.go -------------------------------------------------------------------------------- /vendor/github.com/mitchellh/reflectwalk/.travis.yml: -------------------------------------------------------------------------------- 1 | language: go 2 | -------------------------------------------------------------------------------- /vendor/github.com/oklog/run/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/oklog/run/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/oklog/run/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/oklog/run/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/oklog/run/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/oklog/run/README.md -------------------------------------------------------------------------------- /vendor/github.com/oklog/run/actors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/oklog/run/actors.go -------------------------------------------------------------------------------- /vendor/github.com/oklog/run/group.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/oklog/run/group.go -------------------------------------------------------------------------------- /vendor/github.com/pjbgf/sha1cd/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pjbgf/sha1cd/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/pjbgf/sha1cd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pjbgf/sha1cd/Makefile -------------------------------------------------------------------------------- /vendor/github.com/pjbgf/sha1cd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pjbgf/sha1cd/README.md -------------------------------------------------------------------------------- /vendor/github.com/pjbgf/sha1cd/detection.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pjbgf/sha1cd/detection.go -------------------------------------------------------------------------------- /vendor/github.com/pjbgf/sha1cd/sha1cd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pjbgf/sha1cd/sha1cd.go -------------------------------------------------------------------------------- /vendor/github.com/pjbgf/sha1cd/ubc/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pjbgf/sha1cd/ubc/const.go -------------------------------------------------------------------------------- /vendor/github.com/pjbgf/sha1cd/ubc/ubc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pjbgf/sha1cd/ubc/ubc.go -------------------------------------------------------------------------------- /vendor/github.com/pkg/browser/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pkg/browser/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/pkg/browser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pkg/browser/README.md -------------------------------------------------------------------------------- /vendor/github.com/pkg/browser/browser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/pkg/browser/browser.go -------------------------------------------------------------------------------- /vendor/github.com/posener/complete/args.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/posener/complete/args.go -------------------------------------------------------------------------------- /vendor/github.com/posener/complete/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/posener/complete/doc.go -------------------------------------------------------------------------------- /vendor/github.com/posener/complete/log.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/posener/complete/log.go -------------------------------------------------------------------------------- /vendor/github.com/sergi/go-diff/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/sergi/go-diff/AUTHORS -------------------------------------------------------------------------------- /vendor/github.com/sergi/go-diff/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/sergi/go-diff/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/skeema/knownhosts/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/skeema/knownhosts/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/skeema/knownhosts/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/skeema/knownhosts/NOTICE -------------------------------------------------------------------------------- /vendor/github.com/spf13/cast/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/spf13/cast/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/spf13/cast/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/spf13/cast/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/spf13/cast/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/spf13/cast/Makefile -------------------------------------------------------------------------------- /vendor/github.com/spf13/cast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/spf13/cast/README.md -------------------------------------------------------------------------------- /vendor/github.com/spf13/cast/cast.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/spf13/cast/cast.go -------------------------------------------------------------------------------- /vendor/github.com/spf13/cast/caste.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/spf13/cast/caste.go -------------------------------------------------------------------------------- /vendor/github.com/stretchr/testify/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/stretchr/testify/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/vmihailenco/msgpack/v5/.prettierrc: -------------------------------------------------------------------------------- 1 | semi: false 2 | singleQuote: true 3 | proseWrap: always 4 | printWidth: 100 5 | -------------------------------------------------------------------------------- /vendor/github.com/vmihailenco/msgpack/v5/commitlint.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { extends: ['@commitlint/config-conventional'] } 2 | -------------------------------------------------------------------------------- /vendor/github.com/xanzy/ssh-agent/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/xanzy/ssh-agent/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/xanzy/ssh-agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/xanzy/ssh-agent/README.md -------------------------------------------------------------------------------- /vendor/github.com/yuin/goldmark/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/yuin/goldmark/.gitignore -------------------------------------------------------------------------------- /vendor/github.com/yuin/goldmark/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/yuin/goldmark/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/yuin/goldmark/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/yuin/goldmark/Makefile -------------------------------------------------------------------------------- /vendor/github.com/yuin/goldmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/yuin/goldmark/README.md -------------------------------------------------------------------------------- /vendor/github.com/yuin/goldmark/ast/ast.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/yuin/goldmark/ast/ast.go -------------------------------------------------------------------------------- /vendor/github.com/yuin/goldmark/markdown.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/yuin/goldmark/markdown.go -------------------------------------------------------------------------------- /vendor/github.com/zclconf/go-cty/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/zclconf/go-cty/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/zclconf/go-cty/cty/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/github.com/zclconf/go-cty/cty/doc.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/argon2/argon2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/argon2/argon2.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/bcrypt/base64.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/bcrypt/base64.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/bcrypt/bcrypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/bcrypt/bcrypt.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/blake2b/go125.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/blake2b/go125.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/cast5/cast5.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/cast5/cast5.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/chacha20/xor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/chacha20/xor.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/hkdf/hkdf.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/hkdf/hkdf.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/pkcs12/crypto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/pkcs12/crypto.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/pkcs12/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/pkcs12/errors.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/pkcs12/mac.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/pkcs12/mac.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/pkcs12/pbkdf.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/pkcs12/pbkdf.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/pkcs12/pkcs12.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/pkcs12/pkcs12.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/scrypt/scrypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/scrypt/scrypt.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/sha3/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/sha3/doc.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/sha3/hashes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/sha3/hashes.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/sha3/keccakf.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/sha3/keccakf.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/sha3/sha3.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/sha3/sha3.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/sha3/shake.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/sha3/shake.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/buffer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/buffer.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/certs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/certs.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/channel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/channel.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/cipher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/cipher.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/client.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/common.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/doc.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/handshake.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/handshake.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/kex.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/kex.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/keys.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/keys.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/mac.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/mac.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/messages.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/messages.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/mlkem.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/mlkem.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/mux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/mux.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/server.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/session.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/session.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/ssh_gss.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/ssh_gss.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/tcpip.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/tcpip.go -------------------------------------------------------------------------------- /vendor/golang.org/x/crypto/ssh/transport.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/crypto/ssh/transport.go -------------------------------------------------------------------------------- /vendor/golang.org/x/exp/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/exp/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/exp/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/exp/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/exp/slices/cmp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/exp/slices/cmp.go -------------------------------------------------------------------------------- /vendor/golang.org/x/exp/slices/slices.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/exp/slices/slices.go -------------------------------------------------------------------------------- /vendor/golang.org/x/exp/slices/sort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/exp/slices/sort.go -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/modfile/print.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/modfile/print.go -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/modfile/read.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/modfile/read.go -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/modfile/rule.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/modfile/rule.go -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/modfile/work.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/modfile/work.go -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/module/module.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/module/module.go -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/module/pseudo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/module/pseudo.go -------------------------------------------------------------------------------- /vendor/golang.org/x/mod/semver/semver.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/mod/semver/semver.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/net/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/net/context/context.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/context/context.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | h2i/h2i 3 | -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/ascii.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/ascii.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/ciphers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/ciphers.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/config.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/databuffer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/databuffer.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/errors.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/flow.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/flow.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/frame.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/frame.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/gotrack.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/gotrack.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/http2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/http2.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/pipe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/pipe.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/server.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/transport.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/transport.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/write.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/write.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/http2/writesched.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/http2/writesched.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/go118.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/go118.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/idna10.0.0.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/idna10.0.0.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/idna9.0.0.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/idna9.0.0.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/pre_go118.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/pre_go118.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/punycode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/punycode.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/tables9.0.0.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/tables9.0.0.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/trie.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/trie.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/trie12.0.0.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/trie12.0.0.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/trie13.0.0.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/trie13.0.0.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/idna/trieval.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/idna/trieval.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/proxy/dial.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/proxy/dial.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/proxy/direct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/proxy/direct.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/proxy/per_host.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/proxy/per_host.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/proxy/proxy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/proxy/proxy.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/proxy/socks5.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/proxy/socks5.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/trace/events.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/trace/events.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/trace/histogram.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/trace/histogram.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/trace/trace.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/net/trace/trace.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sync/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sync/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/sync/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sync/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/asm_aix_ppc64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/asm_aix_ppc64.s -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/byteorder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/byteorder.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_aix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_aix.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_arm.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_arm.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_arm64.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_arm64.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_arm64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_arm64.s -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_gc_arm64.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_gc_arm64.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_gc_s390x.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_gc_s390x.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_gc_x86.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_gc_x86.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_gc_x86.s -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_linux.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_loong64.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_loong64.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_loong64.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_loong64.s -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_mips64x.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_mips64x.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_mipsx.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_mipsx.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_ppc64x.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_ppc64x.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_riscv64.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_riscv64.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_s390x.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_s390x.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_s390x.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_s390x.s -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_wasm.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_wasm.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_x86.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_x86.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/cpu_zos.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/cpu_zos.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/endian_big.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/endian_big.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/hwcap_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/hwcap_linux.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/parse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/parse.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/cpu/runtime_auxv.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/cpu/runtime_auxv.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/execabs/execabs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/execabs/execabs.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/.gitignore: -------------------------------------------------------------------------------- 1 | _obj/ 2 | unix.test 3 | -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/README.md -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/aliases.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/aliases.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/asm_bsd_386.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/asm_bsd_386.s -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/asm_bsd_arm.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/asm_bsd_arm.s -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/auxv.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/auxv.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/bpxsvc_zos.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/bpxsvc_zos.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/bpxsvc_zos.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/bpxsvc_zos.s -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/cap_freebsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/cap_freebsd.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/constants.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/constants.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/dev_aix_ppc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/dev_aix_ppc.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/dev_darwin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/dev_darwin.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/dev_freebsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/dev_freebsd.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/dev_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/dev_linux.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/dev_netbsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/dev_netbsd.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/dev_openbsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/dev_openbsd.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/dev_zos.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/dev_zos.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/dirent.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/dirent.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/endian_big.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/endian_big.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/env_unix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/env_unix.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/fcntl.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/fcntl.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/fdset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/fdset.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/gccgo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/gccgo.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/gccgo_c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/gccgo_c.c -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/ifreq_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/ifreq_linux.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/ioctl_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/ioctl_linux.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/ioctl_zos.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/ioctl_zos.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/mkall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/mkall.sh -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/mkerrors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/mkerrors.sh -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/mremap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/mremap.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/ptrace_ios.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/ptrace_ios.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/race.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/race.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/race0.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/race0.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/syscall.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/syscall.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/syscall_aix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/syscall_aix.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/syscall_bsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/syscall_bsd.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/timestruct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/timestruct.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/unix/xattr_bsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/unix/xattr_bsd.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/windows/aliases.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/windows/aliases.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/windows/eventlog.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/windows/eventlog.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/windows/race.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/windows/race.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/windows/race0.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/windows/race0.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/windows/service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/windows/service.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/windows/str.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/windows/str.go -------------------------------------------------------------------------------- /vendor/golang.org/x/sys/windows/syscall.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/sys/windows/syscall.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/text/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/text/cases/cases.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/cases/cases.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/cases/context.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/cases/context.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/cases/fold.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/cases/fold.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/cases/icu.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/cases/icu.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/cases/info.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/cases/info.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/cases/map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/cases/map.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/cases/trieval.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/cases/trieval.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/internal/match.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/internal/match.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/language/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/language/doc.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/language/match.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/language/match.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/language/parse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/language/parse.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/language/tables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/language/tables.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/language/tags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/text/language/tags.go -------------------------------------------------------------------------------- /vendor/golang.org/x/tools/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/tools/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/tools/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/golang.org/x/tools/PATENTS -------------------------------------------------------------------------------- /vendor/google.golang.org/appengine/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/appengine/LICENSE -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/AUTHORS: -------------------------------------------------------------------------------- 1 | Google Inc. 2 | -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/GOVERNANCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/GOVERNANCE.md -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/LICENSE -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/Makefile -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/NOTICE.txt -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/README.md -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/SECURITY.md -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/backoff.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/backoff.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/call.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/call.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/clientconn.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/clientconn.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/codec.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/codec.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/doc.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/peer/peer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/peer/peer.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/preloader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/preloader.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/rpc_util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/rpc_util.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/server.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/stream.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/stream.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/tap/tap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/tap/tap.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/trace.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/trace.go -------------------------------------------------------------------------------- /vendor/google.golang.org/grpc/version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/grpc/version.go -------------------------------------------------------------------------------- /vendor/google.golang.org/protobuf/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/protobuf/LICENSE -------------------------------------------------------------------------------- /vendor/google.golang.org/protobuf/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/google.golang.org/protobuf/PATENTS -------------------------------------------------------------------------------- /vendor/gopkg.in/warnings.v0/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/warnings.v0/LICENSE -------------------------------------------------------------------------------- /vendor/gopkg.in/warnings.v0/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/warnings.v0/README -------------------------------------------------------------------------------- /vendor/gopkg.in/warnings.v0/warnings.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/warnings.v0/warnings.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/.travis.yml -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/LICENSE -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/LICENSE.libyaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/LICENSE.libyaml -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/NOTICE -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/README.md -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/apic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/apic.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/decode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/decode.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/emitterc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/emitterc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/encode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/encode.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/parserc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/parserc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/readerc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/readerc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/resolve.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/resolve.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/scannerc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/scannerc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/sorter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/sorter.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/writerc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/writerc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/yaml.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/yaml.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/yamlh.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/yamlh.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v2/yamlprivateh.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v2/yamlprivateh.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/LICENSE -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/NOTICE -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/README.md -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/apic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/apic.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/decode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/decode.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/emitterc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/emitterc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/encode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/encode.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/parserc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/parserc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/readerc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/readerc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/resolve.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/resolve.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/scannerc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/scannerc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/sorter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/sorter.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/writerc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/writerc.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/yaml.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/yaml.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/yamlh.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/yamlh.go -------------------------------------------------------------------------------- /vendor/gopkg.in/yaml.v3/yamlprivateh.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/gopkg.in/yaml.v3/yamlprivateh.go -------------------------------------------------------------------------------- /vendor/modules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/vendor/modules.txt -------------------------------------------------------------------------------- /version/version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/terraform-provider-azapi/HEAD/version/version.go --------------------------------------------------------------------------------