diff --git a/FunctionApp/profile.ps1 b/FunctionApp/profile.ps1 index 02309b7..5209725 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.3.0' +Write-PSFMessage -Level Host -Message "This is SessionHostReplacer version {0}" -StringValues 'v0.2.9-beta.8' # Import Function Parameters diff --git a/deploy/arm/DeployAVDSessionHostReplacer.json b/deploy/arm/DeployAVDSessionHostReplacer.json index 22dae6f..78add54 100644 --- a/deploy/arm/DeployAVDSessionHostReplacer.json +++ b/deploy/arm/DeployAVDSessionHostReplacer.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.29.47.4906", - "templateHash": "11580604218384024075" + "templateHash": "11510817824778866679" } }, "parameters": { @@ -519,7 +519,7 @@ "_generator": { "name": "bicep", "version": "0.29.47.4906", - "templateHash": "17223373059197527263" + "templateHash": "911186143308163426" } }, "parameters": { @@ -553,7 +553,7 @@ }, "FunctionAppZipUrl": { "type": "string", - "defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.0/FunctionApp.zip", + "defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.9-beta.8/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 5937a80..421cc06 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.3.0/FunctionApp.zip' +param FunctionAppZipUrl string = 'https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.9-beta.8/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 b7f14fc..98d3285 100644 --- a/deploy/portal-ui/portal-ui.json +++ b/deploy/portal-ui/portal-ui.json @@ -115,7 +115,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.3.0/docs/Permissions.md" + "uri": "https://github.com/Azure/AVDReplacementPlans/blob/v0.2.9-beta.8/docs/Permissions.md" } } ] @@ -175,7 +175,7 @@ "type": "Microsoft.Common.TextBlock", "visible": true, "options": { - "text": "AVD session host replacer Portal UI Version: v0.3.0", + "text": "AVD session host replacer Portal UI Version: v0.2.9-beta.8", "link": { "label": "GitHub Repository", "uri": "https://github.com/Azure/AVDSessionHostReplacer" diff --git a/docs/CodeDeploy.md b/docs/CodeDeploy.md index cec7df1..7f65330 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.3.0/deploy/arm/DeployAVDSessionHostReplacer.json' + TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.2.9-beta.8/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'