diff --git a/action.yml b/action.yml index d886332..7e4e013 100644 --- a/action.yml +++ b/action.yml @@ -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" diff --git a/src/AzOps.psd1 b/src/AzOps.psd1 index d1bb45f..5ceb43f 100644 --- a/src/AzOps.psd1 +++ b/src/AzOps.psd1 @@ -12,7 +12,7 @@ RootModule = 'AzOps.psm1' # Version number of this module. - ModuleVersion = '0.0' + ModuleVersion = '0.5' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/template/template.json b/template/template.json index cd2aa31..8967206 100644 --- a/template/template.json +++ b/template/template.json @@ -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." } diff --git a/template/tenant.json b/template/tenant.json index 9017452..169076f 100644 --- a/template/tenant.json +++ b/template/tenant.json @@ -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.