11{
22 "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 " ],
44 "client" : {
55 "name" : " SqlManagementClient" ,
66 "filename" : " _sql_management_client" ,
77 "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 ,
1010 "azure_arm" : true ,
1111 "has_lro_operations" : true ,
1212 "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\" ]}}}"
1515 },
1616 "global_parameters" : {
1717 "sync" : {
5454 "required" : false
5555 },
5656 "base_url" : {
57- "signature" : " base_url=None , # type: Optional[ str] " ,
57+ "signature" : " base_url=\" https://management.azure.com \" , # type: str" ,
5858 "description" : " Service URL" ,
5959 "docstring_type" : " str" ,
6060 "required" : false
7474 "required" : false
7575 },
7676 "base_url" : {
77- "signature" : " base_url: Optional[ str] = None ," ,
77+ "signature" : " base_url: str = \" https://management.azure.com \" ," ,
7878 "description" : " Service URL" ,
7979 "docstring_type" : " str" ,
8080 "required" : false
9191 "config" : {
9292 "credential" : true ,
9393 "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\" ]}}}"
9998 },
10099 "operation_groups" : {
101100 "recoverable_databases" : " RecoverableDatabasesOperations" ,
173172 "managed_restorable_dropped_database_backup_short_term_retention_policies" : " ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesOperations" ,
174173 "managed_server_security_alert_policies" : " ManagedServerSecurityAlertPoliciesOperations" ,
175174 "operations" : " Operations" ,
176- "operations_health" : " OperationsHealthOperations" ,
177175 "private_endpoint_connections" : " PrivateEndpointConnectionsOperations" ,
178176 "private_link_resources" : " PrivateLinkResourcesOperations" ,
179177 "recoverable_managed_databases" : " RecoverableManagedDatabasesOperations" ,
216214 "managed_instances" : " ManagedInstancesOperations" ,
217215 "restorable_dropped_databases" : " RestorableDroppedDatabasesOperations" ,
218216 "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"
220221 }
221222}
0 commit comments