@@ -14,6 +14,7 @@ internal class ProviderConfiguration
14
14
15
15
static ProviderConfiguration ( )
16
16
{
17
+ RegisterConfiguration ( "Microsoft.AgFoodPlatform/farmBeats" , "2021-09-01-preview" , false , true ) ;
17
18
RegisterConfiguration ( "Microsoft.ApiManagement/service" , "2021-04-01-preview" , true , true ) ;
18
19
RegisterConfiguration ( "Microsoft.AppConfiguration/configurationStores" , "2020-06-01" , true , true ) ;
19
20
RegisterConfiguration ( "Microsoft.Attestation/attestationProviders" , "2020-10-01" , true , true ) ;
@@ -26,7 +27,7 @@ static ProviderConfiguration()
26
27
RegisterConfiguration ( "Microsoft.Compute/diskAccesses" , "2020-09-30" , true , false ) ;
27
28
RegisterConfiguration ( "Microsoft.ContainerRegistry/registries" , "2019-12-01-preview" , true , false ) ;
28
29
RegisterConfiguration ( "Microsoft.ContainerService/managedClusters" , "2021-07-01" , true , false ) ;
29
- RegisterConfiguration ( "Microsoft.Databricks/workspaces" , "2021-04-01-preview" , true , true ) ;
30
+ RegisterConfiguration ( "Microsoft.Databricks/workspaces" , "2021-04-01-preview" , true , true ) ;
30
31
RegisterConfiguration ( "Microsoft.DataFactory/factories" , "2018-06-01" , true , false ) ;
31
32
RegisterConfiguration ( "Microsoft.DBforMariaDB/servers" , "2018-06-01" , true , true ) ;
32
33
RegisterConfiguration ( "Microsoft.DBforMySQL/servers" , "2018-06-01" , true , true ) ;
@@ -43,7 +44,7 @@ static ProviderConfiguration()
43
44
RegisterConfiguration ( "Microsoft.EventHub/namespaces" , "2018-01-01-preview" , true , false ) ;
44
45
RegisterConfiguration ( "Microsoft.HealthcareApis/services" , "2020-03-30" , false , true ) ;
45
46
RegisterConfiguration ( "Microsoft.HDInsight/clusters" , "2018-06-01-preview" , true , true ) ;
46
- RegisterConfiguration ( "Microsoft.HybridCompute/privateLinkScopes" , "2021-05-20" , true , true ) ;
47
+ RegisterConfiguration ( "Microsoft.HybridCompute/privateLinkScopes" , "2021-05-20" , true , true ) ;
47
48
RegisterConfiguration ( "Microsoft.Insights/privateLinkScopes" , "2019-10-17-preview" , true , true ) ;
48
49
RegisterConfiguration ( "Microsoft.KeyVault/vaults" , "2018-02-14" , false , false ) ;
49
50
RegisterConfiguration ( "Microsoft.Keyvault/managedHSMs" , "2021-06-01-preview" , true , false ) ;
@@ -57,7 +58,7 @@ static ProviderConfiguration()
57
58
RegisterConfiguration ( "Microsoft.OffAzure/masterSites" , "2020-07-07" , false , false ) ;
58
59
RegisterConfiguration ( "Microsoft.PowerBI/privateLinkServicesForPowerBI" , "2020-06-01" , false , true ) ;
59
60
RegisterConfiguration ( "Microsoft.Purview/accounts" , "2020-12-01-preview" , true , true ) ;
60
- RegisterConfiguration ( "Microsoft.RecoveryServices/vaults" , "2021-07-01" , false , true ) ;
61
+ RegisterConfiguration ( "Microsoft.RecoveryServices/vaults" , "2021-07-01" , false , true ) ;
61
62
RegisterConfiguration ( "Microsoft.Relay/namespaces" , "2018-01-01-preview" , true , false ) ;
62
63
RegisterConfiguration ( "Microsoft.Search/searchServices" , "2020-08-01" , true , false ) ;
63
64
RegisterConfiguration ( "Microsoft.ServiceBus/namespaces" , "2018-01-01-preview" , true , false ) ;
0 commit comments