-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: updating Storage Account and Storage Container to be Common IDs #22915
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! just had to make a quick fix for lint
Tests look fine 👍 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR updates the Resource ID for both Storage Account and Storage Container to be Common IDs, this is needed since these are used throughout the provider, so updating the provider to use Common IDs before migrating the Storage package to
hashicorp/go-azure-sdk
should make that refactor simpler in the future.