Skip to content

Commit b18a8c1

Browse files
authored
Merge pull request #195573 from SwathiDhanwada-MSFT/patch-3
(AzureCXP) fixes MicrosoftDocs/azure-docs#91753
2 parents 45eea67 + 4ba3340 commit b18a8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/lighthouse/how-to/remove-delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Get-AzManagedServicesAssignment -Scope "/subscriptions/{delegatedSubscriptionId}
6666
6767
# Delete the registration assignment
6868
69-
Remove-AzManagedServicesAssignment -ResourceId "/subscriptions/{delegatedSubscriptionId}/providers/Microsoft.ManagedServices/registrationAssignments/{assignmentGuid}"
69+
Remove-AzManagedServicesAssignment -Name "<Assignmentname>" -Scope "/subscriptions/{delegatedSubscriptionId}"
7070
```
7171

7272
### Azure CLI

0 commit comments

Comments
 (0)