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 Aug 14, 2024
1 parent 3876ccf commit 76cc8da
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.9-beta.0'
Write-PSFMessage -Level Host -Message "This is SessionHostReplacer version {0}" -StringValues 'v0.3.0'


# 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.29.47.4906",
"templateHash": "18238257751789020909"
"templateHash": "11580604218384024075"
}
},
"parameters": {
Expand Down Expand Up @@ -519,7 +519,7 @@
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "16899044224233362256"
"templateHash": "17223373059197527263"
}
},
"parameters": {
Expand Down Expand Up @@ -553,7 +553,7 @@
},
"FunctionAppZipUrl": {
"type": "string",
"defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.2.9-beta.0/FunctionApp.zip",
"defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.0/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.9-beta.0/FunctionApp.zip'
param FunctionAppZipUrl string = 'https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.0/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 @@ -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.2.9-beta.0/docs/Permissions.md"
"uri": "https://github.com/Azure/AVDReplacementPlans/blob/v0.3.0/docs/Permissions.md"
}
}
]
Expand Down Expand Up @@ -175,7 +175,7 @@
"type": "Microsoft.Common.TextBlock",
"visible": true,
"options": {
"text": "AVD session host replacer Portal UI Version: v0.2.9-beta.0",
"text": "AVD session host replacer Portal UI Version: v0.3.0",
"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 @@ -73,7 +73,7 @@ $TemplateParameters = @{
$paramNewAzResourceGroupDeployment = @{
Name = 'AVDSessionHostReplacer'
ResourceGroupName = $ResourceGroupName
TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.2.9-beta.0/deploy/arm/DeployAVDSessionHostReplacer.json'
TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.3.0/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 76cc8da

Please sign in to comment.