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 3cc127e commit b26e6bcCopy full SHA for b26e6bc
src/Resources/ResourceManager/Implementation/CmdletBase/ResourceManipulationCmdletBase.cs
@@ -146,7 +146,7 @@ protected string GetResourceId()
146
private string GetResourceIdWithoutParentResource()
147
{
148
return ResourceIdUtility.GetResourceId(
149
- subscriptionId: TenantLevel.IsPresent ? null : this.SubscriptionId,
+ subscriptionId: TenantLevel.IsPresent ? null : (Guid?)this.SubscriptionId,
150
resourceGroupName: TenantLevel.IsPresent ? null : this.ResourceGroupName,
151
resourceType: this.ResourceType,
152
resourceName: this.ResourceName,
0 commit comments