diff --git a/FunctionApp/profile.ps1 b/FunctionApp/profile.ps1 index 16693ea..296235d 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.1-beta.4' +Write-PSFMessage -Level Host -Message "This is SessionHostReplacer version {0}" -StringValues 'v0.3.1-beta.5' # Import Function Parameters diff --git a/README.md b/README.md index e6f50c3..d06c746 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ the AVD Session Host Replacer helps you manage the task of replacing old session | Deployment Type | Link | | :------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Azure Portal UI | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#blade/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.4%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.4%2Fdeploy%2Fportal-ui%2Fportal-ui.json) [![Deploy to Azure Gov](https://aka.ms/deploytoazuregovbutton)](https://portal.azure.us/#blade/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.4%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.4%2Fdeploy%2Fportal-ui%2Fportal-ui.json) [![Deploy to Azure China](https://aka.ms/deploytoazurechinabutton)](https://portal.azure.cn/#blade/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.4%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.4%2Fdeploy%2Fportal-ui%2Fportal-ui.json) | +| Azure Portal UI | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#blade/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.5%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.5%2Fdeploy%2Fportal-ui%2Fportal-ui.json) [![Deploy to Azure Gov](https://aka.ms/deploytoazuregovbutton)](https://portal.azure.us/#blade/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.5%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.5%2Fdeploy%2Fportal-ui%2Fportal-ui.json) [![Deploy to Azure China](https://aka.ms/deploytoazurechinabutton)](https://portal.azure.cn/#blade/Microsoft_Azure_CreateUIDef/CustomDeploymentBlade/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.5%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.1-beta.5%2Fdeploy%2Fportal-ui%2Fportal-ui.json) | | Command line (Bicep/ARM) | [![Powershell/Azure CLI](./docs/icons/powershell.png)](./docs/CodeDeploy.md) ## Pre-requisites diff --git a/deploy/arm/DeployAVDSessionHostReplacer.json b/deploy/arm/DeployAVDSessionHostReplacer.json index a1ade73..6437a46 100644 --- a/deploy/arm/DeployAVDSessionHostReplacer.json +++ b/deploy/arm/DeployAVDSessionHostReplacer.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.30.3.12046", - "templateHash": "7401845003796559721" + "templateHash": "17085386773946595128" } }, "parameters": { @@ -561,7 +561,7 @@ "_generator": { "name": "bicep", "version": "0.30.3.12046", - "templateHash": "10162341526983144146" + "templateHash": "17098687505089542648" } }, "parameters": { @@ -595,7 +595,7 @@ }, "FunctionAppZipUrl": { "type": "string", - "defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.1-beta.4/FunctionApp.zip", + "defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.1-beta.5/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 b96484c..cd1fda2 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.1-beta.4/FunctionApp.zip' +param FunctionAppZipUrl string = 'https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.1-beta.5/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 02c0503..6b2005f 100644 --- a/deploy/portal-ui/portal-ui.json +++ b/deploy/portal-ui/portal-ui.json @@ -133,7 +133,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.1-beta.4/docs/Permissions.md" + "uri": "https://github.com/Azure/AVDReplacementPlans/blob/v0.3.1-beta.5/docs/Permissions.md" } } ] @@ -193,7 +193,7 @@ "type": "Microsoft.Common.TextBlock", "visible": true, "options": { - "text": "AVD session host replacer Portal UI Version: v0.3.1-beta.4", + "text": "AVD session host replacer Portal UI Version: v0.3.1-beta.5", "link": { "label": "GitHub Repository", "uri": "https://github.com/Azure/AVDSessionHostReplacer" diff --git a/docs/CodeDeploy.md b/docs/CodeDeploy.md index 71bf181..5e9159d 100644 --- a/docs/CodeDeploy.md +++ b/docs/CodeDeploy.md @@ -74,7 +74,7 @@ $TemplateParameters = @{ $paramNewAzResourceGroupDeployment = @{ Name = 'AVDSessionHostReplacer' ResourceGroupName = $ResourceGroupName - TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.3.1-beta.4/deploy/arm/DeployAVDSessionHostReplacer.json' + TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.3.1-beta.5/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'