We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22a26f commit 7ed8a34Copy full SHA for 7ed8a34
plugins/azure/fix_plugin_azure/resource/base.py
@@ -453,7 +453,7 @@ class AzureSubscription(AzureResource, BaseAccount):
453
expect_array=True,
454
)
455
mapping: ClassVar[Dict[str, Bender]] = {
456
- "id": S("id"),
+ "id": S("subscriptionId"),
457
"tags": S("tags", default={}),
458
"authorization_source": S("authorizationSource"),
459
"display_name": S("displayName"),
0 commit comments