Skip to content

Commit cac3089

Browse files
committed
Automated commit by GitHub Actions for new build [no ci]
1 parent 472bd46 commit cac3089

8 files changed

Lines changed: 10 additions & 11 deletions

File tree

FunctionApp/profile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Set-PSFConfig -FullName PSFramework.Message.style.NoColor -Value $true #This is
1717
## Version Banner ## Updated by Build\Build-Zip-File.ps1
1818

1919
# This value is automatically maintanted using GitHub Actions.
20-
Write-PSFMessage -Level Host -Message "This is SessionHostReplacer version {0}" -StringValues 'v0.3.2-beta.2'
20+
Write-PSFMessage -Level Host -Message "This is SessionHostReplacer version {0}" -StringValues 'v0.3.2'
2121

2222
# Import Function Parameters
2323
try {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the AVD Session Host Replacer helps you manage the task of replacing old session
1111

1212
| Deployment Type | Link |
1313
| :------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14-
| 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.2-beta.2%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.2-beta.2%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.2-beta.2%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.2-beta.2%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.2-beta.2%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.2-beta.2%2Fdeploy%2Fportal-ui%2Fportal-ui.json) |
14+
| 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.2%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.2%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.2%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.2%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.2%2Fdeploy%2Farm%2FDeployAVDSessionHostReplacer.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAVDSessionHostReplacer%2Fv0.3.2%2Fdeploy%2Fportal-ui%2Fportal-ui.json) |
1515
| Command line (Bicep/ARM) | [![Powershell/Azure CLI](./docs/icons/powershell.png)](./docs/CodeDeploy.md) |
1616
| Offline Deployment (no GitHub) | [![Offline Deployment](./docs/icons/powershell.png)](./docs/CodeDeploy-offline.md) |
1717

StandardSessionHostTemplate/DeploySessionHosts.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"name": "bicep",
77
"version": "0.30.23.60470",
88
"templateHash": "14473546331683394413"
9-
109
}
1110
},
1211
"parameters": {

deploy/arm/DeployAVDSessionHostReplacer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.30.23.60470",
8-
"templateHash": "8952134574155481823"
8+
"templateHash": "1784400238600217767"
99
}
1010
},
1111
"parameters": {
@@ -25,7 +25,7 @@
2525
},
2626
"FunctionAppZipUrl": {
2727
"type": "string",
28-
"defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.2-beta.2/FunctionApp.zip",
28+
"defaultValue": "https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.2/FunctionApp.zip",
2929
"metadata": {
3030
"description": "Required: No | URL of the FunctionApp.zip file. This is the zip file containing the Function App code. Must be provided when OfflineDeploy is set to false | Default: The latest release of the Function App code."
3131
}

deploy/bicep/DeployAVDSessionHostReplacer.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param Location string = resourceGroup().location
77
param OfflineDeploy bool = false
88

99
@description('Required: No | URL of the FunctionApp.zip file. This is the zip file containing the Function App code. Must be provided when OfflineDeploy is set to false | Default: The latest release of the Function App code.')
10-
param FunctionAppZipUrl string = 'https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.2-beta.2/FunctionApp.zip'
10+
param FunctionAppZipUrl string = 'https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.2/FunctionApp.zip'
1111

1212
//Monitoring
1313
param EnableMonitoring bool = true

deploy/portal-ui/portal-ui.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"options": {
134134
"icon": "Info",
135135
"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.",
136-
"uri": "https://github.com/Azure/AVDReplacementPlans/blob/v0.3.2-beta.2/docs/Permissions.md"
136+
"uri": "https://github.com/Azure/AVDReplacementPlans/blob/v0.3.2/docs/Permissions.md"
137137
}
138138
}
139139
]
@@ -193,7 +193,7 @@
193193
"type": "Microsoft.Common.TextBlock",
194194
"visible": true,
195195
"options": {
196-
"text": "AVD session host replacer Portal UI Version: v0.3.2-beta.2",
196+
"text": "AVD session host replacer Portal UI Version: v0.3.2",
197197
"link": {
198198
"label": "GitHub Repository",
199199
"uri": "https://github.com/Azure/AVDSessionHostReplacer"

docs/CodeDeploy-offline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This code deploys the AVD Session Host Replacer without dependency on GitHub. Remember to assign the [needed permissions](Permissions.md).
44

55
Required Files:
6-
* [DeployAVDSessionHostReplacer.json](https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.2-beta.2/DeployAVDSessionHostReplacer.json)
7-
* [FunctionApp.zip](https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.2-beta.2/FunctionApp.zip)
6+
* [DeployAVDSessionHostReplacer.json](https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.2/DeployAVDSessionHostReplacer.json)
7+
* [FunctionApp.zip](https://github.com/Azure/AVDSessionHostReplacer/releases/download/v0.3.2/FunctionApp.zip)
88

99
### PowerShell
1010
```PowerShell

docs/CodeDeploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $TemplateParameters = @{
7474
$paramNewAzResourceGroupDeployment = @{
7575
Name = 'AVDSessionHostReplacer'
7676
ResourceGroupName = $ResourceGroupName
77-
TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.3.2-beta.2/deploy/arm/DeployAVDSessionHostReplacer.json'
77+
TemplateUri = 'https://raw.githubusercontent.com/Azure/AVDSessionHostReplacer/v0.3.2/deploy/arm/DeployAVDSessionHostReplacer.json'
7878
7979
# If you cloned the repo and want to deploy using the bicep file use this instead of the above line
8080
#TemplateFile = '.\deploy\bicep\DeployAVDSessionHostReplacer.bicep'

0 commit comments

Comments
 (0)