diff --git a/assets/resourceSnippets/App Service Plan (Server Farm).snippet.json b/assets/resourceSnippets/App Service Plan (Server Farm).snippet.json index 3238cda14..bf1d380cf 100644 --- a/assets/resourceSnippets/App Service Plan (Server Farm).snippet.json +++ b/assets/resourceSnippets/App Service Plan (Server Farm).snippet.json @@ -9,7 +9,7 @@ { "name": "${1:appServicePlan1}", "type": "Microsoft.Web/serverfarms", - "apiVersion": "2022-09-01", + "apiVersion": "2023-01-01", "location": "[resourceGroup().location]", "sku": { "name": "F1", diff --git a/assets/resourceSnippets/Application Gateway and Firewall.snippet.json b/assets/resourceSnippets/Application Gateway and Firewall.snippet.json index fdd809376..6335e2b93 100644 --- a/assets/resourceSnippets/Application Gateway and Firewall.snippet.json +++ b/assets/resourceSnippets/Application Gateway and Firewall.snippet.json @@ -8,7 +8,7 @@ "resources": [ { "type": "Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "name": "${1:applicationGatewayFirewallName}", "location": "[resourceGroup().location]", "dependsOn": [ @@ -33,7 +33,7 @@ }, { "type": "Microsoft.Network/applicationGateways", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "name": "${9:applicationGatewayName}", "location": "[resourceGroup().location]", "dependsOn": [ diff --git a/assets/resourceSnippets/Application Gateway.snippet.json b/assets/resourceSnippets/Application Gateway.snippet.json index 2ef5d13ff..e9948c108 100644 --- a/assets/resourceSnippets/Application Gateway.snippet.json +++ b/assets/resourceSnippets/Application Gateway.snippet.json @@ -8,7 +8,7 @@ "resources": [ { "type": "Microsoft.Network/applicationGateways", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "name": "${1:applicationGatewayName}", "location": "[resourceGroup().location]", "dependsOn": [ diff --git a/assets/resourceSnippets/Application Security Group.snippet.json b/assets/resourceSnippets/Application Security Group.snippet.json index 5121b98fe..4a00fd172 100644 --- a/assets/resourceSnippets/Application Security Group.snippet.json +++ b/assets/resourceSnippets/Application Security Group.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:applicationSecurityGroup1}", "type": "Microsoft.Network/applicationSecurityGroups", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { }, diff --git a/assets/resourceSnippets/Automation Account.snippet.json b/assets/resourceSnippets/Automation Account.snippet.json index 0abd0e546..8e3be0a5c 100644 --- a/assets/resourceSnippets/Automation Account.snippet.json +++ b/assets/resourceSnippets/Automation Account.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:automationAccount1}", "type": "Microsoft.Automation/automationAccounts", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { }, diff --git a/assets/resourceSnippets/Automation Certificate.snippet.json b/assets/resourceSnippets/Automation Certificate.snippet.json index 1e77ce259..d36f10f3b 100644 --- a/assets/resourceSnippets/Automation Certificate.snippet.json +++ b/assets/resourceSnippets/Automation Certificate.snippet.json @@ -10,7 +10,7 @@ { "name": "${1:parent/automationCertificate}", "type": "Microsoft.Automation/automationAccounts/certificates", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', '${2:automationAccount1}')]" ], diff --git a/assets/resourceSnippets/Automation Credential.snippet.json b/assets/resourceSnippets/Automation Credential.snippet.json index 71c55d40a..ec2a11957 100644 --- a/assets/resourceSnippets/Automation Credential.snippet.json +++ b/assets/resourceSnippets/Automation Credential.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:parent/automationCredential}", "type": "Microsoft.Automation/automationAccounts/credentials", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', '${2:automationAccount1}')]" ], diff --git a/assets/resourceSnippets/Automation Job Schedule.snippet.json b/assets/resourceSnippets/Automation Job Schedule.snippet.json index ea64331a9..a6c6bdccd 100644 --- a/assets/resourceSnippets/Automation Job Schedule.snippet.json +++ b/assets/resourceSnippets/Automation Job Schedule.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:parent/automationJobSchedule1}", "type": "Microsoft.Automation/automationAccounts/jobSchedules", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { }, diff --git a/assets/resourceSnippets/Automation Module.snippet.json b/assets/resourceSnippets/Automation Module.snippet.json index 3db86fd1e..5a0c57fb8 100644 --- a/assets/resourceSnippets/Automation Module.snippet.json +++ b/assets/resourceSnippets/Automation Module.snippet.json @@ -9,7 +9,7 @@ { "name": "[concat('${2:automationAccount1}', '/${1:automationVariable1}')]", "type": "Microsoft.Automation/automationAccounts/modules", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', '${2:automationAccount1}')]" ], diff --git a/assets/resourceSnippets/Automation Runbook.snippet.json b/assets/resourceSnippets/Automation Runbook.snippet.json index f33edeb03..4315b45a9 100644 --- a/assets/resourceSnippets/Automation Runbook.snippet.json +++ b/assets/resourceSnippets/Automation Runbook.snippet.json @@ -9,7 +9,7 @@ { "name": "[concat('${1:parent}', '/', '${2:automationRunbook1}')]", "type": "Microsoft.Automation/automationAccounts/runbooks", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": {}, "dependsOn": [ diff --git a/assets/resourceSnippets/Automation Schedule.snippet.json b/assets/resourceSnippets/Automation Schedule.snippet.json index 57f3eefc2..404155dc9 100644 --- a/assets/resourceSnippets/Automation Schedule.snippet.json +++ b/assets/resourceSnippets/Automation Schedule.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:parent/automationSchedule1}", "type": "Microsoft.Automation/automationAccounts/schedules", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "tags": { }, "dependsOn": [ diff --git a/assets/resourceSnippets/Automation Variable.snippet.json b/assets/resourceSnippets/Automation Variable.snippet.json index df08ef3b9..835e0be31 100644 --- a/assets/resourceSnippets/Automation Variable.snippet.json +++ b/assets/resourceSnippets/Automation Variable.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:parent/automationVariable1}", "type": "Microsoft.Automation/automationAccounts/variables", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', '${2:automationAccount1}')]" ], diff --git a/assets/resourceSnippets/Azure Firewall.snippet.json b/assets/resourceSnippets/Azure Firewall.snippet.json index 1bc14040b..5daa8dd39 100644 --- a/assets/resourceSnippets/Azure Firewall.snippet.json +++ b/assets/resourceSnippets/Azure Firewall.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:firewall1}", "type": "Microsoft.Network/azureFirewalls", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { }, @@ -126,7 +126,7 @@ { "name": "${34:publicIPAddress1}", "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "sku": { "name": "standard" diff --git a/assets/resourceSnippets/Cosmos DB Database Account.snippet.json b/assets/resourceSnippets/Cosmos DB Database Account.snippet.json index 98d043458..071b973bf 100644 --- a/assets/resourceSnippets/Cosmos DB Database Account.snippet.json +++ b/assets/resourceSnippets/Cosmos DB Database Account.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:cosmosDbAccount1}", "type": "Microsoft.DocumentDB/databaseAccounts", - "apiVersion": "2023-04-15", + "apiVersion": "2023-11-15", "location": "[resourceGroup().location]", "tags": { }, diff --git a/assets/resourceSnippets/Function.snippet.json b/assets/resourceSnippets/Function.snippet.json index a290bb6ba..1345fd613 100644 --- a/assets/resourceSnippets/Function.snippet.json +++ b/assets/resourceSnippets/Function.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:functionName}", "type": "Microsoft.Web/sites", - "apiVersion": "2022-09-01", + "apiVersion": "2023-01-01", "location": "[resourceGroup().location]", "kind": "functionapp", "dependsOn": [ diff --git a/assets/resourceSnippets/KeyVault Secret.snippet.json b/assets/resourceSnippets/KeyVault Secret.snippet.json index a0c5e1e57..a6a0f3c3a 100644 --- a/assets/resourceSnippets/KeyVault Secret.snippet.json +++ b/assets/resourceSnippets/KeyVault Secret.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:keyVault1}/${2:keyVaultSecret1}", "type": "Microsoft.KeyVault/vaults/secrets", - "apiVersion": "2023-02-01", + "apiVersion": "2023-07-01", "properties": { "value": "${3:secretValue}" } diff --git a/assets/resourceSnippets/KeyVault.snippet.json b/assets/resourceSnippets/KeyVault.snippet.json index 24ba4f071..e12bc5856 100644 --- a/assets/resourceSnippets/KeyVault.snippet.json +++ b/assets/resourceSnippets/KeyVault.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:keyVault1}", "type": "Microsoft.KeyVault/vaults", - "apiVersion": "2023-02-01", + "apiVersion": "2023-07-01", "location": "[resourceGroup().location]", "tags": { "displayName": "${1:keyVault1}" diff --git a/assets/resourceSnippets/Kubernetes Service Cluster.snippet.json b/assets/resourceSnippets/Kubernetes Service Cluster.snippet.json index 29f9c0d49..e3b447ed9 100644 --- a/assets/resourceSnippets/Kubernetes Service Cluster.snippet.json +++ b/assets/resourceSnippets/Kubernetes Service Cluster.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:aksCluster1}", "type": "Microsoft.ContainerService/managedClusters", - "apiVersion": "2023-01-01", + "apiVersion": "2024-02-01", "location": "[resourceGroup().location]", "properties": { "kubernetesVersion": "${2|1.15.7,1.15.5,1.14.8|}", diff --git a/assets/resourceSnippets/Linked Deployment With Relative Path.snippet.json b/assets/resourceSnippets/Linked Deployment With Relative Path.snippet.json index 1c4f754be..51a59777c 100644 --- a/assets/resourceSnippets/Linked Deployment With Relative Path.snippet.json +++ b/assets/resourceSnippets/Linked Deployment With Relative Path.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:linkedDeployment1}", "type": "Microsoft.Resources/deployments", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "properties": { "mode": "Incremental", "templateLink": { diff --git a/assets/resourceSnippets/Linked Deployment With URI.snippet.json b/assets/resourceSnippets/Linked Deployment With URI.snippet.json index 785f9f1d4..990f9dc8d 100644 --- a/assets/resourceSnippets/Linked Deployment With URI.snippet.json +++ b/assets/resourceSnippets/Linked Deployment With URI.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:linkedDeployment1}", "type": "Microsoft.Resources/deployments", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "properties": { "mode": "Incremental", "templateLink": { diff --git a/assets/resourceSnippets/Load Balancer External.snippet.json b/assets/resourceSnippets/Load Balancer External.snippet.json index cd7aa49c4..17501752d 100644 --- a/assets/resourceSnippets/Load Balancer External.snippet.json +++ b/assets/resourceSnippets/Load Balancer External.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:loadBalancerExternal1}", "type": "Microsoft.Network/loadBalancers", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Network/publicIPAddresses', '${2:publicIP1}')]" diff --git a/assets/resourceSnippets/Load Balancer Internal.snippet.json b/assets/resourceSnippets/Load Balancer Internal.snippet.json index 1118b708e..fda7ae079 100644 --- a/assets/resourceSnippets/Load Balancer Internal.snippet.json +++ b/assets/resourceSnippets/Load Balancer Internal.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:loadBalancerInternal1}", "type": "Microsoft.Network/loadBalancers", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Network/virtualNetworks', '${2:virtualNetwork1}')]" diff --git a/assets/resourceSnippets/Log Analytics Workspace.snippet.json b/assets/resourceSnippets/Log Analytics Workspace.snippet.json index 2d7194b87..d726d3e83 100644 --- a/assets/resourceSnippets/Log Analytics Workspace.snippet.json +++ b/assets/resourceSnippets/Log Analytics Workspace.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:logAnalyticsWorkspace1}", "type": "Microsoft.OperationalInsights/workspaces", - "apiVersion": "2021-06-01", + "apiVersion": "2023-09-01", "location": "[resourceGroup().location]", "properties": { "sku": { diff --git a/assets/resourceSnippets/Nested Deployment With Inner Scope.snippet.json b/assets/resourceSnippets/Nested Deployment With Inner Scope.snippet.json index bb3c41045..79bf515dd 100644 --- a/assets/resourceSnippets/Nested Deployment With Inner Scope.snippet.json +++ b/assets/resourceSnippets/Nested Deployment With Inner Scope.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:nestedDeployment1}", "type": "Microsoft.Resources/deployments", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "properties": { "expressionEvaluationOptions": { "scope": "inner" diff --git a/assets/resourceSnippets/Nested Deployment.snippet.json b/assets/resourceSnippets/Nested Deployment.snippet.json index cf36f09d3..bd5a569ed 100644 --- a/assets/resourceSnippets/Nested Deployment.snippet.json +++ b/assets/resourceSnippets/Nested Deployment.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:nestedDeployment1}", "type": "Microsoft.Resources/deployments", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "properties": { "mode": "Incremental", "template": { diff --git a/assets/resourceSnippets/Network Interface.snippet.json b/assets/resourceSnippets/Network Interface.snippet.json index 059f10881..1ee48a899 100644 --- a/assets/resourceSnippets/Network Interface.snippet.json +++ b/assets/resourceSnippets/Network Interface.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:networkInterface1}", "type": "Microsoft.Network/networkInterfaces", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { "displayName": "${1:networkInterface1}" diff --git a/assets/resourceSnippets/Network Security Group Rule.snippet.json b/assets/resourceSnippets/Network Security Group Rule.snippet.json index 895c18d96..6ff91d6b6 100644 --- a/assets/resourceSnippets/Network Security Group Rule.snippet.json +++ b/assets/resourceSnippets/Network Security Group Rule.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:networkSecurityGroupRuleName}", "type": "Microsoft.Network/networkSecurityGroups/securityRules", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "properties": { "description": "${2:nsgRuleDescription}", "protocol": /*${3|*,Ah,Esp,Icmp,Tcp,Udb|}*/ "*", diff --git a/assets/resourceSnippets/Network Security Group.snippet.json b/assets/resourceSnippets/Network Security Group.snippet.json index 217a1177f..45b57c14a 100644 --- a/assets/resourceSnippets/Network Security Group.snippet.json +++ b/assets/resourceSnippets/Network Security Group.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:networkSecurityGroup1}", "type": "Microsoft.Network/networkSecurityGroups", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "properties": { "securityRules": [ diff --git a/assets/resourceSnippets/Public IP Address.snippet.json b/assets/resourceSnippets/Public IP Address.snippet.json index af51b714b..dd852dac0 100644 --- a/assets/resourceSnippets/Public IP Address.snippet.json +++ b/assets/resourceSnippets/Public IP Address.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:publicIPAddress1}", "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { "displayName": "${1:publicIPAddress1}" diff --git a/assets/resourceSnippets/Public IP Prefix.snippet.json b/assets/resourceSnippets/Public IP Prefix.snippet.json index a4c5c0a0e..42f973bc5 100644 --- a/assets/resourceSnippets/Public IP Prefix.snippet.json +++ b/assets/resourceSnippets/Public IP Prefix.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:publicIPPrefix1}", "type": "Microsoft.Network/publicIPPrefixes", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { }, diff --git a/assets/resourceSnippets/Recovery Service Vault.snippet.json b/assets/resourceSnippets/Recovery Service Vault.snippet.json index 3ffca1599..a2363d0d6 100644 --- a/assets/resourceSnippets/Recovery Service Vault.snippet.json +++ b/assets/resourceSnippets/Recovery Service Vault.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:recoveryServiceVault1}", "type": "Microsoft.RecoveryServices/vaults", - "apiVersion": "2023-04-01", + "apiVersion": "2024-02-01", "location": "[resourceGroup().location]", "sku": { "name": /*${2|RS0,Standard|}*/ "RS0", diff --git a/assets/resourceSnippets/Redis Cache.snippet.json b/assets/resourceSnippets/Redis Cache.snippet.json index 3875c4088..0dfaeff0a 100644 --- a/assets/resourceSnippets/Redis Cache.snippet.json +++ b/assets/resourceSnippets/Redis Cache.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:redisCache1}", "type": "Microsoft.Cache/Redis", - "apiVersion": "2023-04-01", + "apiVersion": "2023-08-01", "location": "[resourceGroup().location]", "tags": { "displayName": "${1:redisCache1}" diff --git a/assets/resourceSnippets/Resource Group.snippet.json b/assets/resourceSnippets/Resource Group.snippet.json index 098990c8e..03306ac25 100644 --- a/assets/resourceSnippets/Resource Group.snippet.json +++ b/assets/resourceSnippets/Resource Group.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:resourceGroup}", "type": "Microsoft.Resources/resourceGroups", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "location": "${2:eastus}", "dependsOn": [ ], diff --git a/assets/resourceSnippets/Route Table Route.snippet.json b/assets/resourceSnippets/Route Table Route.snippet.json index 6ee24efc3..a7e7dd43c 100644 --- a/assets/resourceSnippets/Route Table Route.snippet.json +++ b/assets/resourceSnippets/Route Table Route.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:route-name}", "type": "Microsoft.Network/routeTables/routes", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "properties": { "addressPrefix": "${2:address-prefix}", "nextHopType": /*${3|VirtualNetworkGateway,VnetLocal,Internet,VirtualAppliance,None|}*/ "VirtualNetworkGateway", diff --git a/assets/resourceSnippets/Route Table.snippet.json b/assets/resourceSnippets/Route Table.snippet.json index e29af836f..a909edc94 100644 --- a/assets/resourceSnippets/Route Table.snippet.json +++ b/assets/resourceSnippets/Route Table.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:routeTable1}", "type": "Microsoft.Network/routeTables", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { }, diff --git a/assets/resourceSnippets/Storage Account.snippet.json b/assets/resourceSnippets/Storage Account.snippet.json index 288ebf8f2..179b01883 100644 --- a/assets/resourceSnippets/Storage Account.snippet.json +++ b/assets/resourceSnippets/Storage Account.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:storageaccount1}", "type": "Microsoft.Storage/storageAccounts", - "apiVersion": "2023-01-01", + "apiVersion": "2023-04-01", "tags": { "displayName": "${1:storageaccount1}" }, diff --git a/assets/resourceSnippets/Storage Blob Container.snippet.json b/assets/resourceSnippets/Storage Blob Container.snippet.json index 72ad76bb4..629e5a4b0 100644 --- a/assets/resourceSnippets/Storage Blob Container.snippet.json +++ b/assets/resourceSnippets/Storage Blob Container.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:accountName}/default/${2:blobContainerName}", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "apiVersion": "2023-01-01", + "apiVersion": "2023-04-01", "dependsOn": [ "[resourceId('Microsoft.Storage/storageAccounts', '${1:accountName}')]" ], diff --git a/assets/resourceSnippets/Ubuntu Virtual Machine.snippet.json b/assets/resourceSnippets/Ubuntu Virtual Machine.snippet.json index 2bd600ac8..36476d708 100644 --- a/assets/resourceSnippets/Ubuntu Virtual Machine.snippet.json +++ b/assets/resourceSnippets/Ubuntu Virtual Machine.snippet.json @@ -8,7 +8,7 @@ "resources": [ { "type": "Microsoft.Network/networkSecurityGroups", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('networkSecurityGroupName')]", "location": "[parameters('location')]", "properties": { @@ -32,7 +32,7 @@ }, { "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('publicIPAddressName')]", "location": "[parameters('location')]", "properties": { @@ -45,7 +45,7 @@ { "comments": "Simple Network Security Group for subnet [variables('vNetSubnetName')]", "type": "Microsoft.Network/networkSecurityGroups", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('networkSecurityGroupName2')]", "location": "[parameters('location')]", "properties": { @@ -68,7 +68,7 @@ }, { "type": "Microsoft.Network/virtualNetworks", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('vNetName')]", "location": "[parameters('location')]", "dependsOn": [ @@ -95,7 +95,7 @@ }, { "type": "Microsoft.Network/networkInterfaces", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('networkInterfaceName')]", "location": "[parameters('location')]", "dependsOn": [ @@ -122,7 +122,7 @@ }, { "type": "Microsoft.Compute/virtualMachines", - "apiVersion": "2021-11-01", + "apiVersion": "2023-03-01", "name": "[variables('vmName')]", "location": "[parameters('location')]", "dependsOn": [ diff --git a/assets/resourceSnippets/VPN Local Network Gateway.snippet.json b/assets/resourceSnippets/VPN Local Network Gateway.snippet.json index a091e550a..f7ff6ed78 100644 --- a/assets/resourceSnippets/VPN Local Network Gateway.snippet.json +++ b/assets/resourceSnippets/VPN Local Network Gateway.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:localNetworkGateway1}", "type": "Microsoft.Network/localNetworkGateways", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "properties": { "localNetworkAddressSpace": { diff --git a/assets/resourceSnippets/VPN Virtual Network Connection.snippet.json b/assets/resourceSnippets/VPN Virtual Network Connection.snippet.json index 9b12e1c6c..7902bf967 100644 --- a/assets/resourceSnippets/VPN Virtual Network Connection.snippet.json +++ b/assets/resourceSnippets/VPN Virtual Network Connection.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:vpnVnetConnection1}", "type": "Microsoft.Network/connections", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Network/virtualNetworkGateways', '${2:vnetGateway1}')]", diff --git a/assets/resourceSnippets/VPN Virtual Network Gateway.snippet.json b/assets/resourceSnippets/VPN Virtual Network Gateway.snippet.json index 126954823..3dfb4df45 100644 --- a/assets/resourceSnippets/VPN Virtual Network Gateway.snippet.json +++ b/assets/resourceSnippets/VPN Virtual Network Gateway.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:virtualNetworkGateway1}", "type": "Microsoft.Network/virtualNetworkGateways", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Network/publicIPAddresses', '${2:publicIPAddress1}')]", diff --git a/assets/resourceSnippets/Virtual Network.snippet.json b/assets/resourceSnippets/Virtual Network.snippet.json index 8af2ce673..a00696015 100644 --- a/assets/resourceSnippets/Virtual Network.snippet.json +++ b/assets/resourceSnippets/Virtual Network.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:virtualNetwork1}", "type": "Microsoft.Network/virtualNetworks", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { "displayName": "${1:virtualNetwork1}" diff --git a/assets/resourceSnippets/Web App.snippet.json b/assets/resourceSnippets/Web App.snippet.json index 408270747..8974c9c33 100644 --- a/assets/resourceSnippets/Web App.snippet.json +++ b/assets/resourceSnippets/Web App.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:webApp1}", "type": "Microsoft.Web/sites", - "apiVersion": "2022-09-01", + "apiVersion": "2023-01-01", "location": "[resourceGroup().location]", "tags": { "[concat('hidden-related:', resourceGroup().id, '/providers/Microsoft.Web/serverfarms/${2:appServicePlan1}')]": "Resource", diff --git a/assets/resourceSnippets/Web Deploy for Web App.snippet.json b/assets/resourceSnippets/Web Deploy for Web App.snippet.json index 0d9efe063..0e59b0d0a 100644 --- a/assets/resourceSnippets/Web Deploy for Web App.snippet.json +++ b/assets/resourceSnippets/Web Deploy for Web App.snippet.json @@ -9,7 +9,7 @@ { "name": "${1:webApp1}/MSDeploy", "type": "Microsoft.Web/sites/extensions", - "apiVersion": "2022-09-01", + "apiVersion": "2023-01-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Web/sites', '${1:webApp1}')]" diff --git a/assets/resourceSnippets/Windows Virtual Machine.snippet.json b/assets/resourceSnippets/Windows Virtual Machine.snippet.json index d5440d3e7..d486c40e5 100644 --- a/assets/resourceSnippets/Windows Virtual Machine.snippet.json +++ b/assets/resourceSnippets/Windows Virtual Machine.snippet.json @@ -8,7 +8,7 @@ "resources": [ { "type": "Microsoft.Storage/storageAccounts", - "apiVersion": "2022-05-01", + "apiVersion": "2023-04-01", "name": "[variables('storageAccountName')]", "location": "[parameters('location')]", "sku": { @@ -18,7 +18,7 @@ }, { "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2022-05-01", + "apiVersion": "2023-11-01", "name": "[parameters('publicIpName')]", "location": "[parameters('location')]", "sku": { @@ -33,7 +33,7 @@ }, { "type": "Microsoft.Network/networkSecurityGroups", - "apiVersion": "2022-05-01", + "apiVersion": "2023-11-01", "name": "[variables('networkSecurityGroupName')]", "location": "[parameters('location')]", "properties": { @@ -56,7 +56,7 @@ }, { "type": "Microsoft.Network/virtualNetworks", - "apiVersion": "2022-05-01", + "apiVersion": "2023-11-01", "name": "[variables('virtualNetworkName')]", "location": "[parameters('location')]", "properties": { @@ -83,7 +83,7 @@ }, { "type": "Microsoft.Network/networkInterfaces", - "apiVersion": "2022-05-01", + "apiVersion": "2023-11-01", "name": "[variables('nicName')]", "location": "[parameters('location')]", "properties": { @@ -109,7 +109,7 @@ }, { "type": "Microsoft.Compute/virtualMachines", - "apiVersion": "2022-03-01", + "apiVersion": "2023-03-01", "name": "[parameters('vmName')]", "location": "[parameters('location')]", "properties": { @@ -165,7 +165,7 @@ { "condition": "[and(equals(parameters('securityType'), 'TrustedLaunch'), and(equals(variables('securityProfileJson').uefiSettings.secureBootEnabled, true()), equals(variables('securityProfileJson').uefiSettings.vTpmEnabled, true())))]", "type": "Microsoft.Compute/virtualMachines/extensions", - "apiVersion": "2022-03-01", + "apiVersion": "2023-03-01", "name": "[format('{0}/{1}', parameters('vmName'), variables('extensionName'))]", "location": "[parameters('location')]", "properties": { diff --git a/test/snippets/expected/App Service Plan (Server Farm).snippetresult.json b/test/snippets/expected/App Service Plan (Server Farm).snippetresult.json index 6136f919c..6ae5c2913 100644 --- a/test/snippets/expected/App Service Plan (Server Farm).snippetresult.json +++ b/test/snippets/expected/App Service Plan (Server Farm).snippetresult.json @@ -3,7 +3,7 @@ { "name": "appServicePlan1", "type": "Microsoft.Web/serverfarms", - "apiVersion": "2022-09-01", + "apiVersion": "2023-01-01", "location": "[resourceGroup().location]", "sku": { "name": "F1", diff --git a/test/snippets/expected/Application Gateway and Firewall.snippetresult.json b/test/snippets/expected/Application Gateway and Firewall.snippetresult.json index a864622f1..e3bacfa7d 100644 --- a/test/snippets/expected/Application Gateway and Firewall.snippetresult.json +++ b/test/snippets/expected/Application Gateway and Firewall.snippetresult.json @@ -2,7 +2,7 @@ "resources": [ { "type": "Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "name": "applicationGatewayFirewallName", "location": "[resourceGroup().location]", "dependsOn": [], @@ -26,7 +26,7 @@ }, { "type": "Microsoft.Network/applicationGateways", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "name": "applicationGatewayName", "location": "[resourceGroup().location]", "dependsOn": [ diff --git a/test/snippets/expected/Application Gateway.snippetresult.json b/test/snippets/expected/Application Gateway.snippetresult.json index 34f2477d2..c5634b516 100644 --- a/test/snippets/expected/Application Gateway.snippetresult.json +++ b/test/snippets/expected/Application Gateway.snippetresult.json @@ -2,7 +2,7 @@ "resources": [ { "type": "Microsoft.Network/applicationGateways", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "name": "applicationGatewayName", "location": "[resourceGroup().location]", "dependsOn": [ diff --git a/test/snippets/expected/Application Security Group.snippetresult.json b/test/snippets/expected/Application Security Group.snippetresult.json index 75cd0bfa0..fc675ad30 100644 --- a/test/snippets/expected/Application Security Group.snippetresult.json +++ b/test/snippets/expected/Application Security Group.snippetresult.json @@ -3,7 +3,7 @@ { "name": "applicationSecurityGroup1", "type": "Microsoft.Network/applicationSecurityGroups", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": {}, "properties": {} diff --git a/test/snippets/expected/Automation Account.snippetresult.json b/test/snippets/expected/Automation Account.snippetresult.json index 23cd4c57e..16213d0eb 100644 --- a/test/snippets/expected/Automation Account.snippetresult.json +++ b/test/snippets/expected/Automation Account.snippetresult.json @@ -3,7 +3,7 @@ { "name": "automationAccount1", "type": "Microsoft.Automation/automationAccounts", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": {}, "properties": { diff --git a/test/snippets/expected/Automation Certificate.snippetresult.json b/test/snippets/expected/Automation Certificate.snippetresult.json index b4be68331..9f890df53 100644 --- a/test/snippets/expected/Automation Certificate.snippetresult.json +++ b/test/snippets/expected/Automation Certificate.snippetresult.json @@ -3,7 +3,7 @@ { "name": "parent/automationCertificate", "type": "Microsoft.Automation/automationAccounts/certificates", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', 'automationAccount1')]" ], diff --git a/test/snippets/expected/Automation Credential.snippetresult.json b/test/snippets/expected/Automation Credential.snippetresult.json index 872e5f95a..134fd991e 100644 --- a/test/snippets/expected/Automation Credential.snippetresult.json +++ b/test/snippets/expected/Automation Credential.snippetresult.json @@ -3,7 +3,7 @@ { "name": "parent/automationCredential", "type": "Microsoft.Automation/automationAccounts/credentials", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', 'automationAccount1')]" ], diff --git a/test/snippets/expected/Automation Job Schedule.snippetresult.json b/test/snippets/expected/Automation Job Schedule.snippetresult.json index 9b46d8df5..2b098974c 100644 --- a/test/snippets/expected/Automation Job Schedule.snippetresult.json +++ b/test/snippets/expected/Automation Job Schedule.snippetresult.json @@ -3,7 +3,7 @@ { "name": "parent/automationJobSchedule1", "type": "Microsoft.Automation/automationAccounts/jobSchedules", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": {}, "dependsOn": [ diff --git a/test/snippets/expected/Automation Module.snippetresult.json b/test/snippets/expected/Automation Module.snippetresult.json index a4f0cc84b..03cb1d3a7 100644 --- a/test/snippets/expected/Automation Module.snippetresult.json +++ b/test/snippets/expected/Automation Module.snippetresult.json @@ -3,7 +3,7 @@ { "name": "[concat('automationAccount1', '/automationVariable1')]", "type": "Microsoft.Automation/automationAccounts/modules", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', 'automationAccount1')]" ], diff --git a/test/snippets/expected/Automation Runbook.snippetresult.json b/test/snippets/expected/Automation Runbook.snippetresult.json index f13b51084..e41cbd728 100644 --- a/test/snippets/expected/Automation Runbook.snippetresult.json +++ b/test/snippets/expected/Automation Runbook.snippetresult.json @@ -3,7 +3,7 @@ { "name": "[concat('parent', '/', 'automationRunbook1')]", "type": "Microsoft.Automation/automationAccounts/runbooks", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": {}, "dependsOn": [ diff --git a/test/snippets/expected/Automation Schedule.snippetresult.json b/test/snippets/expected/Automation Schedule.snippetresult.json index b6966ef07..8512e271c 100644 --- a/test/snippets/expected/Automation Schedule.snippetresult.json +++ b/test/snippets/expected/Automation Schedule.snippetresult.json @@ -3,7 +3,7 @@ { "name": "parent/automationSchedule1", "type": "Microsoft.Automation/automationAccounts/schedules", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "tags": {}, "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', 'automationAccount1')]" diff --git a/test/snippets/expected/Automation Variable.snippetresult.json b/test/snippets/expected/Automation Variable.snippetresult.json index 2d47fe75a..c70739fe1 100644 --- a/test/snippets/expected/Automation Variable.snippetresult.json +++ b/test/snippets/expected/Automation Variable.snippetresult.json @@ -3,7 +3,7 @@ { "name": "parent/automationVariable1", "type": "Microsoft.Automation/automationAccounts/variables", - "apiVersion": "2022-08-08", + "apiVersion": "2023-11-01", "dependsOn": [ "[resourceId('Microsoft.Automation/automationAccounts', 'automationAccount1')]" ], diff --git a/test/snippets/expected/Azure Firewall.snippetresult.json b/test/snippets/expected/Azure Firewall.snippetresult.json index 6316020ff..3a89b3041 100644 --- a/test/snippets/expected/Azure Firewall.snippetresult.json +++ b/test/snippets/expected/Azure Firewall.snippetresult.json @@ -3,7 +3,7 @@ { "name": "firewall1", "type": "Microsoft.Network/azureFirewalls", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": {}, "properties": { @@ -118,7 +118,7 @@ { "name": "publicIPAddress1", "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "sku": { "name": "standard" diff --git a/test/snippets/expected/Cosmos DB Database Account.snippetresult.json b/test/snippets/expected/Cosmos DB Database Account.snippetresult.json index eb4f567b3..4f6829a9d 100644 --- a/test/snippets/expected/Cosmos DB Database Account.snippetresult.json +++ b/test/snippets/expected/Cosmos DB Database Account.snippetresult.json @@ -3,7 +3,7 @@ { "name": "cosmosDbAccount1", "type": "Microsoft.DocumentDB/databaseAccounts", - "apiVersion": "2023-04-15", + "apiVersion": "2023-11-15", "location": "[resourceGroup().location]", "tags": {}, "kind": "GlobalDocumentDB", diff --git a/test/snippets/expected/Function.snippetresult.json b/test/snippets/expected/Function.snippetresult.json index fa33d6e50..c2bd6d014 100644 --- a/test/snippets/expected/Function.snippetresult.json +++ b/test/snippets/expected/Function.snippetresult.json @@ -3,7 +3,7 @@ { "name": "functionName", "type": "Microsoft.Web/sites", - "apiVersion": "2022-09-01", + "apiVersion": "2023-01-01", "location": "[resourceGroup().location]", "kind": "functionapp", "dependsOn": [ diff --git a/test/snippets/expected/KeyVault Secret.snippetresult.json b/test/snippets/expected/KeyVault Secret.snippetresult.json index 2950a362a..c4337b970 100644 --- a/test/snippets/expected/KeyVault Secret.snippetresult.json +++ b/test/snippets/expected/KeyVault Secret.snippetresult.json @@ -3,7 +3,7 @@ { "name": "keyVault1/keyVaultSecret1", "type": "Microsoft.KeyVault/vaults/secrets", - "apiVersion": "2023-02-01", + "apiVersion": "2023-07-01", "properties": { "value": "secretValue" } diff --git a/test/snippets/expected/KeyVault.snippetresult.json b/test/snippets/expected/KeyVault.snippetresult.json index 61e285a60..c392b0441 100644 --- a/test/snippets/expected/KeyVault.snippetresult.json +++ b/test/snippets/expected/KeyVault.snippetresult.json @@ -3,7 +3,7 @@ { "name": "keyVault1", "type": "Microsoft.KeyVault/vaults", - "apiVersion": "2023-02-01", + "apiVersion": "2023-07-01", "location": "[resourceGroup().location]", "tags": { "displayName": "keyVault1" diff --git a/test/snippets/expected/Kubernetes Service Cluster.snippetresult.json b/test/snippets/expected/Kubernetes Service Cluster.snippetresult.json index 930f45c70..945625ecd 100644 --- a/test/snippets/expected/Kubernetes Service Cluster.snippetresult.json +++ b/test/snippets/expected/Kubernetes Service Cluster.snippetresult.json @@ -3,7 +3,7 @@ { "name": "aksCluster1", "type": "Microsoft.ContainerService/managedClusters", - "apiVersion": "2023-01-01", + "apiVersion": "2024-02-01", "location": "[resourceGroup().location]", "properties": { "kubernetesVersion": "1.15.7", diff --git a/test/snippets/expected/Linked Deployment With Relative Path.snippetresult.json b/test/snippets/expected/Linked Deployment With Relative Path.snippetresult.json index d5a008d93..6c092664e 100644 --- a/test/snippets/expected/Linked Deployment With Relative Path.snippetresult.json +++ b/test/snippets/expected/Linked Deployment With Relative Path.snippetresult.json @@ -3,7 +3,7 @@ { "name": "linkedDeployment1", "type": "Microsoft.Resources/deployments", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "properties": { "mode": "Incremental", "templateLink": { diff --git a/test/snippets/expected/Linked Deployment With URI.snippetresult.json b/test/snippets/expected/Linked Deployment With URI.snippetresult.json index cac188dd8..e91c99c2d 100644 --- a/test/snippets/expected/Linked Deployment With URI.snippetresult.json +++ b/test/snippets/expected/Linked Deployment With URI.snippetresult.json @@ -3,7 +3,7 @@ { "name": "linkedDeployment1", "type": "Microsoft.Resources/deployments", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "properties": { "mode": "Incremental", "templateLink": { diff --git a/test/snippets/expected/Load Balancer External.snippetresult.json b/test/snippets/expected/Load Balancer External.snippetresult.json index b3363b2a5..0c04c2f7d 100644 --- a/test/snippets/expected/Load Balancer External.snippetresult.json +++ b/test/snippets/expected/Load Balancer External.snippetresult.json @@ -3,7 +3,7 @@ { "name": "loadBalancerExternal1", "type": "Microsoft.Network/loadBalancers", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Network/publicIPAddresses', 'publicIP1')]" diff --git a/test/snippets/expected/Load Balancer Internal.snippetresult.json b/test/snippets/expected/Load Balancer Internal.snippetresult.json index 5b8c45790..39c5c3058 100644 --- a/test/snippets/expected/Load Balancer Internal.snippetresult.json +++ b/test/snippets/expected/Load Balancer Internal.snippetresult.json @@ -3,7 +3,7 @@ { "name": "loadBalancerInternal1", "type": "Microsoft.Network/loadBalancers", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Network/virtualNetworks', 'virtualNetwork1')]" diff --git a/test/snippets/expected/Log Analytics Workspace.snippetresult.json b/test/snippets/expected/Log Analytics Workspace.snippetresult.json index 8dc2491d7..9d3fe8e47 100644 --- a/test/snippets/expected/Log Analytics Workspace.snippetresult.json +++ b/test/snippets/expected/Log Analytics Workspace.snippetresult.json @@ -3,7 +3,7 @@ { "name": "logAnalyticsWorkspace1", "type": "Microsoft.OperationalInsights/workspaces", - "apiVersion": "2021-06-01", + "apiVersion": "2023-09-01", "location": "[resourceGroup().location]", "properties": { "sku": { diff --git a/test/snippets/expected/Nested Deployment With Inner Scope.snippetresult.json b/test/snippets/expected/Nested Deployment With Inner Scope.snippetresult.json index 8b042729e..febf89710 100644 --- a/test/snippets/expected/Nested Deployment With Inner Scope.snippetresult.json +++ b/test/snippets/expected/Nested Deployment With Inner Scope.snippetresult.json @@ -3,7 +3,7 @@ { "name": "nestedDeployment1", "type": "Microsoft.Resources/deployments", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "properties": { "expressionEvaluationOptions": { "scope": "inner" diff --git a/test/snippets/expected/Nested Deployment.snippetresult.json b/test/snippets/expected/Nested Deployment.snippetresult.json index 33293dbb7..8406f5dfe 100644 --- a/test/snippets/expected/Nested Deployment.snippetresult.json +++ b/test/snippets/expected/Nested Deployment.snippetresult.json @@ -3,7 +3,7 @@ { "name": "nestedDeployment1", "type": "Microsoft.Resources/deployments", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "properties": { "mode": "Incremental", "template": { diff --git a/test/snippets/expected/Network Interface.snippetresult.json b/test/snippets/expected/Network Interface.snippetresult.json index 988c4955a..e1fb21879 100644 --- a/test/snippets/expected/Network Interface.snippetresult.json +++ b/test/snippets/expected/Network Interface.snippetresult.json @@ -3,7 +3,7 @@ { "name": "networkInterface1", "type": "Microsoft.Network/networkInterfaces", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { "displayName": "networkInterface1" diff --git a/test/snippets/expected/Network Security Group Rule.snippetresult.json b/test/snippets/expected/Network Security Group Rule.snippetresult.json index c83a7ec96..63428c78e 100644 --- a/test/snippets/expected/Network Security Group Rule.snippetresult.json +++ b/test/snippets/expected/Network Security Group Rule.snippetresult.json @@ -3,7 +3,7 @@ { "name": "networkSecurityGroupRuleName", "type": "Microsoft.Network/networkSecurityGroups/securityRules", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "properties": { "description": "nsgRuleDescription", "protocol": "*", diff --git a/test/snippets/expected/Network Security Group.snippetresult.json b/test/snippets/expected/Network Security Group.snippetresult.json index cb1af79ee..3725847ff 100644 --- a/test/snippets/expected/Network Security Group.snippetresult.json +++ b/test/snippets/expected/Network Security Group.snippetresult.json @@ -3,7 +3,7 @@ { "name": "networkSecurityGroup1", "type": "Microsoft.Network/networkSecurityGroups", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "properties": { "securityRules": [ diff --git a/test/snippets/expected/Public IP Address.snippetresult.json b/test/snippets/expected/Public IP Address.snippetresult.json index 35abf38df..ccd164371 100644 --- a/test/snippets/expected/Public IP Address.snippetresult.json +++ b/test/snippets/expected/Public IP Address.snippetresult.json @@ -3,7 +3,7 @@ { "name": "publicIPAddress1", "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { "displayName": "publicIPAddress1" diff --git a/test/snippets/expected/Public IP Prefix.snippetresult.json b/test/snippets/expected/Public IP Prefix.snippetresult.json index ea0373c27..560cc42cd 100644 --- a/test/snippets/expected/Public IP Prefix.snippetresult.json +++ b/test/snippets/expected/Public IP Prefix.snippetresult.json @@ -3,7 +3,7 @@ { "name": "publicIPPrefix1", "type": "Microsoft.Network/publicIPPrefixes", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": {}, "sku": { diff --git a/test/snippets/expected/Recovery Service Vault.snippetresult.json b/test/snippets/expected/Recovery Service Vault.snippetresult.json index d662451cb..599796b92 100644 --- a/test/snippets/expected/Recovery Service Vault.snippetresult.json +++ b/test/snippets/expected/Recovery Service Vault.snippetresult.json @@ -3,7 +3,7 @@ { "name": "recoveryServiceVault1", "type": "Microsoft.RecoveryServices/vaults", - "apiVersion": "2023-04-01", + "apiVersion": "2024-02-01", "location": "[resourceGroup().location]", "sku": { "name": "RS0", diff --git a/test/snippets/expected/Redis Cache.snippetresult.json b/test/snippets/expected/Redis Cache.snippetresult.json index f72e9cc7b..dffd63893 100644 --- a/test/snippets/expected/Redis Cache.snippetresult.json +++ b/test/snippets/expected/Redis Cache.snippetresult.json @@ -3,7 +3,7 @@ { "name": "redisCache1", "type": "Microsoft.Cache/Redis", - "apiVersion": "2023-04-01", + "apiVersion": "2023-08-01", "location": "[resourceGroup().location]", "tags": { "displayName": "redisCache1" diff --git a/test/snippets/expected/Resource Group.snippetresult.json b/test/snippets/expected/Resource Group.snippetresult.json index 0399e55fe..46789e68b 100644 --- a/test/snippets/expected/Resource Group.snippetresult.json +++ b/test/snippets/expected/Resource Group.snippetresult.json @@ -5,7 +5,7 @@ { "name": "resourceGroup", "type": "Microsoft.Resources/resourceGroups", - "apiVersion": "2022-09-01", + "apiVersion": "2024-03-01", "location": "eastus", "dependsOn": [], "tags": {} diff --git a/test/snippets/expected/Route Table Route.snippetresult.json b/test/snippets/expected/Route Table Route.snippetresult.json index 467350481..c2361ea97 100644 --- a/test/snippets/expected/Route Table Route.snippetresult.json +++ b/test/snippets/expected/Route Table Route.snippetresult.json @@ -3,7 +3,7 @@ { "name": "route-name", "type": "Microsoft.Network/routeTables/routes", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "properties": { "addressPrefix": "address-prefix", "nextHopType": "VirtualNetworkGateway", diff --git a/test/snippets/expected/Route Table.snippetresult.json b/test/snippets/expected/Route Table.snippetresult.json index 8862837bd..d287b9c5f 100644 --- a/test/snippets/expected/Route Table.snippetresult.json +++ b/test/snippets/expected/Route Table.snippetresult.json @@ -3,7 +3,7 @@ { "name": "routeTable1", "type": "Microsoft.Network/routeTables", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": {}, "properties": { diff --git a/test/snippets/expected/Storage Account.snippetresult.json b/test/snippets/expected/Storage Account.snippetresult.json index ec8f4be58..6b3eb6d66 100644 --- a/test/snippets/expected/Storage Account.snippetresult.json +++ b/test/snippets/expected/Storage Account.snippetresult.json @@ -3,7 +3,7 @@ { "name": "storageaccount1", "type": "Microsoft.Storage/storageAccounts", - "apiVersion": "2023-01-01", + "apiVersion": "2023-04-01", "tags": { "displayName": "storageaccount1" }, diff --git a/test/snippets/expected/Storage Blob Container.snippetresult.json b/test/snippets/expected/Storage Blob Container.snippetresult.json index d1e864610..bd3f11594 100644 --- a/test/snippets/expected/Storage Blob Container.snippetresult.json +++ b/test/snippets/expected/Storage Blob Container.snippetresult.json @@ -3,7 +3,7 @@ { "name": "accountName/default/blobContainerName", "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "apiVersion": "2023-01-01", + "apiVersion": "2023-04-01", "dependsOn": [ "[resourceId('Microsoft.Storage/storageAccounts', 'accountName')]" ], diff --git a/test/snippets/expected/Ubuntu Virtual Machine.snippetresult.json b/test/snippets/expected/Ubuntu Virtual Machine.snippetresult.json index 809f74ba5..c53a2873a 100644 --- a/test/snippets/expected/Ubuntu Virtual Machine.snippetresult.json +++ b/test/snippets/expected/Ubuntu Virtual Machine.snippetresult.json @@ -2,7 +2,7 @@ "resources": [ { "type": "Microsoft.Network/networkSecurityGroups", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('networkSecurityGroupName')]", "location": "[parameters('location')]", "properties": { @@ -26,7 +26,7 @@ }, { "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('publicIPAddressName')]", "location": "[parameters('location')]", "properties": { @@ -39,7 +39,7 @@ { "comments": "Simple Network Security Group for subnet [variables('vNetSubnetName')]", "type": "Microsoft.Network/networkSecurityGroups", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('networkSecurityGroupName2')]", "location": "[parameters('location')]", "properties": { @@ -62,7 +62,7 @@ }, { "type": "Microsoft.Network/virtualNetworks", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('vNetName')]", "location": "[parameters('location')]", "dependsOn": [ @@ -89,7 +89,7 @@ }, { "type": "Microsoft.Network/networkInterfaces", - "apiVersion": "2020-05-01", + "apiVersion": "2023-11-01", "name": "[variables('networkInterfaceName')]", "location": "[parameters('location')]", "dependsOn": [ @@ -116,7 +116,7 @@ }, { "type": "Microsoft.Compute/virtualMachines", - "apiVersion": "2021-11-01", + "apiVersion": "2023-03-01", "name": "[variables('vmName')]", "location": "[parameters('location')]", "dependsOn": [ @@ -184,4 +184,4 @@ } } ] -} \ No newline at end of file +} diff --git a/test/snippets/expected/VPN Local Network Gateway.snippetresult.json b/test/snippets/expected/VPN Local Network Gateway.snippetresult.json index 1ab349aff..3d86fcf81 100644 --- a/test/snippets/expected/VPN Local Network Gateway.snippetresult.json +++ b/test/snippets/expected/VPN Local Network Gateway.snippetresult.json @@ -3,7 +3,7 @@ { "name": "localNetworkGateway1", "type": "Microsoft.Network/localNetworkGateways", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "properties": { "localNetworkAddressSpace": { diff --git a/test/snippets/expected/VPN Virtual Network Connection.snippetresult.json b/test/snippets/expected/VPN Virtual Network Connection.snippetresult.json index 1f2ebcffb..85aa2970e 100644 --- a/test/snippets/expected/VPN Virtual Network Connection.snippetresult.json +++ b/test/snippets/expected/VPN Virtual Network Connection.snippetresult.json @@ -3,7 +3,7 @@ { "name": "vpnVnetConnection1", "type": "Microsoft.Network/connections", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Network/virtualNetworkGateways', 'vnetGateway1')]", diff --git a/test/snippets/expected/VPN Virtual Network Gateway.snippetresult.json b/test/snippets/expected/VPN Virtual Network Gateway.snippetresult.json index e061e386c..b7dd1d8cf 100644 --- a/test/snippets/expected/VPN Virtual Network Gateway.snippetresult.json +++ b/test/snippets/expected/VPN Virtual Network Gateway.snippetresult.json @@ -3,7 +3,7 @@ { "name": "virtualNetworkGateway1", "type": "Microsoft.Network/virtualNetworkGateways", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Network/publicIPAddresses', 'publicIPAddress1')]", diff --git a/test/snippets/expected/Virtual Network.snippetresult.json b/test/snippets/expected/Virtual Network.snippetresult.json index f9da57cb8..53541975c 100644 --- a/test/snippets/expected/Virtual Network.snippetresult.json +++ b/test/snippets/expected/Virtual Network.snippetresult.json @@ -3,7 +3,7 @@ { "name": "virtualNetwork1", "type": "Microsoft.Network/virtualNetworks", - "apiVersion": "2023-04-01", + "apiVersion": "2023-11-01", "location": "[resourceGroup().location]", "tags": { "displayName": "virtualNetwork1" diff --git a/test/snippets/expected/Web App.snippetresult.json b/test/snippets/expected/Web App.snippetresult.json index 923c0c47e..2f975bac9 100644 --- a/test/snippets/expected/Web App.snippetresult.json +++ b/test/snippets/expected/Web App.snippetresult.json @@ -3,7 +3,7 @@ { "name": "webApp1", "type": "Microsoft.Web/sites", - "apiVersion": "2022-09-01", + "apiVersion": "2023-01-01", "location": "[resourceGroup().location]", "tags": { "[concat('hidden-related:', resourceGroup().id, '/providers/Microsoft.Web/serverfarms/appServicePlan1')]": "Resource", diff --git a/test/snippets/expected/Web Deploy for Web App.snippetresult.json b/test/snippets/expected/Web Deploy for Web App.snippetresult.json index a44bc5ec1..26ab30577 100644 --- a/test/snippets/expected/Web Deploy for Web App.snippetresult.json +++ b/test/snippets/expected/Web Deploy for Web App.snippetresult.json @@ -3,7 +3,7 @@ { "name": "webApp1/MSDeploy", "type": "Microsoft.Web/sites/extensions", - "apiVersion": "2022-09-01", + "apiVersion": "2023-01-01", "location": "[resourceGroup().location]", "dependsOn": [ "[resourceId('Microsoft.Web/sites', 'webApp1')]" diff --git a/test/snippets/expected/Windows Virtual Machine.snippetresult.json b/test/snippets/expected/Windows Virtual Machine.snippetresult.json index 4788e6a80..9ef90b9de 100644 --- a/test/snippets/expected/Windows Virtual Machine.snippetresult.json +++ b/test/snippets/expected/Windows Virtual Machine.snippetresult.json @@ -2,7 +2,7 @@ "resources": [ { "type": "Microsoft.Storage/storageAccounts", - "apiVersion": "2022-05-01", + "apiVersion": "2023-04-01", "name": "[variables('storageAccountName')]", "location": "[parameters('location')]", "sku": { @@ -12,7 +12,7 @@ }, { "type": "Microsoft.Network/publicIPAddresses", - "apiVersion": "2022-05-01", + "apiVersion": "2023-11-01", "name": "[parameters('publicIpName')]", "location": "[parameters('location')]", "sku": { @@ -27,7 +27,7 @@ }, { "type": "Microsoft.Network/networkSecurityGroups", - "apiVersion": "2022-05-01", + "apiVersion": "2023-11-01", "name": "[variables('networkSecurityGroupName')]", "location": "[parameters('location')]", "properties": { @@ -50,7 +50,7 @@ }, { "type": "Microsoft.Network/virtualNetworks", - "apiVersion": "2022-05-01", + "apiVersion": "2023-11-01", "name": "[variables('virtualNetworkName')]", "location": "[parameters('location')]", "properties": { @@ -77,7 +77,7 @@ }, { "type": "Microsoft.Network/networkInterfaces", - "apiVersion": "2022-05-01", + "apiVersion": "2023-11-01", "name": "[variables('nicName')]", "location": "[parameters('location')]", "properties": { @@ -103,7 +103,7 @@ }, { "type": "Microsoft.Compute/virtualMachines", - "apiVersion": "2022-03-01", + "apiVersion": "2023-03-01", "name": "[parameters('vmName')]", "location": "[parameters('location')]", "properties": { @@ -159,7 +159,7 @@ { "condition": "[and(equals(parameters('securityType'), 'TrustedLaunch'), and(equals(variables('securityProfileJson').uefiSettings.secureBootEnabled, true()), equals(variables('securityProfileJson').uefiSettings.vTpmEnabled, true())))]", "type": "Microsoft.Compute/virtualMachines/extensions", - "apiVersion": "2022-03-01", + "apiVersion": "2023-03-01", "name": "[format('{0}/{1}', parameters('vmName'), variables('extensionName'))]", "location": "[parameters('location')]", "properties": { diff --git a/tools/Update-ApiVersions.ps1 b/tools/Update-ApiVersions.ps1 index bc4bccf98..b4f47053f 100644 --- a/tools/Update-ApiVersions.ps1 +++ b/tools/Update-ApiVersions.ps1 @@ -2,7 +2,7 @@ # # INSTRUCTIONS: # -# 1) Update availableResourceTypesAndVersions.txt +# 1) Update tools\resourceTypesAndVersions.txt # a) Update schemas in the extension # b) Open the updated extension in VS Code # c) Create an empty json file and run the "arm!" snippet to create a blank template target the resource group schema @@ -11,11 +11,12 @@ # f) Copy the output in the output window to availableResourceTypesAndVersions.txt, replacing the old entry (blank lines are ok) # g) Save availableResourceTypesAndVersions.txt # 2) Update snippets -# a) Install az Powershell module: Install-Module -Name Az -Repository PSGallery -# b) From repo root, run (yes, extra period): . ./tools/Update-ApiVersions.ps1 -# c) Run: Update-ApiVersions ./assets/resourceSnippets/ ./tools/resourceTypesAndVersions.txt -# d) Run: Update-ApiVersions ./test/snippets/expected/ ./tools/resourceTypesAndVersions.txt -# d) Run tests and create PR +# a) Start PowerShell +# b) Install az Powershell module: Install-Module -Name Az -Repository PSGallery +# c) From repo root, run (yes, extra period): . ./tools/Update-ApiVersions.ps1 +# d) Run: Update-ApiVersions ./assets/resourceSnippets/ ./tools/resourceTypesAndVersions.txt +# e) Run: Update-ApiVersions ./test/snippets/expected/ ./tools/resourceTypesAndVersions.txt +# f) Run tests and create PR $providersCache = @{} diff --git a/tools/resourceTypesAndVersions.txt b/tools/resourceTypesAndVersions.txt index f0f11453e..57f282848 100644 --- a/tools/resourceTypesAndVersions.txt +++ b/tools/resourceTypesAndVersions.txt @@ -9,43 +9,8 @@ # ((Get-AzResourceProvider -ProviderNamespace Microsoft.Web).ResourceTypes | Where-Object ResourceTypeName -eq sites).ApiVersions -# UPDATED: 08/24/2023 +# UPDATED: 07/15/2024 Retrieving available resource types and apiVersions for https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#... -microsoft.Genomics/accounts@2017-08-01-preview -microsoft.RecoveryServices/vaults@2018-01-10 -microsoft.RecoveryServices/vaults@2017-07-01 -microsoft.RecoveryServices/vaults@2016-05-01 -microsoft.RecoveryServices/vaults@2015-12-15 -microsoft.RecoveryServices/vaults@2015-11-10 -microsoft.RecoveryServices/vaults@2015-08-15 -microsoft.RecoveryServices/vaults@2015-08-10 -microsoft.RecoveryServices/vaults@2015-06-10 -microsoft.RecoveryServices/vaults@2015-03-15 -microsoft.RecoveryServices/vaults@2016-06-01 -microsoft.RecoveryServices/vaults@2020-02-02 -microsoft.RecoveryServices/vaults@2020-10-01 -microsoft.RecoveryServices/vaults@2021-01-01 -microsoft.RecoveryServices/vaults@2021-02-10 -microsoft.RecoveryServices/vaults@2021-03-01 -microsoft.RecoveryServices/vaults@2021-04-01 -microsoft.RecoveryServices/vaults@2021-06-01 -microsoft.RecoveryServices/vaults@2021-07-01 -microsoft.RecoveryServices/vaults@2021-08-01 -microsoft.RecoveryServices/vaults@2021-11-01-preview -microsoft.RecoveryServices/vaults@2021-12-01 -microsoft.RecoveryServices/vaults@2022-01-01 -microsoft.RecoveryServices/vaults@2022-01-31-preview -microsoft.RecoveryServices/vaults@2022-02-01 -microsoft.RecoveryServices/vaults@2022-03-01 -microsoft.RecoveryServices/vaults@2022-04-01 -microsoft.RecoveryServices/vaults@2022-05-01 -microsoft.RecoveryServices/vaults@2022-08-01 -microsoft.RecoveryServices/vaults@2022-09-10 -microsoft.RecoveryServices/vaults@2022-09-30-preview -microsoft.RecoveryServices/vaults@2022-10-01 -microsoft.RecoveryServices/vaults@2023-01-01 -microsoft.RecoveryServices/vaults@2023-02-01 -microsoft.RecoveryServices/vaults@2023-04-01 microsoft.Kusto/clusters@2017-09-07-privatepreview microsoft.Kusto/clusters@2018-09-07-preview microsoft.Kusto/clusters@2019-01-21 @@ -62,6 +27,7 @@ microsoft.Kusto/clusters@2022-07-07 microsoft.Kusto/clusters@2022-11-11 microsoft.Kusto/clusters@2022-12-29 microsoft.Kusto/clusters@2023-05-02 +microsoft.Kusto/clusters@2023-08-15 microsoft.Kusto/clusters/databases@2017-09-07-privatepreview microsoft.Kusto/clusters/databases@2018-09-07-preview microsoft.Kusto/clusters/databases@2019-01-21 @@ -78,56 +44,7 @@ microsoft.Kusto/clusters/databases@2022-07-07 microsoft.Kusto/clusters/databases@2022-11-11 microsoft.Kusto/clusters/databases@2022-12-29 microsoft.Kusto/clusters/databases@2023-05-02 -microsoft.Network/dnszones@2015-05-04-preview -microsoft.Network/dnszones@2016-04-01 -microsoft.Network/dnszones@2017-09-01 -microsoft.Network/dnszones@2017-10-01 -microsoft.Network/dnszones@2018-05-01 -microsoft.Network/dnszones/A@2015-05-04-preview -microsoft.Network/dnszones/A@2016-04-01 -microsoft.Network/dnszones/A@2017-09-01 -microsoft.Network/dnszones/A@2017-10-01 -microsoft.Network/dnszones/A@2018-05-01 -microsoft.Network/dnszones/AAAA@2015-05-04-preview -microsoft.Network/dnszones/AAAA@2016-04-01 -microsoft.Network/dnszones/AAAA@2017-09-01 -microsoft.Network/dnszones/AAAA@2017-10-01 -microsoft.Network/dnszones/AAAA@2018-05-01 -microsoft.Network/dnszones/CNAME@2015-05-04-preview -microsoft.Network/dnszones/CNAME@2016-04-01 -microsoft.Network/dnszones/CNAME@2017-09-01 -microsoft.Network/dnszones/CNAME@2017-10-01 -microsoft.Network/dnszones/CNAME@2018-05-01 -microsoft.Network/dnszones/MX@2015-05-04-preview -microsoft.Network/dnszones/MX@2016-04-01 -microsoft.Network/dnszones/MX@2017-09-01 -microsoft.Network/dnszones/MX@2017-10-01 -microsoft.Network/dnszones/MX@2018-05-01 -microsoft.Network/dnszones/NS@2015-05-04-preview -microsoft.Network/dnszones/NS@2016-04-01 -microsoft.Network/dnszones/NS@2017-09-01 -microsoft.Network/dnszones/NS@2017-10-01 -microsoft.Network/dnszones/NS@2018-05-01 -microsoft.Network/dnszones/PTR@2015-05-04-preview -microsoft.Network/dnszones/PTR@2016-04-01 -microsoft.Network/dnszones/PTR@2017-09-01 -microsoft.Network/dnszones/PTR@2017-10-01 -microsoft.Network/dnszones/PTR@2018-05-01 -microsoft.Network/dnszones/SOA@2015-05-04-preview -microsoft.Network/dnszones/SOA@2016-04-01 -microsoft.Network/dnszones/SOA@2017-09-01 -microsoft.Network/dnszones/SOA@2017-10-01 -microsoft.Network/dnszones/SOA@2018-05-01 -microsoft.Network/dnszones/SRV@2015-05-04-preview -microsoft.Network/dnszones/SRV@2016-04-01 -microsoft.Network/dnszones/SRV@2017-09-01 -microsoft.Network/dnszones/SRV@2017-10-01 -microsoft.Network/dnszones/SRV@2018-05-01 -microsoft.Network/dnszones/TXT@2015-05-04-preview -microsoft.Network/dnszones/TXT@2016-04-01 -microsoft.Network/dnszones/TXT@2017-09-01 -microsoft.Network/dnszones/TXT@2017-10-01 -microsoft.Network/dnszones/TXT@2018-05-01 +microsoft.Kusto/clusters/databases@2023-08-15 microsoft.Logic/workflows@2015-02-01-preview microsoft.Logic/workflows@2016-06-01 microsoft.Logic/workflows@2016-10-01 @@ -219,166 +136,12 @@ microsoft.Media/mediaServices/transforms/jobs@2021-06-01 microsoft.Media/mediaServices/transforms/jobs@2021-11-01 microsoft.Media/mediaServices/transforms/jobs@2022-05-01-preview microsoft.Media/mediaServices/transforms/jobs@2022-07-01 -microsoft.Network/dnsZones/CAA@2017-09-01 -microsoft.Network/dnsZones/CAA@2017-10-01 -microsoft.Network/dnsZones/CAA@2018-05-01 -microsoft.Network/privateDnsZones@2018-09-01 -microsoft.Network/privateDnsZones/virtualNetworkLinks@2018-09-01 -microsoft.Network/privateDnsZones/A@2018-09-01 -microsoft.Network/privateDnsZones/AAAA@2018-09-01 -microsoft.Network/privateDnsZones/CNAME@2018-09-01 -microsoft.Network/privateDnsZones/MX@2018-09-01 -microsoft.Network/privateDnsZones/PTR@2018-09-01 -microsoft.Network/privateDnsZones/SOA@2018-09-01 -microsoft.Network/privateDnsZones/SRV@2018-09-01 -microsoft.Network/privateDnsZones/TXT@2018-09-01 -microsoft.DataMigration/services@2017-11-15-preview -microsoft.DataMigration/services@2017-11-15-privatepreview -microsoft.DataMigration/services@2017-11-15-preview -microsoft.DataMigration/services@2018-03-15-preview -microsoft.DataMigration/services@2018-03-31-preview -microsoft.DataMigration/services@2018-04-19 -microsoft.DataMigration/services@2018-07-15-preview -microsoft.DataMigration/services@2021-06-30 -microsoft.DataMigration/services@2021-10-30-preview -microsoft.DataMigration/services@2022-01-30-preview -microsoft.DataMigration/services@2022-03-30-preview -microsoft.DataMigration/services/projects@2017-11-15-preview -microsoft.DataMigration/services/projects@2017-11-15-privatepreview -microsoft.DataMigration/services/projects@2017-11-15-preview -microsoft.DataMigration/services/projects@2018-03-15-preview -microsoft.DataMigration/services/projects@2018-03-31-preview -microsoft.DataMigration/services/projects@2018-04-19 -microsoft.DataMigration/services/projects@2018-07-15-preview -microsoft.DataMigration/services/projects@2021-06-30 -microsoft.DataMigration/services/projects@2021-10-30-preview -microsoft.DataMigration/services/projects@2022-01-30-preview -microsoft.DataMigration/services/projects@2022-03-30-preview -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-12-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2019-05-13 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2019-06-15 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2020-10-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2020-12-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-01-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-01-preview -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-10 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-03-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-04-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-06-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-07-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-08-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-10-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-12-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-01-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-02-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-03-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-04-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-06-01-preview -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-09-01-preview -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-09-30-preview -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-10-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-01-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-02-01 -microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-04-01 -microsoft.RecoveryServices/vaults/backupPolicies@2016-12-01 -microsoft.RecoveryServices/vaults/backupPolicies@2016-06-01 -microsoft.RecoveryServices/vaults/backupPolicies@2019-05-13 -microsoft.RecoveryServices/vaults/backupPolicies@2019-06-15 -microsoft.RecoveryServices/vaults/backupPolicies@2020-10-01 -microsoft.RecoveryServices/vaults/backupPolicies@2020-12-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-01-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-02-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-02-01-preview -microsoft.RecoveryServices/vaults/backupPolicies@2021-02-10 -microsoft.RecoveryServices/vaults/backupPolicies@2021-03-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-04-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-06-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-07-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-08-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-10-01 -microsoft.RecoveryServices/vaults/backupPolicies@2021-12-01 -microsoft.RecoveryServices/vaults/backupPolicies@2022-01-01 -microsoft.RecoveryServices/vaults/backupPolicies@2022-02-01 -microsoft.RecoveryServices/vaults/backupPolicies@2022-03-01 -microsoft.RecoveryServices/vaults/backupPolicies@2022-04-01 -microsoft.RecoveryServices/vaults/backupPolicies@2022-06-01-preview -microsoft.RecoveryServices/vaults/backupPolicies@2022-09-01-preview -microsoft.RecoveryServices/vaults/backupPolicies@2022-09-30-preview -microsoft.RecoveryServices/vaults/backupPolicies@2022-10-01 -microsoft.RecoveryServices/vaults/backupPolicies@2023-01-01 -microsoft.RecoveryServices/vaults/backupPolicies@2023-02-01 -microsoft.RecoveryServices/vaults/backupPolicies@2023-04-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2017-07-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2017-07-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-01-preview -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-10 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-03-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-04-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-06-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-07-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-08-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-10-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-12-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-01-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-02-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-03-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-04-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-06-01-preview -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-30-preview -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-10-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-01-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-02-01 -microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-04-01 microsoft.OperationsManagement/ManagementConfigurations@2015-11-01-preview microsoft.OperationsManagement/solutions@2015-11-01-preview -microsoft.ManagedIdentity/userAssignedIdentities@2015-08-31-preview -microsoft.ManagedIdentity/userAssignedIdentities@2018-11-30 -microsoft.ManagedIdentity/userAssignedIdentities@2015-08-31-preview -microsoft.ManagedIdentity/userAssignedIdentities@2018-11-30 -microsoft.ManagedIdentity/userAssignedIdentities@2021-09-30-preview -microsoft.ManagedIdentity/userAssignedIdentities@2022-01-31-preview -microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31 microsoft.ManagedServices/registrationAssignments@2018-06-01-preview microsoft.ManagedServices/registrationAssignments@2019-06-01 microsoft.ManagedServices/registrationDefinitions@2018-06-01-preview microsoft.ManagedServices/registrationDefinitions@2019-06-01 -microsoft.BareMetal/crayServers@2018-09-01-preview -microsoft.Insights/components@2014-04-01 -microsoft.Insights/components@2015-05-01 -microsoft.Insights/components@2018-05-01-preview -microsoft.Insights/components@2020-02-02 -microsoft.Insights/components@2020-02-02-preview -microsoft.Insights/webtests@2014-04-01 -microsoft.Insights/webtests@2015-05-01 -microsoft.Insights/webtests@2018-05-01-preview -microsoft.Insights/webtests@2020-10-05-preview -microsoft.Insights/webtests@2022-06-15 -microsoft.Insights/autoscalesettings@2014-04-01 -microsoft.Insights/autoscalesettings@2014-04-01 -microsoft.Insights/autoscalesettings@2015-04-01 -microsoft.Insights/autoscalesettings@2021-05-01-preview -microsoft.Insights/autoscalesettings@2022-10-01 -microsoft.PlayFab/playerAccountPools@2021-09-07-preview -microsoft.PlayFab/playerAccountPools@2022-03-02-preview -microsoft.PlayFab/playerAccountPools@2022-04-12-preview -microsoft.PlayFab/playerAccountPools@2022-05-05-preview -microsoft.PlayFab/titles@2021-09-07-preview -microsoft.PlayFab/titles@2022-03-02-preview -microsoft.PlayFab/titles@2022-04-12-preview -microsoft.PlayFab/titles@2022-05-05-preview -microsoft.PlayFab/titles/segments@2022-03-02-preview -microsoft.PlayFab/titles/segments@2022-04-12-preview -microsoft.PlayFab/titles/segments@2022-05-05-preview -microsoft.PlayFab/titles/titledatakeyvalues@2022-03-02-preview -microsoft.PlayFab/titles/titleinternaldatakeyvalues@2022-03-02-preview -microsoft.PlayFab/titles/titledatasets@2022-04-12-preview -microsoft.PlayFab/titles/titledatasets@2022-05-05-preview -microsoft.PlayFab/titles/titleinternaldatasets@2022-04-12-preview -microsoft.PlayFab/titles/titleinternaldatasets@2022-05-05-preview sendgrid.Email/accounts@2015-01-01 microsoft.Resources/deployments@2015-01-01 microsoft.Resources/deployments@2015-11-01 @@ -400,6 +163,10 @@ microsoft.Resources/deployments@2020-10-01 microsoft.Resources/deployments@2021-01-01 microsoft.Resources/deployments@2021-04-01 microsoft.Resources/deployments@2022-09-01 +microsoft.Resources/deployments@2023-07-01 +microsoft.Resources/deployments@2024-03-01 +astronomer.Astro/organizations@2023-08-01 +astronomer.Astro/organizations@2023-08-01-preview dynatrace.Observability/monitors@2021-09-01 dynatrace.Observability/monitors@2021-09-01-preview dynatrace.Observability/monitors@2023-04-27 @@ -413,9 +180,15 @@ microsoft.AAD/domainServices@2017-01-01 microsoft.AAD/domainServices@2017-06-01 microsoft.AAD/domainServices@2020-01-01 microsoft.AAD/domainServices@2021-03-01 +microsoft.AAD/domainServices@2021-05-01 +microsoft.AAD/domainServices@2022-09-01 +microsoft.AAD/domainServices@2022-12-01 microsoft.Aad/domainServices/ouContainer@2017-06-01 microsoft.Aad/domainServices/ouContainer@2020-01-01 microsoft.Aad/domainServices/ouContainer@2021-03-01 +microsoft.Aad/domainServices/ouContainer@2021-05-01 +microsoft.Aad/domainServices/ouContainer@2022-09-01 +microsoft.Aad/domainServices/ouContainer@2022-12-01 microsoft.aadiam/privateLinkForAzureAd@2020-03-01 microsoft.aadiam/privateLinkForAzureAd@2020-03-01-preview microsoft.aadiam/privateLinkForAzureAd/privateEndpointConnections@2020-03-01 @@ -456,6 +229,22 @@ microsoft.AnalysisServices/servers@2016-05-16 microsoft.AnalysisServices/servers@2017-07-14 microsoft.AnalysisServices/servers@2017-08-01 microsoft.ApiCenter/services@2023-07-01-preview +microsoft.ApiCenter/services@2024-03-01 +microsoft.ApiCenter/services@2024-03-15-preview +microsoft.ApiCenter/services/metadataSchemas@2024-03-01 +microsoft.ApiCenter/services/metadataSchemas@2024-03-15-preview +microsoft.ApiCenter/services/workspaces@2024-03-01 +microsoft.ApiCenter/services/workspaces@2024-03-15-preview +microsoft.ApiCenter/services/workspaces/apis@2024-03-01 +microsoft.ApiCenter/services/workspaces/apis@2024-03-15-preview +microsoft.ApiCenter/services/workspaces/apis/deployments@2024-03-01 +microsoft.ApiCenter/services/workspaces/apis/deployments@2024-03-15-preview +microsoft.ApiCenter/services/workspaces/apis/versions@2024-03-01 +microsoft.ApiCenter/services/workspaces/apis/versions@2024-03-15-preview +microsoft.ApiCenter/services/workspaces/apis/versions/definitions@2024-03-01 +microsoft.ApiCenter/services/workspaces/apis/versions/definitions@2024-03-15-preview +microsoft.ApiCenter/services/workspaces/environments@2024-03-01 +microsoft.ApiCenter/services/workspaces/environments@2024-03-15-preview microsoft.ApiManagement/service@2016-07-07 microsoft.ApiManagement/service@2016-10-10 microsoft.ApiManagement/service@2017-03-01 @@ -474,6 +263,7 @@ microsoft.ApiManagement/service@2022-04-01-preview microsoft.ApiManagement/service@2022-08-01 microsoft.ApiManagement/service@2022-09-01-preview microsoft.ApiManagement/service@2023-03-01-preview +microsoft.ApiManagement/service@2023-05-01-preview microsoft.ApiManagement/service/apis@2016-07-07 microsoft.ApiManagement/service/apis@2016-10-10 microsoft.ApiManagement/service/apis@2017-03-01 @@ -492,6 +282,7 @@ microsoft.ApiManagement/service/apis@2022-04-01-preview microsoft.ApiManagement/service/apis@2022-08-01 microsoft.ApiManagement/service/apis@2022-09-01-preview microsoft.ApiManagement/service/apis@2023-03-01-preview +microsoft.ApiManagement/service/apis@2023-05-01-preview microsoft.ApiManagement/service/apis/operations@2016-07-07 microsoft.ApiManagement/service/apis/operations@2016-10-10 microsoft.ApiManagement/service/apis/operations@2017-03-01 @@ -510,6 +301,7 @@ microsoft.ApiManagement/service/apis/operations@2022-04-01-preview microsoft.ApiManagement/service/apis/operations@2022-08-01 microsoft.ApiManagement/service/apis/operations@2022-09-01-preview microsoft.ApiManagement/service/apis/operations@2023-03-01-preview +microsoft.ApiManagement/service/apis/operations@2023-05-01-preview microsoft.ApiManagement/service/authorizationServers@2016-07-07 microsoft.ApiManagement/service/authorizationServers@2016-10-10 microsoft.ApiManagement/service/authorizationServers@2017-03-01 @@ -528,6 +320,7 @@ microsoft.ApiManagement/service/authorizationServers@2022-04-01-preview microsoft.ApiManagement/service/authorizationServers@2022-08-01 microsoft.ApiManagement/service/authorizationServers@2022-09-01-preview microsoft.ApiManagement/service/authorizationServers@2023-03-01-preview +microsoft.ApiManagement/service/authorizationServers@2023-05-01-preview microsoft.ApiManagement/service/backends@2016-07-07 microsoft.ApiManagement/service/backends@2016-10-10 microsoft.ApiManagement/service/backends@2017-03-01 @@ -546,6 +339,7 @@ microsoft.ApiManagement/service/backends@2022-04-01-preview microsoft.ApiManagement/service/backends@2022-08-01 microsoft.ApiManagement/service/backends@2022-09-01-preview microsoft.ApiManagement/service/backends@2023-03-01-preview +microsoft.ApiManagement/service/backends@2023-05-01-preview microsoft.ApiManagement/service/certificates@2016-07-07 microsoft.ApiManagement/service/certificates@2016-10-10 microsoft.ApiManagement/service/certificates@2017-03-01 @@ -564,6 +358,7 @@ microsoft.ApiManagement/service/certificates@2022-04-01-preview microsoft.ApiManagement/service/certificates@2022-08-01 microsoft.ApiManagement/service/certificates@2022-09-01-preview microsoft.ApiManagement/service/certificates@2023-03-01-preview +microsoft.ApiManagement/service/certificates@2023-05-01-preview microsoft.ApiManagement/service/groups@2016-07-07 microsoft.ApiManagement/service/groups@2016-10-10 microsoft.ApiManagement/service/groups@2017-03-01 @@ -582,6 +377,7 @@ microsoft.ApiManagement/service/groups@2022-04-01-preview microsoft.ApiManagement/service/groups@2022-08-01 microsoft.ApiManagement/service/groups@2022-09-01-preview microsoft.ApiManagement/service/groups@2023-03-01-preview +microsoft.ApiManagement/service/groups@2023-05-01-preview microsoft.ApiManagement/service/groups/users@2016-07-07 microsoft.ApiManagement/service/groups/users@2016-10-10 microsoft.ApiManagement/service/groups/users@2017-03-01 @@ -600,6 +396,7 @@ microsoft.ApiManagement/service/groups/users@2022-04-01-preview microsoft.ApiManagement/service/groups/users@2022-08-01 microsoft.ApiManagement/service/groups/users@2022-09-01-preview microsoft.ApiManagement/service/groups/users@2023-03-01-preview +microsoft.ApiManagement/service/groups/users@2023-05-01-preview microsoft.ApiManagement/service/identityProviders@2016-07-07 microsoft.ApiManagement/service/identityProviders@2016-10-10 microsoft.ApiManagement/service/identityProviders@2017-03-01 @@ -618,6 +415,7 @@ microsoft.ApiManagement/service/identityProviders@2022-04-01-preview microsoft.ApiManagement/service/identityProviders@2022-08-01 microsoft.ApiManagement/service/identityProviders@2022-09-01-preview microsoft.ApiManagement/service/identityProviders@2023-03-01-preview +microsoft.ApiManagement/service/identityProviders@2023-05-01-preview microsoft.ApiManagement/service/loggers@2016-07-07 microsoft.ApiManagement/service/loggers@2016-10-10 microsoft.ApiManagement/service/loggers@2017-03-01 @@ -636,6 +434,7 @@ microsoft.ApiManagement/service/loggers@2022-04-01-preview microsoft.ApiManagement/service/loggers@2022-08-01 microsoft.ApiManagement/service/loggers@2022-09-01-preview microsoft.ApiManagement/service/loggers@2023-03-01-preview +microsoft.ApiManagement/service/loggers@2023-05-01-preview microsoft.ApiManagement/service/openidConnectProviders@2016-07-07 microsoft.ApiManagement/service/openidConnectProviders@2016-10-10 microsoft.ApiManagement/service/openidConnectProviders@2017-03-01 @@ -654,6 +453,7 @@ microsoft.ApiManagement/service/openidConnectProviders@2022-04-01-preview microsoft.ApiManagement/service/openidConnectProviders@2022-08-01 microsoft.ApiManagement/service/openidConnectProviders@2022-09-01-preview microsoft.ApiManagement/service/openidConnectProviders@2023-03-01-preview +microsoft.ApiManagement/service/openidConnectProviders@2023-05-01-preview microsoft.ApiManagement/service/products@2016-07-07 microsoft.ApiManagement/service/products@2016-10-10 microsoft.ApiManagement/service/products@2017-03-01 @@ -672,6 +472,7 @@ microsoft.ApiManagement/service/products@2022-04-01-preview microsoft.ApiManagement/service/products@2022-08-01 microsoft.ApiManagement/service/products@2022-09-01-preview microsoft.ApiManagement/service/products@2023-03-01-preview +microsoft.ApiManagement/service/products@2023-05-01-preview microsoft.ApiManagement/service/products/apis@2016-07-07 microsoft.ApiManagement/service/products/apis@2016-10-10 microsoft.ApiManagement/service/products/apis@2017-03-01 @@ -690,6 +491,7 @@ microsoft.ApiManagement/service/products/apis@2022-04-01-preview microsoft.ApiManagement/service/products/apis@2022-08-01 microsoft.ApiManagement/service/products/apis@2022-09-01-preview microsoft.ApiManagement/service/products/apis@2023-03-01-preview +microsoft.ApiManagement/service/products/apis@2023-05-01-preview microsoft.ApiManagement/service/products/groups@2016-07-07 microsoft.ApiManagement/service/products/groups@2016-10-10 microsoft.ApiManagement/service/products/groups@2017-03-01 @@ -708,6 +510,7 @@ microsoft.ApiManagement/service/products/groups@2022-04-01-preview microsoft.ApiManagement/service/products/groups@2022-08-01 microsoft.ApiManagement/service/products/groups@2022-09-01-preview microsoft.ApiManagement/service/products/groups@2023-03-01-preview +microsoft.ApiManagement/service/products/groups@2023-05-01-preview microsoft.ApiManagement/service/properties@2016-07-07 microsoft.ApiManagement/service/properties@2016-10-10 microsoft.ApiManagement/service/properties@2017-03-01 @@ -732,6 +535,7 @@ microsoft.ApiManagement/service/subscriptions@2022-04-01-preview microsoft.ApiManagement/service/subscriptions@2022-08-01 microsoft.ApiManagement/service/subscriptions@2022-09-01-preview microsoft.ApiManagement/service/subscriptions@2023-03-01-preview +microsoft.ApiManagement/service/subscriptions@2023-05-01-preview microsoft.ApiManagement/service/users@2016-07-07 microsoft.ApiManagement/service/users@2016-10-10 microsoft.ApiManagement/service/users@2017-03-01 @@ -750,6 +554,7 @@ microsoft.ApiManagement/service/users@2022-04-01-preview microsoft.ApiManagement/service/users@2022-08-01 microsoft.ApiManagement/service/users@2022-09-01-preview microsoft.ApiManagement/service/users@2023-03-01-preview +microsoft.ApiManagement/service/users@2023-05-01-preview microsoft.ApiManagement/service/apis/operations/policy@2016-10-10 microsoft.ApiManagement/service/apis/policy@2016-10-10 microsoft.ApiManagement/service/products/policy@2016-10-10 @@ -764,6 +569,7 @@ microsoft.ApiManagement/service/tenant@2022-04-01-preview microsoft.ApiManagement/service/tenant@2022-08-01 microsoft.ApiManagement/service/tenant@2022-09-01-preview microsoft.ApiManagement/service/tenant@2023-03-01-preview +microsoft.ApiManagement/service/tenant@2023-05-01-preview microsoft.ApiManagement/service/api-version-sets@2017-03-01 microsoft.ApiManagement/service/api-version-sets@2018-01-01 microsoft.ApiManagement/service/api-version-sets@2018-06-01-preview @@ -783,6 +589,7 @@ microsoft.ApiManagement/service/apis/diagnostics@2022-04-01-preview microsoft.ApiManagement/service/apis/diagnostics@2022-08-01 microsoft.ApiManagement/service/apis/diagnostics@2022-09-01-preview microsoft.ApiManagement/service/apis/diagnostics@2023-03-01-preview +microsoft.ApiManagement/service/apis/diagnostics@2023-05-01-preview microsoft.ApiManagement/service/apis/diagnostics/loggers@2017-03-01 microsoft.ApiManagement/service/apis/diagnostics/loggers@2018-01-01 microsoft.ApiManagement/service/apis/issues@2017-03-01 @@ -801,6 +608,7 @@ microsoft.ApiManagement/service/apis/issues@2022-04-01-preview microsoft.ApiManagement/service/apis/issues@2022-08-01 microsoft.ApiManagement/service/apis/issues@2022-09-01-preview microsoft.ApiManagement/service/apis/issues@2023-03-01-preview +microsoft.ApiManagement/service/apis/issues@2023-05-01-preview microsoft.ApiManagement/service/apis/issues/attachments@2017-03-01 microsoft.ApiManagement/service/apis/issues/attachments@2018-01-01 microsoft.ApiManagement/service/apis/issues/attachments@2018-06-01-preview @@ -817,6 +625,7 @@ microsoft.ApiManagement/service/apis/issues/attachments@2022-04-01-preview microsoft.ApiManagement/service/apis/issues/attachments@2022-08-01 microsoft.ApiManagement/service/apis/issues/attachments@2022-09-01-preview microsoft.ApiManagement/service/apis/issues/attachments@2023-03-01-preview +microsoft.ApiManagement/service/apis/issues/attachments@2023-05-01-preview microsoft.ApiManagement/service/apis/issues/comments@2017-03-01 microsoft.ApiManagement/service/apis/issues/comments@2018-01-01 microsoft.ApiManagement/service/apis/issues/comments@2018-06-01-preview @@ -833,6 +642,7 @@ microsoft.ApiManagement/service/apis/issues/comments@2022-04-01-preview microsoft.ApiManagement/service/apis/issues/comments@2022-08-01 microsoft.ApiManagement/service/apis/issues/comments@2022-09-01-preview microsoft.ApiManagement/service/apis/issues/comments@2023-03-01-preview +microsoft.ApiManagement/service/apis/issues/comments@2023-05-01-preview microsoft.ApiManagement/service/apis/operations/policies@2017-03-01 microsoft.ApiManagement/service/apis/operations/policies@2018-01-01 microsoft.ApiManagement/service/apis/operations/policies@2018-06-01-preview @@ -849,6 +659,7 @@ microsoft.ApiManagement/service/apis/operations/policies@2022-04-01-preview microsoft.ApiManagement/service/apis/operations/policies@2022-08-01 microsoft.ApiManagement/service/apis/operations/policies@2022-09-01-preview microsoft.ApiManagement/service/apis/operations/policies@2023-03-01-preview +microsoft.ApiManagement/service/apis/operations/policies@2023-05-01-preview microsoft.ApiManagement/service/apis/operations/tags@2017-03-01 microsoft.ApiManagement/service/apis/operations/tags@2018-01-01 microsoft.ApiManagement/service/apis/operations/tags@2018-06-01-preview @@ -865,6 +676,7 @@ microsoft.ApiManagement/service/apis/operations/tags@2022-04-01-preview microsoft.ApiManagement/service/apis/operations/tags@2022-08-01 microsoft.ApiManagement/service/apis/operations/tags@2022-09-01-preview microsoft.ApiManagement/service/apis/operations/tags@2023-03-01-preview +microsoft.ApiManagement/service/apis/operations/tags@2023-05-01-preview microsoft.ApiManagement/service/apis/policies@2017-03-01 microsoft.ApiManagement/service/apis/policies@2018-01-01 microsoft.ApiManagement/service/apis/policies@2018-06-01-preview @@ -881,6 +693,7 @@ microsoft.ApiManagement/service/apis/policies@2022-04-01-preview microsoft.ApiManagement/service/apis/policies@2022-08-01 microsoft.ApiManagement/service/apis/policies@2022-09-01-preview microsoft.ApiManagement/service/apis/policies@2023-03-01-preview +microsoft.ApiManagement/service/apis/policies@2023-05-01-preview microsoft.ApiManagement/service/apis/releases@2017-03-01 microsoft.ApiManagement/service/apis/releases@2018-01-01 microsoft.ApiManagement/service/apis/releases@2018-06-01-preview @@ -897,6 +710,7 @@ microsoft.ApiManagement/service/apis/releases@2022-04-01-preview microsoft.ApiManagement/service/apis/releases@2022-08-01 microsoft.ApiManagement/service/apis/releases@2022-09-01-preview microsoft.ApiManagement/service/apis/releases@2023-03-01-preview +microsoft.ApiManagement/service/apis/releases@2023-05-01-preview microsoft.ApiManagement/service/apis/schemas@2017-03-01 microsoft.ApiManagement/service/apis/schemas@2018-01-01 microsoft.ApiManagement/service/apis/schemas@2018-06-01-preview @@ -913,6 +727,7 @@ microsoft.ApiManagement/service/apis/schemas@2022-04-01-preview microsoft.ApiManagement/service/apis/schemas@2022-08-01 microsoft.ApiManagement/service/apis/schemas@2022-09-01-preview microsoft.ApiManagement/service/apis/schemas@2023-03-01-preview +microsoft.ApiManagement/service/apis/schemas@2023-05-01-preview microsoft.ApiManagement/service/apis/tagDescriptions@2017-03-01 microsoft.ApiManagement/service/apis/tagDescriptions@2018-01-01 microsoft.ApiManagement/service/apis/tagDescriptions@2018-06-01-preview @@ -929,6 +744,7 @@ microsoft.ApiManagement/service/apis/tagDescriptions@2022-04-01-preview microsoft.ApiManagement/service/apis/tagDescriptions@2022-08-01 microsoft.ApiManagement/service/apis/tagDescriptions@2022-09-01-preview microsoft.ApiManagement/service/apis/tagDescriptions@2023-03-01-preview +microsoft.ApiManagement/service/apis/tagDescriptions@2023-05-01-preview microsoft.ApiManagement/service/apis/tags@2017-03-01 microsoft.ApiManagement/service/apis/tags@2018-01-01 microsoft.ApiManagement/service/apis/tags@2018-06-01-preview @@ -945,6 +761,7 @@ microsoft.ApiManagement/service/apis/tags@2022-04-01-preview microsoft.ApiManagement/service/apis/tags@2022-08-01 microsoft.ApiManagement/service/apis/tags@2022-09-01-preview microsoft.ApiManagement/service/apis/tags@2023-03-01-preview +microsoft.ApiManagement/service/apis/tags@2023-05-01-preview microsoft.ApiManagement/service/diagnostics@2017-03-01 microsoft.ApiManagement/service/diagnostics@2018-01-01 microsoft.ApiManagement/service/diagnostics@2018-06-01-preview @@ -961,6 +778,7 @@ microsoft.ApiManagement/service/diagnostics@2022-04-01-preview microsoft.ApiManagement/service/diagnostics@2022-08-01 microsoft.ApiManagement/service/diagnostics@2022-09-01-preview microsoft.ApiManagement/service/diagnostics@2023-03-01-preview +microsoft.ApiManagement/service/diagnostics@2023-05-01-preview microsoft.ApiManagement/service/diagnostics/loggers@2017-03-01 microsoft.ApiManagement/service/diagnostics/loggers@2018-01-01 microsoft.ApiManagement/service/notifications@2017-03-01 @@ -979,6 +797,7 @@ microsoft.ApiManagement/service/notifications@2022-04-01-preview microsoft.ApiManagement/service/notifications@2022-08-01 microsoft.ApiManagement/service/notifications@2022-09-01-preview microsoft.ApiManagement/service/notifications@2023-03-01-preview +microsoft.ApiManagement/service/notifications@2023-05-01-preview microsoft.ApiManagement/service/notifications/recipientEmails@2017-03-01 microsoft.ApiManagement/service/notifications/recipientEmails@2018-01-01 microsoft.ApiManagement/service/notifications/recipientEmails@2018-06-01-preview @@ -995,6 +814,7 @@ microsoft.ApiManagement/service/notifications/recipientEmails@2022-04-01-preview microsoft.ApiManagement/service/notifications/recipientEmails@2022-08-01 microsoft.ApiManagement/service/notifications/recipientEmails@2022-09-01-preview microsoft.ApiManagement/service/notifications/recipientEmails@2023-03-01-preview +microsoft.ApiManagement/service/notifications/recipientEmails@2023-05-01-preview microsoft.ApiManagement/service/notifications/recipientUsers@2017-03-01 microsoft.ApiManagement/service/notifications/recipientUsers@2018-01-01 microsoft.ApiManagement/service/notifications/recipientUsers@2018-06-01-preview @@ -1011,6 +831,7 @@ microsoft.ApiManagement/service/notifications/recipientUsers@2022-04-01-preview microsoft.ApiManagement/service/notifications/recipientUsers@2022-08-01 microsoft.ApiManagement/service/notifications/recipientUsers@2022-09-01-preview microsoft.ApiManagement/service/notifications/recipientUsers@2023-03-01-preview +microsoft.ApiManagement/service/notifications/recipientUsers@2023-05-01-preview microsoft.ApiManagement/service/policies@2017-03-01 microsoft.ApiManagement/service/policies@2018-01-01 microsoft.ApiManagement/service/policies@2018-06-01-preview @@ -1027,6 +848,7 @@ microsoft.ApiManagement/service/policies@2022-04-01-preview microsoft.ApiManagement/service/policies@2022-08-01 microsoft.ApiManagement/service/policies@2022-09-01-preview microsoft.ApiManagement/service/policies@2023-03-01-preview +microsoft.ApiManagement/service/policies@2023-05-01-preview microsoft.ApiManagement/service/portalsettings@2017-03-01 microsoft.ApiManagement/service/portalsettings@2018-01-01 microsoft.ApiManagement/service/portalsettings@2018-06-01-preview @@ -1043,6 +865,7 @@ microsoft.ApiManagement/service/portalsettings@2022-04-01-preview microsoft.ApiManagement/service/portalsettings@2022-08-01 microsoft.ApiManagement/service/portalsettings@2022-09-01-preview microsoft.ApiManagement/service/portalsettings@2023-03-01-preview +microsoft.ApiManagement/service/portalsettings@2023-05-01-preview microsoft.ApiManagement/service/products/policies@2017-03-01 microsoft.ApiManagement/service/products/policies@2018-01-01 microsoft.ApiManagement/service/products/policies@2018-06-01-preview @@ -1059,6 +882,7 @@ microsoft.ApiManagement/service/products/policies@2022-04-01-preview microsoft.ApiManagement/service/products/policies@2022-08-01 microsoft.ApiManagement/service/products/policies@2022-09-01-preview microsoft.ApiManagement/service/products/policies@2023-03-01-preview +microsoft.ApiManagement/service/products/policies@2023-05-01-preview microsoft.ApiManagement/service/products/tags@2017-03-01 microsoft.ApiManagement/service/products/tags@2018-01-01 microsoft.ApiManagement/service/products/tags@2018-06-01-preview @@ -1075,6 +899,7 @@ microsoft.ApiManagement/service/products/tags@2022-04-01-preview microsoft.ApiManagement/service/products/tags@2022-08-01 microsoft.ApiManagement/service/products/tags@2022-09-01-preview microsoft.ApiManagement/service/products/tags@2023-03-01-preview +microsoft.ApiManagement/service/products/tags@2023-05-01-preview microsoft.ApiManagement/service/tags@2017-03-01 microsoft.ApiManagement/service/tags@2018-01-01 microsoft.ApiManagement/service/tags@2018-06-01-preview @@ -1091,6 +916,7 @@ microsoft.ApiManagement/service/tags@2022-04-01-preview microsoft.ApiManagement/service/tags@2022-08-01 microsoft.ApiManagement/service/tags@2022-09-01-preview microsoft.ApiManagement/service/tags@2023-03-01-preview +microsoft.ApiManagement/service/tags@2023-05-01-preview microsoft.ApiManagement/service/templates@2017-03-01 microsoft.ApiManagement/service/templates@2018-01-01 microsoft.ApiManagement/service/templates@2018-06-01-preview @@ -1107,6 +933,7 @@ microsoft.ApiManagement/service/templates@2022-04-01-preview microsoft.ApiManagement/service/templates@2022-08-01 microsoft.ApiManagement/service/templates@2022-09-01-preview microsoft.ApiManagement/service/templates@2023-03-01-preview +microsoft.ApiManagement/service/templates@2023-05-01-preview microsoft.ApiManagement/service/caches@2018-06-01-preview microsoft.ApiManagement/service/caches@2019-01-01 microsoft.ApiManagement/service/caches@2019-12-01 @@ -1121,6 +948,7 @@ microsoft.ApiManagement/service/caches@2022-04-01-preview microsoft.ApiManagement/service/caches@2022-08-01 microsoft.ApiManagement/service/caches@2022-09-01-preview microsoft.ApiManagement/service/caches@2023-03-01-preview +microsoft.ApiManagement/service/caches@2023-05-01-preview microsoft.ApiManagement/service/apiVersionSets@2019-01-01 microsoft.ApiManagement/service/apiVersionSets@2019-12-01 microsoft.ApiManagement/service/apiVersionSets@2019-12-01-preview @@ -1134,6 +962,7 @@ microsoft.ApiManagement/service/apiVersionSets@2022-04-01-preview microsoft.ApiManagement/service/apiVersionSets@2022-08-01 microsoft.ApiManagement/service/apiVersionSets@2022-09-01-preview microsoft.ApiManagement/service/apiVersionSets@2023-03-01-preview +microsoft.ApiManagement/service/apiVersionSets@2023-05-01-preview microsoft.ApiManagement/service/contentTypes@2019-12-01 microsoft.ApiManagement/service/contentTypes@2020-06-01-preview microsoft.ApiManagement/service/contentTypes@2020-12-01 @@ -1145,6 +974,7 @@ microsoft.ApiManagement/service/contentTypes@2022-04-01-preview microsoft.ApiManagement/service/contentTypes@2022-08-01 microsoft.ApiManagement/service/contentTypes@2022-09-01-preview microsoft.ApiManagement/service/contentTypes@2023-03-01-preview +microsoft.ApiManagement/service/contentTypes@2023-05-01-preview microsoft.ApiManagement/service/contentTypes/contentItems@2019-12-01 microsoft.ApiManagement/service/contentTypes/contentItems@2020-06-01-preview microsoft.ApiManagement/service/contentTypes/contentItems@2020-12-01 @@ -1156,6 +986,7 @@ microsoft.ApiManagement/service/contentTypes/contentItems@2022-04-01-preview microsoft.ApiManagement/service/contentTypes/contentItems@2022-08-01 microsoft.ApiManagement/service/contentTypes/contentItems@2022-09-01-preview microsoft.ApiManagement/service/contentTypes/contentItems@2023-03-01-preview +microsoft.ApiManagement/service/contentTypes/contentItems@2023-05-01-preview microsoft.ApiManagement/service/gateways@2019-12-01 microsoft.ApiManagement/service/gateways@2019-12-01-preview microsoft.ApiManagement/service/gateways@2020-06-01-preview @@ -1168,6 +999,7 @@ microsoft.ApiManagement/service/gateways@2022-04-01-preview microsoft.ApiManagement/service/gateways@2022-08-01 microsoft.ApiManagement/service/gateways@2022-09-01-preview microsoft.ApiManagement/service/gateways@2023-03-01-preview +microsoft.ApiManagement/service/gateways@2023-05-01-preview microsoft.ApiManagement/service/gateways/apis@2019-12-01 microsoft.ApiManagement/service/gateways/apis@2019-12-01-preview microsoft.ApiManagement/service/gateways/apis@2020-06-01-preview @@ -1180,6 +1012,7 @@ microsoft.ApiManagement/service/gateways/apis@2022-04-01-preview microsoft.ApiManagement/service/gateways/apis@2022-08-01 microsoft.ApiManagement/service/gateways/apis@2022-09-01-preview microsoft.ApiManagement/service/gateways/apis@2023-03-01-preview +microsoft.ApiManagement/service/gateways/apis@2023-05-01-preview microsoft.ApiManagement/service/gateways/hostnameConfigurations@2019-12-01 microsoft.ApiManagement/service/gateways/hostnameConfigurations@2019-12-01-preview microsoft.ApiManagement/service/gateways/hostnameConfigurations@2020-06-01-preview @@ -1192,6 +1025,7 @@ microsoft.ApiManagement/service/gateways/hostnameConfigurations@2022-04-01-previ microsoft.ApiManagement/service/gateways/hostnameConfigurations@2022-08-01 microsoft.ApiManagement/service/gateways/hostnameConfigurations@2022-09-01-preview microsoft.ApiManagement/service/gateways/hostnameConfigurations@2023-03-01-preview +microsoft.ApiManagement/service/gateways/hostnameConfigurations@2023-05-01-preview microsoft.ApiManagement/service/namedValues@2019-12-01 microsoft.ApiManagement/service/namedValues@2019-12-01-preview microsoft.ApiManagement/service/namedValues@2020-06-01-preview @@ -1204,6 +1038,7 @@ microsoft.ApiManagement/service/namedValues@2022-04-01-preview microsoft.ApiManagement/service/namedValues@2022-08-01 microsoft.ApiManagement/service/namedValues@2022-09-01-preview microsoft.ApiManagement/service/namedValues@2023-03-01-preview +microsoft.ApiManagement/service/namedValues@2023-05-01-preview microsoft.ApiManagement/service/gateways/certificateAuthorities@2020-06-01-preview microsoft.ApiManagement/service/gateways/certificateAuthorities@2020-12-01 microsoft.ApiManagement/service/gateways/certificateAuthorities@2021-01-01-preview @@ -1214,6 +1049,7 @@ microsoft.ApiManagement/service/gateways/certificateAuthorities@2022-04-01-previ microsoft.ApiManagement/service/gateways/certificateAuthorities@2022-08-01 microsoft.ApiManagement/service/gateways/certificateAuthorities@2022-09-01-preview microsoft.ApiManagement/service/gateways/certificateAuthorities@2023-03-01-preview +microsoft.ApiManagement/service/gateways/certificateAuthorities@2023-05-01-preview microsoft.ApiManagement/service/portalRevisions@2020-06-01-preview microsoft.ApiManagement/service/portalRevisions@2020-12-01 microsoft.ApiManagement/service/portalRevisions@2021-01-01-preview @@ -1224,6 +1060,7 @@ microsoft.ApiManagement/service/portalRevisions@2022-04-01-preview microsoft.ApiManagement/service/portalRevisions@2022-08-01 microsoft.ApiManagement/service/portalRevisions@2022-09-01-preview microsoft.ApiManagement/service/portalRevisions@2023-03-01-preview +microsoft.ApiManagement/service/portalRevisions@2023-05-01-preview microsoft.ApiManagement/service/privateEndpointConnections@2021-04-01-preview microsoft.ApiManagement/service/privateEndpointConnections@2021-08-01 microsoft.ApiManagement/service/privateEndpointConnections@2021-12-01-preview @@ -1231,6 +1068,7 @@ microsoft.ApiManagement/service/privateEndpointConnections@2022-04-01-preview microsoft.ApiManagement/service/privateEndpointConnections@2022-08-01 microsoft.ApiManagement/service/privateEndpointConnections@2022-09-01-preview microsoft.ApiManagement/service/privateEndpointConnections@2023-03-01-preview +microsoft.ApiManagement/service/privateEndpointConnections@2023-05-01-preview microsoft.ApiManagement/service/schemas@2021-04-01-preview microsoft.ApiManagement/service/schemas@2021-08-01 microsoft.ApiManagement/service/schemas@2021-12-01-preview @@ -1238,105 +1076,148 @@ microsoft.ApiManagement/service/schemas@2022-04-01-preview microsoft.ApiManagement/service/schemas@2022-08-01 microsoft.ApiManagement/service/schemas@2022-09-01-preview microsoft.ApiManagement/service/schemas@2023-03-01-preview +microsoft.ApiManagement/service/schemas@2023-05-01-preview microsoft.ApiManagement/service/policyFragments@2021-12-01-preview microsoft.ApiManagement/service/policyFragments@2022-04-01-preview microsoft.ApiManagement/service/policyFragments@2022-08-01 microsoft.ApiManagement/service/policyFragments@2022-09-01-preview microsoft.ApiManagement/service/policyFragments@2023-03-01-preview +microsoft.ApiManagement/service/policyFragments@2023-05-01-preview microsoft.ApiManagement/service/portalconfigs@2021-12-01-preview microsoft.ApiManagement/service/portalconfigs@2022-04-01-preview microsoft.ApiManagement/service/portalconfigs@2022-08-01 microsoft.ApiManagement/service/portalconfigs@2022-09-01-preview microsoft.ApiManagement/service/portalconfigs@2023-03-01-preview +microsoft.ApiManagement/service/portalconfigs@2023-05-01-preview microsoft.ApiManagement/service/authorizationProviders@2022-04-01-preview microsoft.ApiManagement/service/authorizationProviders@2022-08-01 microsoft.ApiManagement/service/authorizationProviders@2022-09-01-preview microsoft.ApiManagement/service/authorizationProviders@2023-03-01-preview +microsoft.ApiManagement/service/authorizationProviders@2023-05-01-preview microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-04-01-preview microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-08-01 microsoft.ApiManagement/service/authorizationProviders/authorizations@2022-09-01-preview microsoft.ApiManagement/service/authorizationProviders/authorizations@2023-03-01-preview +microsoft.ApiManagement/service/authorizationProviders/authorizations@2023-05-01-preview microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2022-04-01-preview microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2022-08-01 microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2022-09-01-preview microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2023-03-01-preview +microsoft.ApiManagement/service/authorizationProviders/authorizations/accessPolicies@2023-05-01-preview microsoft.ApiManagement/service/apis/resolvers@2022-08-01 microsoft.ApiManagement/service/apis/resolvers@2022-09-01-preview microsoft.ApiManagement/service/apis/resolvers@2023-03-01-preview +microsoft.ApiManagement/service/apis/resolvers@2023-05-01-preview microsoft.ApiManagement/service/apis/resolvers/policies@2022-08-01 microsoft.ApiManagement/service/apis/resolvers/policies@2022-09-01-preview microsoft.ApiManagement/service/apis/resolvers/policies@2023-03-01-preview +microsoft.ApiManagement/service/apis/resolvers/policies@2023-05-01-preview microsoft.ApiManagement/service/apis/wikis@2022-08-01 microsoft.ApiManagement/service/apis/wikis@2022-09-01-preview microsoft.ApiManagement/service/apis/wikis@2023-03-01-preview +microsoft.ApiManagement/service/apis/wikis@2023-05-01-preview microsoft.ApiManagement/service/documentations@2022-08-01 microsoft.ApiManagement/service/documentations@2022-09-01-preview microsoft.ApiManagement/service/documentations@2023-03-01-preview +microsoft.ApiManagement/service/documentations@2023-05-01-preview microsoft.ApiManagement/service/products/wikis@2022-08-01 microsoft.ApiManagement/service/products/wikis@2022-09-01-preview microsoft.ApiManagement/service/products/wikis@2023-03-01-preview +microsoft.ApiManagement/service/products/wikis@2023-05-01-preview microsoft.ApiManagement/service/products/apiLinks@2022-09-01-preview microsoft.ApiManagement/service/products/apiLinks@2023-03-01-preview +microsoft.ApiManagement/service/products/apiLinks@2023-05-01-preview microsoft.ApiManagement/service/products/groupLinks@2022-09-01-preview microsoft.ApiManagement/service/products/groupLinks@2023-03-01-preview +microsoft.ApiManagement/service/products/groupLinks@2023-05-01-preview microsoft.ApiManagement/service/tags/apiLinks@2022-09-01-preview microsoft.ApiManagement/service/tags/apiLinks@2023-03-01-preview +microsoft.ApiManagement/service/tags/apiLinks@2023-05-01-preview microsoft.ApiManagement/service/tags/operationLinks@2022-09-01-preview microsoft.ApiManagement/service/tags/operationLinks@2023-03-01-preview +microsoft.ApiManagement/service/tags/operationLinks@2023-05-01-preview microsoft.ApiManagement/service/tags/productLinks@2022-09-01-preview microsoft.ApiManagement/service/tags/productLinks@2023-03-01-preview +microsoft.ApiManagement/service/tags/productLinks@2023-05-01-preview microsoft.ApiManagement/service/workspaces@2022-09-01-preview microsoft.ApiManagement/service/workspaces@2023-03-01-preview +microsoft.ApiManagement/service/workspaces@2023-05-01-preview microsoft.ApiManagement/service/workspaces/apis@2022-09-01-preview microsoft.ApiManagement/service/workspaces/apis@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/apis@2023-05-01-preview microsoft.ApiManagement/service/workspaces/apis/operations@2022-09-01-preview microsoft.ApiManagement/service/workspaces/apis/operations@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/apis/operations@2023-05-01-preview microsoft.ApiManagement/service/workspaces/apis/operations/policies@2022-09-01-preview microsoft.ApiManagement/service/workspaces/apis/operations/policies@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/apis/operations/policies@2023-05-01-preview microsoft.ApiManagement/service/workspaces/apis/policies@2022-09-01-preview microsoft.ApiManagement/service/workspaces/apis/policies@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/apis/policies@2023-05-01-preview microsoft.ApiManagement/service/workspaces/apis/releases@2022-09-01-preview microsoft.ApiManagement/service/workspaces/apis/releases@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/apis/releases@2023-05-01-preview microsoft.ApiManagement/service/workspaces/apis/schemas@2022-09-01-preview microsoft.ApiManagement/service/workspaces/apis/schemas@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/apis/schemas@2023-05-01-preview microsoft.ApiManagement/service/workspaces/apiVersionSets@2022-09-01-preview microsoft.ApiManagement/service/workspaces/apiVersionSets@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/apiVersionSets@2023-05-01-preview microsoft.ApiManagement/service/workspaces/groups@2022-09-01-preview microsoft.ApiManagement/service/workspaces/groups@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/groups@2023-05-01-preview microsoft.ApiManagement/service/workspaces/groups/users@2022-09-01-preview microsoft.ApiManagement/service/workspaces/groups/users@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/groups/users@2023-05-01-preview microsoft.ApiManagement/service/workspaces/namedValues@2022-09-01-preview microsoft.ApiManagement/service/workspaces/namedValues@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/namedValues@2023-05-01-preview microsoft.ApiManagement/service/workspaces/notifications@2022-09-01-preview microsoft.ApiManagement/service/workspaces/notifications@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/notifications@2023-05-01-preview microsoft.ApiManagement/service/workspaces/notifications/recipientEmails@2022-09-01-preview microsoft.ApiManagement/service/workspaces/notifications/recipientEmails@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/notifications/recipientEmails@2023-05-01-preview microsoft.ApiManagement/service/workspaces/notifications/recipientUsers@2022-09-01-preview microsoft.ApiManagement/service/workspaces/notifications/recipientUsers@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/notifications/recipientUsers@2023-05-01-preview microsoft.ApiManagement/service/workspaces/policies@2022-09-01-preview microsoft.ApiManagement/service/workspaces/policies@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/policies@2023-05-01-preview microsoft.ApiManagement/service/workspaces/policyFragments@2022-09-01-preview microsoft.ApiManagement/service/workspaces/policyFragments@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/policyFragments@2023-05-01-preview microsoft.ApiManagement/service/workspaces/products@2022-09-01-preview microsoft.ApiManagement/service/workspaces/products@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/products@2023-05-01-preview microsoft.ApiManagement/service/workspaces/products/apiLinks@2022-09-01-preview microsoft.ApiManagement/service/workspaces/products/apiLinks@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/products/apiLinks@2023-05-01-preview microsoft.ApiManagement/service/workspaces/products/groupLinks@2022-09-01-preview microsoft.ApiManagement/service/workspaces/products/groupLinks@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/products/groupLinks@2023-05-01-preview microsoft.ApiManagement/service/workspaces/products/policies@2022-09-01-preview microsoft.ApiManagement/service/workspaces/products/policies@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/products/policies@2023-05-01-preview microsoft.ApiManagement/service/workspaces/schemas@2022-09-01-preview microsoft.ApiManagement/service/workspaces/schemas@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/schemas@2023-05-01-preview microsoft.ApiManagement/service/workspaces/subscriptions@2022-09-01-preview microsoft.ApiManagement/service/workspaces/subscriptions@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/subscriptions@2023-05-01-preview microsoft.ApiManagement/service/workspaces/tags@2022-09-01-preview microsoft.ApiManagement/service/workspaces/tags@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/tags@2023-05-01-preview microsoft.ApiManagement/service/workspaces/tags/apiLinks@2022-09-01-preview microsoft.ApiManagement/service/workspaces/tags/apiLinks@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/tags/apiLinks@2023-05-01-preview microsoft.ApiManagement/service/workspaces/tags/operationLinks@2022-09-01-preview microsoft.ApiManagement/service/workspaces/tags/operationLinks@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/tags/operationLinks@2023-05-01-preview microsoft.ApiManagement/service/workspaces/tags/productLinks@2022-09-01-preview microsoft.ApiManagement/service/workspaces/tags/productLinks@2023-03-01-preview +microsoft.ApiManagement/service/workspaces/tags/productLinks@2023-05-01-preview +microsoft.ApiManagement/service/policyRestrictions@2023-05-01-preview microsoft.App/containerApps@2022-01-01-preview microsoft.App/containerApps@2022-03-01 microsoft.App/containerApps@2022-06-01-preview @@ -1345,6 +1226,8 @@ microsoft.App/containerApps@2022-11-01-preview microsoft.App/containerApps@2023-04-01-preview microsoft.App/containerApps@2023-05-01 microsoft.App/containerApps@2023-05-02-preview +microsoft.App/containerApps@2023-08-01-preview +microsoft.App/containerApps@2023-11-02-preview microsoft.App/containerApps/authConfigs@2022-01-01-preview microsoft.App/containerApps/authConfigs@2022-03-01 microsoft.App/containerApps/authConfigs@2022-06-01-preview @@ -1353,6 +1236,8 @@ microsoft.App/containerApps/authConfigs@2022-11-01-preview microsoft.App/containerApps/authConfigs@2023-04-01-preview microsoft.App/containerApps/authConfigs@2023-05-01 microsoft.App/containerApps/authConfigs@2023-05-02-preview +microsoft.App/containerApps/authConfigs@2023-08-01-preview +microsoft.App/containerApps/authConfigs@2023-11-02-preview microsoft.App/containerApps/sourcecontrols@2022-01-01-preview microsoft.App/containerApps/sourcecontrols@2022-03-01 microsoft.App/containerApps/sourcecontrols@2022-06-01-preview @@ -1361,6 +1246,8 @@ microsoft.App/containerApps/sourcecontrols@2022-11-01-preview microsoft.App/containerApps/sourcecontrols@2023-04-01-preview microsoft.App/containerApps/sourcecontrols@2023-05-01 microsoft.App/containerApps/sourcecontrols@2023-05-02-preview +microsoft.App/containerApps/sourcecontrols@2023-08-01-preview +microsoft.App/containerApps/sourcecontrols@2023-11-02-preview microsoft.App/managedEnvironments@2022-01-01-preview microsoft.App/managedEnvironments@2022-03-01 microsoft.App/managedEnvironments@2022-06-01-preview @@ -1369,6 +1256,8 @@ microsoft.App/managedEnvironments@2022-11-01-preview microsoft.App/managedEnvironments@2023-04-01-preview microsoft.App/managedEnvironments@2023-05-01 microsoft.App/managedEnvironments@2023-05-02-preview +microsoft.App/managedEnvironments@2023-08-01-preview +microsoft.App/managedEnvironments@2023-11-02-preview microsoft.App/managedEnvironments/certificates@2022-01-01-preview microsoft.App/managedEnvironments/certificates@2022-03-01 microsoft.App/managedEnvironments/certificates@2022-06-01-preview @@ -1377,6 +1266,8 @@ microsoft.App/managedEnvironments/certificates@2022-11-01-preview microsoft.App/managedEnvironments/certificates@2023-04-01-preview microsoft.App/managedEnvironments/certificates@2023-05-01 microsoft.App/managedEnvironments/certificates@2023-05-02-preview +microsoft.App/managedEnvironments/certificates@2023-08-01-preview +microsoft.App/managedEnvironments/certificates@2023-11-02-preview microsoft.App/managedEnvironments/daprComponents@2022-01-01-preview microsoft.App/managedEnvironments/daprComponents@2022-03-01 microsoft.App/managedEnvironments/daprComponents@2022-06-01-preview @@ -1385,6 +1276,8 @@ microsoft.App/managedEnvironments/daprComponents@2022-11-01-preview microsoft.App/managedEnvironments/daprComponents@2023-04-01-preview microsoft.App/managedEnvironments/daprComponents@2023-05-01 microsoft.App/managedEnvironments/daprComponents@2023-05-02-preview +microsoft.App/managedEnvironments/daprComponents@2023-08-01-preview +microsoft.App/managedEnvironments/daprComponents@2023-11-02-preview microsoft.App/managedEnvironments/storages@2022-01-01-preview microsoft.App/managedEnvironments/storages@2022-03-01 microsoft.App/managedEnvironments/storages@2022-06-01-preview @@ -1393,38 +1286,64 @@ microsoft.App/managedEnvironments/storages@2022-11-01-preview microsoft.App/managedEnvironments/storages@2023-04-01-preview microsoft.App/managedEnvironments/storages@2023-05-01 microsoft.App/managedEnvironments/storages@2023-05-02-preview +microsoft.App/managedEnvironments/storages@2023-08-01-preview +microsoft.App/managedEnvironments/storages@2023-11-02-preview microsoft.App/connectedEnvironments@2022-06-01-preview microsoft.App/connectedEnvironments@2022-10-01 microsoft.App/connectedEnvironments@2022-11-01-preview microsoft.App/connectedEnvironments@2023-04-01-preview microsoft.App/connectedEnvironments@2023-05-01 microsoft.App/connectedEnvironments@2023-05-02-preview +microsoft.App/connectedEnvironments@2023-08-01-preview +microsoft.App/connectedEnvironments@2023-11-02-preview microsoft.App/connectedEnvironments/certificates@2022-06-01-preview microsoft.App/connectedEnvironments/certificates@2022-10-01 microsoft.App/connectedEnvironments/certificates@2022-11-01-preview microsoft.App/connectedEnvironments/certificates@2023-04-01-preview microsoft.App/connectedEnvironments/certificates@2023-05-01 microsoft.App/connectedEnvironments/certificates@2023-05-02-preview +microsoft.App/connectedEnvironments/certificates@2023-08-01-preview +microsoft.App/connectedEnvironments/certificates@2023-11-02-preview microsoft.App/connectedEnvironments/daprComponents@2022-06-01-preview microsoft.App/connectedEnvironments/daprComponents@2022-10-01 microsoft.App/connectedEnvironments/daprComponents@2022-11-01-preview microsoft.App/connectedEnvironments/daprComponents@2023-04-01-preview microsoft.App/connectedEnvironments/daprComponents@2023-05-01 microsoft.App/connectedEnvironments/daprComponents@2023-05-02-preview +microsoft.App/connectedEnvironments/daprComponents@2023-08-01-preview +microsoft.App/connectedEnvironments/daprComponents@2023-11-02-preview microsoft.App/connectedEnvironments/storages@2022-06-01-preview microsoft.App/connectedEnvironments/storages@2022-10-01 microsoft.App/connectedEnvironments/storages@2022-11-01-preview microsoft.App/connectedEnvironments/storages@2023-04-01-preview microsoft.App/connectedEnvironments/storages@2023-05-01 microsoft.App/connectedEnvironments/storages@2023-05-02-preview +microsoft.App/connectedEnvironments/storages@2023-08-01-preview +microsoft.App/connectedEnvironments/storages@2023-11-02-preview microsoft.App/jobs@2022-11-01-preview microsoft.App/jobs@2023-04-01-preview microsoft.App/jobs@2023-05-01 microsoft.App/jobs@2023-05-02-preview +microsoft.App/jobs@2023-08-01-preview +microsoft.App/jobs@2023-11-02-preview microsoft.App/managedEnvironments/managedCertificates@2022-11-01-preview microsoft.App/managedEnvironments/managedCertificates@2023-04-01-preview microsoft.App/managedEnvironments/managedCertificates@2023-05-01 microsoft.App/managedEnvironments/managedCertificates@2023-05-02-preview +microsoft.App/managedEnvironments/managedCertificates@2023-08-01-preview +microsoft.App/managedEnvironments/managedCertificates@2023-11-02-preview +microsoft.App/builders@2023-08-01-preview +microsoft.App/builders@2023-11-02-preview +microsoft.App/builders/builds@2023-08-01-preview +microsoft.App/builders/builds@2023-11-02-preview +microsoft.App/containerApps/resiliencyPolicies@2023-08-01-preview +microsoft.App/containerApps/resiliencyPolicies@2023-11-02-preview +microsoft.App/managedEnvironments/daprComponents/resiliencyPolicies@2023-08-01-preview +microsoft.App/managedEnvironments/daprComponents/resiliencyPolicies@2023-11-02-preview +microsoft.App/managedEnvironments/daprSubscriptions@2023-08-01-preview +microsoft.App/managedEnvironments/daprSubscriptions@2023-11-02-preview +microsoft.App/managedEnvironments/dotNetComponents@2023-11-02-preview +microsoft.App/managedEnvironments/javaComponents@2023-11-02-preview microsoft.AppConfiguration/configurationStores@2019-02-01-preview microsoft.AppConfiguration/configurationStores@2019-10-01 microsoft.AppConfiguration/configurationStores@2019-11-01-preview @@ -1435,6 +1354,8 @@ microsoft.AppConfiguration/configurationStores@2021-10-01-preview microsoft.AppConfiguration/configurationStores@2022-03-01-preview microsoft.AppConfiguration/configurationStores@2022-05-01 microsoft.AppConfiguration/configurationStores@2023-03-01 +microsoft.AppConfiguration/configurationStores@2023-08-01-preview +microsoft.AppConfiguration/configurationStores@2023-09-01-preview microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2019-11-01-preview microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2020-06-01 microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2020-07-01-preview @@ -1443,14 +1364,22 @@ microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2021-1 microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2022-03-01-preview microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2022-05-01 microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2023-03-01 +microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2023-08-01-preview +microsoft.AppConfiguration/configurationStores/privateEndpointConnections@2023-09-01-preview microsoft.AppConfiguration/configurationStores/keyValues@2020-07-01-preview microsoft.AppConfiguration/configurationStores/keyValues@2021-03-01-preview microsoft.AppConfiguration/configurationStores/keyValues@2021-10-01-preview microsoft.AppConfiguration/configurationStores/keyValues@2022-03-01-preview microsoft.AppConfiguration/configurationStores/keyValues@2022-05-01 microsoft.AppConfiguration/configurationStores/keyValues@2023-03-01 +microsoft.AppConfiguration/configurationStores/keyValues@2023-08-01-preview +microsoft.AppConfiguration/configurationStores/keyValues@2023-09-01-preview microsoft.AppConfiguration/configurationStores/replicas@2022-03-01-preview microsoft.AppConfiguration/configurationStores/replicas@2023-03-01 +microsoft.AppConfiguration/configurationStores/replicas@2023-08-01-preview +microsoft.AppConfiguration/configurationStores/replicas@2023-09-01-preview +microsoft.AppConfiguration/configurationStores/snapshots@2023-08-01-preview +microsoft.AppConfiguration/configurationStores/snapshots@2023-09-01-preview microsoft.AppPlatform/Spring@2020-07-01 microsoft.AppPlatform/Spring@2020-11-01-preview microsoft.AppPlatform/Spring@2021-06-01-preview @@ -1465,6 +1394,11 @@ microsoft.AppPlatform/Spring@2022-12-01 microsoft.AppPlatform/Spring@2023-01-01-preview microsoft.AppPlatform/Spring@2023-03-01-preview microsoft.AppPlatform/Spring@2023-05-01-preview +microsoft.AppPlatform/Spring@2023-07-01-preview +microsoft.AppPlatform/Spring@2023-09-01-preview +microsoft.AppPlatform/Spring@2023-11-01-preview +microsoft.AppPlatform/Spring@2023-12-01 +microsoft.AppPlatform/Spring@2024-01-01-preview microsoft.AppPlatform/Spring/apps@2020-07-01 microsoft.AppPlatform/Spring/apps@2020-11-01-preview microsoft.AppPlatform/Spring/apps@2021-06-01-preview @@ -1479,6 +1413,11 @@ microsoft.AppPlatform/Spring/apps@2022-12-01 microsoft.AppPlatform/Spring/apps@2023-01-01-preview microsoft.AppPlatform/Spring/apps@2023-03-01-preview microsoft.AppPlatform/Spring/apps@2023-05-01-preview +microsoft.AppPlatform/Spring/apps@2023-07-01-preview +microsoft.AppPlatform/Spring/apps@2023-09-01-preview +microsoft.AppPlatform/Spring/apps@2023-11-01-preview +microsoft.AppPlatform/Spring/apps@2023-12-01 +microsoft.AppPlatform/Spring/apps@2024-01-01-preview microsoft.AppPlatform/Spring/apps/bindings@2020-07-01 microsoft.AppPlatform/Spring/apps/bindings@2020-11-01-preview microsoft.AppPlatform/Spring/apps/bindings@2021-06-01-preview @@ -1493,6 +1432,11 @@ microsoft.AppPlatform/Spring/apps/bindings@2022-12-01 microsoft.AppPlatform/Spring/apps/bindings@2023-01-01-preview microsoft.AppPlatform/Spring/apps/bindings@2023-03-01-preview microsoft.AppPlatform/Spring/apps/bindings@2023-05-01-preview +microsoft.AppPlatform/Spring/apps/bindings@2023-07-01-preview +microsoft.AppPlatform/Spring/apps/bindings@2023-09-01-preview +microsoft.AppPlatform/Spring/apps/bindings@2023-11-01-preview +microsoft.AppPlatform/Spring/apps/bindings@2023-12-01 +microsoft.AppPlatform/Spring/apps/bindings@2024-01-01-preview microsoft.AppPlatform/Spring/apps/deployments@2020-07-01 microsoft.AppPlatform/Spring/apps/deployments@2020-11-01-preview microsoft.AppPlatform/Spring/apps/deployments@2021-06-01-preview @@ -1507,6 +1451,11 @@ microsoft.AppPlatform/Spring/apps/deployments@2022-12-01 microsoft.AppPlatform/Spring/apps/deployments@2023-01-01-preview microsoft.AppPlatform/Spring/apps/deployments@2023-03-01-preview microsoft.AppPlatform/Spring/apps/deployments@2023-05-01-preview +microsoft.AppPlatform/Spring/apps/deployments@2023-07-01-preview +microsoft.AppPlatform/Spring/apps/deployments@2023-09-01-preview +microsoft.AppPlatform/Spring/apps/deployments@2023-11-01-preview +microsoft.AppPlatform/Spring/apps/deployments@2023-12-01 +microsoft.AppPlatform/Spring/apps/deployments@2024-01-01-preview microsoft.AppPlatform/Spring/apps/domains@2020-07-01 microsoft.AppPlatform/Spring/apps/domains@2020-11-01-preview microsoft.AppPlatform/Spring/apps/domains@2021-06-01-preview @@ -1521,6 +1470,11 @@ microsoft.AppPlatform/Spring/apps/domains@2022-12-01 microsoft.AppPlatform/Spring/apps/domains@2023-01-01-preview microsoft.AppPlatform/Spring/apps/domains@2023-03-01-preview microsoft.AppPlatform/Spring/apps/domains@2023-05-01-preview +microsoft.AppPlatform/Spring/apps/domains@2023-07-01-preview +microsoft.AppPlatform/Spring/apps/domains@2023-09-01-preview +microsoft.AppPlatform/Spring/apps/domains@2023-11-01-preview +microsoft.AppPlatform/Spring/apps/domains@2023-12-01 +microsoft.AppPlatform/Spring/apps/domains@2024-01-01-preview microsoft.AppPlatform/Spring/certificates@2020-07-01 microsoft.AppPlatform/Spring/certificates@2020-11-01-preview microsoft.AppPlatform/Spring/certificates@2021-06-01-preview @@ -1535,6 +1489,11 @@ microsoft.AppPlatform/Spring/certificates@2022-12-01 microsoft.AppPlatform/Spring/certificates@2023-01-01-preview microsoft.AppPlatform/Spring/certificates@2023-03-01-preview microsoft.AppPlatform/Spring/certificates@2023-05-01-preview +microsoft.AppPlatform/Spring/certificates@2023-07-01-preview +microsoft.AppPlatform/Spring/certificates@2023-09-01-preview +microsoft.AppPlatform/Spring/certificates@2023-11-01-preview +microsoft.AppPlatform/Spring/certificates@2023-12-01 +microsoft.AppPlatform/Spring/certificates@2024-01-01-preview microsoft.AppPlatform/Spring/configServers@2020-07-01 microsoft.AppPlatform/Spring/configServers@2020-11-01-preview microsoft.AppPlatform/Spring/configServers@2021-06-01-preview @@ -1549,6 +1508,11 @@ microsoft.AppPlatform/Spring/configServers@2022-12-01 microsoft.AppPlatform/Spring/configServers@2023-01-01-preview microsoft.AppPlatform/Spring/configServers@2023-03-01-preview microsoft.AppPlatform/Spring/configServers@2023-05-01-preview +microsoft.AppPlatform/Spring/configServers@2023-07-01-preview +microsoft.AppPlatform/Spring/configServers@2023-09-01-preview +microsoft.AppPlatform/Spring/configServers@2023-11-01-preview +microsoft.AppPlatform/Spring/configServers@2023-12-01 +microsoft.AppPlatform/Spring/configServers@2024-01-01-preview microsoft.AppPlatform/Spring/monitoringSettings@2020-07-01 microsoft.AppPlatform/Spring/monitoringSettings@2020-11-01-preview microsoft.AppPlatform/Spring/monitoringSettings@2021-06-01-preview @@ -1563,6 +1527,11 @@ microsoft.AppPlatform/Spring/monitoringSettings@2022-12-01 microsoft.AppPlatform/Spring/monitoringSettings@2023-01-01-preview microsoft.AppPlatform/Spring/monitoringSettings@2023-03-01-preview microsoft.AppPlatform/Spring/monitoringSettings@2023-05-01-preview +microsoft.AppPlatform/Spring/monitoringSettings@2023-07-01-preview +microsoft.AppPlatform/Spring/monitoringSettings@2023-09-01-preview +microsoft.AppPlatform/Spring/monitoringSettings@2023-11-01-preview +microsoft.AppPlatform/Spring/monitoringSettings@2023-12-01 +microsoft.AppPlatform/Spring/monitoringSettings@2024-01-01-preview microsoft.AppPlatform/Spring/storages@2021-09-01-preview microsoft.AppPlatform/Spring/storages@2022-01-01-preview microsoft.AppPlatform/Spring/storages@2022-03-01-preview @@ -1573,6 +1542,11 @@ microsoft.AppPlatform/Spring/storages@2022-12-01 microsoft.AppPlatform/Spring/storages@2023-01-01-preview microsoft.AppPlatform/Spring/storages@2023-03-01-preview microsoft.AppPlatform/Spring/storages@2023-05-01-preview +microsoft.AppPlatform/Spring/storages@2023-07-01-preview +microsoft.AppPlatform/Spring/storages@2023-09-01-preview +microsoft.AppPlatform/Spring/storages@2023-11-01-preview +microsoft.AppPlatform/Spring/storages@2023-12-01 +microsoft.AppPlatform/Spring/storages@2024-01-01-preview microsoft.AppPlatform/Spring/apiPortals@2022-01-01-preview microsoft.AppPlatform/Spring/apiPortals@2022-03-01-preview microsoft.AppPlatform/Spring/apiPortals@2022-05-01-preview @@ -1582,6 +1556,11 @@ microsoft.AppPlatform/Spring/apiPortals@2022-12-01 microsoft.AppPlatform/Spring/apiPortals@2023-01-01-preview microsoft.AppPlatform/Spring/apiPortals@2023-03-01-preview microsoft.AppPlatform/Spring/apiPortals@2023-05-01-preview +microsoft.AppPlatform/Spring/apiPortals@2023-07-01-preview +microsoft.AppPlatform/Spring/apiPortals@2023-09-01-preview +microsoft.AppPlatform/Spring/apiPortals@2023-11-01-preview +microsoft.AppPlatform/Spring/apiPortals@2023-12-01 +microsoft.AppPlatform/Spring/apiPortals@2024-01-01-preview microsoft.AppPlatform/Spring/apiPortals/domains@2022-01-01-preview microsoft.AppPlatform/Spring/apiPortals/domains@2022-03-01-preview microsoft.AppPlatform/Spring/apiPortals/domains@2022-05-01-preview @@ -1591,6 +1570,11 @@ microsoft.AppPlatform/Spring/apiPortals/domains@2022-12-01 microsoft.AppPlatform/Spring/apiPortals/domains@2023-01-01-preview microsoft.AppPlatform/Spring/apiPortals/domains@2023-03-01-preview microsoft.AppPlatform/Spring/apiPortals/domains@2023-05-01-preview +microsoft.AppPlatform/Spring/apiPortals/domains@2023-07-01-preview +microsoft.AppPlatform/Spring/apiPortals/domains@2023-09-01-preview +microsoft.AppPlatform/Spring/apiPortals/domains@2023-11-01-preview +microsoft.AppPlatform/Spring/apiPortals/domains@2023-12-01 +microsoft.AppPlatform/Spring/apiPortals/domains@2024-01-01-preview microsoft.AppPlatform/Spring/buildServices/agentPools@2022-01-01-preview microsoft.AppPlatform/Spring/buildServices/agentPools@2022-03-01-preview microsoft.AppPlatform/Spring/buildServices/agentPools@2022-04-01 @@ -1601,6 +1585,11 @@ microsoft.AppPlatform/Spring/buildServices/agentPools@2022-12-01 microsoft.AppPlatform/Spring/buildServices/agentPools@2023-01-01-preview microsoft.AppPlatform/Spring/buildServices/agentPools@2023-03-01-preview microsoft.AppPlatform/Spring/buildServices/agentPools@2023-05-01-preview +microsoft.AppPlatform/Spring/buildServices/agentPools@2023-07-01-preview +microsoft.AppPlatform/Spring/buildServices/agentPools@2023-09-01-preview +microsoft.AppPlatform/Spring/buildServices/agentPools@2023-11-01-preview +microsoft.AppPlatform/Spring/buildServices/agentPools@2023-12-01 +microsoft.AppPlatform/Spring/buildServices/agentPools@2024-01-01-preview microsoft.AppPlatform/Spring/buildServices/builders@2022-01-01-preview microsoft.AppPlatform/Spring/buildServices/builders@2022-03-01-preview microsoft.AppPlatform/Spring/buildServices/builders@2022-04-01 @@ -1611,6 +1600,11 @@ microsoft.AppPlatform/Spring/buildServices/builders@2022-12-01 microsoft.AppPlatform/Spring/buildServices/builders@2023-01-01-preview microsoft.AppPlatform/Spring/buildServices/builders@2023-03-01-preview microsoft.AppPlatform/Spring/buildServices/builders@2023-05-01-preview +microsoft.AppPlatform/Spring/buildServices/builders@2023-07-01-preview +microsoft.AppPlatform/Spring/buildServices/builders@2023-09-01-preview +microsoft.AppPlatform/Spring/buildServices/builders@2023-11-01-preview +microsoft.AppPlatform/Spring/buildServices/builders@2023-12-01 +microsoft.AppPlatform/Spring/buildServices/builders@2024-01-01-preview microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-01-01-preview microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-03-01-preview microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-04-01 @@ -1621,6 +1615,11 @@ microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2022-12-01 microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-01-01-preview microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-03-01-preview microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-05-01-preview +microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-07-01-preview +microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-09-01-preview +microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-11-01-preview +microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2023-12-01 +microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings@2024-01-01-preview microsoft.AppPlatform/Spring/buildServices/builds@2022-01-01-preview microsoft.AppPlatform/Spring/buildServices/builds@2022-03-01-preview microsoft.AppPlatform/Spring/buildServices/builds@2022-04-01 @@ -1631,6 +1630,11 @@ microsoft.AppPlatform/Spring/buildServices/builds@2022-12-01 microsoft.AppPlatform/Spring/buildServices/builds@2023-01-01-preview microsoft.AppPlatform/Spring/buildServices/builds@2023-03-01-preview microsoft.AppPlatform/Spring/buildServices/builds@2023-05-01-preview +microsoft.AppPlatform/Spring/buildServices/builds@2023-07-01-preview +microsoft.AppPlatform/Spring/buildServices/builds@2023-09-01-preview +microsoft.AppPlatform/Spring/buildServices/builds@2023-11-01-preview +microsoft.AppPlatform/Spring/buildServices/builds@2023-12-01 +microsoft.AppPlatform/Spring/buildServices/builds@2024-01-01-preview microsoft.AppPlatform/Spring/configurationServices@2022-01-01-preview microsoft.AppPlatform/Spring/configurationServices@2022-03-01-preview microsoft.AppPlatform/Spring/configurationServices@2022-04-01 @@ -1641,6 +1645,11 @@ microsoft.AppPlatform/Spring/configurationServices@2022-12-01 microsoft.AppPlatform/Spring/configurationServices@2023-01-01-preview microsoft.AppPlatform/Spring/configurationServices@2023-03-01-preview microsoft.AppPlatform/Spring/configurationServices@2023-05-01-preview +microsoft.AppPlatform/Spring/configurationServices@2023-07-01-preview +microsoft.AppPlatform/Spring/configurationServices@2023-09-01-preview +microsoft.AppPlatform/Spring/configurationServices@2023-11-01-preview +microsoft.AppPlatform/Spring/configurationServices@2023-12-01 +microsoft.AppPlatform/Spring/configurationServices@2024-01-01-preview microsoft.AppPlatform/Spring/gateways@2022-01-01-preview microsoft.AppPlatform/Spring/gateways@2022-03-01-preview microsoft.AppPlatform/Spring/gateways@2022-05-01-preview @@ -1650,6 +1659,11 @@ microsoft.AppPlatform/Spring/gateways@2022-12-01 microsoft.AppPlatform/Spring/gateways@2023-01-01-preview microsoft.AppPlatform/Spring/gateways@2023-03-01-preview microsoft.AppPlatform/Spring/gateways@2023-05-01-preview +microsoft.AppPlatform/Spring/gateways@2023-07-01-preview +microsoft.AppPlatform/Spring/gateways@2023-09-01-preview +microsoft.AppPlatform/Spring/gateways@2023-11-01-preview +microsoft.AppPlatform/Spring/gateways@2023-12-01 +microsoft.AppPlatform/Spring/gateways@2024-01-01-preview microsoft.AppPlatform/Spring/gateways/domains@2022-01-01-preview microsoft.AppPlatform/Spring/gateways/domains@2022-03-01-preview microsoft.AppPlatform/Spring/gateways/domains@2022-05-01-preview @@ -1659,6 +1673,11 @@ microsoft.AppPlatform/Spring/gateways/domains@2022-12-01 microsoft.AppPlatform/Spring/gateways/domains@2023-01-01-preview microsoft.AppPlatform/Spring/gateways/domains@2023-03-01-preview microsoft.AppPlatform/Spring/gateways/domains@2023-05-01-preview +microsoft.AppPlatform/Spring/gateways/domains@2023-07-01-preview +microsoft.AppPlatform/Spring/gateways/domains@2023-09-01-preview +microsoft.AppPlatform/Spring/gateways/domains@2023-11-01-preview +microsoft.AppPlatform/Spring/gateways/domains@2023-12-01 +microsoft.AppPlatform/Spring/gateways/domains@2024-01-01-preview microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-01-01-preview microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-03-01-preview microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-05-01-preview @@ -1668,6 +1687,11 @@ microsoft.AppPlatform/Spring/gateways/routeConfigs@2022-12-01 microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-01-01-preview microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-03-01-preview microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-05-01-preview +microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-07-01-preview +microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-09-01-preview +microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-11-01-preview +microsoft.AppPlatform/Spring/gateways/routeConfigs@2023-12-01 +microsoft.AppPlatform/Spring/gateways/routeConfigs@2024-01-01-preview microsoft.AppPlatform/Spring/serviceRegistries@2022-01-01-preview microsoft.AppPlatform/Spring/serviceRegistries@2022-03-01-preview microsoft.AppPlatform/Spring/serviceRegistries@2022-04-01 @@ -1678,28 +1702,72 @@ microsoft.AppPlatform/Spring/serviceRegistries@2022-12-01 microsoft.AppPlatform/Spring/serviceRegistries@2023-01-01-preview microsoft.AppPlatform/Spring/serviceRegistries@2023-03-01-preview microsoft.AppPlatform/Spring/serviceRegistries@2023-05-01-preview +microsoft.AppPlatform/Spring/serviceRegistries@2023-07-01-preview +microsoft.AppPlatform/Spring/serviceRegistries@2023-09-01-preview +microsoft.AppPlatform/Spring/serviceRegistries@2023-11-01-preview +microsoft.AppPlatform/Spring/serviceRegistries@2023-12-01 +microsoft.AppPlatform/Spring/serviceRegistries@2024-01-01-preview microsoft.AppPlatform/Spring/applicationAccelerators@2022-11-01-preview microsoft.AppPlatform/Spring/applicationAccelerators@2023-01-01-preview microsoft.AppPlatform/Spring/applicationAccelerators@2023-03-01-preview microsoft.AppPlatform/Spring/applicationAccelerators@2023-05-01-preview +microsoft.AppPlatform/Spring/applicationAccelerators@2023-07-01-preview +microsoft.AppPlatform/Spring/applicationAccelerators@2023-09-01-preview +microsoft.AppPlatform/Spring/applicationAccelerators@2023-11-01-preview +microsoft.AppPlatform/Spring/applicationAccelerators@2023-12-01 +microsoft.AppPlatform/Spring/applicationAccelerators@2024-01-01-preview microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2022-11-01-preview microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-01-01-preview microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-03-01-preview microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-05-01-preview +microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-07-01-preview +microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-09-01-preview +microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-11-01-preview +microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2023-12-01 +microsoft.AppPlatform/Spring/applicationAccelerators/customizedAccelerators@2024-01-01-preview microsoft.AppPlatform/Spring/applicationLiveViews@2022-11-01-preview microsoft.AppPlatform/Spring/applicationLiveViews@2023-01-01-preview microsoft.AppPlatform/Spring/applicationLiveViews@2023-03-01-preview microsoft.AppPlatform/Spring/applicationLiveViews@2023-05-01-preview +microsoft.AppPlatform/Spring/applicationLiveViews@2023-07-01-preview +microsoft.AppPlatform/Spring/applicationLiveViews@2023-09-01-preview +microsoft.AppPlatform/Spring/applicationLiveViews@2023-11-01-preview +microsoft.AppPlatform/Spring/applicationLiveViews@2023-12-01 +microsoft.AppPlatform/Spring/applicationLiveViews@2024-01-01-preview microsoft.AppPlatform/Spring/DevToolPortals@2022-11-01-preview microsoft.AppPlatform/Spring/DevToolPortals@2023-01-01-preview microsoft.AppPlatform/Spring/DevToolPortals@2023-03-01-preview microsoft.AppPlatform/Spring/DevToolPortals@2023-05-01-preview +microsoft.AppPlatform/Spring/DevToolPortals@2023-07-01-preview +microsoft.AppPlatform/Spring/DevToolPortals@2023-09-01-preview +microsoft.AppPlatform/Spring/DevToolPortals@2023-11-01-preview +microsoft.AppPlatform/Spring/DevToolPortals@2023-12-01 +microsoft.AppPlatform/Spring/DevToolPortals@2024-01-01-preview microsoft.AppPlatform/Spring/buildServices@2023-03-01-preview microsoft.AppPlatform/Spring/buildServices@2023-05-01-preview +microsoft.AppPlatform/Spring/buildServices@2023-07-01-preview +microsoft.AppPlatform/Spring/buildServices@2023-09-01-preview +microsoft.AppPlatform/Spring/buildServices@2023-11-01-preview +microsoft.AppPlatform/Spring/buildServices@2023-12-01 +microsoft.AppPlatform/Spring/buildServices@2024-01-01-preview microsoft.AppPlatform/Spring/containerRegistries@2023-03-01-preview microsoft.AppPlatform/Spring/containerRegistries@2023-05-01-preview +microsoft.AppPlatform/Spring/containerRegistries@2023-07-01-preview +microsoft.AppPlatform/Spring/containerRegistries@2023-09-01-preview +microsoft.AppPlatform/Spring/containerRegistries@2023-11-01-preview +microsoft.AppPlatform/Spring/containerRegistries@2023-12-01 +microsoft.AppPlatform/Spring/containerRegistries@2024-01-01-preview microsoft.AppPlatform/Spring/apms@2023-05-01-preview +microsoft.AppPlatform/Spring/apms@2023-07-01-preview +microsoft.AppPlatform/Spring/apms@2023-09-01-preview +microsoft.AppPlatform/Spring/apms@2023-11-01-preview +microsoft.AppPlatform/Spring/apms@2023-12-01 +microsoft.AppPlatform/Spring/apms@2024-01-01-preview microsoft.AppPlatform/Spring/eurekaServers@2023-05-01-preview +microsoft.AppPlatform/Spring/eurekaServers@2023-07-01-preview +microsoft.AppPlatform/Spring/eurekaServers@2023-09-01-preview +microsoft.AppPlatform/Spring/eurekaServers@2023-11-01-preview +microsoft.AppPlatform/Spring/eurekaServers@2024-01-01-preview microsoft.Attestation/attestationProviders@2018-09-01-preview microsoft.Attestation/attestationProviders@2020-10-01 microsoft.Attestation/attestationProviders@2021-06-01 @@ -1749,6 +1817,7 @@ microsoft.Authorization/policyassignments@2020-03-01 microsoft.Authorization/policyassignments@2020-09-01 microsoft.Authorization/policyassignments@2021-06-01 microsoft.Authorization/policyassignments@2022-06-01 +microsoft.Authorization/policyassignments@2023-04-01 microsoft.Authorization/resourceManagementPrivateLinks@2020-05-01 microsoft.Authorization/policyExemptions@2020-07-01-preview microsoft.Authorization/policyExemptions@2022-07-01-preview @@ -1763,87 +1832,135 @@ microsoft.Automation/automationAccounts@2019-06-01 microsoft.Automation/automationAccounts@2020-01-13-preview microsoft.Automation/automationAccounts@2021-06-22 microsoft.Automation/automationAccounts@2022-08-08 +microsoft.Automation/automationAccounts@2023-05-15-preview +microsoft.Automation/automationAccounts@2023-11-01 microsoft.Automation/automationAccounts/certificates@2015-10-31 microsoft.Automation/automationAccounts/certificates@2019-06-01 microsoft.Automation/automationAccounts/certificates@2020-01-13-preview microsoft.Automation/automationAccounts/certificates@2022-08-08 +microsoft.Automation/automationAccounts/certificates@2023-05-15-preview +microsoft.Automation/automationAccounts/certificates@2023-11-01 microsoft.Automation/automationAccounts/compilationjobs@2015-10-31 microsoft.Automation/automationAccounts/compilationjobs@2018-01-15 microsoft.Automation/automationAccounts/compilationjobs@2019-06-01 microsoft.Automation/automationAccounts/compilationjobs@2020-01-13-preview +microsoft.Automation/automationAccounts/compilationjobs@2023-05-15-preview microsoft.Automation/automationAccounts/configurations@2015-10-31 microsoft.Automation/automationAccounts/configurations@2019-06-01 microsoft.Automation/automationAccounts/configurations@2022-08-08 +microsoft.Automation/automationAccounts/configurations@2023-05-15-preview +microsoft.Automation/automationAccounts/configurations@2023-11-01 microsoft.Automation/automationAccounts/connections@2015-10-31 microsoft.Automation/automationAccounts/connections@2019-06-01 microsoft.Automation/automationAccounts/connections@2020-01-13-preview microsoft.Automation/automationAccounts/connections@2022-08-08 +microsoft.Automation/automationAccounts/connections@2023-05-15-preview +microsoft.Automation/automationAccounts/connections@2023-11-01 microsoft.Automation/automationAccounts/connectionTypes@2015-10-31 microsoft.Automation/automationAccounts/connectionTypes@2019-06-01 microsoft.Automation/automationAccounts/connectionTypes@2020-01-13-preview microsoft.Automation/automationAccounts/connectionTypes@2022-08-08 +microsoft.Automation/automationAccounts/connectionTypes@2023-05-15-preview +microsoft.Automation/automationAccounts/connectionTypes@2023-11-01 microsoft.Automation/automationAccounts/credentials@2015-10-31 microsoft.Automation/automationAccounts/credentials@2019-06-01 microsoft.Automation/automationAccounts/credentials@2020-01-13-preview microsoft.Automation/automationAccounts/credentials@2022-08-08 +microsoft.Automation/automationAccounts/credentials@2023-05-15-preview +microsoft.Automation/automationAccounts/credentials@2023-11-01 microsoft.Automation/automationAccounts/jobs@2015-10-31 microsoft.Automation/automationAccounts/jobs@2017-05-15-preview microsoft.Automation/automationAccounts/jobs@2019-06-01 microsoft.Automation/automationAccounts/jobs@2022-08-08 +microsoft.Automation/automationAccounts/jobs@2023-05-15-preview +microsoft.Automation/automationAccounts/jobs@2023-11-01 microsoft.Automation/automationAccounts/jobSchedules@2015-10-31 microsoft.Automation/automationAccounts/jobSchedules@2019-06-01 microsoft.Automation/automationAccounts/jobSchedules@2020-01-13-preview microsoft.Automation/automationAccounts/jobSchedules@2022-08-08 +microsoft.Automation/automationAccounts/jobSchedules@2023-05-15-preview +microsoft.Automation/automationAccounts/jobSchedules@2023-11-01 microsoft.Automation/automationAccounts/modules@2015-10-31 microsoft.Automation/automationAccounts/modules@2019-06-01 microsoft.Automation/automationAccounts/modules@2020-01-13-preview microsoft.Automation/automationAccounts/modules@2022-08-08 +microsoft.Automation/automationAccounts/modules@2023-05-15-preview +microsoft.Automation/automationAccounts/modules@2023-11-01 microsoft.Automation/automationAccounts/nodeConfigurations@2015-10-31 microsoft.Automation/automationAccounts/nodeConfigurations@2018-01-15 microsoft.Automation/automationAccounts/nodeConfigurations@2019-06-01 microsoft.Automation/automationAccounts/nodeConfigurations@2020-01-13-preview microsoft.Automation/automationAccounts/nodeConfigurations@2022-08-08 +microsoft.Automation/automationAccounts/nodeConfigurations@2023-05-15-preview +microsoft.Automation/automationAccounts/nodeConfigurations@2023-11-01 microsoft.Automation/automationAccounts/runbooks@2015-10-31 microsoft.Automation/automationAccounts/runbooks@2018-06-30 microsoft.Automation/automationAccounts/runbooks@2019-06-01 microsoft.Automation/automationAccounts/runbooks@2022-08-08 +microsoft.Automation/automationAccounts/runbooks@2023-05-15-preview +microsoft.Automation/automationAccounts/runbooks@2023-11-01 microsoft.Automation/automationAccounts/runbooks/draft@2015-10-31 microsoft.Automation/automationAccounts/runbooks/draft@2018-06-30 microsoft.Automation/automationAccounts/runbooks/draft@2019-06-01 microsoft.Automation/automationAccounts/runbooks/draft@2022-08-08 +microsoft.Automation/automationAccounts/runbooks/draft@2023-05-15-preview +microsoft.Automation/automationAccounts/runbooks/draft@2023-11-01 microsoft.Automation/automationAccounts/schedules@2015-10-31 microsoft.Automation/automationAccounts/schedules@2019-06-01 microsoft.Automation/automationAccounts/schedules@2020-01-13-preview microsoft.Automation/automationAccounts/schedules@2022-08-08 +microsoft.Automation/automationAccounts/schedules@2023-05-15-preview +microsoft.Automation/automationAccounts/schedules@2023-11-01 microsoft.Automation/automationAccounts/variables@2015-10-31 microsoft.Automation/automationAccounts/variables@2019-06-01 microsoft.Automation/automationAccounts/variables@2020-01-13-preview microsoft.Automation/automationAccounts/variables@2022-08-08 +microsoft.Automation/automationAccounts/variables@2023-05-15-preview +microsoft.Automation/automationAccounts/variables@2023-11-01 microsoft.Automation/automationAccounts/watchers@2015-10-31 microsoft.Automation/automationAccounts/watchers@2019-06-01 microsoft.Automation/automationAccounts/watchers@2020-01-13-preview +microsoft.Automation/automationAccounts/watchers@2023-05-15-preview microsoft.Automation/automationAccounts/webhooks@2015-10-31 +microsoft.Automation/automationAccounts/webhooks@2023-05-15-preview microsoft.Automation/automationAccounts/softwareUpdateConfigurations@2017-05-15-preview microsoft.Automation/automationAccounts/softwareUpdateConfigurations@2019-06-01 +microsoft.Automation/automationAccounts/softwareUpdateConfigurations@2023-05-15-preview microsoft.Automation/automationAccounts/sourceControls@2017-05-15-preview microsoft.Automation/automationAccounts/sourceControls@2019-06-01 microsoft.Automation/automationAccounts/sourceControls@2020-01-13-preview microsoft.Automation/automationAccounts/sourceControls@2022-08-08 +microsoft.Automation/automationAccounts/sourceControls@2023-05-15-preview +microsoft.Automation/automationAccounts/sourceControls@2023-11-01 microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2017-05-15-preview microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2019-06-01 microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2020-01-13-preview microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2022-08-08 +microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2023-05-15-preview +microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs@2023-11-01 microsoft.Automation/automationAccounts/python2Packages@2018-06-30 microsoft.Automation/automationAccounts/python2Packages@2019-06-01 microsoft.Automation/automationAccounts/python2Packages@2020-01-13-preview microsoft.Automation/automationAccounts/python2Packages@2022-08-08 +microsoft.Automation/automationAccounts/python2Packages@2023-05-15-preview +microsoft.Automation/automationAccounts/python2Packages@2023-11-01 microsoft.Automation/automationAccounts/privateEndpointConnections@2020-01-13-preview +microsoft.Automation/automationAccounts/privateEndpointConnections@2023-05-15-preview microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2021-06-22 microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2022-02-22 microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2022-08-08 +microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2023-05-15-preview +microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups@2023-11-01 microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers@2021-06-22 microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers@2022-08-08 +microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers@2023-05-15-preview +microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers@2023-11-01 microsoft.Automation/automationAccounts/python3Packages@2022-08-08 +microsoft.Automation/automationAccounts/python3Packages@2023-05-15-preview +microsoft.Automation/automationAccounts/python3Packages@2023-11-01 +microsoft.Automation/automationAccounts/runtimeEnvironments@2023-05-15-preview +microsoft.Automation/automationAccounts/runtimeEnvironments/packages@2023-05-15-preview +microsoft.Automation/automationAccounts/powerShell72Modules@2023-11-01 microsoft.AutonomousDevelopmentPlatform/accounts@2020-07-01-preview microsoft.AutonomousDevelopmentPlatform/accounts@2021-02-01-preview microsoft.AutonomousDevelopmentPlatform/accounts@2021-11-01-preview @@ -1959,11 +2076,13 @@ microsoft.AzureArcData/dataControllers@2021-11-01 microsoft.AzureArcData/dataControllers@2022-03-01-preview microsoft.AzureArcData/dataControllers@2022-06-15-preview microsoft.AzureArcData/dataControllers@2023-01-15-preview +microsoft.AzureArcData/dataControllers@2024-01-01 microsoft.AzureArcData/postgresInstances@2021-06-01-preview microsoft.AzureArcData/postgresInstances@2021-07-01-preview microsoft.AzureArcData/postgresInstances@2022-03-01-preview microsoft.AzureArcData/postgresInstances@2022-06-15-preview microsoft.AzureArcData/postgresInstances@2023-01-15-preview +microsoft.AzureArcData/postgresInstances@2024-01-01 microsoft.AzureArcData/sqlManagedInstances@2021-06-01-preview microsoft.AzureArcData/sqlManagedInstances@2021-07-01-preview microsoft.AzureArcData/sqlManagedInstances@2021-08-01 @@ -1971,6 +2090,7 @@ microsoft.AzureArcData/sqlManagedInstances@2021-11-01 microsoft.AzureArcData/sqlManagedInstances@2022-03-01-preview microsoft.AzureArcData/sqlManagedInstances@2022-06-15-preview microsoft.AzureArcData/sqlManagedInstances@2023-01-15-preview +microsoft.AzureArcData/sqlManagedInstances@2024-01-01 microsoft.AzureArcData/sqlServerInstances@2021-06-01-preview microsoft.AzureArcData/sqlServerInstances@2021-07-01-preview microsoft.AzureArcData/sqlServerInstances@2021-08-01 @@ -1978,20 +2098,40 @@ microsoft.AzureArcData/sqlServerInstances@2021-11-01 microsoft.AzureArcData/sqlServerInstances@2022-03-01-preview microsoft.AzureArcData/sqlServerInstances@2022-06-15-preview microsoft.AzureArcData/sqlServerInstances@2023-01-15-preview +microsoft.AzureArcData/sqlServerInstances@2024-01-01 microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2022-03-01-preview microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2022-06-15-preview microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2023-01-15-preview +microsoft.AzureArcData/dataControllers/activeDirectoryConnectors@2024-01-01 microsoft.AzureArcData/sqlServerInstances/databases@2022-06-15-preview microsoft.AzureArcData/sqlServerInstances/databases@2023-01-15-preview +microsoft.AzureArcData/sqlServerInstances/databases@2024-01-01 microsoft.AzureArcData/sqlManagedInstances/failoverGroups@2023-01-15-preview +microsoft.AzureArcData/sqlManagedInstances/failoverGroups@2024-01-01 +microsoft.AzureArcData/sqlServerInstances/availabilityGroups@2024-01-01 microsoft.AzureData/sqlServerRegistrations@2019-07-24-preview microsoft.AzureData/sqlServerRegistrations/sqlServers@2019-07-24-preview +microsoft.AzureDataTransfer/connections@2023-10-11-preview +microsoft.AzureDataTransfer/connections@2024-01-25 +microsoft.AzureDataTransfer/connections/flows@2023-10-11-preview +microsoft.AzureDataTransfer/connections/flows@2024-01-25 +microsoft.AzureDataTransfer/pipelines@2023-10-11-preview +microsoft.AzureDataTransfer/pipelines@2024-01-25 +microsoft.AzurePlaywrightService/accounts@2023-10-01-preview +microsoft.AzurePlaywrightService/accounts@2024-02-01 +microsoft.AzurePlaywrightService/accounts@2024-02-01-preview microsoft.AzureSphere/catalogs@2022-09-01-preview +microsoft.AzureSphere/catalogs@2024-04-01 microsoft.AzureSphere/catalogs/images@2022-09-01-preview +microsoft.AzureSphere/catalogs/images@2024-04-01 microsoft.AzureSphere/catalogs/products@2022-09-01-preview +microsoft.AzureSphere/catalogs/products@2024-04-01 microsoft.AzureSphere/catalogs/products/deviceGroups@2022-09-01-preview +microsoft.AzureSphere/catalogs/products/deviceGroups@2024-04-01 microsoft.AzureSphere/catalogs/products/deviceGroups/deployments@2022-09-01-preview +microsoft.AzureSphere/catalogs/products/deviceGroups/deployments@2024-04-01 microsoft.AzureSphere/catalogs/products/deviceGroups/devices@2022-09-01-preview +microsoft.AzureSphere/catalogs/products/deviceGroups/devices@2024-04-01 microsoft.AzureStack/registrations@2016-01-01 microsoft.AzureStack/registrations@2017-06-01 microsoft.AzureStack/registrations@2020-06-01-preview @@ -2060,6 +2200,8 @@ microsoft.AzureStackHCI/clusters/updateSummaries@2022-12-01 microsoft.AzureStackHCI/clusters/updateSummaries@2023-02-01 microsoft.AzureStackHCI/clusters/updateSummaries@2023-03-01 microsoft.BareMetalInfrastructure/bareMetalStorageInstances@2023-04-06 +microsoft.BareMetalInfrastructure/bareMetalStorageInstances@2023-08-04-preview +microsoft.BareMetalInfrastructure/bareMetalStorageInstances@2023-11-01-preview microsoft.Batch/batchAccounts@2015-12-01 microsoft.Batch/batchAccounts@2017-01-01 microsoft.Batch/batchAccounts@2017-05-01 @@ -2076,6 +2218,8 @@ microsoft.Batch/batchAccounts@2022-01-01 microsoft.Batch/batchAccounts@2022-06-01 microsoft.Batch/batchAccounts@2022-10-01 microsoft.Batch/batchAccounts@2023-05-01 +microsoft.Batch/batchAccounts@2023-11-01 +microsoft.Batch/batchAccounts@2024-02-01 microsoft.Batch/batchAccounts/applications@2015-12-01 microsoft.Batch/batchAccounts/applications@2017-01-01 microsoft.Batch/batchAccounts/applications@2017-05-01 @@ -2092,6 +2236,8 @@ microsoft.Batch/batchAccounts/applications@2022-01-01 microsoft.Batch/batchAccounts/applications@2022-06-01 microsoft.Batch/batchAccounts/applications@2022-10-01 microsoft.Batch/batchAccounts/applications@2023-05-01 +microsoft.Batch/batchAccounts/applications@2023-11-01 +microsoft.Batch/batchAccounts/applications@2024-02-01 microsoft.Batch/batchAccounts/applications/versions@2015-12-01 microsoft.Batch/batchAccounts/applications/versions@2017-01-01 microsoft.Batch/batchAccounts/applications/versions@2017-05-01 @@ -2108,6 +2254,8 @@ microsoft.Batch/batchAccounts/applications/versions@2022-01-01 microsoft.Batch/batchAccounts/applications/versions@2022-06-01 microsoft.Batch/batchAccounts/applications/versions@2022-10-01 microsoft.Batch/batchAccounts/applications/versions@2023-05-01 +microsoft.Batch/batchAccounts/applications/versions@2023-11-01 +microsoft.Batch/batchAccounts/applications/versions@2024-02-01 microsoft.Batch/batchAccounts/certificates@2017-09-01 microsoft.Batch/batchAccounts/certificates@2018-12-01 microsoft.Batch/batchAccounts/certificates@2019-04-01 @@ -2121,6 +2269,8 @@ microsoft.Batch/batchAccounts/certificates@2022-01-01 microsoft.Batch/batchAccounts/certificates@2022-06-01 microsoft.Batch/batchAccounts/certificates@2022-10-01 microsoft.Batch/batchAccounts/certificates@2023-05-01 +microsoft.Batch/batchAccounts/certificates@2023-11-01 +microsoft.Batch/batchAccounts/certificates@2024-02-01 microsoft.Batch/batchAccounts/pools@2017-09-01 microsoft.Batch/batchAccounts/pools@2018-12-01 microsoft.Batch/batchAccounts/pools@2019-04-01 @@ -2134,6 +2284,8 @@ microsoft.Batch/batchAccounts/pools@2022-01-01 microsoft.Batch/batchAccounts/pools@2022-06-01 microsoft.Batch/batchAccounts/pools@2022-10-01 microsoft.Batch/batchAccounts/pools@2023-05-01 +microsoft.Batch/batchAccounts/pools@2023-11-01 +microsoft.Batch/batchAccounts/pools@2024-02-01 microsoft.BatchAI/clusters@2017-09-01-preview microsoft.BatchAI/clusters@2018-03-01 microsoft.BatchAI/fileServers@2017-09-01-preview @@ -2154,6 +2306,7 @@ microsoft.BotService/botServices@2021-03-01 microsoft.BotService/botServices@2021-05-01-preview microsoft.BotService/botServices@2022-06-15-preview microsoft.BotService/botServices@2022-09-15 +microsoft.BotService/botServices@2023-09-15-preview microsoft.BotService/botServices/channels@2017-12-01 microsoft.BotService/botServices/channels@2018-07-12 microsoft.BotService/botServices/channels@2020-06-02 @@ -2161,6 +2314,7 @@ microsoft.BotService/botServices/channels@2021-03-01 microsoft.BotService/botServices/channels@2021-05-01-preview microsoft.BotService/botServices/channels@2022-06-15-preview microsoft.BotService/botServices/channels@2022-09-15 +microsoft.BotService/botServices/channels@2023-09-15-preview microsoft.BotService/botServices/Connections@2017-12-01 microsoft.BotService/botServices/Connections@2018-07-12 microsoft.BotService/botServices/Connections@2020-06-02 @@ -2168,10 +2322,12 @@ microsoft.BotService/botServices/Connections@2021-03-01 microsoft.BotService/botServices/Connections@2021-05-01-preview microsoft.BotService/botServices/Connections@2022-06-15-preview microsoft.BotService/botServices/Connections@2022-09-15 +microsoft.BotService/botServices/Connections@2023-09-15-preview microsoft.BotService/enterpriseChannels@2018-07-12 microsoft.BotService/botServices/privateEndpointConnections@2021-05-01-preview microsoft.BotService/botServices/privateEndpointConnections@2022-06-15-preview microsoft.BotService/botServices/privateEndpointConnections@2022-09-15 +microsoft.BotService/botServices/privateEndpointConnections@2023-09-15-preview microsoft.Cache/redisEnterprise@2020-10-01-preview microsoft.Cache/redisEnterprise@2021-02-01-preview microsoft.Cache/redisEnterprise@2021-03-01 @@ -2180,6 +2336,10 @@ microsoft.Cache/redisEnterprise@2022-01-01 microsoft.Cache/redisEnterprise@2022-11-01-preview microsoft.Cache/redisEnterprise@2023-03-01-preview microsoft.Cache/redisEnterprise@2023-07-01 +microsoft.Cache/redisEnterprise@2023-08-01-preview +microsoft.Cache/redisEnterprise@2023-10-01-preview +microsoft.Cache/redisEnterprise@2023-11-01 +microsoft.Cache/redisEnterprise@2024-02-01 microsoft.Cache/redisEnterprise/databases@2020-10-01-preview microsoft.Cache/redisEnterprise/databases@2021-02-01-preview microsoft.Cache/redisEnterprise/databases@2021-03-01 @@ -2188,6 +2348,10 @@ microsoft.Cache/redisEnterprise/databases@2022-01-01 microsoft.Cache/redisEnterprise/databases@2022-11-01-preview microsoft.Cache/redisEnterprise/databases@2023-03-01-preview microsoft.Cache/redisEnterprise/databases@2023-07-01 +microsoft.Cache/redisEnterprise/databases@2023-08-01-preview +microsoft.Cache/redisEnterprise/databases@2023-10-01-preview +microsoft.Cache/redisEnterprise/databases@2023-11-01 +microsoft.Cache/redisEnterprise/databases@2024-02-01 microsoft.Cache/redisEnterprise/privateEndpointConnections@2020-10-01-preview microsoft.Cache/redisEnterprise/privateEndpointConnections@2021-02-01-preview microsoft.Cache/redisEnterprise/privateEndpointConnections@2021-03-01 @@ -2196,6 +2360,10 @@ microsoft.Cache/redisEnterprise/privateEndpointConnections@2022-01-01 microsoft.Cache/redisEnterprise/privateEndpointConnections@2022-11-01-preview microsoft.Cache/redisEnterprise/privateEndpointConnections@2023-03-01-preview microsoft.Cache/redisEnterprise/privateEndpointConnections@2023-07-01 +microsoft.Cache/redisEnterprise/privateEndpointConnections@2023-08-01-preview +microsoft.Cache/redisEnterprise/privateEndpointConnections@2023-10-01-preview +microsoft.Cache/redisEnterprise/privateEndpointConnections@2023-11-01 +microsoft.Cache/redisEnterprise/privateEndpointConnections@2024-02-01 microsoft.Cache/Redis@2015-08-01 microsoft.Cache/Redis@2016-04-01 microsoft.Cache/Redis@2017-02-01 @@ -2209,6 +2377,7 @@ microsoft.Cache/Redis@2022-05-01 microsoft.Cache/Redis@2022-06-01 microsoft.Cache/Redis@2023-04-01 microsoft.Cache/Redis@2023-05-01-preview +microsoft.Cache/Redis@2023-08-01 microsoft.Cache/Redis/firewallRules@2016-04-01 microsoft.Cache/Redis/firewallRules@2017-02-01 microsoft.Cache/Redis/firewallRules@2017-10-01 @@ -2221,6 +2390,7 @@ microsoft.Cache/Redis/firewallRules@2022-05-01 microsoft.Cache/Redis/firewallRules@2022-06-01 microsoft.Cache/Redis/firewallRules@2023-04-01 microsoft.Cache/Redis/firewallRules@2023-05-01-preview +microsoft.Cache/Redis/firewallRules@2023-08-01 microsoft.Cache/Redis/patchSchedules@2016-04-01 microsoft.Cache/Redis/patchSchedules@2017-02-01 microsoft.Cache/Redis/patchSchedules@2017-10-01 @@ -2233,6 +2403,7 @@ microsoft.Cache/Redis/patchSchedules@2022-05-01 microsoft.Cache/Redis/patchSchedules@2022-06-01 microsoft.Cache/Redis/patchSchedules@2023-04-01 microsoft.Cache/Redis/patchSchedules@2023-05-01-preview +microsoft.Cache/Redis/patchSchedules@2023-08-01 microsoft.Cache/Redis/linkedServers@2017-02-01 microsoft.Cache/Redis/linkedServers@2017-10-01 microsoft.Cache/Redis/linkedServers@2018-03-01 @@ -2244,6 +2415,7 @@ microsoft.Cache/Redis/linkedServers@2022-05-01 microsoft.Cache/Redis/linkedServers@2022-06-01 microsoft.Cache/Redis/linkedServers@2023-04-01 microsoft.Cache/Redis/linkedServers@2023-05-01-preview +microsoft.Cache/Redis/linkedServers@2023-08-01 microsoft.Cache/redis/privateEndpointConnections@2020-06-01 microsoft.Cache/redis/privateEndpointConnections@2020-12-01 microsoft.Cache/redis/privateEndpointConnections@2021-06-01 @@ -2251,8 +2423,11 @@ microsoft.Cache/redis/privateEndpointConnections@2022-05-01 microsoft.Cache/redis/privateEndpointConnections@2022-06-01 microsoft.Cache/redis/privateEndpointConnections@2023-04-01 microsoft.Cache/redis/privateEndpointConnections@2023-05-01-preview +microsoft.Cache/redis/privateEndpointConnections@2023-08-01 microsoft.Cache/redis/accessPolicies@2023-05-01-preview +microsoft.Cache/redis/accessPolicies@2023-08-01 microsoft.Cache/redis/accessPolicyAssignments@2023-05-01-preview +microsoft.Cache/redis/accessPolicyAssignments@2023-08-01 microsoft.Cdn/profiles@2015-06-01 microsoft.Cdn/profiles@2016-04-02 microsoft.Cdn/profiles@2016-10-02 @@ -2267,6 +2442,9 @@ microsoft.Cdn/profiles@2020-09-01 microsoft.Cdn/profiles@2021-06-01 microsoft.Cdn/profiles@2022-05-01-preview microsoft.Cdn/profiles@2022-11-01-preview +microsoft.Cdn/profiles@2023-05-01 +microsoft.Cdn/profiles@2023-07-01-preview +microsoft.Cdn/profiles@2024-02-01 microsoft.Cdn/profiles/endpoints@2015-06-01 microsoft.Cdn/profiles/endpoints@2016-04-02 microsoft.Cdn/profiles/endpoints@2016-10-02 @@ -2281,6 +2459,9 @@ microsoft.Cdn/profiles/endpoints@2020-09-01 microsoft.Cdn/profiles/endpoints@2021-06-01 microsoft.Cdn/profiles/endpoints@2022-05-01-preview microsoft.Cdn/profiles/endpoints@2022-11-01-preview +microsoft.Cdn/profiles/endpoints@2023-05-01 +microsoft.Cdn/profiles/endpoints@2023-07-01-preview +microsoft.Cdn/profiles/endpoints@2024-02-01 microsoft.Cdn/profiles/endpoints/customDomains@2015-06-01 microsoft.Cdn/profiles/endpoints/customDomains@2016-04-02 microsoft.Cdn/profiles/endpoints/customDomains@2016-10-02 @@ -2295,6 +2476,9 @@ microsoft.Cdn/profiles/endpoints/customDomains@2020-09-01 microsoft.Cdn/profiles/endpoints/customDomains@2021-06-01 microsoft.Cdn/profiles/endpoints/customDomains@2022-05-01-preview microsoft.Cdn/profiles/endpoints/customDomains@2022-11-01-preview +microsoft.Cdn/profiles/endpoints/customDomains@2023-05-01 +microsoft.Cdn/profiles/endpoints/customDomains@2023-07-01-preview +microsoft.Cdn/profiles/endpoints/customDomains@2024-02-01 microsoft.Cdn/profiles/endpoints/origins@2015-06-01 microsoft.Cdn/profiles/endpoints/origins@2016-04-02 microsoft.Cdn/profiles/endpoints/origins@2019-12-31 @@ -2303,6 +2487,9 @@ microsoft.Cdn/profiles/endpoints/origins@2020-09-01 microsoft.Cdn/profiles/endpoints/origins@2021-06-01 microsoft.Cdn/profiles/endpoints/origins@2022-05-01-preview microsoft.Cdn/profiles/endpoints/origins@2022-11-01-preview +microsoft.Cdn/profiles/endpoints/origins@2023-05-01 +microsoft.Cdn/profiles/endpoints/origins@2023-07-01-preview +microsoft.Cdn/profiles/endpoints/origins@2024-02-01 microsoft.Cdn/CdnWebApplicationFirewallPolicies@2019-06-15 microsoft.Cdn/CdnWebApplicationFirewallPolicies@2019-06-15-preview microsoft.Cdn/CdnWebApplicationFirewallPolicies@2020-04-15 @@ -2310,48 +2497,82 @@ microsoft.Cdn/CdnWebApplicationFirewallPolicies@2020-09-01 microsoft.Cdn/CdnWebApplicationFirewallPolicies@2021-06-01 microsoft.Cdn/CdnWebApplicationFirewallPolicies@2022-05-01-preview microsoft.Cdn/CdnWebApplicationFirewallPolicies@2022-11-01-preview +microsoft.Cdn/CdnWebApplicationFirewallPolicies@2023-05-01 +microsoft.Cdn/CdnWebApplicationFirewallPolicies@2023-07-01-preview +microsoft.Cdn/CdnWebApplicationFirewallPolicies@2024-02-01 microsoft.Cdn/profiles/endpoints/originGroups@2019-12-31 microsoft.Cdn/profiles/endpoints/originGroups@2020-04-15 microsoft.Cdn/profiles/endpoints/originGroups@2020-09-01 microsoft.Cdn/profiles/endpoints/originGroups@2021-06-01 microsoft.Cdn/profiles/endpoints/originGroups@2022-05-01-preview microsoft.Cdn/profiles/endpoints/originGroups@2022-11-01-preview +microsoft.Cdn/profiles/endpoints/originGroups@2023-05-01 +microsoft.Cdn/profiles/endpoints/originGroups@2023-07-01-preview +microsoft.Cdn/profiles/endpoints/originGroups@2024-02-01 microsoft.Cdn/profiles/afdEndpoints@2020-09-01 microsoft.Cdn/profiles/afdEndpoints@2021-06-01 microsoft.Cdn/profiles/afdEndpoints@2022-05-01-preview microsoft.Cdn/profiles/afdEndpoints@2022-11-01-preview +microsoft.Cdn/profiles/afdEndpoints@2023-05-01 +microsoft.Cdn/profiles/afdEndpoints@2023-07-01-preview +microsoft.Cdn/profiles/afdEndpoints@2024-02-01 microsoft.Cdn/profiles/afdEndpoints/routes@2020-09-01 microsoft.Cdn/profiles/afdEndpoints/routes@2021-06-01 microsoft.Cdn/profiles/afdEndpoints/routes@2022-05-01-preview microsoft.Cdn/profiles/afdEndpoints/routes@2022-11-01-preview +microsoft.Cdn/profiles/afdEndpoints/routes@2023-05-01 +microsoft.Cdn/profiles/afdEndpoints/routes@2023-07-01-preview +microsoft.Cdn/profiles/afdEndpoints/routes@2024-02-01 microsoft.Cdn/profiles/customDomains@2020-09-01 microsoft.Cdn/profiles/customDomains@2021-06-01 microsoft.Cdn/profiles/customDomains@2022-05-01-preview microsoft.Cdn/profiles/customDomains@2022-11-01-preview +microsoft.Cdn/profiles/customDomains@2023-05-01 +microsoft.Cdn/profiles/customDomains@2023-07-01-preview +microsoft.Cdn/profiles/customDomains@2024-02-01 microsoft.Cdn/profiles/originGroups@2020-09-01 microsoft.Cdn/profiles/originGroups@2021-06-01 microsoft.Cdn/profiles/originGroups@2022-05-01-preview microsoft.Cdn/profiles/originGroups@2022-11-01-preview +microsoft.Cdn/profiles/originGroups@2023-05-01 +microsoft.Cdn/profiles/originGroups@2023-07-01-preview +microsoft.Cdn/profiles/originGroups@2024-02-01 microsoft.Cdn/profiles/originGroups/origins@2020-09-01 microsoft.Cdn/profiles/originGroups/origins@2021-06-01 microsoft.Cdn/profiles/originGroups/origins@2022-05-01-preview microsoft.Cdn/profiles/originGroups/origins@2022-11-01-preview +microsoft.Cdn/profiles/originGroups/origins@2023-05-01 +microsoft.Cdn/profiles/originGroups/origins@2023-07-01-preview +microsoft.Cdn/profiles/originGroups/origins@2024-02-01 microsoft.Cdn/profiles/ruleSets@2020-09-01 microsoft.Cdn/profiles/ruleSets@2021-06-01 microsoft.Cdn/profiles/ruleSets@2022-05-01-preview microsoft.Cdn/profiles/ruleSets@2022-11-01-preview +microsoft.Cdn/profiles/ruleSets@2023-05-01 +microsoft.Cdn/profiles/ruleSets@2023-07-01-preview +microsoft.Cdn/profiles/ruleSets@2024-02-01 microsoft.Cdn/profiles/ruleSets/rules@2020-09-01 microsoft.Cdn/profiles/ruleSets/rules@2021-06-01 microsoft.Cdn/profiles/ruleSets/rules@2022-05-01-preview microsoft.Cdn/profiles/ruleSets/rules@2022-11-01-preview +microsoft.Cdn/profiles/ruleSets/rules@2023-05-01 +microsoft.Cdn/profiles/ruleSets/rules@2023-07-01-preview +microsoft.Cdn/profiles/ruleSets/rules@2024-02-01 microsoft.Cdn/profiles/secrets@2020-09-01 microsoft.Cdn/profiles/secrets@2021-06-01 microsoft.Cdn/profiles/secrets@2022-05-01-preview microsoft.Cdn/profiles/secrets@2022-11-01-preview +microsoft.Cdn/profiles/secrets@2023-05-01 +microsoft.Cdn/profiles/secrets@2023-07-01-preview +microsoft.Cdn/profiles/secrets@2024-02-01 microsoft.Cdn/profiles/securityPolicies@2020-09-01 microsoft.Cdn/profiles/securityPolicies@2021-06-01 microsoft.Cdn/profiles/securityPolicies@2022-05-01-preview microsoft.Cdn/profiles/securityPolicies@2022-11-01-preview +microsoft.Cdn/profiles/securityPolicies@2023-05-01 +microsoft.Cdn/profiles/securityPolicies@2023-07-01-preview +microsoft.Cdn/profiles/securityPolicies@2024-02-01 +microsoft.Cdn/profiles/keyGroups@2023-07-01-preview microsoft.CertificateRegistration/certificateOrders@2015-08-01 microsoft.CertificateRegistration/certificateOrders@2018-02-01 microsoft.CertificateRegistration/certificateOrders@2019-08-01 @@ -2365,6 +2586,7 @@ microsoft.CertificateRegistration/certificateOrders@2021-02-01 microsoft.CertificateRegistration/certificateOrders@2021-03-01 microsoft.CertificateRegistration/certificateOrders@2022-03-01 microsoft.CertificateRegistration/certificateOrders@2022-09-01 +microsoft.CertificateRegistration/certificateOrders@2023-01-01 microsoft.CertificateRegistration/certificateOrders/certificates@2015-08-01 microsoft.CertificateRegistration/certificateOrders/certificates@2018-02-01 microsoft.CertificateRegistration/certificateOrders/certificates@2019-08-01 @@ -2378,11 +2600,19 @@ microsoft.CertificateRegistration/certificateOrders/certificates@2021-02-01 microsoft.CertificateRegistration/certificateOrders/certificates@2021-03-01 microsoft.CertificateRegistration/certificateOrders/certificates@2022-03-01 microsoft.CertificateRegistration/certificateOrders/certificates@2022-09-01 +microsoft.CertificateRegistration/certificateOrders/certificates@2023-01-01 microsoft.Chaos/experiments@2021-09-15-preview microsoft.Chaos/experiments@2022-07-01-preview microsoft.Chaos/experiments@2022-10-01-preview microsoft.Chaos/experiments@2023-04-01-preview microsoft.Chaos/experiments@2023-04-15-preview +microsoft.Chaos/experiments@2023-09-01-preview +microsoft.Chaos/experiments@2023-10-27-preview +microsoft.Chaos/experiments@2023-11-01 +microsoft.Chaos/experiments@2024-01-01 +microsoft.Chaos/privateAccesses@2023-10-27-preview +microsoft.CodeSigning/codeSigningAccounts@2024-02-05-preview +microsoft.CodeSigning/codeSigningAccounts/certificateProfiles@2024-02-05-preview microsoft.CognitiveServices/accounts@2016-02-01-preview microsoft.CognitiveServices/accounts@2017-04-18 microsoft.CognitiveServices/accounts@2021-04-30 @@ -2391,6 +2621,7 @@ microsoft.CognitiveServices/accounts@2022-03-01 microsoft.CognitiveServices/accounts@2022-10-01 microsoft.CognitiveServices/accounts@2022-12-01 microsoft.CognitiveServices/accounts@2023-05-01 +microsoft.CognitiveServices/accounts@2023-10-01-preview microsoft.CognitiveServices/accounts/privateEndpointConnections@2017-04-18 microsoft.CognitiveServices/accounts/privateEndpointConnections@2021-04-30 microsoft.CognitiveServices/accounts/privateEndpointConnections@2021-10-01 @@ -2398,40 +2629,60 @@ microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-03-01 microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-10-01 microsoft.CognitiveServices/accounts/privateEndpointConnections@2022-12-01 microsoft.CognitiveServices/accounts/privateEndpointConnections@2023-05-01 +microsoft.CognitiveServices/accounts/privateEndpointConnections@2023-10-01-preview microsoft.CognitiveServices/accounts/commitmentPlans@2021-10-01 microsoft.CognitiveServices/accounts/commitmentPlans@2022-03-01 microsoft.CognitiveServices/accounts/commitmentPlans@2022-10-01 microsoft.CognitiveServices/accounts/commitmentPlans@2022-12-01 microsoft.CognitiveServices/accounts/commitmentPlans@2023-05-01 +microsoft.CognitiveServices/accounts/commitmentPlans@2023-10-01-preview microsoft.CognitiveServices/accounts/deployments@2021-10-01 microsoft.CognitiveServices/accounts/deployments@2022-03-01 microsoft.CognitiveServices/accounts/deployments@2022-10-01 microsoft.CognitiveServices/accounts/deployments@2022-12-01 microsoft.CognitiveServices/accounts/deployments@2023-05-01 +microsoft.CognitiveServices/accounts/deployments@2023-10-01-preview microsoft.CognitiveServices/commitmentPlans@2022-12-01 microsoft.CognitiveServices/commitmentPlans@2023-05-01 +microsoft.CognitiveServices/commitmentPlans@2023-10-01-preview microsoft.CognitiveServices/commitmentPlans/accountAssociations@2022-12-01 microsoft.CognitiveServices/commitmentPlans/accountAssociations@2023-05-01 +microsoft.CognitiveServices/commitmentPlans/accountAssociations@2023-10-01-preview +microsoft.CognitiveServices/accounts/encryptionScopes@2023-10-01-preview +microsoft.CognitiveServices/accounts/raiBlocklists@2023-10-01-preview +microsoft.CognitiveServices/accounts/raiBlocklists/raiBlocklistItems@2023-10-01-preview +microsoft.CognitiveServices/accounts/raiPolicies@2023-10-01-preview microsoft.Communication/communicationServices@2020-08-20 microsoft.Communication/communicationServices@2020-08-20-preview microsoft.Communication/communicationServices@2021-10-01-preview microsoft.Communication/communicationServices@2022-07-01-preview microsoft.Communication/communicationServices@2023-03-01-preview microsoft.Communication/communicationServices@2023-03-31 +microsoft.Communication/communicationServices@2023-04-01 microsoft.Communication/communicationServices@2023-04-01-preview +microsoft.Communication/communicationServices@2023-06-01-preview microsoft.Communication/emailServices@2021-10-01-preview microsoft.Communication/emailServices@2022-07-01-preview microsoft.Communication/emailServices@2023-03-01-preview microsoft.Communication/emailServices@2023-03-31 +microsoft.Communication/emailServices@2023-04-01 microsoft.Communication/emailServices@2023-04-01-preview +microsoft.Communication/emailServices@2023-06-01-preview microsoft.Communication/emailServices/domains@2021-10-01-preview microsoft.Communication/emailServices/domains@2022-07-01-preview microsoft.Communication/emailServices/domains@2023-03-01-preview microsoft.Communication/emailServices/domains@2023-03-31 +microsoft.Communication/emailServices/domains@2023-04-01 microsoft.Communication/emailServices/domains@2023-04-01-preview +microsoft.Communication/emailServices/domains@2023-06-01-preview microsoft.Communication/emailServices/domains/senderUsernames@2023-03-01-preview microsoft.Communication/emailServices/domains/senderUsernames@2023-03-31 +microsoft.Communication/emailServices/domains/senderUsernames@2023-04-01 microsoft.Communication/emailServices/domains/senderUsernames@2023-04-01-preview +microsoft.Communication/emailServices/domains/senderUsernames@2023-06-01-preview +microsoft.Communication/emailServices/domains/suppressionLists@2023-06-01-preview +microsoft.Communication/emailServices/domains/suppressionLists/suppressionListAddresses@2023-06-01-preview +microsoft.Community/communityTrainings@2023-11-01 microsoft.Compute/virtualMachines/extensions@2015-06-15 microsoft.Compute/virtualMachines/extensions@2016-03-30 microsoft.Compute/virtualMachines/extensions@2016-04-30-preview @@ -2802,12 +3053,18 @@ microsoft.ConfidentialLedger/ledgers@2020-12-01-preview microsoft.ConfidentialLedger/ledgers@2021-05-13-preview microsoft.ConfidentialLedger/ledgers@2022-05-13 microsoft.ConfidentialLedger/ledgers@2022-09-08-preview +microsoft.ConfidentialLedger/ledgers@2023-01-26-preview +microsoft.ConfidentialLedger/ledgers@2023-06-28-preview microsoft.ConfidentialLedger/managedCCFs@2022-09-08-preview +microsoft.ConfidentialLedger/managedCCFs@2023-01-26-preview +microsoft.ConfidentialLedger/managedCCFs@2023-06-28-preview microsoft.Confluent/organizations@2020-03-01 microsoft.Confluent/organizations@2020-03-01-preview microsoft.Confluent/organizations@2021-03-01-preview microsoft.Confluent/organizations@2021-09-01-preview microsoft.Confluent/organizations@2021-12-01 +microsoft.Confluent/organizations@2023-08-22 +microsoft.Confluent/organizations@2024-02-13 microsoft.ConnectedVMwarevSphere/clusters@2020-10-01-preview microsoft.ConnectedVMwarevSphere/clusters@2022-01-10-preview microsoft.ConnectedVMwarevSphere/clusters@2022-07-15-preview @@ -2896,6 +3153,8 @@ microsoft.ContainerRegistry/registries@2022-12-01 microsoft.ContainerRegistry/registries@2023-01-01-preview microsoft.ContainerRegistry/registries@2023-06-01-preview microsoft.ContainerRegistry/registries@2023-07-01 +microsoft.ContainerRegistry/registries@2023-08-01-preview +microsoft.ContainerRegistry/registries@2023-11-01-preview microsoft.ContainerRegistry/registries/replications@2017-06-01-preview microsoft.ContainerRegistry/registries/replications@2017-10-01 microsoft.ContainerRegistry/registries/replications@2019-05-01 @@ -2910,6 +3169,8 @@ microsoft.ContainerRegistry/registries/replications@2022-12-01 microsoft.ContainerRegistry/registries/replications@2023-01-01-preview microsoft.ContainerRegistry/registries/replications@2023-06-01-preview microsoft.ContainerRegistry/registries/replications@2023-07-01 +microsoft.ContainerRegistry/registries/replications@2023-08-01-preview +microsoft.ContainerRegistry/registries/replications@2023-11-01-preview microsoft.ContainerRegistry/registries/webhooks@2017-06-01-preview microsoft.ContainerRegistry/registries/webhooks@2017-10-01 microsoft.ContainerRegistry/registries/webhooks@2019-05-01 @@ -2924,6 +3185,8 @@ microsoft.ContainerRegistry/registries/webhooks@2022-12-01 microsoft.ContainerRegistry/registries/webhooks@2023-01-01-preview microsoft.ContainerRegistry/registries/webhooks@2023-06-01-preview microsoft.ContainerRegistry/registries/webhooks@2023-07-01 +microsoft.ContainerRegistry/registries/webhooks@2023-08-01-preview +microsoft.ContainerRegistry/registries/webhooks@2023-11-01-preview microsoft.ContainerRegistry/registries/buildTasks@2018-02-01-preview microsoft.ContainerRegistry/registries/buildTasks/steps@2018-02-01-preview microsoft.ContainerRegistry/registries/tasks@2018-09-01 @@ -2939,6 +3202,8 @@ microsoft.ContainerRegistry/registries/scopeMaps@2022-12-01 microsoft.ContainerRegistry/registries/scopeMaps@2023-01-01-preview microsoft.ContainerRegistry/registries/scopeMaps@2023-06-01-preview microsoft.ContainerRegistry/registries/scopeMaps@2023-07-01 +microsoft.ContainerRegistry/registries/scopeMaps@2023-08-01-preview +microsoft.ContainerRegistry/registries/scopeMaps@2023-11-01-preview microsoft.ContainerRegistry/registries/tokens@2019-05-01-preview microsoft.ContainerRegistry/registries/tokens@2020-11-01-preview microsoft.ContainerRegistry/registries/tokens@2021-06-01-preview @@ -2949,6 +3214,8 @@ microsoft.ContainerRegistry/registries/tokens@2022-12-01 microsoft.ContainerRegistry/registries/tokens@2023-01-01-preview microsoft.ContainerRegistry/registries/tokens@2023-06-01-preview microsoft.ContainerRegistry/registries/tokens@2023-07-01 +microsoft.ContainerRegistry/registries/tokens@2023-08-01-preview +microsoft.ContainerRegistry/registries/tokens@2023-11-01-preview microsoft.ContainerRegistry/registries/agentPools@2019-06-01-preview microsoft.ContainerRegistry/registries/taskRuns@2019-06-01-preview microsoft.ContainerRegistry/registries/exportPipelines@2019-12-01-preview @@ -2959,6 +3226,8 @@ microsoft.ContainerRegistry/registries/exportPipelines@2021-12-01-preview microsoft.ContainerRegistry/registries/exportPipelines@2022-02-01-preview microsoft.ContainerRegistry/registries/exportPipelines@2023-01-01-preview microsoft.ContainerRegistry/registries/exportPipelines@2023-06-01-preview +microsoft.ContainerRegistry/registries/exportPipelines@2023-08-01-preview +microsoft.ContainerRegistry/registries/exportPipelines@2023-11-01-preview microsoft.ContainerRegistry/registries/importPipelines@2019-12-01-preview microsoft.ContainerRegistry/registries/importPipelines@2020-11-01-preview microsoft.ContainerRegistry/registries/importPipelines@2021-06-01-preview @@ -2967,6 +3236,8 @@ microsoft.ContainerRegistry/registries/importPipelines@2021-12-01-preview microsoft.ContainerRegistry/registries/importPipelines@2022-02-01-preview microsoft.ContainerRegistry/registries/importPipelines@2023-01-01-preview microsoft.ContainerRegistry/registries/importPipelines@2023-06-01-preview +microsoft.ContainerRegistry/registries/importPipelines@2023-08-01-preview +microsoft.ContainerRegistry/registries/importPipelines@2023-11-01-preview microsoft.ContainerRegistry/registries/pipelineRuns@2019-12-01-preview microsoft.ContainerRegistry/registries/pipelineRuns@2020-11-01-preview microsoft.ContainerRegistry/registries/pipelineRuns@2021-06-01-preview @@ -2975,6 +3246,8 @@ microsoft.ContainerRegistry/registries/pipelineRuns@2021-12-01-preview microsoft.ContainerRegistry/registries/pipelineRuns@2022-02-01-preview microsoft.ContainerRegistry/registries/pipelineRuns@2023-01-01-preview microsoft.ContainerRegistry/registries/pipelineRuns@2023-06-01-preview +microsoft.ContainerRegistry/registries/pipelineRuns@2023-08-01-preview +microsoft.ContainerRegistry/registries/pipelineRuns@2023-11-01-preview microsoft.ContainerRegistry/registries/privateEndpointConnections@2019-12-01-preview microsoft.ContainerRegistry/registries/privateEndpointConnections@2020-11-01-preview microsoft.ContainerRegistry/registries/privateEndpointConnections@2021-06-01-preview @@ -2986,6 +3259,8 @@ microsoft.ContainerRegistry/registries/privateEndpointConnections@2022-12-01 microsoft.ContainerRegistry/registries/privateEndpointConnections@2023-01-01-preview microsoft.ContainerRegistry/registries/privateEndpointConnections@2023-06-01-preview microsoft.ContainerRegistry/registries/privateEndpointConnections@2023-07-01 +microsoft.ContainerRegistry/registries/privateEndpointConnections@2023-08-01-preview +microsoft.ContainerRegistry/registries/privateEndpointConnections@2023-11-01-preview microsoft.ContainerRegistry/registries/connectedRegistries@2020-11-01-preview microsoft.ContainerRegistry/registries/connectedRegistries@2021-06-01-preview microsoft.ContainerRegistry/registries/connectedRegistries@2021-08-01-preview @@ -2993,14 +3268,24 @@ microsoft.ContainerRegistry/registries/connectedRegistries@2021-12-01-preview microsoft.ContainerRegistry/registries/connectedRegistries@2022-02-01-preview microsoft.ContainerRegistry/registries/connectedRegistries@2023-01-01-preview microsoft.ContainerRegistry/registries/connectedRegistries@2023-06-01-preview +microsoft.ContainerRegistry/registries/connectedRegistries@2023-08-01-preview +microsoft.ContainerRegistry/registries/connectedRegistries@2023-11-01-preview microsoft.ContainerRegistry/registries/cacheRules@2023-01-01-preview microsoft.ContainerRegistry/registries/cacheRules@2023-06-01-preview microsoft.ContainerRegistry/registries/cacheRules@2023-07-01 +microsoft.ContainerRegistry/registries/cacheRules@2023-08-01-preview +microsoft.ContainerRegistry/registries/cacheRules@2023-11-01-preview microsoft.ContainerRegistry/registries/credentialSets@2023-01-01-preview microsoft.ContainerRegistry/registries/credentialSets@2023-06-01-preview microsoft.ContainerRegistry/registries/credentialSets@2023-07-01 +microsoft.ContainerRegistry/registries/credentialSets@2023-08-01-preview +microsoft.ContainerRegistry/registries/credentialSets@2023-11-01-preview microsoft.ContainerRegistry/registries/packages/archives@2023-06-01-preview +microsoft.ContainerRegistry/registries/packages/archives@2023-08-01-preview +microsoft.ContainerRegistry/registries/packages/archives@2023-11-01-preview microsoft.ContainerRegistry/registries/packages/archives/versions@2023-06-01-preview +microsoft.ContainerRegistry/registries/packages/archives/versions@2023-08-01-preview +microsoft.ContainerRegistry/registries/packages/archives/versions@2023-11-01-preview microsoft.ContainerService/containerServices@2016-03-30 microsoft.ContainerService/containerServices@2016-09-30 microsoft.ContainerService/containerServices@2017-01-31 @@ -3053,6 +3338,30 @@ microsoft.ContainerService/managedClusters@2022-11-01 microsoft.ContainerService/managedClusters@2022-11-02-preview microsoft.ContainerService/managedClusters@2023-01-01 microsoft.ContainerService/managedClusters@2023-01-02-preview +microsoft.ContainerService/managedClusters@2023-02-01 +microsoft.ContainerService/managedClusters@2023-02-02-preview +microsoft.ContainerService/managedClusters@2023-03-01 +microsoft.ContainerService/managedClusters@2023-03-02-preview +microsoft.ContainerService/managedClusters@2023-04-01 +microsoft.ContainerService/managedClusters@2023-04-02-preview +microsoft.ContainerService/managedClusters@2023-05-01 +microsoft.ContainerService/managedClusters@2023-05-02-preview +microsoft.ContainerService/managedClusters@2023-06-01 +microsoft.ContainerService/managedClusters@2023-06-02-preview +microsoft.ContainerService/managedClusters@2023-07-01 +microsoft.ContainerService/managedClusters@2023-07-02-preview +microsoft.ContainerService/managedClusters@2023-08-01 +microsoft.ContainerService/managedClusters@2023-08-02-preview +microsoft.ContainerService/managedClusters@2023-09-01 +microsoft.ContainerService/managedClusters@2023-09-02-preview +microsoft.ContainerService/managedClusters@2023-10-01 +microsoft.ContainerService/managedClusters@2023-10-02-preview +microsoft.ContainerService/managedClusters@2023-11-01 +microsoft.ContainerService/managedClusters@2023-11-02-preview +microsoft.ContainerService/managedClusters@2024-01-01 +microsoft.ContainerService/managedClusters@2024-01-02-preview +microsoft.ContainerService/managedClusters@2024-02-01 +microsoft.ContainerService/managedClusters@2024-02-02-preview microsoft.ContainerService/openShiftManagedClusters@2018-09-30-preview microsoft.ContainerService/openShiftManagedClusters@2019-04-30 microsoft.ContainerService/openShiftManagedClusters@2019-09-30-preview @@ -3102,6 +3411,30 @@ microsoft.ContainerService/managedClusters/agentPools@2022-11-01 microsoft.ContainerService/managedClusters/agentPools@2022-11-02-preview microsoft.ContainerService/managedClusters/agentPools@2023-01-01 microsoft.ContainerService/managedClusters/agentPools@2023-01-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-02-01 +microsoft.ContainerService/managedClusters/agentPools@2023-02-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-03-01 +microsoft.ContainerService/managedClusters/agentPools@2023-03-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-04-01 +microsoft.ContainerService/managedClusters/agentPools@2023-04-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-05-01 +microsoft.ContainerService/managedClusters/agentPools@2023-05-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-06-01 +microsoft.ContainerService/managedClusters/agentPools@2023-06-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-07-01 +microsoft.ContainerService/managedClusters/agentPools@2023-07-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-08-01 +microsoft.ContainerService/managedClusters/agentPools@2023-08-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-09-01 +microsoft.ContainerService/managedClusters/agentPools@2023-09-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-10-01 +microsoft.ContainerService/managedClusters/agentPools@2023-10-02-preview +microsoft.ContainerService/managedClusters/agentPools@2023-11-01 +microsoft.ContainerService/managedClusters/agentPools@2023-11-02-preview +microsoft.ContainerService/managedClusters/agentPools@2024-01-01 +microsoft.ContainerService/managedClusters/agentPools@2024-01-02-preview +microsoft.ContainerService/managedClusters/agentPools@2024-02-01 +microsoft.ContainerService/managedClusters/agentPools@2024-02-02-preview microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-06-01 microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-07-01 microsoft.ContainerService/managedClusters/privateEndpointConnections@2020-09-01 @@ -3137,6 +3470,30 @@ microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-11-01 microsoft.ContainerService/managedClusters/privateEndpointConnections@2022-11-02-preview microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-01-01 microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-01-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-02-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-02-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-03-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-03-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-04-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-04-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-05-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-05-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-06-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-06-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-07-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-07-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-08-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-08-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-09-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-09-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-10-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-10-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-11-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2023-11-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2024-01-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2024-01-02-preview +microsoft.ContainerService/managedClusters/privateEndpointConnections@2024-02-01 +microsoft.ContainerService/managedClusters/privateEndpointConnections@2024-02-02-preview microsoft.ContainerService/managedClusters/maintenanceConfigurations@2020-12-01 microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-02-01 microsoft.ContainerService/managedClusters/maintenanceConfigurations@2021-03-01 @@ -3168,6 +3525,30 @@ microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-11-01 microsoft.ContainerService/managedClusters/maintenanceConfigurations@2022-11-02-preview microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-01-01 microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-01-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-02-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-02-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-03-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-03-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-04-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-04-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-05-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-05-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-06-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-06-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-07-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-07-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-08-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-08-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-09-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-09-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-10-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-10-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-11-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2023-11-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2024-01-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2024-01-02-preview +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2024-02-01 +microsoft.ContainerService/managedClusters/maintenanceConfigurations@2024-02-02-preview microsoft.ContainerService/snapshots@2021-08-01 microsoft.ContainerService/snapshots@2021-09-01 microsoft.ContainerService/snapshots@2021-10-01 @@ -3194,6 +3575,30 @@ microsoft.ContainerService/snapshots@2022-11-01 microsoft.ContainerService/snapshots@2022-11-02-preview microsoft.ContainerService/snapshots@2023-01-01 microsoft.ContainerService/snapshots@2023-01-02-preview +microsoft.ContainerService/snapshots@2023-02-01 +microsoft.ContainerService/snapshots@2023-02-02-preview +microsoft.ContainerService/snapshots@2023-03-01 +microsoft.ContainerService/snapshots@2023-03-02-preview +microsoft.ContainerService/snapshots@2023-04-01 +microsoft.ContainerService/snapshots@2023-04-02-preview +microsoft.ContainerService/snapshots@2023-05-01 +microsoft.ContainerService/snapshots@2023-05-02-preview +microsoft.ContainerService/snapshots@2023-06-01 +microsoft.ContainerService/snapshots@2023-06-02-preview +microsoft.ContainerService/snapshots@2023-07-01 +microsoft.ContainerService/snapshots@2023-07-02-preview +microsoft.ContainerService/snapshots@2023-08-01 +microsoft.ContainerService/snapshots@2023-08-02-preview +microsoft.ContainerService/snapshots@2023-09-01 +microsoft.ContainerService/snapshots@2023-09-02-preview +microsoft.ContainerService/snapshots@2023-10-01 +microsoft.ContainerService/snapshots@2023-10-02-preview +microsoft.ContainerService/snapshots@2023-11-01 +microsoft.ContainerService/snapshots@2023-11-02-preview +microsoft.ContainerService/snapshots@2024-01-01 +microsoft.ContainerService/snapshots@2024-01-02-preview +microsoft.ContainerService/snapshots@2024-02-01 +microsoft.ContainerService/snapshots@2024-02-02-preview microsoft.ContainerService/managedclustersnapshots@2022-02-02-preview microsoft.ContainerService/managedclustersnapshots@2022-03-02-preview microsoft.ContainerService/managedclustersnapshots@2022-04-02-preview @@ -3206,6 +3611,18 @@ microsoft.ContainerService/managedclustersnapshots@2022-09-02-preview microsoft.ContainerService/managedclustersnapshots@2022-10-02-preview microsoft.ContainerService/managedclustersnapshots@2022-11-02-preview microsoft.ContainerService/managedclustersnapshots@2023-01-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-02-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-03-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-04-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-05-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-06-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-07-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-08-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-09-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-10-02-preview +microsoft.ContainerService/managedclustersnapshots@2023-11-02-preview +microsoft.ContainerService/managedclustersnapshots@2024-01-02-preview +microsoft.ContainerService/managedclustersnapshots@2024-02-02-preview microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-04-02-preview microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-05-02-preview microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-06-02-preview @@ -3216,12 +3633,53 @@ microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-09-02- microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-10-02-preview microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2022-11-02-preview microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-01-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-02-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-03-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-04-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-05-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-06-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-07-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-08-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-09-01 +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-09-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-10-01 +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-10-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-11-01 +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2023-11-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2024-01-01 +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2024-01-02-preview +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2024-02-01 +microsoft.ContainerService/managedClusters/trustedAccessRoleBindings@2024-02-02-preview +microsoft.ContainerService/fleets@2022-06-02-preview +microsoft.ContainerService/fleets@2022-07-02-preview +microsoft.ContainerService/fleets@2022-09-02-preview microsoft.ContainerService/fleets@2022-06-02-preview microsoft.ContainerService/fleets@2022-07-02-preview microsoft.ContainerService/fleets@2022-09-02-preview +microsoft.ContainerService/fleets@2023-03-15-preview +microsoft.ContainerService/fleets@2023-06-15-preview +microsoft.ContainerService/fleets@2023-08-15-preview +microsoft.ContainerService/fleets@2023-10-15 +microsoft.ContainerService/fleets@2024-02-02-preview microsoft.ContainerService/fleets/members@2022-06-02-preview microsoft.ContainerService/fleets/members@2022-07-02-preview microsoft.ContainerService/fleets/members@2022-09-02-preview +microsoft.ContainerService/fleets/members@2022-06-02-preview +microsoft.ContainerService/fleets/members@2022-07-02-preview +microsoft.ContainerService/fleets/members@2022-09-02-preview +microsoft.ContainerService/fleets/members@2023-03-15-preview +microsoft.ContainerService/fleets/members@2023-06-15-preview +microsoft.ContainerService/fleets/members@2023-08-15-preview +microsoft.ContainerService/fleets/members@2023-10-15 +microsoft.ContainerService/fleets/members@2024-02-02-preview +microsoft.ContainerService/fleets/updateRuns@2023-03-15-preview +microsoft.ContainerService/fleets/updateRuns@2023-06-15-preview +microsoft.ContainerService/fleets/updateRuns@2023-08-15-preview +microsoft.ContainerService/fleets/updateRuns@2023-10-15 +microsoft.ContainerService/fleets/updateRuns@2024-02-02-preview +microsoft.ContainerService/fleets/updateStrategies@2023-08-15-preview +microsoft.ContainerService/fleets/updateStrategies@2023-10-15 +microsoft.ContainerService/fleets/updateStrategies@2024-02-02-preview microsoft.ContainerStorage/pools@2023-03-01-preview microsoft.ContainerStorage/pools@2023-07-01-preview microsoft.ContainerStorage/pools/volumes@2023-03-01-preview @@ -3243,9 +3701,13 @@ microsoft.CostManagement/exports@2022-10-01 microsoft.CostManagement/exports@2023-03-01 microsoft.CostManagement/exports@2023-04-01-preview microsoft.CostManagement/exports@2023-08-01 +microsoft.CostManagement/exports@2023-09-01 +microsoft.CostManagement/exports@2023-11-01 microsoft.CostManagement/budgets@2019-04-01-preview microsoft.CostManagement/budgets@2023-04-01-preview microsoft.CostManagement/budgets@2023-08-01 +microsoft.CostManagement/budgets@2023-09-01 +microsoft.CostManagement/budgets@2023-11-01 microsoft.CostManagement/views@2019-04-01-preview microsoft.CostManagement/views@2019-11-01 microsoft.CostManagement/views@2020-06-01 @@ -3257,18 +3719,31 @@ microsoft.CostManagement/views@2022-10-05-preview microsoft.CostManagement/views@2023-03-01 microsoft.CostManagement/views@2023-04-01-preview microsoft.CostManagement/views@2023-08-01 +microsoft.CostManagement/views@2023-09-01 +microsoft.CostManagement/views@2023-11-01 microsoft.CostManagement/scheduledActions@2022-04-01-preview microsoft.CostManagement/scheduledActions@2022-06-01-preview microsoft.CostManagement/scheduledActions@2022-10-01 microsoft.CostManagement/scheduledActions@2023-03-01 microsoft.CostManagement/scheduledActions@2023-04-01-preview microsoft.CostManagement/scheduledActions@2023-08-01 +microsoft.CostManagement/scheduledActions@2023-09-01 +microsoft.CostManagement/scheduledActions@2023-11-01 microsoft.CustomProviders/resourceProviders@2018-09-01-preview microsoft.Dashboard/grafana@2021-09-01-preview microsoft.Dashboard/grafana@2022-05-01-preview microsoft.Dashboard/grafana@2022-08-01 +microsoft.Dashboard/grafana@2022-10-01-preview +microsoft.Dashboard/grafana@2023-09-01 microsoft.Dashboard/grafana/privateEndpointConnections@2022-05-01-preview microsoft.Dashboard/grafana/privateEndpointConnections@2022-08-01 +microsoft.Dashboard/grafana/privateEndpointConnections@2022-10-01-preview +microsoft.Dashboard/grafana/privateEndpointConnections@2023-09-01 +microsoft.Dashboard/grafana/managedPrivateEndpoints@2022-10-01-preview +microsoft.Dashboard/grafana/managedPrivateEndpoints@2023-09-01 +microsoft.DatabaseWatcher/watchers@2023-09-01-preview +microsoft.DatabaseWatcher/watchers/sharedPrivateLinkResources@2023-09-01-preview +microsoft.DatabaseWatcher/watchers/targets@2023-09-01-preview microsoft.DataBox/jobs@2018-01-01 microsoft.DataBox/jobs@2019-09-01 microsoft.DataBox/jobs@2020-04-01 @@ -3297,6 +3772,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-03-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-07-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2019-08-01 @@ -3313,6 +3789,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/bandwidthSchedules@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-03-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-07-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2019-08-01 @@ -3329,6 +3806,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/orders@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-03-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-07-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2019-08-01 @@ -3345,6 +3823,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/roles@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-03-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-07-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2019-08-01 @@ -3361,6 +3840,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/shares@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-03-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-07-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2019-08-01 @@ -3377,6 +3857,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2022-04-01-pr microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccountCredentials@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-03-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-07-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2019-08-01 @@ -3393,6 +3874,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/triggers@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-03-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-07-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2019-08-01 @@ -3409,6 +3891,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/users@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2019-08-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-05-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2020-09-01 @@ -3423,6 +3906,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2019-08-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-05-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2020-09-01 @@ -3437,6 +3921,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2022-04-01-p microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/storageAccounts/containers@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-09-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-09-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2020-12-01 @@ -3449,6 +3934,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2022-04-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/addons@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-09-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-09-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2020-12-01 @@ -3461,6 +3947,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2022-04-01-previ microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/roles/monitoringConfig@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-02-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-06-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2021-06-01-preview @@ -3469,6 +3956,7 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSetting microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticProactiveLogCollectionSettings@2023-12-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-02-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-06-01 microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2021-06-01-preview @@ -3477,17 +3965,24 @@ microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-04 microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-12-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2023-01-01-preview microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2023-07-01 +microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2023-12-01 microsoft.Databricks/workspaces@2018-04-01 microsoft.Databricks/workspaces@2021-04-01-preview microsoft.Databricks/workspaces@2022-04-01-preview microsoft.Databricks/workspaces@2023-02-01 +microsoft.Databricks/workspaces@2023-09-15-preview +microsoft.Databricks/workspaces@2024-02-01-preview microsoft.Databricks/workspaces/virtualNetworkPeerings@2018-04-01 microsoft.Databricks/workspaces/virtualNetworkPeerings@2021-04-01-preview microsoft.Databricks/workspaces/virtualNetworkPeerings@2022-04-01-preview microsoft.Databricks/workspaces/virtualNetworkPeerings@2023-02-01 +microsoft.Databricks/workspaces/virtualNetworkPeerings@2023-09-15-preview +microsoft.Databricks/workspaces/virtualNetworkPeerings@2024-02-01-preview microsoft.Databricks/workspaces/privateEndpointConnections@2021-04-01-preview microsoft.Databricks/workspaces/privateEndpointConnections@2022-04-01-preview microsoft.Databricks/workspaces/privateEndpointConnections@2023-02-01 +microsoft.Databricks/workspaces/privateEndpointConnections@2023-09-15-preview +microsoft.Databricks/workspaces/privateEndpointConnections@2024-02-01-preview microsoft.Databricks/accessConnectors@2022-04-01-preview microsoft.Databricks/accessConnectors@2022-10-01-preview microsoft.Databricks/accessConnectors@2023-05-01 @@ -3495,12 +3990,19 @@ microsoft.DataCatalog/catalogs@2016-03-30 microsoft.Datadog/monitors@2020-02-01-preview microsoft.Datadog/monitors@2021-03-01 microsoft.Datadog/monitors@2022-06-01 +microsoft.Datadog/monitors@2022-08-01 +microsoft.Datadog/monitors@2023-01-01 microsoft.Datadog/monitors/singleSignOnConfigurations@2020-02-01-preview microsoft.Datadog/monitors/singleSignOnConfigurations@2021-03-01 microsoft.Datadog/monitors/singleSignOnConfigurations@2022-06-01 +microsoft.Datadog/monitors/singleSignOnConfigurations@2022-08-01 +microsoft.Datadog/monitors/singleSignOnConfigurations@2023-01-01 microsoft.Datadog/monitors/tagRules@2020-02-01-preview microsoft.Datadog/monitors/tagRules@2021-03-01 microsoft.Datadog/monitors/tagRules@2022-06-01 +microsoft.Datadog/monitors/tagRules@2022-08-01 +microsoft.Datadog/monitors/tagRules@2023-01-01 +microsoft.Datadog/monitors/monitoredSubscriptions@2023-01-01 microsoft.DataFactory/factories@2017-09-01-preview microsoft.DataFactory/factories@2018-06-01 microsoft.DataFactory/factories/datasets@2017-09-01-preview @@ -3541,6 +4043,26 @@ microsoft.DataLakeStore/accounts/firewallRules@2015-10-01-preview microsoft.DataLakeStore/accounts/firewallRules@2016-11-01 microsoft.DataLakeStore/accounts/trustedIdProviders@2016-11-01 microsoft.DataLakeStore/accounts/virtualNetworkRules@2016-11-01 +microsoft.DataMigration/services@2017-11-15-preview +microsoft.DataMigration/services@2018-03-15-preview +microsoft.DataMigration/services@2018-03-31-preview +microsoft.DataMigration/services@2018-04-19 +microsoft.DataMigration/services@2018-07-15-preview +microsoft.DataMigration/services@2021-06-30 +microsoft.DataMigration/services@2021-10-30-preview +microsoft.DataMigration/services@2022-01-30-preview +microsoft.DataMigration/services@2022-03-30-preview +microsoft.DataMigration/services@2023-07-15-preview +microsoft.DataMigration/services/projects@2017-11-15-preview +microsoft.DataMigration/services/projects@2018-03-15-preview +microsoft.DataMigration/services/projects@2018-03-31-preview +microsoft.DataMigration/services/projects@2018-04-19 +microsoft.DataMigration/services/projects@2018-07-15-preview +microsoft.DataMigration/services/projects@2021-06-30 +microsoft.DataMigration/services/projects@2021-10-30-preview +microsoft.DataMigration/services/projects@2022-01-30-preview +microsoft.DataMigration/services/projects@2022-03-30-preview +microsoft.DataMigration/services/projects@2023-07-15-preview microsoft.DataMigration/services/projects/tasks@2017-11-15-preview microsoft.DataMigration/services/projects/tasks@2018-03-15-preview microsoft.DataMigration/services/projects/tasks@2018-03-31-preview @@ -3550,19 +4072,24 @@ microsoft.DataMigration/services/projects/tasks@2021-06-30 microsoft.DataMigration/services/projects/tasks@2021-10-30-preview microsoft.DataMigration/services/projects/tasks@2022-01-30-preview microsoft.DataMigration/services/projects/tasks@2022-03-30-preview +microsoft.DataMigration/services/projects/tasks@2023-07-15-preview microsoft.DataMigration/services/projects/files@2018-07-15-preview microsoft.DataMigration/services/projects/files@2021-06-30 microsoft.DataMigration/services/projects/files@2021-10-30-preview microsoft.DataMigration/services/projects/files@2022-01-30-preview microsoft.DataMigration/services/projects/files@2022-03-30-preview +microsoft.DataMigration/services/projects/files@2023-07-15-preview microsoft.DataMigration/services/serviceTasks@2018-07-15-preview microsoft.DataMigration/services/serviceTasks@2021-06-30 microsoft.DataMigration/services/serviceTasks@2021-10-30-preview microsoft.DataMigration/services/serviceTasks@2022-01-30-preview microsoft.DataMigration/services/serviceTasks@2022-03-30-preview +microsoft.DataMigration/services/serviceTasks@2023-07-15-preview microsoft.DataMigration/sqlMigrationServices@2021-10-30-preview microsoft.DataMigration/sqlMigrationServices@2022-01-30-preview microsoft.DataMigration/sqlMigrationServices@2022-03-30-preview +microsoft.DataMigration/sqlMigrationServices@2023-07-15-preview +microsoft.DataMigration/migrationServices@2023-07-15-preview microsoft.DataProtection/backupVaults@2021-01-01 microsoft.DataProtection/backupVaults@2021-02-01-preview microsoft.DataProtection/backupVaults@2021-06-01-preview @@ -3582,6 +4109,13 @@ microsoft.DataProtection/backupVaults@2022-12-01 microsoft.DataProtection/backupVaults@2023-01-01 microsoft.DataProtection/backupVaults@2023-04-01-preview microsoft.DataProtection/backupVaults@2023-05-01 +microsoft.DataProtection/backupVaults@2023-06-01-preview +microsoft.DataProtection/backupVaults@2023-08-01 +microsoft.DataProtection/backupVaults@2023-08-01-preview +microsoft.DataProtection/backupVaults@2023-11-01 +microsoft.DataProtection/backupVaults@2023-12-01 +microsoft.DataProtection/backupVaults@2024-02-01-preview +microsoft.DataProtection/backupVaults@2024-03-01 microsoft.DataProtection/backupVaults/backupInstances@2021-01-01 microsoft.DataProtection/backupVaults/backupInstances@2021-02-01-preview microsoft.DataProtection/backupVaults/backupInstances@2021-06-01-preview @@ -3601,6 +4135,13 @@ microsoft.DataProtection/backupVaults/backupInstances@2022-12-01 microsoft.DataProtection/backupVaults/backupInstances@2023-01-01 microsoft.DataProtection/backupVaults/backupInstances@2023-04-01-preview microsoft.DataProtection/backupVaults/backupInstances@2023-05-01 +microsoft.DataProtection/backupVaults/backupInstances@2023-06-01-preview +microsoft.DataProtection/backupVaults/backupInstances@2023-08-01 +microsoft.DataProtection/backupVaults/backupInstances@2023-08-01-preview +microsoft.DataProtection/backupVaults/backupInstances@2023-11-01 +microsoft.DataProtection/backupVaults/backupInstances@2023-12-01 +microsoft.DataProtection/backupVaults/backupInstances@2024-02-01-preview +microsoft.DataProtection/backupVaults/backupInstances@2024-03-01 microsoft.DataProtection/backupVaults/backupPolicies@2021-01-01 microsoft.DataProtection/backupVaults/backupPolicies@2021-02-01-preview microsoft.DataProtection/backupVaults/backupPolicies@2021-06-01-preview @@ -3620,6 +4161,13 @@ microsoft.DataProtection/backupVaults/backupPolicies@2022-12-01 microsoft.DataProtection/backupVaults/backupPolicies@2023-01-01 microsoft.DataProtection/backupVaults/backupPolicies@2023-04-01-preview microsoft.DataProtection/backupVaults/backupPolicies@2023-05-01 +microsoft.DataProtection/backupVaults/backupPolicies@2023-06-01-preview +microsoft.DataProtection/backupVaults/backupPolicies@2023-08-01 +microsoft.DataProtection/backupVaults/backupPolicies@2023-08-01-preview +microsoft.DataProtection/backupVaults/backupPolicies@2023-11-01 +microsoft.DataProtection/backupVaults/backupPolicies@2023-12-01 +microsoft.DataProtection/backupVaults/backupPolicies@2024-02-01-preview +microsoft.DataProtection/backupVaults/backupPolicies@2024-03-01 microsoft.DataProtection/resourceGuards@2021-07-01 microsoft.DataProtection/resourceGuards@2021-10-01-preview microsoft.DataProtection/resourceGuards@2021-12-01-preview @@ -3636,12 +4184,33 @@ microsoft.DataProtection/resourceGuards@2022-12-01 microsoft.DataProtection/resourceGuards@2023-01-01 microsoft.DataProtection/resourceGuards@2023-04-01-preview microsoft.DataProtection/resourceGuards@2023-05-01 +microsoft.DataProtection/resourceGuards@2023-06-01-preview +microsoft.DataProtection/resourceGuards@2023-08-01 +microsoft.DataProtection/resourceGuards@2023-08-01-preview +microsoft.DataProtection/resourceGuards@2023-11-01 +microsoft.DataProtection/resourceGuards@2023-12-01 +microsoft.DataProtection/resourceGuards@2024-02-01-preview +microsoft.DataProtection/resourceGuards@2024-03-01 microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-09-01-preview microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-10-01-preview microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2022-11-01-preview microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-01-01 microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-04-01-preview microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-05-01 +microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-06-01-preview +microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-08-01 +microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-08-01-preview +microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-11-01 +microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2023-12-01 +microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2024-02-01-preview +microsoft.DataProtection/backupVaults/backupResourceGuardProxies@2024-03-01 +microsoft.DataReplication/replicationFabrics@2021-02-16-preview +microsoft.DataReplication/replicationFabrics/fabricAgents@2021-02-16-preview +microsoft.DataReplication/replicationVaults@2021-02-16-preview +microsoft.DataReplication/replicationVaults/alertSettings@2021-02-16-preview +microsoft.DataReplication/replicationVaults/protectedItems@2021-02-16-preview +microsoft.DataReplication/replicationVaults/replicationExtensions@2021-02-16-preview +microsoft.DataReplication/replicationVaults/replicationPolicies@2021-02-16-preview microsoft.DataShare/accounts@2018-11-01-preview microsoft.DataShare/accounts@2019-11-01 microsoft.DataShare/accounts@2020-09-01 @@ -3717,32 +4286,57 @@ microsoft.DBForMySql/flexibleServers@2021-05-01-preview microsoft.DBForMySql/flexibleServers@2021-12-01-preview microsoft.DBForMySql/flexibleServers@2022-01-01 microsoft.DBForMySql/flexibleServers@2022-09-30-preview +microsoft.DBForMySql/flexibleServers@2023-06-01-preview +microsoft.DBForMySql/flexibleServers@2023-06-30 +microsoft.DBForMySql/flexibleServers@2023-10-01-preview +microsoft.DBForMySql/flexibleServers@2023-12-01-preview +microsoft.DBForMySql/flexibleServers@2023-12-30 microsoft.DBForMySql/flexibleServers/databases@2020-07-01-preview microsoft.DBForMySql/flexibleServers/databases@2021-05-01 microsoft.DBForMySql/flexibleServers/databases@2021-05-01-preview microsoft.DBForMySql/flexibleServers/databases@2021-12-01-preview microsoft.DBForMySql/flexibleServers/databases@2022-01-01 +microsoft.DBForMySql/flexibleServers/databases@2023-06-01-preview +microsoft.DBForMySql/flexibleServers/databases@2023-06-30 microsoft.DBForMySql/flexibleServers/firewallRules@2020-07-01-preview microsoft.DBForMySql/flexibleServers/firewallRules@2021-05-01 microsoft.DBForMySql/flexibleServers/firewallRules@2021-05-01-preview microsoft.DBForMySql/flexibleServers/firewallRules@2021-12-01-preview microsoft.DBForMySql/flexibleServers/firewallRules@2022-01-01 +microsoft.DBForMySql/flexibleServers/firewallRules@2023-06-01-preview +microsoft.DBForMySql/flexibleServers/firewallRules@2023-06-30 microsoft.DBForMySql/flexibleServers/keys@2020-07-01-preview microsoft.DBforMySQL/flexibleServers/administrators@2021-12-01-preview microsoft.DBforMySQL/flexibleServers/administrators@2022-01-01 +microsoft.DBforMySQL/flexibleServers/administrators@2023-06-01-preview +microsoft.DBforMySQL/flexibleServers/administrators@2023-06-30 microsoft.DBforMySQL/flexibleServers/backups@2021-12-01-preview microsoft.DBforMySQL/flexibleServers/backups@2022-01-01 microsoft.DBforMySQL/flexibleServers/backups@2022-09-30-preview +microsoft.DBforMySQL/flexibleServers/backups@2023-06-01-preview +microsoft.DBforMySQL/flexibleServers/backups@2023-06-30 +microsoft.DBforMySQL/flexibleServers/backups@2023-10-01-preview microsoft.DBforMySQL/flexibleServers/configurations@2021-12-01-preview microsoft.DBforMySQL/flexibleServers/configurations@2022-01-01 +microsoft.DBforMySQL/flexibleServers/configurations@2023-06-01-preview +microsoft.DBforMySQL/flexibleServers/configurations@2023-06-30 microsoft.DBforMySQL/flexibleServers/privateEndpointConnections@2022-09-30-preview microsoft.DBforMySQL/flexibleServers/privateEndpointConnections@2023-06-30 +microsoft.DBforMySQL/flexibleServers/backupsV2@2023-10-01-preview +microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings@2023-12-01-preview +microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings@2023-12-30 microsoft.DBforPostgreSQL/serverGroupsv2@2022-11-08 +microsoft.DBforPostgreSQL/serverGroupsv2@2023-03-02-preview microsoft.DBforPostgreSQL/serverGroupsv2/coordinatorConfigurations@2022-11-08 +microsoft.DBforPostgreSQL/serverGroupsv2/coordinatorConfigurations@2023-03-02-preview microsoft.DBforPostgreSQL/serverGroupsv2/firewallRules@2022-11-08 +microsoft.DBforPostgreSQL/serverGroupsv2/firewallRules@2023-03-02-preview microsoft.DBforPostgreSQL/serverGroupsv2/nodeConfigurations@2022-11-08 +microsoft.DBforPostgreSQL/serverGroupsv2/nodeConfigurations@2023-03-02-preview microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections@2022-11-08 +microsoft.DBforPostgreSQL/serverGroupsv2/privateEndpointConnections@2023-03-02-preview microsoft.DBforPostgreSQL/serverGroupsv2/roles@2022-11-08 +microsoft.DBforPostgreSQL/serverGroupsv2/roles@2023-03-02-preview microsoft.DBforPostgreSQL/servers@2017-12-01 microsoft.DBforPostgreSQL/servers@2017-12-01-preview microsoft.DBforPostgreSQL/servers/administrators@2017-12-01 @@ -3766,6 +4360,8 @@ microsoft.DBForPostgreSql/flexibleServers@2022-01-20-preview microsoft.DBForPostgreSql/flexibleServers@2022-03-08-preview microsoft.DBForPostgreSql/flexibleServers@2022-12-01 microsoft.DBForPostgreSql/flexibleServers@2023-03-01-preview +microsoft.DBForPostgreSql/flexibleServers@2023-06-01-preview +microsoft.DBForPostgreSql/flexibleServers@2023-12-01-preview microsoft.DBForPostgreSql/flexibleServers/firewallRules@2020-02-14-preview microsoft.DBForPostgreSql/flexibleServers/firewallRules@2021-06-01 microsoft.DBForPostgreSql/flexibleServers/firewallRules@2021-06-01-preview @@ -3773,6 +4369,8 @@ microsoft.DBForPostgreSql/flexibleServers/firewallRules@2022-01-20-preview microsoft.DBForPostgreSql/flexibleServers/firewallRules@2022-03-08-preview microsoft.DBForPostgreSql/flexibleServers/firewallRules@2022-12-01 microsoft.DBForPostgreSql/flexibleServers/firewallRules@2023-03-01-preview +microsoft.DBForPostgreSql/flexibleServers/firewallRules@2023-06-01-preview +microsoft.DBForPostgreSql/flexibleServers/firewallRules@2023-12-01-preview microsoft.DBForPostgreSql/flexibleServers/databases@2020-11-05-preview microsoft.DBForPostgreSql/flexibleServers/databases@2021-06-01 microsoft.DBForPostgreSql/flexibleServers/databases@2021-06-01-preview @@ -3780,26 +4378,43 @@ microsoft.DBForPostgreSql/flexibleServers/databases@2022-01-20-preview microsoft.DBForPostgreSql/flexibleServers/databases@2022-03-08-preview microsoft.DBForPostgreSql/flexibleServers/databases@2022-12-01 microsoft.DBForPostgreSql/flexibleServers/databases@2023-03-01-preview +microsoft.DBForPostgreSql/flexibleServers/databases@2023-06-01-preview +microsoft.DBForPostgreSql/flexibleServers/databases@2023-12-01-preview microsoft.DBforPostgreSQL/flexibleServers/configurations@2021-06-01 microsoft.DBforPostgreSQL/flexibleServers/configurations@2021-06-01-preview microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-01-20-preview microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-03-08-preview microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-12-01 microsoft.DBforPostgreSQL/flexibleServers/configurations@2023-03-01-preview +microsoft.DBforPostgreSQL/flexibleServers/configurations@2023-06-01-preview +microsoft.DBforPostgreSQL/flexibleServers/configurations@2023-12-01-preview microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-03-08-preview microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-12-01 microsoft.DBforPostgreSQL/flexibleServers/administrators@2023-03-01-preview +microsoft.DBforPostgreSQL/flexibleServers/administrators@2023-06-01-preview +microsoft.DBforPostgreSQL/flexibleServers/administrators@2023-12-01-preview microsoft.DBforPostgreSQL/flexibleServers/migrations@2022-05-01-preview microsoft.DBforPostgreSQL/flexibleServers/migrations@2023-03-01-preview +microsoft.DBforPostgreSQL/flexibleServers/migrations@2023-06-01-preview +microsoft.DBforPostgreSQL/flexibleServers/migrations@2023-12-01-preview +microsoft.DBforPostgreSQL/flexibleServers/advancedThreatProtectionSettings@2023-06-01-preview +microsoft.DBforPostgreSQL/flexibleServers/advancedThreatProtectionSettings@2023-12-01-preview +microsoft.DBforPostgreSQL/flexibleServers/privateEndpointConnections@2023-06-01-preview +microsoft.DBforPostgreSQL/flexibleServers/privateEndpointConnections@2023-12-01-preview +microsoft.DBforPostgreSQL/flexibleServers/virtualendpoints@2023-06-01-preview +microsoft.DBforPostgreSQL/flexibleServers/virtualendpoints@2023-12-01-preview microsoft.DelegatedNetwork/controller@2020-08-08-preview microsoft.DelegatedNetwork/controller@2021-03-15 microsoft.DelegatedNetwork/controller@2023-05-18-preview +microsoft.DelegatedNetwork/controller@2023-06-27-preview microsoft.DelegatedNetwork/delegatedSubnets@2020-08-08-preview microsoft.DelegatedNetwork/delegatedSubnets@2021-03-15 microsoft.DelegatedNetwork/delegatedSubnets@2023-05-18-preview +microsoft.DelegatedNetwork/delegatedSubnets@2023-06-27-preview microsoft.DelegatedNetwork/orchestrators@2020-08-08-preview microsoft.DelegatedNetwork/orchestrators@2021-03-15 microsoft.DelegatedNetwork/orchestrators@2023-05-18-preview +microsoft.DelegatedNetwork/orchestrators@2023-06-27-preview microsoft.DeploymentManager/artifactSources@2018-09-01-preview microsoft.DeploymentManager/artifactSources@2019-11-01-preview microsoft.DeploymentManager/rollouts@2018-09-01-preview @@ -3830,6 +4445,11 @@ microsoft.DesktopVirtualization/applicationGroups@2022-04-01-preview microsoft.DesktopVirtualization/applicationGroups@2022-09-09 microsoft.DesktopVirtualization/applicationGroups@2022-10-14-preview microsoft.DesktopVirtualization/applicationGroups@2023-07-07-preview +microsoft.DesktopVirtualization/applicationGroups@2023-09-05 +microsoft.DesktopVirtualization/applicationGroups@2023-10-04-preview +microsoft.DesktopVirtualization/applicationGroups@2023-11-01-preview +microsoft.DesktopVirtualization/applicationGroups@2024-01-16-preview +microsoft.DesktopVirtualization/applicationGroups@2024-03-06-preview microsoft.DesktopVirtualization/applicationGroups/applications@2019-01-23-preview microsoft.DesktopVirtualization/applicationGroups/applications@2019-09-24-preview microsoft.DesktopVirtualization/applicationGroups/applications@2019-12-10-preview @@ -3848,6 +4468,11 @@ microsoft.DesktopVirtualization/applicationGroups/applications@2022-04-01-previe microsoft.DesktopVirtualization/applicationGroups/applications@2022-09-09 microsoft.DesktopVirtualization/applicationGroups/applications@2022-10-14-preview microsoft.DesktopVirtualization/applicationGroups/applications@2023-07-07-preview +microsoft.DesktopVirtualization/applicationGroups/applications@2023-09-05 +microsoft.DesktopVirtualization/applicationGroups/applications@2023-10-04-preview +microsoft.DesktopVirtualization/applicationGroups/applications@2023-11-01-preview +microsoft.DesktopVirtualization/applicationGroups/applications@2024-01-16-preview +microsoft.DesktopVirtualization/applicationGroups/applications@2024-03-06-preview microsoft.DesktopVirtualization/hostPools@2019-01-23-preview microsoft.DesktopVirtualization/hostPools@2019-09-24-preview microsoft.DesktopVirtualization/hostPools@2019-12-10-preview @@ -3866,6 +4491,11 @@ microsoft.DesktopVirtualization/hostPools@2022-04-01-preview microsoft.DesktopVirtualization/hostPools@2022-09-09 microsoft.DesktopVirtualization/hostPools@2022-10-14-preview microsoft.DesktopVirtualization/hostPools@2023-07-07-preview +microsoft.DesktopVirtualization/hostPools@2023-09-05 +microsoft.DesktopVirtualization/hostPools@2023-10-04-preview +microsoft.DesktopVirtualization/hostPools@2023-11-01-preview +microsoft.DesktopVirtualization/hostPools@2024-01-16-preview +microsoft.DesktopVirtualization/hostPools@2024-03-06-preview microsoft.DesktopVirtualization/workspaces@2019-01-23-preview microsoft.DesktopVirtualization/workspaces@2019-09-24-preview microsoft.DesktopVirtualization/workspaces@2019-12-10-preview @@ -3884,6 +4514,11 @@ microsoft.DesktopVirtualization/workspaces@2022-04-01-preview microsoft.DesktopVirtualization/workspaces@2022-09-09 microsoft.DesktopVirtualization/workspaces@2022-10-14-preview microsoft.DesktopVirtualization/workspaces@2023-07-07-preview +microsoft.DesktopVirtualization/workspaces@2023-09-05 +microsoft.DesktopVirtualization/workspaces@2023-10-04-preview +microsoft.DesktopVirtualization/workspaces@2023-11-01-preview +microsoft.DesktopVirtualization/workspaces@2024-01-16-preview +microsoft.DesktopVirtualization/workspaces@2024-03-06-preview microsoft.DesktopVirtualization/hostPools/msixPackages@2020-09-21-preview microsoft.DesktopVirtualization/hostPools/msixPackages@2020-10-19-preview microsoft.DesktopVirtualization/hostPools/msixPackages@2020-11-02-preview @@ -3899,6 +4534,11 @@ microsoft.DesktopVirtualization/hostPools/msixPackages@2022-04-01-preview microsoft.DesktopVirtualization/hostPools/msixPackages@2022-09-09 microsoft.DesktopVirtualization/hostPools/msixPackages@2022-10-14-preview microsoft.DesktopVirtualization/hostPools/msixPackages@2023-07-07-preview +microsoft.DesktopVirtualization/hostPools/msixPackages@2023-09-05 +microsoft.DesktopVirtualization/hostPools/msixPackages@2023-10-04-preview +microsoft.DesktopVirtualization/hostPools/msixPackages@2023-11-01-preview +microsoft.DesktopVirtualization/hostPools/msixPackages@2024-01-16-preview +microsoft.DesktopVirtualization/hostPools/msixPackages@2024-03-06-preview microsoft.DesktopVirtualization/scalingPlans@2020-11-10-preview microsoft.DesktopVirtualization/scalingPlans@2021-01-14-preview microsoft.DesktopVirtualization/scalingPlans@2021-02-01-preview @@ -3911,90 +4551,163 @@ microsoft.DesktopVirtualization/scalingPlans@2022-04-01-preview microsoft.DesktopVirtualization/scalingPlans@2022-09-09 microsoft.DesktopVirtualization/scalingPlans@2022-10-14-preview microsoft.DesktopVirtualization/scalingPlans@2023-07-07-preview +microsoft.DesktopVirtualization/scalingPlans@2023-09-05 +microsoft.DesktopVirtualization/scalingPlans@2023-10-04-preview +microsoft.DesktopVirtualization/scalingPlans@2023-11-01-preview +microsoft.DesktopVirtualization/scalingPlans@2024-01-16-preview +microsoft.DesktopVirtualization/scalingPlans@2024-03-06-preview microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2021-04-01-preview microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2021-09-03-preview microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-02-10-preview microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-04-01-preview microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2022-10-14-preview microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2023-07-07-preview +microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2023-09-05 +microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2023-10-04-preview +microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2023-11-01-preview +microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2024-01-16-preview +microsoft.DesktopVirtualization/hostPools/privateEndpointConnections@2024-03-06-preview microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2021-04-01-preview microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2021-09-03-preview microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-02-10-preview microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-04-01-preview microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2022-10-14-preview microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2023-07-07-preview +microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2023-09-05 +microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2023-10-04-preview +microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2023-11-01-preview +microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2024-01-16-preview +microsoft.DesktopVirtualization/workspaces/privateEndpointConnections@2024-03-06-preview microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-04-01-preview microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-09-09 microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2022-10-14-preview microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2023-07-07-preview +microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2023-09-05 +microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2023-10-04-preview +microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2023-11-01-preview +microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2024-01-16-preview +microsoft.DesktopVirtualization/scalingPlans/pooledSchedules@2024-03-06-preview microsoft.DesktopVirtualization/scalingPlans/personalSchedules@2023-07-07-preview +microsoft.DesktopVirtualization/scalingPlans/personalSchedules@2023-09-05 +microsoft.DesktopVirtualization/scalingPlans/personalSchedules@2023-10-04-preview +microsoft.DesktopVirtualization/scalingPlans/personalSchedules@2023-11-01-preview +microsoft.DesktopVirtualization/scalingPlans/personalSchedules@2024-01-16-preview +microsoft.DesktopVirtualization/scalingPlans/personalSchedules@2024-03-06-preview +microsoft.DesktopVirtualization/appAttachPackages@2023-10-04-preview +microsoft.DesktopVirtualization/appAttachPackages@2023-11-01-preview +microsoft.DesktopVirtualization/appAttachPackages@2024-01-16-preview +microsoft.DesktopVirtualization/appAttachPackages@2024-03-06-preview +microsoft.DesktopVirtualization/hostPools/sessionHostConfigurations@2023-11-01-preview +microsoft.DesktopVirtualization/hostPools/sessionHostConfigurations@2024-01-16-preview +microsoft.DesktopVirtualization/hostPools/sessionHostConfigurations@2024-03-06-preview +microsoft.DesktopVirtualization/hostPools/sessionHostManagements@2023-11-01-preview +microsoft.DesktopVirtualization/hostPools/sessionHostManagements@2024-01-16-preview +microsoft.DesktopVirtualization/hostPools/sessionHostManagements@2024-03-06-preview microsoft.DevCenter/devcenters@2022-08-01-preview microsoft.DevCenter/devcenters@2022-09-01-preview microsoft.DevCenter/devcenters@2022-10-12-preview microsoft.DevCenter/devcenters@2022-11-11-preview microsoft.DevCenter/devcenters@2023-01-01-preview microsoft.DevCenter/devcenters@2023-04-01 +microsoft.DevCenter/devcenters@2023-08-01-preview +microsoft.DevCenter/devcenters@2023-10-01-preview +microsoft.DevCenter/devcenters@2024-02-01 microsoft.DevCenter/devcenters/attachednetworks@2022-08-01-preview microsoft.DevCenter/devcenters/attachednetworks@2022-09-01-preview microsoft.DevCenter/devcenters/attachednetworks@2022-10-12-preview microsoft.DevCenter/devcenters/attachednetworks@2022-11-11-preview microsoft.DevCenter/devcenters/attachednetworks@2023-01-01-preview microsoft.DevCenter/devcenters/attachednetworks@2023-04-01 +microsoft.DevCenter/devcenters/attachednetworks@2023-08-01-preview +microsoft.DevCenter/devcenters/attachednetworks@2023-10-01-preview +microsoft.DevCenter/devcenters/attachednetworks@2024-02-01 microsoft.DevCenter/devcenters/catalogs@2022-08-01-preview microsoft.DevCenter/devcenters/catalogs@2022-09-01-preview microsoft.DevCenter/devcenters/catalogs@2022-10-12-preview microsoft.DevCenter/devcenters/catalogs@2022-11-11-preview microsoft.DevCenter/devcenters/catalogs@2023-01-01-preview microsoft.DevCenter/devcenters/catalogs@2023-04-01 +microsoft.DevCenter/devcenters/catalogs@2023-08-01-preview +microsoft.DevCenter/devcenters/catalogs@2023-10-01-preview +microsoft.DevCenter/devcenters/catalogs@2024-02-01 microsoft.DevCenter/devcenters/devboxdefinitions@2022-08-01-preview microsoft.DevCenter/devcenters/devboxdefinitions@2022-09-01-preview microsoft.DevCenter/devcenters/devboxdefinitions@2022-10-12-preview microsoft.DevCenter/devcenters/devboxdefinitions@2022-11-11-preview microsoft.DevCenter/devcenters/devboxdefinitions@2023-01-01-preview microsoft.DevCenter/devcenters/devboxdefinitions@2023-04-01 +microsoft.DevCenter/devcenters/devboxdefinitions@2023-08-01-preview +microsoft.DevCenter/devcenters/devboxdefinitions@2023-10-01-preview +microsoft.DevCenter/devcenters/devboxdefinitions@2024-02-01 microsoft.DevCenter/devcenters/environmentTypes@2022-08-01-preview microsoft.DevCenter/devcenters/environmentTypes@2022-09-01-preview microsoft.DevCenter/devcenters/environmentTypes@2022-10-12-preview microsoft.DevCenter/devcenters/environmentTypes@2022-11-11-preview microsoft.DevCenter/devcenters/environmentTypes@2023-01-01-preview microsoft.DevCenter/devcenters/environmentTypes@2023-04-01 +microsoft.DevCenter/devcenters/environmentTypes@2023-08-01-preview +microsoft.DevCenter/devcenters/environmentTypes@2023-10-01-preview +microsoft.DevCenter/devcenters/environmentTypes@2024-02-01 microsoft.DevCenter/devcenters/galleries@2022-08-01-preview microsoft.DevCenter/devcenters/galleries@2022-09-01-preview microsoft.DevCenter/devcenters/galleries@2022-10-12-preview microsoft.DevCenter/devcenters/galleries@2022-11-11-preview microsoft.DevCenter/devcenters/galleries@2023-01-01-preview microsoft.DevCenter/devcenters/galleries@2023-04-01 +microsoft.DevCenter/devcenters/galleries@2023-08-01-preview +microsoft.DevCenter/devcenters/galleries@2023-10-01-preview +microsoft.DevCenter/devcenters/galleries@2024-02-01 microsoft.DevCenter/networkConnections@2022-08-01-preview microsoft.DevCenter/networkConnections@2022-09-01-preview microsoft.DevCenter/networkConnections@2022-10-12-preview microsoft.DevCenter/networkConnections@2022-11-11-preview microsoft.DevCenter/networkConnections@2023-01-01-preview microsoft.DevCenter/networkConnections@2023-04-01 +microsoft.DevCenter/networkConnections@2023-08-01-preview +microsoft.DevCenter/networkConnections@2023-10-01-preview +microsoft.DevCenter/networkConnections@2024-02-01 microsoft.DevCenter/projects@2022-08-01-preview microsoft.DevCenter/projects@2022-09-01-preview microsoft.DevCenter/projects@2022-10-12-preview microsoft.DevCenter/projects@2022-11-11-preview microsoft.DevCenter/projects@2023-01-01-preview microsoft.DevCenter/projects@2023-04-01 +microsoft.DevCenter/projects@2023-08-01-preview +microsoft.DevCenter/projects@2023-10-01-preview +microsoft.DevCenter/projects@2024-02-01 microsoft.DevCenter/projects/environmentTypes@2022-08-01-preview microsoft.DevCenter/projects/environmentTypes@2022-09-01-preview microsoft.DevCenter/projects/environmentTypes@2022-10-12-preview microsoft.DevCenter/projects/environmentTypes@2022-11-11-preview microsoft.DevCenter/projects/environmentTypes@2023-01-01-preview microsoft.DevCenter/projects/environmentTypes@2023-04-01 +microsoft.DevCenter/projects/environmentTypes@2023-08-01-preview +microsoft.DevCenter/projects/environmentTypes@2023-10-01-preview +microsoft.DevCenter/projects/environmentTypes@2024-02-01 microsoft.DevCenter/projects/pools@2022-08-01-preview microsoft.DevCenter/projects/pools@2022-09-01-preview microsoft.DevCenter/projects/pools@2022-10-12-preview microsoft.DevCenter/projects/pools@2022-11-11-preview microsoft.DevCenter/projects/pools@2023-01-01-preview microsoft.DevCenter/projects/pools@2023-04-01 +microsoft.DevCenter/projects/pools@2023-08-01-preview +microsoft.DevCenter/projects/pools@2023-10-01-preview +microsoft.DevCenter/projects/pools@2024-02-01 microsoft.DevCenter/projects/pools/schedules@2022-08-01-preview microsoft.DevCenter/projects/pools/schedules@2022-09-01-preview microsoft.DevCenter/projects/pools/schedules@2022-10-12-preview microsoft.DevCenter/projects/pools/schedules@2022-11-11-preview microsoft.DevCenter/projects/pools/schedules@2023-01-01-preview microsoft.DevCenter/projects/pools/schedules@2023-04-01 +microsoft.DevCenter/projects/pools/schedules@2023-08-01-preview +microsoft.DevCenter/projects/pools/schedules@2023-10-01-preview +microsoft.DevCenter/projects/pools/schedules@2024-02-01 +microsoft.DevCenter/projects/catalogs@2024-02-01 microsoft.DevHub/workflows@2022-04-01-preview +microsoft.DevHub/workflows@2022-10-11-preview +microsoft.DevHub/workflows@2023-08-01 +microsoft.DeviceRegistry/assetEndpointProfiles@2023-11-01-preview +microsoft.DeviceRegistry/assets@2023-11-01-preview microsoft.Devices/IotHubs@2016-02-03 microsoft.Devices/IotHubs@2017-01-19 microsoft.Devices/IotHubs@2017-07-01 @@ -4143,6 +4856,9 @@ microsoft.DeviceUpdate/accounts/privateEndpointConnections@2022-12-01-preview microsoft.DeviceUpdate/accounts/privateEndpointConnections@2023-07-01 microsoft.DevOps/pipelines@2019-07-01-preview microsoft.DevOps/pipelines@2020-07-13-preview +microsoft.DevOpsInfrastructure/pools@2023-10-30-preview +microsoft.DevOpsInfrastructure/pools@2023-12-13-preview +microsoft.DevOpsInfrastructure/pools@2024-03-26-preview microsoft.DevSpaces/controllers@2019-04-01 microsoft.DevTestLab/labs@2015-05-21-preview microsoft.DevTestLab/labs@2016-05-15 @@ -4244,6 +4960,11 @@ microsoft.DocumentDB/databaseAccounts@2023-03-01-preview microsoft.DocumentDB/databaseAccounts@2023-03-15 microsoft.DocumentDB/databaseAccounts@2023-03-15-preview microsoft.DocumentDB/databaseAccounts@2023-04-15 +microsoft.DocumentDB/databaseAccounts@2023-09-15 +microsoft.DocumentDB/databaseAccounts@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts@2023-11-15 +microsoft.DocumentDB/databaseAccounts@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/apis/databases@2015-04-01 microsoft.DocumentDB/databaseAccounts/apis/databases@2015-04-08 microsoft.DocumentDB/databaseAccounts/apis/databases@2015-11-06 @@ -4342,6 +5063,11 @@ microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-03-15 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-04-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-09-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-11-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2019-08-01 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2019-12-12 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2020-03-01 @@ -4370,6 +5096,11 @@ microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-03-01-previ microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-03-15 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-04-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-09-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-11-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2020-03-01 @@ -4398,6 +5129,11 @@ microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettin microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2020-03-01 @@ -4426,6 +5162,11 @@ microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2019-08-01 microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2019-12-12 microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2020-03-01 @@ -4454,6 +5195,11 @@ microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-03-15 microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-04-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-09-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-11-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/gremlinDatabases@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2019-08-01 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2019-12-12 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2020-03-01 @@ -4482,6 +5228,11 @@ microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-03-15 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-04-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-09-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-11-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2020-03-01 @@ -4510,6 +5261,11 @@ microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2020-03-01 @@ -4538,6 +5294,11 @@ microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-0 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2019-08-01 microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2019-12-12 microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2020-03-01 @@ -4566,6 +5327,11 @@ microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-03-15 microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-04-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-09-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-11-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbDatabases@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2019-08-01 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2019-12-12 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2020-03-01 @@ -4594,6 +5360,11 @@ microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-03-01-pr microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-03-15 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-04-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-09-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-11-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2020-03-01 @@ -4622,6 +5393,11 @@ microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSet microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2020-03-01 @@ -4650,6 +5426,11 @@ microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-0 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2019-08-01 microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2019-12-12 microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2020-03-01 @@ -4678,6 +5459,11 @@ microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-03-15 microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-04-15 +microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-09-15 +microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-11-15 +microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/notebookWorkspaces@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases@2019-08-01 microsoft.DocumentDB/databaseAccounts/sqlDatabases@2019-12-12 microsoft.DocumentDB/databaseAccounts/sqlDatabases@2020-03-01 @@ -4706,6 +5492,11 @@ microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2019-08-01 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2019-12-12 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2020-03-01 @@ -4734,6 +5525,11 @@ microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2019-08-01 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2019-12-12 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2020-03-01 @@ -4762,6 +5558,11 @@ microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2020-03-01 @@ -4790,6 +5591,11 @@ microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2019-08-01 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2019-12-12 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2020-03-01 @@ -4818,6 +5624,11 @@ microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-03-0 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2019-08-01 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2019-12-12 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2020-03-01 @@ -4846,6 +5657,11 @@ microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctio microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2020-03-01 @@ -4874,6 +5690,11 @@ microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-03-01 microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/tables@2019-08-01 microsoft.DocumentDB/databaseAccounts/tables@2019-12-12 microsoft.DocumentDB/databaseAccounts/tables@2020-03-01 @@ -4902,6 +5723,11 @@ microsoft.DocumentDB/databaseAccounts/tables@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/tables@2023-03-15 microsoft.DocumentDB/databaseAccounts/tables@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/tables@2023-04-15 +microsoft.DocumentDB/databaseAccounts/tables@2023-09-15 +microsoft.DocumentDB/databaseAccounts/tables@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/tables@2023-11-15 +microsoft.DocumentDB/databaseAccounts/tables@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/tables@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-08-01 microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-12-12 microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-03-01 @@ -4930,6 +5756,11 @@ microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-03-01-previ microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-03-15 microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-04-15 +microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-09-15 +microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-11-15 +microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2019-08-01-preview microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-01-15 microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2021-03-01-preview @@ -4953,6 +5784,11 @@ microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-03-01-prev microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-03-15 microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-04-15 +microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-09-15 +microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-11-15 +microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/privateEndpointConnections@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2020-06-01-preview microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-03-01-preview microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2021-04-01-preview @@ -4974,6 +5810,11 @@ microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2020-06-01-preview microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-03-01-preview microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2021-04-01-preview @@ -4995,6 +5836,11 @@ microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlRoleDefinitions@2024-02-15-preview microsoft.DocumentDB/cassandraClusters@2021-03-01-preview microsoft.DocumentDB/cassandraClusters@2021-04-01-preview microsoft.DocumentDB/cassandraClusters@2021-07-01-preview @@ -5012,6 +5858,11 @@ microsoft.DocumentDB/cassandraClusters@2023-03-01-preview microsoft.DocumentDB/cassandraClusters@2023-03-15 microsoft.DocumentDB/cassandraClusters@2023-03-15-preview microsoft.DocumentDB/cassandraClusters@2023-04-15 +microsoft.DocumentDB/cassandraClusters@2023-09-15 +microsoft.DocumentDB/cassandraClusters@2023-09-15-preview +microsoft.DocumentDB/cassandraClusters@2023-11-15 +microsoft.DocumentDB/cassandraClusters@2023-11-15-preview +microsoft.DocumentDB/cassandraClusters@2024-02-15-preview microsoft.DocumentDB/cassandraClusters/dataCenters@2021-03-01-preview microsoft.DocumentDB/cassandraClusters/dataCenters@2021-04-01-preview microsoft.DocumentDB/cassandraClusters/dataCenters@2021-07-01-preview @@ -5029,6 +5880,11 @@ microsoft.DocumentDB/cassandraClusters/dataCenters@2023-03-01-preview microsoft.DocumentDB/cassandraClusters/dataCenters@2023-03-15 microsoft.DocumentDB/cassandraClusters/dataCenters@2023-03-15-preview microsoft.DocumentDB/cassandraClusters/dataCenters@2023-04-15 +microsoft.DocumentDB/cassandraClusters/dataCenters@2023-09-15 +microsoft.DocumentDB/cassandraClusters/dataCenters@2023-09-15-preview +microsoft.DocumentDB/cassandraClusters/dataCenters@2023-11-15 +microsoft.DocumentDB/cassandraClusters/dataCenters@2023-11-15-preview +microsoft.DocumentDB/cassandraClusters/dataCenters@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/services@2021-04-01-preview microsoft.DocumentDB/databaseAccounts/services@2021-07-01-preview microsoft.DocumentDB/databaseAccounts/services@2021-10-15-preview @@ -5044,6 +5900,11 @@ microsoft.DocumentDB/databaseAccounts/services@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/services@2023-03-15 microsoft.DocumentDB/databaseAccounts/services@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/services@2023-04-15 +microsoft.DocumentDB/databaseAccounts/services@2023-09-15 +microsoft.DocumentDB/databaseAccounts/services@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/services@2023-11-15 +microsoft.DocumentDB/databaseAccounts/services@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/services@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-07-01-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-10-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2021-11-15-preview @@ -5053,6 +5914,9 @@ microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-08-15-previe microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2022-11-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2023-03-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-07-01-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-10-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2021-11-15-preview @@ -5062,6 +5926,9 @@ microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSetting microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2022-11-15-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2023-03-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/graphs@2021-07-01-preview microsoft.DocumentDB/databaseAccounts/graphs@2021-10-15-preview microsoft.DocumentDB/databaseAccounts/graphs@2021-11-15-preview @@ -5071,6 +5938,9 @@ microsoft.DocumentDB/databaseAccounts/graphs@2022-08-15-preview microsoft.DocumentDB/databaseAccounts/graphs@2022-11-15-preview microsoft.DocumentDB/databaseAccounts/graphs@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/graphs@2023-03-15-preview +microsoft.DocumentDB/databaseAccounts/graphs@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/graphs@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/graphs@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2021-10-15-preview microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2021-11-15-preview microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-02-15-preview @@ -5079,6 +5949,9 @@ microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-08-15-preview microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2022-11-15-preview microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2023-03-15-preview +microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/dataTransferJobs@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2021-10-15-preview microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2021-11-15-preview microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2022-02-15-preview @@ -5091,6 +5964,11 @@ microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-03-15 microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-04-15 +microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-09-15 +microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-11-15 +microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2021-10-15-preview microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2021-11-15-preview microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2022-02-15-preview @@ -5103,6 +5981,11 @@ microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-03-01-preview microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-03-15 microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-04-15 +microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-09-15 +microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-11-15 +microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions@2024-02-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2021-10-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2021-11-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2022-02-15-preview @@ -5114,11 +5997,27 @@ microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-03- microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-03-15 microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-03-15-preview microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-04-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-09-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-09-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-11-15 +microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2023-11-15-preview +microsoft.DocumentDB/databaseAccounts/sqlDatabases/clientEncryptionKeys@2024-02-15-preview microsoft.DocumentDB/mongoClusters@2023-03-01-preview microsoft.DocumentDB/mongoClusters@2023-03-15-preview +microsoft.DocumentDB/mongoClusters@2023-09-15-preview +microsoft.DocumentDB/mongoClusters@2023-11-15-preview +microsoft.DocumentDB/mongoClusters@2024-02-15-preview microsoft.DocumentDB/mongoClusters/firewallRules@2023-03-01-preview microsoft.DocumentDB/mongoClusters/firewallRules@2023-03-15-preview +microsoft.DocumentDB/mongoClusters/firewallRules@2023-09-15-preview +microsoft.DocumentDB/mongoClusters/firewallRules@2023-11-15-preview +microsoft.DocumentDB/mongoClusters/firewallRules@2024-02-15-preview +microsoft.DocumentDB/throughputPools@2023-11-15-preview +microsoft.DocumentDB/throughputPools@2024-02-15-preview +microsoft.DocumentDB/throughputPools/throughputPoolAccounts@2023-11-15-preview +microsoft.DocumentDB/throughputPools/throughputPoolAccounts@2024-02-15-preview microsoft.DomainRegistration/domains@2015-04-01 +microsoft.DomainRegistration/domains@2015-08-01 microsoft.DomainRegistration/domains@2018-02-01 microsoft.DomainRegistration/domains@2019-08-01 microsoft.DomainRegistration/domains@2020-06-01 @@ -5131,6 +6030,7 @@ microsoft.DomainRegistration/domains@2021-02-01 microsoft.DomainRegistration/domains@2021-03-01 microsoft.DomainRegistration/domains@2022-03-01 microsoft.DomainRegistration/domains@2022-09-01 +microsoft.DomainRegistration/domains@2023-01-01 microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2015-04-01 microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2018-02-01 microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2019-08-01 @@ -5144,9 +6044,7 @@ microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-02-01 microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2021-03-01 microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2022-03-01 microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2022-09-01 -microsoft.DomainRegistration/domains/transferOut@2021-03-01 -microsoft.DomainRegistration/domains/transferOut@2022-03-01 -microsoft.DomainRegistration/domains/transferOut@2022-09-01 +microsoft.DomainRegistration/domains/domainOwnershipIdentifiers@2023-01-01 microsoft.Dynamics365FraudProtection/instances@2021-02-01-preview microsoft.Easm/workspaces@2022-04-01-preview microsoft.Easm/workspaces@2023-04-01-preview @@ -5155,9 +6053,11 @@ microsoft.Easm/workspaces/labels@2023-04-01-preview microsoft.EdgeOrder/addresses@2020-12-01-preview microsoft.EdgeOrder/addresses@2021-12-01 microsoft.EdgeOrder/addresses@2022-05-01-preview +microsoft.EdgeOrder/addresses@2024-02-01 microsoft.EdgeOrder/orderItems@2020-12-01-preview microsoft.EdgeOrder/orderItems@2021-12-01 microsoft.EdgeOrder/orderItems@2022-05-01-preview +microsoft.EdgeOrder/orderItems@2024-02-01 microsoft.Elastic/monitors@2020-07-01 microsoft.Elastic/monitors@2020-07-01-preview microsoft.Elastic/monitors@2021-09-01-preview @@ -5170,6 +6070,10 @@ microsoft.Elastic/monitors@2023-05-01-preview microsoft.Elastic/monitors@2023-06-01 microsoft.Elastic/monitors@2023-06-15-preview microsoft.Elastic/monitors@2023-07-01-preview +microsoft.Elastic/monitors@2023-10-01-preview +microsoft.Elastic/monitors@2023-11-01-preview +microsoft.Elastic/monitors@2024-01-01-preview +microsoft.Elastic/monitors@2024-03-01 microsoft.Elastic/monitors/tagRules@2020-07-01 microsoft.Elastic/monitors/tagRules@2020-07-01-preview microsoft.Elastic/monitors/tagRules@2021-09-01-preview @@ -5182,13 +6086,24 @@ microsoft.Elastic/monitors/tagRules@2023-05-01-preview microsoft.Elastic/monitors/tagRules@2023-06-01 microsoft.Elastic/monitors/tagRules@2023-06-15-preview microsoft.Elastic/monitors/tagRules@2023-07-01-preview +microsoft.Elastic/monitors/tagRules@2023-10-01-preview +microsoft.Elastic/monitors/tagRules@2023-11-01-preview +microsoft.Elastic/monitors/tagRules@2024-01-01-preview +microsoft.Elastic/monitors/tagRules@2024-03-01 +microsoft.Elastic/monitors/openAIIntegrations@2024-01-01-preview +microsoft.Elastic/monitors/openAIIntegrations@2024-03-01 microsoft.ElasticSan/elasticSans@2021-11-20-preview microsoft.ElasticSan/elasticSans@2022-12-01-preview +microsoft.ElasticSan/elasticSans@2023-01-01 microsoft.ElasticSan/elasticSans/volumegroups@2021-11-20-preview microsoft.ElasticSan/elasticSans/volumegroups@2022-12-01-preview +microsoft.ElasticSan/elasticSans/volumegroups@2023-01-01 microsoft.ElasticSan/elasticSans/volumegroups/volumes@2021-11-20-preview microsoft.ElasticSan/elasticSans/volumegroups/volumes@2022-12-01-preview +microsoft.ElasticSan/elasticSans/volumegroups/volumes@2023-01-01 microsoft.ElasticSan/elasticSans/privateEndpointConnections@2022-12-01-preview +microsoft.ElasticSan/elasticSans/privateEndpointConnections@2023-01-01 +microsoft.ElasticSan/elasticSans/volumegroups/snapshots@2023-01-01 microsoft.EngagementFabric/Accounts@2018-09-01-preview microsoft.EngagementFabric/Accounts/Channels@2018-09-01-preview microsoft.EnterpriseKnowledgeGraph/services@2018-12-03 @@ -5209,6 +6124,7 @@ microsoft.EventGrid/topics@2021-10-15-preview microsoft.EventGrid/topics@2021-12-01 microsoft.EventGrid/topics@2022-06-15 microsoft.EventGrid/topics@2023-06-01-preview +microsoft.EventGrid/topics@2023-12-15-preview microsoft.EventGrid/eventSubscriptions@2017-06-15-preview microsoft.EventGrid/eventSubscriptions@2017-09-15-preview microsoft.EventGrid/eventSubscriptions@2018-01-01 @@ -5226,6 +6142,7 @@ microsoft.EventGrid/eventSubscriptions@2021-10-15-preview microsoft.EventGrid/eventSubscriptions@2021-12-01 microsoft.EventGrid/eventSubscriptions@2022-06-15 microsoft.EventGrid/eventSubscriptions@2023-06-01-preview +microsoft.EventGrid/eventSubscriptions@2023-12-15-preview microsoft.EventGrid/domains@2018-09-15-preview microsoft.EventGrid/domains@2019-02-01-preview microsoft.EventGrid/domains@2019-06-01 @@ -5238,6 +6155,7 @@ microsoft.EventGrid/domains@2021-10-15-preview microsoft.EventGrid/domains@2021-12-01 microsoft.EventGrid/domains@2022-06-15 microsoft.EventGrid/domains@2023-06-01-preview +microsoft.EventGrid/domains@2023-12-15-preview microsoft.EventGrid/domains/topics@2019-02-01-preview microsoft.EventGrid/domains/topics@2019-06-01 microsoft.EventGrid/domains/topics@2020-01-01-preview @@ -5249,6 +6167,7 @@ microsoft.EventGrid/domains/topics@2021-10-15-preview microsoft.EventGrid/domains/topics@2021-12-01 microsoft.EventGrid/domains/topics@2022-06-15 microsoft.EventGrid/domains/topics@2023-06-01-preview +microsoft.EventGrid/domains/topics@2023-12-15-preview microsoft.EventGrid/domains/privateEndpointConnections@2020-04-01-preview microsoft.EventGrid/domains/privateEndpointConnections@2020-06-01 microsoft.EventGrid/domains/privateEndpointConnections@2020-10-15-preview @@ -5257,12 +6176,14 @@ microsoft.EventGrid/domains/privateEndpointConnections@2021-10-15-preview microsoft.EventGrid/domains/privateEndpointConnections@2021-12-01 microsoft.EventGrid/domains/privateEndpointConnections@2022-06-15 microsoft.EventGrid/domains/privateEndpointConnections@2023-06-01-preview +microsoft.EventGrid/domains/privateEndpointConnections@2023-12-15-preview microsoft.EventGrid/partnerNamespaces@2020-04-01-preview microsoft.EventGrid/partnerNamespaces@2020-10-15-preview microsoft.EventGrid/partnerNamespaces@2021-06-01-preview microsoft.EventGrid/partnerNamespaces@2021-10-15-preview microsoft.EventGrid/partnerNamespaces@2022-06-15 microsoft.EventGrid/partnerNamespaces@2023-06-01-preview +microsoft.EventGrid/partnerNamespaces@2023-12-15-preview microsoft.EventGrid/partnerNamespaces/eventChannels@2020-04-01-preview microsoft.EventGrid/partnerNamespaces/eventChannels@2020-10-15-preview microsoft.EventGrid/partnerNamespaces/eventChannels@2021-06-01-preview @@ -5273,12 +6194,14 @@ microsoft.EventGrid/partnerRegistrations@2021-06-01-preview microsoft.EventGrid/partnerRegistrations@2021-10-15-preview microsoft.EventGrid/partnerRegistrations@2022-06-15 microsoft.EventGrid/partnerRegistrations@2023-06-01-preview +microsoft.EventGrid/partnerRegistrations@2023-12-15-preview microsoft.EventGrid/partnerTopics/eventSubscriptions@2020-04-01-preview microsoft.EventGrid/partnerTopics/eventSubscriptions@2020-10-15-preview microsoft.EventGrid/partnerTopics/eventSubscriptions@2021-06-01-preview microsoft.EventGrid/partnerTopics/eventSubscriptions@2021-10-15-preview microsoft.EventGrid/partnerTopics/eventSubscriptions@2022-06-15 microsoft.EventGrid/partnerTopics/eventSubscriptions@2023-06-01-preview +microsoft.EventGrid/partnerTopics/eventSubscriptions@2023-12-15-preview microsoft.EventGrid/systemTopics@2020-04-01-preview microsoft.EventGrid/systemTopics@2020-10-15-preview microsoft.EventGrid/systemTopics@2021-06-01-preview @@ -5286,6 +6209,7 @@ microsoft.EventGrid/systemTopics@2021-10-15-preview microsoft.EventGrid/systemTopics@2021-12-01 microsoft.EventGrid/systemTopics@2022-06-15 microsoft.EventGrid/systemTopics@2023-06-01-preview +microsoft.EventGrid/systemTopics@2023-12-15-preview microsoft.EventGrid/systemTopics/eventSubscriptions@2020-04-01-preview microsoft.EventGrid/systemTopics/eventSubscriptions@2020-10-15-preview microsoft.EventGrid/systemTopics/eventSubscriptions@2021-06-01-preview @@ -5293,6 +6217,7 @@ microsoft.EventGrid/systemTopics/eventSubscriptions@2021-10-15-preview microsoft.EventGrid/systemTopics/eventSubscriptions@2021-12-01 microsoft.EventGrid/systemTopics/eventSubscriptions@2022-06-15 microsoft.EventGrid/systemTopics/eventSubscriptions@2023-06-01-preview +microsoft.EventGrid/systemTopics/eventSubscriptions@2023-12-15-preview microsoft.EventGrid/topics/privateEndpointConnections@2020-04-01-preview microsoft.EventGrid/topics/privateEndpointConnections@2020-06-01 microsoft.EventGrid/topics/privateEndpointConnections@2020-10-15-preview @@ -5301,39 +6226,57 @@ microsoft.EventGrid/topics/privateEndpointConnections@2021-10-15-preview microsoft.EventGrid/topics/privateEndpointConnections@2021-12-01 microsoft.EventGrid/topics/privateEndpointConnections@2022-06-15 microsoft.EventGrid/topics/privateEndpointConnections@2023-06-01-preview +microsoft.EventGrid/topics/privateEndpointConnections@2023-12-15-preview microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2021-06-01-preview microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2021-10-15-preview microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2022-06-15 microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2023-06-01-preview +microsoft.EventGrid/partnerNamespaces/privateEndpointConnections@2023-12-15-preview microsoft.EventGrid/domains/eventSubscriptions@2021-10-15-preview microsoft.EventGrid/domains/eventSubscriptions@2022-06-15 microsoft.EventGrid/domains/eventSubscriptions@2023-06-01-preview +microsoft.EventGrid/domains/eventSubscriptions@2023-12-15-preview microsoft.EventGrid/domains/topics/eventSubscriptions@2021-10-15-preview microsoft.EventGrid/domains/topics/eventSubscriptions@2022-06-15 microsoft.EventGrid/domains/topics/eventSubscriptions@2023-06-01-preview +microsoft.EventGrid/domains/topics/eventSubscriptions@2023-12-15-preview microsoft.EventGrid/partnerConfigurations@2021-10-15-preview microsoft.EventGrid/partnerConfigurations@2022-06-15 microsoft.EventGrid/partnerConfigurations@2023-06-01-preview +microsoft.EventGrid/partnerConfigurations@2023-12-15-preview microsoft.EventGrid/partnerDestinations@2021-10-15-preview microsoft.EventGrid/partnerDestinations@2023-06-01-preview +microsoft.EventGrid/partnerDestinations@2023-12-15-preview microsoft.EventGrid/partnerNamespaces/channels@2021-10-15-preview microsoft.EventGrid/partnerNamespaces/channels@2022-06-15 microsoft.EventGrid/partnerNamespaces/channels@2023-06-01-preview +microsoft.EventGrid/partnerNamespaces/channels@2023-12-15-preview microsoft.EventGrid/partnerTopics@2021-10-15-preview microsoft.EventGrid/partnerTopics@2022-06-15 microsoft.EventGrid/partnerTopics@2023-06-01-preview +microsoft.EventGrid/partnerTopics@2023-12-15-preview microsoft.EventGrid/topics/eventSubscriptions@2021-10-15-preview microsoft.EventGrid/topics/eventSubscriptions@2022-06-15 microsoft.EventGrid/topics/eventSubscriptions@2023-06-01-preview +microsoft.EventGrid/topics/eventSubscriptions@2023-12-15-preview microsoft.EventGrid/namespaces@2023-06-01-preview +microsoft.EventGrid/namespaces@2023-12-15-preview microsoft.EventGrid/namespaces/caCertificates@2023-06-01-preview +microsoft.EventGrid/namespaces/caCertificates@2023-12-15-preview microsoft.EventGrid/namespaces/clientGroups@2023-06-01-preview +microsoft.EventGrid/namespaces/clientGroups@2023-12-15-preview microsoft.EventGrid/namespaces/clients@2023-06-01-preview +microsoft.EventGrid/namespaces/clients@2023-12-15-preview microsoft.EventGrid/namespaces/permissionBindings@2023-06-01-preview +microsoft.EventGrid/namespaces/permissionBindings@2023-12-15-preview microsoft.EventGrid/namespaces/privateEndpointConnections@2023-06-01-preview +microsoft.EventGrid/namespaces/privateEndpointConnections@2023-12-15-preview microsoft.EventGrid/namespaces/topics@2023-06-01-preview +microsoft.EventGrid/namespaces/topics@2023-12-15-preview microsoft.EventGrid/namespaces/topics/eventSubscriptions@2023-06-01-preview +microsoft.EventGrid/namespaces/topics/eventSubscriptions@2023-12-15-preview microsoft.EventGrid/namespaces/topicSpaces@2023-06-01-preview +microsoft.EventGrid/namespaces/topicSpaces@2023-12-15-preview microsoft.EventHub/namespaces@2014-09-01 microsoft.EventHub/namespaces@2015-08-01 microsoft.EventHub/namespaces@2017-04-01 @@ -5344,6 +6287,7 @@ microsoft.EventHub/namespaces@2021-11-01 microsoft.EventHub/namespaces@2022-01-01-preview microsoft.EventHub/namespaces@2022-10-01-preview microsoft.EventHub/namespaces@2023-01-01-preview +microsoft.EventHub/namespaces@2024-01-01 microsoft.EventHub/namespaces/AuthorizationRules@2014-09-01 microsoft.EventHub/namespaces/AuthorizationRules@2015-08-01 microsoft.EventHub/namespaces/AuthorizationRules@2017-04-01 @@ -5354,6 +6298,7 @@ microsoft.EventHub/namespaces/AuthorizationRules@2021-11-01 microsoft.EventHub/namespaces/AuthorizationRules@2022-01-01-preview microsoft.EventHub/namespaces/AuthorizationRules@2022-10-01-preview microsoft.EventHub/namespaces/AuthorizationRules@2023-01-01-preview +microsoft.EventHub/namespaces/AuthorizationRules@2024-01-01 microsoft.EventHub/namespaces/eventhubs@2014-09-01 microsoft.EventHub/namespaces/eventhubs@2015-08-01 microsoft.EventHub/namespaces/eventhubs@2017-04-01 @@ -5364,6 +6309,7 @@ microsoft.EventHub/namespaces/eventhubs@2021-11-01 microsoft.EventHub/namespaces/eventhubs@2022-01-01-preview microsoft.EventHub/namespaces/eventhubs@2022-10-01-preview microsoft.EventHub/namespaces/eventhubs@2023-01-01-preview +microsoft.EventHub/namespaces/eventhubs@2024-01-01 microsoft.EventHub/namespaces/eventhubs/authorizationRules@2014-09-01 microsoft.EventHub/namespaces/eventhubs/authorizationRules@2015-08-01 microsoft.EventHub/namespaces/eventhubs/authorizationRules@2017-04-01 @@ -5374,6 +6320,7 @@ microsoft.EventHub/namespaces/eventhubs/authorizationRules@2021-11-01 microsoft.EventHub/namespaces/eventhubs/authorizationRules@2022-01-01-preview microsoft.EventHub/namespaces/eventhubs/authorizationRules@2022-10-01-preview microsoft.EventHub/namespaces/eventhubs/authorizationRules@2023-01-01-preview +microsoft.EventHub/namespaces/eventhubs/authorizationRules@2024-01-01 microsoft.EventHub/namespaces/eventhubs/consumergroups@2014-09-01 microsoft.EventHub/namespaces/eventhubs/consumergroups@2015-08-01 microsoft.EventHub/namespaces/eventhubs/consumergroups@2017-04-01 @@ -5384,6 +6331,7 @@ microsoft.EventHub/namespaces/eventhubs/consumergroups@2021-11-01 microsoft.EventHub/namespaces/eventhubs/consumergroups@2022-01-01-preview microsoft.EventHub/namespaces/eventhubs/consumergroups@2022-10-01-preview microsoft.EventHub/namespaces/eventhubs/consumergroups@2023-01-01-preview +microsoft.EventHub/namespaces/eventhubs/consumergroups@2024-01-01 microsoft.EventHub/namespaces/disasterRecoveryConfigs@2017-04-01 microsoft.EventHub/namespaces/disasterRecoveryConfigs@2018-01-01-preview microsoft.EventHub/namespaces/disasterRecoveryConfigs@2021-01-01-preview @@ -5392,6 +6340,7 @@ microsoft.EventHub/namespaces/disasterRecoveryConfigs@2021-11-01 microsoft.EventHub/namespaces/disasterRecoveryConfigs@2022-01-01-preview microsoft.EventHub/namespaces/disasterRecoveryConfigs@2022-10-01-preview microsoft.EventHub/namespaces/disasterRecoveryConfigs@2023-01-01-preview +microsoft.EventHub/namespaces/disasterRecoveryConfigs@2024-01-01 microsoft.EventHub/namespaces/networkRuleSets@2017-04-01 microsoft.EventHub/namespaces/networkRuleSets@2018-01-01-preview microsoft.EventHub/namespaces/networkRuleSets@2021-01-01-preview @@ -5400,12 +6349,14 @@ microsoft.EventHub/namespaces/networkRuleSets@2021-11-01 microsoft.EventHub/namespaces/networkRuleSets@2022-01-01-preview microsoft.EventHub/namespaces/networkRuleSets@2022-10-01-preview microsoft.EventHub/namespaces/networkRuleSets@2023-01-01-preview +microsoft.EventHub/namespaces/networkRuleSets@2024-01-01 microsoft.EventHub/clusters@2018-01-01-preview microsoft.EventHub/clusters@2021-06-01-preview microsoft.EventHub/clusters@2021-11-01 microsoft.EventHub/clusters@2022-01-01-preview microsoft.EventHub/clusters@2022-10-01-preview microsoft.EventHub/clusters@2023-01-01-preview +microsoft.EventHub/clusters@2024-01-01 microsoft.EventHub/namespaces/ipfilterrules@2018-01-01-preview microsoft.EventHub/namespaces/privateEndpointConnections@2018-01-01-preview microsoft.EventHub/namespaces/privateEndpointConnections@2021-01-01-preview @@ -5414,14 +6365,17 @@ microsoft.EventHub/namespaces/privateEndpointConnections@2021-11-01 microsoft.EventHub/namespaces/privateEndpointConnections@2022-01-01-preview microsoft.EventHub/namespaces/privateEndpointConnections@2022-10-01-preview microsoft.EventHub/namespaces/privateEndpointConnections@2023-01-01-preview +microsoft.EventHub/namespaces/privateEndpointConnections@2024-01-01 microsoft.EventHub/namespaces/virtualnetworkrules@2018-01-01-preview microsoft.EventHub/namespaces/schemagroups@2021-11-01 microsoft.EventHub/namespaces/schemagroups@2022-01-01-preview microsoft.EventHub/namespaces/schemagroups@2022-10-01-preview microsoft.EventHub/namespaces/schemagroups@2023-01-01-preview +microsoft.EventHub/namespaces/schemagroups@2024-01-01 microsoft.EventHub/namespaces/applicationGroups@2022-01-01-preview microsoft.EventHub/namespaces/applicationGroups@2022-10-01-preview microsoft.EventHub/namespaces/applicationGroups@2023-01-01-preview +microsoft.EventHub/namespaces/applicationGroups@2024-01-01 microsoft.ExtendedLocation/customLocations@2021-03-15-preview microsoft.ExtendedLocation/customLocations@2021-08-15 microsoft.ExtendedLocation/customLocations@2021-08-31-preview @@ -5443,21 +6397,33 @@ microsoft.HanaOnAzure/sapMonitors/providerInstances@2020-02-07-preview microsoft.HardwareSecurityModules/dedicatedHSMs@2018-10-31-preview microsoft.HardwareSecurityModules/dedicatedHSMs@2021-11-30 microsoft.HardwareSecurityModules/cloudHsmClusters@2022-08-31-preview +microsoft.HardwareSecurityModules/cloudHsmClusters@2023-12-10-preview microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections@2022-08-31-preview +microsoft.HardwareSecurityModules/cloudHsmClusters/privateEndpointConnections@2023-12-10-preview microsoft.HDInsight/clusters@2015-03-01-preview microsoft.HDInsight/clusters@2018-06-01-preview microsoft.HDInsight/clusters@2021-06-01 microsoft.HDInsight/clusters@2023-04-15-preview +microsoft.HDInsight/clusters@2023-08-15-preview microsoft.HDInsight/clusters/applications@2015-03-01-preview microsoft.HDInsight/clusters/applications@2018-06-01-preview microsoft.HDInsight/clusters/applications@2021-06-01 microsoft.HDInsight/clusters/applications@2023-04-15-preview +microsoft.HDInsight/clusters/applications@2023-08-15-preview microsoft.HDInsight/clusters/extensions@2015-03-01-preview microsoft.HDInsight/clusters/extensions@2018-06-01-preview microsoft.HDInsight/clusters/extensions@2021-06-01 microsoft.HDInsight/clusters/extensions@2023-04-15-preview +microsoft.HDInsight/clusters/extensions@2023-08-15-preview microsoft.HDInsight/clusters/privateEndpointConnections@2021-06-01 microsoft.HDInsight/clusters/privateEndpointConnections@2023-04-15-preview +microsoft.HDInsight/clusters/privateEndpointConnections@2023-08-15-preview +microsoft.HDInsight/clusterpools@2023-06-01-preview +microsoft.HDInsight/clusterpools@2023-11-01-preview +microsoft.HDInsight/clusterpools@2024-05-01 +microsoft.HDInsight/clusterpools/clusters@2023-06-01-preview +microsoft.HDInsight/clusterpools/clusters@2023-11-01-preview +microsoft.HDInsight/clusterpools/clusters@2024-05-01 microsoft.HealthBot/healthBots@2020-10-20 microsoft.HealthBot/healthBots@2020-10-20-preview microsoft.HealthBot/healthBots@2020-12-08 @@ -5479,6 +6445,11 @@ microsoft.HealthcareApis/services@2022-06-01 microsoft.HealthcareApis/services@2022-10-01-preview microsoft.HealthcareApis/services@2022-12-01 microsoft.HealthcareApis/services@2023-02-28 +microsoft.HealthcareApis/services@2023-09-06 +microsoft.HealthcareApis/services@2023-11-01 +microsoft.HealthcareApis/services@2023-12-01 +microsoft.HealthcareApis/services@2024-03-01 +microsoft.HealthcareApis/services@2024-03-31 microsoft.HealthcareApis/services/privateEndpointConnections@2020-03-30 microsoft.HealthcareApis/services/privateEndpointConnections@2021-01-11 microsoft.HealthcareApis/services/privateEndpointConnections@2021-06-01-preview @@ -5489,6 +6460,11 @@ microsoft.HealthcareApis/services/privateEndpointConnections@2022-06-01 microsoft.HealthcareApis/services/privateEndpointConnections@2022-10-01-preview microsoft.HealthcareApis/services/privateEndpointConnections@2022-12-01 microsoft.HealthcareApis/services/privateEndpointConnections@2023-02-28 +microsoft.HealthcareApis/services/privateEndpointConnections@2023-09-06 +microsoft.HealthcareApis/services/privateEndpointConnections@2023-11-01 +microsoft.HealthcareApis/services/privateEndpointConnections@2023-12-01 +microsoft.HealthcareApis/services/privateEndpointConnections@2024-03-01 +microsoft.HealthcareApis/services/privateEndpointConnections@2024-03-31 microsoft.HealthcareApis/workspaces@2021-06-01-preview microsoft.HealthcareApis/workspaces@2021-11-01 microsoft.HealthcareApis/workspaces@2022-01-31-preview @@ -5497,6 +6473,11 @@ microsoft.HealthcareApis/workspaces@2022-06-01 microsoft.HealthcareApis/workspaces@2022-10-01-preview microsoft.HealthcareApis/workspaces@2022-12-01 microsoft.HealthcareApis/workspaces@2023-02-28 +microsoft.HealthcareApis/workspaces@2023-09-06 +microsoft.HealthcareApis/workspaces@2023-11-01 +microsoft.HealthcareApis/workspaces@2023-12-01 +microsoft.HealthcareApis/workspaces@2024-03-01 +microsoft.HealthcareApis/workspaces@2024-03-31 microsoft.HealthcareApis/workspaces/dicomservices@2021-06-01-preview microsoft.HealthcareApis/workspaces/dicomservices@2021-11-01 microsoft.HealthcareApis/workspaces/dicomservices@2022-01-31-preview @@ -5505,6 +6486,11 @@ microsoft.HealthcareApis/workspaces/dicomservices@2022-06-01 microsoft.HealthcareApis/workspaces/dicomservices@2022-10-01-preview microsoft.HealthcareApis/workspaces/dicomservices@2022-12-01 microsoft.HealthcareApis/workspaces/dicomservices@2023-02-28 +microsoft.HealthcareApis/workspaces/dicomservices@2023-09-06 +microsoft.HealthcareApis/workspaces/dicomservices@2023-11-01 +microsoft.HealthcareApis/workspaces/dicomservices@2023-12-01 +microsoft.HealthcareApis/workspaces/dicomservices@2024-03-01 +microsoft.HealthcareApis/workspaces/dicomservices@2024-03-31 microsoft.HealthcareApis/workspaces/fhirservices@2021-06-01-preview microsoft.HealthcareApis/workspaces/fhirservices@2021-11-01 microsoft.HealthcareApis/workspaces/fhirservices@2022-01-31-preview @@ -5513,6 +6499,11 @@ microsoft.HealthcareApis/workspaces/fhirservices@2022-06-01 microsoft.HealthcareApis/workspaces/fhirservices@2022-10-01-preview microsoft.HealthcareApis/workspaces/fhirservices@2022-12-01 microsoft.HealthcareApis/workspaces/fhirservices@2023-02-28 +microsoft.HealthcareApis/workspaces/fhirservices@2023-09-06 +microsoft.HealthcareApis/workspaces/fhirservices@2023-11-01 +microsoft.HealthcareApis/workspaces/fhirservices@2023-12-01 +microsoft.HealthcareApis/workspaces/fhirservices@2024-03-01 +microsoft.HealthcareApis/workspaces/fhirservices@2024-03-31 microsoft.HealthcareApis/workspaces/iotconnectors@2021-06-01-preview microsoft.HealthcareApis/workspaces/iotconnectors@2021-11-01 microsoft.HealthcareApis/workspaces/iotconnectors@2022-01-31-preview @@ -5521,6 +6512,11 @@ microsoft.HealthcareApis/workspaces/iotconnectors@2022-06-01 microsoft.HealthcareApis/workspaces/iotconnectors@2022-10-01-preview microsoft.HealthcareApis/workspaces/iotconnectors@2022-12-01 microsoft.HealthcareApis/workspaces/iotconnectors@2023-02-28 +microsoft.HealthcareApis/workspaces/iotconnectors@2023-09-06 +microsoft.HealthcareApis/workspaces/iotconnectors@2023-11-01 +microsoft.HealthcareApis/workspaces/iotconnectors@2023-12-01 +microsoft.HealthcareApis/workspaces/iotconnectors@2024-03-01 +microsoft.HealthcareApis/workspaces/iotconnectors@2024-03-31 microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2021-06-01-preview microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2021-11-01 microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-01-31-preview @@ -5529,6 +6525,11 @@ microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-06-01 microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-10-01-preview microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2022-12-01 microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2023-02-28 +microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2023-09-06 +microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2023-11-01 +microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2023-12-01 +microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2024-03-01 +microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations@2024-03-31 microsoft.HealthcareApis/workspaces/privateEndpointConnections@2021-11-01 microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-01-31-preview microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-05-15 @@ -5536,6 +6537,11 @@ microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-06-01 microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-10-01-preview microsoft.HealthcareApis/workspaces/privateEndpointConnections@2022-12-01 microsoft.HealthcareApis/workspaces/privateEndpointConnections@2023-02-28 +microsoft.HealthcareApis/workspaces/privateEndpointConnections@2023-09-06 +microsoft.HealthcareApis/workspaces/privateEndpointConnections@2023-11-01 +microsoft.HealthcareApis/workspaces/privateEndpointConnections@2023-12-01 +microsoft.HealthcareApis/workspaces/privateEndpointConnections@2024-03-01 +microsoft.HealthcareApis/workspaces/privateEndpointConnections@2024-03-31 microsoft.HealthcareApis/workspaces/analyticsconnectors@2022-10-01-preview microsoft.HybridCloud/cloudConnections@2023-01-01-preview microsoft.HybridCloud/cloudConnectors@2023-01-01-preview @@ -5560,6 +6566,7 @@ microsoft.HybridCompute/machines@2022-12-27 microsoft.HybridCompute/machines@2022-12-27-preview microsoft.HybridCompute/machines@2023-03-15-preview microsoft.HybridCompute/machines@2023-04-25-preview +microsoft.HybridCompute/machines@2023-06-20-preview microsoft.HybridCompute/machines/extensions@2019-08-02-preview microsoft.HybridCompute/machines/extensions@2019-12-12 microsoft.HybridCompute/machines/extensions@2020-07-30-preview @@ -5580,6 +6587,7 @@ microsoft.HybridCompute/machines/extensions@2022-12-27 microsoft.HybridCompute/machines/extensions@2022-12-27-preview microsoft.HybridCompute/machines/extensions@2023-03-15-preview microsoft.HybridCompute/machines/extensions@2023-04-25-preview +microsoft.HybridCompute/machines/extensions@2023-06-20-preview microsoft.HybridCompute/privateLinkScopes@2020-08-15-preview microsoft.HybridCompute/privateLinkScopes@2021-01-28-preview microsoft.HybridCompute/privateLinkScopes@2021-03-25-preview @@ -5596,6 +6604,7 @@ microsoft.HybridCompute/privateLinkScopes@2022-12-27 microsoft.HybridCompute/privateLinkScopes@2022-12-27-preview microsoft.HybridCompute/privateLinkScopes@2023-03-15-preview microsoft.HybridCompute/privateLinkScopes@2023-04-25-preview +microsoft.HybridCompute/privateLinkScopes@2023-06-20-preview microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2020-08-15-preview microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-01-28-preview microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2021-03-25-preview @@ -5612,18 +6621,11 @@ microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-12-27 microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2022-12-27-preview microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2023-03-15-preview microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2023-04-25-preview +microsoft.HybridCompute/privateLinkScopes/privateEndpointConnections@2023-06-20-preview microsoft.HybridCompute/privateLinkScopes/scopedResources@2020-08-15-preview microsoft.HybridCompute/machines/runCommands@2023-04-25-preview -microsoft.HybridContainerService/provisionedClusters@2022-05-01-preview -microsoft.HybridContainerService/provisionedClusters@2022-09-01-preview -microsoft.HybridContainerService/provisionedClusters/agentPools@2022-05-01-preview -microsoft.HybridContainerService/provisionedClusters/agentPools@2022-09-01-preview -microsoft.HybridContainerService/provisionedClusters/hybridIdentityMetadata@2022-05-01-preview -microsoft.HybridContainerService/provisionedClusters/hybridIdentityMetadata@2022-09-01-preview -microsoft.HybridContainerService/storageSpaces@2022-05-01-preview -microsoft.HybridContainerService/storageSpaces@2022-09-01-preview -microsoft.HybridContainerService/virtualNetworks@2022-05-01-preview -microsoft.HybridContainerService/virtualNetworks@2022-09-01-preview +microsoft.HybridCompute/licenses@2023-06-20-preview +microsoft.HybridCompute/machines/licenseProfiles@2023-06-20-preview microsoft.HybridData/dataManagers@2016-06-01 microsoft.HybridData/dataManagers@2019-06-01 microsoft.HybridData/dataManagers/dataServices/jobDefinitions@2016-06-01 @@ -5636,9 +6638,25 @@ microsoft.HybridNetwork/devices@2022-01-01-preview microsoft.HybridNetwork/networkFunctions@2020-01-01-preview microsoft.HybridNetwork/networkFunctions@2021-05-01 microsoft.HybridNetwork/networkFunctions@2022-01-01-preview +microsoft.HybridNetwork/networkFunctions@2023-09-01 +microsoft.HybridNetwork/configurationGroupValues@2023-09-01 +microsoft.HybridNetwork/publishers@2023-09-01 +microsoft.HybridNetwork/publishers/artifactStores@2023-09-01 +microsoft.HybridNetwork/publishers/artifactStores/artifactManifests@2023-09-01 +microsoft.HybridNetwork/publishers/configurationGroupSchemas@2023-09-01 +microsoft.HybridNetwork/publishers/networkFunctionDefinitionGroups@2023-09-01 +microsoft.HybridNetwork/publishers/networkFunctionDefinitionGroups/networkFunctionDefinitionVersions@2023-09-01 +microsoft.HybridNetwork/publishers/networkServiceDesignGroups@2023-09-01 +microsoft.HybridNetwork/publishers/networkServiceDesignGroups/networkServiceDesignVersions@2023-09-01 +microsoft.HybridNetwork/siteNetworkServices@2023-09-01 +microsoft.HybridNetwork/sites@2023-09-01 microsoft.ImportExport/jobs@2016-11-01 microsoft.ImportExport/jobs@2020-08-01 microsoft.ImportExport/jobs@2021-01-01 +microsoft.Insights/components@2015-05-01 +microsoft.Insights/components@2018-05-01-preview +microsoft.Insights/components@2020-02-02 +microsoft.Insights/components@2020-02-02-preview microsoft.insights/components/analyticsItems@2015-05-01 microsoft.Insights/components/Annotations@2015-05-01 microsoft.Insights/components/currentbillingfeatures@2015-05-01 @@ -5650,18 +6668,27 @@ microsoft.Insights/components/ProactiveDetectionConfigs@2018-05-01-preview microsoft.Insights/myWorkbooks@2015-05-01 microsoft.Insights/myWorkbooks@2020-10-20 microsoft.Insights/myWorkbooks@2021-03-08 +microsoft.Insights/webtests@2015-05-01 +microsoft.Insights/webtests@2018-05-01-preview +microsoft.Insights/webtests@2020-10-05-preview +microsoft.Insights/webtests@2022-06-15 microsoft.insights/workbooks@2015-05-01 microsoft.insights/workbooks@2018-06-17-preview microsoft.insights/workbooks@2020-10-20 microsoft.insights/workbooks@2021-03-08 microsoft.insights/workbooks@2021-08-01 microsoft.insights/workbooks@2022-04-01 +microsoft.insights/workbooks@2023-06-01 microsoft.insights/components/pricingPlans@2017-10-01 microsoft.insights/workbooktemplates@2019-10-17-preview microsoft.insights/workbooktemplates@2020-11-20 microsoft.insights/components/linkedStorageAccounts@2020-03-01-preview microsoft.Insights/alertrules@2014-04-01 microsoft.Insights/alertrules@2016-03-01 +microsoft.Insights/autoscalesettings@2014-04-01 +microsoft.Insights/autoscalesettings@2015-04-01 +microsoft.Insights/autoscalesettings@2021-05-01-preview +microsoft.Insights/autoscalesettings@2022-10-01 microsoft.insights/activityLogAlerts@2017-03-01-preview microsoft.insights/activityLogAlerts@2017-04-01 microsoft.insights/activityLogAlerts@2020-10-01 @@ -5683,6 +6710,7 @@ microsoft.Insights/scheduledQueryRules@2021-08-01 microsoft.Insights/scheduledQueryRules@2022-06-15 microsoft.Insights/scheduledQueryRules@2022-08-01-preview microsoft.Insights/scheduledQueryRules@2023-03-15-preview +microsoft.Insights/scheduledQueryRules@2023-12-01 microsoft.insights/guestDiagnosticSettings@2018-06-01-preview microsoft.insights/privateLinkScopes@2019-10-17-preview microsoft.insights/privateLinkScopes@2021-07-01-preview @@ -5694,15 +6722,30 @@ microsoft.Insights/dataCollectionRules@2019-11-01-preview microsoft.Insights/dataCollectionRules@2021-04-01 microsoft.Insights/dataCollectionRules@2021-09-01-preview microsoft.Insights/dataCollectionRules@2022-06-01 +microsoft.Insights/dataCollectionRules@2023-03-11 microsoft.Insights/dataCollectionEndpoints@2021-04-01 microsoft.Insights/dataCollectionEndpoints@2021-09-01-preview microsoft.Insights/dataCollectionEndpoints@2022-06-01 +microsoft.Insights/dataCollectionEndpoints@2023-03-11 +microsoft.IntegrationSpaces/spaces@2023-11-14-preview +microsoft.IntegrationSpaces/spaces/applications@2023-11-14-preview +microsoft.IntegrationSpaces/spaces/applications/businessProcesses@2023-11-14-preview +microsoft.IntegrationSpaces/spaces/applications/resources@2023-11-14-preview +microsoft.IntegrationSpaces/spaces/infrastructureResources@2023-11-14-preview microsoft.IoTCentral/iotApps@2018-09-01 microsoft.IoTCentral/iotApps@2021-06-01 microsoft.IoTCentral/iotApps@2021-11-01-preview microsoft.IoTCentral/iotApps/privateEndpointConnections@2021-11-01-preview microsoft.IoTFirmwareDefense/workspaces@2023-02-08-preview +microsoft.IoTFirmwareDefense/workspaces@2024-01-10 microsoft.IoTFirmwareDefense/workspaces/firmwares@2023-02-08-preview +microsoft.IoTFirmwareDefense/workspaces/firmwares@2024-01-10 +microsoft.IoTOperationsDataProcessor/instances@2023-10-04-preview +microsoft.IoTOperationsDataProcessor/instances/datasets@2023-10-04-preview +microsoft.IoTOperationsDataProcessor/instances/pipelines@2023-10-04-preview +microsoft.IoTOperationsOrchestrator/instances@2023-10-04-preview +microsoft.IoTOperationsOrchestrator/solutions@2023-10-04-preview +microsoft.IoTOperationsOrchestrator/targets@2023-10-04-preview microsoft.KeyVault/vaults@2015-06-01 microsoft.KeyVault/vaults@2016-10-01 microsoft.KeyVault/vaults@2018-02-14 @@ -5717,6 +6760,7 @@ microsoft.KeyVault/vaults@2022-02-01-preview microsoft.KeyVault/vaults@2022-07-01 microsoft.KeyVault/vaults@2022-11-01 microsoft.KeyVault/vaults@2023-02-01 +microsoft.KeyVault/vaults@2023-07-01 microsoft.KeyVault/vaults/accessPolicies@2016-10-01 microsoft.KeyVault/vaults/accessPolicies@2018-02-14 microsoft.KeyVault/vaults/accessPolicies@2018-02-14-preview @@ -5730,6 +6774,7 @@ microsoft.KeyVault/vaults/accessPolicies@2022-02-01-preview microsoft.KeyVault/vaults/accessPolicies@2022-07-01 microsoft.KeyVault/vaults/accessPolicies@2022-11-01 microsoft.KeyVault/vaults/accessPolicies@2023-02-01 +microsoft.KeyVault/vaults/accessPolicies@2023-07-01 microsoft.KeyVault/vaults/secrets@2016-10-01 microsoft.KeyVault/vaults/secrets@2018-02-14 microsoft.KeyVault/vaults/secrets@2018-02-14-preview @@ -5743,6 +6788,7 @@ microsoft.KeyVault/vaults/secrets@2022-02-01-preview microsoft.KeyVault/vaults/secrets@2022-07-01 microsoft.KeyVault/vaults/secrets@2022-11-01 microsoft.KeyVault/vaults/secrets@2023-02-01 +microsoft.KeyVault/vaults/secrets@2023-07-01 microsoft.KeyVault/vaults/privateEndpointConnections@2018-02-14 microsoft.KeyVault/vaults/privateEndpointConnections@2019-09-01 microsoft.KeyVault/vaults/privateEndpointConnections@2020-04-01-preview @@ -5754,6 +6800,7 @@ microsoft.KeyVault/vaults/privateEndpointConnections@2022-02-01-preview microsoft.KeyVault/vaults/privateEndpointConnections@2022-07-01 microsoft.KeyVault/vaults/privateEndpointConnections@2022-11-01 microsoft.KeyVault/vaults/privateEndpointConnections@2023-02-01 +microsoft.KeyVault/vaults/privateEndpointConnections@2023-07-01 microsoft.KeyVault/vaults/keys@2019-09-01 microsoft.KeyVault/vaults/keys@2020-04-01-preview microsoft.KeyVault/vaults/keys@2021-04-01-preview @@ -5764,6 +6811,7 @@ microsoft.KeyVault/vaults/keys@2022-02-01-preview microsoft.KeyVault/vaults/keys@2022-07-01 microsoft.KeyVault/vaults/keys@2022-11-01 microsoft.KeyVault/vaults/keys@2023-02-01 +microsoft.KeyVault/vaults/keys@2023-07-01 microsoft.KeyVault/managedHSMs@2020-04-01-preview microsoft.KeyVault/managedHSMs@2021-04-01-preview microsoft.KeyVault/managedHSMs@2021-06-01-preview @@ -5773,6 +6821,7 @@ microsoft.KeyVault/managedHSMs@2022-02-01-preview microsoft.KeyVault/managedHSMs@2022-07-01 microsoft.KeyVault/managedHSMs@2022-11-01 microsoft.KeyVault/managedHSMs@2023-02-01 +microsoft.KeyVault/managedHSMs@2023-07-01 microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-04-01-preview microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-06-01-preview microsoft.KeyVault/managedHSMs/privateEndpointConnections@2021-10-01 @@ -5781,14 +6830,19 @@ microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-02-01-preview microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-07-01 microsoft.KeyVault/managedHSMs/privateEndpointConnections@2022-11-01 microsoft.KeyVault/managedHSMs/privateEndpointConnections@2023-02-01 +microsoft.KeyVault/managedHSMs/privateEndpointConnections@2023-07-01 microsoft.KeyVault/managedHSMs/keys@2022-11-01 microsoft.KeyVault/managedHSMs/keys@2023-02-01 +microsoft.KeyVault/managedHSMs/keys@2023-07-01 microsoft.Kubernetes/connectedClusters@2020-01-01-preview microsoft.Kubernetes/connectedClusters@2021-03-01 microsoft.Kubernetes/connectedClusters@2021-04-01-preview microsoft.Kubernetes/connectedClusters@2021-10-01 microsoft.Kubernetes/connectedClusters@2022-05-01-preview microsoft.Kubernetes/connectedClusters@2022-10-01-preview +microsoft.Kubernetes/connectedClusters@2023-11-01-preview +microsoft.Kubernetes/connectedClusters@2024-01-01 +microsoft.Kubernetes/connectedClusters@2024-02-01-preview microsoft.KubernetesConfiguration/privateLinkScopes@2022-04-02-preview microsoft.KubernetesConfiguration/privateLinkScopes/privateEndpointConnections@2022-04-02-preview microsoft.Kusto/clusters/databases/eventhubconnections@2018-09-07-preview @@ -5806,6 +6860,7 @@ microsoft.Kusto/clusters/databases/dataConnections@2022-07-07 microsoft.Kusto/clusters/databases/dataConnections@2022-11-11 microsoft.Kusto/clusters/databases/dataConnections@2022-12-29 microsoft.Kusto/clusters/databases/dataConnections@2023-05-02 +microsoft.Kusto/clusters/databases/dataConnections@2023-08-15 microsoft.Kusto/clusters/attachedDatabaseConfigurations@2019-09-07 microsoft.Kusto/clusters/attachedDatabaseConfigurations@2019-11-09 microsoft.Kusto/clusters/attachedDatabaseConfigurations@2020-02-15 @@ -5818,6 +6873,7 @@ microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-07-07 microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-11-11 microsoft.Kusto/clusters/attachedDatabaseConfigurations@2022-12-29 microsoft.Kusto/clusters/attachedDatabaseConfigurations@2023-05-02 +microsoft.Kusto/clusters/attachedDatabaseConfigurations@2023-08-15 microsoft.Kusto/clusters/databases/principalAssignments@2019-11-09 microsoft.Kusto/clusters/databases/principalAssignments@2020-02-15 microsoft.Kusto/clusters/databases/principalAssignments@2020-06-14 @@ -5829,6 +6885,7 @@ microsoft.Kusto/clusters/databases/principalAssignments@2022-07-07 microsoft.Kusto/clusters/databases/principalAssignments@2022-11-11 microsoft.Kusto/clusters/databases/principalAssignments@2022-12-29 microsoft.Kusto/clusters/databases/principalAssignments@2023-05-02 +microsoft.Kusto/clusters/databases/principalAssignments@2023-08-15 microsoft.Kusto/clusters/dataconnections@2019-11-09 microsoft.Kusto/clusters/dataconnections@2020-02-15 microsoft.Kusto/clusters/dataconnections@2020-06-14 @@ -5840,6 +6897,7 @@ microsoft.Kusto/clusters/dataconnections@2022-07-07 microsoft.Kusto/clusters/dataconnections@2022-11-11 microsoft.Kusto/clusters/dataconnections@2022-12-29 microsoft.Kusto/clusters/dataconnections@2023-05-02 +microsoft.Kusto/clusters/dataconnections@2023-08-15 microsoft.Kusto/clusters/principalAssignments@2019-11-09 microsoft.Kusto/clusters/principalAssignments@2020-02-15 microsoft.Kusto/clusters/principalAssignments@2020-06-14 @@ -5851,6 +6909,7 @@ microsoft.Kusto/clusters/principalAssignments@2022-07-07 microsoft.Kusto/clusters/principalAssignments@2022-11-11 microsoft.Kusto/clusters/principalAssignments@2022-12-29 microsoft.Kusto/clusters/principalAssignments@2023-05-02 +microsoft.Kusto/clusters/principalAssignments@2023-08-15 microsoft.Kusto/clusters/databases/scripts@2021-01-01 microsoft.Kusto/clusters/databases/scripts@2021-08-27 microsoft.Kusto/clusters/databases/scripts@2022-02-01 @@ -5858,18 +6917,22 @@ microsoft.Kusto/clusters/databases/scripts@2022-07-07 microsoft.Kusto/clusters/databases/scripts@2022-11-11 microsoft.Kusto/clusters/databases/scripts@2022-12-29 microsoft.Kusto/clusters/databases/scripts@2023-05-02 +microsoft.Kusto/clusters/databases/scripts@2023-08-15 microsoft.Kusto/clusters/managedPrivateEndpoints@2021-08-27 microsoft.Kusto/clusters/managedPrivateEndpoints@2022-02-01 microsoft.Kusto/clusters/managedPrivateEndpoints@2022-07-07 microsoft.Kusto/clusters/managedPrivateEndpoints@2022-11-11 microsoft.Kusto/clusters/managedPrivateEndpoints@2022-12-29 microsoft.Kusto/clusters/managedPrivateEndpoints@2023-05-02 +microsoft.Kusto/clusters/managedPrivateEndpoints@2023-08-15 microsoft.Kusto/clusters/privateEndpointConnections@2021-08-27 microsoft.Kusto/clusters/privateEndpointConnections@2022-02-01 microsoft.Kusto/clusters/privateEndpointConnections@2022-07-07 microsoft.Kusto/clusters/privateEndpointConnections@2022-11-11 microsoft.Kusto/clusters/privateEndpointConnections@2022-12-29 microsoft.Kusto/clusters/privateEndpointConnections@2023-05-02 +microsoft.Kusto/clusters/privateEndpointConnections@2023-08-15 +microsoft.Kusto/clusters/sandboxCustomImages@2023-08-15 microsoft.LabServices/labaccounts@2018-10-15 microsoft.LabServices/labaccounts/galleryimages@2018-10-15 microsoft.LabServices/labaccounts/labs@2018-10-15 @@ -5967,6 +7030,9 @@ microsoft.MachineLearningServices/workspaces@2023-02-01-preview microsoft.MachineLearningServices/workspaces@2023-04-01 microsoft.MachineLearningServices/workspaces@2023-04-01-preview microsoft.MachineLearningServices/workspaces@2023-06-01-preview +microsoft.MachineLearningServices/workspaces@2023-08-01-preview +microsoft.MachineLearningServices/workspaces@2023-10-01 +microsoft.MachineLearningServices/workspaces@2024-01-01-preview microsoft.MachineLearningServices/workspaces/computes@2018-03-01-preview microsoft.MachineLearningServices/workspaces/computes@2018-11-19 microsoft.MachineLearningServices/workspaces/computes@2019-05-01 @@ -5996,6 +7062,9 @@ microsoft.MachineLearningServices/workspaces/computes@2023-02-01-preview microsoft.MachineLearningServices/workspaces/computes@2023-04-01 microsoft.MachineLearningServices/workspaces/computes@2023-04-01-preview microsoft.MachineLearningServices/workspaces/computes@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/computes@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/computes@2023-10-01 +microsoft.MachineLearningServices/workspaces/computes@2024-01-01-preview microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-01-01 microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-02-18-preview microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2020-03-01 @@ -6020,6 +7089,9 @@ microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-02- microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-04-01 microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-04-01-preview microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2023-10-01 +microsoft.MachineLearningServices/workspaces/privateEndpointConnections@2024-01-01-preview microsoft.MachineLearningServices/workspaces/datasets@2020-05-01-preview microsoft.MachineLearningServices/workspaces/datastores@2020-05-01-preview microsoft.MachineLearningServices/workspaces/datastores@2021-03-01-preview @@ -6033,6 +7105,9 @@ microsoft.MachineLearningServices/workspaces/datastores@2023-02-01-preview microsoft.MachineLearningServices/workspaces/datastores@2023-04-01 microsoft.MachineLearningServices/workspaces/datastores@2023-04-01-preview microsoft.MachineLearningServices/workspaces/datastores@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/datastores@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/datastores@2023-10-01 +microsoft.MachineLearningServices/workspaces/datastores@2024-01-01-preview microsoft.MachineLearningServices/workspaces/linkedWorkspaces@2020-05-01-preview microsoft.MachineLearningServices/workspaces/linkedWorkspaces@2020-05-15-preview microsoft.MachineLearningServices/workspaces/services@2020-05-01-preview @@ -6058,6 +7133,9 @@ microsoft.MachineLearningServices/workspaces/connections@2023-02-01-preview microsoft.MachineLearningServices/workspaces/connections@2023-04-01 microsoft.MachineLearningServices/workspaces/connections@2023-04-01-preview microsoft.MachineLearningServices/workspaces/connections@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/connections@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/connections@2023-10-01 +microsoft.MachineLearningServices/workspaces/connections@2024-01-01-preview microsoft.MachineLearningServices/workspaces/labelingJobs@2020-09-01-preview microsoft.MachineLearningServices/workspaces/labelingJobs@2021-03-01-preview microsoft.MachineLearningServices/workspaces/labelingJobs@2022-06-01-preview @@ -6066,6 +7144,8 @@ microsoft.MachineLearningServices/workspaces/labelingJobs@2022-12-01-preview microsoft.MachineLearningServices/workspaces/labelingJobs@2023-02-01-preview microsoft.MachineLearningServices/workspaces/labelingJobs@2023-04-01-preview microsoft.MachineLearningServices/workspaces/labelingJobs@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/labelingJobs@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/labelingJobs@2024-01-01-preview microsoft.MachineLearningServices/workspaces/linkedServices@2020-09-01-preview microsoft.MachineLearningServices/workspaces/batchEndpoints@2021-03-01-preview microsoft.MachineLearningServices/workspaces/batchEndpoints@2022-02-01-preview @@ -6078,6 +7158,9 @@ microsoft.MachineLearningServices/workspaces/batchEndpoints@2023-02-01-preview microsoft.MachineLearningServices/workspaces/batchEndpoints@2023-04-01 microsoft.MachineLearningServices/workspaces/batchEndpoints@2023-04-01-preview microsoft.MachineLearningServices/workspaces/batchEndpoints@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/batchEndpoints@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/batchEndpoints@2023-10-01 +microsoft.MachineLearningServices/workspaces/batchEndpoints@2024-01-01-preview microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2021-03-01-preview microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-02-01-preview microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2022-05-01 @@ -6089,6 +7172,9 @@ microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2023-02- microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2023-04-01 microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2023-04-01-preview microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2023-10-01 +microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments@2024-01-01-preview microsoft.MachineLearningServices/workspaces/codes@2021-03-01-preview microsoft.MachineLearningServices/workspaces/codes@2022-02-01-preview microsoft.MachineLearningServices/workspaces/codes@2022-05-01 @@ -6100,6 +7186,9 @@ microsoft.MachineLearningServices/workspaces/codes@2023-02-01-preview microsoft.MachineLearningServices/workspaces/codes@2023-04-01 microsoft.MachineLearningServices/workspaces/codes@2023-04-01-preview microsoft.MachineLearningServices/workspaces/codes@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/codes@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/codes@2023-10-01 +microsoft.MachineLearningServices/workspaces/codes@2024-01-01-preview microsoft.MachineLearningServices/workspaces/codes/versions@2021-03-01-preview microsoft.MachineLearningServices/workspaces/codes/versions@2022-02-01-preview microsoft.MachineLearningServices/workspaces/codes/versions@2022-05-01 @@ -6111,6 +7200,9 @@ microsoft.MachineLearningServices/workspaces/codes/versions@2023-02-01-preview microsoft.MachineLearningServices/workspaces/codes/versions@2023-04-01 microsoft.MachineLearningServices/workspaces/codes/versions@2023-04-01-preview microsoft.MachineLearningServices/workspaces/codes/versions@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/codes/versions@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/codes/versions@2023-10-01 +microsoft.MachineLearningServices/workspaces/codes/versions@2024-01-01-preview microsoft.MachineLearningServices/workspaces/data@2021-03-01-preview microsoft.MachineLearningServices/workspaces/data@2022-02-01-preview microsoft.MachineLearningServices/workspaces/data@2022-05-01 @@ -6122,6 +7214,9 @@ microsoft.MachineLearningServices/workspaces/data@2023-02-01-preview microsoft.MachineLearningServices/workspaces/data@2023-04-01 microsoft.MachineLearningServices/workspaces/data@2023-04-01-preview microsoft.MachineLearningServices/workspaces/data@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/data@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/data@2023-10-01 +microsoft.MachineLearningServices/workspaces/data@2024-01-01-preview microsoft.MachineLearningServices/workspaces/data/versions@2021-03-01-preview microsoft.MachineLearningServices/workspaces/data/versions@2022-02-01-preview microsoft.MachineLearningServices/workspaces/data/versions@2022-05-01 @@ -6133,6 +7228,9 @@ microsoft.MachineLearningServices/workspaces/data/versions@2023-02-01-preview microsoft.MachineLearningServices/workspaces/data/versions@2023-04-01 microsoft.MachineLearningServices/workspaces/data/versions@2023-04-01-preview microsoft.MachineLearningServices/workspaces/data/versions@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/data/versions@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/data/versions@2023-10-01 +microsoft.MachineLearningServices/workspaces/data/versions@2024-01-01-preview microsoft.MachineLearningServices/workspaces/environments@2021-03-01-preview microsoft.MachineLearningServices/workspaces/environments@2022-02-01-preview microsoft.MachineLearningServices/workspaces/environments@2022-05-01 @@ -6144,6 +7242,9 @@ microsoft.MachineLearningServices/workspaces/environments@2023-02-01-preview microsoft.MachineLearningServices/workspaces/environments@2023-04-01 microsoft.MachineLearningServices/workspaces/environments@2023-04-01-preview microsoft.MachineLearningServices/workspaces/environments@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/environments@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/environments@2023-10-01 +microsoft.MachineLearningServices/workspaces/environments@2024-01-01-preview microsoft.MachineLearningServices/workspaces/environments/versions@2021-03-01-preview microsoft.MachineLearningServices/workspaces/environments/versions@2022-02-01-preview microsoft.MachineLearningServices/workspaces/environments/versions@2022-05-01 @@ -6155,6 +7256,9 @@ microsoft.MachineLearningServices/workspaces/environments/versions@2023-02-01-pr microsoft.MachineLearningServices/workspaces/environments/versions@2023-04-01 microsoft.MachineLearningServices/workspaces/environments/versions@2023-04-01-preview microsoft.MachineLearningServices/workspaces/environments/versions@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/environments/versions@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/environments/versions@2023-10-01 +microsoft.MachineLearningServices/workspaces/environments/versions@2024-01-01-preview microsoft.MachineLearningServices/workspaces/jobs@2021-03-01-preview microsoft.MachineLearningServices/workspaces/jobs@2022-02-01-preview microsoft.MachineLearningServices/workspaces/jobs@2022-05-01 @@ -6166,6 +7270,9 @@ microsoft.MachineLearningServices/workspaces/jobs@2023-02-01-preview microsoft.MachineLearningServices/workspaces/jobs@2023-04-01 microsoft.MachineLearningServices/workspaces/jobs@2023-04-01-preview microsoft.MachineLearningServices/workspaces/jobs@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/jobs@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/jobs@2023-10-01 +microsoft.MachineLearningServices/workspaces/jobs@2024-01-01-preview microsoft.MachineLearningServices/workspaces/models@2021-03-01-preview microsoft.MachineLearningServices/workspaces/models@2022-02-01-preview microsoft.MachineLearningServices/workspaces/models@2022-05-01 @@ -6177,6 +7284,9 @@ microsoft.MachineLearningServices/workspaces/models@2023-02-01-preview microsoft.MachineLearningServices/workspaces/models@2023-04-01 microsoft.MachineLearningServices/workspaces/models@2023-04-01-preview microsoft.MachineLearningServices/workspaces/models@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/models@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/models@2023-10-01 +microsoft.MachineLearningServices/workspaces/models@2024-01-01-preview microsoft.MachineLearningServices/workspaces/models/versions@2021-03-01-preview microsoft.MachineLearningServices/workspaces/models/versions@2022-02-01-preview microsoft.MachineLearningServices/workspaces/models/versions@2022-05-01 @@ -6188,6 +7298,9 @@ microsoft.MachineLearningServices/workspaces/models/versions@2023-02-01-preview microsoft.MachineLearningServices/workspaces/models/versions@2023-04-01 microsoft.MachineLearningServices/workspaces/models/versions@2023-04-01-preview microsoft.MachineLearningServices/workspaces/models/versions@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/models/versions@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/models/versions@2023-10-01 +microsoft.MachineLearningServices/workspaces/models/versions@2024-01-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints@2021-03-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-02-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints@2022-05-01 @@ -6199,6 +7312,9 @@ microsoft.MachineLearningServices/workspaces/onlineEndpoints@2023-02-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints@2023-04-01 microsoft.MachineLearningServices/workspaces/onlineEndpoints@2023-04-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/onlineEndpoints@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/onlineEndpoints@2023-10-01 +microsoft.MachineLearningServices/workspaces/onlineEndpoints@2024-01-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2021-03-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-02-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2022-05-01 @@ -6210,6 +7326,9 @@ microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2023-02 microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2023-04-01 microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2023-04-01-preview microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2023-10-01 +microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments@2024-01-01-preview microsoft.MachineLearningServices/workspaces/components@2022-02-01-preview microsoft.MachineLearningServices/workspaces/components@2022-05-01 microsoft.MachineLearningServices/workspaces/components@2022-06-01-preview @@ -6220,6 +7339,9 @@ microsoft.MachineLearningServices/workspaces/components@2023-02-01-preview microsoft.MachineLearningServices/workspaces/components@2023-04-01 microsoft.MachineLearningServices/workspaces/components@2023-04-01-preview microsoft.MachineLearningServices/workspaces/components@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/components@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/components@2023-10-01 +microsoft.MachineLearningServices/workspaces/components@2024-01-01-preview microsoft.MachineLearningServices/workspaces/components/versions@2022-02-01-preview microsoft.MachineLearningServices/workspaces/components/versions@2022-05-01 microsoft.MachineLearningServices/workspaces/components/versions@2022-06-01-preview @@ -6230,6 +7352,9 @@ microsoft.MachineLearningServices/workspaces/components/versions@2023-02-01-prev microsoft.MachineLearningServices/workspaces/components/versions@2023-04-01 microsoft.MachineLearningServices/workspaces/components/versions@2023-04-01-preview microsoft.MachineLearningServices/workspaces/components/versions@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/components/versions@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/components/versions@2023-10-01 +microsoft.MachineLearningServices/workspaces/components/versions@2024-01-01-preview microsoft.MachineLearningServices/workspaces/schedules@2022-06-01-preview microsoft.MachineLearningServices/workspaces/schedules@2022-10-01 microsoft.MachineLearningServices/workspaces/schedules@2022-10-01-preview @@ -6238,82 +7363,146 @@ microsoft.MachineLearningServices/workspaces/schedules@2023-02-01-preview microsoft.MachineLearningServices/workspaces/schedules@2023-04-01 microsoft.MachineLearningServices/workspaces/schedules@2023-04-01-preview microsoft.MachineLearningServices/workspaces/schedules@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/schedules@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/schedules@2023-10-01 +microsoft.MachineLearningServices/workspaces/schedules@2024-01-01-preview microsoft.MachineLearningServices/registries@2022-10-01-preview microsoft.MachineLearningServices/registries@2022-12-01-preview microsoft.MachineLearningServices/registries@2023-02-01-preview microsoft.MachineLearningServices/registries@2023-04-01 microsoft.MachineLearningServices/registries@2023-04-01-preview microsoft.MachineLearningServices/registries@2023-06-01-preview +microsoft.MachineLearningServices/registries@2023-08-01-preview +microsoft.MachineLearningServices/registries@2023-10-01 +microsoft.MachineLearningServices/registries@2024-01-01-preview microsoft.MachineLearningServices/registries/codes@2022-10-01-preview microsoft.MachineLearningServices/registries/codes@2022-12-01-preview microsoft.MachineLearningServices/registries/codes@2023-02-01-preview microsoft.MachineLearningServices/registries/codes@2023-04-01 microsoft.MachineLearningServices/registries/codes@2023-04-01-preview microsoft.MachineLearningServices/registries/codes@2023-06-01-preview +microsoft.MachineLearningServices/registries/codes@2023-08-01-preview +microsoft.MachineLearningServices/registries/codes@2023-10-01 +microsoft.MachineLearningServices/registries/codes@2024-01-01-preview microsoft.MachineLearningServices/registries/codes/versions@2022-10-01-preview microsoft.MachineLearningServices/registries/codes/versions@2022-12-01-preview microsoft.MachineLearningServices/registries/codes/versions@2023-02-01-preview microsoft.MachineLearningServices/registries/codes/versions@2023-04-01 microsoft.MachineLearningServices/registries/codes/versions@2023-04-01-preview microsoft.MachineLearningServices/registries/codes/versions@2023-06-01-preview +microsoft.MachineLearningServices/registries/codes/versions@2023-08-01-preview +microsoft.MachineLearningServices/registries/codes/versions@2023-10-01 +microsoft.MachineLearningServices/registries/codes/versions@2024-01-01-preview microsoft.MachineLearningServices/registries/components@2022-10-01-preview microsoft.MachineLearningServices/registries/components@2022-12-01-preview microsoft.MachineLearningServices/registries/components@2023-02-01-preview microsoft.MachineLearningServices/registries/components@2023-04-01 microsoft.MachineLearningServices/registries/components@2023-04-01-preview microsoft.MachineLearningServices/registries/components@2023-06-01-preview +microsoft.MachineLearningServices/registries/components@2023-08-01-preview +microsoft.MachineLearningServices/registries/components@2023-10-01 +microsoft.MachineLearningServices/registries/components@2024-01-01-preview microsoft.MachineLearningServices/registries/components/versions@2022-10-01-preview microsoft.MachineLearningServices/registries/components/versions@2022-12-01-preview microsoft.MachineLearningServices/registries/components/versions@2023-02-01-preview microsoft.MachineLearningServices/registries/components/versions@2023-04-01 microsoft.MachineLearningServices/registries/components/versions@2023-04-01-preview microsoft.MachineLearningServices/registries/components/versions@2023-06-01-preview +microsoft.MachineLearningServices/registries/components/versions@2023-08-01-preview +microsoft.MachineLearningServices/registries/components/versions@2023-10-01 +microsoft.MachineLearningServices/registries/components/versions@2024-01-01-preview microsoft.MachineLearningServices/registries/environments@2022-10-01-preview microsoft.MachineLearningServices/registries/environments@2022-12-01-preview microsoft.MachineLearningServices/registries/environments@2023-02-01-preview microsoft.MachineLearningServices/registries/environments@2023-04-01 microsoft.MachineLearningServices/registries/environments@2023-04-01-preview microsoft.MachineLearningServices/registries/environments@2023-06-01-preview +microsoft.MachineLearningServices/registries/environments@2023-08-01-preview +microsoft.MachineLearningServices/registries/environments@2023-10-01 +microsoft.MachineLearningServices/registries/environments@2024-01-01-preview microsoft.MachineLearningServices/registries/environments/versions@2022-10-01-preview microsoft.MachineLearningServices/registries/environments/versions@2022-12-01-preview microsoft.MachineLearningServices/registries/environments/versions@2023-02-01-preview microsoft.MachineLearningServices/registries/environments/versions@2023-04-01 microsoft.MachineLearningServices/registries/environments/versions@2023-04-01-preview microsoft.MachineLearningServices/registries/environments/versions@2023-06-01-preview +microsoft.MachineLearningServices/registries/environments/versions@2023-08-01-preview +microsoft.MachineLearningServices/registries/environments/versions@2023-10-01 +microsoft.MachineLearningServices/registries/environments/versions@2024-01-01-preview microsoft.MachineLearningServices/registries/models@2022-10-01-preview microsoft.MachineLearningServices/registries/models@2022-12-01-preview microsoft.MachineLearningServices/registries/models@2023-02-01-preview microsoft.MachineLearningServices/registries/models@2023-04-01 microsoft.MachineLearningServices/registries/models@2023-04-01-preview microsoft.MachineLearningServices/registries/models@2023-06-01-preview +microsoft.MachineLearningServices/registries/models@2023-08-01-preview +microsoft.MachineLearningServices/registries/models@2023-10-01 +microsoft.MachineLearningServices/registries/models@2024-01-01-preview microsoft.MachineLearningServices/registries/models/versions@2022-10-01-preview microsoft.MachineLearningServices/registries/models/versions@2022-12-01-preview microsoft.MachineLearningServices/registries/models/versions@2023-02-01-preview microsoft.MachineLearningServices/registries/models/versions@2023-04-01 microsoft.MachineLearningServices/registries/models/versions@2023-04-01-preview microsoft.MachineLearningServices/registries/models/versions@2023-06-01-preview +microsoft.MachineLearningServices/registries/models/versions@2023-08-01-preview +microsoft.MachineLearningServices/registries/models/versions@2023-10-01 +microsoft.MachineLearningServices/registries/models/versions@2024-01-01-preview microsoft.MachineLearningServices/registries/data@2023-02-01-preview microsoft.MachineLearningServices/registries/data@2023-04-01 microsoft.MachineLearningServices/registries/data@2023-04-01-preview microsoft.MachineLearningServices/registries/data@2023-06-01-preview +microsoft.MachineLearningServices/registries/data@2023-08-01-preview +microsoft.MachineLearningServices/registries/data@2023-10-01 +microsoft.MachineLearningServices/registries/data@2024-01-01-preview microsoft.MachineLearningServices/registries/data/versions@2023-02-01-preview microsoft.MachineLearningServices/registries/data/versions@2023-04-01 microsoft.MachineLearningServices/registries/data/versions@2023-04-01-preview microsoft.MachineLearningServices/registries/data/versions@2023-06-01-preview +microsoft.MachineLearningServices/registries/data/versions@2023-08-01-preview +microsoft.MachineLearningServices/registries/data/versions@2023-10-01 +microsoft.MachineLearningServices/registries/data/versions@2024-01-01-preview microsoft.MachineLearningServices/workspaces/featuresets@2023-02-01-preview microsoft.MachineLearningServices/workspaces/featuresets@2023-04-01-preview microsoft.MachineLearningServices/workspaces/featuresets@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/featuresets@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/featuresets@2023-10-01 +microsoft.MachineLearningServices/workspaces/featuresets@2024-01-01-preview microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-02-01-preview microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-04-01-preview microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/featuresets/versions@2023-10-01 +microsoft.MachineLearningServices/workspaces/featuresets/versions@2024-01-01-preview microsoft.MachineLearningServices/workspaces/featurestoreEntities@2023-02-01-preview microsoft.MachineLearningServices/workspaces/featurestoreEntities@2023-04-01-preview microsoft.MachineLearningServices/workspaces/featurestoreEntities@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/featurestoreEntities@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/featurestoreEntities@2023-10-01 +microsoft.MachineLearningServices/workspaces/featurestoreEntities@2024-01-01-preview microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-02-01-preview microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-04-01-preview microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2023-10-01 +microsoft.MachineLearningServices/workspaces/featurestoreEntities/versions@2024-01-01-preview microsoft.MachineLearningServices/workspaces/outboundRules@2023-04-01-preview microsoft.MachineLearningServices/workspaces/outboundRules@2023-06-01-preview +microsoft.MachineLearningServices/workspaces/outboundRules@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/outboundRules@2023-10-01 +microsoft.MachineLearningServices/workspaces/outboundRules@2024-01-01-preview +microsoft.MachineLearningServices/capacityReserverationGroups@2023-08-01-preview +microsoft.MachineLearningServices/capacityReserverationGroups@2024-01-01-preview +microsoft.MachineLearningServices/workspaces/inferencePools@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/inferencePools@2024-01-01-preview +microsoft.MachineLearningServices/workspaces/inferencePools/endpoints@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/inferencePools/endpoints@2024-01-01-preview +microsoft.MachineLearningServices/workspaces/inferencePools/groups@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/inferencePools/groups@2024-01-01-preview +microsoft.MachineLearningServices/workspaces/serverlessEndpoints@2023-08-01-preview +microsoft.MachineLearningServices/workspaces/serverlessEndpoints@2024-01-01-preview +microsoft.MachineLearningServices/workspaces/endpoints@2024-01-01-preview +microsoft.MachineLearningServices/workspaces/endpoints/deployments@2024-01-01-preview +microsoft.MachineLearningServices/workspaces/marketplaceSubscriptions@2024-01-01-preview microsoft.Maintenance/maintenanceConfigurations@2018-06-01-preview microsoft.Maintenance/maintenanceConfigurations@2020-04-01 microsoft.Maintenance/maintenanceConfigurations@2020-07-01-preview @@ -6323,9 +7512,20 @@ microsoft.Maintenance/maintenanceConfigurations@2021-09-01-preview microsoft.Maintenance/maintenanceConfigurations@2022-07-01-preview microsoft.Maintenance/maintenanceConfigurations@2022-11-01-preview microsoft.Maintenance/maintenanceConfigurations@2023-04-01 +microsoft.Maintenance/maintenanceConfigurations@2023-09-01-preview +microsoft.Maintenance/maintenanceConfigurations@2023-10-01-preview microsoft.Maintenance/configurationAssignments@2023-04-01 +microsoft.Maintenance/configurationAssignments@2023-09-01-preview +microsoft.Maintenance/configurationAssignments@2023-10-01-preview +microsoft.ManagedIdentity/userAssignedIdentities@2015-08-31-preview +microsoft.ManagedIdentity/userAssignedIdentities@2018-11-30 +microsoft.ManagedIdentity/userAssignedIdentities@2021-09-30-preview +microsoft.ManagedIdentity/userAssignedIdentities@2022-01-31-preview +microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31 +microsoft.ManagedIdentity/userAssignedIdentities@2023-07-31-preview microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials@2022-01-31-preview microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials@2023-01-31 +microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials@2023-07-31-preview microsoft.ManagedNetwork/managedNetworks@2019-06-01-preview microsoft.ManagedNetwork/managedNetworks/managedNetworkGroups@2019-06-01-preview microsoft.ManagedNetwork/managedNetworks/managedNetworkPeeringPolicies@2019-06-01-preview @@ -6350,12 +7550,20 @@ microsoft.Maps/accounts@2021-02-01 microsoft.Maps/accounts@2021-07-01-preview microsoft.Maps/accounts@2021-12-01-preview microsoft.Maps/accounts@2023-06-01 +microsoft.Maps/accounts@2023-08-01-preview +microsoft.Maps/accounts@2023-12-01-preview +microsoft.Maps/accounts@2024-01-01-preview microsoft.Maps/accounts/creators@2020-02-01-preview microsoft.Maps/accounts/creators@2021-02-01 microsoft.Maps/accounts/creators@2021-07-01-preview microsoft.Maps/accounts/creators@2021-12-01-preview microsoft.Maps/accounts/creators@2023-06-01 +microsoft.Maps/accounts/creators@2023-08-01-preview +microsoft.Maps/accounts/creators@2023-12-01-preview +microsoft.Maps/accounts/creators@2024-01-01-preview microsoft.Maps/accounts/privateAtlases@2020-02-01-preview +microsoft.Maps/accounts/privateEndpointConnections@2023-12-01-preview +microsoft.Maps/accounts/privateEndpointConnections@2024-01-01-preview microsoft.Media/mediaservices/liveEvents@2018-03-30-preview microsoft.Media/mediaservices/liveEvents@2018-06-01-preview microsoft.Media/mediaservices/liveEvents@2019-05-01-preview @@ -6391,47 +7599,82 @@ microsoft.Media/mediaServices/assets/tracks@2021-11-01 microsoft.Media/mediaServices/assets/tracks@2022-08-01 microsoft.Media/mediaServices/assets/tracks@2023-01-01 microsoft.Migrate/projects@2018-02-02 +microsoft.Migrate/projects@2017-11-11-preview microsoft.Migrate/projects@2018-02-02 microsoft.Migrate/projects/groups@2018-02-02 +microsoft.Migrate/projects/groups@2017-11-11-preview microsoft.Migrate/projects/groups@2018-02-02 microsoft.Migrate/projects/groups/assessments@2018-02-02 +microsoft.Migrate/projects/groups/assessments@2017-11-11-preview microsoft.Migrate/projects/groups/assessments@2018-02-02 microsoft.Migrate/migrateProjects@2018-09-01-preview microsoft.Migrate/migrateProjects@2020-05-01 microsoft.Migrate/migrateProjects@2020-05-01 +microsoft.Migrate/migrateProjects@2023-01-01 microsoft.Migrate/migrateProjects@2018-09-01-preview microsoft.Migrate/migrateProjects/solutions@2018-09-01-preview +microsoft.Migrate/migrateProjects/solutions@2023-01-01 microsoft.Migrate/migrateProjects/solutions@2018-09-01-preview microsoft.Migrate/assessmentProjects@2019-10-01 microsoft.Migrate/assessmentProjects@2019-10-01 +microsoft.Migrate/assessmentProjects@2023-03-15 +microsoft.Migrate/assessmentProjects@2023-04-01-preview microsoft.Migrate/assessmentProjects/groups@2019-10-01 microsoft.Migrate/assessmentProjects/groups@2019-10-01 +microsoft.Migrate/assessmentProjects/groups@2023-03-15 +microsoft.Migrate/assessmentProjects/groups@2023-04-01-preview microsoft.Migrate/assessmentProjects/groups/assessments@2019-10-01 microsoft.Migrate/assessmentProjects/groups/assessments@2019-10-01 +microsoft.Migrate/assessmentProjects/groups/assessments@2023-03-15 +microsoft.Migrate/assessmentProjects/groups/assessments@2023-04-01-preview microsoft.Migrate/assessmentProjects/hypervcollectors@2019-10-01 microsoft.Migrate/assessmentProjects/hypervcollectors@2019-10-01 +microsoft.Migrate/assessmentProjects/hypervcollectors@2023-03-15 +microsoft.Migrate/assessmentProjects/hypervcollectors@2023-04-01-preview microsoft.Migrate/assessmentProjects/importcollectors@2019-10-01 microsoft.Migrate/assessmentProjects/importcollectors@2019-10-01 +microsoft.Migrate/assessmentProjects/importcollectors@2023-03-15 +microsoft.Migrate/assessmentProjects/importcollectors@2023-04-01-preview microsoft.Migrate/assessmentprojects/privateEndpointConnections@2019-10-01 microsoft.Migrate/assessmentprojects/privateEndpointConnections@2019-10-01 +microsoft.Migrate/assessmentprojects/privateEndpointConnections@2023-03-15 +microsoft.Migrate/assessmentprojects/privateEndpointConnections@2023-04-01-preview microsoft.Migrate/assessmentProjects/servercollectors@2019-10-01 microsoft.Migrate/assessmentProjects/servercollectors@2019-10-01 +microsoft.Migrate/assessmentProjects/servercollectors@2023-03-15 +microsoft.Migrate/assessmentProjects/servercollectors@2023-04-01-preview microsoft.Migrate/assessmentProjects/vmwarecollectors@2019-10-01 microsoft.Migrate/assessmentProjects/vmwarecollectors@2019-10-01 +microsoft.Migrate/assessmentProjects/vmwarecollectors@2023-03-15 +microsoft.Migrate/assessmentProjects/vmwarecollectors@2023-04-01-preview microsoft.Migrate/migrateProjects/privateEndpointConnections@2020-05-01 microsoft.Migrate/migrateProjects/privateEndpointConnections@2020-05-01 +microsoft.Migrate/migrateProjects/privateEndpointConnections@2023-01-01 microsoft.Migrate/modernizeProjects@2022-05-01-preview microsoft.Migrate/modernizeProjects/migrateAgents@2022-05-01-preview microsoft.Migrate/modernizeProjects/workloadDeployments@2022-05-01-preview microsoft.Migrate/modernizeProjects/workloadInstances@2022-05-01-preview +microsoft.Migrate/migrateProjects/privateEndpointConnectionProxies@2023-01-01 +microsoft.Migrate/assessmentProjects/groups/avsAssessments@2023-03-15 +microsoft.Migrate/assessmentProjects/groups/avsAssessments@2023-04-01-preview +microsoft.Migrate/assessmentProjects/groups/sqlAssessments@2023-03-15 +microsoft.Migrate/assessmentProjects/groups/sqlAssessments@2023-04-01-preview +microsoft.Migrate/assessmentProjects/sqlcollectors@2023-03-15 +microsoft.Migrate/assessmentProjects/sqlcollectors@2023-04-01-preview +microsoft.Migrate/assessmentProjects/aksAssessments@2023-04-01-preview +microsoft.Migrate/assessmentProjects/businessCases@2023-04-01-preview +microsoft.Migrate/assessmentProjects/groups/webAppAssessments@2023-04-01-preview +microsoft.Migrate/assessmentProjects/webAppCollectors@2023-04-01-preview microsoft.Migrate/moveCollections@2019-10-01-preview microsoft.Migrate/moveCollections@2021-01-01 microsoft.Migrate/moveCollections@2021-08-01 microsoft.Migrate/moveCollections@2022-08-01 +microsoft.Migrate/moveCollections@2023-08-01 microsoft.Migrate/moveCollections/moveResources@2019-10-01-preview microsoft.Migrate/moveCollections/moveResources@2021-01-01 microsoft.Migrate/moveCollections/moveResources@2021-08-01 microsoft.Migrate/moveCollections/moveResources@2022-08-01 +microsoft.Migrate/moveCollections/moveResources@2023-08-01 microsoft.MixedReality/spatialAnchorsAccounts@2019-02-28-preview microsoft.MixedReality/spatialAnchorsAccounts@2019-12-02-preview microsoft.MixedReality/spatialAnchorsAccounts@2020-05-01 @@ -6446,48 +7689,81 @@ microsoft.MobileNetwork/mobileNetworks@2022-03-01-preview microsoft.MobileNetwork/mobileNetworks@2022-04-01-preview microsoft.MobileNetwork/mobileNetworks@2022-11-01 microsoft.MobileNetwork/mobileNetworks@2023-06-01 +microsoft.MobileNetwork/mobileNetworks@2023-09-01 +microsoft.MobileNetwork/mobileNetworks@2024-02-01 microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-03-01-preview microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-04-01-preview microsoft.MobileNetwork/mobileNetworks/dataNetworks@2022-11-01 microsoft.MobileNetwork/mobileNetworks/dataNetworks@2023-06-01 +microsoft.MobileNetwork/mobileNetworks/dataNetworks@2023-09-01 +microsoft.MobileNetwork/mobileNetworks/dataNetworks@2024-02-01 microsoft.MobileNetwork/mobileNetworks/services@2022-03-01-preview microsoft.MobileNetwork/mobileNetworks/services@2022-04-01-preview microsoft.MobileNetwork/mobileNetworks/services@2022-11-01 microsoft.MobileNetwork/mobileNetworks/services@2023-06-01 +microsoft.MobileNetwork/mobileNetworks/services@2023-09-01 +microsoft.MobileNetwork/mobileNetworks/services@2024-02-01 microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-03-01-preview microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-04-01-preview microsoft.MobileNetwork/mobileNetworks/simPolicies@2022-11-01 microsoft.MobileNetwork/mobileNetworks/simPolicies@2023-06-01 +microsoft.MobileNetwork/mobileNetworks/simPolicies@2023-09-01 +microsoft.MobileNetwork/mobileNetworks/simPolicies@2024-02-01 microsoft.MobileNetwork/mobileNetworks/sites@2022-03-01-preview microsoft.MobileNetwork/mobileNetworks/sites@2022-04-01-preview microsoft.MobileNetwork/mobileNetworks/sites@2022-11-01 microsoft.MobileNetwork/mobileNetworks/sites@2023-06-01 +microsoft.MobileNetwork/mobileNetworks/sites@2023-09-01 +microsoft.MobileNetwork/mobileNetworks/sites@2024-02-01 microsoft.MobileNetwork/mobileNetworks/slices@2022-03-01-preview microsoft.MobileNetwork/mobileNetworks/slices@2022-04-01-preview microsoft.MobileNetwork/mobileNetworks/slices@2022-11-01 microsoft.MobileNetwork/mobileNetworks/slices@2023-06-01 +microsoft.MobileNetwork/mobileNetworks/slices@2023-09-01 +microsoft.MobileNetwork/mobileNetworks/slices@2024-02-01 microsoft.MobileNetwork/packetCoreControlPlanes@2022-03-01-preview microsoft.MobileNetwork/packetCoreControlPlanes@2022-04-01-preview microsoft.MobileNetwork/packetCoreControlPlanes@2022-11-01 microsoft.MobileNetwork/packetCoreControlPlanes@2023-06-01 +microsoft.MobileNetwork/packetCoreControlPlanes@2023-09-01 +microsoft.MobileNetwork/packetCoreControlPlanes@2024-02-01 microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-03-01-preview microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-04-01-preview microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2022-11-01 microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2023-06-01 +microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2023-09-01 +microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes@2024-02-01 microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-03-01-preview microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-04-01-preview microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2022-11-01 microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2023-06-01 +microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2023-09-01 +microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks@2024-02-01 microsoft.MobileNetwork/sims@2022-03-01-preview microsoft.MobileNetwork/simGroups@2022-04-01-preview microsoft.MobileNetwork/simGroups@2022-11-01 microsoft.MobileNetwork/simGroups@2023-06-01 +microsoft.MobileNetwork/simGroups@2023-09-01 +microsoft.MobileNetwork/simGroups@2024-02-01 microsoft.MobileNetwork/simGroups/sims@2022-04-01-preview microsoft.MobileNetwork/simGroups/sims@2022-11-01 microsoft.MobileNetwork/simGroups/sims@2023-06-01 +microsoft.MobileNetwork/simGroups/sims@2023-09-01 +microsoft.MobileNetwork/simGroups/sims@2024-02-01 microsoft.MobileNetwork/packetCoreControlPlanes/diagnosticsPackages@2023-06-01 +microsoft.MobileNetwork/packetCoreControlPlanes/diagnosticsPackages@2023-09-01 +microsoft.MobileNetwork/packetCoreControlPlanes/diagnosticsPackages@2024-02-01 microsoft.MobileNetwork/packetCoreControlPlanes/packetCaptures@2023-06-01 +microsoft.MobileNetwork/packetCoreControlPlanes/packetCaptures@2023-09-01 +microsoft.MobileNetwork/packetCoreControlPlanes/packetCaptures@2024-02-01 microsoft.MobilePacketCore/networkFunctions@2023-05-15-preview +microsoft.MobilePacketCore/amfDeployments@2023-10-15-preview +microsoft.MobilePacketCore/clusterServices@2023-10-15-preview +microsoft.MobilePacketCore/nrfDeployments@2023-10-15-preview +microsoft.MobilePacketCore/nssfDeployments@2023-10-15-preview +microsoft.MobilePacketCore/observabilityServices@2023-10-15-preview +microsoft.MobilePacketCore/smfDeployments@2023-10-15-preview +microsoft.MobilePacketCore/upfDeployments@2023-10-15-preview microsoft.Monitor/accounts@2021-06-03-preview microsoft.Monitor/accounts@2023-04-03 microsoft.NetApp/netAppAccounts@2017-08-15 @@ -6517,6 +7793,11 @@ microsoft.NetApp/netAppAccounts@2022-03-01 microsoft.NetApp/netAppAccounts@2022-05-01 microsoft.NetApp/netAppAccounts@2022-09-01 microsoft.NetApp/netAppAccounts@2022-11-01 +microsoft.NetApp/netAppAccounts@2022-11-01-preview +microsoft.NetApp/netAppAccounts@2023-05-01 +microsoft.NetApp/netAppAccounts@2023-05-01-preview +microsoft.NetApp/netAppAccounts@2023-07-01 +microsoft.NetApp/netAppAccounts@2023-07-01-preview microsoft.NetApp/netAppAccounts/capacityPools@2017-08-15 microsoft.NetApp/netAppAccounts/capacityPools@2019-05-01 microsoft.NetApp/netAppAccounts/capacityPools@2019-06-01 @@ -6544,6 +7825,11 @@ microsoft.NetApp/netAppAccounts/capacityPools@2022-03-01 microsoft.NetApp/netAppAccounts/capacityPools@2022-05-01 microsoft.NetApp/netAppAccounts/capacityPools@2022-09-01 microsoft.NetApp/netAppAccounts/capacityPools@2022-11-01 +microsoft.NetApp/netAppAccounts/capacityPools@2022-11-01-preview +microsoft.NetApp/netAppAccounts/capacityPools@2023-05-01 +microsoft.NetApp/netAppAccounts/capacityPools@2023-05-01-preview +microsoft.NetApp/netAppAccounts/capacityPools@2023-07-01 +microsoft.NetApp/netAppAccounts/capacityPools@2023-07-01-preview microsoft.NetApp/netAppAccounts/capacityPools/volumes@2017-08-15 microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-05-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes@2019-06-01 @@ -6571,6 +7857,11 @@ microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-03-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-05-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-09-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-11-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes@2022-11-01-preview +microsoft.NetApp/netAppAccounts/capacityPools/volumes@2023-05-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes@2023-05-01-preview +microsoft.NetApp/netAppAccounts/capacityPools/volumes@2023-07-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes@2023-07-01-preview microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2017-08-15 microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-05-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2019-06-01 @@ -6598,6 +7889,11 @@ microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-03-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-05-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-09-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-11-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2022-11-01-preview +microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2023-05-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2023-05-01-preview +microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2023-07-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots@2023-07-01-preview microsoft.NetApp/netAppAccounts/backupPolicies@2020-05-01 microsoft.NetApp/netAppAccounts/backupPolicies@2020-06-01 microsoft.NetApp/netAppAccounts/backupPolicies@2020-07-01 @@ -6616,6 +7912,11 @@ microsoft.NetApp/netAppAccounts/backupPolicies@2022-03-01 microsoft.NetApp/netAppAccounts/backupPolicies@2022-05-01 microsoft.NetApp/netAppAccounts/backupPolicies@2022-09-01 microsoft.NetApp/netAppAccounts/backupPolicies@2022-11-01 +microsoft.NetApp/netAppAccounts/backupPolicies@2022-11-01-preview +microsoft.NetApp/netAppAccounts/backupPolicies@2023-05-01 +microsoft.NetApp/netAppAccounts/backupPolicies@2023-05-01-preview +microsoft.NetApp/netAppAccounts/backupPolicies@2023-07-01 +microsoft.NetApp/netAppAccounts/backupPolicies@2023-07-01-preview microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-05-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-06-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups@2020-07-01 @@ -6652,6 +7953,11 @@ microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-03-01 microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-05-01 microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-09-01 microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-11-01 +microsoft.NetApp/netAppAccounts/snapshotPolicies@2022-11-01-preview +microsoft.NetApp/netAppAccounts/snapshotPolicies@2023-05-01 +microsoft.NetApp/netAppAccounts/snapshotPolicies@2023-05-01-preview +microsoft.NetApp/netAppAccounts/snapshotPolicies@2023-07-01 +microsoft.NetApp/netAppAccounts/snapshotPolicies@2023-07-01-preview microsoft.NetApp/netAppAccounts/volumeGroups@2021-08-01 microsoft.NetApp/netAppAccounts/volumeGroups@2021-10-01 microsoft.NetApp/netAppAccounts/volumeGroups@2022-01-01 @@ -6659,27 +7965,127 @@ microsoft.NetApp/netAppAccounts/volumeGroups@2022-03-01 microsoft.NetApp/netAppAccounts/volumeGroups@2022-05-01 microsoft.NetApp/netAppAccounts/volumeGroups@2022-09-01 microsoft.NetApp/netAppAccounts/volumeGroups@2022-11-01 +microsoft.NetApp/netAppAccounts/volumeGroups@2022-11-01-preview +microsoft.NetApp/netAppAccounts/volumeGroups@2023-05-01 +microsoft.NetApp/netAppAccounts/volumeGroups@2023-05-01-preview +microsoft.NetApp/netAppAccounts/volumeGroups@2023-07-01 +microsoft.NetApp/netAppAccounts/volumeGroups@2023-07-01-preview microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2021-10-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-01-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-03-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-05-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-09-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-11-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2022-11-01-preview +microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2023-05-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2023-05-01-preview +microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2023-07-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/subvolumes@2023-07-01-preview microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-01-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-03-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-05-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-09-01 microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-11-01 -microsoft.Network/dnsForwardingRulesets@2020-04-01-preview -microsoft.Network/dnsForwardingRulesets@2022-07-01 -microsoft.Network/dnsForwardingRulesets/forwardingRules@2020-04-01-preview -microsoft.Network/dnsForwardingRulesets/forwardingRules@2022-07-01 -microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks@2020-04-01-preview -microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks@2022-07-01 -microsoft.Network/dnsResolvers@2020-04-01-preview -microsoft.Network/dnsResolvers@2022-07-01 -microsoft.Network/dnsResolvers/inboundEndpoints@2020-04-01-preview -microsoft.Network/dnsResolvers/inboundEndpoints@2022-07-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2022-11-01-preview +microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2023-05-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2023-05-01-preview +microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2023-07-01 +microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeQuotaRules@2023-07-01-preview +microsoft.NetApp/netAppAccounts/backupVaults@2022-11-01-preview +microsoft.NetApp/netAppAccounts/backupVaults@2023-05-01-preview +microsoft.NetApp/netAppAccounts/backupVaults@2023-07-01-preview +microsoft.NetApp/netAppAccounts/backupVaults/backups@2022-11-01-preview +microsoft.NetApp/netAppAccounts/backupVaults/backups@2023-05-01-preview +microsoft.NetApp/netAppAccounts/backupVaults/backups@2023-07-01-preview +microsoft.Network/dnszones@2015-05-04-preview +microsoft.Network/dnszones@2016-04-01 +microsoft.Network/dnszones@2017-09-01 +microsoft.Network/dnszones@2017-10-01 +microsoft.Network/dnszones@2018-03-01-preview +microsoft.Network/dnszones@2018-05-01 +microsoft.Network/dnszones@2023-07-01-preview +microsoft.Network/dnszones/A@2015-05-04-preview +microsoft.Network/dnszones/A@2016-04-01 +microsoft.Network/dnszones/A@2017-09-01 +microsoft.Network/dnszones/A@2017-10-01 +microsoft.Network/dnszones/A@2018-03-01-preview +microsoft.Network/dnszones/A@2018-05-01 +microsoft.Network/dnszones/A@2023-07-01-preview +microsoft.Network/dnszones/AAAA@2015-05-04-preview +microsoft.Network/dnszones/AAAA@2016-04-01 +microsoft.Network/dnszones/AAAA@2017-09-01 +microsoft.Network/dnszones/AAAA@2017-10-01 +microsoft.Network/dnszones/AAAA@2018-03-01-preview +microsoft.Network/dnszones/AAAA@2018-05-01 +microsoft.Network/dnszones/AAAA@2023-07-01-preview +microsoft.Network/dnszones/CNAME@2015-05-04-preview +microsoft.Network/dnszones/CNAME@2016-04-01 +microsoft.Network/dnszones/CNAME@2017-09-01 +microsoft.Network/dnszones/CNAME@2017-10-01 +microsoft.Network/dnszones/CNAME@2018-03-01-preview +microsoft.Network/dnszones/CNAME@2018-05-01 +microsoft.Network/dnszones/CNAME@2023-07-01-preview +microsoft.Network/dnszones/MX@2015-05-04-preview +microsoft.Network/dnszones/MX@2016-04-01 +microsoft.Network/dnszones/MX@2017-09-01 +microsoft.Network/dnszones/MX@2017-10-01 +microsoft.Network/dnszones/MX@2018-03-01-preview +microsoft.Network/dnszones/MX@2018-05-01 +microsoft.Network/dnszones/MX@2023-07-01-preview +microsoft.Network/dnszones/NS@2015-05-04-preview +microsoft.Network/dnszones/NS@2016-04-01 +microsoft.Network/dnszones/NS@2017-09-01 +microsoft.Network/dnszones/NS@2017-10-01 +microsoft.Network/dnszones/NS@2018-03-01-preview +microsoft.Network/dnszones/NS@2018-05-01 +microsoft.Network/dnszones/NS@2023-07-01-preview +microsoft.Network/dnszones/PTR@2015-05-04-preview +microsoft.Network/dnszones/PTR@2016-04-01 +microsoft.Network/dnszones/PTR@2017-09-01 +microsoft.Network/dnszones/PTR@2017-10-01 +microsoft.Network/dnszones/PTR@2018-03-01-preview +microsoft.Network/dnszones/PTR@2018-05-01 +microsoft.Network/dnszones/PTR@2023-07-01-preview +microsoft.Network/dnszones/SOA@2015-05-04-preview +microsoft.Network/dnszones/SOA@2016-04-01 +microsoft.Network/dnszones/SOA@2017-09-01 +microsoft.Network/dnszones/SOA@2017-10-01 +microsoft.Network/dnszones/SOA@2018-03-01-preview +microsoft.Network/dnszones/SOA@2018-05-01 +microsoft.Network/dnszones/SOA@2023-07-01-preview +microsoft.Network/dnszones/SRV@2015-05-04-preview +microsoft.Network/dnszones/SRV@2016-04-01 +microsoft.Network/dnszones/SRV@2017-09-01 +microsoft.Network/dnszones/SRV@2017-10-01 +microsoft.Network/dnszones/SRV@2018-03-01-preview +microsoft.Network/dnszones/SRV@2018-05-01 +microsoft.Network/dnszones/SRV@2023-07-01-preview +microsoft.Network/dnszones/TXT@2015-05-04-preview +microsoft.Network/dnszones/TXT@2016-04-01 +microsoft.Network/dnszones/TXT@2017-09-01 +microsoft.Network/dnszones/TXT@2017-10-01 +microsoft.Network/dnszones/TXT@2018-03-01-preview +microsoft.Network/dnszones/TXT@2018-05-01 +microsoft.Network/dnszones/TXT@2023-07-01-preview +microsoft.Network/dnsZones/CAA@2017-09-01 +microsoft.Network/dnsZones/CAA@2017-10-01 +microsoft.Network/dnsZones/CAA@2018-03-01-preview +microsoft.Network/dnsZones/CAA@2018-05-01 +microsoft.Network/dnsZones/CAA@2023-07-01-preview +microsoft.Network/dnsZones/dnssecConfigs@2023-07-01-preview +microsoft.Network/dnsZones/DS@2023-07-01-preview +microsoft.Network/dnsZones/NAPTR@2023-07-01-preview +microsoft.Network/dnsZones/TLSA@2023-07-01-preview +microsoft.Network/dnsForwardingRulesets@2020-04-01-preview +microsoft.Network/dnsForwardingRulesets@2022-07-01 +microsoft.Network/dnsForwardingRulesets/forwardingRules@2020-04-01-preview +microsoft.Network/dnsForwardingRulesets/forwardingRules@2022-07-01 +microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks@2020-04-01-preview +microsoft.Network/dnsForwardingRulesets/virtualNetworkLinks@2022-07-01 +microsoft.Network/dnsResolvers@2020-04-01-preview +microsoft.Network/dnsResolvers@2022-07-01 +microsoft.Network/dnsResolvers/inboundEndpoints@2020-04-01-preview +microsoft.Network/dnsResolvers/inboundEndpoints@2022-07-01 microsoft.Network/dnsResolvers/outboundEndpoints@2020-04-01-preview microsoft.Network/dnsResolvers/outboundEndpoints@2022-07-01 microsoft.Network/frontDoors@2018-08-01 @@ -6696,6 +8102,7 @@ microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2020-04-01 microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2020-11-01 microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2021-06-01 microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2022-05-01 +microsoft.Network/FrontDoorWebApplicationFirewallPolicies@2024-02-01 microsoft.Network/NetworkExperimentProfiles@2019-11-01 microsoft.Network/NetworkExperimentProfiles/Experiments@2019-11-01 microsoft.Network/frontDoors/rulesEngines@2020-01-01 @@ -6709,6 +8116,7 @@ microsoft.Network/applicationGateways@2016-06-01 microsoft.Network/applicationGateways@2016-09-01 microsoft.Network/applicationGateways@2016-12-01 microsoft.Network/applicationGateways@2017-03-01 +microsoft.Network/applicationGateways@2017-03-30 microsoft.Network/applicationGateways@2017-06-01 microsoft.Network/applicationGateways@2017-08-01 microsoft.Network/applicationGateways@2017-09-01 @@ -6749,6 +8157,10 @@ microsoft.Network/applicationGateways@2022-09-01 microsoft.Network/applicationGateways@2022-11-01 microsoft.Network/applicationGateways@2023-02-01 microsoft.Network/applicationGateways@2023-04-01 +microsoft.Network/applicationGateways@2023-05-01 +microsoft.Network/applicationGateways@2023-06-01 +microsoft.Network/applicationGateways@2023-09-01 +microsoft.Network/applicationGateways@2023-11-01 microsoft.Network/connections@2015-05-01-preview microsoft.Network/connections@2015-06-15 microsoft.Network/connections@2016-03-30 @@ -6756,6 +8168,7 @@ microsoft.Network/connections@2016-06-01 microsoft.Network/connections@2016-09-01 microsoft.Network/connections@2016-12-01 microsoft.Network/connections@2017-03-01 +microsoft.Network/connections@2017-03-30 microsoft.Network/connections@2017-06-01 microsoft.Network/connections@2017-08-01 microsoft.Network/connections@2017-09-01 @@ -6796,54 +8209,62 @@ microsoft.Network/connections@2022-09-01 microsoft.Network/connections@2022-11-01 microsoft.Network/connections@2023-02-01 microsoft.Network/connections@2023-04-01 -microsoft.Network/connections/sharedkey@2015-05-01-preview -microsoft.Network/connections/sharedkey@2015-06-15 -microsoft.Network/connections/sharedkey@2016-03-30 -microsoft.Network/connections/sharedkey@2016-06-01 -microsoft.Network/connections/sharedkey@2016-09-01 -microsoft.Network/connections/sharedkey@2016-12-01 -microsoft.Network/connections/sharedkey@2017-03-01 -microsoft.Network/connections/sharedkey@2017-06-01 -microsoft.Network/connections/sharedkey@2017-08-01 -microsoft.Network/connections/sharedkey@2017-09-01 -microsoft.Network/connections/sharedkey@2017-10-01 -microsoft.Network/connections/sharedkey@2017-11-01 -microsoft.Network/connections/sharedkey@2018-01-01 -microsoft.Network/connections/sharedkey@2018-02-01 -microsoft.Network/connections/sharedkey@2018-04-01 -microsoft.Network/connections/sharedkey@2018-06-01 -microsoft.Network/connections/sharedkey@2018-07-01 -microsoft.Network/connections/sharedkey@2018-08-01 -microsoft.Network/connections/sharedkey@2018-10-01 -microsoft.Network/connections/sharedkey@2018-11-01 -microsoft.Network/connections/sharedkey@2018-12-01 -microsoft.Network/connections/sharedkey@2019-02-01 -microsoft.Network/connections/sharedkey@2019-04-01 -microsoft.Network/connections/sharedkey@2019-06-01 -microsoft.Network/connections/sharedkey@2019-07-01 -microsoft.Network/connections/sharedkey@2019-08-01 -microsoft.Network/connections/sharedkey@2019-09-01 -microsoft.Network/connections/sharedkey@2019-11-01 -microsoft.Network/connections/sharedkey@2019-12-01 -microsoft.Network/connections/sharedkey@2020-03-01 -microsoft.Network/connections/sharedkey@2020-04-01 -microsoft.Network/connections/sharedkey@2020-05-01 -microsoft.Network/connections/sharedkey@2020-06-01 -microsoft.Network/connections/sharedkey@2020-07-01 -microsoft.Network/connections/sharedkey@2020-08-01 -microsoft.Network/connections/sharedkey@2020-11-01 -microsoft.Network/connections/sharedkey@2021-02-01 -microsoft.Network/connections/sharedkey@2021-03-01 -microsoft.Network/connections/sharedkey@2021-05-01 -microsoft.Network/connections/sharedkey@2021-08-01 -microsoft.Network/connections/sharedkey@2022-01-01 -microsoft.Network/connections/sharedkey@2022-05-01 -microsoft.Network/connections/sharedkey@2022-07-01 -microsoft.Network/connections/sharedkey@2022-09-01 -microsoft.Network/connections/sharedkey@2022-11-01 -microsoft.Network/connections/sharedkey@2023-02-01 -microsoft.Network/connections/sharedkey@2023-04-01 -microsoft.Network/expressRouteCircuits/@2015-05-01-preview +microsoft.Network/connections@2023-05-01 +microsoft.Network/connections@2023-06-01 +microsoft.Network/connections@2023-09-01 +microsoft.Network/connections@2023-11-01 +microsoft.Network/expressRouteCircuits@2015-05-01-preview +microsoft.Network/expressRouteCircuits@2015-06-15 +microsoft.Network/expressRouteCircuits@2016-03-30 +microsoft.Network/expressRouteCircuits@2016-06-01 +microsoft.Network/expressRouteCircuits@2016-09-01 +microsoft.Network/expressRouteCircuits@2016-12-01 +microsoft.Network/expressRouteCircuits@2017-03-01 +microsoft.Network/expressRouteCircuits@2017-03-30 +microsoft.Network/expressRouteCircuits@2017-06-01 +microsoft.Network/expressRouteCircuits@2017-08-01 +microsoft.Network/expressRouteCircuits@2017-09-01 +microsoft.Network/expressRouteCircuits@2017-10-01 +microsoft.Network/expressRouteCircuits@2017-11-01 +microsoft.Network/expressRouteCircuits@2018-01-01 +microsoft.Network/expressRouteCircuits@2018-02-01 +microsoft.Network/expressRouteCircuits@2018-04-01 +microsoft.Network/expressRouteCircuits@2018-06-01 +microsoft.Network/expressRouteCircuits@2018-07-01 +microsoft.Network/expressRouteCircuits@2018-08-01 +microsoft.Network/expressRouteCircuits@2018-10-01 +microsoft.Network/expressRouteCircuits@2018-11-01 +microsoft.Network/expressRouteCircuits@2018-12-01 +microsoft.Network/expressRouteCircuits@2019-02-01 +microsoft.Network/expressRouteCircuits@2019-04-01 +microsoft.Network/expressRouteCircuits@2019-06-01 +microsoft.Network/expressRouteCircuits@2019-07-01 +microsoft.Network/expressRouteCircuits@2019-08-01 +microsoft.Network/expressRouteCircuits@2019-09-01 +microsoft.Network/expressRouteCircuits@2019-11-01 +microsoft.Network/expressRouteCircuits@2019-12-01 +microsoft.Network/expressRouteCircuits@2020-03-01 +microsoft.Network/expressRouteCircuits@2020-04-01 +microsoft.Network/expressRouteCircuits@2020-05-01 +microsoft.Network/expressRouteCircuits@2020-06-01 +microsoft.Network/expressRouteCircuits@2020-07-01 +microsoft.Network/expressRouteCircuits@2020-08-01 +microsoft.Network/expressRouteCircuits@2020-11-01 +microsoft.Network/expressRouteCircuits@2021-02-01 +microsoft.Network/expressRouteCircuits@2021-03-01 +microsoft.Network/expressRouteCircuits@2021-05-01 +microsoft.Network/expressRouteCircuits@2021-08-01 +microsoft.Network/expressRouteCircuits@2022-01-01 +microsoft.Network/expressRouteCircuits@2022-05-01 +microsoft.Network/expressRouteCircuits@2022-07-01 +microsoft.Network/expressRouteCircuits@2022-09-01 +microsoft.Network/expressRouteCircuits@2022-11-01 +microsoft.Network/expressRouteCircuits@2023-02-01 +microsoft.Network/expressRouteCircuits@2023-04-01 +microsoft.Network/expressRouteCircuits@2023-05-01 +microsoft.Network/expressRouteCircuits@2023-06-01 +microsoft.Network/expressRouteCircuits@2023-09-01 +microsoft.Network/expressRouteCircuits@2023-11-01 microsoft.Network/expressRouteCircuits/authorizations@2015-05-01-preview microsoft.Network/expressRouteCircuits/authorizations@2015-06-15 microsoft.Network/expressRouteCircuits/authorizations@2016-03-30 @@ -6851,6 +8272,7 @@ microsoft.Network/expressRouteCircuits/authorizations@2016-06-01 microsoft.Network/expressRouteCircuits/authorizations@2016-09-01 microsoft.Network/expressRouteCircuits/authorizations@2016-12-01 microsoft.Network/expressRouteCircuits/authorizations@2017-03-01 +microsoft.Network/expressRouteCircuits/authorizations@2017-03-30 microsoft.Network/expressRouteCircuits/authorizations@2017-06-01 microsoft.Network/expressRouteCircuits/authorizations@2017-08-01 microsoft.Network/expressRouteCircuits/authorizations@2017-09-01 @@ -6891,6 +8313,10 @@ microsoft.Network/expressRouteCircuits/authorizations@2022-09-01 microsoft.Network/expressRouteCircuits/authorizations@2022-11-01 microsoft.Network/expressRouteCircuits/authorizations@2023-02-01 microsoft.Network/expressRouteCircuits/authorizations@2023-04-01 +microsoft.Network/expressRouteCircuits/authorizations@2023-05-01 +microsoft.Network/expressRouteCircuits/authorizations@2023-06-01 +microsoft.Network/expressRouteCircuits/authorizations@2023-09-01 +microsoft.Network/expressRouteCircuits/authorizations@2023-11-01 microsoft.Network/expressRouteCircuits/peerings@2015-05-01-preview microsoft.Network/expressRouteCircuits/peerings@2015-06-15 microsoft.Network/expressRouteCircuits/peerings@2016-03-30 @@ -6898,6 +8324,7 @@ microsoft.Network/expressRouteCircuits/peerings@2016-06-01 microsoft.Network/expressRouteCircuits/peerings@2016-09-01 microsoft.Network/expressRouteCircuits/peerings@2016-12-01 microsoft.Network/expressRouteCircuits/peerings@2017-03-01 +microsoft.Network/expressRouteCircuits/peerings@2017-03-30 microsoft.Network/expressRouteCircuits/peerings@2017-06-01 microsoft.Network/expressRouteCircuits/peerings@2017-08-01 microsoft.Network/expressRouteCircuits/peerings@2017-09-01 @@ -6938,6 +8365,10 @@ microsoft.Network/expressRouteCircuits/peerings@2022-09-01 microsoft.Network/expressRouteCircuits/peerings@2022-11-01 microsoft.Network/expressRouteCircuits/peerings@2023-02-01 microsoft.Network/expressRouteCircuits/peerings@2023-04-01 +microsoft.Network/expressRouteCircuits/peerings@2023-05-01 +microsoft.Network/expressRouteCircuits/peerings@2023-06-01 +microsoft.Network/expressRouteCircuits/peerings@2023-09-01 +microsoft.Network/expressRouteCircuits/peerings@2023-11-01 microsoft.Network/loadBalancers@2015-05-01-preview microsoft.Network/loadBalancers@2015-06-15 microsoft.Network/loadBalancers@2016-03-30 @@ -6945,6 +8376,7 @@ microsoft.Network/loadBalancers@2016-06-01 microsoft.Network/loadBalancers@2016-09-01 microsoft.Network/loadBalancers@2016-12-01 microsoft.Network/loadBalancers@2017-03-01 +microsoft.Network/loadBalancers@2017-03-30 microsoft.Network/loadBalancers@2017-06-01 microsoft.Network/loadBalancers@2017-08-01 microsoft.Network/loadBalancers@2017-09-01 @@ -6985,6 +8417,10 @@ microsoft.Network/loadBalancers@2022-09-01 microsoft.Network/loadBalancers@2022-11-01 microsoft.Network/loadBalancers@2023-02-01 microsoft.Network/loadBalancers@2023-04-01 +microsoft.Network/loadBalancers@2023-05-01 +microsoft.Network/loadBalancers@2023-06-01 +microsoft.Network/loadBalancers@2023-09-01 +microsoft.Network/loadBalancers@2023-11-01 microsoft.Network/localNetworkGateways@2015-05-01-preview microsoft.Network/localNetworkGateways@2015-06-15 microsoft.Network/localNetworkGateways@2016-03-30 @@ -6992,6 +8428,7 @@ microsoft.Network/localNetworkGateways@2016-06-01 microsoft.Network/localNetworkGateways@2016-09-01 microsoft.Network/localNetworkGateways@2016-12-01 microsoft.Network/localNetworkGateways@2017-03-01 +microsoft.Network/localNetworkGateways@2017-03-30 microsoft.Network/localNetworkGateways@2017-06-01 microsoft.Network/localNetworkGateways@2017-08-01 microsoft.Network/localNetworkGateways@2017-09-01 @@ -7032,6 +8469,10 @@ microsoft.Network/localNetworkGateways@2022-09-01 microsoft.Network/localNetworkGateways@2022-11-01 microsoft.Network/localNetworkGateways@2023-02-01 microsoft.Network/localNetworkGateways@2023-04-01 +microsoft.Network/localNetworkGateways@2023-05-01 +microsoft.Network/localNetworkGateways@2023-06-01 +microsoft.Network/localNetworkGateways@2023-09-01 +microsoft.Network/localNetworkGateways@2023-11-01 microsoft.Network/networkInterfaces@2015-05-01-preview microsoft.Network/networkInterfaces@2015-06-15 microsoft.Network/networkInterfaces@2016-03-30 @@ -7039,6 +8480,7 @@ microsoft.Network/networkInterfaces@2016-06-01 microsoft.Network/networkInterfaces@2016-09-01 microsoft.Network/networkInterfaces@2016-12-01 microsoft.Network/networkInterfaces@2017-03-01 +microsoft.Network/networkInterfaces@2017-03-30 microsoft.Network/networkInterfaces@2017-06-01 microsoft.Network/networkInterfaces@2017-08-01 microsoft.Network/networkInterfaces@2017-09-01 @@ -7079,6 +8521,10 @@ microsoft.Network/networkInterfaces@2022-09-01 microsoft.Network/networkInterfaces@2022-11-01 microsoft.Network/networkInterfaces@2023-02-01 microsoft.Network/networkInterfaces@2023-04-01 +microsoft.Network/networkInterfaces@2023-05-01 +microsoft.Network/networkInterfaces@2023-06-01 +microsoft.Network/networkInterfaces@2023-09-01 +microsoft.Network/networkInterfaces@2023-11-01 microsoft.Network/networkSecurityGroups@2015-05-01-preview microsoft.Network/networkSecurityGroups@2015-06-15 microsoft.Network/networkSecurityGroups@2016-03-30 @@ -7086,6 +8532,7 @@ microsoft.Network/networkSecurityGroups@2016-06-01 microsoft.Network/networkSecurityGroups@2016-09-01 microsoft.Network/networkSecurityGroups@2016-12-01 microsoft.Network/networkSecurityGroups@2017-03-01 +microsoft.Network/networkSecurityGroups@2017-03-30 microsoft.Network/networkSecurityGroups@2017-06-01 microsoft.Network/networkSecurityGroups@2017-08-01 microsoft.Network/networkSecurityGroups@2017-09-01 @@ -7126,6 +8573,10 @@ microsoft.Network/networkSecurityGroups@2022-09-01 microsoft.Network/networkSecurityGroups@2022-11-01 microsoft.Network/networkSecurityGroups@2023-02-01 microsoft.Network/networkSecurityGroups@2023-04-01 +microsoft.Network/networkSecurityGroups@2023-05-01 +microsoft.Network/networkSecurityGroups@2023-06-01 +microsoft.Network/networkSecurityGroups@2023-09-01 +microsoft.Network/networkSecurityGroups@2023-11-01 microsoft.Network/networkSecurityGroups/securityRules@2015-05-01-preview microsoft.Network/networkSecurityGroups/securityRules@2015-06-15 microsoft.Network/networkSecurityGroups/securityRules@2016-03-30 @@ -7133,6 +8584,7 @@ microsoft.Network/networkSecurityGroups/securityRules@2016-06-01 microsoft.Network/networkSecurityGroups/securityRules@2016-09-01 microsoft.Network/networkSecurityGroups/securityRules@2016-12-01 microsoft.Network/networkSecurityGroups/securityRules@2017-03-01 +microsoft.Network/networkSecurityGroups/securityRules@2017-03-30 microsoft.Network/networkSecurityGroups/securityRules@2017-06-01 microsoft.Network/networkSecurityGroups/securityRules@2017-08-01 microsoft.Network/networkSecurityGroups/securityRules@2017-09-01 @@ -7173,7 +8625,62 @@ microsoft.Network/networkSecurityGroups/securityRules@2022-09-01 microsoft.Network/networkSecurityGroups/securityRules@2022-11-01 microsoft.Network/networkSecurityGroups/securityRules@2023-02-01 microsoft.Network/networkSecurityGroups/securityRules@2023-04-01 -microsoft.Network/publicIPAddresses/@2015-05-01-preview +microsoft.Network/networkSecurityGroups/securityRules@2023-05-01 +microsoft.Network/networkSecurityGroups/securityRules@2023-06-01 +microsoft.Network/networkSecurityGroups/securityRules@2023-09-01 +microsoft.Network/networkSecurityGroups/securityRules@2023-11-01 +microsoft.Network/publicIPAddresses@2015-05-01-preview +microsoft.Network/publicIPAddresses@2015-06-15 +microsoft.Network/publicIPAddresses@2016-03-30 +microsoft.Network/publicIPAddresses@2016-06-01 +microsoft.Network/publicIPAddresses@2016-09-01 +microsoft.Network/publicIPAddresses@2016-12-01 +microsoft.Network/publicIPAddresses@2017-03-01 +microsoft.Network/publicIPAddresses@2017-03-30 +microsoft.Network/publicIPAddresses@2017-06-01 +microsoft.Network/publicIPAddresses@2017-08-01 +microsoft.Network/publicIPAddresses@2017-09-01 +microsoft.Network/publicIPAddresses@2017-10-01 +microsoft.Network/publicIPAddresses@2017-11-01 +microsoft.Network/publicIPAddresses@2018-01-01 +microsoft.Network/publicIPAddresses@2018-02-01 +microsoft.Network/publicIPAddresses@2018-04-01 +microsoft.Network/publicIPAddresses@2018-06-01 +microsoft.Network/publicIPAddresses@2018-07-01 +microsoft.Network/publicIPAddresses@2018-08-01 +microsoft.Network/publicIPAddresses@2018-10-01 +microsoft.Network/publicIPAddresses@2018-11-01 +microsoft.Network/publicIPAddresses@2018-12-01 +microsoft.Network/publicIPAddresses@2019-02-01 +microsoft.Network/publicIPAddresses@2019-04-01 +microsoft.Network/publicIPAddresses@2019-06-01 +microsoft.Network/publicIPAddresses@2019-07-01 +microsoft.Network/publicIPAddresses@2019-08-01 +microsoft.Network/publicIPAddresses@2019-09-01 +microsoft.Network/publicIPAddresses@2019-11-01 +microsoft.Network/publicIPAddresses@2019-12-01 +microsoft.Network/publicIPAddresses@2020-03-01 +microsoft.Network/publicIPAddresses@2020-04-01 +microsoft.Network/publicIPAddresses@2020-05-01 +microsoft.Network/publicIPAddresses@2020-06-01 +microsoft.Network/publicIPAddresses@2020-07-01 +microsoft.Network/publicIPAddresses@2020-08-01 +microsoft.Network/publicIPAddresses@2020-11-01 +microsoft.Network/publicIPAddresses@2021-02-01 +microsoft.Network/publicIPAddresses@2021-03-01 +microsoft.Network/publicIPAddresses@2021-05-01 +microsoft.Network/publicIPAddresses@2021-08-01 +microsoft.Network/publicIPAddresses@2022-01-01 +microsoft.Network/publicIPAddresses@2022-05-01 +microsoft.Network/publicIPAddresses@2022-07-01 +microsoft.Network/publicIPAddresses@2022-09-01 +microsoft.Network/publicIPAddresses@2022-11-01 +microsoft.Network/publicIPAddresses@2023-02-01 +microsoft.Network/publicIPAddresses@2023-04-01 +microsoft.Network/publicIPAddresses@2023-05-01 +microsoft.Network/publicIPAddresses@2023-06-01 +microsoft.Network/publicIPAddresses@2023-09-01 +microsoft.Network/publicIPAddresses@2023-11-01 microsoft.Network/routeTables@2015-05-01-preview microsoft.Network/routeTables@2015-06-15 microsoft.Network/routeTables@2016-03-30 @@ -7181,6 +8688,7 @@ microsoft.Network/routeTables@2016-06-01 microsoft.Network/routeTables@2016-09-01 microsoft.Network/routeTables@2016-12-01 microsoft.Network/routeTables@2017-03-01 +microsoft.Network/routeTables@2017-03-30 microsoft.Network/routeTables@2017-06-01 microsoft.Network/routeTables@2017-08-01 microsoft.Network/routeTables@2017-09-01 @@ -7221,6 +8729,10 @@ microsoft.Network/routeTables@2022-09-01 microsoft.Network/routeTables@2022-11-01 microsoft.Network/routeTables@2023-02-01 microsoft.Network/routeTables@2023-04-01 +microsoft.Network/routeTables@2023-05-01 +microsoft.Network/routeTables@2023-06-01 +microsoft.Network/routeTables@2023-09-01 +microsoft.Network/routeTables@2023-11-01 microsoft.Network/routeTables/routes@2015-05-01-preview microsoft.Network/routeTables/routes@2015-06-15 microsoft.Network/routeTables/routes@2016-03-30 @@ -7228,6 +8740,7 @@ microsoft.Network/routeTables/routes@2016-06-01 microsoft.Network/routeTables/routes@2016-09-01 microsoft.Network/routeTables/routes@2016-12-01 microsoft.Network/routeTables/routes@2017-03-01 +microsoft.Network/routeTables/routes@2017-03-30 microsoft.Network/routeTables/routes@2017-06-01 microsoft.Network/routeTables/routes@2017-08-01 microsoft.Network/routeTables/routes@2017-09-01 @@ -7268,6 +8781,10 @@ microsoft.Network/routeTables/routes@2022-09-01 microsoft.Network/routeTables/routes@2022-11-01 microsoft.Network/routeTables/routes@2023-02-01 microsoft.Network/routeTables/routes@2023-04-01 +microsoft.Network/routeTables/routes@2023-05-01 +microsoft.Network/routeTables/routes@2023-06-01 +microsoft.Network/routeTables/routes@2023-09-01 +microsoft.Network/routeTables/routes@2023-11-01 microsoft.Network/virtualnetworkgateways@2015-05-01-preview microsoft.Network/virtualnetworkgateways@2015-06-15 microsoft.Network/virtualnetworkgateways@2016-03-30 @@ -7275,6 +8792,7 @@ microsoft.Network/virtualnetworkgateways@2016-06-01 microsoft.Network/virtualnetworkgateways@2016-09-01 microsoft.Network/virtualnetworkgateways@2016-12-01 microsoft.Network/virtualnetworkgateways@2017-03-01 +microsoft.Network/virtualnetworkgateways@2017-03-30 microsoft.Network/virtualnetworkgateways@2017-06-01 microsoft.Network/virtualnetworkgateways@2017-08-01 microsoft.Network/virtualnetworkgateways@2017-09-01 @@ -7315,6 +8833,10 @@ microsoft.Network/virtualnetworkgateways@2022-09-01 microsoft.Network/virtualnetworkgateways@2022-11-01 microsoft.Network/virtualnetworkgateways@2023-02-01 microsoft.Network/virtualnetworkgateways@2023-04-01 +microsoft.Network/virtualnetworkgateways@2023-05-01 +microsoft.Network/virtualnetworkgateways@2023-06-01 +microsoft.Network/virtualnetworkgateways@2023-09-01 +microsoft.Network/virtualnetworkgateways@2023-11-01 microsoft.Network/virtualnetworks@2015-05-01-preview microsoft.Network/virtualnetworks@2015-06-15 microsoft.Network/virtualnetworks@2016-03-30 @@ -7322,6 +8844,7 @@ microsoft.Network/virtualnetworks@2016-06-01 microsoft.Network/virtualnetworks@2016-09-01 microsoft.Network/virtualnetworks@2016-12-01 microsoft.Network/virtualnetworks@2017-03-01 +microsoft.Network/virtualnetworks@2017-03-30 microsoft.Network/virtualnetworks@2017-06-01 microsoft.Network/virtualnetworks@2017-08-01 microsoft.Network/virtualnetworks@2017-09-01 @@ -7362,6 +8885,10 @@ microsoft.Network/virtualnetworks@2022-09-01 microsoft.Network/virtualnetworks@2022-11-01 microsoft.Network/virtualnetworks@2023-02-01 microsoft.Network/virtualnetworks@2023-04-01 +microsoft.Network/virtualnetworks@2023-05-01 +microsoft.Network/virtualnetworks@2023-06-01 +microsoft.Network/virtualnetworks@2023-09-01 +microsoft.Network/virtualnetworks@2023-11-01 microsoft.Network/virtualnetworks/subnets@2015-05-01-preview microsoft.Network/virtualnetworks/subnets@2015-06-15 microsoft.Network/virtualnetworks/subnets@2016-03-30 @@ -7369,6 +8896,7 @@ microsoft.Network/virtualnetworks/subnets@2016-06-01 microsoft.Network/virtualnetworks/subnets@2016-09-01 microsoft.Network/virtualnetworks/subnets@2016-12-01 microsoft.Network/virtualnetworks/subnets@2017-03-01 +microsoft.Network/virtualnetworks/subnets@2017-03-30 microsoft.Network/virtualnetworks/subnets@2017-06-01 microsoft.Network/virtualnetworks/subnets@2017-08-01 microsoft.Network/virtualnetworks/subnets@2017-09-01 @@ -7409,102 +8937,15 @@ microsoft.Network/virtualnetworks/subnets@2022-09-01 microsoft.Network/virtualnetworks/subnets@2022-11-01 microsoft.Network/virtualnetworks/subnets@2023-02-01 microsoft.Network/virtualnetworks/subnets@2023-04-01 -microsoft.Network/expressRouteCircuits@2015-06-15 -microsoft.Network/expressRouteCircuits@2016-03-30 -microsoft.Network/expressRouteCircuits@2016-06-01 -microsoft.Network/expressRouteCircuits@2016-09-01 -microsoft.Network/expressRouteCircuits@2016-12-01 -microsoft.Network/expressRouteCircuits@2017-03-01 -microsoft.Network/expressRouteCircuits@2017-06-01 -microsoft.Network/expressRouteCircuits@2017-08-01 -microsoft.Network/expressRouteCircuits@2017-09-01 -microsoft.Network/expressRouteCircuits@2017-10-01 -microsoft.Network/expressRouteCircuits@2017-11-01 -microsoft.Network/expressRouteCircuits@2018-01-01 -microsoft.Network/expressRouteCircuits@2018-02-01 -microsoft.Network/expressRouteCircuits@2018-04-01 -microsoft.Network/expressRouteCircuits@2018-06-01 -microsoft.Network/expressRouteCircuits@2018-07-01 -microsoft.Network/expressRouteCircuits@2018-08-01 -microsoft.Network/expressRouteCircuits@2018-10-01 -microsoft.Network/expressRouteCircuits@2018-11-01 -microsoft.Network/expressRouteCircuits@2018-12-01 -microsoft.Network/expressRouteCircuits@2019-02-01 -microsoft.Network/expressRouteCircuits@2019-04-01 -microsoft.Network/expressRouteCircuits@2019-06-01 -microsoft.Network/expressRouteCircuits@2019-07-01 -microsoft.Network/expressRouteCircuits@2019-08-01 -microsoft.Network/expressRouteCircuits@2019-09-01 -microsoft.Network/expressRouteCircuits@2019-11-01 -microsoft.Network/expressRouteCircuits@2019-12-01 -microsoft.Network/expressRouteCircuits@2020-03-01 -microsoft.Network/expressRouteCircuits@2020-04-01 -microsoft.Network/expressRouteCircuits@2020-05-01 -microsoft.Network/expressRouteCircuits@2020-06-01 -microsoft.Network/expressRouteCircuits@2020-07-01 -microsoft.Network/expressRouteCircuits@2020-08-01 -microsoft.Network/expressRouteCircuits@2020-11-01 -microsoft.Network/expressRouteCircuits@2021-02-01 -microsoft.Network/expressRouteCircuits@2021-03-01 -microsoft.Network/expressRouteCircuits@2021-05-01 -microsoft.Network/expressRouteCircuits@2021-08-01 -microsoft.Network/expressRouteCircuits@2022-01-01 -microsoft.Network/expressRouteCircuits@2022-05-01 -microsoft.Network/expressRouteCircuits@2022-07-01 -microsoft.Network/expressRouteCircuits@2022-09-01 -microsoft.Network/expressRouteCircuits@2022-11-01 -microsoft.Network/expressRouteCircuits@2023-02-01 -microsoft.Network/expressRouteCircuits@2023-04-01 -microsoft.Network/publicIPAddresses@2015-06-15 -microsoft.Network/publicIPAddresses@2016-03-30 -microsoft.Network/publicIPAddresses@2016-06-01 -microsoft.Network/publicIPAddresses@2016-09-01 -microsoft.Network/publicIPAddresses@2016-12-01 -microsoft.Network/publicIPAddresses@2017-03-01 -microsoft.Network/publicIPAddresses@2017-06-01 -microsoft.Network/publicIPAddresses@2017-08-01 -microsoft.Network/publicIPAddresses@2017-09-01 -microsoft.Network/publicIPAddresses@2017-10-01 -microsoft.Network/publicIPAddresses@2017-11-01 -microsoft.Network/publicIPAddresses@2018-01-01 -microsoft.Network/publicIPAddresses@2018-02-01 -microsoft.Network/publicIPAddresses@2018-04-01 -microsoft.Network/publicIPAddresses@2018-06-01 -microsoft.Network/publicIPAddresses@2018-07-01 -microsoft.Network/publicIPAddresses@2018-08-01 -microsoft.Network/publicIPAddresses@2018-10-01 -microsoft.Network/publicIPAddresses@2018-11-01 -microsoft.Network/publicIPAddresses@2018-12-01 -microsoft.Network/publicIPAddresses@2019-02-01 -microsoft.Network/publicIPAddresses@2019-04-01 -microsoft.Network/publicIPAddresses@2019-06-01 -microsoft.Network/publicIPAddresses@2019-07-01 -microsoft.Network/publicIPAddresses@2019-08-01 -microsoft.Network/publicIPAddresses@2019-09-01 -microsoft.Network/publicIPAddresses@2019-11-01 -microsoft.Network/publicIPAddresses@2019-12-01 -microsoft.Network/publicIPAddresses@2020-03-01 -microsoft.Network/publicIPAddresses@2020-04-01 -microsoft.Network/publicIPAddresses@2020-05-01 -microsoft.Network/publicIPAddresses@2020-06-01 -microsoft.Network/publicIPAddresses@2020-07-01 -microsoft.Network/publicIPAddresses@2020-08-01 -microsoft.Network/publicIPAddresses@2020-11-01 -microsoft.Network/publicIPAddresses@2021-02-01 -microsoft.Network/publicIPAddresses@2021-03-01 -microsoft.Network/publicIPAddresses@2021-05-01 -microsoft.Network/publicIPAddresses@2021-08-01 -microsoft.Network/publicIPAddresses@2022-01-01 -microsoft.Network/publicIPAddresses@2022-05-01 -microsoft.Network/publicIPAddresses@2022-07-01 -microsoft.Network/publicIPAddresses@2022-09-01 -microsoft.Network/publicIPAddresses@2022-11-01 -microsoft.Network/publicIPAddresses@2023-02-01 -microsoft.Network/publicIPAddresses@2023-04-01 +microsoft.Network/virtualnetworks/subnets@2023-05-01 +microsoft.Network/virtualnetworks/subnets@2023-06-01 +microsoft.Network/virtualnetworks/subnets@2023-09-01 +microsoft.Network/virtualnetworks/subnets@2023-11-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-06-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-09-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2016-12-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-03-01 +microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-03-30 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-06-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-08-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2017-09-01 @@ -7545,9 +8986,14 @@ microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-09-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2022-11-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2023-02-01 microsoft.Network/virtualNetworks/virtualNetworkPeerings@2023-04-01 +microsoft.Network/virtualNetworks/virtualNetworkPeerings@2023-05-01 +microsoft.Network/virtualNetworks/virtualNetworkPeerings@2023-06-01 +microsoft.Network/virtualNetworks/virtualNetworkPeerings@2023-09-01 +microsoft.Network/virtualNetworks/virtualNetworkPeerings@2023-11-01 microsoft.Network/networkWatchers@2016-09-01 microsoft.Network/networkWatchers@2016-12-01 microsoft.Network/networkWatchers@2017-03-01 +microsoft.Network/networkWatchers@2017-03-30 microsoft.Network/networkWatchers@2017-06-01 microsoft.Network/networkWatchers@2017-08-01 microsoft.Network/networkWatchers@2017-09-01 @@ -7588,9 +9034,14 @@ microsoft.Network/networkWatchers@2022-09-01 microsoft.Network/networkWatchers@2022-11-01 microsoft.Network/networkWatchers@2023-02-01 microsoft.Network/networkWatchers@2023-04-01 +microsoft.Network/networkWatchers@2023-05-01 +microsoft.Network/networkWatchers@2023-06-01 +microsoft.Network/networkWatchers@2023-09-01 +microsoft.Network/networkWatchers@2023-11-01 microsoft.Network/networkWatchers/packetCaptures@2016-09-01 microsoft.Network/networkWatchers/packetCaptures@2016-12-01 microsoft.Network/networkWatchers/packetCaptures@2017-03-01 +microsoft.Network/networkWatchers/packetCaptures@2017-03-30 microsoft.Network/networkWatchers/packetCaptures@2017-06-01 microsoft.Network/networkWatchers/packetCaptures@2017-08-01 microsoft.Network/networkWatchers/packetCaptures@2017-09-01 @@ -7631,8 +9082,13 @@ microsoft.Network/networkWatchers/packetCaptures@2022-09-01 microsoft.Network/networkWatchers/packetCaptures@2022-11-01 microsoft.Network/networkWatchers/packetCaptures@2023-02-01 microsoft.Network/networkWatchers/packetCaptures@2023-04-01 +microsoft.Network/networkWatchers/packetCaptures@2023-05-01 +microsoft.Network/networkWatchers/packetCaptures@2023-06-01 +microsoft.Network/networkWatchers/packetCaptures@2023-09-01 +microsoft.Network/networkWatchers/packetCaptures@2023-11-01 microsoft.Network/routeFilters@2016-12-01 microsoft.Network/routeFilters@2017-03-01 +microsoft.Network/routeFilters@2017-03-30 microsoft.Network/routeFilters@2017-06-01 microsoft.Network/routeFilters@2017-08-01 microsoft.Network/routeFilters@2017-09-01 @@ -7673,8 +9129,13 @@ microsoft.Network/routeFilters@2022-09-01 microsoft.Network/routeFilters@2022-11-01 microsoft.Network/routeFilters@2023-02-01 microsoft.Network/routeFilters@2023-04-01 +microsoft.Network/routeFilters@2023-05-01 +microsoft.Network/routeFilters@2023-06-01 +microsoft.Network/routeFilters@2023-09-01 +microsoft.Network/routeFilters@2023-11-01 microsoft.Network/routeFilters/routeFilterRules@2016-12-01 microsoft.Network/routeFilters/routeFilterRules@2017-03-01 +microsoft.Network/routeFilters/routeFilterRules@2017-03-30 microsoft.Network/routeFilters/routeFilterRules@2017-06-01 microsoft.Network/routeFilters/routeFilterRules@2017-08-01 microsoft.Network/routeFilters/routeFilterRules@2017-09-01 @@ -7715,6 +9176,10 @@ microsoft.Network/routeFilters/routeFilterRules@2022-09-01 microsoft.Network/routeFilters/routeFilterRules@2022-11-01 microsoft.Network/routeFilters/routeFilterRules@2023-02-01 microsoft.Network/routeFilters/routeFilterRules@2023-04-01 +microsoft.Network/routeFilters/routeFilterRules@2023-05-01 +microsoft.Network/routeFilters/routeFilterRules@2023-06-01 +microsoft.Network/routeFilters/routeFilterRules@2023-09-01 +microsoft.Network/routeFilters/routeFilterRules@2023-11-01 microsoft.Network/loadBalancers/inboundNatRules@2017-06-01 microsoft.Network/loadBalancers/inboundNatRules@2017-08-01 microsoft.Network/loadBalancers/inboundNatRules@2017-09-01 @@ -7755,6 +9220,10 @@ microsoft.Network/loadBalancers/inboundNatRules@2022-09-01 microsoft.Network/loadBalancers/inboundNatRules@2022-11-01 microsoft.Network/loadBalancers/inboundNatRules@2023-02-01 microsoft.Network/loadBalancers/inboundNatRules@2023-04-01 +microsoft.Network/loadBalancers/inboundNatRules@2023-05-01 +microsoft.Network/loadBalancers/inboundNatRules@2023-06-01 +microsoft.Network/loadBalancers/inboundNatRules@2023-09-01 +microsoft.Network/loadBalancers/inboundNatRules@2023-11-01 microsoft.Network/applicationSecurityGroups@2017-09-01 microsoft.Network/applicationSecurityGroups@2017-10-01 microsoft.Network/applicationSecurityGroups@2017-11-01 @@ -7793,6 +9262,10 @@ microsoft.Network/applicationSecurityGroups@2022-09-01 microsoft.Network/applicationSecurityGroups@2022-11-01 microsoft.Network/applicationSecurityGroups@2023-02-01 microsoft.Network/applicationSecurityGroups@2023-04-01 +microsoft.Network/applicationSecurityGroups@2023-05-01 +microsoft.Network/applicationSecurityGroups@2023-06-01 +microsoft.Network/applicationSecurityGroups@2023-09-01 +microsoft.Network/applicationSecurityGroups@2023-11-01 microsoft.Network/networkWatchers/connectionMonitors@2017-10-01 microsoft.Network/networkWatchers/connectionMonitors@2017-11-01 microsoft.Network/networkWatchers/connectionMonitors@2018-01-01 @@ -7830,6 +9303,10 @@ microsoft.Network/networkWatchers/connectionMonitors@2022-09-01 microsoft.Network/networkWatchers/connectionMonitors@2022-11-01 microsoft.Network/networkWatchers/connectionMonitors@2023-02-01 microsoft.Network/networkWatchers/connectionMonitors@2023-04-01 +microsoft.Network/networkWatchers/connectionMonitors@2023-05-01 +microsoft.Network/networkWatchers/connectionMonitors@2023-06-01 +microsoft.Network/networkWatchers/connectionMonitors@2023-09-01 +microsoft.Network/networkWatchers/connectionMonitors@2023-11-01 microsoft.Network/ddosProtectionPlans@2018-02-01 microsoft.Network/ddosProtectionPlans@2018-04-01 microsoft.Network/ddosProtectionPlans@2018-06-01 @@ -7864,6 +9341,10 @@ microsoft.Network/ddosProtectionPlans@2022-09-01 microsoft.Network/ddosProtectionPlans@2022-11-01 microsoft.Network/ddosProtectionPlans@2023-02-01 microsoft.Network/ddosProtectionPlans@2023-04-01 +microsoft.Network/ddosProtectionPlans@2023-05-01 +microsoft.Network/ddosProtectionPlans@2023-06-01 +microsoft.Network/ddosProtectionPlans@2023-09-01 +microsoft.Network/ddosProtectionPlans@2023-11-01 microsoft.Network/expressRouteCircuits/peerings/connections@2018-02-01 microsoft.Network/expressRouteCircuits/peerings/connections@2018-04-01 microsoft.Network/expressRouteCircuits/peerings/connections@2018-06-01 @@ -7898,6 +9379,10 @@ microsoft.Network/expressRouteCircuits/peerings/connections@2022-09-01 microsoft.Network/expressRouteCircuits/peerings/connections@2022-11-01 microsoft.Network/expressRouteCircuits/peerings/connections@2023-02-01 microsoft.Network/expressRouteCircuits/peerings/connections@2023-04-01 +microsoft.Network/expressRouteCircuits/peerings/connections@2023-05-01 +microsoft.Network/expressRouteCircuits/peerings/connections@2023-06-01 +microsoft.Network/expressRouteCircuits/peerings/connections@2023-09-01 +microsoft.Network/expressRouteCircuits/peerings/connections@2023-11-01 microsoft.Network/expressRouteCrossConnections@2018-02-01 microsoft.Network/expressRouteCrossConnections@2018-04-01 microsoft.Network/expressRouteCrossConnections@2018-06-01 @@ -7932,6 +9417,10 @@ microsoft.Network/expressRouteCrossConnections@2022-09-01 microsoft.Network/expressRouteCrossConnections@2022-11-01 microsoft.Network/expressRouteCrossConnections@2023-02-01 microsoft.Network/expressRouteCrossConnections@2023-04-01 +microsoft.Network/expressRouteCrossConnections@2023-05-01 +microsoft.Network/expressRouteCrossConnections@2023-06-01 +microsoft.Network/expressRouteCrossConnections@2023-09-01 +microsoft.Network/expressRouteCrossConnections@2023-11-01 microsoft.Network/expressRouteCrossConnections/peerings@2018-02-01 microsoft.Network/expressRouteCrossConnections/peerings@2018-04-01 microsoft.Network/expressRouteCrossConnections/peerings@2018-06-01 @@ -7966,6 +9455,10 @@ microsoft.Network/expressRouteCrossConnections/peerings@2022-09-01 microsoft.Network/expressRouteCrossConnections/peerings@2022-11-01 microsoft.Network/expressRouteCrossConnections/peerings@2023-02-01 microsoft.Network/expressRouteCrossConnections/peerings@2023-04-01 +microsoft.Network/expressRouteCrossConnections/peerings@2023-05-01 +microsoft.Network/expressRouteCrossConnections/peerings@2023-06-01 +microsoft.Network/expressRouteCrossConnections/peerings@2023-09-01 +microsoft.Network/expressRouteCrossConnections/peerings@2023-11-01 microsoft.Network/azureFirewalls@2018-04-01 microsoft.Network/azureFirewalls@2018-06-01 microsoft.Network/azureFirewalls@2018-07-01 @@ -7999,6 +9492,10 @@ microsoft.Network/azureFirewalls@2022-09-01 microsoft.Network/azureFirewalls@2022-11-01 microsoft.Network/azureFirewalls@2023-02-01 microsoft.Network/azureFirewalls@2023-04-01 +microsoft.Network/azureFirewalls@2023-05-01 +microsoft.Network/azureFirewalls@2023-06-01 +microsoft.Network/azureFirewalls@2023-09-01 +microsoft.Network/azureFirewalls@2023-11-01 microsoft.Network/virtualHubs@2018-04-01 microsoft.Network/virtualHubs@2018-06-01 microsoft.Network/virtualHubs@2018-07-01 @@ -8032,6 +9529,10 @@ microsoft.Network/virtualHubs@2022-09-01 microsoft.Network/virtualHubs@2022-11-01 microsoft.Network/virtualHubs@2023-02-01 microsoft.Network/virtualHubs@2023-04-01 +microsoft.Network/virtualHubs@2023-05-01 +microsoft.Network/virtualHubs@2023-06-01 +microsoft.Network/virtualHubs@2023-09-01 +microsoft.Network/virtualHubs@2023-11-01 microsoft.Network/virtualWans@2018-04-01 microsoft.Network/virtualWans@2018-06-01 microsoft.Network/virtualWans@2018-07-01 @@ -8065,6 +9566,10 @@ microsoft.Network/virtualWans@2022-09-01 microsoft.Network/virtualWans@2022-11-01 microsoft.Network/virtualWans@2023-02-01 microsoft.Network/virtualWans@2023-04-01 +microsoft.Network/virtualWans@2023-05-01 +microsoft.Network/virtualWans@2023-06-01 +microsoft.Network/virtualWans@2023-09-01 +microsoft.Network/virtualWans@2023-11-01 microsoft.Network/vpnGateways@2018-04-01 microsoft.Network/vpnGateways@2018-06-01 microsoft.Network/vpnGateways@2018-07-01 @@ -8098,6 +9603,10 @@ microsoft.Network/vpnGateways@2022-09-01 microsoft.Network/vpnGateways@2022-11-01 microsoft.Network/vpnGateways@2023-02-01 microsoft.Network/vpnGateways@2023-04-01 +microsoft.Network/vpnGateways@2023-05-01 +microsoft.Network/vpnGateways@2023-06-01 +microsoft.Network/vpnGateways@2023-09-01 +microsoft.Network/vpnGateways@2023-11-01 microsoft.Network/vpnGateways/vpnConnections@2018-04-01 microsoft.Network/vpnGateways/vpnConnections@2018-06-01 microsoft.Network/vpnGateways/vpnConnections@2018-07-01 @@ -8131,6 +9640,10 @@ microsoft.Network/vpnGateways/vpnConnections@2022-09-01 microsoft.Network/vpnGateways/vpnConnections@2022-11-01 microsoft.Network/vpnGateways/vpnConnections@2023-02-01 microsoft.Network/vpnGateways/vpnConnections@2023-04-01 +microsoft.Network/vpnGateways/vpnConnections@2023-05-01 +microsoft.Network/vpnGateways/vpnConnections@2023-06-01 +microsoft.Network/vpnGateways/vpnConnections@2023-09-01 +microsoft.Network/vpnGateways/vpnConnections@2023-11-01 microsoft.Network/vpnSites@2018-04-01 microsoft.Network/vpnSites@2018-06-01 microsoft.Network/vpnSites@2018-07-01 @@ -8164,6 +9677,10 @@ microsoft.Network/vpnSites@2022-09-01 microsoft.Network/vpnSites@2022-11-01 microsoft.Network/vpnSites@2023-02-01 microsoft.Network/vpnSites@2023-04-01 +microsoft.Network/vpnSites@2023-05-01 +microsoft.Network/vpnSites@2023-06-01 +microsoft.Network/vpnSites@2023-09-01 +microsoft.Network/vpnSites@2023-11-01 microsoft.Network/publicIPPrefixes@2018-07-01 microsoft.Network/publicIPPrefixes@2018-08-01 microsoft.Network/publicIPPrefixes@2018-10-01 @@ -8195,6 +9712,10 @@ microsoft.Network/publicIPPrefixes@2022-09-01 microsoft.Network/publicIPPrefixes@2022-11-01 microsoft.Network/publicIPPrefixes@2023-02-01 microsoft.Network/publicIPPrefixes@2023-04-01 +microsoft.Network/publicIPPrefixes@2023-05-01 +microsoft.Network/publicIPPrefixes@2023-06-01 +microsoft.Network/publicIPPrefixes@2023-09-01 +microsoft.Network/publicIPPrefixes@2023-11-01 microsoft.Network/serviceEndpointPolicies@2018-07-01 microsoft.Network/serviceEndpointPolicies@2018-08-01 microsoft.Network/serviceEndpointPolicies@2018-10-01 @@ -8226,6 +9747,10 @@ microsoft.Network/serviceEndpointPolicies@2022-09-01 microsoft.Network/serviceEndpointPolicies@2022-11-01 microsoft.Network/serviceEndpointPolicies@2023-02-01 microsoft.Network/serviceEndpointPolicies@2023-04-01 +microsoft.Network/serviceEndpointPolicies@2023-05-01 +microsoft.Network/serviceEndpointPolicies@2023-06-01 +microsoft.Network/serviceEndpointPolicies@2023-09-01 +microsoft.Network/serviceEndpointPolicies@2023-11-01 microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-07-01 microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-08-01 microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2018-10-01 @@ -8257,6 +9782,10 @@ microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022- microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2022-11-01 microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2023-02-01 microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2023-04-01 +microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2023-05-01 +microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2023-06-01 +microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2023-09-01 +microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions@2023-11-01 microsoft.Network/expressRouteGateways@2018-08-01 microsoft.Network/expressRouteGateways@2018-10-01 microsoft.Network/expressRouteGateways@2018-11-01 @@ -8287,6 +9816,10 @@ microsoft.Network/expressRouteGateways@2022-09-01 microsoft.Network/expressRouteGateways@2022-11-01 microsoft.Network/expressRouteGateways@2023-02-01 microsoft.Network/expressRouteGateways@2023-04-01 +microsoft.Network/expressRouteGateways@2023-05-01 +microsoft.Network/expressRouteGateways@2023-06-01 +microsoft.Network/expressRouteGateways@2023-09-01 +microsoft.Network/expressRouteGateways@2023-11-01 microsoft.Network/expressRouteGateways/expressRouteConnections@2018-08-01 microsoft.Network/expressRouteGateways/expressRouteConnections@2018-10-01 microsoft.Network/expressRouteGateways/expressRouteConnections@2018-11-01 @@ -8317,6 +9850,10 @@ microsoft.Network/expressRouteGateways/expressRouteConnections@2022-09-01 microsoft.Network/expressRouteGateways/expressRouteConnections@2022-11-01 microsoft.Network/expressRouteGateways/expressRouteConnections@2023-02-01 microsoft.Network/expressRouteGateways/expressRouteConnections@2023-04-01 +microsoft.Network/expressRouteGateways/expressRouteConnections@2023-05-01 +microsoft.Network/expressRouteGateways/expressRouteConnections@2023-06-01 +microsoft.Network/expressRouteGateways/expressRouteConnections@2023-09-01 +microsoft.Network/expressRouteGateways/expressRouteConnections@2023-11-01 microsoft.Network/ExpressRoutePorts@2018-08-01 microsoft.Network/ExpressRoutePorts@2018-10-01 microsoft.Network/ExpressRoutePorts@2018-11-01 @@ -8347,6 +9884,10 @@ microsoft.Network/ExpressRoutePorts@2022-09-01 microsoft.Network/ExpressRoutePorts@2022-11-01 microsoft.Network/ExpressRoutePorts@2023-02-01 microsoft.Network/ExpressRoutePorts@2023-04-01 +microsoft.Network/ExpressRoutePorts@2023-05-01 +microsoft.Network/ExpressRoutePorts@2023-06-01 +microsoft.Network/ExpressRoutePorts@2023-09-01 +microsoft.Network/ExpressRoutePorts@2023-11-01 microsoft.Network/interfaceEndpoints@2018-08-01 microsoft.Network/interfaceEndpoints@2018-10-01 microsoft.Network/interfaceEndpoints@2018-11-01 @@ -8382,6 +9923,10 @@ microsoft.Network/networkInterfaces/tapConfigurations@2022-09-01 microsoft.Network/networkInterfaces/tapConfigurations@2022-11-01 microsoft.Network/networkInterfaces/tapConfigurations@2023-02-01 microsoft.Network/networkInterfaces/tapConfigurations@2023-04-01 +microsoft.Network/networkInterfaces/tapConfigurations@2023-05-01 +microsoft.Network/networkInterfaces/tapConfigurations@2023-06-01 +microsoft.Network/networkInterfaces/tapConfigurations@2023-09-01 +microsoft.Network/networkInterfaces/tapConfigurations@2023-11-01 microsoft.Network/networkProfiles@2018-08-01 microsoft.Network/networkProfiles@2018-10-01 microsoft.Network/networkProfiles@2018-11-01 @@ -8412,6 +9957,10 @@ microsoft.Network/networkProfiles@2022-09-01 microsoft.Network/networkProfiles@2022-11-01 microsoft.Network/networkProfiles@2023-02-01 microsoft.Network/networkProfiles@2023-04-01 +microsoft.Network/networkProfiles@2023-05-01 +microsoft.Network/networkProfiles@2023-06-01 +microsoft.Network/networkProfiles@2023-09-01 +microsoft.Network/networkProfiles@2023-11-01 microsoft.Network/p2svpnGateways@2018-08-01 microsoft.Network/p2svpnGateways@2018-10-01 microsoft.Network/p2svpnGateways@2018-11-01 @@ -8442,6 +9991,10 @@ microsoft.Network/p2svpnGateways@2022-09-01 microsoft.Network/p2svpnGateways@2022-11-01 microsoft.Network/p2svpnGateways@2023-02-01 microsoft.Network/p2svpnGateways@2023-04-01 +microsoft.Network/p2svpnGateways@2023-05-01 +microsoft.Network/p2svpnGateways@2023-06-01 +microsoft.Network/p2svpnGateways@2023-09-01 +microsoft.Network/p2svpnGateways@2023-11-01 microsoft.Network/virtualNetworkTaps@2018-08-01 microsoft.Network/virtualNetworkTaps@2018-10-01 microsoft.Network/virtualNetworkTaps@2018-11-01 @@ -8472,6 +10025,10 @@ microsoft.Network/virtualNetworkTaps@2022-09-01 microsoft.Network/virtualNetworkTaps@2022-11-01 microsoft.Network/virtualNetworkTaps@2023-02-01 microsoft.Network/virtualNetworkTaps@2023-04-01 +microsoft.Network/virtualNetworkTaps@2023-05-01 +microsoft.Network/virtualNetworkTaps@2023-06-01 +microsoft.Network/virtualNetworkTaps@2023-09-01 +microsoft.Network/virtualNetworkTaps@2023-11-01 microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-08-01 microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-10-01 microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-11-01 @@ -8508,6 +10065,10 @@ microsoft.Network/ddosCustomPolicies@2022-09-01 microsoft.Network/ddosCustomPolicies@2022-11-01 microsoft.Network/ddosCustomPolicies@2023-02-01 microsoft.Network/ddosCustomPolicies@2023-04-01 +microsoft.Network/ddosCustomPolicies@2023-05-01 +microsoft.Network/ddosCustomPolicies@2023-06-01 +microsoft.Network/ddosCustomPolicies@2023-09-01 +microsoft.Network/ddosCustomPolicies@2023-11-01 microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2018-12-01 microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-02-01 microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2019-04-01 @@ -8535,6 +10096,10 @@ microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-09-01 microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2022-11-01 microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2023-02-01 microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2023-04-01 +microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2023-05-01 +microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2023-06-01 +microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2023-09-01 +microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies@2023-11-01 microsoft.Network/natGateways@2019-02-01 microsoft.Network/natGateways@2019-04-01 microsoft.Network/natGateways@2019-06-01 @@ -8561,6 +10126,10 @@ microsoft.Network/natGateways@2022-09-01 microsoft.Network/natGateways@2022-11-01 microsoft.Network/natGateways@2023-02-01 microsoft.Network/natGateways@2023-04-01 +microsoft.Network/natGateways@2023-05-01 +microsoft.Network/natGateways@2023-06-01 +microsoft.Network/natGateways@2023-09-01 +microsoft.Network/natGateways@2023-11-01 microsoft.Network/bastionHosts@2019-04-01 microsoft.Network/bastionHosts@2019-06-01 microsoft.Network/bastionHosts@2019-07-01 @@ -8586,6 +10155,10 @@ microsoft.Network/bastionHosts@2022-09-01 microsoft.Network/bastionHosts@2022-11-01 microsoft.Network/bastionHosts@2023-02-01 microsoft.Network/bastionHosts@2023-04-01 +microsoft.Network/bastionHosts@2023-05-01 +microsoft.Network/bastionHosts@2023-06-01 +microsoft.Network/bastionHosts@2023-09-01 +microsoft.Network/bastionHosts@2023-11-01 microsoft.Network/privateEndpoints@2019-04-01 microsoft.Network/privateEndpoints@2019-06-01 microsoft.Network/privateEndpoints@2019-07-01 @@ -8611,6 +10184,10 @@ microsoft.Network/privateEndpoints@2022-09-01 microsoft.Network/privateEndpoints@2022-11-01 microsoft.Network/privateEndpoints@2023-02-01 microsoft.Network/privateEndpoints@2023-04-01 +microsoft.Network/privateEndpoints@2023-05-01 +microsoft.Network/privateEndpoints@2023-06-01 +microsoft.Network/privateEndpoints@2023-09-01 +microsoft.Network/privateEndpoints@2023-11-01 microsoft.Network/privateLinkServices@2019-04-01 microsoft.Network/privateLinkServices@2019-06-01 microsoft.Network/privateLinkServices@2019-07-01 @@ -8636,6 +10213,10 @@ microsoft.Network/privateLinkServices@2022-09-01 microsoft.Network/privateLinkServices@2022-11-01 microsoft.Network/privateLinkServices@2023-02-01 microsoft.Network/privateLinkServices@2023-04-01 +microsoft.Network/privateLinkServices@2023-05-01 +microsoft.Network/privateLinkServices@2023-06-01 +microsoft.Network/privateLinkServices@2023-09-01 +microsoft.Network/privateLinkServices@2023-11-01 microsoft.Network/privateLinkServices/privateEndpointConnections@2019-04-01 microsoft.Network/privateLinkServices/privateEndpointConnections@2019-06-01 microsoft.Network/privateLinkServices/privateEndpointConnections@2019-07-01 @@ -8661,6 +10242,10 @@ microsoft.Network/privateLinkServices/privateEndpointConnections@2022-09-01 microsoft.Network/privateLinkServices/privateEndpointConnections@2022-11-01 microsoft.Network/privateLinkServices/privateEndpointConnections@2023-02-01 microsoft.Network/privateLinkServices/privateEndpointConnections@2023-04-01 +microsoft.Network/privateLinkServices/privateEndpointConnections@2023-05-01 +microsoft.Network/privateLinkServices/privateEndpointConnections@2023-06-01 +microsoft.Network/privateLinkServices/privateEndpointConnections@2023-09-01 +microsoft.Network/privateLinkServices/privateEndpointConnections@2023-11-01 microsoft.Network/firewallPolicies@2019-06-01 microsoft.Network/firewallPolicies@2019-07-01 microsoft.Network/firewallPolicies@2019-08-01 @@ -8685,6 +10270,10 @@ microsoft.Network/firewallPolicies@2022-09-01 microsoft.Network/firewallPolicies@2022-11-01 microsoft.Network/firewallPolicies@2023-02-01 microsoft.Network/firewallPolicies@2023-04-01 +microsoft.Network/firewallPolicies@2023-05-01 +microsoft.Network/firewallPolicies@2023-06-01 +microsoft.Network/firewallPolicies@2023-09-01 +microsoft.Network/firewallPolicies@2023-11-01 microsoft.Network/firewallPolicies/ruleGroups@2019-06-01 microsoft.Network/firewallPolicies/ruleGroups@2019-07-01 microsoft.Network/firewallPolicies/ruleGroups@2019-08-01 @@ -8716,6 +10305,10 @@ microsoft.Network/virtualRouters@2022-09-01 microsoft.Network/virtualRouters@2022-11-01 microsoft.Network/virtualRouters@2023-02-01 microsoft.Network/virtualRouters@2023-04-01 +microsoft.Network/virtualRouters@2023-05-01 +microsoft.Network/virtualRouters@2023-06-01 +microsoft.Network/virtualRouters@2023-09-01 +microsoft.Network/virtualRouters@2023-11-01 microsoft.Network/virtualRouters/peerings@2019-07-01 microsoft.Network/virtualRouters/peerings@2019-08-01 microsoft.Network/virtualRouters/peerings@2019-09-01 @@ -8739,6 +10332,10 @@ microsoft.Network/virtualRouters/peerings@2022-09-01 microsoft.Network/virtualRouters/peerings@2022-11-01 microsoft.Network/virtualRouters/peerings@2023-02-01 microsoft.Network/virtualRouters/peerings@2023-04-01 +microsoft.Network/virtualRouters/peerings@2023-05-01 +microsoft.Network/virtualRouters/peerings@2023-06-01 +microsoft.Network/virtualRouters/peerings@2023-09-01 +microsoft.Network/virtualRouters/peerings@2023-11-01 microsoft.Network/vpnServerConfigurations@2019-08-01 microsoft.Network/vpnServerConfigurations@2019-09-01 microsoft.Network/vpnServerConfigurations@2019-11-01 @@ -8761,6 +10358,10 @@ microsoft.Network/vpnServerConfigurations@2022-09-01 microsoft.Network/vpnServerConfigurations@2022-11-01 microsoft.Network/vpnServerConfigurations@2023-02-01 microsoft.Network/vpnServerConfigurations@2023-04-01 +microsoft.Network/vpnServerConfigurations@2023-05-01 +microsoft.Network/vpnServerConfigurations@2023-06-01 +microsoft.Network/vpnServerConfigurations@2023-09-01 +microsoft.Network/vpnServerConfigurations@2023-11-01 microsoft.Network/ipGroups@2019-09-01 microsoft.Network/ipGroups@2019-11-01 microsoft.Network/ipGroups@2019-12-01 @@ -8782,6 +10383,10 @@ microsoft.Network/ipGroups@2022-09-01 microsoft.Network/ipGroups@2022-11-01 microsoft.Network/ipGroups@2023-02-01 microsoft.Network/ipGroups@2023-04-01 +microsoft.Network/ipGroups@2023-05-01 +microsoft.Network/ipGroups@2023-06-01 +microsoft.Network/ipGroups@2023-09-01 +microsoft.Network/ipGroups@2023-11-01 microsoft.Network/virtualHubs/routeTables@2019-09-01 microsoft.Network/virtualHubs/routeTables@2019-11-01 microsoft.Network/virtualHubs/routeTables@2019-12-01 @@ -8803,6 +10408,10 @@ microsoft.Network/virtualHubs/routeTables@2022-09-01 microsoft.Network/virtualHubs/routeTables@2022-11-01 microsoft.Network/virtualHubs/routeTables@2023-02-01 microsoft.Network/virtualHubs/routeTables@2023-04-01 +microsoft.Network/virtualHubs/routeTables@2023-05-01 +microsoft.Network/virtualHubs/routeTables@2023-06-01 +microsoft.Network/virtualHubs/routeTables@2023-09-01 +microsoft.Network/virtualHubs/routeTables@2023-11-01 microsoft.Network/networkWatchers/flowLogs@2019-11-01 microsoft.Network/networkWatchers/flowLogs@2019-12-01 microsoft.Network/networkWatchers/flowLogs@2020-03-01 @@ -8823,6 +10432,10 @@ microsoft.Network/networkWatchers/flowLogs@2022-09-01 microsoft.Network/networkWatchers/flowLogs@2022-11-01 microsoft.Network/networkWatchers/flowLogs@2023-02-01 microsoft.Network/networkWatchers/flowLogs@2023-04-01 +microsoft.Network/networkWatchers/flowLogs@2023-05-01 +microsoft.Network/networkWatchers/flowLogs@2023-06-01 +microsoft.Network/networkWatchers/flowLogs@2023-09-01 +microsoft.Network/networkWatchers/flowLogs@2023-11-01 microsoft.Network/networkVirtualAppliances@2019-12-01 microsoft.Network/networkVirtualAppliances@2020-03-01 microsoft.Network/networkVirtualAppliances@2020-04-01 @@ -8842,6 +10455,10 @@ microsoft.Network/networkVirtualAppliances@2022-09-01 microsoft.Network/networkVirtualAppliances@2022-11-01 microsoft.Network/networkVirtualAppliances@2023-02-01 microsoft.Network/networkVirtualAppliances@2023-04-01 +microsoft.Network/networkVirtualAppliances@2023-05-01 +microsoft.Network/networkVirtualAppliances@2023-06-01 +microsoft.Network/networkVirtualAppliances@2023-09-01 +microsoft.Network/networkVirtualAppliances@2023-11-01 microsoft.Network/IpAllocations@2020-03-01 microsoft.Network/IpAllocations@2020-04-01 microsoft.Network/IpAllocations@2020-05-01 @@ -8860,6 +10477,10 @@ microsoft.Network/IpAllocations@2022-09-01 microsoft.Network/IpAllocations@2022-11-01 microsoft.Network/IpAllocations@2023-02-01 microsoft.Network/IpAllocations@2023-04-01 +microsoft.Network/IpAllocations@2023-05-01 +microsoft.Network/IpAllocations@2023-06-01 +microsoft.Network/IpAllocations@2023-09-01 +microsoft.Network/IpAllocations@2023-11-01 microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-03-01 microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-04-01 microsoft.Network/privateEndpoints/privateDnsZoneGroups@2020-05-01 @@ -8878,6 +10499,10 @@ microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-09-01 microsoft.Network/privateEndpoints/privateDnsZoneGroups@2022-11-01 microsoft.Network/privateEndpoints/privateDnsZoneGroups@2023-02-01 microsoft.Network/privateEndpoints/privateDnsZoneGroups@2023-04-01 +microsoft.Network/privateEndpoints/privateDnsZoneGroups@2023-05-01 +microsoft.Network/privateEndpoints/privateDnsZoneGroups@2023-06-01 +microsoft.Network/privateEndpoints/privateDnsZoneGroups@2023-09-01 +microsoft.Network/privateEndpoints/privateDnsZoneGroups@2023-11-01 microsoft.Network/securityPartnerProviders@2020-03-01 microsoft.Network/securityPartnerProviders@2020-04-01 microsoft.Network/securityPartnerProviders@2020-05-01 @@ -8896,6 +10521,10 @@ microsoft.Network/securityPartnerProviders@2022-09-01 microsoft.Network/securityPartnerProviders@2022-11-01 microsoft.Network/securityPartnerProviders@2023-02-01 microsoft.Network/securityPartnerProviders@2023-04-01 +microsoft.Network/securityPartnerProviders@2023-05-01 +microsoft.Network/securityPartnerProviders@2023-06-01 +microsoft.Network/securityPartnerProviders@2023-09-01 +microsoft.Network/securityPartnerProviders@2023-11-01 microsoft.Network/loadBalancers/backendAddressPools@2020-04-01 microsoft.Network/loadBalancers/backendAddressPools@2020-05-01 microsoft.Network/loadBalancers/backendAddressPools@2020-06-01 @@ -8913,6 +10542,10 @@ microsoft.Network/loadBalancers/backendAddressPools@2022-09-01 microsoft.Network/loadBalancers/backendAddressPools@2022-11-01 microsoft.Network/loadBalancers/backendAddressPools@2023-02-01 microsoft.Network/loadBalancers/backendAddressPools@2023-04-01 +microsoft.Network/loadBalancers/backendAddressPools@2023-05-01 +microsoft.Network/loadBalancers/backendAddressPools@2023-06-01 +microsoft.Network/loadBalancers/backendAddressPools@2023-09-01 +microsoft.Network/loadBalancers/backendAddressPools@2023-11-01 microsoft.Network/virtualHubs/hubRouteTables@2020-04-01 microsoft.Network/virtualHubs/hubRouteTables@2020-05-01 microsoft.Network/virtualHubs/hubRouteTables@2020-06-01 @@ -8930,6 +10563,10 @@ microsoft.Network/virtualHubs/hubRouteTables@2022-09-01 microsoft.Network/virtualHubs/hubRouteTables@2022-11-01 microsoft.Network/virtualHubs/hubRouteTables@2023-02-01 microsoft.Network/virtualHubs/hubRouteTables@2023-04-01 +microsoft.Network/virtualHubs/hubRouteTables@2023-05-01 +microsoft.Network/virtualHubs/hubRouteTables@2023-06-01 +microsoft.Network/virtualHubs/hubRouteTables@2023-09-01 +microsoft.Network/virtualHubs/hubRouteTables@2023-11-01 microsoft.Network/applicationGateways/privateEndpointConnections@2020-05-01 microsoft.Network/applicationGateways/privateEndpointConnections@2020-06-01 microsoft.Network/applicationGateways/privateEndpointConnections@2020-07-01 @@ -8946,6 +10583,10 @@ microsoft.Network/applicationGateways/privateEndpointConnections@2022-09-01 microsoft.Network/applicationGateways/privateEndpointConnections@2022-11-01 microsoft.Network/applicationGateways/privateEndpointConnections@2023-02-01 microsoft.Network/applicationGateways/privateEndpointConnections@2023-04-01 +microsoft.Network/applicationGateways/privateEndpointConnections@2023-05-01 +microsoft.Network/applicationGateways/privateEndpointConnections@2023-06-01 +microsoft.Network/applicationGateways/privateEndpointConnections@2023-09-01 +microsoft.Network/applicationGateways/privateEndpointConnections@2023-11-01 microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-05-01 microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-06-01 microsoft.Network/firewallPolicies/ruleCollectionGroups@2020-07-01 @@ -8962,6 +10603,10 @@ microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-09-01 microsoft.Network/firewallPolicies/ruleCollectionGroups@2022-11-01 microsoft.Network/firewallPolicies/ruleCollectionGroups@2023-02-01 microsoft.Network/firewallPolicies/ruleCollectionGroups@2023-04-01 +microsoft.Network/firewallPolicies/ruleCollectionGroups@2023-05-01 +microsoft.Network/firewallPolicies/ruleCollectionGroups@2023-06-01 +microsoft.Network/firewallPolicies/ruleCollectionGroups@2023-09-01 +microsoft.Network/firewallPolicies/ruleCollectionGroups@2023-11-01 microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-05-01 microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-06-01 microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2020-07-01 @@ -8978,6 +10623,10 @@ microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-09-01 microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2022-11-01 microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2023-02-01 microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2023-04-01 +microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2023-05-01 +microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2023-06-01 +microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2023-09-01 +microsoft.Network/networkVirtualAppliances/virtualApplianceSites@2023-11-01 microsoft.Network/virtualHubs/bgpConnections@2020-05-01 microsoft.Network/virtualHubs/bgpConnections@2020-06-01 microsoft.Network/virtualHubs/bgpConnections@2020-07-01 @@ -8994,6 +10643,10 @@ microsoft.Network/virtualHubs/bgpConnections@2022-09-01 microsoft.Network/virtualHubs/bgpConnections@2022-11-01 microsoft.Network/virtualHubs/bgpConnections@2023-02-01 microsoft.Network/virtualHubs/bgpConnections@2023-04-01 +microsoft.Network/virtualHubs/bgpConnections@2023-05-01 +microsoft.Network/virtualHubs/bgpConnections@2023-06-01 +microsoft.Network/virtualHubs/bgpConnections@2023-09-01 +microsoft.Network/virtualHubs/bgpConnections@2023-11-01 microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-05-01 microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-06-01 microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2020-07-01 @@ -9010,6 +10663,10 @@ microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-09-01 microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2022-11-01 microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2023-02-01 microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2023-04-01 +microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2023-05-01 +microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2023-06-01 +microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2023-09-01 +microsoft.Network/virtualHubs/hubVirtualNetworkConnections@2023-11-01 microsoft.Network/virtualHubs/ipConfigurations@2020-05-01 microsoft.Network/virtualHubs/ipConfigurations@2020-06-01 microsoft.Network/virtualHubs/ipConfigurations@2020-07-01 @@ -9026,6 +10683,10 @@ microsoft.Network/virtualHubs/ipConfigurations@2022-09-01 microsoft.Network/virtualHubs/ipConfigurations@2022-11-01 microsoft.Network/virtualHubs/ipConfigurations@2023-02-01 microsoft.Network/virtualHubs/ipConfigurations@2023-04-01 +microsoft.Network/virtualHubs/ipConfigurations@2023-05-01 +microsoft.Network/virtualHubs/ipConfigurations@2023-06-01 +microsoft.Network/virtualHubs/ipConfigurations@2023-09-01 +microsoft.Network/virtualHubs/ipConfigurations@2023-11-01 microsoft.Network/customIpPrefixes@2020-06-01 microsoft.Network/customIpPrefixes@2020-07-01 microsoft.Network/customIpPrefixes@2020-08-01 @@ -9041,6 +10702,10 @@ microsoft.Network/customIpPrefixes@2022-09-01 microsoft.Network/customIpPrefixes@2022-11-01 microsoft.Network/customIpPrefixes@2023-02-01 microsoft.Network/customIpPrefixes@2023-04-01 +microsoft.Network/customIpPrefixes@2023-05-01 +microsoft.Network/customIpPrefixes@2023-06-01 +microsoft.Network/customIpPrefixes@2023-09-01 +microsoft.Network/customIpPrefixes@2023-11-01 microsoft.Network/dscpConfigurations@2020-06-01 microsoft.Network/dscpConfigurations@2020-07-01 microsoft.Network/dscpConfigurations@2020-08-01 @@ -9056,6 +10721,10 @@ microsoft.Network/dscpConfigurations@2022-09-01 microsoft.Network/dscpConfigurations@2022-11-01 microsoft.Network/dscpConfigurations@2023-02-01 microsoft.Network/dscpConfigurations@2023-04-01 +microsoft.Network/dscpConfigurations@2023-05-01 +microsoft.Network/dscpConfigurations@2023-06-01 +microsoft.Network/dscpConfigurations@2023-09-01 +microsoft.Network/dscpConfigurations@2023-11-01 microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-06-01 microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-07-01 microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2020-08-01 @@ -9071,6 +10740,10 @@ microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-09-01 microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2022-11-01 microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2023-02-01 microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2023-04-01 +microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2023-05-01 +microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2023-06-01 +microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2023-09-01 +microsoft.Network/networkVirtualAppliances/inboundSecurityRules@2023-11-01 microsoft.Network/vpnGateways/natRules@2020-08-01 microsoft.Network/vpnGateways/natRules@2020-11-01 microsoft.Network/vpnGateways/natRules@2021-02-01 @@ -9084,6 +10757,10 @@ microsoft.Network/vpnGateways/natRules@2022-09-01 microsoft.Network/vpnGateways/natRules@2022-11-01 microsoft.Network/vpnGateways/natRules@2023-02-01 microsoft.Network/vpnGateways/natRules@2023-04-01 +microsoft.Network/vpnGateways/natRules@2023-05-01 +microsoft.Network/vpnGateways/natRules@2023-06-01 +microsoft.Network/vpnGateways/natRules@2023-09-01 +microsoft.Network/vpnGateways/natRules@2023-11-01 microsoft.Network/virtualNetworkGateways/natRules@2021-02-01 microsoft.Network/virtualNetworkGateways/natRules@2021-03-01 microsoft.Network/virtualNetworkGateways/natRules@2021-05-01 @@ -9095,6 +10772,10 @@ microsoft.Network/virtualNetworkGateways/natRules@2022-09-01 microsoft.Network/virtualNetworkGateways/natRules@2022-11-01 microsoft.Network/virtualNetworkGateways/natRules@2023-02-01 microsoft.Network/virtualNetworkGateways/natRules@2023-04-01 +microsoft.Network/virtualNetworkGateways/natRules@2023-05-01 +microsoft.Network/virtualNetworkGateways/natRules@2023-06-01 +microsoft.Network/virtualNetworkGateways/natRules@2023-09-01 +microsoft.Network/virtualNetworkGateways/natRules@2023-11-01 microsoft.Network/networkManagers@2021-02-01-preview microsoft.Network/networkManagers@2021-05-01-preview microsoft.Network/networkManagers@2022-01-01 @@ -9106,6 +10787,10 @@ microsoft.Network/networkManagers@2022-09-01 microsoft.Network/networkManagers@2022-11-01 microsoft.Network/networkManagers@2023-02-01 microsoft.Network/networkManagers@2023-04-01 +microsoft.Network/networkManagers@2023-05-01 +microsoft.Network/networkManagers@2023-06-01 +microsoft.Network/networkManagers@2023-09-01 +microsoft.Network/networkManagers@2023-11-01 microsoft.Network/networkManagers/connectivityConfigurations@2021-02-01-preview microsoft.Network/networkManagers/connectivityConfigurations@2021-05-01-preview microsoft.Network/networkManagers/connectivityConfigurations@2022-01-01 @@ -9117,6 +10802,10 @@ microsoft.Network/networkManagers/connectivityConfigurations@2022-09-01 microsoft.Network/networkManagers/connectivityConfigurations@2022-11-01 microsoft.Network/networkManagers/connectivityConfigurations@2023-02-01 microsoft.Network/networkManagers/connectivityConfigurations@2023-04-01 +microsoft.Network/networkManagers/connectivityConfigurations@2023-05-01 +microsoft.Network/networkManagers/connectivityConfigurations@2023-06-01 +microsoft.Network/networkManagers/connectivityConfigurations@2023-09-01 +microsoft.Network/networkManagers/connectivityConfigurations@2023-11-01 microsoft.Network/networkManagers/networkGroups@2021-02-01-preview microsoft.Network/networkManagers/networkGroups@2021-05-01-preview microsoft.Network/networkManagers/networkGroups@2022-01-01 @@ -9128,6 +10817,10 @@ microsoft.Network/networkManagers/networkGroups@2022-09-01 microsoft.Network/networkManagers/networkGroups@2022-11-01 microsoft.Network/networkManagers/networkGroups@2023-02-01 microsoft.Network/networkManagers/networkGroups@2023-04-01 +microsoft.Network/networkManagers/networkGroups@2023-05-01 +microsoft.Network/networkManagers/networkGroups@2023-06-01 +microsoft.Network/networkManagers/networkGroups@2023-09-01 +microsoft.Network/networkManagers/networkGroups@2023-11-01 microsoft.Network/networkManagers/securityAdminConfigurations@2021-02-01-preview microsoft.Network/networkManagers/securityAdminConfigurations@2021-05-01-preview microsoft.Network/networkManagers/securityAdminConfigurations@2022-01-01 @@ -9139,6 +10832,10 @@ microsoft.Network/networkManagers/securityAdminConfigurations@2022-09-01 microsoft.Network/networkManagers/securityAdminConfigurations@2022-11-01 microsoft.Network/networkManagers/securityAdminConfigurations@2023-02-01 microsoft.Network/networkManagers/securityAdminConfigurations@2023-04-01 +microsoft.Network/networkManagers/securityAdminConfigurations@2023-05-01 +microsoft.Network/networkManagers/securityAdminConfigurations@2023-06-01 +microsoft.Network/networkManagers/securityAdminConfigurations@2023-09-01 +microsoft.Network/networkManagers/securityAdminConfigurations@2023-11-01 microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2021-02-01-preview microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2021-05-01-preview microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-01-01 @@ -9150,6 +10847,10 @@ microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@20 microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2022-11-01 microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2023-02-01 microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2023-04-01 +microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2023-05-01 +microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2023-06-01 +microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2023-09-01 +microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections@2023-11-01 microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2021-02-01-preview microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2021-05-01-preview microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-01-01 @@ -9161,6 +10862,10 @@ microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/ru microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2022-11-01 microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2023-02-01 microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2023-04-01 +microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2023-05-01 +microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2023-06-01 +microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2023-09-01 +microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules@2023-11-01 microsoft.Network/networkManagers/securityUserConfigurations@2021-02-01-preview microsoft.Network/networkManagers/securityUserConfigurations@2021-05-01-preview microsoft.Network/networkManagers/securityUserConfigurations@2022-02-01-preview @@ -9175,10 +10880,20 @@ microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rul microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections/rules@2022-04-01-preview microsoft.Network/networkSecurityPerimeters@2021-02-01-preview microsoft.Network/networkSecurityPerimeters@2021-03-01-preview +microsoft.Network/networkSecurityPerimeters@2023-07-01-preview +microsoft.Network/networkSecurityPerimeters@2023-08-01-preview microsoft.Network/networkSecurityPerimeters/links@2021-02-01-preview +microsoft.Network/networkSecurityPerimeters/links@2023-07-01-preview +microsoft.Network/networkSecurityPerimeters/links@2023-08-01-preview microsoft.Network/networkSecurityPerimeters/profiles@2021-02-01-preview +microsoft.Network/networkSecurityPerimeters/profiles@2023-07-01-preview +microsoft.Network/networkSecurityPerimeters/profiles@2023-08-01-preview microsoft.Network/networkSecurityPerimeters/profiles/accessRules@2021-02-01-preview +microsoft.Network/networkSecurityPerimeters/profiles/accessRules@2023-07-01-preview +microsoft.Network/networkSecurityPerimeters/profiles/accessRules@2023-08-01-preview microsoft.Network/networkSecurityPerimeters/resourceAssociations@2021-02-01-preview +microsoft.Network/networkSecurityPerimeters/resourceAssociations@2023-07-01-preview +microsoft.Network/networkSecurityPerimeters/resourceAssociations@2023-08-01-preview microsoft.Network/firewallPolicies/signatureOverrides@2021-05-01 microsoft.Network/firewallPolicies/signatureOverrides@2021-08-01 microsoft.Network/firewallPolicies/signatureOverrides@2022-01-01 @@ -9188,6 +10903,10 @@ microsoft.Network/firewallPolicies/signatureOverrides@2022-09-01 microsoft.Network/firewallPolicies/signatureOverrides@2022-11-01 microsoft.Network/firewallPolicies/signatureOverrides@2023-02-01 microsoft.Network/firewallPolicies/signatureOverrides@2023-04-01 +microsoft.Network/firewallPolicies/signatureOverrides@2023-05-01 +microsoft.Network/firewallPolicies/signatureOverrides@2023-06-01 +microsoft.Network/firewallPolicies/signatureOverrides@2023-09-01 +microsoft.Network/firewallPolicies/signatureOverrides@2023-11-01 microsoft.Network/virtualHubs/routingIntent@2021-05-01 microsoft.Network/virtualHubs/routingIntent@2021-08-01 microsoft.Network/virtualHubs/routingIntent@2022-01-01 @@ -9197,6 +10916,10 @@ microsoft.Network/virtualHubs/routingIntent@2022-09-01 microsoft.Network/virtualHubs/routingIntent@2022-11-01 microsoft.Network/virtualHubs/routingIntent@2023-02-01 microsoft.Network/virtualHubs/routingIntent@2023-04-01 +microsoft.Network/virtualHubs/routingIntent@2023-05-01 +microsoft.Network/virtualHubs/routingIntent@2023-06-01 +microsoft.Network/virtualHubs/routingIntent@2023-09-01 +microsoft.Network/virtualHubs/routingIntent@2023-11-01 microsoft.Network/networkManagers/networkGroups/staticMembers@2021-05-01-preview microsoft.Network/networkManagers/networkGroups/staticMembers@2022-01-01 microsoft.Network/networkManagers/networkGroups/staticMembers@2022-02-01-preview @@ -9207,6 +10930,10 @@ microsoft.Network/networkManagers/networkGroups/staticMembers@2022-09-01 microsoft.Network/networkManagers/networkGroups/staticMembers@2022-11-01 microsoft.Network/networkManagers/networkGroups/staticMembers@2023-02-01 microsoft.Network/networkManagers/networkGroups/staticMembers@2023-04-01 +microsoft.Network/networkManagers/networkGroups/staticMembers@2023-05-01 +microsoft.Network/networkManagers/networkGroups/staticMembers@2023-06-01 +microsoft.Network/networkManagers/networkGroups/staticMembers@2023-09-01 +microsoft.Network/networkManagers/networkGroups/staticMembers@2023-11-01 microsoft.Network/networkManagers/scopeConnections@2021-05-01-preview microsoft.Network/networkManagers/scopeConnections@2022-01-01 microsoft.Network/networkManagers/scopeConnections@2022-02-01-preview @@ -9217,6 +10944,10 @@ microsoft.Network/networkManagers/scopeConnections@2022-09-01 microsoft.Network/networkManagers/scopeConnections@2022-11-01 microsoft.Network/networkManagers/scopeConnections@2023-02-01 microsoft.Network/networkManagers/scopeConnections@2023-04-01 +microsoft.Network/networkManagers/scopeConnections@2023-05-01 +microsoft.Network/networkManagers/scopeConnections@2023-06-01 +microsoft.Network/networkManagers/scopeConnections@2023-09-01 +microsoft.Network/networkManagers/scopeConnections@2023-11-01 microsoft.Network/expressRoutePorts/authorizations@2021-08-01 microsoft.Network/expressRoutePorts/authorizations@2022-01-01 microsoft.Network/expressRoutePorts/authorizations@2022-05-01 @@ -9225,6 +10956,10 @@ microsoft.Network/expressRoutePorts/authorizations@2022-09-01 microsoft.Network/expressRoutePorts/authorizations@2022-11-01 microsoft.Network/expressRoutePorts/authorizations@2023-02-01 microsoft.Network/expressRoutePorts/authorizations@2023-04-01 +microsoft.Network/expressRoutePorts/authorizations@2023-05-01 +microsoft.Network/expressRoutePorts/authorizations@2023-06-01 +microsoft.Network/expressRoutePorts/authorizations@2023-09-01 +microsoft.Network/expressRoutePorts/authorizations@2023-11-01 microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2021-08-01 microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-01-01 microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-05-01 @@ -9233,15 +10968,58 @@ microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-09-01 microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-11-01 microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2023-02-01 microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2023-04-01 +microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2023-05-01 +microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2023-06-01 +microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2023-09-01 +microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2023-11-01 microsoft.Network/virtualHubs/routeMaps@2022-05-01 microsoft.Network/virtualHubs/routeMaps@2022-07-01 microsoft.Network/virtualHubs/routeMaps@2022-09-01 microsoft.Network/virtualHubs/routeMaps@2022-11-01 microsoft.Network/virtualHubs/routeMaps@2023-02-01 microsoft.Network/virtualHubs/routeMaps@2023-04-01 -microsoft.Network/networkVirtualAppliances/networkVirtualApplianceConnections@2022-11-01 -microsoft.Network/networkVirtualAppliances/networkVirtualApplianceConnections@2023-02-01 -microsoft.Network/networkVirtualAppliances/networkVirtualApplianceConnections@2023-04-01 +microsoft.Network/virtualHubs/routeMaps@2023-05-01 +microsoft.Network/virtualHubs/routeMaps@2023-06-01 +microsoft.Network/virtualHubs/routeMaps@2023-09-01 +microsoft.Network/virtualHubs/routeMaps@2023-11-01 +microsoft.Network/networkManagers/routingConfigurations@2023-03-01-preview +microsoft.Network/networkManagers/routingConfigurations/ruleCollections@2023-03-01-preview +microsoft.Network/networkManagers/routingConfigurations/ruleCollections/rules@2023-03-01-preview +microsoft.Network/networkVirtualAppliances/networkVirtualApplianceConnections@2023-06-01 +microsoft.Network/networkVirtualAppliances/networkVirtualApplianceConnections@2023-09-01 +microsoft.Network/networkVirtualAppliances/networkVirtualApplianceConnections@2023-11-01 +microsoft.Network/firewallPolicies/firewallPolicyDrafts@2023-11-01 +microsoft.Network/firewallPolicies/ruleCollectionGroups/ruleCollectionGroupDrafts@2023-11-01 +microsoft.Network/privateDnsZones@2018-09-01 +microsoft.Network/privateDnsZones@2020-01-01 +microsoft.Network/privateDnsZones@2020-06-01 +microsoft.Network/privateDnsZones/A@2018-09-01 +microsoft.Network/privateDnsZones/A@2020-01-01 +microsoft.Network/privateDnsZones/A@2020-06-01 +microsoft.Network/privateDnsZones/AAAA@2018-09-01 +microsoft.Network/privateDnsZones/AAAA@2020-01-01 +microsoft.Network/privateDnsZones/AAAA@2020-06-01 +microsoft.Network/privateDnsZones/CNAME@2018-09-01 +microsoft.Network/privateDnsZones/CNAME@2020-01-01 +microsoft.Network/privateDnsZones/CNAME@2020-06-01 +microsoft.Network/privateDnsZones/MX@2018-09-01 +microsoft.Network/privateDnsZones/MX@2020-01-01 +microsoft.Network/privateDnsZones/MX@2020-06-01 +microsoft.Network/privateDnsZones/PTR@2018-09-01 +microsoft.Network/privateDnsZones/PTR@2020-01-01 +microsoft.Network/privateDnsZones/PTR@2020-06-01 +microsoft.Network/privateDnsZones/SOA@2018-09-01 +microsoft.Network/privateDnsZones/SOA@2020-01-01 +microsoft.Network/privateDnsZones/SOA@2020-06-01 +microsoft.Network/privateDnsZones/SRV@2018-09-01 +microsoft.Network/privateDnsZones/SRV@2020-01-01 +microsoft.Network/privateDnsZones/SRV@2020-06-01 +microsoft.Network/privateDnsZones/TXT@2018-09-01 +microsoft.Network/privateDnsZones/TXT@2020-01-01 +microsoft.Network/privateDnsZones/TXT@2020-06-01 +microsoft.Network/privateDnsZones/virtualNetworkLinks@2018-09-01 +microsoft.Network/privateDnsZones/virtualNetworkLinks@2020-01-01 +microsoft.Network/privateDnsZones/virtualNetworkLinks@2020-06-01 microsoft.Network/trafficmanagerprofiles@2015-11-01 microsoft.Network/trafficmanagerprofiles@2017-03-01 microsoft.Network/trafficmanagerprofiles@2017-05-01 @@ -9260,57 +11038,76 @@ microsoft.Network/trafficmanagerprofiles/ExternalEndpoints@2022-04-01-preview microsoft.Network/trafficmanagerprofiles/NestedEndpoints@2018-08-01 microsoft.Network/trafficmanagerprofiles/NestedEndpoints@2022-04-01 microsoft.Network/trafficmanagerprofiles/NestedEndpoints@2022-04-01-preview +microsoft.NetworkAnalytics/dataProducts@2023-11-15 +microsoft.NetworkAnalytics/dataProducts/dataTypes@2023-11-15 microsoft.NetworkCloud/bareMetalMachines@2022-12-12-preview microsoft.NetworkCloud/bareMetalMachines@2023-05-01-preview microsoft.NetworkCloud/bareMetalMachines@2023-07-01 +microsoft.NetworkCloud/bareMetalMachines@2023-10-01-preview microsoft.NetworkCloud/cloudServicesNetworks@2022-12-12-preview microsoft.NetworkCloud/cloudServicesNetworks@2023-05-01-preview microsoft.NetworkCloud/cloudServicesNetworks@2023-07-01 +microsoft.NetworkCloud/cloudServicesNetworks@2023-10-01-preview microsoft.NetworkCloud/clusterManagers@2022-12-12-preview microsoft.NetworkCloud/clusterManagers@2023-05-01-preview microsoft.NetworkCloud/clusterManagers@2023-07-01 +microsoft.NetworkCloud/clusterManagers@2023-10-01-preview microsoft.NetworkCloud/clusters@2022-12-12-preview microsoft.NetworkCloud/clusters@2023-05-01-preview microsoft.NetworkCloud/clusters@2023-07-01 +microsoft.NetworkCloud/clusters@2023-10-01-preview microsoft.NetworkCloud/clusters/bareMetalMachineKeySets@2022-12-12-preview microsoft.NetworkCloud/clusters/bareMetalMachineKeySets@2023-05-01-preview microsoft.NetworkCloud/clusters/bareMetalMachineKeySets@2023-07-01 +microsoft.NetworkCloud/clusters/bareMetalMachineKeySets@2023-10-01-preview microsoft.NetworkCloud/clusters/bmcKeySets@2022-12-12-preview microsoft.NetworkCloud/clusters/bmcKeySets@2023-05-01-preview microsoft.NetworkCloud/clusters/bmcKeySets@2023-07-01 +microsoft.NetworkCloud/clusters/bmcKeySets@2023-10-01-preview microsoft.NetworkCloud/clusters/metricsConfigurations@2022-12-12-preview microsoft.NetworkCloud/clusters/metricsConfigurations@2023-05-01-preview microsoft.NetworkCloud/clusters/metricsConfigurations@2023-07-01 +microsoft.NetworkCloud/clusters/metricsConfigurations@2023-10-01-preview microsoft.NetworkCloud/defaultCniNetworks@2022-12-12-preview microsoft.NetworkCloud/hybridAksClusters@2022-12-12-preview microsoft.NetworkCloud/l2Networks@2022-12-12-preview microsoft.NetworkCloud/l2Networks@2023-05-01-preview microsoft.NetworkCloud/l2Networks@2023-07-01 +microsoft.NetworkCloud/l2Networks@2023-10-01-preview microsoft.NetworkCloud/l3Networks@2022-12-12-preview microsoft.NetworkCloud/l3Networks@2023-05-01-preview microsoft.NetworkCloud/l3Networks@2023-07-01 +microsoft.NetworkCloud/l3Networks@2023-10-01-preview microsoft.NetworkCloud/racks@2022-12-12-preview microsoft.NetworkCloud/racks@2023-05-01-preview microsoft.NetworkCloud/racks@2023-07-01 +microsoft.NetworkCloud/racks@2023-10-01-preview microsoft.NetworkCloud/storageAppliances@2022-12-12-preview microsoft.NetworkCloud/storageAppliances@2023-05-01-preview microsoft.NetworkCloud/storageAppliances@2023-07-01 +microsoft.NetworkCloud/storageAppliances@2023-10-01-preview microsoft.NetworkCloud/trunkedNetworks@2022-12-12-preview microsoft.NetworkCloud/trunkedNetworks@2023-05-01-preview microsoft.NetworkCloud/trunkedNetworks@2023-07-01 +microsoft.NetworkCloud/trunkedNetworks@2023-10-01-preview microsoft.NetworkCloud/virtualMachines@2022-12-12-preview microsoft.NetworkCloud/virtualMachines@2023-05-01-preview microsoft.NetworkCloud/virtualMachines@2023-07-01 +microsoft.NetworkCloud/virtualMachines@2023-10-01-preview microsoft.NetworkCloud/virtualMachines/consoles@2022-12-12-preview microsoft.NetworkCloud/virtualMachines/consoles@2023-05-01-preview microsoft.NetworkCloud/virtualMachines/consoles@2023-07-01 +microsoft.NetworkCloud/virtualMachines/consoles@2023-10-01-preview microsoft.NetworkCloud/volumes@2022-12-12-preview microsoft.NetworkCloud/volumes@2023-05-01-preview microsoft.NetworkCloud/volumes@2023-07-01 +microsoft.NetworkCloud/volumes@2023-10-01-preview microsoft.NetworkCloud/kubernetesClusters@2023-05-01-preview microsoft.NetworkCloud/kubernetesClusters@2023-07-01 +microsoft.NetworkCloud/kubernetesClusters@2023-10-01-preview microsoft.NetworkCloud/kubernetesClusters/agentPools@2023-05-01-preview microsoft.NetworkCloud/kubernetesClusters/agentPools@2023-07-01 +microsoft.NetworkCloud/kubernetesClusters/agentPools@2023-10-01-preview microsoft.NetworkFunction/azureTrafficCollectors@2021-09-01-preview microsoft.NetworkFunction/azureTrafficCollectors@2022-05-01 microsoft.NetworkFunction/azureTrafficCollectors@2022-08-01 @@ -9323,31 +11120,72 @@ microsoft.NotificationHubs/namespaces@2014-09-01 microsoft.NotificationHubs/namespaces@2016-03-01 microsoft.NotificationHubs/namespaces@2017-04-01 microsoft.NotificationHubs/namespaces@2023-01-01-preview +microsoft.NotificationHubs/namespaces@2023-09-01 +microsoft.NotificationHubs/namespaces@2023-10-01-preview microsoft.NotificationHubs/namespaces/AuthorizationRules@2014-09-01 microsoft.NotificationHubs/namespaces/AuthorizationRules@2016-03-01 microsoft.NotificationHubs/namespaces/AuthorizationRules@2017-04-01 microsoft.NotificationHubs/namespaces/AuthorizationRules@2023-01-01-preview +microsoft.NotificationHubs/namespaces/AuthorizationRules@2023-09-01 +microsoft.NotificationHubs/namespaces/AuthorizationRules@2023-10-01-preview microsoft.NotificationHubs/namespaces/notificationHubs@2014-09-01 microsoft.NotificationHubs/namespaces/notificationHubs@2016-03-01 microsoft.NotificationHubs/namespaces/notificationHubs@2017-04-01 microsoft.NotificationHubs/namespaces/notificationHubs@2023-01-01-preview +microsoft.NotificationHubs/namespaces/notificationHubs@2023-09-01 +microsoft.NotificationHubs/namespaces/notificationHubs@2023-10-01-preview microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2014-09-01 microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2016-03-01 microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2017-04-01 microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2023-01-01-preview +microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2023-09-01 +microsoft.NotificationHubs/namespaces/notificationHubs/AuthorizationRules@2023-10-01-preview microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-01-01-preview +microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-09-01 +microsoft.NotificationHubs/namespaces/privateEndpointConnections@2023-10-01-preview microsoft.OffAzure/HyperVSites@2020-01-01 microsoft.OffAzure/HyperVSites@2020-07-07 +microsoft.OffAzure/HyperVSites@2023-06-06 +microsoft.OffAzure/HyperVSites@2023-10-01-preview microsoft.OffAzure/HyperVSites/clusters@2020-01-01 microsoft.OffAzure/HyperVSites/clusters@2020-07-07 +microsoft.OffAzure/HyperVSites/clusters@2023-06-06 +microsoft.OffAzure/HyperVSites/clusters@2023-10-01-preview microsoft.OffAzure/HyperVSites/hosts@2020-01-01 microsoft.OffAzure/HyperVSites/hosts@2020-07-07 +microsoft.OffAzure/HyperVSites/hosts@2023-06-06 +microsoft.OffAzure/HyperVSites/hosts@2023-10-01-preview microsoft.OffAzure/VMwareSites@2020-01-01 microsoft.OffAzure/VMwareSites@2020-07-07 +microsoft.OffAzure/VMwareSites@2023-06-06 +microsoft.OffAzure/VMwareSites@2023-10-01-preview microsoft.OffAzure/VMwareSites/vCenters@2020-01-01 microsoft.OffAzure/VMwareSites/vCenters@2020-07-07 +microsoft.OffAzure/VMwareSites/vCenters@2023-06-06 +microsoft.OffAzure/VMwareSites/vCenters@2023-10-01-preview microsoft.OffAzure/MasterSites@2020-07-07 +microsoft.OffAzure/MasterSites@2023-06-06 +microsoft.OffAzure/MasterSites@2023-10-01-preview microsoft.OffAzure/masterSites/privateEndpointConnections@2020-07-07 +microsoft.OffAzure/masterSites/privateEndpointConnections@2023-06-06 +microsoft.OffAzure/masterSites/privateEndpointConnections@2023-10-01-preview +microsoft.OffAzure/importSites@2023-06-06 +microsoft.OffAzure/importSites@2023-10-01-preview +microsoft.OffAzure/masterSites/sqlSites@2023-06-06 +microsoft.OffAzure/masterSites/sqlSites@2023-10-01-preview +microsoft.OffAzure/masterSites/sqlSites/discoverySiteDataSources@2023-06-06 +microsoft.OffAzure/masterSites/sqlSites/discoverySiteDataSources@2023-10-01-preview +microsoft.OffAzure/masterSites/webAppSites@2023-06-06 +microsoft.OffAzure/masterSites/webAppSites@2023-10-01-preview +microsoft.OffAzure/masterSites/webAppSites/discoverySiteDataSources@2023-06-06 +microsoft.OffAzure/masterSites/webAppSites/discoverySiteDataSources@2023-10-01-preview +microsoft.OffAzure/serverSites@2023-06-06 +microsoft.OffAzure/serverSites@2023-10-01-preview +microsoft.OffAzureSpringBoot/springbootsites@2023-01-01-preview +microsoft.OffAzureSpringBoot/springbootsites@2024-04-01-preview +microsoft.OffAzureSpringBoot/springbootsites/springbootservers@2023-01-01-preview +microsoft.OffAzureSpringBoot/springbootsites/springbootservers@2024-04-01-preview +microsoft.OffAzureSpringBoot/springbootsites/springbootapps@2024-04-01-preview microsoft.OpenEnergyPlatform/energyServices@2021-06-01-preview microsoft.OpenEnergyPlatform/energyServices@2022-04-04-preview microsoft.OperationalInsights/workspaces/savedSearches@2015-03-20 @@ -9362,6 +11200,8 @@ microsoft.OperationalInsights/workspaces@2020-08-01 microsoft.OperationalInsights/workspaces@2020-10-01 microsoft.OperationalInsights/workspaces@2021-06-01 microsoft.OperationalInsights/workspaces@2021-12-01-preview +microsoft.OperationalInsights/workspaces@2022-10-01 +microsoft.OperationalInsights/workspaces@2023-09-01 microsoft.OperationalInsights/workspaces/dataSources@2015-11-01-preview microsoft.OperationalInsights/workspaces/dataSources@2020-03-01-preview microsoft.OperationalInsights/workspaces/dataSources@2020-08-01 @@ -9374,6 +11214,7 @@ microsoft.OperationalInsights/clusters@2020-03-01-preview microsoft.OperationalInsights/clusters@2020-08-01 microsoft.OperationalInsights/clusters@2020-10-01 microsoft.OperationalInsights/clusters@2021-06-01 +microsoft.OperationalInsights/clusters@2022-10-01 microsoft.OperationalInsights/workspaces/dataExports@2019-08-01-preview microsoft.OperationalInsights/workspaces/dataExports@2020-03-01-preview microsoft.OperationalInsights/workspaces/dataExports@2020-08-01 @@ -9385,12 +11226,16 @@ microsoft.OperationalInsights/queryPacks@2019-09-01-preview microsoft.OperationalInsights/queryPacks/queries@2019-09-01 microsoft.OperationalInsights/queryPacks/queries@2019-09-01-preview microsoft.OperationalInsights/workspaces/tables@2021-12-01-preview +microsoft.OperationalInsights/workspaces/tables@2022-10-01 microsoft.Orbital/contactProfiles@2022-03-01 microsoft.Orbital/contactProfiles@2022-11-01 microsoft.Orbital/spacecrafts@2022-03-01 microsoft.Orbital/spacecrafts@2022-11-01 microsoft.Orbital/spacecrafts/contacts@2022-03-01 microsoft.Orbital/spacecrafts/contacts@2022-11-01 +microsoft.Orbital/edgeSites@2024-03-01-preview +microsoft.Orbital/groundStations@2024-03-01-preview +microsoft.Orbital/l2Connections@2024-03-01-preview microsoft.Peering/peerings@2019-08-01-preview microsoft.Peering/peerings@2019-09-01-preview microsoft.Peering/peerings@2020-01-01-preview @@ -9463,18 +11308,84 @@ microsoft.ProfessionalService/resources@2023-07-01-preview microsoft.Purview/accounts@2020-12-01-preview microsoft.Purview/accounts@2021-07-01 microsoft.Purview/accounts@2021-12-01 +microsoft.Purview/accounts@2023-05-01-preview microsoft.Purview/accounts/privateEndpointConnections@2020-12-01-preview microsoft.Purview/accounts/privateEndpointConnections@2021-07-01 microsoft.Purview/accounts/privateEndpointConnections@2021-12-01 +microsoft.Purview/accounts/privateEndpointConnections@2023-05-01-preview microsoft.Purview/accounts/kafkaConfigurations@2021-12-01 +microsoft.Purview/accounts/kafkaConfigurations@2023-05-01-preview microsoft.Quantum/workspaces@2019-11-04-preview microsoft.Quantum/workspaces@2022-01-10-preview +microsoft.Quantum/workspaces@2023-11-13-preview microsoft.RecommendationsService/accounts@2022-02-01 microsoft.RecommendationsService/accounts@2022-03-01-preview microsoft.RecommendationsService/accounts/modeling@2022-02-01 microsoft.RecommendationsService/accounts/modeling@2022-03-01-preview microsoft.RecommendationsService/accounts/serviceEndpoints@2022-02-01 microsoft.RecommendationsService/accounts/serviceEndpoints@2022-03-01-preview +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2019-05-13 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2019-06-15 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2020-10-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2020-12-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-01-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-01-preview +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-02-10 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-03-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-04-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-06-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-07-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-08-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-10-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2021-12-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-01-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-02-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-03-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-04-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-06-01-preview +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-09-01-preview +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-09-30-preview +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2022-10-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-01-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-02-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-04-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-06-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2023-08-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2024-01-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2024-02-01 +microsoft.RecoveryServices/vaults/backupPolicies@2016-06-01 +microsoft.RecoveryServices/vaults/backupPolicies@2019-05-13 +microsoft.RecoveryServices/vaults/backupPolicies@2019-06-15 +microsoft.RecoveryServices/vaults/backupPolicies@2020-10-01 +microsoft.RecoveryServices/vaults/backupPolicies@2020-12-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-01-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-02-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-02-01-preview +microsoft.RecoveryServices/vaults/backupPolicies@2021-02-10 +microsoft.RecoveryServices/vaults/backupPolicies@2021-03-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-04-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-06-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-07-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-08-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-10-01 +microsoft.RecoveryServices/vaults/backupPolicies@2021-12-01 +microsoft.RecoveryServices/vaults/backupPolicies@2022-01-01 +microsoft.RecoveryServices/vaults/backupPolicies@2022-02-01 +microsoft.RecoveryServices/vaults/backupPolicies@2022-03-01 +microsoft.RecoveryServices/vaults/backupPolicies@2022-04-01 +microsoft.RecoveryServices/vaults/backupPolicies@2022-06-01-preview +microsoft.RecoveryServices/vaults/backupPolicies@2022-09-01-preview +microsoft.RecoveryServices/vaults/backupPolicies@2022-09-30-preview +microsoft.RecoveryServices/vaults/backupPolicies@2022-10-01 +microsoft.RecoveryServices/vaults/backupPolicies@2023-01-01 +microsoft.RecoveryServices/vaults/backupPolicies@2023-02-01 +microsoft.RecoveryServices/vaults/backupPolicies@2023-04-01 +microsoft.RecoveryServices/vaults/backupPolicies@2023-06-01 +microsoft.RecoveryServices/vaults/backupPolicies@2023-08-01 +microsoft.RecoveryServices/vaults/backupPolicies@2024-01-01 +microsoft.RecoveryServices/vaults/backupPolicies@2024-02-01 microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2016-12-01 microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2020-10-01 microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2020-12-01 @@ -9500,6 +11411,10 @@ microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2022-10-01 microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-01-01 microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-02-01 microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-04-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-06-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2023-08-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2024-01-01 +microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers@2024-02-01 microsoft.RecoveryServices/vaults/backupstorageconfig@2016-12-01 microsoft.RecoveryServices/vaults/backupstorageconfig@2018-12-20 microsoft.RecoveryServices/vaults/backupstorageconfig@2021-04-01 @@ -9520,6 +11435,36 @@ microsoft.RecoveryServices/vaults/backupstorageconfig@2023-01-01 microsoft.RecoveryServices/vaults/backupstorageconfig@2023-01-15 microsoft.RecoveryServices/vaults/backupstorageconfig@2023-02-01 microsoft.RecoveryServices/vaults/backupstorageconfig@2023-04-01 +microsoft.RecoveryServices/vaults/backupstorageconfig@2023-06-01 +microsoft.RecoveryServices/vaults/backupstorageconfig@2023-08-01 +microsoft.RecoveryServices/vaults/backupstorageconfig@2024-01-01 +microsoft.RecoveryServices/vaults/backupstorageconfig@2024-02-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2017-07-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-01-preview +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-02-10 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-03-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-04-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-06-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-07-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-08-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-10-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-12-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-01-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-02-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-03-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-04-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-06-01-preview +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-30-preview +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-10-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-01-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-02-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-04-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-06-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-08-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2024-01-01 +microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2024-02-01 microsoft.RecoveryServices/vaults/backupconfig@2019-06-15 microsoft.RecoveryServices/vaults/backupconfig@2020-10-01 microsoft.RecoveryServices/vaults/backupconfig@2020-12-01 @@ -9545,6 +11490,10 @@ microsoft.RecoveryServices/vaults/backupconfig@2022-10-01 microsoft.RecoveryServices/vaults/backupconfig@2023-01-01 microsoft.RecoveryServices/vaults/backupconfig@2023-02-01 microsoft.RecoveryServices/vaults/backupconfig@2023-04-01 +microsoft.RecoveryServices/vaults/backupconfig@2023-06-01 +microsoft.RecoveryServices/vaults/backupconfig@2023-08-01 +microsoft.RecoveryServices/vaults/backupconfig@2024-01-01 +microsoft.RecoveryServices/vaults/backupconfig@2024-02-01 microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-02-02 microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-10-01 microsoft.RecoveryServices/vaults/privateEndpointConnections@2020-12-01 @@ -9570,6 +11519,10 @@ microsoft.RecoveryServices/vaults/privateEndpointConnections@2022-10-01 microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-01-01 microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-02-01 microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-04-01 +microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-06-01 +microsoft.RecoveryServices/vaults/privateEndpointConnections@2023-08-01 +microsoft.RecoveryServices/vaults/privateEndpointConnections@2024-01-01 +microsoft.RecoveryServices/vaults/privateEndpointConnections@2024-02-01 microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2020-10-01 microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2020-12-01 microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2021-01-01 @@ -9594,6 +11547,10 @@ microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2022-10-01 microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-01-01 microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-02-01 microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-04-01 +microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-06-01 +microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2023-08-01 +microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2024-01-01 +microsoft.RecoveryServices/vaults/backupEncryptionConfigs@2024-02-01 microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-02-01-preview microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-07-01 microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2021-08-01 @@ -9610,6 +11567,39 @@ microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2022-10-01 microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-01-01 microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-02-01 microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-04-01 +microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-06-01 +microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2023-08-01 +microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2024-01-01 +microsoft.RecoveryServices/vaults/backupResourceGuardProxies@2024-02-01 +microsoft.RecoveryServices/vaults@2016-06-01 +microsoft.RecoveryServices/vaults@2020-02-02 +microsoft.RecoveryServices/vaults@2020-10-01 +microsoft.RecoveryServices/vaults@2021-01-01 +microsoft.RecoveryServices/vaults@2021-02-10 +microsoft.RecoveryServices/vaults@2021-03-01 +microsoft.RecoveryServices/vaults@2021-04-01 +microsoft.RecoveryServices/vaults@2021-06-01 +microsoft.RecoveryServices/vaults@2021-07-01 +microsoft.RecoveryServices/vaults@2021-08-01 +microsoft.RecoveryServices/vaults@2021-11-01-preview +microsoft.RecoveryServices/vaults@2021-12-01 +microsoft.RecoveryServices/vaults@2022-01-01 +microsoft.RecoveryServices/vaults@2022-01-31-preview +microsoft.RecoveryServices/vaults@2022-02-01 +microsoft.RecoveryServices/vaults@2022-03-01 +microsoft.RecoveryServices/vaults@2022-04-01 +microsoft.RecoveryServices/vaults@2022-05-01 +microsoft.RecoveryServices/vaults@2022-08-01 +microsoft.RecoveryServices/vaults@2022-09-10 +microsoft.RecoveryServices/vaults@2022-09-30-preview +microsoft.RecoveryServices/vaults@2022-10-01 +microsoft.RecoveryServices/vaults@2023-01-01 +microsoft.RecoveryServices/vaults@2023-02-01 +microsoft.RecoveryServices/vaults@2023-04-01 +microsoft.RecoveryServices/vaults@2023-06-01 +microsoft.RecoveryServices/vaults@2023-08-01 +microsoft.RecoveryServices/vaults@2024-01-01 +microsoft.RecoveryServices/vaults@2024-02-01 microsoft.RecoveryServices/vaults/certificates@2016-06-01 microsoft.RecoveryServices/vaults/certificates@2020-02-02 microsoft.RecoveryServices/vaults/certificates@2020-10-01 @@ -9635,6 +11625,10 @@ microsoft.RecoveryServices/vaults/certificates@2022-10-01 microsoft.RecoveryServices/vaults/certificates@2023-01-01 microsoft.RecoveryServices/vaults/certificates@2023-02-01 microsoft.RecoveryServices/vaults/certificates@2023-04-01 +microsoft.RecoveryServices/vaults/certificates@2023-06-01 +microsoft.RecoveryServices/vaults/certificates@2023-08-01 +microsoft.RecoveryServices/vaults/certificates@2024-01-01 +microsoft.RecoveryServices/vaults/certificates@2024-02-01 microsoft.RecoveryServices/vaults/extendedInformation@2016-06-01 microsoft.RecoveryServices/vaults/extendedInformation@2020-02-02 microsoft.RecoveryServices/vaults/extendedInformation@2020-10-01 @@ -9660,6 +11654,10 @@ microsoft.RecoveryServices/vaults/extendedInformation@2022-10-01 microsoft.RecoveryServices/vaults/extendedInformation@2023-01-01 microsoft.RecoveryServices/vaults/extendedInformation@2023-02-01 microsoft.RecoveryServices/vaults/extendedInformation@2023-04-01 +microsoft.RecoveryServices/vaults/extendedInformation@2023-06-01 +microsoft.RecoveryServices/vaults/extendedInformation@2023-08-01 +microsoft.RecoveryServices/vaults/extendedInformation@2024-01-01 +microsoft.RecoveryServices/vaults/extendedInformation@2024-02-01 microsoft.RecoveryServices/vaults/replicationAlertSettings@2016-08-10 microsoft.RecoveryServices/vaults/replicationAlertSettings@2018-01-10 microsoft.RecoveryServices/vaults/replicationAlertSettings@2018-07-10 @@ -9683,6 +11681,9 @@ microsoft.RecoveryServices/vaults/replicationAlertSettings@2022-10-01 microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-01-01 microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-02-01 microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-04-01 +microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-06-01 +microsoft.RecoveryServices/vaults/replicationAlertSettings@2023-08-01 +microsoft.RecoveryServices/vaults/replicationAlertSettings@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics@2016-08-10 microsoft.RecoveryServices/vaults/replicationFabrics@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics@2018-07-10 @@ -9706,6 +11707,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics@2022-10-01 microsoft.RecoveryServices/vaults/replicationFabrics@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2016-08-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2018-07-10 @@ -9729,6 +11733,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replica microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2016-08-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2018-07-10 @@ -9752,6 +11759,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContai microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2016-08-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2018-07-10 @@ -9775,6 +11785,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContai microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2016-08-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2018-07-10 @@ -9798,6 +11811,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContai microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2016-08-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2018-07-10 @@ -9821,6 +11837,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassific microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2016-08-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2018-07-10 @@ -9844,6 +11863,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2022-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters@2024-01-01 microsoft.RecoveryServices/vaults/replicationPolicies@2016-08-10 microsoft.RecoveryServices/vaults/replicationPolicies@2018-01-10 microsoft.RecoveryServices/vaults/replicationPolicies@2018-07-10 @@ -9867,6 +11889,9 @@ microsoft.RecoveryServices/vaults/replicationPolicies@2022-10-01 microsoft.RecoveryServices/vaults/replicationPolicies@2023-01-01 microsoft.RecoveryServices/vaults/replicationPolicies@2023-02-01 microsoft.RecoveryServices/vaults/replicationPolicies@2023-04-01 +microsoft.RecoveryServices/vaults/replicationPolicies@2023-06-01 +microsoft.RecoveryServices/vaults/replicationPolicies@2023-08-01 +microsoft.RecoveryServices/vaults/replicationPolicies@2024-01-01 microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2016-08-10 microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2018-01-10 microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2018-07-10 @@ -9890,6 +11915,9 @@ microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2022-10-01 microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-01-01 microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-02-01 microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-04-01 +microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-06-01 +microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2023-08-01 +microsoft.RecoveryServices/vaults/replicationRecoveryPlans@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2018-07-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-02-10 @@ -9912,6 +11940,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContai microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2024-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-01-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-07-10 microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2021-02-10 @@ -9934,6 +11965,9 @@ microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServices microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-01-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-02-01 microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-04-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-06-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-08-01 +microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2024-01-01 microsoft.RecoveryServices/vaults/replicationProtectionIntents@2018-07-10 microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-02-10 microsoft.RecoveryServices/vaults/replicationProtectionIntents@2021-03-01 @@ -9955,6 +11989,9 @@ microsoft.RecoveryServices/vaults/replicationProtectionIntents@2022-10-01 microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-01-01 microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-02-01 microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-04-01 +microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-06-01 +microsoft.RecoveryServices/vaults/replicationProtectionIntents@2023-08-01 +microsoft.RecoveryServices/vaults/replicationProtectionIntents@2024-01-01 microsoft.RecoveryServices/vaults/replicationVaultSettings@2018-07-10 microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-02-10 microsoft.RecoveryServices/vaults/replicationVaultSettings@2021-03-01 @@ -9976,19 +12013,37 @@ microsoft.RecoveryServices/vaults/replicationVaultSettings@2022-10-01 microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-01-01 microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-02-01 microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-04-01 +microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-06-01 +microsoft.RecoveryServices/vaults/replicationVaultSettings@2023-08-01 +microsoft.RecoveryServices/vaults/replicationVaultSettings@2024-01-01 microsoft.RedHatOpenShift/openShiftClusters@2020-04-30 microsoft.RedHatOpenShift/openShiftClusters@2021-09-01-preview microsoft.RedHatOpenShift/openShiftClusters@2022-04-01 microsoft.RedHatOpenShift/openShiftClusters@2022-09-04 microsoft.RedHatOpenShift/openShiftClusters@2023-04-01 +microsoft.RedHatOpenShift/openShiftClusters@2023-07-01-preview +microsoft.RedHatOpenShift/openShiftClusters@2023-09-04 +microsoft.RedHatOpenShift/openShiftClusters@2023-11-22 microsoft.RedHatOpenShift/openshiftclusters/machinePool@2022-09-04 microsoft.RedHatOpenShift/openshiftclusters/machinePool@2023-04-01 +microsoft.RedHatOpenShift/openshiftclusters/machinePool@2023-07-01-preview +microsoft.RedHatOpenShift/openshiftclusters/machinePool@2023-09-04 +microsoft.RedHatOpenShift/openshiftclusters/machinePool@2023-11-22 microsoft.RedHatOpenShift/openshiftclusters/secret@2022-09-04 microsoft.RedHatOpenShift/openshiftclusters/secret@2023-04-01 +microsoft.RedHatOpenShift/openshiftclusters/secret@2023-07-01-preview +microsoft.RedHatOpenShift/openshiftclusters/secret@2023-09-04 +microsoft.RedHatOpenShift/openshiftclusters/secret@2023-11-22 microsoft.RedHatOpenShift/openshiftclusters/syncIdentityProvider@2022-09-04 microsoft.RedHatOpenShift/openshiftclusters/syncIdentityProvider@2023-04-01 +microsoft.RedHatOpenShift/openshiftclusters/syncIdentityProvider@2023-07-01-preview +microsoft.RedHatOpenShift/openshiftclusters/syncIdentityProvider@2023-09-04 +microsoft.RedHatOpenShift/openshiftclusters/syncIdentityProvider@2023-11-22 microsoft.RedHatOpenShift/openshiftclusters/syncSet@2022-09-04 microsoft.RedHatOpenShift/openshiftclusters/syncSet@2023-04-01 +microsoft.RedHatOpenShift/openshiftclusters/syncSet@2023-07-01-preview +microsoft.RedHatOpenShift/openshiftclusters/syncSet@2023-09-04 +microsoft.RedHatOpenShift/openshiftclusters/syncSet@2023-11-22 microsoft.Relay/namespaces@2016-07-01 microsoft.Relay/namespaces@2017-04-01 microsoft.Relay/namespaces@2018-01-01-preview @@ -10031,8 +12086,11 @@ microsoft.Resources/tags@2020-10-01 microsoft.Resources/tags@2021-01-01 microsoft.Resources/tags@2021-04-01 microsoft.Resources/tags@2022-09-01 +microsoft.Resources/tags@2023-07-01 +microsoft.Resources/tags@2024-03-01 microsoft.Resources/deploymentScripts@2019-10-01-preview microsoft.Resources/deploymentScripts@2020-10-01 +microsoft.Resources/deploymentScripts@2023-08-01 microsoft.Resources/deploymentStacks@2022-08-01-preview microsoft.Scheduler/jobCollections@2014-08-01-preview microsoft.Scheduler/jobCollections@2016-01-01 @@ -10040,6 +12098,9 @@ microsoft.Scheduler/jobCollections@2016-03-01 microsoft.Scheduler/jobCollections/jobs@2014-08-01-preview microsoft.Scheduler/jobCollections/jobs@2016-01-01 microsoft.Scheduler/jobCollections/jobs@2016-03-01 +microsoft.Scom/managedInstances@2023-07-07-preview +microsoft.Scom/managedInstances/managedGateways@2023-07-07-preview +microsoft.Scom/managedInstances/monitoredResources@2023-07-07-preview microsoft.ScVmm/availabilitySets@2020-06-05-preview microsoft.ScVmm/availabilitySets@2022-05-21-preview microsoft.ScVmm/clouds@2020-06-05-preview @@ -10065,16 +12126,49 @@ microsoft.Search/searchServices@2020-08-01 microsoft.Search/searchServices@2020-08-01-preview microsoft.Search/searchServices@2021-04-01-preview microsoft.Search/searchServices@2022-09-01 +microsoft.Search/searchServices@2023-11-01 +microsoft.Search/searchServices@2024-03-01-preview microsoft.Search/searchServices/privateEndpointConnections@2019-10-01-preview microsoft.Search/searchServices/privateEndpointConnections@2020-03-13 microsoft.Search/searchServices/privateEndpointConnections@2020-08-01 microsoft.Search/searchServices/privateEndpointConnections@2020-08-01-preview microsoft.Search/searchServices/privateEndpointConnections@2021-04-01-preview microsoft.Search/searchServices/privateEndpointConnections@2022-09-01 +microsoft.Search/searchServices/privateEndpointConnections@2023-11-01 +microsoft.Search/searchServices/privateEndpointConnections@2024-03-01-preview microsoft.Search/searchServices/sharedPrivateLinkResources@2020-08-01 microsoft.Search/searchServices/sharedPrivateLinkResources@2020-08-01-preview microsoft.Search/searchServices/sharedPrivateLinkResources@2021-04-01-preview microsoft.Search/searchServices/sharedPrivateLinkResources@2022-09-01 +microsoft.Search/searchServices/sharedPrivateLinkResources@2023-11-01 +microsoft.Search/searchServices/sharedPrivateLinkResources@2024-03-01-preview +microsoft.Security/locations/jitNetworkAccessPolicies@2015-06-01-preview +microsoft.Security/locations/jitNetworkAccessPolicies@2020-01-01 +microsoft.Security/iotSecuritySolutions@2017-08-01-preview +microsoft.Security/iotSecuritySolutions@2019-08-01 +microsoft.Security/pricings@2017-08-01-preview +microsoft.Security/advancedThreatProtectionSettings@2017-08-01-preview +microsoft.Security/advancedThreatProtectionSettings@2019-01-01 +microsoft.Security/deviceSecurityGroups@2017-08-01-preview +microsoft.Security/deviceSecurityGroups@2019-08-01 +microsoft.Security/automations@2019-01-01-preview +microsoft.Security/assessments@2019-01-01-preview +microsoft.Security/assessments@2020-01-01 +microsoft.Security/assessments@2021-06-01 +microsoft.Security/customAssessmentAutomations@2021-07-01-preview +microsoft.Security/customEntityStoreAssignments@2021-07-01-preview +microsoft.Security/securityConnectors@2021-07-01-preview +microsoft.Security/securityConnectors@2021-12-01-preview +microsoft.Security/securityConnectors@2022-05-01-preview +microsoft.Security/securityConnectors@2022-08-01-preview +microsoft.Security/securityConnectors@2023-03-01-preview +microsoft.Security/securityConnectors@2023-10-01-preview +microsoft.Security/assignments@2021-08-01-preview +microsoft.Security/standards@2021-08-01-preview +microsoft.Security/securityConnectors/devops@2023-09-01-preview +microsoft.Security/securityConnectors/devops/azureDevOpsOrgs@2023-09-01-preview +microsoft.Security/securityConnectors/devops/azureDevOpsOrgs/projects@2023-09-01-preview +microsoft.Security/securityConnectors/devops/azureDevOpsOrgs/projects/repos@2023-09-01-preview microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload@2021-01-11 microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload@2021-03-08 microsoft.SecurityAndCompliance/privateLinkServicesForEDMUpload/privateEndpointConnections@2021-01-11 @@ -10206,6 +12300,7 @@ microsoft.ServiceFabric/clusters@2019-11-01-preview microsoft.ServiceFabric/clusters@2020-03-01 microsoft.ServiceFabric/clusters@2020-12-01-preview microsoft.ServiceFabric/clusters@2021-06-01 +microsoft.ServiceFabric/clusters@2023-11-01-preview microsoft.ServiceFabric/clusters/applications@2017-07-01-preview microsoft.ServiceFabric/clusters/applications@2019-03-01 microsoft.ServiceFabric/clusters/applications@2019-03-01-preview @@ -10214,6 +12309,7 @@ microsoft.ServiceFabric/clusters/applications@2019-11-01-preview microsoft.ServiceFabric/clusters/applications@2020-03-01 microsoft.ServiceFabric/clusters/applications@2020-12-01-preview microsoft.ServiceFabric/clusters/applications@2021-06-01 +microsoft.ServiceFabric/clusters/applications@2023-11-01-preview microsoft.ServiceFabric/clusters/applications/services@2017-07-01-preview microsoft.ServiceFabric/clusters/applications/services@2019-03-01 microsoft.ServiceFabric/clusters/applications/services@2019-03-01-preview @@ -10222,6 +12318,7 @@ microsoft.ServiceFabric/clusters/applications/services@2019-11-01-preview microsoft.ServiceFabric/clusters/applications/services@2020-03-01 microsoft.ServiceFabric/clusters/applications/services@2020-12-01-preview microsoft.ServiceFabric/clusters/applications/services@2021-06-01 +microsoft.ServiceFabric/clusters/applications/services@2023-11-01-preview microsoft.ServiceFabric/clusters/applicationTypes@2017-07-01-preview microsoft.ServiceFabric/clusters/applicationTypes@2019-03-01 microsoft.ServiceFabric/clusters/applicationTypes@2019-03-01-preview @@ -10230,6 +12327,7 @@ microsoft.ServiceFabric/clusters/applicationTypes@2019-11-01-preview microsoft.ServiceFabric/clusters/applicationTypes@2020-03-01 microsoft.ServiceFabric/clusters/applicationTypes@2020-12-01-preview microsoft.ServiceFabric/clusters/applicationTypes@2021-06-01 +microsoft.ServiceFabric/clusters/applicationTypes@2023-11-01-preview microsoft.ServiceFabric/clusters/applicationTypes/versions@2017-07-01-preview microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-03-01 microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-03-01-preview @@ -10238,6 +12336,7 @@ microsoft.ServiceFabric/clusters/applicationTypes/versions@2019-11-01-preview microsoft.ServiceFabric/clusters/applicationTypes/versions@2020-03-01 microsoft.ServiceFabric/clusters/applicationTypes/versions@2020-12-01-preview microsoft.ServiceFabric/clusters/applicationTypes/versions@2021-06-01 +microsoft.ServiceFabric/clusters/applicationTypes/versions@2023-11-01-preview microsoft.ServiceFabric/managedClusters@2020-01-01-preview microsoft.ServiceFabric/managedClusters@2021-01-01-preview microsoft.ServiceFabric/managedClusters@2021-05-01 @@ -10250,6 +12349,11 @@ microsoft.ServiceFabric/managedClusters@2022-08-01-preview microsoft.ServiceFabric/managedClusters@2022-10-01-preview microsoft.ServiceFabric/managedClusters@2023-02-01-preview microsoft.ServiceFabric/managedClusters@2023-03-01-preview +microsoft.ServiceFabric/managedClusters@2023-07-01-preview +microsoft.ServiceFabric/managedClusters@2023-09-01-preview +microsoft.ServiceFabric/managedClusters@2023-11-01-preview +microsoft.ServiceFabric/managedClusters@2023-12-01-preview +microsoft.ServiceFabric/managedClusters@2024-02-01-preview microsoft.ServiceFabric/managedClusters/nodeTypes@2020-01-01-preview microsoft.ServiceFabric/managedClusters/nodeTypes@2021-01-01-preview microsoft.ServiceFabric/managedClusters/nodeTypes@2021-05-01 @@ -10262,6 +12366,11 @@ microsoft.ServiceFabric/managedClusters/nodeTypes@2022-08-01-preview microsoft.ServiceFabric/managedClusters/nodeTypes@2022-10-01-preview microsoft.ServiceFabric/managedClusters/nodeTypes@2023-02-01-preview microsoft.ServiceFabric/managedClusters/nodeTypes@2023-03-01-preview +microsoft.ServiceFabric/managedClusters/nodeTypes@2023-07-01-preview +microsoft.ServiceFabric/managedClusters/nodeTypes@2023-09-01-preview +microsoft.ServiceFabric/managedClusters/nodeTypes@2023-11-01-preview +microsoft.ServiceFabric/managedClusters/nodeTypes@2023-12-01-preview +microsoft.ServiceFabric/managedClusters/nodeTypes@2024-02-01-preview microsoft.ServiceFabric/managedclusters/applications@2021-01-01-preview microsoft.ServiceFabric/managedclusters/applications@2021-05-01 microsoft.ServiceFabric/managedclusters/applications@2021-07-01-preview @@ -10273,6 +12382,11 @@ microsoft.ServiceFabric/managedclusters/applications@2022-08-01-preview microsoft.ServiceFabric/managedclusters/applications@2022-10-01-preview microsoft.ServiceFabric/managedclusters/applications@2023-02-01-preview microsoft.ServiceFabric/managedclusters/applications@2023-03-01-preview +microsoft.ServiceFabric/managedclusters/applications@2023-07-01-preview +microsoft.ServiceFabric/managedclusters/applications@2023-09-01-preview +microsoft.ServiceFabric/managedclusters/applications@2023-11-01-preview +microsoft.ServiceFabric/managedclusters/applications@2023-12-01-preview +microsoft.ServiceFabric/managedclusters/applications@2024-02-01-preview microsoft.ServiceFabric/managedclusters/applications/services@2021-01-01-preview microsoft.ServiceFabric/managedclusters/applications/services@2021-05-01 microsoft.ServiceFabric/managedclusters/applications/services@2021-07-01-preview @@ -10284,6 +12398,11 @@ microsoft.ServiceFabric/managedclusters/applications/services@2022-08-01-preview microsoft.ServiceFabric/managedclusters/applications/services@2022-10-01-preview microsoft.ServiceFabric/managedclusters/applications/services@2023-02-01-preview microsoft.ServiceFabric/managedclusters/applications/services@2023-03-01-preview +microsoft.ServiceFabric/managedclusters/applications/services@2023-07-01-preview +microsoft.ServiceFabric/managedclusters/applications/services@2023-09-01-preview +microsoft.ServiceFabric/managedclusters/applications/services@2023-11-01-preview +microsoft.ServiceFabric/managedclusters/applications/services@2023-12-01-preview +microsoft.ServiceFabric/managedclusters/applications/services@2024-02-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes@2021-01-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes@2021-05-01 microsoft.ServiceFabric/managedclusters/applicationTypes@2021-07-01-preview @@ -10295,6 +12414,11 @@ microsoft.ServiceFabric/managedclusters/applicationTypes@2022-08-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes@2022-10-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes@2023-02-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes@2023-03-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes@2023-07-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes@2023-09-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes@2023-11-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes@2023-12-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes@2024-02-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-01-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-05-01 microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2021-07-01-preview @@ -10306,6 +12430,11 @@ microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-08-01-pre microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2022-10-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2023-02-01-preview microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2023-03-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2023-07-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2023-09-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2023-11-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2023-12-01-preview +microsoft.ServiceFabric/managedclusters/applicationTypes/versions@2024-02-01-preview microsoft.ServiceFabricMesh/applications@2018-07-01-preview microsoft.ServiceFabricMesh/applications@2018-09-01-preview microsoft.ServiceFabricMesh/networks@2018-07-01-preview @@ -10316,13 +12445,18 @@ microsoft.ServiceFabricMesh/gateways@2018-09-01-preview microsoft.ServiceFabricMesh/secrets@2018-09-01-preview microsoft.ServiceFabricMesh/secrets/values@2018-09-01-preview microsoft.ServiceLinker/locations/connectors@2022-11-01-preview +microsoft.ServiceLinker/locations/connectors@2023-04-01-preview microsoft.ServiceLinker/locations/dryruns@2022-11-01-preview +microsoft.ServiceLinker/locations/dryruns@2023-04-01-preview microsoft.ServiceNetworking/trafficControllers@2022-10-01-preview microsoft.ServiceNetworking/trafficControllers@2023-05-01-preview +microsoft.ServiceNetworking/trafficControllers@2023-11-01 microsoft.ServiceNetworking/trafficControllers/associations@2022-10-01-preview microsoft.ServiceNetworking/trafficControllers/associations@2023-05-01-preview +microsoft.ServiceNetworking/trafficControllers/associations@2023-11-01 microsoft.ServiceNetworking/trafficControllers/frontends@2022-10-01-preview microsoft.ServiceNetworking/trafficControllers/frontends@2023-05-01-preview +microsoft.ServiceNetworking/trafficControllers/frontends@2023-11-01 microsoft.SignalRService/SignalR@2018-03-01-preview microsoft.SignalRService/SignalR@2018-10-01 microsoft.SignalRService/SignalR@2020-05-01 @@ -10336,6 +12470,8 @@ microsoft.SignalRService/SignalR@2022-08-01-preview microsoft.SignalRService/SignalR@2023-02-01 microsoft.SignalRService/SignalR@2023-03-01-preview microsoft.SignalRService/SignalR@2023-06-01-preview +microsoft.SignalRService/SignalR@2023-08-01-preview +microsoft.SignalRService/SignalR@2024-01-01-preview microsoft.SignalRService/signalR/privateEndpointConnections@2020-05-01 microsoft.SignalRService/signalR/privateEndpointConnections@2020-07-01-preview microsoft.SignalRService/signalR/privateEndpointConnections@2021-04-01-preview @@ -10347,6 +12483,8 @@ microsoft.SignalRService/signalR/privateEndpointConnections@2022-08-01-preview microsoft.SignalRService/signalR/privateEndpointConnections@2023-02-01 microsoft.SignalRService/signalR/privateEndpointConnections@2023-03-01-preview microsoft.SignalRService/signalR/privateEndpointConnections@2023-06-01-preview +microsoft.SignalRService/signalR/privateEndpointConnections@2023-08-01-preview +microsoft.SignalRService/signalR/privateEndpointConnections@2024-01-01-preview microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-04-01-preview microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-06-01-preview microsoft.SignalRService/signalR/sharedPrivateLinkResources@2021-09-01-preview @@ -10356,18 +12494,27 @@ microsoft.SignalRService/signalR/sharedPrivateLinkResources@2022-08-01-preview microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-02-01 microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-03-01-preview microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-06-01-preview +microsoft.SignalRService/signalR/sharedPrivateLinkResources@2023-08-01-preview +microsoft.SignalRService/signalR/sharedPrivateLinkResources@2024-01-01-preview microsoft.SignalRService/signalR/customCertificates@2022-02-01 microsoft.SignalRService/signalR/customCertificates@2022-08-01-preview microsoft.SignalRService/signalR/customCertificates@2023-02-01 microsoft.SignalRService/signalR/customCertificates@2023-03-01-preview microsoft.SignalRService/signalR/customCertificates@2023-06-01-preview +microsoft.SignalRService/signalR/customCertificates@2023-08-01-preview +microsoft.SignalRService/signalR/customCertificates@2024-01-01-preview microsoft.SignalRService/signalR/customDomains@2022-02-01 microsoft.SignalRService/signalR/customDomains@2022-08-01-preview microsoft.SignalRService/signalR/customDomains@2023-02-01 microsoft.SignalRService/signalR/customDomains@2023-03-01-preview microsoft.SignalRService/signalR/customDomains@2023-06-01-preview +microsoft.SignalRService/signalR/customDomains@2023-08-01-preview +microsoft.SignalRService/signalR/customDomains@2024-01-01-preview microsoft.SignalRService/signalR/replicas@2023-03-01-preview microsoft.SignalRService/signalR/replicas@2023-06-01-preview +microsoft.SignalRService/signalR/replicas@2023-08-01-preview +microsoft.SignalRService/signalR/replicas@2024-01-01-preview +microsoft.SignalRService/signalR/replicas/sharedPrivateLinkResources@2024-01-01-preview microsoft.SignalRService/webPubSub@2021-04-01-preview microsoft.SignalRService/webPubSub@2021-06-01-preview microsoft.SignalRService/webPubSub@2021-09-01-preview @@ -10376,6 +12523,8 @@ microsoft.SignalRService/webPubSub@2022-08-01-preview microsoft.SignalRService/webPubSub@2023-02-01 microsoft.SignalRService/webPubSub@2023-03-01-preview microsoft.SignalRService/webPubSub@2023-06-01-preview +microsoft.SignalRService/webPubSub@2023-08-01-preview +microsoft.SignalRService/webPubSub@2024-01-01-preview microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-04-01-preview microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-06-01-preview microsoft.SignalRService/webPubSub/privateEndpointConnections@2021-09-01-preview @@ -10384,6 +12533,8 @@ microsoft.SignalRService/webPubSub/privateEndpointConnections@2022-08-01-preview microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-02-01 microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-03-01-preview microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-06-01-preview +microsoft.SignalRService/webPubSub/privateEndpointConnections@2023-08-01-preview +microsoft.SignalRService/webPubSub/privateEndpointConnections@2024-01-01-preview microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-04-01-preview microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-06-01-preview microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2021-09-01-preview @@ -10392,21 +12543,32 @@ microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2022-08-01-preview microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-02-01 microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-03-01-preview microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-06-01-preview +microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2023-08-01-preview +microsoft.SignalRService/webPubSub/sharedPrivateLinkResources@2024-01-01-preview microsoft.SignalRService/webPubSub/hubs@2021-10-01 microsoft.SignalRService/webPubSub/hubs@2022-08-01-preview microsoft.SignalRService/webPubSub/hubs@2023-02-01 microsoft.SignalRService/webPubSub/hubs@2023-03-01-preview microsoft.SignalRService/webPubSub/hubs@2023-06-01-preview +microsoft.SignalRService/webPubSub/hubs@2023-08-01-preview +microsoft.SignalRService/webPubSub/hubs@2024-01-01-preview microsoft.SignalRService/webPubSub/customCertificates@2022-08-01-preview microsoft.SignalRService/webPubSub/customCertificates@2023-02-01 microsoft.SignalRService/webPubSub/customCertificates@2023-03-01-preview microsoft.SignalRService/webPubSub/customCertificates@2023-06-01-preview +microsoft.SignalRService/webPubSub/customCertificates@2023-08-01-preview +microsoft.SignalRService/webPubSub/customCertificates@2024-01-01-preview microsoft.SignalRService/webPubSub/customDomains@2022-08-01-preview microsoft.SignalRService/webPubSub/customDomains@2023-02-01 microsoft.SignalRService/webPubSub/customDomains@2023-03-01-preview microsoft.SignalRService/webPubSub/customDomains@2023-06-01-preview +microsoft.SignalRService/webPubSub/customDomains@2023-08-01-preview +microsoft.SignalRService/webPubSub/customDomains@2024-01-01-preview microsoft.SignalRService/webPubSub/replicas@2023-03-01-preview microsoft.SignalRService/webPubSub/replicas@2023-06-01-preview +microsoft.SignalRService/webPubSub/replicas@2023-08-01-preview +microsoft.SignalRService/webPubSub/replicas@2024-01-01-preview +microsoft.SignalRService/webPubSub/replicas/sharedPrivateLinkResources@2024-01-01-preview microsoft.Solutions/applianceDefinitions@2016-09-01-preview microsoft.Solutions/appliances@2016-09-01-preview microsoft.Solutions/applicationDefinitions@2017-09-01 @@ -10461,6 +12623,9 @@ microsoft.Sql/servers@2022-02-01-preview microsoft.Sql/servers@2022-05-01-preview microsoft.Sql/servers@2022-08-01-preview microsoft.Sql/servers@2022-11-01-preview +microsoft.Sql/servers@2023-02-01-preview +microsoft.Sql/servers@2023-05-01-preview +microsoft.Sql/servers@2023-08-01-preview microsoft.Sql/servers/administrators@2014-04-01 microsoft.Sql/servers/administrators@2018-06-01-preview microsoft.Sql/servers/administrators@2019-06-01-preview @@ -10476,6 +12641,9 @@ microsoft.Sql/servers/administrators@2022-02-01-preview microsoft.Sql/servers/administrators@2022-05-01-preview microsoft.Sql/servers/administrators@2022-08-01-preview microsoft.Sql/servers/administrators@2022-11-01-preview +microsoft.Sql/servers/administrators@2023-02-01-preview +microsoft.Sql/servers/administrators@2023-05-01-preview +microsoft.Sql/servers/administrators@2023-08-01-preview microsoft.Sql/servers/advisors@2014-04-01 microsoft.Sql/servers/auditingPolicies@2014-04-01 microsoft.Sql/servers/communicationLinks@2014-04-01 @@ -10488,6 +12656,9 @@ microsoft.Sql/servers/connectionPolicies@2022-02-01-preview microsoft.Sql/servers/connectionPolicies@2022-05-01-preview microsoft.Sql/servers/connectionPolicies@2022-08-01-preview microsoft.Sql/servers/connectionPolicies@2022-11-01-preview +microsoft.Sql/servers/connectionPolicies@2023-02-01-preview +microsoft.Sql/servers/connectionPolicies@2023-05-01-preview +microsoft.Sql/servers/connectionPolicies@2023-08-01-preview microsoft.Sql/servers/databases@2014-04-01 microsoft.Sql/servers/databases@2017-03-01-preview microsoft.Sql/servers/databases@2017-10-01-preview @@ -10504,6 +12675,9 @@ microsoft.Sql/servers/databases@2022-02-01-preview microsoft.Sql/servers/databases@2022-05-01-preview microsoft.Sql/servers/databases@2022-08-01-preview microsoft.Sql/servers/databases@2022-11-01-preview +microsoft.Sql/servers/databases@2023-02-01-preview +microsoft.Sql/servers/databases@2023-05-01-preview +microsoft.Sql/servers/databases@2023-08-01-preview microsoft.Sql/servers/databases/advisors@2014-04-01 microsoft.Sql/servers/databases/auditingPolicies@2014-04-01 microsoft.Sql/servers/databases/connectionPolicies@2014-04-01 @@ -10513,12 +12687,18 @@ microsoft.Sql/servers/databases/dataMaskingPolicies@2022-02-01-preview microsoft.Sql/servers/databases/dataMaskingPolicies@2022-05-01-preview microsoft.Sql/servers/databases/dataMaskingPolicies@2022-08-01-preview microsoft.Sql/servers/databases/dataMaskingPolicies@2022-11-01-preview +microsoft.Sql/servers/databases/dataMaskingPolicies@2023-02-01-preview +microsoft.Sql/servers/databases/dataMaskingPolicies@2023-05-01-preview +microsoft.Sql/servers/databases/dataMaskingPolicies@2023-08-01-preview microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2014-04-01 microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2021-11-01 microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-02-01-preview microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-05-01-preview microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-08-01-preview microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2022-11-01-preview +microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2023-02-01-preview +microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2023-05-01-preview +microsoft.Sql/servers/databases/dataMaskingPolicies/rules@2023-08-01-preview microsoft.Sql/servers/databases/extensions@2014-04-01 microsoft.Sql/servers/databases/extensions@2020-08-01-preview microsoft.Sql/servers/databases/extensions@2020-11-01-preview @@ -10531,12 +12711,18 @@ microsoft.Sql/servers/databases/extensions@2022-02-01-preview microsoft.Sql/servers/databases/extensions@2022-05-01-preview microsoft.Sql/servers/databases/extensions@2022-08-01-preview microsoft.Sql/servers/databases/extensions@2022-11-01-preview +microsoft.Sql/servers/databases/extensions@2023-02-01-preview +microsoft.Sql/servers/databases/extensions@2023-05-01-preview +microsoft.Sql/servers/databases/extensions@2023-08-01-preview microsoft.Sql/servers/databases/geoBackupPolicies@2014-04-01 microsoft.Sql/servers/databases/geoBackupPolicies@2021-11-01 microsoft.Sql/servers/databases/geoBackupPolicies@2022-02-01-preview microsoft.Sql/servers/databases/geoBackupPolicies@2022-05-01-preview microsoft.Sql/servers/databases/geoBackupPolicies@2022-08-01-preview microsoft.Sql/servers/databases/geoBackupPolicies@2022-11-01-preview +microsoft.Sql/servers/databases/geoBackupPolicies@2023-02-01-preview +microsoft.Sql/servers/databases/geoBackupPolicies@2023-05-01-preview +microsoft.Sql/servers/databases/geoBackupPolicies@2023-08-01-preview microsoft.Sql/servers/databases/securityAlertPolicies@2014-04-01 microsoft.Sql/servers/databases/securityAlertPolicies@2018-06-01-preview microsoft.Sql/servers/databases/securityAlertPolicies@2020-02-02-preview @@ -10551,6 +12737,9 @@ microsoft.Sql/servers/databases/securityAlertPolicies@2022-02-01-preview microsoft.Sql/servers/databases/securityAlertPolicies@2022-05-01-preview microsoft.Sql/servers/databases/securityAlertPolicies@2022-08-01-preview microsoft.Sql/servers/databases/securityAlertPolicies@2022-11-01-preview +microsoft.Sql/servers/databases/securityAlertPolicies@2023-02-01-preview +microsoft.Sql/servers/databases/securityAlertPolicies@2023-05-01-preview +microsoft.Sql/servers/databases/securityAlertPolicies@2023-08-01-preview microsoft.Sql/servers/databases/transparentDataEncryption@2014-04-01 microsoft.Sql/servers/databases/transparentDataEncryption@2020-02-02-preview microsoft.Sql/servers/databases/transparentDataEncryption@2020-08-01-preview @@ -10564,6 +12753,9 @@ microsoft.Sql/servers/databases/transparentDataEncryption@2022-02-01-preview microsoft.Sql/servers/databases/transparentDataEncryption@2022-05-01-preview microsoft.Sql/servers/databases/transparentDataEncryption@2022-08-01-preview microsoft.Sql/servers/databases/transparentDataEncryption@2022-11-01-preview +microsoft.Sql/servers/databases/transparentDataEncryption@2023-02-01-preview +microsoft.Sql/servers/databases/transparentDataEncryption@2023-05-01-preview +microsoft.Sql/servers/databases/transparentDataEncryption@2023-08-01-preview microsoft.Sql/servers/disasterRecoveryConfiguration@2014-04-01 microsoft.Sql/servers/elasticPools@2014-04-01 microsoft.Sql/servers/elasticPools@2017-10-01-preview @@ -10579,6 +12771,9 @@ microsoft.Sql/servers/elasticPools@2022-02-01-preview microsoft.Sql/servers/elasticPools@2022-05-01-preview microsoft.Sql/servers/elasticPools@2022-08-01-preview microsoft.Sql/servers/elasticPools@2022-11-01-preview +microsoft.Sql/servers/elasticPools@2023-02-01-preview +microsoft.Sql/servers/elasticPools@2023-05-01-preview +microsoft.Sql/servers/elasticPools@2023-08-01-preview microsoft.Sql/servers/firewallRules@2014-04-01 microsoft.Sql/servers/firewallRules@2015-05-01-preview microsoft.Sql/servers/firewallRules@2020-02-02-preview @@ -10593,6 +12788,9 @@ microsoft.Sql/servers/firewallRules@2022-02-01-preview microsoft.Sql/servers/firewallRules@2022-05-01-preview microsoft.Sql/servers/firewallRules@2022-08-01-preview microsoft.Sql/servers/firewallRules@2022-11-01-preview +microsoft.Sql/servers/firewallRules@2023-02-01-preview +microsoft.Sql/servers/firewallRules@2023-05-01-preview +microsoft.Sql/servers/firewallRules@2023-08-01-preview microsoft.Sql/managedInstances@2015-05-01-preview microsoft.Sql/managedInstances@2018-06-01-preview microsoft.Sql/managedInstances@2020-02-02-preview @@ -10607,6 +12805,9 @@ microsoft.Sql/managedInstances@2022-02-01-preview microsoft.Sql/managedInstances@2022-05-01-preview microsoft.Sql/managedInstances@2022-08-01-preview microsoft.Sql/managedInstances@2022-11-01-preview +microsoft.Sql/managedInstances@2023-02-01-preview +microsoft.Sql/managedInstances@2023-05-01-preview +microsoft.Sql/managedInstances@2023-08-01-preview microsoft.Sql/servers/databases/auditingSettings@2015-05-01-preview microsoft.Sql/servers/databases/auditingSettings@2017-03-01-preview microsoft.Sql/servers/databases/auditingSettings@2020-02-02-preview @@ -10621,6 +12822,9 @@ microsoft.Sql/servers/databases/auditingSettings@2022-02-01-preview microsoft.Sql/servers/databases/auditingSettings@2022-05-01-preview microsoft.Sql/servers/databases/auditingSettings@2022-08-01-preview microsoft.Sql/servers/databases/auditingSettings@2022-11-01-preview +microsoft.Sql/servers/databases/auditingSettings@2023-02-01-preview +microsoft.Sql/servers/databases/auditingSettings@2023-05-01-preview +microsoft.Sql/servers/databases/auditingSettings@2023-08-01-preview microsoft.Sql/servers/databases/syncGroups@2015-05-01-preview microsoft.Sql/servers/databases/syncGroups@2019-06-01-preview microsoft.Sql/servers/databases/syncGroups@2020-02-02-preview @@ -10635,6 +12839,9 @@ microsoft.Sql/servers/databases/syncGroups@2022-02-01-preview microsoft.Sql/servers/databases/syncGroups@2022-05-01-preview microsoft.Sql/servers/databases/syncGroups@2022-08-01-preview microsoft.Sql/servers/databases/syncGroups@2022-11-01-preview +microsoft.Sql/servers/databases/syncGroups@2023-02-01-preview +microsoft.Sql/servers/databases/syncGroups@2023-05-01-preview +microsoft.Sql/servers/databases/syncGroups@2023-08-01-preview microsoft.Sql/servers/databases/syncGroups/syncMembers@2015-05-01-preview microsoft.Sql/servers/databases/syncGroups/syncMembers@2019-06-01-preview microsoft.Sql/servers/databases/syncGroups/syncMembers@2020-02-02-preview @@ -10649,6 +12856,9 @@ microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-02-01-preview microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-05-01-preview microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-08-01-preview microsoft.Sql/servers/databases/syncGroups/syncMembers@2022-11-01-preview +microsoft.Sql/servers/databases/syncGroups/syncMembers@2023-02-01-preview +microsoft.Sql/servers/databases/syncGroups/syncMembers@2023-05-01-preview +microsoft.Sql/servers/databases/syncGroups/syncMembers@2023-08-01-preview microsoft.Sql/servers/encryptionProtector@2015-05-01-preview microsoft.Sql/servers/encryptionProtector@2020-02-02-preview microsoft.Sql/servers/encryptionProtector@2020-08-01-preview @@ -10662,6 +12872,9 @@ microsoft.Sql/servers/encryptionProtector@2022-02-01-preview microsoft.Sql/servers/encryptionProtector@2022-05-01-preview microsoft.Sql/servers/encryptionProtector@2022-08-01-preview microsoft.Sql/servers/encryptionProtector@2022-11-01-preview +microsoft.Sql/servers/encryptionProtector@2023-02-01-preview +microsoft.Sql/servers/encryptionProtector@2023-05-01-preview +microsoft.Sql/servers/encryptionProtector@2023-08-01-preview microsoft.Sql/servers/failoverGroups@2015-05-01-preview microsoft.Sql/servers/failoverGroups@2020-02-02-preview microsoft.Sql/servers/failoverGroups@2020-08-01-preview @@ -10675,6 +12888,9 @@ microsoft.Sql/servers/failoverGroups@2022-02-01-preview microsoft.Sql/servers/failoverGroups@2022-05-01-preview microsoft.Sql/servers/failoverGroups@2022-08-01-preview microsoft.Sql/servers/failoverGroups@2022-11-01-preview +microsoft.Sql/servers/failoverGroups@2023-02-01-preview +microsoft.Sql/servers/failoverGroups@2023-05-01-preview +microsoft.Sql/servers/failoverGroups@2023-08-01-preview microsoft.Sql/servers/keys@2015-05-01-preview microsoft.Sql/servers/keys@2020-02-02-preview microsoft.Sql/servers/keys@2020-08-01-preview @@ -10688,6 +12904,9 @@ microsoft.Sql/servers/keys@2022-02-01-preview microsoft.Sql/servers/keys@2022-05-01-preview microsoft.Sql/servers/keys@2022-08-01-preview microsoft.Sql/servers/keys@2022-11-01-preview +microsoft.Sql/servers/keys@2023-02-01-preview +microsoft.Sql/servers/keys@2023-05-01-preview +microsoft.Sql/servers/keys@2023-08-01-preview microsoft.Sql/servers/syncAgents@2015-05-01-preview microsoft.Sql/servers/syncAgents@2020-02-02-preview microsoft.Sql/servers/syncAgents@2020-08-01-preview @@ -10701,6 +12920,9 @@ microsoft.Sql/servers/syncAgents@2022-02-01-preview microsoft.Sql/servers/syncAgents@2022-05-01-preview microsoft.Sql/servers/syncAgents@2022-08-01-preview microsoft.Sql/servers/syncAgents@2022-11-01-preview +microsoft.Sql/servers/syncAgents@2023-02-01-preview +microsoft.Sql/servers/syncAgents@2023-05-01-preview +microsoft.Sql/servers/syncAgents@2023-08-01-preview microsoft.Sql/servers/virtualNetworkRules@2015-05-01-preview microsoft.Sql/servers/virtualNetworkRules@2020-02-02-preview microsoft.Sql/servers/virtualNetworkRules@2020-08-01-preview @@ -10714,6 +12936,9 @@ microsoft.Sql/servers/virtualNetworkRules@2022-02-01-preview microsoft.Sql/servers/virtualNetworkRules@2022-05-01-preview microsoft.Sql/servers/virtualNetworkRules@2022-08-01-preview microsoft.Sql/servers/virtualNetworkRules@2022-11-01-preview +microsoft.Sql/servers/virtualNetworkRules@2023-02-01-preview +microsoft.Sql/servers/virtualNetworkRules@2023-05-01-preview +microsoft.Sql/servers/virtualNetworkRules@2023-08-01-preview microsoft.Sql/managedInstances/administrators@2017-03-01-preview microsoft.Sql/managedInstances/administrators@2020-02-02-preview microsoft.Sql/managedInstances/administrators@2020-08-01-preview @@ -10727,6 +12952,9 @@ microsoft.Sql/managedInstances/administrators@2022-02-01-preview microsoft.Sql/managedInstances/administrators@2022-05-01-preview microsoft.Sql/managedInstances/administrators@2022-08-01-preview microsoft.Sql/managedInstances/administrators@2022-11-01-preview +microsoft.Sql/managedInstances/administrators@2023-02-01-preview +microsoft.Sql/managedInstances/administrators@2023-05-01-preview +microsoft.Sql/managedInstances/administrators@2023-08-01-preview microsoft.Sql/managedInstances/databases@2017-03-01-preview microsoft.Sql/managedInstances/databases@2018-06-01-preview microsoft.Sql/managedInstances/databases@2019-06-01-preview @@ -10742,6 +12970,9 @@ microsoft.Sql/managedInstances/databases@2022-02-01-preview microsoft.Sql/managedInstances/databases@2022-05-01-preview microsoft.Sql/managedInstances/databases@2022-08-01-preview microsoft.Sql/managedInstances/databases@2022-11-01-preview +microsoft.Sql/managedInstances/databases@2023-02-01-preview +microsoft.Sql/managedInstances/databases@2023-05-01-preview +microsoft.Sql/managedInstances/databases@2023-08-01-preview microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2017-03-01-preview microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2020-02-02-preview microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2020-08-01-preview @@ -10755,6 +12986,9 @@ microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-0 microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-05-01-preview microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-08-01-preview microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2022-11-01-preview +microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2023-02-01-preview +microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2023-05-01-preview +microsoft.Sql/managedInstances/databases/backupShortTermRetentionPolicies@2023-08-01-preview microsoft.Sql/managedInstances/databases/securityAlertPolicies@2017-03-01-preview microsoft.Sql/managedInstances/databases/securityAlertPolicies@2020-02-02-preview microsoft.Sql/managedInstances/databases/securityAlertPolicies@2020-08-01-preview @@ -10768,6 +13002,9 @@ microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-02-01-previe microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-05-01-preview microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-08-01-preview microsoft.Sql/managedInstances/databases/securityAlertPolicies@2022-11-01-preview +microsoft.Sql/managedInstances/databases/securityAlertPolicies@2023-02-01-preview +microsoft.Sql/managedInstances/databases/securityAlertPolicies@2023-05-01-preview +microsoft.Sql/managedInstances/databases/securityAlertPolicies@2023-08-01-preview microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2017-03-01-preview microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2020-02-02-preview microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2020-08-01-preview @@ -10781,6 +13018,9 @@ microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetenti microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-05-01-preview microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-08-01-preview microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2022-11-01-preview +microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2023-02-01-preview +microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2023-05-01-preview +microsoft.Sql/managedInstances/restorableDroppedDatabases/backupShortTermRetentionPolicies@2023-08-01-preview microsoft.Sql/managedInstances/securityAlertPolicies@2017-03-01-preview microsoft.Sql/managedInstances/securityAlertPolicies@2020-02-02-preview microsoft.Sql/managedInstances/securityAlertPolicies@2020-08-01-preview @@ -10794,6 +13034,9 @@ microsoft.Sql/managedInstances/securityAlertPolicies@2022-02-01-preview microsoft.Sql/managedInstances/securityAlertPolicies@2022-05-01-preview microsoft.Sql/managedInstances/securityAlertPolicies@2022-08-01-preview microsoft.Sql/managedInstances/securityAlertPolicies@2022-11-01-preview +microsoft.Sql/managedInstances/securityAlertPolicies@2023-02-01-preview +microsoft.Sql/managedInstances/securityAlertPolicies@2023-05-01-preview +microsoft.Sql/managedInstances/securityAlertPolicies@2023-08-01-preview microsoft.Sql/servers/auditingSettings@2017-03-01-preview microsoft.Sql/servers/auditingSettings@2020-02-02-preview microsoft.Sql/servers/auditingSettings@2020-08-01-preview @@ -10807,6 +13050,9 @@ microsoft.Sql/servers/auditingSettings@2022-02-01-preview microsoft.Sql/servers/auditingSettings@2022-05-01-preview microsoft.Sql/servers/auditingSettings@2022-08-01-preview microsoft.Sql/servers/auditingSettings@2022-11-01-preview +microsoft.Sql/servers/auditingSettings@2023-02-01-preview +microsoft.Sql/servers/auditingSettings@2023-05-01-preview +microsoft.Sql/servers/auditingSettings@2023-08-01-preview microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2017-03-01-preview microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2020-02-02-preview microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2020-08-01-preview @@ -10820,6 +13066,9 @@ microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-02-01-previ microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-05-01-preview microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-08-01-preview microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2022-11-01-preview +microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2023-02-01-preview +microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2023-05-01-preview +microsoft.Sql/servers/databases/backupLongTermRetentionPolicies@2023-08-01-preview microsoft.Sql/servers/databases/extendedAuditingSettings@2017-03-01-preview microsoft.Sql/servers/databases/extendedAuditingSettings@2020-02-02-preview microsoft.Sql/servers/databases/extendedAuditingSettings@2020-08-01-preview @@ -10833,6 +13082,9 @@ microsoft.Sql/servers/databases/extendedAuditingSettings@2022-02-01-preview microsoft.Sql/servers/databases/extendedAuditingSettings@2022-05-01-preview microsoft.Sql/servers/databases/extendedAuditingSettings@2022-08-01-preview microsoft.Sql/servers/databases/extendedAuditingSettings@2022-11-01-preview +microsoft.Sql/servers/databases/extendedAuditingSettings@2023-02-01-preview +microsoft.Sql/servers/databases/extendedAuditingSettings@2023-05-01-preview +microsoft.Sql/servers/databases/extendedAuditingSettings@2023-08-01-preview microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2017-03-01-preview microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2020-02-02-preview microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2020-08-01-preview @@ -10846,6 +13098,9 @@ microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-02 microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-05-01-preview microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-08-01-preview microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2022-11-01-preview +microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2023-02-01-preview +microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2023-05-01-preview +microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels@2023-08-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments@2017-03-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments@2020-02-02-preview microsoft.Sql/servers/databases/vulnerabilityAssessments@2020-08-01-preview @@ -10859,6 +13114,9 @@ microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-02-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-05-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-08-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments@2022-11-01-preview +microsoft.Sql/servers/databases/vulnerabilityAssessments@2023-02-01-preview +microsoft.Sql/servers/databases/vulnerabilityAssessments@2023-05-01-preview +microsoft.Sql/servers/databases/vulnerabilityAssessments@2023-08-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2017-03-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2020-02-02-preview microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2020-08-01-preview @@ -10872,6 +13130,9 @@ microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-02 microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-05-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-08-01-preview microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2022-11-01-preview +microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2023-02-01-preview +microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2023-05-01-preview +microsoft.Sql/servers/databases/vulnerabilityAssessments/rules/baselines@2023-08-01-preview microsoft.Sql/servers/dnsAliases@2017-03-01-preview microsoft.Sql/servers/dnsAliases@2020-02-02-preview microsoft.Sql/servers/dnsAliases@2020-08-01-preview @@ -10885,6 +13146,9 @@ microsoft.Sql/servers/dnsAliases@2022-02-01-preview microsoft.Sql/servers/dnsAliases@2022-05-01-preview microsoft.Sql/servers/dnsAliases@2022-08-01-preview microsoft.Sql/servers/dnsAliases@2022-11-01-preview +microsoft.Sql/servers/dnsAliases@2023-02-01-preview +microsoft.Sql/servers/dnsAliases@2023-05-01-preview +microsoft.Sql/servers/dnsAliases@2023-08-01-preview microsoft.Sql/servers/extendedAuditingSettings@2017-03-01-preview microsoft.Sql/servers/extendedAuditingSettings@2020-02-02-preview microsoft.Sql/servers/extendedAuditingSettings@2020-08-01-preview @@ -10898,6 +13162,9 @@ microsoft.Sql/servers/extendedAuditingSettings@2022-02-01-preview microsoft.Sql/servers/extendedAuditingSettings@2022-05-01-preview microsoft.Sql/servers/extendedAuditingSettings@2022-08-01-preview microsoft.Sql/servers/extendedAuditingSettings@2022-11-01-preview +microsoft.Sql/servers/extendedAuditingSettings@2023-02-01-preview +microsoft.Sql/servers/extendedAuditingSettings@2023-05-01-preview +microsoft.Sql/servers/extendedAuditingSettings@2023-08-01-preview microsoft.Sql/servers/jobAgents@2017-03-01-preview microsoft.Sql/servers/jobAgents@2020-02-02-preview microsoft.Sql/servers/jobAgents@2020-08-01-preview @@ -10911,6 +13178,9 @@ microsoft.Sql/servers/jobAgents@2022-02-01-preview microsoft.Sql/servers/jobAgents@2022-05-01-preview microsoft.Sql/servers/jobAgents@2022-08-01-preview microsoft.Sql/servers/jobAgents@2022-11-01-preview +microsoft.Sql/servers/jobAgents@2023-02-01-preview +microsoft.Sql/servers/jobAgents@2023-05-01-preview +microsoft.Sql/servers/jobAgents@2023-08-01-preview microsoft.Sql/servers/jobAgents/credentials@2017-03-01-preview microsoft.Sql/servers/jobAgents/credentials@2020-02-02-preview microsoft.Sql/servers/jobAgents/credentials@2020-08-01-preview @@ -10924,6 +13194,9 @@ microsoft.Sql/servers/jobAgents/credentials@2022-02-01-preview microsoft.Sql/servers/jobAgents/credentials@2022-05-01-preview microsoft.Sql/servers/jobAgents/credentials@2022-08-01-preview microsoft.Sql/servers/jobAgents/credentials@2022-11-01-preview +microsoft.Sql/servers/jobAgents/credentials@2023-02-01-preview +microsoft.Sql/servers/jobAgents/credentials@2023-05-01-preview +microsoft.Sql/servers/jobAgents/credentials@2023-08-01-preview microsoft.Sql/servers/jobAgents/jobs@2017-03-01-preview microsoft.Sql/servers/jobAgents/jobs@2020-02-02-preview microsoft.Sql/servers/jobAgents/jobs@2020-08-01-preview @@ -10937,6 +13210,9 @@ microsoft.Sql/servers/jobAgents/jobs@2022-02-01-preview microsoft.Sql/servers/jobAgents/jobs@2022-05-01-preview microsoft.Sql/servers/jobAgents/jobs@2022-08-01-preview microsoft.Sql/servers/jobAgents/jobs@2022-11-01-preview +microsoft.Sql/servers/jobAgents/jobs@2023-02-01-preview +microsoft.Sql/servers/jobAgents/jobs@2023-05-01-preview +microsoft.Sql/servers/jobAgents/jobs@2023-08-01-preview microsoft.Sql/servers/jobAgents/jobs/executions@2017-03-01-preview microsoft.Sql/servers/jobAgents/jobs/executions@2020-02-02-preview microsoft.Sql/servers/jobAgents/jobs/executions@2020-08-01-preview @@ -10950,6 +13226,9 @@ microsoft.Sql/servers/jobAgents/jobs/executions@2022-02-01-preview microsoft.Sql/servers/jobAgents/jobs/executions@2022-05-01-preview microsoft.Sql/servers/jobAgents/jobs/executions@2022-08-01-preview microsoft.Sql/servers/jobAgents/jobs/executions@2022-11-01-preview +microsoft.Sql/servers/jobAgents/jobs/executions@2023-02-01-preview +microsoft.Sql/servers/jobAgents/jobs/executions@2023-05-01-preview +microsoft.Sql/servers/jobAgents/jobs/executions@2023-08-01-preview microsoft.Sql/servers/jobAgents/jobs/steps@2017-03-01-preview microsoft.Sql/servers/jobAgents/jobs/steps@2020-02-02-preview microsoft.Sql/servers/jobAgents/jobs/steps@2020-08-01-preview @@ -10963,6 +13242,9 @@ microsoft.Sql/servers/jobAgents/jobs/steps@2022-02-01-preview microsoft.Sql/servers/jobAgents/jobs/steps@2022-05-01-preview microsoft.Sql/servers/jobAgents/jobs/steps@2022-08-01-preview microsoft.Sql/servers/jobAgents/jobs/steps@2022-11-01-preview +microsoft.Sql/servers/jobAgents/jobs/steps@2023-02-01-preview +microsoft.Sql/servers/jobAgents/jobs/steps@2023-05-01-preview +microsoft.Sql/servers/jobAgents/jobs/steps@2023-08-01-preview microsoft.Sql/servers/jobAgents/targetGroups@2017-03-01-preview microsoft.Sql/servers/jobAgents/targetGroups@2020-02-02-preview microsoft.Sql/servers/jobAgents/targetGroups@2020-08-01-preview @@ -10976,6 +13258,9 @@ microsoft.Sql/servers/jobAgents/targetGroups@2022-02-01-preview microsoft.Sql/servers/jobAgents/targetGroups@2022-05-01-preview microsoft.Sql/servers/jobAgents/targetGroups@2022-08-01-preview microsoft.Sql/servers/jobAgents/targetGroups@2022-11-01-preview +microsoft.Sql/servers/jobAgents/targetGroups@2023-02-01-preview +microsoft.Sql/servers/jobAgents/targetGroups@2023-05-01-preview +microsoft.Sql/servers/jobAgents/targetGroups@2023-08-01-preview microsoft.Sql/servers/securityAlertPolicies@2017-03-01-preview microsoft.Sql/servers/securityAlertPolicies@2020-02-02-preview microsoft.Sql/servers/securityAlertPolicies@2020-08-01-preview @@ -10989,6 +13274,9 @@ microsoft.Sql/servers/securityAlertPolicies@2022-02-01-preview microsoft.Sql/servers/securityAlertPolicies@2022-05-01-preview microsoft.Sql/servers/securityAlertPolicies@2022-08-01-preview microsoft.Sql/servers/securityAlertPolicies@2022-11-01-preview +microsoft.Sql/servers/securityAlertPolicies@2023-02-01-preview +microsoft.Sql/servers/securityAlertPolicies@2023-05-01-preview +microsoft.Sql/servers/securityAlertPolicies@2023-08-01-preview microsoft.Sql/locations/instanceFailoverGroups@2017-10-01-preview microsoft.Sql/locations/instanceFailoverGroups@2020-02-02-preview microsoft.Sql/locations/instanceFailoverGroups@2020-08-01-preview @@ -11002,6 +13290,9 @@ microsoft.Sql/locations/instanceFailoverGroups@2022-02-01-preview microsoft.Sql/locations/instanceFailoverGroups@2022-05-01-preview microsoft.Sql/locations/instanceFailoverGroups@2022-08-01-preview microsoft.Sql/locations/instanceFailoverGroups@2022-11-01-preview +microsoft.Sql/locations/instanceFailoverGroups@2023-02-01-preview +microsoft.Sql/locations/instanceFailoverGroups@2023-05-01-preview +microsoft.Sql/locations/instanceFailoverGroups@2023-08-01-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2017-10-01-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2020-02-02-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2020-08-01-preview @@ -11015,6 +13306,9 @@ microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-02-01-pre microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-05-01-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-08-01-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2022-11-01-preview +microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2023-02-01-preview +microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2023-05-01-preview +microsoft.Sql/managedInstances/databases/vulnerabilityAssessments@2023-08-01-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2017-10-01-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2020-02-02-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2020-08-01-preview @@ -11028,6 +13322,9 @@ microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baseline microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-05-01-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-08-01-preview microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2022-11-01-preview +microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2023-02-01-preview +microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2023-05-01-preview +microsoft.Sql/managedInstances/databases/vulnerabilityAssessments/rules/baselines@2023-08-01-preview microsoft.Sql/managedInstances/encryptionProtector@2017-10-01-preview microsoft.Sql/managedInstances/encryptionProtector@2020-02-02-preview microsoft.Sql/managedInstances/encryptionProtector@2020-08-01-preview @@ -11041,6 +13338,9 @@ microsoft.Sql/managedInstances/encryptionProtector@2022-02-01-preview microsoft.Sql/managedInstances/encryptionProtector@2022-05-01-preview microsoft.Sql/managedInstances/encryptionProtector@2022-08-01-preview microsoft.Sql/managedInstances/encryptionProtector@2022-11-01-preview +microsoft.Sql/managedInstances/encryptionProtector@2023-02-01-preview +microsoft.Sql/managedInstances/encryptionProtector@2023-05-01-preview +microsoft.Sql/managedInstances/encryptionProtector@2023-08-01-preview microsoft.Sql/managedInstances/keys@2017-10-01-preview microsoft.Sql/managedInstances/keys@2020-02-02-preview microsoft.Sql/managedInstances/keys@2020-08-01-preview @@ -11054,6 +13354,9 @@ microsoft.Sql/managedInstances/keys@2022-02-01-preview microsoft.Sql/managedInstances/keys@2022-05-01-preview microsoft.Sql/managedInstances/keys@2022-08-01-preview microsoft.Sql/managedInstances/keys@2022-11-01-preview +microsoft.Sql/managedInstances/keys@2023-02-01-preview +microsoft.Sql/managedInstances/keys@2023-05-01-preview +microsoft.Sql/managedInstances/keys@2023-08-01-preview microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2017-10-01-preview microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2020-02-02-preview microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2020-08-01-preview @@ -11067,6 +13370,9 @@ microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-02-01-prev microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-05-01-preview microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-08-01-preview microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2022-11-01-preview +microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2023-02-01-preview +microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2023-05-01-preview +microsoft.Sql/servers/databases/backupShortTermRetentionPolicies@2023-08-01-preview microsoft.Sql/instancePools@2018-06-01-preview microsoft.Sql/instancePools@2020-02-02-preview microsoft.Sql/instancePools@2020-08-01-preview @@ -11080,6 +13386,9 @@ microsoft.Sql/instancePools@2022-02-01-preview microsoft.Sql/instancePools@2022-05-01-preview microsoft.Sql/instancePools@2022-08-01-preview microsoft.Sql/instancePools@2022-11-01-preview +microsoft.Sql/instancePools@2023-02-01-preview +microsoft.Sql/instancePools@2023-05-01-preview +microsoft.Sql/instancePools@2023-08-01-preview microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2018-06-01-preview microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2020-02-02-preview microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2020-08-01-preview @@ -11093,6 +13402,9 @@ microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-02 microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-05-01-preview microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-08-01-preview microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2022-11-01-preview +microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2023-02-01-preview +microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2023-05-01-preview +microsoft.Sql/managedInstances/databases/backupLongTermRetentionPolicies@2023-08-01-preview microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2018-06-01-preview microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2020-02-02-preview microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2020-08-01-preview @@ -11106,6 +13418,9 @@ microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabel microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-05-01-preview microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-08-01-preview microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2022-11-01-preview +microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2023-02-01-preview +microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2023-05-01-preview +microsoft.Sql/managedInstances/databases/schemas/tables/columns/sensitivityLabels@2023-08-01-preview microsoft.Sql/managedInstances/vulnerabilityAssessments@2018-06-01-preview microsoft.Sql/managedInstances/vulnerabilityAssessments@2020-02-02-preview microsoft.Sql/managedInstances/vulnerabilityAssessments@2020-08-01-preview @@ -11119,6 +13434,9 @@ microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-02-01-preview microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-05-01-preview microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-08-01-preview microsoft.Sql/managedInstances/vulnerabilityAssessments@2022-11-01-preview +microsoft.Sql/managedInstances/vulnerabilityAssessments@2023-02-01-preview +microsoft.Sql/managedInstances/vulnerabilityAssessments@2023-05-01-preview +microsoft.Sql/managedInstances/vulnerabilityAssessments@2023-08-01-preview microsoft.Sql/servers/privateEndpointConnections@2018-06-01-preview microsoft.Sql/servers/privateEndpointConnections@2020-02-02-preview microsoft.Sql/servers/privateEndpointConnections@2020-08-01-preview @@ -11132,6 +13450,9 @@ microsoft.Sql/servers/privateEndpointConnections@2022-02-01-preview microsoft.Sql/servers/privateEndpointConnections@2022-05-01-preview microsoft.Sql/servers/privateEndpointConnections@2022-08-01-preview microsoft.Sql/servers/privateEndpointConnections@2022-11-01-preview +microsoft.Sql/servers/privateEndpointConnections@2023-02-01-preview +microsoft.Sql/servers/privateEndpointConnections@2023-05-01-preview +microsoft.Sql/servers/privateEndpointConnections@2023-08-01-preview microsoft.Sql/servers/vulnerabilityAssessments@2018-06-01-preview microsoft.Sql/servers/vulnerabilityAssessments@2020-02-02-preview microsoft.Sql/servers/vulnerabilityAssessments@2020-08-01-preview @@ -11145,6 +13466,9 @@ microsoft.Sql/servers/vulnerabilityAssessments@2022-02-01-preview microsoft.Sql/servers/vulnerabilityAssessments@2022-05-01-preview microsoft.Sql/servers/vulnerabilityAssessments@2022-08-01-preview microsoft.Sql/servers/vulnerabilityAssessments@2022-11-01-preview +microsoft.Sql/servers/vulnerabilityAssessments@2023-02-01-preview +microsoft.Sql/servers/vulnerabilityAssessments@2023-05-01-preview +microsoft.Sql/servers/vulnerabilityAssessments@2023-08-01-preview microsoft.Sql/servers/databases/workloadGroups@2019-06-01-preview microsoft.Sql/servers/databases/workloadGroups@2020-02-02-preview microsoft.Sql/servers/databases/workloadGroups@2020-08-01-preview @@ -11158,6 +13482,9 @@ microsoft.Sql/servers/databases/workloadGroups@2022-02-01-preview microsoft.Sql/servers/databases/workloadGroups@2022-05-01-preview microsoft.Sql/servers/databases/workloadGroups@2022-08-01-preview microsoft.Sql/servers/databases/workloadGroups@2022-11-01-preview +microsoft.Sql/servers/databases/workloadGroups@2023-02-01-preview +microsoft.Sql/servers/databases/workloadGroups@2023-05-01-preview +microsoft.Sql/servers/databases/workloadGroups@2023-08-01-preview microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2019-06-01-preview microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2020-02-02-preview microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2020-08-01-preview @@ -11171,6 +13498,9 @@ microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-02-01-pr microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-05-01-preview microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-08-01-preview microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2022-11-01-preview +microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2023-02-01-preview +microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2023-05-01-preview +microsoft.Sql/servers/databases/workloadGroups/workloadClassifiers@2023-08-01-preview microsoft.Sql/locations/serverTrustGroups@2020-02-02-preview microsoft.Sql/locations/serverTrustGroups@2020-08-01-preview microsoft.Sql/locations/serverTrustGroups@2020-11-01-preview @@ -11183,6 +13513,9 @@ microsoft.Sql/locations/serverTrustGroups@2022-02-01-preview microsoft.Sql/locations/serverTrustGroups@2022-05-01-preview microsoft.Sql/locations/serverTrustGroups@2022-08-01-preview microsoft.Sql/locations/serverTrustGroups@2022-11-01-preview +microsoft.Sql/locations/serverTrustGroups@2023-02-01-preview +microsoft.Sql/locations/serverTrustGroups@2023-05-01-preview +microsoft.Sql/locations/serverTrustGroups@2023-08-01-preview microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-02-02-preview microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-08-01-preview microsoft.Sql/managedInstances/azureADOnlyAuthentications@2020-11-01-preview @@ -11195,6 +13528,9 @@ microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-02-01-preview microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-05-01-preview microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-08-01-preview microsoft.Sql/managedInstances/azureADOnlyAuthentications@2022-11-01-preview +microsoft.Sql/managedInstances/azureADOnlyAuthentications@2023-02-01-preview +microsoft.Sql/managedInstances/azureADOnlyAuthentications@2023-05-01-preview +microsoft.Sql/managedInstances/azureADOnlyAuthentications@2023-08-01-preview microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-02-02-preview microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-08-01-preview microsoft.Sql/managedInstances/databases/transparentDataEncryption@2020-11-01-preview @@ -11207,6 +13543,9 @@ microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-02-01-pr microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-05-01-preview microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-08-01-preview microsoft.Sql/managedInstances/databases/transparentDataEncryption@2022-11-01-preview +microsoft.Sql/managedInstances/databases/transparentDataEncryption@2023-02-01-preview +microsoft.Sql/managedInstances/databases/transparentDataEncryption@2023-05-01-preview +microsoft.Sql/managedInstances/databases/transparentDataEncryption@2023-08-01-preview microsoft.Sql/managedInstances/privateEndpointConnections@2020-02-02-preview microsoft.Sql/managedInstances/privateEndpointConnections@2020-08-01-preview microsoft.Sql/managedInstances/privateEndpointConnections@2020-11-01-preview @@ -11219,6 +13558,9 @@ microsoft.Sql/managedInstances/privateEndpointConnections@2022-02-01-preview microsoft.Sql/managedInstances/privateEndpointConnections@2022-05-01-preview microsoft.Sql/managedInstances/privateEndpointConnections@2022-08-01-preview microsoft.Sql/managedInstances/privateEndpointConnections@2022-11-01-preview +microsoft.Sql/managedInstances/privateEndpointConnections@2023-02-01-preview +microsoft.Sql/managedInstances/privateEndpointConnections@2023-05-01-preview +microsoft.Sql/managedInstances/privateEndpointConnections@2023-08-01-preview microsoft.Sql/managedInstances/sqlAgent@2020-02-02-preview microsoft.Sql/managedInstances/sqlAgent@2020-08-01-preview microsoft.Sql/managedInstances/sqlAgent@2020-11-01-preview @@ -11231,6 +13573,9 @@ microsoft.Sql/managedInstances/sqlAgent@2022-02-01-preview microsoft.Sql/managedInstances/sqlAgent@2022-05-01-preview microsoft.Sql/managedInstances/sqlAgent@2022-08-01-preview microsoft.Sql/managedInstances/sqlAgent@2022-11-01-preview +microsoft.Sql/managedInstances/sqlAgent@2023-02-01-preview +microsoft.Sql/managedInstances/sqlAgent@2023-05-01-preview +microsoft.Sql/managedInstances/sqlAgent@2023-08-01-preview microsoft.Sql/servers/azureADOnlyAuthentications@2020-02-02-preview microsoft.Sql/servers/azureADOnlyAuthentications@2020-08-01-preview microsoft.Sql/servers/azureADOnlyAuthentications@2020-11-01-preview @@ -11243,18 +13588,9 @@ microsoft.Sql/servers/azureADOnlyAuthentications@2022-02-01-preview microsoft.Sql/servers/azureADOnlyAuthentications@2022-05-01-preview microsoft.Sql/servers/azureADOnlyAuthentications@2022-08-01-preview microsoft.Sql/servers/azureADOnlyAuthentications@2022-11-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2020-02-02-preview -microsoft.Sql/servers/databases/maintenanceWindows@2020-08-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2020-11-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2021-02-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2021-05-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2021-08-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2021-11-01 -microsoft.Sql/servers/databases/maintenanceWindows@2021-11-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2022-02-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2022-05-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2022-08-01-preview -microsoft.Sql/servers/databases/maintenanceWindows@2022-11-01-preview +microsoft.Sql/servers/azureADOnlyAuthentications@2023-02-01-preview +microsoft.Sql/servers/azureADOnlyAuthentications@2023-05-01-preview +microsoft.Sql/servers/azureADOnlyAuthentications@2023-08-01-preview microsoft.Sql/servers/devOpsAuditingSettings@2020-02-02-preview microsoft.Sql/servers/devOpsAuditingSettings@2020-08-01-preview microsoft.Sql/servers/devOpsAuditingSettings@2020-11-01-preview @@ -11267,6 +13603,9 @@ microsoft.Sql/servers/devOpsAuditingSettings@2022-02-01-preview microsoft.Sql/servers/devOpsAuditingSettings@2022-05-01-preview microsoft.Sql/servers/devOpsAuditingSettings@2022-08-01-preview microsoft.Sql/servers/devOpsAuditingSettings@2022-11-01-preview +microsoft.Sql/servers/devOpsAuditingSettings@2023-02-01-preview +microsoft.Sql/servers/devOpsAuditingSettings@2023-05-01-preview +microsoft.Sql/servers/devOpsAuditingSettings@2023-08-01-preview microsoft.Sql/servers/databases/ledgerDigestUploads@2021-02-01-preview microsoft.Sql/servers/databases/ledgerDigestUploads@2021-05-01-preview microsoft.Sql/servers/databases/ledgerDigestUploads@2021-08-01-preview @@ -11276,6 +13615,9 @@ microsoft.Sql/servers/databases/ledgerDigestUploads@2022-02-01-preview microsoft.Sql/servers/databases/ledgerDigestUploads@2022-05-01-preview microsoft.Sql/servers/databases/ledgerDigestUploads@2022-08-01-preview microsoft.Sql/servers/databases/ledgerDigestUploads@2022-11-01-preview +microsoft.Sql/servers/databases/ledgerDigestUploads@2023-02-01-preview +microsoft.Sql/servers/databases/ledgerDigestUploads@2023-05-01-preview +microsoft.Sql/servers/databases/ledgerDigestUploads@2023-08-01-preview microsoft.Sql/servers/outboundFirewallRules@2021-02-01-preview microsoft.Sql/servers/outboundFirewallRules@2021-05-01-preview microsoft.Sql/servers/outboundFirewallRules@2021-08-01-preview @@ -11285,6 +13627,9 @@ microsoft.Sql/servers/outboundFirewallRules@2022-02-01-preview microsoft.Sql/servers/outboundFirewallRules@2022-05-01-preview microsoft.Sql/servers/outboundFirewallRules@2022-08-01-preview microsoft.Sql/servers/outboundFirewallRules@2022-11-01-preview +microsoft.Sql/servers/outboundFirewallRules@2023-02-01-preview +microsoft.Sql/servers/outboundFirewallRules@2023-05-01-preview +microsoft.Sql/servers/outboundFirewallRules@2023-08-01-preview microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-05-01-preview microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-08-01-preview microsoft.Sql/managedInstances/distributedAvailabilityGroups@2021-11-01 @@ -11293,6 +13638,9 @@ microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-02-01-preview microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-05-01-preview microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-08-01-preview microsoft.Sql/managedInstances/distributedAvailabilityGroups@2022-11-01-preview +microsoft.Sql/managedInstances/distributedAvailabilityGroups@2023-02-01-preview +microsoft.Sql/managedInstances/distributedAvailabilityGroups@2023-05-01-preview +microsoft.Sql/managedInstances/distributedAvailabilityGroups@2023-08-01-preview microsoft.Sql/managedInstances/serverTrustCertificates@2021-05-01-preview microsoft.Sql/managedInstances/serverTrustCertificates@2021-08-01-preview microsoft.Sql/managedInstances/serverTrustCertificates@2021-11-01 @@ -11301,6 +13649,9 @@ microsoft.Sql/managedInstances/serverTrustCertificates@2022-02-01-preview microsoft.Sql/managedInstances/serverTrustCertificates@2022-05-01-preview microsoft.Sql/managedInstances/serverTrustCertificates@2022-08-01-preview microsoft.Sql/managedInstances/serverTrustCertificates@2022-11-01-preview +microsoft.Sql/managedInstances/serverTrustCertificates@2023-02-01-preview +microsoft.Sql/managedInstances/serverTrustCertificates@2023-05-01-preview +microsoft.Sql/managedInstances/serverTrustCertificates@2023-08-01-preview microsoft.Sql/servers/ipv6FirewallRules@2021-08-01-preview microsoft.Sql/servers/ipv6FirewallRules@2021-11-01 microsoft.Sql/servers/ipv6FirewallRules@2021-11-01-preview @@ -11308,62 +13659,97 @@ microsoft.Sql/servers/ipv6FirewallRules@2022-02-01-preview microsoft.Sql/servers/ipv6FirewallRules@2022-05-01-preview microsoft.Sql/servers/ipv6FirewallRules@2022-08-01-preview microsoft.Sql/servers/ipv6FirewallRules@2022-11-01-preview +microsoft.Sql/servers/ipv6FirewallRules@2023-02-01-preview +microsoft.Sql/servers/ipv6FirewallRules@2023-05-01-preview +microsoft.Sql/servers/ipv6FirewallRules@2023-08-01-preview microsoft.Sql/managedInstances/dnsAliases@2021-11-01 microsoft.Sql/managedInstances/dnsAliases@2021-11-01-preview microsoft.Sql/managedInstances/dnsAliases@2022-02-01-preview microsoft.Sql/managedInstances/dnsAliases@2022-05-01-preview microsoft.Sql/managedInstances/dnsAliases@2022-08-01-preview microsoft.Sql/managedInstances/dnsAliases@2022-11-01-preview +microsoft.Sql/managedInstances/dnsAliases@2023-02-01-preview +microsoft.Sql/managedInstances/dnsAliases@2023-05-01-preview +microsoft.Sql/managedInstances/dnsAliases@2023-08-01-preview microsoft.Sql/servers/advancedThreatProtectionSettings@2021-11-01 microsoft.Sql/servers/advancedThreatProtectionSettings@2021-11-01-preview microsoft.Sql/servers/advancedThreatProtectionSettings@2022-02-01-preview microsoft.Sql/servers/advancedThreatProtectionSettings@2022-05-01-preview microsoft.Sql/servers/advancedThreatProtectionSettings@2022-08-01-preview microsoft.Sql/servers/advancedThreatProtectionSettings@2022-11-01-preview +microsoft.Sql/servers/advancedThreatProtectionSettings@2023-02-01-preview +microsoft.Sql/servers/advancedThreatProtectionSettings@2023-05-01-preview +microsoft.Sql/servers/advancedThreatProtectionSettings@2023-08-01-preview microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2021-11-01 microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2021-11-01-preview microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-02-01-preview microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-05-01-preview microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-08-01-preview microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2022-11-01-preview +microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2023-02-01-preview +microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2023-05-01-preview +microsoft.Sql/servers/databases/advancedThreatProtectionSettings@2023-08-01-preview microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-02-01-preview microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-05-01-preview microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-08-01-preview microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2022-11-01-preview +microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2023-02-01-preview +microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2023-05-01-preview +microsoft.Sql/managedInstances/advancedThreatProtectionSettings@2023-08-01-preview microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-02-01-preview microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-05-01-preview microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-08-01-preview microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2022-11-01-preview +microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2023-02-01-preview +microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2023-05-01-preview +microsoft.Sql/managedInstances/databases/advancedThreatProtectionSettings@2023-08-01-preview microsoft.Sql/managedInstances/dtc@2022-02-01-preview microsoft.Sql/managedInstances/dtc@2022-05-01-preview microsoft.Sql/managedInstances/dtc@2022-08-01-preview microsoft.Sql/managedInstances/dtc@2022-11-01-preview +microsoft.Sql/managedInstances/dtc@2023-02-01-preview +microsoft.Sql/managedInstances/dtc@2023-05-01-preview +microsoft.Sql/managedInstances/dtc@2023-08-01-preview microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-02-01-preview microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-05-01-preview microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-08-01-preview microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2022-11-01-preview +microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2023-02-01-preview +microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2023-05-01-preview +microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines@2023-08-01-preview microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-02-01-preview microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-05-01-preview microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-08-01-preview microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2022-11-01-preview +microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2023-02-01-preview +microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2023-05-01-preview +microsoft.Sql/servers/databases/sqlVulnerabilityAssessments/baselines/rules@2023-08-01-preview microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-02-01-preview microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-05-01-preview microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-08-01-preview microsoft.Sql/servers/sqlVulnerabilityAssessments@2022-11-01-preview -microsoft.Sql/servers/sqlVulnerabilityAssessments/baselines@2022-02-01-preview -microsoft.Sql/servers/sqlVulnerabilityAssessments/baselines@2022-05-01-preview -microsoft.Sql/servers/sqlVulnerabilityAssessments/baselines@2022-08-01-preview -microsoft.Sql/servers/sqlVulnerabilityAssessments/baselines@2022-11-01-preview -microsoft.Sql/servers/sqlVulnerabilityAssessments/baselines/rules@2022-02-01-preview -microsoft.Sql/servers/sqlVulnerabilityAssessments/baselines/rules@2022-05-01-preview -microsoft.Sql/servers/sqlVulnerabilityAssessments/baselines/rules@2022-08-01-preview -microsoft.Sql/servers/sqlVulnerabilityAssessments/baselines/rules@2022-11-01-preview +microsoft.Sql/servers/sqlVulnerabilityAssessments@2023-02-01-preview +microsoft.Sql/servers/sqlVulnerabilityAssessments@2023-05-01-preview +microsoft.Sql/servers/sqlVulnerabilityAssessments@2023-08-01-preview microsoft.Sql/managedInstances/databases/ledgerDigestUploads@2022-08-01-preview microsoft.Sql/managedInstances/databases/ledgerDigestUploads@2022-11-01-preview +microsoft.Sql/managedInstances/databases/ledgerDigestUploads@2023-02-01-preview +microsoft.Sql/managedInstances/databases/ledgerDigestUploads@2023-05-01-preview +microsoft.Sql/managedInstances/databases/ledgerDigestUploads@2023-08-01-preview microsoft.Sql/managedInstances/serverConfigurationOptions@2022-08-01-preview microsoft.Sql/managedInstances/serverConfigurationOptions@2022-11-01-preview +microsoft.Sql/managedInstances/serverConfigurationOptions@2023-02-01-preview +microsoft.Sql/managedInstances/serverConfigurationOptions@2023-05-01-preview +microsoft.Sql/managedInstances/serverConfigurationOptions@2023-08-01-preview microsoft.Sql/managedInstances/startStopSchedules@2022-08-01-preview microsoft.Sql/managedInstances/startStopSchedules@2022-11-01-preview +microsoft.Sql/managedInstances/startStopSchedules@2023-02-01-preview +microsoft.Sql/managedInstances/startStopSchedules@2023-05-01-preview +microsoft.Sql/managedInstances/startStopSchedules@2023-08-01-preview +microsoft.Sql/servers/databases/replicationLinks@2023-05-01-preview +microsoft.Sql/servers/databases/replicationLinks@2023-08-01-preview +microsoft.Sql/servers/jobAgents/privateEndpoints@2023-05-01-preview +microsoft.Sql/servers/jobAgents/privateEndpoints@2023-08-01-preview microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2017-03-01-preview microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2021-11-01-preview microsoft.SqlVirtualMachine/sqlVirtualMachineGroups@2022-02-01 @@ -11385,6 +13771,8 @@ microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-02-01-preview microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-07-01-preview microsoft.SqlVirtualMachine/sqlVirtualMachines@2022-08-01-preview microsoft.SqlVirtualMachine/sqlVirtualMachines@2023-01-01-preview +microsoft.StandbyPool/standbyContainerGroupPools@2023-12-01-preview +microsoft.StandbyPool/standbyVirtualMachinePools@2023-12-01-preview microsoft.Storage/storageAccounts@2015-05-01-preview microsoft.Storage/storageAccounts@2015-06-15 microsoft.Storage/storageAccounts@2016-01-01 @@ -11408,6 +13796,7 @@ microsoft.Storage/storageAccounts@2021-09-01 microsoft.Storage/storageAccounts@2022-05-01 microsoft.Storage/storageAccounts@2022-09-01 microsoft.Storage/storageAccounts@2023-01-01 +microsoft.Storage/storageAccounts@2023-04-01 microsoft.Storage/storageAccounts/blobServices/containers@2018-02-01 microsoft.Storage/storageAccounts/blobServices/containers@2018-03-01-preview microsoft.Storage/storageAccounts/blobServices/containers@2018-07-01 @@ -11424,6 +13813,7 @@ microsoft.Storage/storageAccounts/blobServices/containers@2021-09-01 microsoft.Storage/storageAccounts/blobServices/containers@2022-05-01 microsoft.Storage/storageAccounts/blobServices/containers@2022-09-01 microsoft.Storage/storageAccounts/blobServices/containers@2023-01-01 +microsoft.Storage/storageAccounts/blobServices/containers@2023-04-01 microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-02-01 microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-03-01-preview microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2018-07-01 @@ -11440,6 +13830,7 @@ microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2 microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2022-05-01 microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2022-09-01 microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2023-01-01 +microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies@2023-04-01 microsoft.Storage/storageAccounts/managementPolicies@2018-03-01-preview microsoft.Storage/storageAccounts/managementPolicies@2018-11-01 microsoft.Storage/storageAccounts/managementPolicies@2019-04-01 @@ -11454,6 +13845,7 @@ microsoft.Storage/storageAccounts/managementPolicies@2021-09-01 microsoft.Storage/storageAccounts/managementPolicies@2022-05-01 microsoft.Storage/storageAccounts/managementPolicies@2022-09-01 microsoft.Storage/storageAccounts/managementPolicies@2023-01-01 +microsoft.Storage/storageAccounts/managementPolicies@2023-04-01 microsoft.Storage/storageAccounts/blobServices@2018-07-01 microsoft.Storage/storageAccounts/blobServices@2018-11-01 microsoft.Storage/storageAccounts/blobServices@2019-04-01 @@ -11468,6 +13860,7 @@ microsoft.Storage/storageAccounts/blobServices@2021-09-01 microsoft.Storage/storageAccounts/blobServices@2022-05-01 microsoft.Storage/storageAccounts/blobServices@2022-09-01 microsoft.Storage/storageAccounts/blobServices@2023-01-01 +microsoft.Storage/storageAccounts/blobServices@2023-04-01 microsoft.Storage/storageAccounts/fileServices@2019-04-01 microsoft.Storage/storageAccounts/fileServices@2019-06-01 microsoft.Storage/storageAccounts/fileServices@2020-08-01-preview @@ -11480,6 +13873,7 @@ microsoft.Storage/storageAccounts/fileServices@2021-09-01 microsoft.Storage/storageAccounts/fileServices@2022-05-01 microsoft.Storage/storageAccounts/fileServices@2022-09-01 microsoft.Storage/storageAccounts/fileServices@2023-01-01 +microsoft.Storage/storageAccounts/fileServices@2023-04-01 microsoft.Storage/storageAccounts/fileServices/shares@2019-04-01 microsoft.Storage/storageAccounts/fileServices/shares@2019-06-01 microsoft.Storage/storageAccounts/fileServices/shares@2020-08-01-preview @@ -11492,6 +13886,7 @@ microsoft.Storage/storageAccounts/fileServices/shares@2021-09-01 microsoft.Storage/storageAccounts/fileServices/shares@2022-05-01 microsoft.Storage/storageAccounts/fileServices/shares@2022-09-01 microsoft.Storage/storageAccounts/fileServices/shares@2023-01-01 +microsoft.Storage/storageAccounts/fileServices/shares@2023-04-01 microsoft.Storage/storageAccounts/encryptionScopes@2019-06-01 microsoft.Storage/storageAccounts/encryptionScopes@2020-08-01-preview microsoft.Storage/storageAccounts/encryptionScopes@2021-01-01 @@ -11503,6 +13898,7 @@ microsoft.Storage/storageAccounts/encryptionScopes@2021-09-01 microsoft.Storage/storageAccounts/encryptionScopes@2022-05-01 microsoft.Storage/storageAccounts/encryptionScopes@2022-09-01 microsoft.Storage/storageAccounts/encryptionScopes@2023-01-01 +microsoft.Storage/storageAccounts/encryptionScopes@2023-04-01 microsoft.Storage/storageAccounts/inventoryPolicies@2019-06-01 microsoft.Storage/storageAccounts/inventoryPolicies@2020-08-01-preview microsoft.Storage/storageAccounts/inventoryPolicies@2021-01-01 @@ -11514,6 +13910,7 @@ microsoft.Storage/storageAccounts/inventoryPolicies@2021-09-01 microsoft.Storage/storageAccounts/inventoryPolicies@2022-05-01 microsoft.Storage/storageAccounts/inventoryPolicies@2022-09-01 microsoft.Storage/storageAccounts/inventoryPolicies@2023-01-01 +microsoft.Storage/storageAccounts/inventoryPolicies@2023-04-01 microsoft.Storage/storageAccounts/objectReplicationPolicies@2019-06-01 microsoft.Storage/storageAccounts/objectReplicationPolicies@2020-08-01-preview microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-01-01 @@ -11525,6 +13922,7 @@ microsoft.Storage/storageAccounts/objectReplicationPolicies@2021-09-01 microsoft.Storage/storageAccounts/objectReplicationPolicies@2022-05-01 microsoft.Storage/storageAccounts/objectReplicationPolicies@2022-09-01 microsoft.Storage/storageAccounts/objectReplicationPolicies@2023-01-01 +microsoft.Storage/storageAccounts/objectReplicationPolicies@2023-04-01 microsoft.Storage/storageAccounts/privateEndpointConnections@2019-06-01 microsoft.Storage/storageAccounts/privateEndpointConnections@2020-08-01-preview microsoft.Storage/storageAccounts/privateEndpointConnections@2021-01-01 @@ -11536,6 +13934,7 @@ microsoft.Storage/storageAccounts/privateEndpointConnections@2021-09-01 microsoft.Storage/storageAccounts/privateEndpointConnections@2022-05-01 microsoft.Storage/storageAccounts/privateEndpointConnections@2022-09-01 microsoft.Storage/storageAccounts/privateEndpointConnections@2023-01-01 +microsoft.Storage/storageAccounts/privateEndpointConnections@2023-04-01 microsoft.Storage/storageAccounts/queueServices@2019-06-01 microsoft.Storage/storageAccounts/queueServices@2020-08-01-preview microsoft.Storage/storageAccounts/queueServices@2021-01-01 @@ -11547,6 +13946,7 @@ microsoft.Storage/storageAccounts/queueServices@2021-09-01 microsoft.Storage/storageAccounts/queueServices@2022-05-01 microsoft.Storage/storageAccounts/queueServices@2022-09-01 microsoft.Storage/storageAccounts/queueServices@2023-01-01 +microsoft.Storage/storageAccounts/queueServices@2023-04-01 microsoft.Storage/storageAccounts/queueServices/queues@2019-06-01 microsoft.Storage/storageAccounts/queueServices/queues@2020-08-01-preview microsoft.Storage/storageAccounts/queueServices/queues@2021-01-01 @@ -11558,6 +13958,7 @@ microsoft.Storage/storageAccounts/queueServices/queues@2021-09-01 microsoft.Storage/storageAccounts/queueServices/queues@2022-05-01 microsoft.Storage/storageAccounts/queueServices/queues@2022-09-01 microsoft.Storage/storageAccounts/queueServices/queues@2023-01-01 +microsoft.Storage/storageAccounts/queueServices/queues@2023-04-01 microsoft.Storage/storageAccounts/tableServices@2019-06-01 microsoft.Storage/storageAccounts/tableServices@2020-08-01-preview microsoft.Storage/storageAccounts/tableServices@2021-01-01 @@ -11569,6 +13970,7 @@ microsoft.Storage/storageAccounts/tableServices@2021-09-01 microsoft.Storage/storageAccounts/tableServices@2022-05-01 microsoft.Storage/storageAccounts/tableServices@2022-09-01 microsoft.Storage/storageAccounts/tableServices@2023-01-01 +microsoft.Storage/storageAccounts/tableServices@2023-04-01 microsoft.Storage/storageAccounts/tableServices/tables@2019-06-01 microsoft.Storage/storageAccounts/tableServices/tables@2020-08-01-preview microsoft.Storage/storageAccounts/tableServices/tables@2021-01-01 @@ -11580,11 +13982,14 @@ microsoft.Storage/storageAccounts/tableServices/tables@2021-09-01 microsoft.Storage/storageAccounts/tableServices/tables@2022-05-01 microsoft.Storage/storageAccounts/tableServices/tables@2022-09-01 microsoft.Storage/storageAccounts/tableServices/tables@2023-01-01 +microsoft.Storage/storageAccounts/tableServices/tables@2023-04-01 microsoft.Storage/storageAccounts/localUsers@2021-08-01 microsoft.Storage/storageAccounts/localUsers@2021-09-01 microsoft.Storage/storageAccounts/localUsers@2022-05-01 microsoft.Storage/storageAccounts/localUsers@2022-09-01 microsoft.Storage/storageAccounts/localUsers@2023-01-01 +microsoft.Storage/storageAccounts/localUsers@2023-04-01 +microsoft.StorageActions/storageTasks@2023-01-01 microsoft.StorageCache/caches@2019-08-01-preview microsoft.StorageCache/caches@2019-11-01 microsoft.StorageCache/caches@2020-03-01 @@ -11597,6 +14002,7 @@ microsoft.StorageCache/caches@2022-05-01 microsoft.StorageCache/caches@2023-01-01 microsoft.StorageCache/caches@2023-03-01-preview microsoft.StorageCache/caches@2023-05-01 +microsoft.StorageCache/caches@2023-11-01-preview microsoft.StorageCache/caches/storageTargets@2019-08-01-preview microsoft.StorageCache/caches/storageTargets@2019-11-01 microsoft.StorageCache/caches/storageTargets@2020-03-01 @@ -11609,23 +14015,30 @@ microsoft.StorageCache/caches/storageTargets@2022-05-01 microsoft.StorageCache/caches/storageTargets@2023-01-01 microsoft.StorageCache/caches/storageTargets@2023-03-01-preview microsoft.StorageCache/caches/storageTargets@2023-05-01 +microsoft.StorageCache/caches/storageTargets@2023-11-01-preview microsoft.StorageCache/amlFilesystems@2023-03-01-preview microsoft.StorageCache/amlFilesystems@2023-05-01 +microsoft.StorageCache/amlFilesystems@2023-11-01-preview microsoft.StorageMover/storageMovers@2022-07-01-preview microsoft.StorageMover/storageMovers@2023-03-01 microsoft.StorageMover/storageMovers@2023-07-01-preview +microsoft.StorageMover/storageMovers@2023-10-01 microsoft.StorageMover/storageMovers/agents@2022-07-01-preview microsoft.StorageMover/storageMovers/agents@2023-03-01 microsoft.StorageMover/storageMovers/agents@2023-07-01-preview +microsoft.StorageMover/storageMovers/agents@2023-10-01 microsoft.StorageMover/storageMovers/endpoints@2022-07-01-preview microsoft.StorageMover/storageMovers/endpoints@2023-03-01 microsoft.StorageMover/storageMovers/endpoints@2023-07-01-preview +microsoft.StorageMover/storageMovers/endpoints@2023-10-01 microsoft.StorageMover/storageMovers/projects@2022-07-01-preview microsoft.StorageMover/storageMovers/projects@2023-03-01 microsoft.StorageMover/storageMovers/projects@2023-07-01-preview +microsoft.StorageMover/storageMovers/projects@2023-10-01 microsoft.StorageMover/storageMovers/projects/jobDefinitions@2022-07-01-preview microsoft.StorageMover/storageMovers/projects/jobDefinitions@2023-03-01 microsoft.StorageMover/storageMovers/projects/jobDefinitions@2023-07-01-preview +microsoft.StorageMover/storageMovers/projects/jobDefinitions@2023-10-01 microsoft.StoragePool/diskPools@2020-03-15-preview microsoft.StoragePool/diskPools@2021-04-01-preview microsoft.StoragePool/diskPools@2021-08-01 @@ -11643,6 +14056,7 @@ microsoft.StorageSync/storageSyncServices@2019-10-01 microsoft.StorageSync/storageSyncServices@2020-03-01 microsoft.StorageSync/storageSyncServices@2020-09-01 microsoft.StorageSync/storageSyncServices@2022-06-01 +microsoft.StorageSync/storageSyncServices@2022-09-01 microsoft.StorageSync/storageSyncServices/registeredServers@2017-06-05-preview microsoft.StorageSync/storageSyncServices/registeredServers@2018-04-02 microsoft.StorageSync/storageSyncServices/registeredServers@2018-07-01 @@ -11654,6 +14068,7 @@ microsoft.StorageSync/storageSyncServices/registeredServers@2019-10-01 microsoft.StorageSync/storageSyncServices/registeredServers@2020-03-01 microsoft.StorageSync/storageSyncServices/registeredServers@2020-09-01 microsoft.StorageSync/storageSyncServices/registeredServers@2022-06-01 +microsoft.StorageSync/storageSyncServices/registeredServers@2022-09-01 microsoft.StorageSync/storageSyncServices/syncGroups@2017-06-05-preview microsoft.StorageSync/storageSyncServices/syncGroups@2018-04-02 microsoft.StorageSync/storageSyncServices/syncGroups@2018-07-01 @@ -11665,6 +14080,7 @@ microsoft.StorageSync/storageSyncServices/syncGroups@2019-10-01 microsoft.StorageSync/storageSyncServices/syncGroups@2020-03-01 microsoft.StorageSync/storageSyncServices/syncGroups@2020-09-01 microsoft.StorageSync/storageSyncServices/syncGroups@2022-06-01 +microsoft.StorageSync/storageSyncServices/syncGroups@2022-09-01 microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2017-06-05-preview microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2018-04-02 microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2018-07-01 @@ -11676,6 +14092,7 @@ microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2019-10-01 microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2020-03-01 microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2020-09-01 microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2022-06-01 +microsoft.StorageSync/storageSyncServices/syncGroups/cloudEndpoints@2022-09-01 microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2017-06-05-preview microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2018-04-02 microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2018-07-01 @@ -11687,9 +14104,11 @@ microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2019-10-01 microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2020-03-01 microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2020-09-01 microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2022-06-01 +microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2022-09-01 microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2020-03-01 microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2020-09-01 microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2022-06-01 +microsoft.StorageSync/storageSyncServices/privateEndpointConnections@2022-09-01 microsoft.StorageTasks/storageTasks@2023-01-01 microsoft.StorSimple/managers@2016-10-01 microsoft.StorSimple/managers@2017-06-01 @@ -11969,12 +14388,21 @@ microsoft.Synapse/workspaces/trustedServiceByPassConfiguration@2021-06-01-previe microsoft.Syntex/documentProcessors@2022-09-15-preview microsoft.TestBase/testBaseAccounts@2020-12-16-preview microsoft.TestBase/testBaseAccounts@2022-04-01-preview +microsoft.TestBase/testBaseAccounts@2023-11-01-preview microsoft.TestBase/testBaseAccounts/customerEvents@2020-12-16-preview microsoft.TestBase/testBaseAccounts/customerEvents@2022-04-01-preview +microsoft.TestBase/testBaseAccounts/customerEvents@2023-11-01-preview microsoft.TestBase/testBaseAccounts/packages@2020-12-16-preview microsoft.TestBase/testBaseAccounts/packages@2022-04-01-preview +microsoft.TestBase/testBaseAccounts/packages@2023-11-01-preview microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses@2020-12-16-preview microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses@2022-04-01-preview +microsoft.TestBase/testBaseAccounts/packages/favoriteProcesses@2023-11-01-preview +microsoft.TestBase/testBaseAccounts/actionRequests@2023-11-01-preview +microsoft.TestBase/testBaseAccounts/credentials@2023-11-01-preview +microsoft.TestBase/testBaseAccounts/customImages@2023-11-01-preview +microsoft.TestBase/testBaseAccounts/draftPackages@2023-11-01-preview +microsoft.TestBase/testBaseAccounts/imageDefinitions@2023-11-01-preview microsoft.TimeSeriesInsights/environments@2017-02-28-preview microsoft.TimeSeriesInsights/environments@2017-11-15 microsoft.TimeSeriesInsights/environments@2018-08-15-preview @@ -12006,6 +14434,8 @@ microsoft.VideoIndexer/accounts@2021-11-10-preview microsoft.VideoIndexer/accounts@2022-04-13-preview microsoft.VideoIndexer/accounts@2022-07-20-preview microsoft.VideoIndexer/accounts@2022-08-01 +microsoft.VideoIndexer/accounts@2024-01-01 +microsoft.VideoIndexer/accounts@2024-04-01-preview microsoft.VirtualMachineImages/imageTemplates@2018-02-01-preview microsoft.VirtualMachineImages/imageTemplates@2019-02-01-preview microsoft.VirtualMachineImages/imageTemplates@2019-05-01-preview @@ -12013,7 +14443,9 @@ microsoft.VirtualMachineImages/imageTemplates@2020-02-14 microsoft.VirtualMachineImages/imageTemplates@2021-10-01 microsoft.VirtualMachineImages/imageTemplates@2022-02-14 microsoft.VirtualMachineImages/imageTemplates@2022-07-01 +microsoft.VirtualMachineImages/imageTemplates@2023-07-01 microsoft.VirtualMachineImages/imageTemplates/triggers@2022-07-01 +microsoft.VirtualMachineImages/imageTemplates/triggers@2023-07-01 microsoft.visualstudio/account@2014-04-01-preview microsoft.visualstudio/account/extension@2014-04-01-preview microsoft.visualstudio/account/project@2014-04-01-preview @@ -12037,6 +14469,7 @@ microsoft.Web/certificates@2021-02-01 microsoft.Web/certificates@2021-03-01 microsoft.Web/certificates@2022-03-01 microsoft.Web/certificates@2022-09-01 +microsoft.Web/certificates@2023-01-01 microsoft.Web/csrs@2015-08-01 microsoft.Web/hostingEnvironments@2015-08-01 microsoft.Web/hostingEnvironments@2016-09-01 @@ -12052,6 +14485,7 @@ microsoft.Web/hostingEnvironments@2021-02-01 microsoft.Web/hostingEnvironments@2021-03-01 microsoft.Web/hostingEnvironments@2022-03-01 microsoft.Web/hostingEnvironments@2022-09-01 +microsoft.Web/hostingEnvironments@2023-01-01 microsoft.Web/hostingEnvironments/multiRolePools@2015-08-01 microsoft.Web/hostingEnvironments/multiRolePools@2016-09-01 microsoft.Web/hostingEnvironments/multiRolePools@2018-02-01 @@ -12066,6 +14500,7 @@ microsoft.Web/hostingEnvironments/multiRolePools@2021-02-01 microsoft.Web/hostingEnvironments/multiRolePools@2021-03-01 microsoft.Web/hostingEnvironments/multiRolePools@2022-03-01 microsoft.Web/hostingEnvironments/multiRolePools@2022-09-01 +microsoft.Web/hostingEnvironments/multiRolePools@2023-01-01 microsoft.Web/hostingEnvironments/workerPools@2015-08-01 microsoft.Web/hostingEnvironments/workerPools@2016-09-01 microsoft.Web/hostingEnvironments/workerPools@2018-02-01 @@ -12080,6 +14515,7 @@ microsoft.Web/hostingEnvironments/workerPools@2021-02-01 microsoft.Web/hostingEnvironments/workerPools@2021-03-01 microsoft.Web/hostingEnvironments/workerPools@2022-03-01 microsoft.Web/hostingEnvironments/workerPools@2022-09-01 +microsoft.Web/hostingEnvironments/workerPools@2023-01-01 microsoft.Web/managedHostingEnvironments@2015-08-01 microsoft.Web/serverfarms@2015-08-01 microsoft.Web/serverfarms@2016-09-01 @@ -12095,6 +14531,7 @@ microsoft.Web/serverfarms@2021-02-01 microsoft.Web/serverfarms@2021-03-01 microsoft.Web/serverfarms@2022-03-01 microsoft.Web/serverfarms@2022-09-01 +microsoft.Web/serverfarms@2023-01-01 microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2015-08-01 microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2016-09-01 microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2018-02-01 @@ -12109,6 +14546,7 @@ microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-02-01 microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2021-03-01 microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2022-03-01 microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2022-09-01 +microsoft.Web/serverfarms/virtualNetworkConnections/gateways@2023-01-01 microsoft.Web/serverfarms/virtualNetworkConnections/routes@2015-08-01 microsoft.Web/serverfarms/virtualNetworkConnections/routes@2016-09-01 microsoft.Web/serverfarms/virtualNetworkConnections/routes@2018-02-01 @@ -12123,6 +14561,7 @@ microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-02-01 microsoft.Web/serverfarms/virtualNetworkConnections/routes@2021-03-01 microsoft.Web/serverfarms/virtualNetworkConnections/routes@2022-03-01 microsoft.Web/serverfarms/virtualNetworkConnections/routes@2022-09-01 +microsoft.Web/serverfarms/virtualNetworkConnections/routes@2023-01-01 microsoft.Web/sites@2015-08-01 microsoft.Web/sites@2016-08-01 microsoft.Web/sites@2018-02-01 @@ -12138,6 +14577,7 @@ microsoft.Web/sites@2021-02-01 microsoft.Web/sites@2021-03-01 microsoft.Web/sites@2022-03-01 microsoft.Web/sites@2022-09-01 +microsoft.Web/sites@2023-01-01 microsoft.Web/sites/backups@2015-08-01 microsoft.Web/sites/backups@2016-08-01 microsoft.Web/sites/config@2015-08-01 @@ -12155,6 +14595,7 @@ microsoft.Web/sites/config@2021-02-01 microsoft.Web/sites/config@2021-03-01 microsoft.Web/sites/config@2022-03-01 microsoft.Web/sites/config@2022-09-01 +microsoft.Web/sites/config@2023-01-01 microsoft.Web/sites/deployments@2015-08-01 microsoft.Web/sites/deployments@2016-08-01 microsoft.Web/sites/deployments@2018-02-01 @@ -12170,6 +14611,7 @@ microsoft.Web/sites/deployments@2021-02-01 microsoft.Web/sites/deployments@2021-03-01 microsoft.Web/sites/deployments@2022-03-01 microsoft.Web/sites/deployments@2022-09-01 +microsoft.Web/sites/deployments@2023-01-01 microsoft.Web/sites/hostNameBindings@2015-08-01 microsoft.Web/sites/hostNameBindings@2016-08-01 microsoft.Web/sites/hostNameBindings@2018-02-01 @@ -12185,6 +14627,7 @@ microsoft.Web/sites/hostNameBindings@2021-02-01 microsoft.Web/sites/hostNameBindings@2021-03-01 microsoft.Web/sites/hostNameBindings@2022-03-01 microsoft.Web/sites/hostNameBindings@2022-09-01 +microsoft.Web/sites/hostNameBindings@2023-01-01 microsoft.Web/sites/hybridconnection@2015-08-01 microsoft.Web/sites/hybridconnection@2016-08-01 microsoft.Web/sites/hybridconnection@2018-02-01 @@ -12200,6 +14643,7 @@ microsoft.Web/sites/hybridconnection@2021-02-01 microsoft.Web/sites/hybridconnection@2021-03-01 microsoft.Web/sites/hybridconnection@2022-03-01 microsoft.Web/sites/hybridconnection@2022-09-01 +microsoft.Web/sites/hybridconnection@2023-01-01 microsoft.Web/sites/instances/deployments@2015-08-01 microsoft.Web/sites/premieraddons@2015-08-01 microsoft.Web/sites/premieraddons@2016-08-01 @@ -12216,6 +14660,7 @@ microsoft.Web/sites/premieraddons@2021-02-01 microsoft.Web/sites/premieraddons@2021-03-01 microsoft.Web/sites/premieraddons@2022-03-01 microsoft.Web/sites/premieraddons@2022-09-01 +microsoft.Web/sites/premieraddons@2023-01-01 microsoft.Web/sites/slots@2015-08-01 microsoft.Web/sites/slots@2016-08-01 microsoft.Web/sites/slots@2018-02-01 @@ -12231,6 +14676,7 @@ microsoft.Web/sites/slots@2021-02-01 microsoft.Web/sites/slots@2021-03-01 microsoft.Web/sites/slots@2022-03-01 microsoft.Web/sites/slots@2022-09-01 +microsoft.Web/sites/slots@2023-01-01 microsoft.Web/sites/slots/backups@2015-08-01 microsoft.Web/sites/slots/backups@2016-08-01 microsoft.Web/sites/slots/config@2015-08-01 @@ -12248,6 +14694,7 @@ microsoft.Web/sites/slots/config@2021-02-01 microsoft.Web/sites/slots/config@2021-03-01 microsoft.Web/sites/slots/config@2022-03-01 microsoft.Web/sites/slots/config@2022-09-01 +microsoft.Web/sites/slots/config@2023-01-01 microsoft.Web/sites/slots/deployments@2015-08-01 microsoft.Web/sites/slots/deployments@2016-08-01 microsoft.Web/sites/slots/deployments@2018-02-01 @@ -12263,6 +14710,7 @@ microsoft.Web/sites/slots/deployments@2021-02-01 microsoft.Web/sites/slots/deployments@2021-03-01 microsoft.Web/sites/slots/deployments@2022-03-01 microsoft.Web/sites/slots/deployments@2022-09-01 +microsoft.Web/sites/slots/deployments@2023-01-01 microsoft.Web/sites/slots/hostNameBindings@2015-08-01 microsoft.Web/sites/slots/hostNameBindings@2016-08-01 microsoft.Web/sites/slots/hostNameBindings@2018-02-01 @@ -12278,6 +14726,7 @@ microsoft.Web/sites/slots/hostNameBindings@2021-02-01 microsoft.Web/sites/slots/hostNameBindings@2021-03-01 microsoft.Web/sites/slots/hostNameBindings@2022-03-01 microsoft.Web/sites/slots/hostNameBindings@2022-09-01 +microsoft.Web/sites/slots/hostNameBindings@2023-01-01 microsoft.Web/sites/slots/hybridconnection@2015-08-01 microsoft.Web/sites/slots/hybridconnection@2016-08-01 microsoft.Web/sites/slots/hybridconnection@2018-02-01 @@ -12293,6 +14742,7 @@ microsoft.Web/sites/slots/hybridconnection@2021-02-01 microsoft.Web/sites/slots/hybridconnection@2021-03-01 microsoft.Web/sites/slots/hybridconnection@2022-03-01 microsoft.Web/sites/slots/hybridconnection@2022-09-01 +microsoft.Web/sites/slots/hybridconnection@2023-01-01 microsoft.Web/sites/slots/instances/deployments@2015-08-01 microsoft.Web/sites/slots/premieraddons@2015-08-01 microsoft.Web/sites/slots/premieraddons@2016-08-01 @@ -12309,7 +14759,7 @@ microsoft.Web/sites/slots/premieraddons@2021-02-01 microsoft.Web/sites/slots/premieraddons@2021-03-01 microsoft.Web/sites/slots/premieraddons@2022-03-01 microsoft.Web/sites/slots/premieraddons@2022-09-01 -microsoft.Web/sites/slots/snapshots@2015-08-01 +microsoft.Web/sites/slots/premieraddons@2023-01-01 microsoft.Web/sites/slots/sourcecontrols@2015-08-01 microsoft.Web/sites/slots/sourcecontrols@2016-08-01 microsoft.Web/sites/slots/sourcecontrols@2018-02-01 @@ -12325,6 +14775,7 @@ microsoft.Web/sites/slots/sourcecontrols@2021-02-01 microsoft.Web/sites/slots/sourcecontrols@2021-03-01 microsoft.Web/sites/slots/sourcecontrols@2022-03-01 microsoft.Web/sites/slots/sourcecontrols@2022-09-01 +microsoft.Web/sites/slots/sourcecontrols@2023-01-01 microsoft.Web/sites/slots/virtualNetworkConnections@2015-08-01 microsoft.Web/sites/slots/virtualNetworkConnections@2016-08-01 microsoft.Web/sites/slots/virtualNetworkConnections@2018-02-01 @@ -12340,6 +14791,7 @@ microsoft.Web/sites/slots/virtualNetworkConnections@2021-02-01 microsoft.Web/sites/slots/virtualNetworkConnections@2021-03-01 microsoft.Web/sites/slots/virtualNetworkConnections@2022-03-01 microsoft.Web/sites/slots/virtualNetworkConnections@2022-09-01 +microsoft.Web/sites/slots/virtualNetworkConnections@2023-01-01 microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2015-08-01 microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2016-08-01 microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2018-02-01 @@ -12355,7 +14807,7 @@ microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-02-01 microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2021-03-01 microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2022-03-01 microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2022-09-01 -microsoft.Web/sites/snapshots@2015-08-01 +microsoft.Web/sites/slots/virtualNetworkConnections/gateways@2023-01-01 microsoft.Web/sites/sourcecontrols@2015-08-01 microsoft.Web/sites/sourcecontrols@2016-08-01 microsoft.Web/sites/sourcecontrols@2018-02-01 @@ -12371,6 +14823,7 @@ microsoft.Web/sites/sourcecontrols@2021-02-01 microsoft.Web/sites/sourcecontrols@2021-03-01 microsoft.Web/sites/sourcecontrols@2022-03-01 microsoft.Web/sites/sourcecontrols@2022-09-01 +microsoft.Web/sites/sourcecontrols@2023-01-01 microsoft.Web/sites/virtualNetworkConnections@2015-08-01 microsoft.Web/sites/virtualNetworkConnections@2016-08-01 microsoft.Web/sites/virtualNetworkConnections@2018-02-01 @@ -12386,6 +14839,7 @@ microsoft.Web/sites/virtualNetworkConnections@2021-02-01 microsoft.Web/sites/virtualNetworkConnections@2021-03-01 microsoft.Web/sites/virtualNetworkConnections@2022-03-01 microsoft.Web/sites/virtualNetworkConnections@2022-09-01 +microsoft.Web/sites/virtualNetworkConnections@2023-01-01 microsoft.Web/sites/virtualNetworkConnections/gateways@2015-08-01 microsoft.Web/sites/virtualNetworkConnections/gateways@2016-08-01 microsoft.Web/sites/virtualNetworkConnections/gateways@2018-02-01 @@ -12401,6 +14855,7 @@ microsoft.Web/sites/virtualNetworkConnections/gateways@2021-02-01 microsoft.Web/sites/virtualNetworkConnections/gateways@2021-03-01 microsoft.Web/sites/virtualNetworkConnections/gateways@2022-03-01 microsoft.Web/sites/virtualNetworkConnections/gateways@2022-09-01 +microsoft.Web/sites/virtualNetworkConnections/gateways@2023-01-01 microsoft.Web/connections@2015-08-01-preview microsoft.Web/connections@2016-06-01 microsoft.Web/connectionGateways@2016-06-01 @@ -12419,6 +14874,7 @@ microsoft.Web/sites/domainOwnershipIdentifiers@2021-02-01 microsoft.Web/sites/domainOwnershipIdentifiers@2021-03-01 microsoft.Web/sites/domainOwnershipIdentifiers@2022-03-01 microsoft.Web/sites/domainOwnershipIdentifiers@2022-09-01 +microsoft.Web/sites/domainOwnershipIdentifiers@2023-01-01 microsoft.Web/sites/extensions@2016-08-01 microsoft.Web/sites/extensions@2018-02-01 microsoft.Web/sites/extensions@2018-11-01 @@ -12433,6 +14889,7 @@ microsoft.Web/sites/extensions@2021-02-01 microsoft.Web/sites/extensions@2021-03-01 microsoft.Web/sites/extensions@2022-03-01 microsoft.Web/sites/extensions@2022-09-01 +microsoft.Web/sites/extensions@2023-01-01 microsoft.Web/sites/functions@2016-08-01 microsoft.Web/sites/functions@2018-02-01 microsoft.Web/sites/functions@2018-11-01 @@ -12447,6 +14904,7 @@ microsoft.Web/sites/functions@2021-02-01 microsoft.Web/sites/functions@2021-03-01 microsoft.Web/sites/functions@2022-03-01 microsoft.Web/sites/functions@2022-09-01 +microsoft.Web/sites/functions@2023-01-01 microsoft.Web/sites/hybridConnectionNamespaces/relays@2016-08-01 microsoft.Web/sites/hybridConnectionNamespaces/relays@2018-02-01 microsoft.Web/sites/hybridConnectionNamespaces/relays@2018-11-01 @@ -12461,6 +14919,7 @@ microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-02-01 microsoft.Web/sites/hybridConnectionNamespaces/relays@2021-03-01 microsoft.Web/sites/hybridConnectionNamespaces/relays@2022-03-01 microsoft.Web/sites/hybridConnectionNamespaces/relays@2022-09-01 +microsoft.Web/sites/hybridConnectionNamespaces/relays@2023-01-01 microsoft.Web/sites/instances/extensions@2016-08-01 microsoft.Web/sites/instances/extensions@2018-02-01 microsoft.Web/sites/instances/extensions@2018-11-01 @@ -12475,20 +14934,7 @@ microsoft.Web/sites/instances/extensions@2021-02-01 microsoft.Web/sites/instances/extensions@2021-03-01 microsoft.Web/sites/instances/extensions@2022-03-01 microsoft.Web/sites/instances/extensions@2022-09-01 -microsoft.Web/sites/migrate@2016-08-01 -microsoft.Web/sites/migrate@2018-02-01 -microsoft.Web/sites/migrate@2018-11-01 -microsoft.Web/sites/migrate@2019-08-01 -microsoft.Web/sites/migrate@2020-06-01 -microsoft.Web/sites/migrate@2020-09-01 -microsoft.Web/sites/migrate@2020-10-01 -microsoft.Web/sites/migrate@2020-12-01 -microsoft.Web/sites/migrate@2021-01-01 -microsoft.Web/sites/migrate@2021-01-15 -microsoft.Web/sites/migrate@2021-02-01 -microsoft.Web/sites/migrate@2021-03-01 -microsoft.Web/sites/migrate@2022-03-01 -microsoft.Web/sites/migrate@2022-09-01 +microsoft.Web/sites/instances/extensions@2023-01-01 microsoft.Web/sites/publicCertificates@2016-08-01 microsoft.Web/sites/publicCertificates@2018-02-01 microsoft.Web/sites/publicCertificates@2018-11-01 @@ -12503,6 +14949,7 @@ microsoft.Web/sites/publicCertificates@2021-02-01 microsoft.Web/sites/publicCertificates@2021-03-01 microsoft.Web/sites/publicCertificates@2022-03-01 microsoft.Web/sites/publicCertificates@2022-09-01 +microsoft.Web/sites/publicCertificates@2023-01-01 microsoft.Web/sites/siteextensions@2016-08-01 microsoft.Web/sites/siteextensions@2018-02-01 microsoft.Web/sites/siteextensions@2018-11-01 @@ -12517,6 +14964,7 @@ microsoft.Web/sites/siteextensions@2021-02-01 microsoft.Web/sites/siteextensions@2021-03-01 microsoft.Web/sites/siteextensions@2022-03-01 microsoft.Web/sites/siteextensions@2022-09-01 +microsoft.Web/sites/siteextensions@2023-01-01 microsoft.Web/sites/slots/domainOwnershipIdentifiers@2016-08-01 microsoft.Web/sites/slots/domainOwnershipIdentifiers@2018-02-01 microsoft.Web/sites/slots/domainOwnershipIdentifiers@2018-11-01 @@ -12531,6 +14979,7 @@ microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-02-01 microsoft.Web/sites/slots/domainOwnershipIdentifiers@2021-03-01 microsoft.Web/sites/slots/domainOwnershipIdentifiers@2022-03-01 microsoft.Web/sites/slots/domainOwnershipIdentifiers@2022-09-01 +microsoft.Web/sites/slots/domainOwnershipIdentifiers@2023-01-01 microsoft.Web/sites/slots/extensions@2016-08-01 microsoft.Web/sites/slots/extensions@2018-02-01 microsoft.Web/sites/slots/extensions@2018-11-01 @@ -12545,6 +14994,7 @@ microsoft.Web/sites/slots/extensions@2021-02-01 microsoft.Web/sites/slots/extensions@2021-03-01 microsoft.Web/sites/slots/extensions@2022-03-01 microsoft.Web/sites/slots/extensions@2022-09-01 +microsoft.Web/sites/slots/extensions@2023-01-01 microsoft.Web/sites/slots/functions@2016-08-01 microsoft.Web/sites/slots/functions@2018-02-01 microsoft.Web/sites/slots/functions@2018-11-01 @@ -12559,6 +15009,7 @@ microsoft.Web/sites/slots/functions@2021-02-01 microsoft.Web/sites/slots/functions@2021-03-01 microsoft.Web/sites/slots/functions@2022-03-01 microsoft.Web/sites/slots/functions@2022-09-01 +microsoft.Web/sites/slots/functions@2023-01-01 microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2016-08-01 microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2018-02-01 microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2018-11-01 @@ -12573,6 +15024,7 @@ microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-02-01 microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-03-01 microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2022-03-01 microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2022-09-01 +microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2023-01-01 microsoft.Web/sites/slots/instances/extensions@2016-08-01 microsoft.Web/sites/slots/instances/extensions@2018-02-01 microsoft.Web/sites/slots/instances/extensions@2018-11-01 @@ -12587,6 +15039,7 @@ microsoft.Web/sites/slots/instances/extensions@2021-02-01 microsoft.Web/sites/slots/instances/extensions@2021-03-01 microsoft.Web/sites/slots/instances/extensions@2022-03-01 microsoft.Web/sites/slots/instances/extensions@2022-09-01 +microsoft.Web/sites/slots/instances/extensions@2023-01-01 microsoft.Web/sites/slots/publicCertificates@2016-08-01 microsoft.Web/sites/slots/publicCertificates@2018-02-01 microsoft.Web/sites/slots/publicCertificates@2018-11-01 @@ -12601,6 +15054,7 @@ microsoft.Web/sites/slots/publicCertificates@2021-02-01 microsoft.Web/sites/slots/publicCertificates@2021-03-01 microsoft.Web/sites/slots/publicCertificates@2022-03-01 microsoft.Web/sites/slots/publicCertificates@2022-09-01 +microsoft.Web/sites/slots/publicCertificates@2023-01-01 microsoft.Web/sites/slots/siteextensions@2016-08-01 microsoft.Web/sites/slots/siteextensions@2018-02-01 microsoft.Web/sites/slots/siteextensions@2018-11-01 @@ -12615,6 +15069,7 @@ microsoft.Web/sites/slots/siteextensions@2021-02-01 microsoft.Web/sites/slots/siteextensions@2021-03-01 microsoft.Web/sites/slots/siteextensions@2022-03-01 microsoft.Web/sites/slots/siteextensions@2022-09-01 +microsoft.Web/sites/slots/siteextensions@2023-01-01 microsoft.Web/sites/functions/keys@2018-02-01 microsoft.Web/sites/functions/keys@2019-08-01 microsoft.Web/sites/functions/keys@2020-06-01 @@ -12627,6 +15082,7 @@ microsoft.Web/sites/functions/keys@2021-02-01 microsoft.Web/sites/functions/keys@2021-03-01 microsoft.Web/sites/functions/keys@2022-03-01 microsoft.Web/sites/functions/keys@2022-09-01 +microsoft.Web/sites/functions/keys@2023-01-01 microsoft.Web/sites/networkConfig@2018-02-01 microsoft.Web/sites/networkConfig@2018-11-01 microsoft.Web/sites/networkConfig@2019-08-01 @@ -12640,6 +15096,7 @@ microsoft.Web/sites/networkConfig@2021-02-01 microsoft.Web/sites/networkConfig@2021-03-01 microsoft.Web/sites/networkConfig@2022-03-01 microsoft.Web/sites/networkConfig@2022-09-01 +microsoft.Web/sites/networkConfig@2023-01-01 microsoft.Web/sites/privateAccess@2018-02-01 microsoft.Web/sites/privateAccess@2018-11-01 microsoft.Web/sites/privateAccess@2019-08-01 @@ -12653,6 +15110,7 @@ microsoft.Web/sites/privateAccess@2021-02-01 microsoft.Web/sites/privateAccess@2021-03-01 microsoft.Web/sites/privateAccess@2022-03-01 microsoft.Web/sites/privateAccess@2022-09-01 +microsoft.Web/sites/privateAccess@2023-01-01 microsoft.Web/sites/slots/functions/keys@2018-02-01 microsoft.Web/sites/slots/functions/keys@2019-08-01 microsoft.Web/sites/slots/functions/keys@2020-06-01 @@ -12665,6 +15123,7 @@ microsoft.Web/sites/slots/functions/keys@2021-02-01 microsoft.Web/sites/slots/functions/keys@2021-03-01 microsoft.Web/sites/slots/functions/keys@2022-03-01 microsoft.Web/sites/slots/functions/keys@2022-09-01 +microsoft.Web/sites/slots/functions/keys@2023-01-01 microsoft.Web/sites/slots/networkConfig@2018-02-01 microsoft.Web/sites/slots/networkConfig@2018-11-01 microsoft.Web/sites/slots/networkConfig@2019-08-01 @@ -12676,6 +15135,7 @@ microsoft.Web/sites/slots/networkConfig@2021-02-01 microsoft.Web/sites/slots/networkConfig@2021-03-01 microsoft.Web/sites/slots/networkConfig@2022-03-01 microsoft.Web/sites/slots/networkConfig@2022-09-01 +microsoft.Web/sites/slots/networkConfig@2023-01-01 microsoft.Web/sites/slots/privateAccess@2018-02-01 microsoft.Web/sites/slots/privateAccess@2018-11-01 microsoft.Web/sites/slots/privateAccess@2019-08-01 @@ -12689,6 +15149,7 @@ microsoft.Web/sites/slots/privateAccess@2021-02-01 microsoft.Web/sites/slots/privateAccess@2021-03-01 microsoft.Web/sites/slots/privateAccess@2022-03-01 microsoft.Web/sites/slots/privateAccess@2022-09-01 +microsoft.Web/sites/slots/privateAccess@2023-01-01 microsoft.Web/sites/basicPublishingCredentialsPolicies@2019-08-01 microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-06-01 microsoft.Web/sites/basicPublishingCredentialsPolicies@2020-09-01 @@ -12700,6 +15161,7 @@ microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-02-01 microsoft.Web/sites/basicPublishingCredentialsPolicies@2021-03-01 microsoft.Web/sites/basicPublishingCredentialsPolicies@2022-03-01 microsoft.Web/sites/basicPublishingCredentialsPolicies@2022-09-01 +microsoft.Web/sites/basicPublishingCredentialsPolicies@2023-01-01 microsoft.Web/sites/privateEndpointConnections@2019-08-01 microsoft.Web/sites/privateEndpointConnections@2020-06-01 microsoft.Web/sites/privateEndpointConnections@2020-09-01 @@ -12711,6 +15173,7 @@ microsoft.Web/sites/privateEndpointConnections@2021-02-01 microsoft.Web/sites/privateEndpointConnections@2021-03-01 microsoft.Web/sites/privateEndpointConnections@2022-03-01 microsoft.Web/sites/privateEndpointConnections@2022-09-01 +microsoft.Web/sites/privateEndpointConnections@2023-01-01 microsoft.Web/staticSites@2019-08-01 microsoft.Web/staticSites@2020-06-01 microsoft.Web/staticSites@2020-09-01 @@ -12722,6 +15185,7 @@ microsoft.Web/staticSites@2021-02-01 microsoft.Web/staticSites@2021-03-01 microsoft.Web/staticSites@2022-03-01 microsoft.Web/staticSites@2022-09-01 +microsoft.Web/staticSites@2023-01-01 microsoft.Web/staticSites/builds/config@2019-08-01 microsoft.Web/staticSites/builds/config@2020-06-01 microsoft.Web/staticSites/builds/config@2020-09-01 @@ -12733,6 +15197,7 @@ microsoft.Web/staticSites/builds/config@2021-02-01 microsoft.Web/staticSites/builds/config@2021-03-01 microsoft.Web/staticSites/builds/config@2022-03-01 microsoft.Web/staticSites/builds/config@2022-09-01 +microsoft.Web/staticSites/builds/config@2023-01-01 microsoft.Web/staticSites/config@2019-08-01 microsoft.Web/staticSites/config@2020-06-01 microsoft.Web/staticSites/config@2020-09-01 @@ -12744,6 +15209,7 @@ microsoft.Web/staticSites/config@2021-02-01 microsoft.Web/staticSites/config@2021-03-01 microsoft.Web/staticSites/config@2022-03-01 microsoft.Web/staticSites/config@2022-09-01 +microsoft.Web/staticSites/config@2023-01-01 microsoft.Web/staticSites/customDomains@2019-08-01 microsoft.Web/staticSites/customDomains@2020-06-01 microsoft.Web/staticSites/customDomains@2020-09-01 @@ -12755,6 +15221,7 @@ microsoft.Web/staticSites/customDomains@2021-02-01 microsoft.Web/staticSites/customDomains@2021-03-01 microsoft.Web/staticSites/customDomains@2022-03-01 microsoft.Web/staticSites/customDomains@2022-09-01 +microsoft.Web/staticSites/customDomains@2023-01-01 microsoft.Web/hostingEnvironments/configurations@2020-12-01 microsoft.Web/hostingEnvironments/configurations@2021-01-01 microsoft.Web/hostingEnvironments/configurations@2021-01-15 @@ -12762,6 +15229,7 @@ microsoft.Web/hostingEnvironments/configurations@2021-02-01 microsoft.Web/hostingEnvironments/configurations@2021-03-01 microsoft.Web/hostingEnvironments/configurations@2022-03-01 microsoft.Web/hostingEnvironments/configurations@2022-09-01 +microsoft.Web/hostingEnvironments/configurations@2023-01-01 microsoft.Web/hostingEnvironments/privateEndpointConnections@2020-12-01 microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-01-01 microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-01-15 @@ -12769,6 +15237,7 @@ microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-02-01 microsoft.Web/hostingEnvironments/privateEndpointConnections@2021-03-01 microsoft.Web/hostingEnvironments/privateEndpointConnections@2022-03-01 microsoft.Web/hostingEnvironments/privateEndpointConnections@2022-09-01 +microsoft.Web/hostingEnvironments/privateEndpointConnections@2023-01-01 microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2020-12-01 microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-01-01 microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-01-15 @@ -12776,6 +15245,7 @@ microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-02-01 microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2021-03-01 microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2022-03-01 microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2022-09-01 +microsoft.Web/sites/slots/basicPublishingCredentialsPolicies@2023-01-01 microsoft.Web/sites/slots/privateEndpointConnections@2020-12-01 microsoft.Web/sites/slots/privateEndpointConnections@2021-01-01 microsoft.Web/sites/slots/privateEndpointConnections@2021-01-15 @@ -12783,6 +15253,7 @@ microsoft.Web/sites/slots/privateEndpointConnections@2021-02-01 microsoft.Web/sites/slots/privateEndpointConnections@2021-03-01 microsoft.Web/sites/slots/privateEndpointConnections@2022-03-01 microsoft.Web/sites/slots/privateEndpointConnections@2022-09-01 +microsoft.Web/sites/slots/privateEndpointConnections@2023-01-01 microsoft.Web/staticSites/builds/userProvidedFunctionApps@2020-12-01 microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-01-01 microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-01-15 @@ -12790,6 +15261,7 @@ microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-02-01 microsoft.Web/staticSites/builds/userProvidedFunctionApps@2021-03-01 microsoft.Web/staticSites/builds/userProvidedFunctionApps@2022-03-01 microsoft.Web/staticSites/builds/userProvidedFunctionApps@2022-09-01 +microsoft.Web/staticSites/builds/userProvidedFunctionApps@2023-01-01 microsoft.Web/staticSites/privateEndpointConnections@2020-12-01 microsoft.Web/staticSites/privateEndpointConnections@2021-01-01 microsoft.Web/staticSites/privateEndpointConnections@2021-01-15 @@ -12797,6 +15269,7 @@ microsoft.Web/staticSites/privateEndpointConnections@2021-02-01 microsoft.Web/staticSites/privateEndpointConnections@2021-03-01 microsoft.Web/staticSites/privateEndpointConnections@2022-03-01 microsoft.Web/staticSites/privateEndpointConnections@2022-09-01 +microsoft.Web/staticSites/privateEndpointConnections@2023-01-01 microsoft.Web/staticSites/userProvidedFunctionApps@2020-12-01 microsoft.Web/staticSites/userProvidedFunctionApps@2021-01-01 microsoft.Web/staticSites/userProvidedFunctionApps@2021-01-15 @@ -12804,22 +15277,30 @@ microsoft.Web/staticSites/userProvidedFunctionApps@2021-02-01 microsoft.Web/staticSites/userProvidedFunctionApps@2021-03-01 microsoft.Web/staticSites/userProvidedFunctionApps@2022-03-01 microsoft.Web/staticSites/userProvidedFunctionApps@2022-09-01 +microsoft.Web/staticSites/userProvidedFunctionApps@2023-01-01 microsoft.Web/kubeEnvironments@2021-01-01 microsoft.Web/kubeEnvironments@2021-01-15 microsoft.Web/kubeEnvironments@2021-02-01 microsoft.Web/kubeEnvironments@2021-03-01 microsoft.Web/kubeEnvironments@2022-03-01 microsoft.Web/kubeEnvironments@2022-09-01 +microsoft.Web/kubeEnvironments@2023-01-01 microsoft.Web/containerApps@2021-03-01 microsoft.Web/containerApps@2022-03-01 microsoft.Web/containerApps@2022-09-01 +microsoft.Web/containerApps@2023-01-01 microsoft.Web/staticSites/builds/linkedBackends@2022-03-01 microsoft.Web/staticSites/builds/linkedBackends@2022-09-01 +microsoft.Web/staticSites/builds/linkedBackends@2023-01-01 microsoft.Web/staticSites/linkedBackends@2022-03-01 microsoft.Web/staticSites/linkedBackends@2022-09-01 +microsoft.Web/staticSites/linkedBackends@2023-01-01 microsoft.Web/staticSites/basicAuth@2022-09-01 +microsoft.Web/staticSites/basicAuth@2023-01-01 microsoft.Web/staticSites/builds/databaseConnections@2022-09-01 +microsoft.Web/staticSites/builds/databaseConnections@2023-01-01 microsoft.Web/staticSites/databaseConnections@2022-09-01 +microsoft.Web/staticSites/databaseConnections@2023-01-01 microsoft.WindowsESU/multipleActivationKeys@2019-09-16-preview microsoft.WindowsIoT/deviceServices@2018-02-16-preview microsoft.WindowsIoT/deviceServices@2019-06-01 @@ -12845,12 +15326,84 @@ microsoft.Workloads/sapVirtualInstances/databaseInstances@2022-11-01-preview microsoft.Workloads/sapVirtualInstances/databaseInstances@2023-04-01 microsoft.Workloads/monitors/sapLandscapeMonitor@2022-11-01-preview microsoft.Workloads/monitors/sapLandscapeMonitor@2023-04-01 +newRelic.Observability/monitors@2022-07-01 +newRelic.Observability/monitors@2022-07-01-preview +newRelic.Observability/monitors@2023-10-01-preview +newRelic.Observability/monitors@2023-11-01-preview +newRelic.Observability/monitors@2024-01-01 +newRelic.Observability/monitors@2024-01-01-preview +newRelic.Observability/monitors@2024-03-01 +newRelic.Observability/monitors/tagRules@2022-07-01 +newRelic.Observability/monitors/tagRules@2022-07-01-preview +newRelic.Observability/monitors/tagRules@2023-10-01-preview +newRelic.Observability/monitors/tagRules@2023-11-01-preview +newRelic.Observability/monitors/tagRules@2024-01-01 +newRelic.Observability/monitors/tagRules@2024-01-01-preview +newRelic.Observability/monitors/tagRules@2024-03-01 +newRelic.Observability/monitors/monitoredSubscriptions@2023-11-01-preview +newRelic.Observability/monitors/monitoredSubscriptions@2024-01-01 +newRelic.Observability/monitors/monitoredSubscriptions@2024-01-01-preview +newRelic.Observability/monitors/monitoredSubscriptions@2024-03-01 nginx.NginxPlus/nginxDeployments@2021-05-01-preview nginx.NginxPlus/nginxDeployments@2022-08-01 +nginx.NginxPlus/nginxDeployments@2023-04-01 +nginx.NginxPlus/nginxDeployments@2023-09-01 +nginx.NginxPlus/nginxDeployments@2024-01-01-preview nginx.NginxPlus/nginxDeployments/certificates@2021-05-01-preview nginx.NginxPlus/nginxDeployments/certificates@2022-08-01 +nginx.NginxPlus/nginxDeployments/certificates@2023-04-01 +nginx.NginxPlus/nginxDeployments/certificates@2023-09-01 +nginx.NginxPlus/nginxDeployments/certificates@2024-01-01-preview nginx.NginxPlus/nginxDeployments/configurations@2021-05-01-preview nginx.NginxPlus/nginxDeployments/configurations@2022-08-01 +nginx.NginxPlus/nginxDeployments/configurations@2023-04-01 +nginx.NginxPlus/nginxDeployments/configurations@2023-09-01 +nginx.NginxPlus/nginxDeployments/configurations@2024-01-01-preview +paloAltoNetworks.Cloudngfw/firewalls@2022-08-29 +paloAltoNetworks.Cloudngfw/firewalls@2022-08-29-preview +paloAltoNetworks.Cloudngfw/firewalls@2023-09-01 +paloAltoNetworks.Cloudngfw/firewalls@2023-09-01-preview +paloAltoNetworks.Cloudngfw/firewalls@2023-10-10-preview +paloAltoNetworks.Cloudngfw/firewalls@2024-01-19-preview +paloAltoNetworks.Cloudngfw/firewalls@2024-02-07-preview +paloAltoNetworks.Cloudngfw/localRulestacks@2022-08-29 +paloAltoNetworks.Cloudngfw/localRulestacks@2022-08-29-preview +paloAltoNetworks.Cloudngfw/localRulestacks@2023-09-01 +paloAltoNetworks.Cloudngfw/localRulestacks@2023-09-01-preview +paloAltoNetworks.Cloudngfw/localRulestacks@2023-10-10-preview +paloAltoNetworks.Cloudngfw/localRulestacks@2024-01-19-preview +paloAltoNetworks.Cloudngfw/localRulestacks@2024-02-07-preview +paloAltoNetworks.Cloudngfw/localRulestacks/certificates@2022-08-29 +paloAltoNetworks.Cloudngfw/localRulestacks/certificates@2022-08-29-preview +paloAltoNetworks.Cloudngfw/localRulestacks/certificates@2023-09-01 +paloAltoNetworks.Cloudngfw/localRulestacks/certificates@2023-09-01-preview +paloAltoNetworks.Cloudngfw/localRulestacks/certificates@2023-10-10-preview +paloAltoNetworks.Cloudngfw/localRulestacks/certificates@2024-01-19-preview +paloAltoNetworks.Cloudngfw/localRulestacks/certificates@2024-02-07-preview +paloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2022-08-29 +paloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2022-08-29-preview +paloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2023-09-01 +paloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2023-09-01-preview +paloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2023-10-10-preview +paloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2024-01-19-preview +paloAltoNetworks.Cloudngfw/localRulestacks/fqdnlists@2024-02-07-preview +paloAltoNetworks.Cloudngfw/localRulestacks/localRules@2022-08-29 +paloAltoNetworks.Cloudngfw/localRulestacks/localRules@2022-08-29-preview +paloAltoNetworks.Cloudngfw/localRulestacks/localRules@2023-09-01 +paloAltoNetworks.Cloudngfw/localRulestacks/localRules@2023-09-01-preview +paloAltoNetworks.Cloudngfw/localRulestacks/localRules@2023-10-10-preview +paloAltoNetworks.Cloudngfw/localRulestacks/localRules@2024-01-19-preview +paloAltoNetworks.Cloudngfw/localRulestacks/localRules@2024-02-07-preview +paloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2022-08-29 +paloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2022-08-29-preview +paloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2023-09-01 +paloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2023-09-01-preview +paloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2023-10-10-preview +paloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2024-01-19-preview +paloAltoNetworks.Cloudngfw/localRulestacks/prefixlists@2024-02-07-preview +qumulo.Storage/fileSystems@2022-06-27-preview +qumulo.Storage/fileSystems@2022-10-12 +qumulo.Storage/fileSystems@2022-10-12-preview Retrieving available resource types and apiVersions for https://schema.management.azure.com/schemas/2019-08-01/managementGroupDeploymentTemplate.json#... microsoft.Advisor/recommendations/suppressions@2016-07-12-preview microsoft.Advisor/recommendations/suppressions@2017-03-31 @@ -12900,6 +15453,7 @@ microsoft.Authorization/policyassignments@2020-03-01 microsoft.Authorization/policyassignments@2020-09-01 microsoft.Authorization/policyassignments@2021-06-01 microsoft.Authorization/policyassignments@2022-06-01 +microsoft.Authorization/policyassignments@2023-04-01 microsoft.Authorization/policyDefinitions@2016-12-01 microsoft.Authorization/policyDefinitions@2018-03-01 microsoft.Authorization/policyDefinitions@2018-05-01 @@ -12909,6 +15463,7 @@ microsoft.Authorization/policyDefinitions@2019-09-01 microsoft.Authorization/policyDefinitions@2020-03-01 microsoft.Authorization/policyDefinitions@2020-09-01 microsoft.Authorization/policyDefinitions@2021-06-01 +microsoft.Authorization/policyDefinitions@2023-04-01 microsoft.Authorization/policySetDefinitions@2017-06-01-preview microsoft.Authorization/policySetDefinitions@2018-03-01 microsoft.Authorization/policySetDefinitions@2018-05-01 @@ -12918,11 +15473,14 @@ microsoft.Authorization/policySetDefinitions@2019-09-01 microsoft.Authorization/policySetDefinitions@2020-03-01 microsoft.Authorization/policySetDefinitions@2020-09-01 microsoft.Authorization/policySetDefinitions@2021-06-01 +microsoft.Authorization/policySetDefinitions@2023-04-01 microsoft.Authorization/privateLinkAssociations@2020-05-01 microsoft.Authorization/policyExemptions@2020-07-01-preview microsoft.Authorization/policyExemptions@2022-07-01-preview microsoft.Authorization/variables@2022-08-01-preview microsoft.Authorization/variables/values@2022-08-01-preview +microsoft.Authorization/policyDefinitions/versions@2023-04-01 +microsoft.Authorization/policySetDefinitions/versions@2023-04-01 microsoft.Blueprint/blueprints@2017-11-11-preview microsoft.Blueprint/blueprints@2018-11-01-preview microsoft.Blueprint/blueprints/artifacts@2017-11-11-preview @@ -12942,10 +15500,14 @@ microsoft.CostManagement/exports@2022-10-01 microsoft.CostManagement/exports@2023-03-01 microsoft.CostManagement/exports@2023-04-01-preview microsoft.CostManagement/exports@2023-08-01 +microsoft.CostManagement/exports@2023-09-01 +microsoft.CostManagement/exports@2023-11-01 microsoft.CostManagement/externalSubscriptions@2019-03-01-preview microsoft.CostManagement/budgets@2019-04-01-preview microsoft.CostManagement/budgets@2023-04-01-preview microsoft.CostManagement/budgets@2023-08-01 +microsoft.CostManagement/budgets@2023-09-01 +microsoft.CostManagement/budgets@2023-11-01 microsoft.CostManagement/views@2019-04-01-preview microsoft.CostManagement/views@2019-11-01 microsoft.CostManagement/views@2020-06-01 @@ -12957,6 +15519,8 @@ microsoft.CostManagement/views@2022-10-05-preview microsoft.CostManagement/views@2023-03-01 microsoft.CostManagement/views@2023-04-01-preview microsoft.CostManagement/views@2023-08-01 +microsoft.CostManagement/views@2023-09-01 +microsoft.CostManagement/views@2023-11-01 microsoft.insights/diagnosticSettings@2020-01-01-preview microsoft.insights/diagnosticSettings@2021-05-01-preview microsoft.Insights/tenantActionGroups@2023-03-01-preview @@ -12970,9 +15534,17 @@ microsoft.Network/networkManagerConnections@2022-09-01 microsoft.Network/networkManagerConnections@2022-11-01 microsoft.Network/networkManagerConnections@2023-02-01 microsoft.Network/networkManagerConnections@2023-04-01 +microsoft.Network/networkManagerConnections@2023-05-01 +microsoft.Network/networkManagerConnections@2023-06-01 +microsoft.Network/networkManagerConnections@2023-09-01 +microsoft.Network/networkManagerConnections@2023-11-01 microsoft.PolicyInsights/remediations@2018-07-01-preview microsoft.PolicyInsights/remediations@2019-07-01 microsoft.PolicyInsights/remediations@2021-10-01 +microsoft.Quota/groupQuotas@2023-06-01-preview +microsoft.Quota/groupQuotas/resourceProviders/groupQuotaRequests@2023-06-01-preview +microsoft.Quota/groupQuotas/resourceProviders/locationSettings@2023-06-01-preview +microsoft.Quota/groupQuotas/subscriptions@2023-06-01-preview microsoft.Resources/deployments@2019-05-01 microsoft.Resources/deployments@2019-05-10 microsoft.Resources/deployments@2019-07-01 @@ -12984,6 +15556,8 @@ microsoft.Resources/deployments@2020-10-01 microsoft.Resources/deployments@2021-01-01 microsoft.Resources/deployments@2021-04-01 microsoft.Resources/deployments@2022-09-01 +microsoft.Resources/deployments@2023-07-01 +microsoft.Resources/deployments@2024-03-01 microsoft.Resources/tags@2019-10-01 microsoft.Resources/tags@2020-06-01 microsoft.Resources/tags@2020-08-01 @@ -12991,7 +15565,10 @@ microsoft.Resources/tags@2020-10-01 microsoft.Resources/tags@2021-01-01 microsoft.Resources/tags@2021-04-01 microsoft.Resources/tags@2022-09-01 +microsoft.Resources/tags@2023-07-01 +microsoft.Resources/tags@2024-03-01 microsoft.Resources/deploymentStacks@2022-08-01-preview +microsoft.Security/informationProtectionPolicies@2017-08-01-preview Retrieving available resource types and apiVersions for https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#... microsoft.Addons/supportProviders/supportPlanTypes@2017-05-15 microsoft.Addons/supportProviders/supportPlanTypes@2018-03-01 @@ -13060,6 +15637,7 @@ microsoft.Authorization/policydefinitions@2019-09-01 microsoft.Authorization/policydefinitions@2020-03-01 microsoft.Authorization/policydefinitions@2020-09-01 microsoft.Authorization/policydefinitions@2021-06-01 +microsoft.Authorization/policydefinitions@2023-04-01 microsoft.Authorization/policyassignments@2015-10-01-preview microsoft.Authorization/policyassignments@2016-04-01 microsoft.Authorization/policyassignments@2016-12-01 @@ -13073,6 +15651,7 @@ microsoft.Authorization/policyassignments@2020-03-01 microsoft.Authorization/policyassignments@2020-09-01 microsoft.Authorization/policyassignments@2021-06-01 microsoft.Authorization/policyassignments@2022-06-01 +microsoft.Authorization/policyassignments@2023-04-01 microsoft.Authorization/policySetDefinitions@2017-06-01-preview microsoft.Authorization/policySetDefinitions@2018-03-01 microsoft.Authorization/policySetDefinitions@2018-05-01 @@ -13082,10 +15661,13 @@ microsoft.Authorization/policySetDefinitions@2019-09-01 microsoft.Authorization/policySetDefinitions@2020-03-01 microsoft.Authorization/policySetDefinitions@2020-09-01 microsoft.Authorization/policySetDefinitions@2021-06-01 +microsoft.Authorization/policySetDefinitions@2023-04-01 microsoft.Authorization/policyExemptions@2020-07-01-preview microsoft.Authorization/policyExemptions@2022-07-01-preview microsoft.Authorization/variables@2022-08-01-preview microsoft.Authorization/variables/values@2022-08-01-preview +microsoft.Authorization/policyDefinitions/versions@2023-04-01 +microsoft.Authorization/policySetDefinitions/versions@2023-04-01 microsoft.Billing/billingAccounts/lineOfCredit@2018-11-01-preview microsoft.Blueprint/blueprintAssignments@2017-11-11-preview microsoft.Blueprint/blueprintAssignments@2018-11-01-preview @@ -13101,6 +15683,8 @@ microsoft.Confluent/agreements@2020-03-01-preview microsoft.Confluent/agreements@2021-03-01-preview microsoft.Confluent/agreements@2021-09-01-preview microsoft.Confluent/agreements@2021-12-01 +microsoft.Confluent/agreements@2023-08-22 +microsoft.Confluent/agreements@2024-02-13 microsoft.Consumption/budgets@2017-12-30-preview microsoft.Consumption/budgets@2018-01-31 microsoft.Consumption/budgets@2018-03-31 @@ -13134,9 +15718,13 @@ microsoft.CostManagement/exports@2022-10-01 microsoft.CostManagement/exports@2023-03-01 microsoft.CostManagement/exports@2023-04-01-preview microsoft.CostManagement/exports@2023-08-01 +microsoft.CostManagement/exports@2023-09-01 +microsoft.CostManagement/exports@2023-11-01 microsoft.CostManagement/budgets@2019-04-01-preview microsoft.CostManagement/budgets@2023-04-01-preview microsoft.CostManagement/budgets@2023-08-01 +microsoft.CostManagement/budgets@2023-09-01 +microsoft.CostManagement/budgets@2023-11-01 microsoft.CostManagement/views@2019-04-01-preview microsoft.CostManagement/views@2019-11-01 microsoft.CostManagement/views@2020-06-01 @@ -13148,17 +15736,26 @@ microsoft.CostManagement/views@2022-10-05-preview microsoft.CostManagement/views@2023-03-01 microsoft.CostManagement/views@2023-04-01-preview microsoft.CostManagement/views@2023-08-01 +microsoft.CostManagement/views@2023-09-01 +microsoft.CostManagement/views@2023-11-01 microsoft.CostManagement/scheduledActions@2022-04-01-preview microsoft.CostManagement/scheduledActions@2022-06-01-preview microsoft.CostManagement/scheduledActions@2022-10-01 microsoft.CostManagement/scheduledActions@2023-03-01 microsoft.CostManagement/scheduledActions@2023-04-01-preview microsoft.CostManagement/scheduledActions@2023-08-01 +microsoft.CostManagement/scheduledActions@2023-09-01 +microsoft.CostManagement/scheduledActions@2023-11-01 microsoft.CostManagement/settings@2022-10-01-preview microsoft.CostManagement/settings@2022-10-05-preview +microsoft.CostManagement/settings@2023-08-01 +microsoft.CostManagement/settings@2023-09-01 +microsoft.CostManagement/settings@2023-11-01 microsoft.Datadog/agreements@2020-02-01-preview microsoft.Datadog/agreements@2021-03-01 microsoft.Datadog/agreements@2022-06-01 +microsoft.Datadog/agreements@2022-08-01 +microsoft.Datadog/agreements@2023-01-01 microsoft.EventGrid/eventSubscriptions@2017-06-15-preview microsoft.EventGrid/eventSubscriptions@2017-09-15-preview microsoft.EventGrid/eventSubscriptions@2018-01-01 @@ -13176,6 +15773,7 @@ microsoft.EventGrid/eventSubscriptions@2021-10-15-preview microsoft.EventGrid/eventSubscriptions@2021-12-01 microsoft.EventGrid/eventSubscriptions@2022-06-15 microsoft.EventGrid/eventSubscriptions@2023-06-01-preview +microsoft.EventGrid/eventSubscriptions@2023-12-15-preview microsoft.Features/featureProviders/subscriptionFeatureRegistrations@2021-07-01 microsoft.HybridNetwork/locations/vendors/networkFunctions@2020-01-01-preview microsoft.HybridNetwork/locations/vendors/networkFunctions@2021-05-01 @@ -13198,6 +15796,8 @@ microsoft.IoTSecurity/defenderSettings@2021-02-01-preview microsoft.IoTSecurity/locations/deviceGroups@2021-02-01-preview microsoft.IoTSecurity/onPremiseSensors@2021-02-01-preview microsoft.Maintenance/configurationAssignments@2023-04-01 +microsoft.Maintenance/configurationAssignments@2023-09-01-preview +microsoft.Maintenance/configurationAssignments@2023-10-01-preview microsoft.ManagedNetwork/scopeAssignments@2019-06-01-preview microsoft.Marketplace/privateStores/offers@2020-01-01 microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements@2015-06-01 @@ -13212,7 +15812,10 @@ microsoft.Network/networkManagerConnections@2022-09-01 microsoft.Network/networkManagerConnections@2022-11-01 microsoft.Network/networkManagerConnections@2023-02-01 microsoft.Network/networkManagerConnections@2023-04-01 -microsoft.Network/trafficManagerUserMetricsKeys@2017-09-01-preview +microsoft.Network/networkManagerConnections@2023-05-01 +microsoft.Network/networkManagerConnections@2023-06-01 +microsoft.Network/networkManagerConnections@2023-09-01 +microsoft.Network/networkManagerConnections@2023-11-01 microsoft.Network/trafficManagerUserMetricsKeys@2018-04-01 microsoft.Network/trafficManagerUserMetricsKeys@2018-08-01 microsoft.Network/trafficManagerUserMetricsKeys@2022-04-01 @@ -13285,6 +15888,8 @@ microsoft.Resources/deployments@2020-10-01 microsoft.Resources/deployments@2021-01-01 microsoft.Resources/deployments@2021-04-01 microsoft.Resources/deployments@2022-09-01 +microsoft.Resources/deployments@2023-07-01 +microsoft.Resources/deployments@2024-03-01 microsoft.Resources/resourceGroups@2018-05-01 microsoft.Resources/resourceGroups@2019-03-01 microsoft.Resources/resourceGroups@2019-05-01 @@ -13304,6 +15909,9 @@ microsoft.Resources/resourceGroups@2021-05-01 microsoft.Resources/resourceGroups@2022-02-01 microsoft.Resources/resourceGroups@2022-08-01-preview microsoft.Resources/resourceGroups@2022-09-01 +microsoft.Resources/resourceGroups@2023-07-01 +microsoft.Resources/resourceGroups@2023-08-01 +microsoft.Resources/resourceGroups@2024-03-01 microsoft.Resources/tags@2019-10-01 microsoft.Resources/tags@2020-06-01 microsoft.Resources/tags@2020-08-01 @@ -13311,12 +15919,47 @@ microsoft.Resources/tags@2020-10-01 microsoft.Resources/tags@2021-01-01 microsoft.Resources/tags@2021-04-01 microsoft.Resources/tags@2022-09-01 +microsoft.Resources/tags@2023-07-01 +microsoft.Resources/tags@2024-03-01 microsoft.Resources/deploymentStacks@2022-08-01-preview +microsoft.Security/locations/applicationWhitelistings@2015-06-01-preview +microsoft.Security/locations/applicationWhitelistings@2020-01-01 +microsoft.Security/autoProvisioningSettings@2017-08-01-preview +microsoft.Security/pricings@2017-08-01-preview +microsoft.Security/pricings@2018-06-01 +microsoft.Security/pricings@2022-03-01 +microsoft.Security/pricings@2023-01-01 +microsoft.Security/securityContacts@2017-08-01-preview +microsoft.Security/securityContacts@2020-01-01-preview +microsoft.Security/settings@2017-08-01-preview +microsoft.Security/settings@2019-01-01 +microsoft.Security/settings@2021-06-01 +microsoft.Security/settings@2021-07-01 +microsoft.Security/settings@2022-05-01 +microsoft.Security/workspaceSettings@2017-08-01-preview +microsoft.Security/advancedThreatProtectionSettings@2017-08-01-preview +microsoft.Security/advancedThreatProtectionSettings@2019-01-01 +microsoft.Security/deviceSecurityGroups@2017-08-01-preview +microsoft.Security/deviceSecurityGroups@2019-08-01 +microsoft.Security/alertsSuppressionRules@2019-01-01-preview +microsoft.Security/assessmentMetadata@2019-01-01-preview +microsoft.Security/assessmentMetadata@2020-01-01 +microsoft.Security/assessmentMetadata@2021-06-01 +microsoft.Security/assessments@2019-01-01-preview +microsoft.Security/assessments@2020-01-01 +microsoft.Security/assessments@2021-06-01 +microsoft.Security/connectors@2020-01-01-preview +microsoft.Security/ingestionSettings@2021-01-15-preview +microsoft.Security/assessments/governanceAssignments@2022-01-01-preview +microsoft.Security/governanceRules@2022-01-01-preview +microsoft.Security/applications@2022-07-01-preview +microsoft.Security/defenderForStorageSettings@2022-12-01-preview +microsoft.Security/pricings/securityOperators@2023-01-01-preview +microsoft.Security/serverVulnerabilityAssessmentsSettings@2023-05-01 microsoft.Support/supportTickets@2019-05-01-preview microsoft.Support/supportTickets@2020-04-01 microsoft.Support/supportTickets/communications@2019-05-01-preview microsoft.Support/supportTickets/communications@2020-04-01 -microsoft.Web/publishingCredentials@2015-08-01 Retrieving available resource types and apiVersions for https://schema.management.azure.com/schemas/2019-08-01/tenantDeploymentTemplate.json#... microsoft.aadiam/diagnosticSettings@2017-04-01 microsoft.aadiam/diagnosticSettings@2017-04-01-preview @@ -13394,6 +16037,8 @@ microsoft.CostManagement/views@2022-10-05-preview microsoft.CostManagement/views@2023-03-01 microsoft.CostManagement/views@2023-04-01-preview microsoft.CostManagement/views@2023-08-01 +microsoft.CostManagement/views@2023-09-01 +microsoft.CostManagement/views@2023-11-01 microsoft.CostManagement/settings@2019-11-01 microsoft.CostManagement/scheduledActions@2022-04-01-preview microsoft.CostManagement/scheduledActions@2022-06-01-preview @@ -13401,6 +16046,8 @@ microsoft.CostManagement/scheduledActions@2022-10-01 microsoft.CostManagement/scheduledActions@2023-03-01 microsoft.CostManagement/scheduledActions@2023-04-01-preview microsoft.CostManagement/scheduledActions@2023-08-01 +microsoft.CostManagement/scheduledActions@2023-09-01 +microsoft.CostManagement/scheduledActions@2023-11-01 microsoft.Intune/locations/androidPolicies@2015-01-14-preview microsoft.Intune/locations/androidPolicies/apps@2015-01-14-preview microsoft.Intune/locations/androidPolicies/groups@2015-01-14-preview @@ -13472,8 +16119,11 @@ microsoft.Resources/deployments@2020-10-01 microsoft.Resources/deployments@2021-01-01 microsoft.Resources/deployments@2021-04-01 microsoft.Resources/deployments@2022-09-01 +microsoft.Resources/deployments@2023-07-01 +microsoft.Resources/deployments@2024-03-01 microsoft.Resources/deployments@2018-05-01 microsoft.Resources/deployments@2019-05-01 +microsoft.Security/sensitivitySettings@2023-02-15-preview microsoft.Subscription/subscriptionDefinitions@2017-11-01-preview microsoft.Subscription/aliases@2019-10-01-preview microsoft.Subscription/aliases@2020-09-01 @@ -13493,6 +16143,7 @@ microsoft.Web/publishingUsers@2021-02-01 microsoft.Web/publishingUsers@2021-03-01 microsoft.Web/publishingUsers@2022-03-01 microsoft.Web/publishingUsers@2022-09-01 +microsoft.Web/publishingUsers@2023-01-01 microsoft.Web/sourcecontrols@2015-08-01 microsoft.Web/sourcecontrols@2016-03-01 microsoft.Web/sourcecontrols@2018-02-01 @@ -13507,3 +16158,46 @@ microsoft.Web/sourcecontrols@2021-02-01 microsoft.Web/sourcecontrols@2021-03-01 microsoft.Web/sourcecontrols@2022-03-01 microsoft.Web/sourcecontrols@2022-09-01 +microsoft.Web/sourcecontrols@2023-01-01 +paloAltoNetworks.Cloudngfw/globalRulestacks@2022-08-29 +paloAltoNetworks.Cloudngfw/globalRulestacks@2022-08-29-preview +paloAltoNetworks.Cloudngfw/globalRulestacks@2023-09-01 +paloAltoNetworks.Cloudngfw/globalRulestacks@2023-09-01-preview +paloAltoNetworks.Cloudngfw/globalRulestacks@2023-10-10-preview +paloAltoNetworks.Cloudngfw/globalRulestacks@2024-01-19-preview +paloAltoNetworks.Cloudngfw/globalRulestacks@2024-02-07-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2022-08-29 +paloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2022-08-29-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2023-09-01 +paloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2023-09-01-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2023-10-10-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2024-01-19-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/certificates@2024-02-07-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2022-08-29 +paloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2022-08-29-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2023-09-01 +paloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2023-09-01-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2023-10-10-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2024-01-19-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/fqdnlists@2024-02-07-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2022-08-29 +paloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2022-08-29-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2023-09-01 +paloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2023-09-01-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2023-10-10-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2024-01-19-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/postRules@2024-02-07-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2022-08-29 +paloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2022-08-29-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2023-09-01 +paloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2023-09-01-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2023-10-10-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2024-01-19-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/prefixlists@2024-02-07-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2022-08-29 +paloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2022-08-29-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2023-09-01 +paloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2023-09-01-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2023-10-10-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2024-01-19-preview +paloAltoNetworks.Cloudngfw/globalRulestacks/preRules@2024-02-07-preview