-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop requiring subscription ID to be configured for the provider
Configuring a subscription ID is a vestige from the provider split. We don't use subscription_id anywhere and have no plans to. Any resource that operates on a subscription or its dependents should belong in the azurerm provider. Although it's never used because we only use SDK clients that are configured with a tenant ID, go-azure-helper requires it for sensible reasons and it doesn't make sense to push this concern upstream for now. We'll keep the configuration property around for now so that users have time to remove it from their configurations.
- Loading branch information
1 parent
a9c691e
commit 44829f2
Showing
3 changed files
with
8 additions
and
8 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
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