@@ -15,43 +15,56 @@ internal class ProviderConfiguration
15
15
static ProviderConfiguration ( )
16
16
{
17
17
RegisterConfiguration ( "Microsoft.AppConfiguration/configurationStores" , "2020-06-01" , true , true ) ;
18
+ RegisterConfiguration ( "Microsoft.Attestation/attestationProviders" , "2020-10-01" , true , true ) ;
18
19
RegisterConfiguration ( "Microsoft.Automation/automationAccounts" , "2020-01-13-preview" , true , false ) ;
19
20
RegisterConfiguration ( "Microsoft.Batch/batchAccounts" , "2020-03-01" , true , true ) ;
21
+ RegisterConfiguration ( "Microsoft.Cache/Redis" , "2020-12-01" , true , true ) ;
20
22
RegisterConfiguration ( "Microsoft.Cache/redisEnterprise" , "2021-03-01" , true , false ) ;
21
23
RegisterConfiguration ( "Microsoft.CognitiveServices/accounts" , "2017-04-18" , true , false ) ;
22
24
RegisterConfiguration ( "Microsoft.Compute/diskAccesses" , "2020-09-30" , true , false ) ;
23
25
RegisterConfiguration ( "Microsoft.ContainerRegistry/registries" , "2019-12-01-preview" , true , false ) ;
26
+ RegisterConfiguration ( "Microsoft.ContainerService/managedClusters" , "2021-07-01" , true , false ) ;
27
+ RegisterConfiguration ( "Microsoft.DataFactory/factories" , "2018-06-01" , true , false ) ;
24
28
RegisterConfiguration ( "Microsoft.DBforMariaDB/servers" , "2018-06-01" , true , true ) ;
25
29
RegisterConfiguration ( "Microsoft.DBforMySQL/servers" , "2018-06-01" , true , true ) ;
26
30
RegisterConfiguration ( "Microsoft.DBforPostgreSQL/servers" , "2018-06-01" , true , true ) ;
27
31
RegisterConfiguration ( "Microsoft.Devices/IotHubs" , "2020-03-01" , true , true ) ;
32
+ RegisterConfiguration ( "Microsoft.Devices/ProvisioningServices" , "2020-03-01" , true , true ) ;
28
33
RegisterConfiguration ( "Microsoft.DigitalTwins/digitalTwinsInstances" , "2020-12-01" , true , true ) ;
29
34
RegisterConfiguration ( "Microsoft.DocumentDB/databaseAccounts" , "2019-08-01-preview" , true , true ) ;
30
35
RegisterConfiguration ( "Microsoft.EventGrid/topics" , "2020-04-01-preview" , true , true ) ;
31
36
RegisterConfiguration ( "Microsoft.EventGrid/domains" , "2020-04-01-preview" , true , true ) ;
32
37
RegisterConfiguration ( "Microsoft.EventHub/namespaces" , "2018-01-01-preview" , true , false ) ;
33
38
RegisterConfiguration ( "Microsoft.HealthcareApis/services" , "2020-03-30" , false , true ) ;
39
+ RegisterConfiguration ( "Microsoft.HybridCompute/privateLinkScopes" , "2021-05-20" , true , true ) ;
34
40
RegisterConfiguration ( "Microsoft.Insights/privateLinkScopes" , "2019-10-17-preview" , true , true ) ;
35
41
RegisterConfiguration ( "Microsoft.KeyVault/vaults" , "2018-02-14" , false , false ) ;
42
+ RegisterConfiguration ( "Microsoft.Keyvault/managedHSMs" , "2021-06-01-preview" , true , false ) ;
43
+ RegisterConfiguration ( "Microsoft.MachineLearningServices/workspaces" , "2021-07-01" , true , false ) ;
36
44
RegisterConfiguration ( "Microsoft.Media/mediaservices" , "2020-05-01" , true , true ) ;
37
45
RegisterConfiguration ( "Microsoft.Migrate/assessmentProjects" , "2020-05-01-preview" , false , false ) ;
38
46
RegisterConfiguration ( "Microsoft.Migrate/migrateProjects" , "2020-06-01-preview" , false , false ) ;
39
47
RegisterConfiguration ( "Microsoft.Network/applicationgateways" , "2020-05-01" , true , false ) ;
40
48
RegisterConfiguration ( "Microsoft.OffAzure/masterSites" , "2020-07-07" , false , false ) ;
41
49
RegisterConfiguration ( "Microsoft.PowerBI/privateLinkServicesForPowerBI" , "2020-06-01" , false , true ) ;
42
50
RegisterConfiguration ( "Microsoft.Purview/accounts" , "2020-12-01-preview" , true , true ) ;
51
+ RegisterConfiguration ( "Microsoft.RecoveryServices/vaults" , "2021-07-01" , false , true ) ;
52
+ RegisterConfiguration ( "Microsoft.Relay/namespaces" , "2018-01-01-preview" , true , false ) ;
43
53
RegisterConfiguration ( "Microsoft.Search/searchServices" , "2020-08-01" , true , false ) ;
44
54
RegisterConfiguration ( "Microsoft.ServiceBus/namespaces" , "2018-01-01-preview" , true , false ) ;
45
55
RegisterConfiguration ( "Microsoft.SignalRService/signalr" , "2020-05-01" , false , false ) ;
56
+ RegisterConfiguration ( "Microsoft.SignalRService/webPubSub" , "2021-09-01-preview" , true , false ) ;
46
57
RegisterConfiguration ( "Microsoft.Sql/servers" , "2018-06-01-preview" , true , true ) ;
47
58
RegisterConfiguration ( "Microsoft.Storage/storageAccounts" , "2019-06-01" , false , false ) ;
48
59
RegisterConfiguration ( "Microsoft.StorageSync/storageSyncServices" , "2020-03-01" , true , false ) ;
60
+ RegisterConfiguration ( "Microsoft.Synapse/privateLinkHubs" , "2021-05-01" , true , true ) ;
49
61
RegisterConfiguration ( "Microsoft.Synapse/workspaces" , "2019-06-01-preview" , true , true ) ;
50
62
RegisterConfiguration ( "Microsoft.Web/sites" , "2019-08-01" , true , false ) ;
63
+ RegisterConfiguration ( "Microsoft.Web/staticSites" , "2021-02-01" , true , false ) ;
51
64
RegisterConfiguration ( "Microsoft.Web/hostingEnvironments" , "2020-10-01" , true , false ) ;
52
65
}
53
66
54
- private static void RegisterConfiguration ( string type , string apiVersion , bool hasConnectionsURI = true , bool hasResourceURI = true )
67
+ private static void RegisterConfiguration ( string type , string apiVersion , bool hasConnectionsURI = false , bool hasResourceURI = false )
55
68
{
56
69
ProviderConfiguration configuration = new ProviderConfiguration
57
70
{
0 commit comments