Skip to content

Commit

Permalink
Automated commit by GitHub Actions for new build [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 6, 2024
1 parent 95f9a0c commit 6a57a2d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion FunctionApp/profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-beta.19'
Write-PSFMessage -Level Host -Message "This is SessionHostReplacer version {0}" -StringValues 'v0.2.6-beta.20'


# Import Function Parameters
Expand Down
6 changes: 3 additions & 3 deletions deploy/arm/DeployAVDSessionHostReplacer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.27.1.19265",
"templateHash": "12639173636128738201"
"templateHash": "1287073592818545409"
}
},
"parameters": {
Expand Down Expand Up @@ -488,7 +488,7 @@
"_generator": {
"name": "bicep",
"version": "0.27.1.19265",
"templateHash": "14156277175657990040"
"templateHash": "3737399076699030885"
}
},
"parameters": {
Expand Down Expand Up @@ -522,7 +522,7 @@
},
"FunctionAppZipUrl": {
"type": "string",
"defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.6-beta.19/FunctionApp.zip",
"defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.6-beta.20/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."
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/bicep/modules/deployFunctionApp.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-beta.19/FunctionApp.zip'
param FunctionAppZipUrl string = 'https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.6-beta.20/FunctionApp.zip'

@description('Required: No | App Service Plan Name | Default: Y1 for consumption based plan')
param AppPlanName string = 'Y1'
Expand Down
4 changes: 2 additions & 2 deletions deploy/portal-ui/portal-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.6-beta.19/docs/Permissions.md"
"uri": "https://github.com/Azure/AVDReplacementPlans/blob/v0.2.6-beta.20/docs/Permissions.md"
}
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@
"type": "Microsoft.Common.TextBlock",
"visible": true,
"options": {
"text": "AVD session host replacer Portal UI Version: v0.2.6-beta.19",
"text": "AVD session host replacer Portal UI Version: v0.2.6-beta.20",
"link": {
"label": "GitHub Repository",
"uri": "https://github.com/Azure/AVDSessionHostReplacer"
Expand Down
2 changes: 1 addition & 1 deletion docs/CodeDeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $TemplateParameters = @{
$paramNewAzResourceGroupDeployment = @{
Name = 'AVDSessionHostReplacer'
ResourceGroupName = $ResourceGroupName
TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.2.6-beta.19/deploy/arm/DeployAVDSessionHostReplacer.json'
TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.2.6-beta.20/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'
Expand Down

0 comments on commit 6a57a2d

Please sign in to comment.