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.
2 parents 45eea67 + 4ba3340 commit b18a8c1Copy full SHA for b18a8c1
articles/lighthouse/how-to/remove-delegation.md
@@ -66,7 +66,7 @@ Get-AzManagedServicesAssignment -Scope "/subscriptions/{delegatedSubscriptionId}
66
67
# Delete the registration assignment
68
69
-Remove-AzManagedServicesAssignment -ResourceId "/subscriptions/{delegatedSubscriptionId}/providers/Microsoft.ManagedServices/registrationAssignments/{assignmentGuid}"
+Remove-AzManagedServicesAssignment -Name "<Assignmentname>" -Scope "/subscriptions/{delegatedSubscriptionId}"
70
```
71
72
### Azure CLI
0 commit comments