Microsoft.Authorization (stable:2015-01-01)

2025/12/05 • 11 new, 11 deleted methods

ManagementLocks_CreateOrUpdateAtResourceGroupLevel (new)
Description Create or update a management lock at the resource group level.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
lockName: string ,
parameters:
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (201)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_DeleteAtResourceGroupLevel (new)
Description Deletes the management lock of a resource group.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (204)

{}

⚐ Response (200)

{}
ManagementLocks_GetAtResourceGroupLevel (new)
Description Gets a management lock at the resource group level.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_CreateOrUpdateAtResourceLevel (new)
Description Create or update a management lock at the resource level or any level below resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourcePath: string ,
resourceType: string ,
resourceName: string ,
lockName: string ,
parameters:
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (201)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_DeleteAtResourceLevel (new)
Description Deletes the management lock of a resource or any level below resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourcePath: string ,
resourceType: string ,
resourceName: string ,
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (204)

{}

⚐ Response (200)

{}
ManagementLocks_CreateOrUpdateAtSubscriptionLevel (new)
Description Create or update a management lock at the subscription level.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}
{
lockName: string ,
parameters:
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_DeleteAtSubscriptionLevel (new)
Description Deletes the management lock of a subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}
{
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (204)

{}

⚐ Response (200)

{}
ManagementLocks_Get (new)
Description Gets the management lock of a scope.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}
{
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_ListAtResourceGroupLevel (new)
Description Gets all the management locks of a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks
{
resourceGroupName: string ,
$filter: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
]
,
nextLink: string ,
}
ManagementLocks_ListAtResourceLevel (new)
Description Gets all the management locks of a resource or any level below resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourcePath: string ,
resourceType: string ,
resourceName: string ,
$filter: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
]
,
nextLink: string ,
}
ManagementLocks_ListAtSubscriptionLevel (new)
Description Gets all the management locks of a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks
{
$filter: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
]
,
nextLink: string ,
}
ManagementLocks_CreateOrUpdateAtResourceGroupLevel (removed)
Description Create or update a management lock at the resource group level.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
lockName: string ,
parameters:
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (201)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_DeleteAtResourceGroupLevel (removed)
Description Deletes the management lock of a resource group.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (204)

{}

⚐ Response (200)

{}
ManagementLocks_GetAtResourceGroupLevel (removed)
Description Gets a management lock at the resource group level.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_CreateOrUpdateAtResourceLevel (removed)
Description Create or update a management lock at the resource level or any level below resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourcePath: string ,
resourceType: string ,
resourceName: string ,
lockName: string ,
parameters:
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (201)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_DeleteAtResourceLevel (removed)
Description Deletes the management lock of a resource or any level below resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourcePath: string ,
resourceType: string ,
resourceName: string ,
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (204)

{}

⚐ Response (200)

{}
ManagementLocks_CreateOrUpdateAtSubscriptionLevel (removed)
Description Create or update a management lock at the subscription level.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}
{
lockName: string ,
parameters:
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_DeleteAtSubscriptionLevel (removed)
Description Deletes the management lock of a subscription.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}
{
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (204)

{}

⚐ Response (200)

{}
ManagementLocks_Get (removed)
Description Gets the management lock of a scope.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}
{
lockName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
ManagementLocks_ListAtResourceGroupLevel (removed)
Description Gets all the management locks of a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks
{
resourceGroupName: string ,
$filter: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
]
,
nextLink: string ,
}
ManagementLocks_ListAtResourceLevel (removed)
Description Gets all the management locks of a resource or any level below resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourcePath: string ,
resourceType: string ,
resourceName: string ,
$filter: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
]
,
nextLink: string ,
}
ManagementLocks_ListAtSubscriptionLevel (removed)
Description Gets all the management locks of a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks
{
$filter: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
level: enum ,
notes: string ,
}
,
id: string ,
type: string ,
name: string ,
}
,
]
,
nextLink: string ,
}