@@ -201,6 +201,58 @@ class KnownProfiles(Enum):
201201 },
202202 "2019-03-01-hybrid"
203203 )
204+ v2020_09_01_hybrid = ProfileDefinition (
205+ {
206+ "azure.keyvault.KeyVaultClient" : {
207+ None : "2016-10-01"
208+ },
209+ "azure.mgmt.authorization.AuthorizationManagementClient" : {
210+ None : "2016-09-01"
211+ },
212+ "azure.mgmt.compute.ComputeManagementClient" : {
213+ None : "2020-06-01" ,
214+ 'resource_skus' : '2019-04-01' ,
215+ 'disks' : '2019-07-01' ,
216+ 'snapshots' : '2019-07-01'
217+ },
218+ "azure.mgmt.keyvault.KeyVaultManagementClient" :{
219+ None : "2019-09-01"
220+ },
221+ "azure.mgmt.monitor.MonitorManagementClient" : {
222+ 'metric_definitions' : '2018-01-01' ,
223+ 'metrics' : '2018-01-01' ,
224+ 'diagnostic_settings' : '2017-05-01-preview' ,
225+ 'diagnostic_settings_category' : '2017-05-01-preview' ,
226+ 'event_categories' : '2015-04-01' ,
227+ 'operations' : '2015-04-01' ,
228+ },
229+ "azure.mgmt.network.NetworkManagementClient" : {
230+ None : "2018-11-01"
231+ },
232+ "azure.mgmt.storage.StorageManagementClient" : {
233+ None : "2019-06-01"
234+ },
235+ "azure.mgmt.resource.policy.PolicyClient" : {
236+ None : "2016-12-01"
237+ },
238+ "azure.mgmt.resource.locks.ManagementLockClient" : {
239+ None : "2016-09-01"
240+ },
241+ "azure.mgmt.resource.links.ManagementLinkClient" : {
242+ None : "2016-09-01"
243+ },
244+ "azure.mgmt.resource.resources.ResourceManagementClient" : {
245+ None : "2019-10-01"
246+ },
247+ "azure.mgmt.resource.subscriptions.SubscriptionClient" : {
248+ None : "2016-06-01"
249+ },
250+ "azure.mgmt.dns.DnsManagementClient" : {
251+ None : "2016-04-01"
252+ }
253+ },
254+ "2020-09-01-hybrid"
255+ )
204256
205257
206258 def __init__ (self , profile_definition ):
0 commit comments