Skip to content

Commit 9a14db9

Browse files
authored
updating azurepowershell.ts file (#19605)
1 parent 3d3008c commit 9a14db9

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

Tasks/AzurePowerShellV5/azurepowershell.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async function run() {
169169
.arg('-ExecutionPolicy')
170170
.arg('Unrestricted')
171171
.arg('-Command')
172-
.arg(`. '{path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'`);
172+
.arg(`. '${path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'`);
173173

174174
let options = <tr.IExecOptions>{
175175
cwd: input_workingDirectory,

Tasks/AzurePowerShellV5/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 5,
2020
"Minor": 236,
21-
"Patch": 1
21+
"Patch": 2
2222
},
2323
"releaseNotes": "Added support for Az Module and cross platform agents.",
2424
"groups": [

Tasks/AzurePowerShellV5/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 5,
2020
"Minor": 236,
21-
"Patch": 1
21+
"Patch": 2
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"groups": [
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|5.236.1
2-
Node20_229_2|5.236.2
1+
Default|5.236.2
2+
Node20_229_2|5.236.3

_generated/AzurePowerShellV5/azurepowershell.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async function run() {
169169
.arg('-ExecutionPolicy')
170170
.arg('Unrestricted')
171171
.arg('-Command')
172-
.arg(`. '{path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'`);
172+
.arg(`. '${path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'`);
173173

174174
let options = <tr.IExecOptions>{
175175
cwd: input_workingDirectory,

_generated/AzurePowerShellV5/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 5,
2020
"Minor": 236,
21-
"Patch": 1
21+
"Patch": 2
2222
},
2323
"releaseNotes": "Added support for Az Module and cross platform agents.",
2424
"groups": [
@@ -204,7 +204,7 @@
204204
"PS_ExitCode": "PowerShell exited with code '{0}'."
205205
},
206206
"_buildConfigMapping": {
207-
"Default": "5.236.1",
208-
"Node20_229_2": "5.236.2"
207+
"Default": "5.236.2",
208+
"Node20_229_2": "5.236.3"
209209
}
210210
}

_generated/AzurePowerShellV5/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 5,
2020
"Minor": 236,
21-
"Patch": 1
21+
"Patch": 2
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"groups": [
@@ -204,7 +204,7 @@
204204
"PS_ExitCode": "ms-resource:loc.messages.PS_ExitCode"
205205
},
206206
"_buildConfigMapping": {
207-
"Default": "5.236.1",
208-
"Node20_229_2": "5.236.2"
207+
"Default": "5.236.2",
208+
"Node20_229_2": "5.236.3"
209209
}
210210
}

_generated/AzurePowerShellV5_Node20/azurepowershell.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async function run() {
169169
.arg('-ExecutionPolicy')
170170
.arg('Unrestricted')
171171
.arg('-Command')
172-
.arg(`. '{path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'`);
172+
.arg(`. '${path.join(path.resolve(__dirname),'RemoveAzContext.ps1')}'`);
173173

174174
let options = <tr.IExecOptions>{
175175
cwd: input_workingDirectory,

_generated/AzurePowerShellV5_Node20/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 5,
2020
"Minor": 236,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"releaseNotes": "Added support for Az Module and cross platform agents.",
2424
"groups": [
@@ -208,7 +208,7 @@
208208
"PS_ExitCode": "PowerShell exited with code '{0}'."
209209
},
210210
"_buildConfigMapping": {
211-
"Default": "5.236.1",
212-
"Node20_229_2": "5.236.2"
211+
"Default": "5.236.2",
212+
"Node20_229_2": "5.236.3"
213213
}
214214
}

_generated/AzurePowerShellV5_Node20/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 5,
2020
"Minor": 236,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"groups": [
@@ -208,7 +208,7 @@
208208
"PS_ExitCode": "ms-resource:loc.messages.PS_ExitCode"
209209
},
210210
"_buildConfigMapping": {
211-
"Default": "5.236.1",
212-
"Node20_229_2": "5.236.2"
211+
"Default": "5.236.2",
212+
"Node20_229_2": "5.236.3"
213213
}
214214
}

0 commit comments

Comments
 (0)