1
1
{
2
- "chosen_version" : " 2021-06 -01" ,
3
- "total_api_version_list" : [" 2021-06 -01" ],
2
+ "chosen_version" : " 2021-08 -01" ,
3
+ "total_api_version_list" : [" 2021-08 -01" ],
4
4
"client" : {
5
5
"name" : " NetAppManagementClient" ,
6
6
"filename" : " _net_app_management_client" ,
7
7
"description" : " Microsoft NetApp Files Azure Resource Provider specification." ,
8
- "base_url " : " \u0027 https ://management.azure.com\u0027 " ,
9
- "custom_base_url " : null ,
8
+ "host_value " : " \" https ://management.azure.com\" " ,
9
+ "parameterized_host_template " : null ,
10
10
"azure_arm" : true ,
11
11
"has_lro_operations" : true ,
12
12
"client_side_validation" : false ,
13
- "sync_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" ARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" NetAppManagementClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}, \" azurecore \" : { \" azure.core.pipeline.transport \" : [ \" HttpRequest \" , \" HttpResponse \" ]} }}" ,
14
- "async_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" AsyncARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" NetAppManagementClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}, \" azurecore \" : { \" azure.core.pipeline.transport \" : [ \" AsyncHttpResponse \" , \" HttpRequest \" ]}}}"
13
+ "sync_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" ARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" NetAppManagementClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}}}" ,
14
+ "async_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ], \" azure.core.credentials \" : [ \" TokenCredential \" ] }}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" AsyncARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" NetAppManagementClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}}}"
15
15
},
16
16
"global_parameters" : {
17
17
"sync" : {
54
54
"required" : false
55
55
},
56
56
"base_url" : {
57
- "signature" : " base_url=None , # type: Optional[ str] " ,
57
+ "signature" : " base_url=\" https://management.azure.com \" , # type: str" ,
58
58
"description" : " Service URL" ,
59
59
"docstring_type" : " str" ,
60
60
"required" : false
74
74
"required" : false
75
75
},
76
76
"base_url" : {
77
- "signature" : " base_url: Optional[ str] = None ," ,
77
+ "signature" : " base_url: str = \" https://management.azure.com \" ," ,
78
78
"description" : " Service URL" ,
79
79
"docstring_type" : " str" ,
80
80
"required" : false
91
91
"config" : {
92
92
"credential" : true ,
93
93
"credential_scopes" : [" https://management.azure.com/.default" ],
94
- "credential_default_policy_type" : " BearerTokenCredentialPolicy" ,
95
- "credential_default_policy_type_has_async_version" : true ,
96
- "credential_key_header_name" : null ,
97
- "sync_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMHttpLoggingPolicy\" ]}, \" local\" : {\" ._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}}" ,
98
- "async_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMHttpLoggingPolicy\" ]}, \" local\" : {\" .._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ]}}}"
94
+ "credential_call_sync" : " ARMChallengeAuthenticationPolicy(self.credential, *self.credential_scopes, **kwargs)" ,
95
+ "credential_call_async" : " AsyncARMChallengeAuthenticationPolicy(self.credential, *self.credential_scopes, **kwargs)" ,
96
+ "sync_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMChallengeAuthenticationPolicy\" , \" ARMHttpLoggingPolicy\" ]}, \" local\" : {\" ._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}}" ,
97
+ "async_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMHttpLoggingPolicy\" , \" AsyncARMChallengeAuthenticationPolicy\" ]}, \" local\" : {\" .._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ]}}}"
99
98
},
100
99
"operation_groups" : {
101
100
"operations" : " Operations" ,
109
108
"backups" : " BackupsOperations" ,
110
109
"account_backups" : " AccountBackupsOperations" ,
111
110
"backup_policies" : " BackupPoliciesOperations" ,
112
- "vaults" : " VaultsOperations"
111
+ "vaults" : " VaultsOperations" ,
112
+ "volume_groups" : " VolumeGroupsOperations"
113
113
}
114
114
}
0 commit comments