'base_url' incorrectly marked as required argument for CosmosDBManagementClient
See original GitHub issuebase_url
was marked as required
on the page. It took me an hour to figure out what to put in. And in the end it turns out I can leave it as empty.
I still don’t understand the purpose of this argument, but please at least mark it as optional!!
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 151742ca-142e-bf48-6009-f6e7960ceefe
- Version Independent ID: 3db06378-6c32-1ba2-0d21-ee89e5f59dd0
- Content: azure.mgmt.cosmosdb.CosmosDBManagementClient class
- Content Source: docs-ref-autogen/azure-mgmt-cosmosdb/azure.mgmt.cosmosdb.CosmosDBManagementClient.yml
- GitHub Login: @lmazuel
- Microsoft Alias: lmazuel
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
azure.mgmt.cosmosdb.CosmosDBManagementClient class
Credential needed for the client to connect to Azure. Required. subscription_id: str. Required. The ID of the target subscription. Required. base_url: str.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If users don’t put this parameter in, it will be set default value:
https://management.azure.com
(example).base_url
is mainly used for authentication and resource management. So for most Azure users, they don’t need to input it.@duanqn This issue is being tracked internally