Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit a12b360

Browse files
committed
v1.3.0
1 parent 626b2d6 commit a12b360

File tree

4 files changed

+22
-34
lines changed

4 files changed

+22
-34
lines changed

agents/awsEc2/images.auto.tfvars.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,16 @@
6161
"user": "centos"
6262
},
6363
"centos_8": {
64-
"name": "CentOS 8.* x86_64",
64+
"name": "CentOS Stream 8 x86_64*",
6565
"owner": "125523088429",
6666
"user": "centos",
6767
"agentEnv": "{\"AZP_AGENT_USE_LEGACY_HTTP\": \"true\"}"
6868
},
69-
"centos_stream_8": {
70-
"name": "CentOS Stream 8 x86_64",
69+
"centos_9": {
70+
"name": "CentOS Stream 9 x86_64*",
7171
"owner": "125523088429",
72-
"user": "centos"
72+
"user": "centos",
73+
"agentEnv": "{\"AZP_AGENT_USE_LEGACY_HTTP\": \"true\"}"
7374
},
7475
"debian_9": {
7576
"name": "debian-stretch-hvm-x86_64-gp2-*",
@@ -81,18 +82,18 @@
8182
"owner": "136693071363",
8283
"user": "admin"
8384
},
84-
"fedora_32": {
85-
"name": "Fedora-Cloud-Base-32-*.x86_64-hvm-*-gp2*",
86-
"owner": "125523088429",
87-
"user": "fedora"
85+
"debian_11": {
86+
"name": "debian-11-amd64-*",
87+
"owner": "136693071363",
88+
"user": "admin"
8889
},
89-
"fedora_33": {
90-
"name": "Fedora-Cloud-Base-33-*.x86_64-hvm-*-gp2*",
90+
"fedora_34": {
91+
"name": "Fedora-Cloud-Base-34-*.x86_64-hvm-*-gp2*",
9192
"owner": "125523088429",
9293
"user": "fedora"
9394
},
94-
"fedora_34": {
95-
"name": "Fedora-Cloud-Base-34-*.x86_64-hvm-*-gp2*",
95+
"fedora_35": {
96+
"name": "Fedora-Cloud-Base-35-*.x86_64-hvm-*-gp2*",
9697
"owner": "125523088429",
9798
"user": "fedora"
9899
},

agents/azureVm/images.auto.tfvars.json

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
11
{
22
"images": {
3-
"centos_7": {
4-
"publisher": "OpenLogic",
5-
"offer": "CentOS-LVM",
6-
"sku": "7-LVM"
7-
},
8-
"centos_7_xilinx_2019_2": {
9-
"publisher": "Xilinx",
10-
"offer": "xilinx_vitis_2019_2_centos_development_vm",
11-
"sku": "vitis2019_2-1107_0355_centos"
12-
},
13-
"centos_8": {
14-
"publisher": "OpenLogic",
15-
"offer": "CentOS-LVM",
16-
"sku": "8-lvm"
17-
},
183
"debian_10": {
194
"publisher": "Debian",
205
"offer": "debian-10",
216
"sku": "10"
227
},
8+
"debian_11": {
9+
"publisher": "Debian",
10+
"offer": "debian-11",
11+
"sku": "11"
12+
},
2313
"rhel_7": {
2414
"publisher": "RedHat",
2515
"offer": "RHEL",
@@ -40,11 +30,6 @@
4030
"offer": "UbuntuServer",
4131
"sku": "18.04-LTS"
4232
},
43-
"ubuntu_18_04_xilinx_2019_2": {
44-
"publisher": "Xilinx",
45-
"offer": "xilinx_vitis_2019_2",
46-
"sku": "vitis2019_2-1107_0355"
47-
},
4833
"ubuntu_20_04": {
4934
"publisher": "Canonical",
5035
"offer": "0001-com-ubuntu-server-focal",

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,9 @@ At the resource group scope:
581581
At the subscription scope:
582582
```json
583583
[
584-
"Microsoft.AVS/register/action"
584+
"Microsoft.AVS/register/action",
585+
"Microsoft.DataProtection/register/action",
586+
"Microsoft.StoragePool/register/action"
585587
]
586588
```
587589

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.11
1+
v1.3.0

0 commit comments

Comments
 (0)