Moved old files to a new directory.

This commit is contained in:
2026-04-20 07:15:16 +02:00
parent 055f51aa55
commit 0d12f24dec
8 changed files with 0 additions and 0 deletions

View File

@@ -1,17 +0,0 @@
{
// This is a partial Azure virtual machine resource template.
"type": "Microsoft.Compute/virtualMachines",
"apiVersion": "2022-03-01",
"name": "example-vm",
"location": "westeurope",
"properties": {
"storageProfile": {
"imageReference": {
"publisher": "{{ publisher }}",
"offer": "{{ offer }}",
"sku": "{{ sku }}",
"version": "{{ version }}"
}
}
}
}