Skip to content

Commit 7ed8a34

Browse files
authored
Collect the correct subscription id (#2109)
1 parent c22a26f commit 7ed8a34

File tree

1 file changed

+1
-1
lines changed
  • plugins/azure/fix_plugin_azure/resource

1 file changed

+1
-1
lines changed

plugins/azure/fix_plugin_azure/resource/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ class AzureSubscription(AzureResource, BaseAccount):
453453
expect_array=True,
454454
)
455455
mapping: ClassVar[Dict[str, Bender]] = {
456-
"id": S("id"),
456+
"id": S("subscriptionId"),
457457
"tags": S("tags", default={}),
458458
"authorization_source": S("authorizationSource"),
459459
"display_name": S("displayName"),

0 commit comments

Comments
 (0)