Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

az managedservices assignment

Manage the registration assignments in Azure.

Commands

Name Description Type Status
az managedservices assignment create

Create a registration assignment.

Core GA
az managedservices assignment delete

Delete a registration assignment.

Core GA
az managedservices assignment list

List all the registration assignments.

Core GA
az managedservices assignment show

Show registration assignment.

Core GA
az managedservices assignment wait

Place the CLI in a waiting state until a condition is met.

Core GA

az managedservices assignment create

Create a registration assignment.

az managedservices assignment create --definition
 [--acquire-policy-token]
 [--assignment-id]
 [--change-reference]
 [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
 [--resource-group]

Examples

Create an assignment under the default subscription scope.

az managedservices assignment create --definition "/subscriptions/a62076fa-768a-403c-9d9d-6a9919aae441/providers/Microsoft.ManagedServices/registrationDefinitions/0c3e9687-b461-4615-b6e4-74d54998d6e4"

Create an assignment under a given resource group scope.

az managedservices assignment create --definition "/subscriptions/a62076fa-768a-403c-9d9d-6a9919aae441/providers/Microsoft.ManagedServices/registrationDefinitions/0c3e9687-b461-4615-b6e4-74d54998d6e4" --resource-group mygroup

Required Parameters

--definition

Fully qualified path of the registration definition.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--assignment-id

Can be used to override the generated registration assignment id.

--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--no-wait

Do not wait for the long-running operation to finish.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

az managedservices assignment delete

Delete a registration assignment.

az managedservices assignment delete --assignment
 [--acquire-policy-token]
 [--change-reference]
 [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
 [--resource-group]
 [--yes]

Examples

Delete an assignment given its identifier under the default subscription scope.

az managedservices assignment delete --assignment d3087cf0-e180-4cca-b147-54ae00c7b504

Delete an assignment given its fully qualified resource id

az managedservices assignment delete --assignment /subscriptions/a62076fa-768a-403c-9d9d-6a9919aae441/providers/Microsoft.ManagedServices/registrationAssignments/0c3e9687-b461-4615-b6e4-74d54998d6e4

Required Parameters

--assignment

The identifier (guid) or the fully qualified resource id of the registration assignment. When resource id is used, subscription id and resource group parameters are ignored.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--no-wait

Do not wait for the long-running operation to finish.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--yes -y

Do not prompt for confirmation.

Property Value
Default value: False

az managedservices assignment list

List all the registration assignments.

az managedservices assignment list [--include-definition {0, 1, f, false, n, no, t, true, y, yes}]
 [--max-items]
 [--next-token]
 [--resource-group]

Examples

Lists all the registration assignments under the default scope.

az managedservices assignment list

Lists all the registration assignments under the given resource group.

az managedservices assignment list --resource-group mygroup

Lists all the registration assignments under the default scope along with the associated registration definition details.

az managedservices assignment list --include-definition true

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--include-definition

Tells whether to return registration definition details also along with registration assignment details.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--max-items

Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token argument of a subsequent command.

Property Value
Parameter group: Pagination Arguments
--next-token

Token to specify where to start paginating. This is the token value from a previously truncated response.

Property Value
Parameter group: Pagination Arguments
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

az managedservices assignment show

Show registration assignment.

az managedservices assignment show --assignment
 [--include-definition {0, 1, f, false, n, no, t, true, y, yes}]
 [--resource-group]

Examples

Show an assignment given its identifier under the default subscription scope.

az managedservices assignment show --assignment d3087cf0-e180-4cca-b147-54ae00c7b504

Show an assignment given its fully qualified resource id.

az managedservices assignment show --assignment /subscriptions/a62076fa-768a-403c-9d9d-6a9919aae441/providers/Microsoft.ManagedServices/registrationAssignments/0c3e9687-b461-4615-b6e4-74d54998d6e4

Show an assignment given its identifier under the default subscription scope with the registration definition details.

az managedservices assignment show --assignment d3087cf0-e180-4cca-b147-54ae00c7b504 --include-definition true

Required Parameters

--assignment

The identifier (guid) or the fully qualified resource id of the registration assignment. When resource id is used, subscription id and resource group parameters are ignored.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--include-definition

Tells whether to return registration definition details also along with registration assignment details.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

az managedservices assignment wait

Place the CLI in a waiting state until a condition is met.

az managedservices assignment wait --assignment
 --scope
 [--acquire-policy-token]
 [--change-reference]
 [--created]
 [--custom]
 [--deleted]
 [--exists]
 [--include-definition {0, 1, f, false, n, no, t, true, y, yes}]
 [--interval]
 [--timeout]
 [--updated]

Required Parameters

--assignment

The identifier (guid) or the fully qualified resource id of the registration assignment. When resource id is used, subscription id and resource group parameters are ignored.

--scope

Scope of the resource.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--acquire-policy-token

Acquiring an Azure Policy token automatically for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--change-reference

The related change reference ID for this resource operation.

Property Value
Parameter group: Global Policy Arguments
--created

Wait until created with 'provisioningState' at 'Succeeded'.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

Property Value
Parameter group: Wait Condition Arguments
--deleted

Wait until deleted.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--exists

Wait until the resource exists.

Property Value
Parameter group: Wait Condition Arguments
Default value: False
--include-definition

Tells whether to return registration definition details also along with registration assignment details.

Property Value
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
--interval

Polling interval in seconds.

Property Value
Parameter group: Wait Condition Arguments
Default value: 30
--timeout

Maximum wait in seconds.

Property Value
Parameter group: Wait Condition Arguments
Default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

Property Value
Parameter group: Wait Condition Arguments
Default value: False

Feedback

Was this page helpful?