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

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Dec 10, 2021
1 parent 626b2d6 commit a12b360
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 34 deletions.
25 changes: 13 additions & 12 deletions agents/awsEc2/images.auto.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,16 @@
"user": "centos"
},
"centos_8": {
"name": "CentOS 8.* x86_64",
"name": "CentOS Stream 8 x86_64*",
"owner": "125523088429",
"user": "centos",
"agentEnv": "{\"AZP_AGENT_USE_LEGACY_HTTP\": \"true\"}"
},
"centos_stream_8": {
"name": "CentOS Stream 8 x86_64",
"centos_9": {
"name": "CentOS Stream 9 x86_64*",
"owner": "125523088429",
"user": "centos"
"user": "centos",
"agentEnv": "{\"AZP_AGENT_USE_LEGACY_HTTP\": \"true\"}"
},
"debian_9": {
"name": "debian-stretch-hvm-x86_64-gp2-*",
Expand All @@ -81,18 +82,18 @@
"owner": "136693071363",
"user": "admin"
},
"fedora_32": {
"name": "Fedora-Cloud-Base-32-*.x86_64-hvm-*-gp2*",
"owner": "125523088429",
"user": "fedora"
"debian_11": {
"name": "debian-11-amd64-*",
"owner": "136693071363",
"user": "admin"
},
"fedora_33": {
"name": "Fedora-Cloud-Base-33-*.x86_64-hvm-*-gp2*",
"fedora_34": {
"name": "Fedora-Cloud-Base-34-*.x86_64-hvm-*-gp2*",
"owner": "125523088429",
"user": "fedora"
},
"fedora_34": {
"name": "Fedora-Cloud-Base-34-*.x86_64-hvm-*-gp2*",
"fedora_35": {
"name": "Fedora-Cloud-Base-35-*.x86_64-hvm-*-gp2*",
"owner": "125523088429",
"user": "fedora"
},
Expand Down
25 changes: 5 additions & 20 deletions agents/azureVm/images.auto.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
{
"images": {
"centos_7": {
"publisher": "OpenLogic",
"offer": "CentOS-LVM",
"sku": "7-LVM"
},
"centos_7_xilinx_2019_2": {
"publisher": "Xilinx",
"offer": "xilinx_vitis_2019_2_centos_development_vm",
"sku": "vitis2019_2-1107_0355_centos"
},
"centos_8": {
"publisher": "OpenLogic",
"offer": "CentOS-LVM",
"sku": "8-lvm"
},
"debian_10": {
"publisher": "Debian",
"offer": "debian-10",
"sku": "10"
},
"debian_11": {
"publisher": "Debian",
"offer": "debian-11",
"sku": "11"
},
"rhel_7": {
"publisher": "RedHat",
"offer": "RHEL",
Expand All @@ -40,11 +30,6 @@
"offer": "UbuntuServer",
"sku": "18.04-LTS"
},
"ubuntu_18_04_xilinx_2019_2": {
"publisher": "Xilinx",
"offer": "xilinx_vitis_2019_2",
"sku": "vitis2019_2-1107_0355"
},
"ubuntu_20_04": {
"publisher": "Canonical",
"offer": "0001-com-ubuntu-server-focal",
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,9 @@ At the resource group scope:
At the subscription scope:
```json
[
"Microsoft.AVS/register/action"
"Microsoft.AVS/register/action",
"Microsoft.DataProtection/register/action",
"Microsoft.StoragePool/register/action"
]
```

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.11
v1.3.0

0 comments on commit a12b360

Please sign in to comment.