зеркало из https://github.com/Azure/AzOps.git
New Branch Commit for version 0.5
This commit is contained in:
Родитель
22ca8877aa
Коммит
1a32aedee2
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче