1
1
{
2
2
"chosen_version" : " " ,
3
- "total_api_version_list" : [" 2014-04-01" , " 2020-11-01-preview" , " 2021-02-01-preview" , " 2021-05-01-preview" ],
3
+ "total_api_version_list" : [" 2014-04-01" , " 2020-11-01-preview" , " 2021-02-01-preview" , " 2021-05-01-preview" , " 2021-08-01-preview " ],
4
4
"client" : {
5
5
"name" : " SqlManagementClient" ,
6
6
"filename" : " _sql_management_client" ,
7
7
"description" : " The Azure SQL Database management API provides a RESTful set of web services that interact with Azure SQL Database services to manage your databases. The API enables you to create, retrieve, update, and delete databases." ,
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\" : [\" SqlManagementClientConfiguration\" ]}}, \" 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\" : [\" SqlManagementClientConfiguration\" ]}}, \" 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\" : [\" SqlManagementClientConfiguration\" ]}}, \" 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\" : [\" SqlManagementClientConfiguration\" ]}}, \" 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
"recoverable_databases" : " RecoverableDatabasesOperations" ,
173
172
"managed_restorable_dropped_database_backup_short_term_retention_policies" : " ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations" ,
174
173
"managed_server_security_alert_policies" : " ManagedServerSecurityAlertPoliciesOperations" ,
175
174
"operations" : " Operations" ,
176
- "operations_health" : " OperationsHealthOperations" ,
177
175
"private_endpoint_connections" : " PrivateEndpointConnectionsOperations" ,
178
176
"private_link_resources" : " PrivateLinkResourcesOperations" ,
179
177
"recoverable_managed_databases" : " RecoverableManagedDatabasesOperations" ,
216
214
"managed_instances" : " ManagedInstancesOperations" ,
217
215
"restorable_dropped_databases" : " RestorableDroppedDatabasesOperations" ,
218
216
"restorable_dropped_managed_databases" : " RestorableDroppedManagedDatabasesOperations" ,
219
- "server_connection_policies" : " ServerConnectionPoliciesOperations"
217
+ "server_connection_policies" : " ServerConnectionPoliciesOperations" ,
218
+ "distributed_availability_groups" : " DistributedAvailabilityGroupsOperations" ,
219
+ "server_trust_certificates" : " ServerTrustCertificatesOperations" ,
220
+ "ipv6_firewall_rules" : " IPv6FirewallRulesOperations"
220
221
}
221
222
}
0 commit comments