New Branch Commit for version 0.5

This commit is contained in:
new-branch-commit 2020-08-25 07:49:10 +00:00
Родитель 22ca8877aa
Коммит 1a32aedee2
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -7,7 +7,7 @@ inputs:
required: true
runs:
using: "docker"
image: "docker://mscet/azops:main"
image: "docker://mscet/azops:0.5"
branding:
icon: "sunrise"
color: "green"

Просмотреть файл

@ -12,7 +12,7 @@
RootModule = 'AzOps.psm1'
# Version number of this module.
ModuleVersion = '0.0'
ModuleVersion = '0.5'
# Supported PSEditions
# CompatiblePSEditions = @()

Просмотреть файл

@ -7,7 +7,7 @@
},
"_artifactsLocation": {
"type": "string",
"defaultValue": "https://raw.githubusercontent.com/Azure/AzOps/main/template/",
"defaultValue": "https://raw.githubusercontent.com/Azure/AzOps/release/v0.5/template/",
"metadata": {
"description": "This is the link to the nested template that must to be accessible to ARM to be able to use as a part of nested deployment. Please feel free to use template hosted here or override with choice of your location. If you chose to do so, please ensure future bug fixes are incorporated from above location to your private location."
}

Просмотреть файл

@ -25,7 +25,7 @@
},
"_artifactsLocation": {
"type": "string",
"defaultValue": "https://raw.githubusercontent.com/Azure/AzOps/main/template/",
"defaultValue": "https://raw.githubusercontent.com/Azure/AzOps/release/v0.5/template/",
"metadata": {
"description": "This is the link to the nested template that must to be accessible to ARM to be able to use as a part of nested deployment.
Please feel free to use template hosted here or override with choice of your location.