Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"mode": "Indexed",
"description": "Enforce backup for all virtual machines by deploying a recovery services vault in the same location and resource group as the virtual machine. Doing this is useful when different application teams in your organization are allocated separate resource groups and need to manage their own backups and restores. You can optionally exclude virtual machines containing a specified tag to control the scope of assignment. See https://aka.ms/AzureVMAppCentricBackupExcludeTag.",
"metadata": {
"version": "9.4.0",
"version": "9.5.0",
"category": "Backup"
},
"version": "9.4.0",
"version": "9.5.0",
"parameters": {
"exclusionTagName": {
"type": "String",
Expand Down Expand Up @@ -118,7 +118,20 @@
"2022-datacenter-core",
"2022-datacenter-core-smalldisk-g2",
"2022-datacenter-core-smalldisk",
"2022-datacenter-azure-edition-hotpatch"
"2022-datacenter-azure-edition-hotpatch",
"2025-datacenter",
"2025-datacenter-azure-edition",
"2025-datacenter-azure-edition-smalldisk",
"2025-datacenter-azure-edition-core",
"2025-datacenter-azure-edition-core-smalldisk",
"2025-datacenter-core",
"2025-datacenter-core-g2",
"2025-datacenter-core-smalldisk",
"2025-datacenter-core-smalldisk-g2",
"2025-datacenter-g2",
"2025-datacenter-smalldisk",
"2025-datacenter-smalldisk-g2",
"server2025upgrade"
]
}
]
Expand Down Expand Up @@ -194,6 +207,22 @@
},
{
"anyOf": [
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2025"
},
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2025-BYOL"
},
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2022"
},
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2022-BYOL"
},
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2019"
Expand Down Expand Up @@ -415,6 +444,10 @@
{
"field": "Microsoft.Compute/imageSKU",
"like": "22_04-lts-gen2"
},
{
"field": "Microsoft.Compute/imageSKU",
"like": "24_04-lts"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"mode": "Indexed",
"description": "Enforce backup for all virtual machines by deploying a recovery services vault in the same location and resource group as the virtual machine. Doing this is useful when different application teams in your organization are allocated separate resource groups and need to manage their own backups and restores. You can optionally include virtual machines containing a specified tag to control the scope of assignment. See https://aka.ms/AzureVMAppCentricBackupIncludeTag.",
"metadata": {
"version": "9.4.0",
"version": "9.5.0",
"category": "Backup"
},
"version": "9.4.0",
"version": "9.5.0",
"parameters": {
"inclusionTagName": {
"type": "String",
Expand Down Expand Up @@ -128,7 +128,20 @@
"2022-datacenter-core",
"2022-datacenter-core-smalldisk-g2",
"2022-datacenter-core-smalldisk",
"2022-datacenter-azure-edition-hotpatch"
"2022-datacenter-azure-edition-hotpatch",
"2025-datacenter",
"2025-datacenter-azure-edition",
"2025-datacenter-azure-edition-smalldisk",
"2025-datacenter-azure-edition-core",
"2025-datacenter-azure-edition-core-smalldisk",
"2025-datacenter-core",
"2025-datacenter-core-g2",
"2025-datacenter-core-smalldisk",
"2025-datacenter-core-smalldisk-g2",
"2025-datacenter-g2",
"2025-datacenter-smalldisk",
"2025-datacenter-smalldisk-g2",
"server2025upgrade"
]
}
]
Expand Down Expand Up @@ -204,6 +217,22 @@
},
{
"anyOf": [
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2025"
},
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2025-BYOL"
},
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2022"
},
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2022-BYOL"
},
{
"field": "Microsoft.Compute/imageOffer",
"like": "*-WS2019"
Expand Down Expand Up @@ -425,6 +454,10 @@
{
"field": "Microsoft.Compute/imageSKU",
"like": "22_04-lts-gen2"
},
{
"field": "Microsoft.Compute/imageSKU",
"like": "24_04-lts"
}
]
}
Expand Down