From 7370b77793bbb919c0d0667d0608cd904948e2ac Mon Sep 17 00:00:00 2001 From: LocalStack Bot Date: Mon, 16 Mar 2026 15:24:37 +0000 Subject: [PATCH] update generated azure coverage data --- .../Microsoft.ApiManagement.json | 2 +- src/data/azure-coverage/Microsoft.App.json | 2 +- .../Microsoft.Authorization.json | 2 +- src/data/azure-coverage/Microsoft.Cdn.json | 6 +- .../Microsoft.ContainerInstance.json | 156 +++++ .../Microsoft.ContainerRegistry.json | 2 +- .../Microsoft.ContainerService.json | 2 +- .../azure-coverage/Microsoft.DBforMySQL.json | 536 ++++++++++++++++ .../Microsoft.DBforPostgreSQL.json | 578 ++++++++++-------- .../azure-coverage/Microsoft.DocumentDB.json | 38 +- .../Microsoft.EventGrid.DataPlane.json | 2 +- .../azure-coverage/Microsoft.EventGrid.json | 2 +- .../Microsoft.Insights.DataPlane.json | 72 +++ .../azure-coverage/Microsoft.Insights.json | 364 ++++++++++- .../azure-coverage/Microsoft.KeyVault.json | 2 +- .../Microsoft.ManagedIdentity.json | 2 +- .../azure-coverage/Microsoft.Network.json | 82 +-- .../Microsoft.OperationalInsights.json | 2 +- .../Microsoft.ResourceGraph.json | 2 +- .../azure-coverage/Microsoft.Resources.json | 158 +---- .../Microsoft.ServiceBus.DataPlane.json | 2 +- .../azure-coverage/Microsoft.ServiceBus.json | 2 +- src/data/azure-coverage/Microsoft.Sql.json | 2 +- .../azure-coverage/Microsoft.Storage.json | 54 +- src/data/azure-coverage/Microsoft.Web.json | 2 +- 25 files changed, 1537 insertions(+), 537 deletions(-) create mode 100644 src/data/azure-coverage/Microsoft.ContainerInstance.json create mode 100644 src/data/azure-coverage/Microsoft.DBforMySQL.json create mode 100644 src/data/azure-coverage/Microsoft.Insights.DataPlane.json diff --git a/src/data/azure-coverage/Microsoft.ApiManagement.json b/src/data/azure-coverage/Microsoft.ApiManagement.json index 18ac9fc7..82f2e5a6 100644 --- a/src/data/azure-coverage/Microsoft.ApiManagement.json +++ b/src/data/azure-coverage/Microsoft.ApiManagement.json @@ -3021,4 +3021,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.App.json b/src/data/azure-coverage/Microsoft.App.json index b28be244..7efb8056 100644 --- a/src/data/azure-coverage/Microsoft.App.json +++ b/src/data/azure-coverage/Microsoft.App.json @@ -609,4 +609,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.Authorization.json b/src/data/azure-coverage/Microsoft.Authorization.json index f6831cfb..dde7ba1c 100644 --- a/src/data/azure-coverage/Microsoft.Authorization.json +++ b/src/data/azure-coverage/Microsoft.Authorization.json @@ -495,4 +495,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.Cdn.json b/src/data/azure-coverage/Microsoft.Cdn.json index fac1371d..7f5c2bba 100644 --- a/src/data/azure-coverage/Microsoft.Cdn.json +++ b/src/data/azure-coverage/Microsoft.Cdn.json @@ -156,10 +156,6 @@ "ListByEndpoint": { "implemented": false, "pro": true - }, - "Update": { - "implemented": false, - "pro": true } }, "EdgeActionExecutionFilters": { @@ -611,4 +607,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.ContainerInstance.json b/src/data/azure-coverage/Microsoft.ContainerInstance.json new file mode 100644 index 00000000..f6e3e4e9 --- /dev/null +++ b/src/data/azure-coverage/Microsoft.ContainerInstance.json @@ -0,0 +1,156 @@ +{ + "service": "Microsoft.ContainerInstance", + "operations": [], + "details": { + "CGProfile": { + "CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "GetByRevisionNumber": { + "implemented": false, + "pro": true + }, + "ListAllRevisions": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, + "CGProfiles": { + "ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "ListBySubscription": { + "implemented": false, + "pro": true + } + }, + "ContainerGroups": { + "CreateOrUpdate": { + "implemented": true, + "pro": true + }, + "Delete": { + "implemented": true, + "pro": true + }, + "Get": { + "implemented": true, + "pro": true + }, + "GetOutboundNetworkDependenciesEndpoints": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": true, + "pro": true + }, + "ListByResourceGroup": { + "implemented": true, + "pro": true + }, + "Restart": { + "implemented": true, + "pro": true + }, + "Start": { + "implemented": true, + "pro": true + }, + "Stop": { + "implemented": true, + "pro": true + }, + "Update": { + "implemented": true, + "pro": true + } + }, + "Containers": { + "Attach": { + "implemented": true, + "pro": true + }, + "ExecuteCommand": { + "implemented": true, + "pro": true + }, + "ListLogs": { + "implemented": true, + "pro": true + } + }, + "Location": { + "ListCachedImages": { + "implemented": false, + "pro": true + }, + "ListCapabilities": { + "implemented": false, + "pro": true + }, + "ListUsage": { + "implemented": false, + "pro": true + } + }, + "NGroups": { + "CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + }, + "ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "Restart": { + "implemented": false, + "pro": true + }, + "Start": { + "implemented": false, + "pro": true + }, + "Stop": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, + "Operations": { + "List": { + "implemented": false, + "pro": true + } + } + } +} diff --git a/src/data/azure-coverage/Microsoft.ContainerRegistry.json b/src/data/azure-coverage/Microsoft.ContainerRegistry.json index 9bdb1ae8..16bc4b36 100644 --- a/src/data/azure-coverage/Microsoft.ContainerRegistry.json +++ b/src/data/azure-coverage/Microsoft.ContainerRegistry.json @@ -319,4 +319,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.ContainerService.json b/src/data/azure-coverage/Microsoft.ContainerService.json index f3956dbb..7de16e14 100644 --- a/src/data/azure-coverage/Microsoft.ContainerService.json +++ b/src/data/azure-coverage/Microsoft.ContainerService.json @@ -527,4 +527,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.DBforMySQL.json b/src/data/azure-coverage/Microsoft.DBforMySQL.json new file mode 100644 index 00000000..4ac2c225 --- /dev/null +++ b/src/data/azure-coverage/Microsoft.DBforMySQL.json @@ -0,0 +1,536 @@ +{ + "service": "Microsoft.DBforMySQL", + "operations": [], + "details": { + "CheckNameAvailability": { + "Execute": { + "implemented": false, + "pro": true + } + }, + "CheckVirtualNetworkSubnetUsage": { + "Execute": { + "implemented": false, + "pro": true + } + }, + "FlexibleServers": { + "AdvancedThreatProtectionSettings_Get": { + "implemented": false, + "pro": true + }, + "AdvancedThreatProtectionSettings_List": { + "implemented": false, + "pro": true + }, + "AdvancedThreatProtectionSettings_Update": { + "implemented": false, + "pro": true + }, + "AdvancedThreatProtectionSettings_UpdatePut": { + "implemented": false, + "pro": true + }, + "AzureAdAdministrators_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "AzureAdAdministrators_Delete": { + "implemented": false, + "pro": true + }, + "AzureAdAdministrators_Get": { + "implemented": false, + "pro": true + }, + "AzureAdAdministrators_ListByServer": { + "implemented": false, + "pro": true + }, + "BackupAndExport_Create": { + "implemented": false, + "pro": true + }, + "BackupAndExport_ValidateBackup": { + "implemented": false, + "pro": true + }, + "Backups_Get": { + "implemented": false, + "pro": true + }, + "Backups_ListByServer": { + "implemented": false, + "pro": true + }, + "Backups_Put": { + "implemented": false, + "pro": true + }, + "Configurations_BatchUpdate": { + "implemented": false, + "pro": true + }, + "Configurations_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Configurations_Get": { + "implemented": false, + "pro": true + }, + "Configurations_ListByServer": { + "implemented": false, + "pro": true + }, + "Configurations_Update": { + "implemented": false, + "pro": true + }, + "Databases_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Databases_Delete": { + "implemented": false, + "pro": true + }, + "Databases_Get": { + "implemented": false, + "pro": true + }, + "Databases_ListByServer": { + "implemented": false, + "pro": true + }, + "FirewallRules_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "FirewallRules_Delete": { + "implemented": false, + "pro": true + }, + "FirewallRules_Get": { + "implemented": false, + "pro": true + }, + "FirewallRules_ListByServer": { + "implemented": false, + "pro": true + }, + "LogFiles_ListByServer": { + "implemented": false, + "pro": true + }, + "LongRunningBackup_Create": { + "implemented": false, + "pro": true + }, + "LongRunningBackups_Get": { + "implemented": false, + "pro": true + }, + "LongRunningBackups_List": { + "implemented": false, + "pro": true + }, + "Maintenances_List": { + "implemented": false, + "pro": true + }, + "Maintenances_Read": { + "implemented": false, + "pro": true + }, + "Maintenances_Update": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_Delete": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_Get": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_ListByServer": { + "implemented": false, + "pro": true + }, + "PrivateLinkResources_Get": { + "implemented": false, + "pro": true + }, + "PrivateLinkResources_ListByServer": { + "implemented": false, + "pro": true + }, + "Replicas_ListByServer": { + "implemented": false, + "pro": true + }, + "ServersMigration_CutoverMigration": { + "implemented": false, + "pro": true + }, + "Servers_Create": { + "implemented": false, + "pro": true + }, + "Servers_Delete": { + "implemented": false, + "pro": true + }, + "Servers_DetachVNet": { + "implemented": false, + "pro": true + }, + "Servers_Failover": { + "implemented": false, + "pro": true + }, + "Servers_Get": { + "implemented": false, + "pro": true + }, + "Servers_List": { + "implemented": false, + "pro": true + }, + "Servers_ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "Servers_ResetGtid": { + "implemented": false, + "pro": true + }, + "Servers_Restart": { + "implemented": false, + "pro": true + }, + "Servers_Start": { + "implemented": false, + "pro": true + }, + "Servers_Stop": { + "implemented": false, + "pro": true + }, + "Servers_Update": { + "implemented": false, + "pro": true + }, + "Servers_ValidateEstimateHighAvailability": { + "implemented": false, + "pro": true + } + }, + "GetPrivateDnsZoneSuffix": { + "Execute": { + "implemented": false, + "pro": true + } + }, + "LocationBasedCapabilities": { + "List": { + "implemented": false, + "pro": true + } + }, + "LocationBasedCapabilitySet": { + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + } + }, + "LocationBasedPerformanceTier": { + "List": { + "implemented": false, + "pro": true + } + }, + "LocationBasedRecommendedActionSessionsOperationStatus": { + "Get": { + "implemented": false, + "pro": true + } + }, + "LocationBasedRecommendedActionSessionsResult": { + "List": { + "implemented": false, + "pro": true + } + }, + "OperationProgress": { + "Get": { + "implemented": false, + "pro": true + } + }, + "OperationResults": { + "Get": { + "implemented": false, + "pro": true + } + }, + "Operations": { + "List": { + "implemented": false, + "pro": true + } + }, + "Servers": { + "Advisors_Get": { + "implemented": false, + "pro": true + }, + "Advisors_ListByServer": { + "implemented": false, + "pro": true + }, + "Configurations_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Configurations_Get": { + "implemented": false, + "pro": true + }, + "Configurations_ListByServer": { + "implemented": false, + "pro": true + }, + "CreateRecommendedActionSession": { + "implemented": false, + "pro": true + }, + "Databases_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Databases_Delete": { + "implemented": false, + "pro": true + }, + "Databases_Get": { + "implemented": false, + "pro": true + }, + "Databases_ListByServer": { + "implemented": false, + "pro": true + }, + "FirewallRules_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "FirewallRules_Delete": { + "implemented": false, + "pro": true + }, + "FirewallRules_Get": { + "implemented": false, + "pro": true + }, + "FirewallRules_ListByServer": { + "implemented": false, + "pro": true + }, + "LogFiles_ListByServer": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_Delete": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_Get": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_ListByServer": { + "implemented": false, + "pro": true + }, + "PrivateEndpointConnections_UpdateTags": { + "implemented": false, + "pro": true + }, + "PrivateLinkResources_Get": { + "implemented": false, + "pro": true + }, + "PrivateLinkResources_ListByServer": { + "implemented": false, + "pro": true + }, + "QueryTexts_Get": { + "implemented": false, + "pro": true + }, + "QueryTexts_ListByServer": { + "implemented": false, + "pro": true + }, + "RecommendedActions_Get": { + "implemented": false, + "pro": true + }, + "RecommendedActions_ListByServer": { + "implemented": false, + "pro": true + }, + "RecoverableServers_Get": { + "implemented": false, + "pro": true + }, + "Replicas_ListByServer": { + "implemented": false, + "pro": true + }, + "ResetQueryPerformanceInsightData": { + "implemented": false, + "pro": true + }, + "ServerAdministrators_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "ServerAdministrators_Delete": { + "implemented": false, + "pro": true + }, + "ServerAdministrators_Get": { + "implemented": false, + "pro": true + }, + "ServerAdministrators_List": { + "implemented": false, + "pro": true + }, + "ServerBasedPerformanceTier_List": { + "implemented": false, + "pro": true + }, + "ServerKeys_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "ServerKeys_Delete": { + "implemented": false, + "pro": true + }, + "ServerKeys_Get": { + "implemented": false, + "pro": true + }, + "ServerKeys_List": { + "implemented": false, + "pro": true + }, + "ServerParameters_ListUpdateConfigurations": { + "implemented": false, + "pro": true + }, + "ServerSecurityAlertPolicies_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "ServerSecurityAlertPolicies_Get": { + "implemented": false, + "pro": true + }, + "ServerSecurityAlertPolicies_ListByServer": { + "implemented": false, + "pro": true + }, + "Servers_Create": { + "implemented": false, + "pro": true + }, + "Servers_Delete": { + "implemented": false, + "pro": true + }, + "Servers_Get": { + "implemented": false, + "pro": true + }, + "Servers_List": { + "implemented": false, + "pro": true + }, + "Servers_ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "Servers_Restart": { + "implemented": false, + "pro": true + }, + "Servers_Start": { + "implemented": false, + "pro": true + }, + "Servers_Stop": { + "implemented": false, + "pro": true + }, + "Servers_Update": { + "implemented": false, + "pro": true + }, + "Servers_Upgrade": { + "implemented": false, + "pro": true + }, + "TopQueryStatistics_Get": { + "implemented": false, + "pro": true + }, + "TopQueryStatistics_ListByServer": { + "implemented": false, + "pro": true + }, + "VirtualNetworkRules_CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "VirtualNetworkRules_Delete": { + "implemented": false, + "pro": true + }, + "VirtualNetworkRules_Get": { + "implemented": false, + "pro": true + }, + "VirtualNetworkRules_ListByServer": { + "implemented": false, + "pro": true + }, + "WaitStatistics_Get": { + "implemented": false, + "pro": true + }, + "WaitStatistics_ListByServer": { + "implemented": false, + "pro": true + } + } + } +} diff --git a/src/data/azure-coverage/Microsoft.DBforPostgreSQL.json b/src/data/azure-coverage/Microsoft.DBforPostgreSQL.json index ac5d0240..a5357f41 100644 --- a/src/data/azure-coverage/Microsoft.DBforPostgreSQL.json +++ b/src/data/azure-coverage/Microsoft.DBforPostgreSQL.json @@ -2,232 +2,262 @@ "service": "Microsoft.DBforPostgreSQL", "operations": [], "details": { - "AdministratorsMicrosoftEntra": { - "CreateOrUpdate": { + "CapabilitiesByLocation": { + "List": { + "implemented": true, + "pro": true + } + }, + "Clusters": { + "CheckNameAvailability": { + "implemented": true, + "pro": true + } + }, + "FlexibleServers": { + "AdministratorsMicrosoftEntra_CreateOrUpdate": { "implemented": false, "pro": true }, - "Delete": { + "AdministratorsMicrosoftEntra_Delete": { "implemented": false, "pro": true }, - "Get": { + "AdministratorsMicrosoftEntra_Get": { "implemented": false, "pro": true }, - "ListByServer": { + "AdministratorsMicrosoftEntra_ListByServer": { "implemented": false, "pro": true - } - }, - "AdvancedThreatProtectionSettings": { - "Get": { + }, + "AdvancedThreatProtectionSettings_Get": { "implemented": false, "pro": true }, - "ListByServer": { + "AdvancedThreatProtectionSettings_ListByServer": { "implemented": false, "pro": true - } - }, - "Advisors": { - "Get": { + }, + "BackupsAutomaticAndOnDemand_Create": { "implemented": false, "pro": true }, - "ListByServer": { + "BackupsAutomaticAndOnDemand_Delete": { "implemented": false, "pro": true }, - "StartRecommendedActionSession": { + "BackupsAutomaticAndOnDemand_Get": { "implemented": false, "pro": true - } - }, - "BackupsAutomaticAndOnDemand": { - "Create": { + }, + "BackupsAutomaticAndOnDemand_ListByServer": { "implemented": false, "pro": true }, - "Delete": { + "BackupsLongTermRetention_CheckPrerequisites": { "implemented": false, "pro": true }, - "Get": { + "BackupsLongTermRetention_Get": { "implemented": false, "pro": true }, - "ListByServer": { + "BackupsLongTermRetention_ListByServer": { "implemented": false, "pro": true - } - }, - "BackupsLongTermRetention": { - "CheckPrerequisites": { + }, + "BackupsLongTermRetention_Start": { "implemented": false, "pro": true }, - "Get": { + "CapabilitiesByServer_List": { "implemented": false, "pro": true }, - "ListByServer": { + "CapturedLogs_ListByServer": { "implemented": false, "pro": true }, - "Start": { + "CheckMigrationNameAvailability": { "implemented": false, "pro": true - } - }, - "CapabilitiesByLocation": { - "List": { + }, + "Configurations_Get": { "implemented": true, "pro": true - } - }, - "CapabilitiesByServer": { - "List": { - "implemented": false, - "pro": true - } - }, - "CapturedLogs": { - "ListByServer": { - "implemented": false, - "pro": true - } - }, - "Clusters": { - "CheckNameAvailability": { + }, + "Configurations_ListByServer": { "implemented": true, "pro": true }, - "Create": { + "Configurations_Put": { "implemented": true, "pro": true }, - "Delete": { + "Configurations_Update": { "implemented": true, "pro": true }, - "Get": { + "Databases_Create": { "implemented": true, "pro": true }, - "List": { + "Databases_Delete": { "implemented": true, "pro": true }, - "ListByResourceGroup": { + "Databases_Get": { "implemented": true, "pro": true }, - "PromoteReadReplica": { - "implemented": false, + "Databases_ListByServer": { + "implemented": true, "pro": true }, - "Restart": { + "FirewallRules_CreateOrUpdate": { "implemented": true, "pro": true }, - "Start": { + "FirewallRules_Delete": { "implemented": true, "pro": true }, - "Stop": { + "FirewallRules_Get": { "implemented": true, "pro": true }, - "Update": { + "FirewallRules_ListByServer": { "implemented": true, "pro": true - } - }, - "Configurations": { - "CreateOrUpdate": { + }, + "Migrations_Cancel": { "implemented": false, "pro": true }, - "Get": { - "implemented": true, + "Migrations_CheckNameAvailability": { + "implemented": false, "pro": true }, - "GetCoordinator": { + "Migrations_Create": { "implemented": false, "pro": true }, - "GetNode": { + "Migrations_Delete": { "implemented": false, "pro": true }, - "ListByCluster": { + "Migrations_Get": { "implemented": false, "pro": true }, - "ListByServer": { - "implemented": true, + "Migrations_ListByTargetServer": { + "implemented": false, "pro": true }, - "Put": { - "implemented": true, + "Migrations_Update": { + "implemented": false, "pro": true }, - "Update": { - "implemented": true, + "PrivateEndpointConnections_Delete": { + "implemented": false, "pro": true }, - "UpdateOnCoordinator": { + "PrivateEndpointConnections_Get": { "implemented": false, "pro": true }, - "UpdateOnNode": { + "PrivateEndpointConnections_ListByServer": { "implemented": false, "pro": true - } - }, - "Databases": { - "Create": { - "implemented": true, + }, + "PrivateEndpointConnections_Update": { + "implemented": false, + "pro": true + }, + "PrivateLinkResources_Get": { + "implemented": false, + "pro": true + }, + "PrivateLinkResources_ListByServer": { + "implemented": false, + "pro": true + }, + "Replicas_ListByServer": { + "implemented": false, "pro": true }, - "CreateOrUpdate": { + "ServerThreatProtectionSettings_CreateOrUpdate": { "implemented": false, "pro": true }, - "Delete": { + "Servers_CreateOrUpdate": { "implemented": true, "pro": true }, - "Get": { + "Servers_Delete": { "implemented": true, "pro": true }, - "ListByServer": { + "Servers_Get": { "implemented": true, "pro": true - } - }, - "FirewallRules": { - "CreateOrUpdate": { + }, + "Servers_ListByResourceGroup": { "implemented": true, "pro": true }, - "Delete": { + "Servers_ListBySubscription": { "implemented": true, "pro": true }, - "Get": { + "Servers_Restart": { + "implemented": true, + "pro": true + }, + "Servers_Start": { "implemented": true, "pro": true }, - "ListByCluster": { + "Servers_Stop": { "implemented": true, "pro": true }, - "ListByServer": { + "Servers_Update": { "implemented": true, "pro": true + }, + "TuningOptions_Get": { + "implemented": false, + "pro": true + }, + "TuningOptions_ListByServer": { + "implemented": false, + "pro": true + }, + "TuningOptions_ListRecommendations": { + "implemented": false, + "pro": true + }, + "VirtualEndpoints_Create": { + "implemented": false, + "pro": true + }, + "VirtualEndpoints_Delete": { + "implemented": false, + "pro": true + }, + "VirtualEndpoints_Get": { + "implemented": false, + "pro": true + }, + "VirtualEndpoints_ListByServer": { + "implemented": false, + "pro": true + }, + "VirtualEndpoints_Update": { + "implemented": false, + "pro": true } }, "LocationBasedPerformanceTier": { @@ -248,367 +278,399 @@ "pro": true } }, - "LogFiles": { - "ListByServer": { - "implemented": false, + "NameAvailability": { + "CheckWithLocation": { + "implemented": true, "pro": true } }, - "Microsoft.DBforPostgreSQL": { - "CheckMigrationNameAvailability": { + "Operations": { + "List": { + "implemented": true, + "pro": true + } + }, + "PrivateDnsZoneSuffix": { + "Get": { "implemented": false, "pro": true - }, - "ResetQueryPerformanceInsightData": { + } + }, + "QuotaUsages": { + "List": { "implemented": false, "pro": true } }, - "Migrations": { - "Cancel": { + "ServerGroupsv2": { + "Clusters_Create": { + "implemented": true, + "pro": true + }, + "Clusters_Delete": { + "implemented": true, + "pro": true + }, + "Clusters_Get": { + "implemented": true, + "pro": true + }, + "Clusters_List": { + "implemented": true, + "pro": true + }, + "Clusters_ListByResourceGroup": { + "implemented": true, + "pro": true + }, + "Clusters_PromoteReadReplica": { "implemented": false, "pro": true }, - "CheckNameAvailability": { + "Clusters_Restart": { + "implemented": true, + "pro": true + }, + "Clusters_Start": { + "implemented": true, + "pro": true + }, + "Clusters_Stop": { + "implemented": true, + "pro": true + }, + "Clusters_Update": { "implemented": false, "pro": true }, - "Create": { + "Configurations_Get": { "implemented": false, "pro": true }, - "Delete": { + "Configurations_GetCoordinator": { "implemented": false, "pro": true }, - "Get": { + "Configurations_GetNode": { "implemented": false, "pro": true }, - "ListByTargetServer": { + "Configurations_ListByCluster": { "implemented": false, "pro": true }, - "Update": { + "Configurations_ListByServer": { "implemented": false, "pro": true - } - }, - "NameAvailability": { - "CheckWithLocation": { + }, + "Configurations_UpdateOnCoordinator": { + "implemented": false, + "pro": true + }, + "Configurations_UpdateOnNode": { + "implemented": false, + "pro": true + }, + "FirewallRules_CreateOrUpdate": { "implemented": true, "pro": true - } - }, - "Operations": { - "List": { + }, + "FirewallRules_Delete": { "implemented": true, "pro": true - } - }, - "PrivateDnsZoneSuffix": { - "Get": { + }, + "FirewallRules_Get": { + "implemented": true, + "pro": true + }, + "FirewallRules_ListByCluster": { + "implemented": true, + "pro": true + }, + "PrivateEndpointConnections_CreateOrUpdate": { "implemented": false, "pro": true - } - }, - "PrivateEndpointConnections": { - "CreateOrUpdate": { + }, + "PrivateEndpointConnections_Delete": { "implemented": false, "pro": true }, - "Delete": { + "PrivateEndpointConnections_Get": { "implemented": false, "pro": true }, - "Get": { + "PrivateEndpointConnections_ListByCluster": { + "implemented": false, + "pro": true + }, + "PrivateLinkResources_Get": { + "implemented": false, + "pro": true + }, + "PrivateLinkResources_ListByCluster": { "implemented": false, "pro": true }, - "ListByCluster": { + "Roles_Create": { "implemented": false, "pro": true }, - "ListByServer": { + "Roles_Delete": { "implemented": false, "pro": true }, - "Update": { + "Roles_Get": { "implemented": false, "pro": true }, - "UpdateTags": { + "Roles_ListByCluster": { "implemented": false, "pro": true + }, + "Servers_Get": { + "implemented": true, + "pro": true + }, + "Servers_ListByCluster": { + "implemented": true, + "pro": true } }, - "PrivateLinkResources": { - "Get": { + "Servers": { + "Advisors_Get": { "implemented": false, "pro": true }, - "ListByCluster": { + "Advisors_ListByServer": { "implemented": false, "pro": true }, - "ListByServer": { + "Advisors_StartRecommendedActionSession": { "implemented": false, "pro": true - } - }, - "QueryTexts": { - "Get": { + }, + "Configurations_CreateOrUpdate": { "implemented": false, "pro": true }, - "ListByServer": { + "Configurations_Get": { "implemented": false, "pro": true - } - }, - "QuotaUsages": { - "List": { + }, + "Configurations_ListByServer": { "implemented": false, "pro": true - } - }, - "RecommendedActions": { - "Get": { + }, + "Databases_CreateOrUpdate": { "implemented": false, "pro": true }, - "ListByServer": { + "Databases_Delete": { "implemented": false, "pro": true - } - }, - "RecoverableServers": { - "Get": { + }, + "Databases_Get": { "implemented": false, "pro": true - } - }, - "Replicas": { - "ListByServer": { + }, + "Databases_ListByServer": { "implemented": false, "pro": true - } - }, - "Roles": { - "Create": { + }, + "FirewallRules_CreateOrUpdate": { "implemented": false, "pro": true }, - "Delete": { + "FirewallRules_Delete": { "implemented": false, "pro": true }, - "Get": { + "FirewallRules_Get": { "implemented": false, "pro": true }, - "ListByCluster": { + "FirewallRules_ListByServer": { "implemented": false, "pro": true - } - }, - "ServerAdministrators": { - "CreateOrUpdate": { + }, + "LogFiles_ListByServer": { "implemented": false, "pro": true }, - "Delete": { + "PrivateEndpointConnections_CreateOrUpdate": { "implemented": false, "pro": true }, - "Get": { + "PrivateEndpointConnections_Delete": { "implemented": false, "pro": true }, - "List": { + "PrivateEndpointConnections_Get": { "implemented": false, "pro": true - } - }, - "ServerBasedPerformanceTier": { - "List": { + }, + "PrivateEndpointConnections_ListByServer": { "implemented": false, "pro": true - } - }, - "ServerKeys": { - "CreateOrUpdate": { + }, + "PrivateEndpointConnections_UpdateTags": { "implemented": false, "pro": true }, - "Delete": { + "PrivateLinkResources_Get": { "implemented": false, "pro": true }, - "Get": { + "PrivateLinkResources_ListByServer": { "implemented": false, "pro": true }, - "List": { + "QueryTexts_Get": { "implemented": false, "pro": true - } - }, - "ServerParameters": { - "ListUpdateConfigurations": { + }, + "QueryTexts_ListByServer": { "implemented": false, "pro": true - } - }, - "ServerSecurityAlertPolicies": { - "CreateOrUpdate": { + }, + "RecommendedActions_Get": { "implemented": false, "pro": true }, - "Get": { + "RecommendedActions_ListByServer": { "implemented": false, "pro": true }, - "ListByServer": { + "RecoverableServers_Get": { "implemented": false, "pro": true - } - }, - "ServerThreatProtectionSettings": { - "CreateOrUpdate": { + }, + "Replicas_ListByServer": { "implemented": false, "pro": true - } - }, - "Servers": { - "Create": { + }, + "ResetQueryPerformanceInsightData": { "implemented": false, "pro": true }, - "CreateOrUpdate": { - "implemented": true, + "ServerAdministrators_CreateOrUpdate": { + "implemented": false, "pro": true }, - "Delete": { - "implemented": true, + "ServerAdministrators_Delete": { + "implemented": false, "pro": true }, - "Get": { - "implemented": true, + "ServerAdministrators_Get": { + "implemented": false, "pro": true }, - "List": { + "ServerAdministrators_List": { "implemented": false, "pro": true }, - "ListByCluster": { - "implemented": true, + "ServerBasedPerformanceTier_List": { + "implemented": false, "pro": true }, - "ListByResourceGroup": { - "implemented": true, + "ServerKeys_CreateOrUpdate": { + "implemented": false, "pro": true }, - "ListBySubscription": { - "implemented": true, + "ServerKeys_Delete": { + "implemented": false, "pro": true }, - "Restart": { - "implemented": true, + "ServerKeys_Get": { + "implemented": false, "pro": true }, - "Start": { - "implemented": true, + "ServerKeys_List": { + "implemented": false, "pro": true }, - "Stop": { - "implemented": true, + "ServerParameters_ListUpdateConfigurations": { + "implemented": false, "pro": true }, - "Update": { - "implemented": true, + "ServerSecurityAlertPolicies_CreateOrUpdate": { + "implemented": false, "pro": true - } - }, - "TopQueryStatistics": { - "Get": { + }, + "ServerSecurityAlertPolicies_Get": { "implemented": false, "pro": true }, - "ListByServer": { + "ServerSecurityAlertPolicies_ListByServer": { "implemented": false, "pro": true - } - }, - "TuningOptions": { - "Get": { + }, + "Servers_Create": { "implemented": false, "pro": true }, - "ListByServer": { + "Servers_Delete": { "implemented": false, "pro": true }, - "ListRecommendations": { + "Servers_Get": { "implemented": false, "pro": true - } - }, - "VirtualEndpoints": { - "Create": { + }, + "Servers_List": { "implemented": false, "pro": true }, - "Delete": { + "Servers_ListByResourceGroup": { "implemented": false, "pro": true }, - "Get": { + "Servers_Restart": { "implemented": false, "pro": true }, - "ListByServer": { + "Servers_Update": { "implemented": false, "pro": true }, - "Update": { + "TopQueryStatistics_Get": { "implemented": false, "pro": true - } - }, - "VirtualNetworkRules": { - "CreateOrUpdate": { + }, + "TopQueryStatistics_ListByServer": { "implemented": false, "pro": true }, - "Delete": { + "VirtualNetworkRules_CreateOrUpdate": { "implemented": false, "pro": true }, - "Get": { + "VirtualNetworkRules_Delete": { "implemented": false, "pro": true }, - "ListByServer": { + "VirtualNetworkRules_Get": { "implemented": false, "pro": true - } - }, - "VirtualNetworkSubnetUsage": { - "List": { + }, + "VirtualNetworkRules_ListByServer": { "implemented": false, "pro": true - } - }, - "WaitStatistics": { - "Get": { + }, + "WaitStatistics_Get": { "implemented": false, "pro": true }, - "ListByServer": { + "WaitStatistics_ListByServer": { + "implemented": false, + "pro": true + } + }, + "VirtualNetworkSubnetUsage": { + "List": { "implemented": false, "pro": true } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.DocumentDB.json b/src/data/azure-coverage/Microsoft.DocumentDB.json index fa23bcc6..28c56279 100644 --- a/src/data/azure-coverage/Microsoft.DocumentDB.json +++ b/src/data/azure-coverage/Microsoft.DocumentDB.json @@ -190,11 +190,11 @@ }, "DatabaseAccounts": { "CheckNameExists": { - "implemented": false, + "implemented": true, "pro": true }, "CreateOrUpdate": { - "implemented": false, + "implemented": true, "pro": true }, "CreateUpdateCassandraKeyspace": { @@ -234,7 +234,7 @@ "pro": true }, "Delete": { - "implemented": false, + "implemented": true, "pro": true }, "DeleteCassandraKeyspace": { @@ -278,7 +278,7 @@ "pro": true }, "Get": { - "implemented": false, + "implemented": true, "pro": true }, "GetCassandraKeyspace": { @@ -330,7 +330,7 @@ "pro": true }, "GetReadOnlyKeys": { - "implemented": false, + "implemented": true, "pro": true }, "GetSqlContainer": { @@ -358,11 +358,11 @@ "pro": true }, "List": { - "implemented": false, + "implemented": true, "pro": true }, "ListByResourceGroup": { - "implemented": false, + "implemented": true, "pro": true }, "ListCassandraKeyspaces": { @@ -374,7 +374,7 @@ "pro": true }, "ListConnectionStrings": { - "implemented": false, + "implemented": true, "pro": true }, "ListGremlinDatabases": { @@ -386,7 +386,7 @@ "pro": true }, "ListKeys": { - "implemented": false, + "implemented": true, "pro": true }, "ListMetricDefinitions": { @@ -406,7 +406,7 @@ "pro": true }, "ListReadOnlyKeys": { - "implemented": false, + "implemented": true, "pro": true }, "ListSqlContainers": { @@ -924,11 +924,11 @@ "pro": true }, "CreateUpdateSqlContainer": { - "implemented": false, + "implemented": true, "pro": true }, "CreateUpdateSqlDatabase": { - "implemented": false, + "implemented": true, "pro": true }, "CreateUpdateSqlRoleAssignment": { @@ -952,11 +952,11 @@ "pro": true }, "DeleteSqlContainer": { - "implemented": false, + "implemented": true, "pro": true }, "DeleteSqlDatabase": { - "implemented": false, + "implemented": true, "pro": true }, "DeleteSqlRoleAssignment": { @@ -984,7 +984,7 @@ "pro": true }, "GetSqlContainer": { - "implemented": false, + "implemented": true, "pro": true }, "GetSqlContainerThroughput": { @@ -992,7 +992,7 @@ "pro": true }, "GetSqlDatabase": { - "implemented": false, + "implemented": true, "pro": true }, "GetSqlDatabaseThroughput": { @@ -1024,11 +1024,11 @@ "pro": true }, "ListSqlContainers": { - "implemented": false, + "implemented": true, "pro": true }, "ListSqlDatabases": { - "implemented": false, + "implemented": true, "pro": true }, "ListSqlRoleAssignments": { @@ -1119,4 +1119,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.EventGrid.DataPlane.json b/src/data/azure-coverage/Microsoft.EventGrid.DataPlane.json index f2668065..7be9ce41 100644 --- a/src/data/azure-coverage/Microsoft.EventGrid.DataPlane.json +++ b/src/data/azure-coverage/Microsoft.EventGrid.DataPlane.json @@ -45,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.EventGrid.json b/src/data/azure-coverage/Microsoft.EventGrid.json index 1f667502..5010585f 100644 --- a/src/data/azure-coverage/Microsoft.EventGrid.json +++ b/src/data/azure-coverage/Microsoft.EventGrid.json @@ -741,4 +741,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.Insights.DataPlane.json b/src/data/azure-coverage/Microsoft.Insights.DataPlane.json new file mode 100644 index 00000000..6720c2e5 --- /dev/null +++ b/src/data/azure-coverage/Microsoft.Insights.DataPlane.json @@ -0,0 +1,72 @@ +{ + "service": "Microsoft.Insights.DataPlane", + "operations": [], + "details": { + "Events": { + "Get": { + "implemented": false, + "pro": true + }, + "GetByType": { + "implemented": false, + "pro": true + }, + "GetOdataMetadata": { + "implemented": false, + "pro": true + } + }, + "Metadata": { + "Get": { + "implemented": false, + "pro": true + }, + "Post": { + "implemented": false, + "pro": true + } + }, + "Metrics": { + "Get": { + "implemented": false, + "pro": true + }, + "GetMetadata": { + "implemented": false, + "pro": true + }, + "GetMultiple": { + "implemented": false, + "pro": true + } + }, + "Microsoft.Insights.DataPlane": { + "Batch": { + "implemented": false, + "pro": true + }, + "IsSubscribed": { + "implemented": false, + "pro": true + }, + "Publish": { + "implemented": false, + "pro": true + }, + "Track": { + "implemented": false, + "pro": true + } + }, + "Query": { + "Execute": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + } + } + } +} diff --git a/src/data/azure-coverage/Microsoft.Insights.json b/src/data/azure-coverage/Microsoft.Insights.json index ef14cdf8..b035c01d 100644 --- a/src/data/azure-coverage/Microsoft.Insights.json +++ b/src/data/azure-coverage/Microsoft.Insights.json @@ -110,6 +110,60 @@ "pro": true } }, + "AnalyticsItems": { + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + }, + "Put": { + "implemented": false, + "pro": true + } + }, + "Annotations": { + "Create": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + } + }, + "ApiKeys": { + "Create": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + } + }, "AutoscaleSettings": { "CreateOrUpdate": { "implemented": false, @@ -142,6 +196,82 @@ "pro": true } }, + "ComponentAvailableFeatures": { + "Get": { + "implemented": false, + "pro": true + } + }, + "ComponentCurrentBillingFeatures": { + "Get": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, + "ComponentCurrentPricingPlan": { + "CreateAndUpdate": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, + "ComponentFeatureCapabilities": { + "Get": { + "implemented": false, + "pro": true + } + }, + "ComponentQuotaStatus": { + "Get": { + "implemented": false, + "pro": true + } + }, + "Components": { + "CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "GetPurgeStatus": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + }, + "ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "Purge": { + "implemented": false, + "pro": true + }, + "UpdateTags": { + "implemented": false, + "pro": true + } + }, "DataCollectionEndpoints": { "Create": { "implemented": false, @@ -232,12 +362,80 @@ "pro": true } }, + "EASubscriptionListMigrationDate": { + "Post": { + "implemented": false, + "pro": true + } + }, + "EASubscriptionMigrateToNewPricingModel": { + "Post": { + "implemented": false, + "pro": true + } + }, + "EASubscriptionRollbackToLegacyPricingModel": { + "Post": { + "implemented": false, + "pro": true + } + }, "EventCategories": { "List": { "implemented": false, "pro": true } }, + "ExportConfigurations": { + "Create": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, + "Favorites": { + "Add": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, + "LiveToken": { + "Get": { + "implemented": false, + "pro": true + } + }, "LogProfiles": { "CreateOrUpdate": { "implemented": false, @@ -326,8 +524,28 @@ "pro": true } }, - "Microsoft.Insights": { - "Batch": { + "MyWorkbooks": { + "CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "ListBySubscription": { + "implemented": false, + "pro": true + }, + "Update": { "implemented": false, "pro": true } @@ -422,6 +640,20 @@ "pro": true } }, + "ProactiveDetectionConfigurations": { + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, "ScheduledQueryRule": { "GetNSP": { "implemented": false, @@ -464,19 +696,19 @@ }, "ServiceDiagnosticSettings": { "CreateOrUpdate": { - "implemented": true, + "implemented": false, "pro": true }, "Delete": { - "implemented": true, + "implemented": false, "pro": true }, "Get": { - "implemented": true, + "implemented": false, "pro": true }, "Update": { - "implemented": true, + "implemented": false, "pro": true } }, @@ -485,6 +717,124 @@ "implemented": false, "pro": true } + }, + "WebTestLocations": { + "List": { + "implemented": false, + "pro": true + } + }, + "WebTests": { + "CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + }, + "ListByComponent": { + "implemented": false, + "pro": true + }, + "ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "UpdateTags": { + "implemented": false, + "pro": true + } + }, + "WorkItemConfigurations": { + "Create": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "GetDefault": { + "implemented": false, + "pro": true + }, + "GetItem": { + "implemented": false, + "pro": true + }, + "List": { + "implemented": false, + "pro": true + }, + "UpdateItem": { + "implemented": false, + "pro": true + } + }, + "WorkbookTemplates": { + "CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, + "Workbooks": { + "CreateOrUpdate": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "ListByResourceGroup": { + "implemented": false, + "pro": true + }, + "ListBySubscription": { + "implemented": false, + "pro": true + }, + "RevisionGet": { + "implemented": false, + "pro": true + }, + "RevisionsList": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.KeyVault.json b/src/data/azure-coverage/Microsoft.KeyVault.json index a2cd3ab2..ced16c85 100644 --- a/src/data/azure-coverage/Microsoft.KeyVault.json +++ b/src/data/azure-coverage/Microsoft.KeyVault.json @@ -617,4 +617,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.ManagedIdentity.json b/src/data/azure-coverage/Microsoft.ManagedIdentity.json index 9a5cf216..ec73b329 100644 --- a/src/data/azure-coverage/Microsoft.ManagedIdentity.json +++ b/src/data/azure-coverage/Microsoft.ManagedIdentity.json @@ -67,4 +67,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.Network.json b/src/data/azure-coverage/Microsoft.Network.json index 5c2569c7..2d3bc0df 100644 --- a/src/data/azure-coverage/Microsoft.Network.json +++ b/src/data/azure-coverage/Microsoft.Network.json @@ -840,24 +840,6 @@ "pro": true } }, - "FirewallPolicyRuleGroups": { - "CreateOrUpdate": { - "implemented": false, - "pro": true - }, - "Delete": { - "implemented": false, - "pro": true - }, - "Get": { - "implemented": false, - "pro": true - }, - "List": { - "implemented": false, - "pro": true - } - }, "FlowLogs": { "CreateOrUpdate": { "implemented": false, @@ -944,28 +926,6 @@ "pro": true } }, - "InterfaceEndpoints": { - "CreateOrUpdate": { - "implemented": false, - "pro": true - }, - "Delete": { - "implemented": false, - "pro": true - }, - "Get": { - "implemented": false, - "pro": true - }, - "List": { - "implemented": false, - "pro": true - }, - "ListBySubscription": { - "implemented": false, - "pro": true - } - }, "IpAllocations": { "CreateOrUpdate": { "implemented": false, @@ -1812,24 +1772,6 @@ "pro": true } }, - "P2sVpnServerConfigurations": { - "CreateOrUpdate": { - "implemented": false, - "pro": true - }, - "Delete": { - "implemented": false, - "pro": true - }, - "Get": { - "implemented": false, - "pro": true - }, - "ListByVirtualWan": { - "implemented": false, - "pro": true - } - }, "PacketCaptures": { "Create": { "implemented": false, @@ -2134,10 +2076,6 @@ "ListByRouteFilter": { "implemented": false, "pro": true - }, - "Update": { - "implemented": false, - "pro": true } }, "RouteFilters": { @@ -2556,6 +2494,12 @@ "pro": true } }, + "SubnetServiceAssociationLink": { + "Delete": { + "implemented": false, + "pro": true + } + }, "Subnets": { "CreateOrUpdate": { "implemented": false, @@ -3069,10 +3013,6 @@ "implemented": false, "pro": true }, - "GetBastionHosts": { - "implemented": false, - "pro": true - }, "List": { "implemented": false, "pro": true @@ -3110,10 +3050,6 @@ "List": { "implemented": false, "pro": true - }, - "Update": { - "implemented": false, - "pro": true } }, "VirtualRouters": { @@ -3136,10 +3072,6 @@ "ListByResourceGroup": { "implemented": false, "pro": true - }, - "Update": { - "implemented": false, - "pro": true } }, "VirtualWans": { @@ -3379,4 +3311,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.OperationalInsights.json b/src/data/azure-coverage/Microsoft.OperationalInsights.json index d1cd907d..872c4a0e 100644 --- a/src/data/azure-coverage/Microsoft.OperationalInsights.json +++ b/src/data/azure-coverage/Microsoft.OperationalInsights.json @@ -393,4 +393,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.ResourceGraph.json b/src/data/azure-coverage/Microsoft.ResourceGraph.json index f6a19208..52dba1ea 100644 --- a/src/data/azure-coverage/Microsoft.ResourceGraph.json +++ b/src/data/azure-coverage/Microsoft.ResourceGraph.json @@ -41,4 +41,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.Resources.json b/src/data/azure-coverage/Microsoft.Resources.json index bc18cea1..9a615f0c 100644 --- a/src/data/azure-coverage/Microsoft.Resources.json +++ b/src/data/azure-coverage/Microsoft.Resources.json @@ -33,10 +33,6 @@ } }, "DeploymentOperations": { - "Get": { - "implemented": false, - "pro": true - }, "GetAtScope": { "implemented": false, "pro": true @@ -49,10 +45,6 @@ "implemented": false, "pro": true }, - "List": { - "implemented": true, - "pro": true - }, "ListAtScope": { "implemented": false, "pro": true @@ -352,72 +344,6 @@ "pro": true } }, - "ProviderResourceTypes": { - "List": { - "implemented": false, - "pro": true - } - }, - "Providers": { - "Get": { - "implemented": true, - "pro": true - }, - "GetAtTenantScope": { - "implemented": false, - "pro": true - }, - "List": { - "implemented": true, - "pro": true - }, - "ListAtTenantScope": { - "implemented": false, - "pro": true - }, - "ProviderPermissions": { - "implemented": false, - "pro": true - }, - "Register": { - "implemented": true, - "pro": true - }, - "Unregister": { - "implemented": true, - "pro": true - } - }, - "ResourceGroups": { - "CheckExistence": { - "implemented": true, - "pro": true - }, - "CreateOrUpdate": { - "implemented": true, - "pro": true - }, - "Delete": { - "implemented": true, - "pro": true - }, - "ExportTemplate": { - "implemented": false, - "pro": true - }, - "Get": { - "implemented": true, - "pro": true - }, - "List": { - "implemented": true, - "pro": true - }, - "Update": { - "implemented": false, - "pro": true - } - }, "ResourceLinks": { "ListAtSourceScope": { "implemented": false, @@ -428,56 +354,12 @@ "pro": true } }, - "ResourceProviderOperationDetails": { - "List": { - "implemented": false, - "pro": true - } - }, "ResourceValidationClient": { "ValidateResources": { "implemented": false, "pro": true } }, - "Resources": { - "CheckExistence": { - "implemented": false, - "pro": true - }, - "CreateOrUpdate": { - "implemented": false, - "pro": true - }, - "Delete": { - "implemented": false, - "pro": true - }, - "Get": { - "implemented": false, - "pro": true - }, - "List": { - "implemented": true, - "pro": true - }, - "ListByResourceGroup": { - "implemented": true, - "pro": true - }, - "MoveResources": { - "implemented": true, - "pro": true - }, - "Update": { - "implemented": false, - "pro": true - }, - "ValidateMoveResources": { - "implemented": true, - "pro": true - } - }, "Snapshots": { "Get": { "implemented": false, @@ -492,53 +374,21 @@ "CheckZonePeers": { "implemented": false, "pro": true - }, - "Get": { - "implemented": true, - "pro": true - }, - "List": { - "implemented": true, - "pro": true - }, - "ListLocations": { - "implemented": true, - "pro": true } }, "Tags": { - "CreateOrUpdate": { - "implemented": false, - "pro": true - }, "CreateOrUpdateAtScope": { "implemented": false, "pro": true }, - "CreateOrUpdateValue": { - "implemented": false, - "pro": true - }, - "Delete": { - "implemented": false, - "pro": true - }, "DeleteAtScope": { "implemented": false, "pro": true }, - "DeleteValue": { - "implemented": false, - "pro": true - }, "GetAtScope": { "implemented": false, "pro": true }, - "List": { - "implemented": false, - "pro": true - }, "UpdateAtScope": { "implemented": false, "pro": true @@ -607,12 +457,6 @@ "implemented": false, "pro": true } - }, - "Tenants": { - "List": { - "implemented": true, - "pro": true - } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.ServiceBus.DataPlane.json b/src/data/azure-coverage/Microsoft.ServiceBus.DataPlane.json index 8d8b0de5..32eb7db5 100644 --- a/src/data/azure-coverage/Microsoft.ServiceBus.DataPlane.json +++ b/src/data/azure-coverage/Microsoft.ServiceBus.DataPlane.json @@ -65,4 +65,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.ServiceBus.json b/src/data/azure-coverage/Microsoft.ServiceBus.json index ea4e6522..11423eaa 100644 --- a/src/data/azure-coverage/Microsoft.ServiceBus.json +++ b/src/data/azure-coverage/Microsoft.ServiceBus.json @@ -349,4 +349,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.Sql.json b/src/data/azure-coverage/Microsoft.Sql.json index 8c4825d7..891b431c 100644 --- a/src/data/azure-coverage/Microsoft.Sql.json +++ b/src/data/azure-coverage/Microsoft.Sql.json @@ -2605,4 +2605,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.Storage.json b/src/data/azure-coverage/Microsoft.Storage.json index ed47d8f8..f583f947 100644 --- a/src/data/azure-coverage/Microsoft.Storage.json +++ b/src/data/azure-coverage/Microsoft.Storage.json @@ -92,6 +92,54 @@ "pro": true } }, + "Connectors": { + "Create": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "ListByStorageAccount": { + "implemented": false, + "pro": true + }, + "TestExistingConnection": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, + "DataShares": { + "Create": { + "implemented": false, + "pro": true + }, + "Delete": { + "implemented": false, + "pro": true + }, + "Get": { + "implemented": false, + "pro": true + }, + "ListByStorageAccount": { + "implemented": false, + "pro": true + }, + "Update": { + "implemented": false, + "pro": true + } + }, "DeletedAccounts": { "Get": { "implemented": false, @@ -413,6 +461,10 @@ "implemented": false, "pro": true }, + "StopAssignment": { + "implemented": false, + "pro": true + }, "Update": { "implemented": false, "pro": true @@ -473,4 +525,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/azure-coverage/Microsoft.Web.json b/src/data/azure-coverage/Microsoft.Web.json index 06ee12fc..84dd8c09 100644 --- a/src/data/azure-coverage/Microsoft.Web.json +++ b/src/data/azure-coverage/Microsoft.Web.json @@ -3237,4 +3237,4 @@ } } } -} \ No newline at end of file +}