@@ -74,7 +74,7 @@ static ProviderConfiguration()
74
74
RegisterConfiguration ( "Microsoft.SignalRService/webPubSub" , "2021-10-01" , true , false ) ;
75
75
RegisterConfiguration ( "Microsoft.Sql/servers" , "2018-06-01-preview" , true , true ) ;
76
76
RegisterConfiguration ( "Microsoft.Storage/storageAccounts" , "2019-06-01" , false , false ) ;
77
- RegisterConfiguration ( "Microsoft.StorageSync/storageSyncServices" , "2020-03 -01" , true , false ) ;
77
+ RegisterConfiguration ( "Microsoft.StorageSync/storageSyncServices" , "2022-09 -01" , true , true ) ;
78
78
RegisterConfiguration ( "Microsoft.Synapse/privateLinkHubs" , "2021-05-01" , true , true ) ;
79
79
RegisterConfiguration ( "Microsoft.Synapse/workspaces" , "2019-06-01-preview" , true , true ) ;
80
80
RegisterConfiguration ( "Microsoft.Web/sites" , "2019-08-01" , true , false ) ;
@@ -87,6 +87,7 @@ static ProviderConfiguration()
87
87
RegisterConfiguration ( "Microsoft.App/managedEnvironments" , "2024-02-02-preview" , true , true ) ;
88
88
RegisterConfiguration ( "Microsoft.VideoIndexer/accounts" , "2024-06-01-preview" , true , true , true ) ;
89
89
RegisterConfiguration ( "Microsoft.FluidRelay/fluidRelayServers" , "2025-03-10-preview" , true , true , true ) ;
90
+ RegisterConfiguration ( "Microsoft.FileShares/fileShares" , "2025-06-01-preview" , true , true ) ;
90
91
}
91
92
/// <summary>
92
93
/// Register private endpoint connection and private link resource configuration
0 commit comments