From f5cf9938c3ccff7f4929e03350d370b21fc8a193 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 14 Aug 2024 13:41:44 +0000 Subject: [PATCH] Automated commit by GitHub Actions for new build [no ci] --- FunctionApp/profile.ps1 | 2 +- deploy/arm/DeployAVDSessionHostReplacer.json | 6 +++--- deploy/bicep/modules/deployFunctionApp.bicep | 2 +- deploy/portal-ui/portal-ui.json | 4 ++-- docs/CodeDeploy.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/FunctionApp/profile.ps1 b/FunctionApp/profile.ps1 index 0edddac..2f98309 100644 --- a/FunctionApp/profile.ps1 +++ b/FunctionApp/profile.ps1 @@ -16,7 +16,7 @@ Set-PSFConfig -FullName PSFramework.Message.style.NoColor -Value $true #This is ## Version Banner ## Updated by Build\Build-Zip-File.ps1 -Write-PSFMessage -Level Host -Message "This is SessionHostReplacer version {0}" -StringValues 'v0.2.9-beta.11' +Write-PSFMessage -Level Host -Message "This is SessionHostReplacer version {0}" -StringValues 'v0.2.9-beta.12' # Import Function Parameters diff --git a/deploy/arm/DeployAVDSessionHostReplacer.json b/deploy/arm/DeployAVDSessionHostReplacer.json index 160454a..ba48cc5 100644 --- a/deploy/arm/DeployAVDSessionHostReplacer.json +++ b/deploy/arm/DeployAVDSessionHostReplacer.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.29.47.4906", - "templateHash": "504091068164114795" + "templateHash": "3021619619890033233" } }, "parameters": { @@ -531,7 +531,7 @@ "_generator": { "name": "bicep", "version": "0.29.47.4906", - "templateHash": "3794514016630886796" + "templateHash": "11385571321709670376" } }, "parameters": { @@ -565,7 +565,7 @@ }, "FunctionAppZipUrl": { "type": "string", - "defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.9-beta.11/FunctionApp.zip", + "defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.9-beta.12/FunctionApp.zip", "metadata": { "description": "Required: No | URL of the FunctionApp.zip file. This is the zip file containing the Function App code. | Default: The latest release of the Function App code." } diff --git a/deploy/bicep/modules/deployFunctionApp.bicep b/deploy/bicep/modules/deployFunctionApp.bicep index 06da302..15df4a6 100644 --- a/deploy/bicep/modules/deployFunctionApp.bicep +++ b/deploy/bicep/modules/deployFunctionApp.bicep @@ -21,7 +21,7 @@ param LogAnalyticsWorkspaceId string = 'none' param FunctionAppName string @description('Required: No | URL of the FunctionApp.zip file. This is the zip file containing the Function App code. | Default: The latest release of the Function App code.') -param FunctionAppZipUrl string = 'https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.9-beta.11/FunctionApp.zip' +param FunctionAppZipUrl string = 'https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.9-beta.12/FunctionApp.zip' @description('Required: No | App Service Plan Name | Default: Y1 for consumption based plan') param AppPlanName string = 'Y1' diff --git a/deploy/portal-ui/portal-ui.json b/deploy/portal-ui/portal-ui.json index 7072f1e..8da9f23 100644 --- a/deploy/portal-ui/portal-ui.json +++ b/deploy/portal-ui/portal-ui.json @@ -124,7 +124,7 @@ "options": { "icon": "Info", "text": "When using a User Assigned Managed Identity, make sure the identity has the needed permissions in Azure and Entra. Follow the link for more info.", - "uri": "https://github.com/Azure/AVDReplacementPlans/blob/v0.2.9-beta.11/docs/Permissions.md" + "uri": "https://github.com/Azure/AVDReplacementPlans/blob/v0.2.9-beta.12/docs/Permissions.md" } } ] @@ -184,7 +184,7 @@ "type": "Microsoft.Common.TextBlock", "visible": true, "options": { - "text": "AVD session host replacer Portal UI Version: v0.2.9-beta.11", + "text": "AVD session host replacer Portal UI Version: v0.2.9-beta.12", "link": { "label": "GitHub Repository", "uri": "https://github.com/Azure/AVDSessionHostReplacer" diff --git a/docs/CodeDeploy.md b/docs/CodeDeploy.md index 5ce7b15..cc951f9 100644 --- a/docs/CodeDeploy.md +++ b/docs/CodeDeploy.md @@ -73,7 +73,7 @@ $TemplateParameters = @{ $paramNewAzResourceGroupDeployment = @{ Name = 'AVDSessionHostReplacer' ResourceGroupName = $ResourceGroupName - TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.2.9-beta.11/deploy/arm/DeployAVDSessionHostReplacer.json' + TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.2.9-beta.12/deploy/arm/DeployAVDSessionHostReplacer.json' # If you cloned the repo and want to deploy using the bicep file use this instead of the above line #TemplateFile = '.\deploy\bicep\DeployAVDSessionHostReplacer.bicep'