The applyUpdates resource type is an extension resource, which means you can apply it to another resource.
Use the scope
property on this resource to set the scope for this resource. See Set scope on extension resources in ARM templates.
For a list of changed properties in each API version, see change log.
To create a Microsoft.Maintenance/applyUpdates resource, add the following JSON to your template.
{
"type": "Microsoft.Maintenance/applyUpdates",
"apiVersion": "2023-04-01",
"name": "default",
"scope": "string"
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Maintenance/applyUpdates' |
apiVersion | The resource api version | '2023-04-01' |
name | The resource name | 'default' |
scope | Use when creating an extension resource at a scope that is different than the deployment scope. | Target resource For JSON, set the value to the full name of the resource to apply the extension resource to. |