https://pulumi.com logo
#azure
Title
w

witty-vegetable-61961

07/15/2023, 1:19 AM
is it possible to create a subscription with this module?
I get this error: error: cannot check existence of resource '/providers/Microsoft.Management/managementGroups/ChildGroup/subscriptions/sa': status code 400, {"Message":"The request is invalid."} With the code Pulumi.AzureNative.Management.ManagementGroupSubscription s = new Pulumi.AzureNative.Management.ManagementGroupSubscription("sa", new Pulumi.AzureNative.Management.ManagementGroupSubscriptionArgs { GroupId = "ChildGroup", SubscriptionId = "sa" });;