Skip to content

Commit

Permalink
Collect the correct subscription id (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k authored Jun 11, 2024
1 parent c22a26f commit 7ed8a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/azure/fix_plugin_azure/resource/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class AzureSubscription(AzureResource, BaseAccount):
expect_array=True,
)
mapping: ClassVar[Dict[str, Bender]] = {
"id": S("id"),
"id": S("subscriptionId"),
"tags": S("tags", default={}),
"authorization_source": S("authorizationSource"),
"display_name": S("displayName"),
Expand Down

0 comments on commit 7ed8a34

Please sign in to comment.