forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 13200 in Azure/azure-rest-api-specs
This field ended up out of sync between the resource provider and the Swagger we checked in on Friday. (Azure#13200)
- Loading branch information
SDKAuto
committed
Mar 1, 2021
1 parent
79d9f53
commit 7ab7d3f
Showing
72 changed files
with
14,692 additions
and
2,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
90 changes: 90 additions & 0 deletions
90
sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"chosen_version": "2021-03-01-preview", | ||
"total_api_version_list": ["2021-03-01-preview"], | ||
"client": { | ||
"name": "CosmosDBManagementClient", | ||
"filename": "_cosmos_db_management_client", | ||
"description": "Azure Cosmos DB Database Service Resource Provider REST API.", | ||
"base_url": "\u0027https://management.azure.com\u0027", | ||
"custom_base_url": null, | ||
"azure_arm": true, | ||
"has_lro_operations": true, | ||
"client_side_validation": true | ||
}, | ||
"global_parameters": { | ||
"sync": { | ||
"credential": { | ||
"signature": "credential, # type: \"TokenCredential\"", | ||
"description": "Credential needed for the client to connect to Azure.", | ||
"docstring_type": "~azure.core.credentials.TokenCredential", | ||
"required": true | ||
}, | ||
"subscription_id": { | ||
"signature": "subscription_id, # type: str", | ||
"description": "The ID of the target subscription.", | ||
"docstring_type": "str", | ||
"required": true | ||
} | ||
}, | ||
"async": { | ||
"credential": { | ||
"signature": "credential, # type: \"AsyncTokenCredential\"", | ||
"description": "Credential needed for the client to connect to Azure.", | ||
"docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", | ||
"required": true | ||
}, | ||
"subscription_id": { | ||
"signature": "subscription_id, # type: str", | ||
"description": "The ID of the target subscription.", | ||
"docstring_type": "str", | ||
"required": true | ||
} | ||
}, | ||
"constant": { | ||
}, | ||
"call": "credential, subscription_id" | ||
}, | ||
"config": { | ||
"credential": true, | ||
"credential_scopes": ["https://management.azure.com/.default"], | ||
"credential_default_policy_type": "BearerTokenCredentialPolicy", | ||
"credential_default_policy_type_has_async_version": true, | ||
"credential_key_header_name": null | ||
}, | ||
"operation_groups": { | ||
"database_accounts": "DatabaseAccountsOperations", | ||
"operations": "Operations", | ||
"database": "DatabaseOperations", | ||
"collection": "CollectionOperations", | ||
"collection_region": "CollectionRegionOperations", | ||
"database_account_region": "DatabaseAccountRegionOperations", | ||
"percentile_source_target": "PercentileSourceTargetOperations", | ||
"percentile_target": "PercentileTargetOperations", | ||
"percentile": "PercentileOperations", | ||
"collection_partition_region": "CollectionPartitionRegionOperations", | ||
"collection_partition": "CollectionPartitionOperations", | ||
"partition_key_range_id": "PartitionKeyRangeIdOperations", | ||
"partition_key_range_id_region": "PartitionKeyRangeIdRegionOperations", | ||
"sql_resources": "SqlResourcesOperations", | ||
"mongo_db_resources": "MongoDBResourcesOperations", | ||
"table_resources": "TableResourcesOperations", | ||
"cassandra_resources": "CassandraResourcesOperations", | ||
"gremlin_resources": "GremlinResourcesOperations", | ||
"restorable_database_accounts": "RestorableDatabaseAccountsOperations", | ||
"notebook_workspaces": "NotebookWorkspacesOperations", | ||
"restorable_sql_databases": "RestorableSqlDatabasesOperations", | ||
"restorable_sql_containers": "RestorableSqlContainersOperations", | ||
"restorable_sql_resources": "RestorableSqlResourcesOperations", | ||
"restorable_mongodb_databases": "RestorableMongodbDatabasesOperations", | ||
"restorable_mongodb_collections": "RestorableMongodbCollectionsOperations", | ||
"restorable_mongodb_resources": "RestorableMongodbResourcesOperations", | ||
"cassandra_clusters": "CassandraClustersOperations", | ||
"cassandra_data_centers": "CassandraDataCentersOperations", | ||
"private_link_resources": "PrivateLinkResourcesOperations", | ||
"private_endpoint_connections": "PrivateEndpointConnectionsOperations" | ||
}, | ||
"operation_mixins": { | ||
}, | ||
"sync_imports": "None", | ||
"async_imports": "None" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.