[FEATURE REQ] Ability to use Default Subscription ID when creating management client
See original GitHub issueLibrary or service name.
Azure.ResourceManager.Storage
Is your feature request related to a problem? Please describe. When using the Fluent API, I can do this:
return Microsoft.Azure.Management.Fluent.Azure
.Authenticate(credentials)
.WithDefaultSubscription();
Which picks the default subscription (presumably based on the given credentials); my application doesn’t have to know its subscription id.
However, with the new libraries, the API (seemingly) requires subscription ID to create a new management client:
which means I now have to have the Subscription ID for my application stored as an env var, etc in order to use the new management libraries. This will block us from using the new Management SDKs.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Grant access to create Azure Enterprise subscriptions
Learn how to give a user or service principal the ability to programmatically create Azure Enterprise subscriptions.
Read more >Subscriptions in Azure API Management
Enable or disable subscription requirement for API or product access. By default when you create an API, a subscription key is required for...
Read more >Best practices for using service accounts - IAM
This guide presents best practices for managing, using, and securing service accounts. Choose when to use service accounts. Not every scenario requires a ......
Read more >Stripe API reference – Create a subscription
ID of the default payment method for the subscription. It must belong to the customer associated with the subscription. This takes precedence over ......
Read more >InfoWorld - Apr 27, 1998 - Page 127 - Google Books Result
THE DISCOVERER 3.1 administration tools let IT staffers closely manage the ... using the end-user portion of Discoverer and was able to easily...
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
Looks like fixed in
Azure.ResourceManager@1.3.0
&&Azure.ResourceManager.Storage@1.0.0-beta.12
:Hi Brandon. Thanks for opening this. Tagging and routing to the team member best able to assist.