Skip to content

Commit 9aadabd

Browse files
authored
Upgrade Customescriptextension in AzureVmssDeploymentV1 (#20694)
1 parent cb801a2 commit 9aadabd

File tree

12 files changed

+2574
-1201
lines changed

12 files changed

+2574
-1201
lines changed

Tasks/AzureVmssDeploymentV1/operations/VirtualMachineScaleSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export default class VirtualMachineScaleSet {
290290
return <azureModel.VMExtensionMetadata>{
291291
type: "CustomScriptExtension",
292292
publisher: "Microsoft.Compute",
293-
typeHandlerVersion: "1.0"
293+
typeHandlerVersion: "1.10"
294294
}
295295
} else if (osType === "Linux") {
296296
return <azureModel.VMExtensionMetadata>{

Tasks/AzureVmssDeploymentV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 247,
18-
"Patch": 4
17+
"Minor": 249,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",

Tasks/AzureVmssDeploymentV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 247,
18-
"Patch": 4
17+
"Minor": 249,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|1.247.4
2-
Node20_229_6|1.247.5
1+
Default|1.249.0
2+
Node20_229_6|1.249.1

_generated/AzureVmssDeploymentV1/operations/VirtualMachineScaleSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export default class VirtualMachineScaleSet {
290290
return <azureModel.VMExtensionMetadata>{
291291
type: "CustomScriptExtension",
292292
publisher: "Microsoft.Compute",
293-
typeHandlerVersion: "1.0"
293+
typeHandlerVersion: "1.10"
294294
}
295295
} else if (osType === "Linux") {
296296
return <azureModel.VMExtensionMetadata>{

_generated/AzureVmssDeploymentV1/task.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 247,
18-
"Patch": 4
17+
"Minor": 249,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",
@@ -227,7 +227,7 @@
227227
"ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired."
228228
},
229229
"_buildConfigMapping": {
230-
"Default": "1.247.4",
231-
"Node20_229_6": "1.247.5"
230+
"Default": "1.249.0",
231+
"Node20_229_6": "1.249.1"
232232
}
233233
}

_generated/AzureVmssDeploymentV1/task.loc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 247,
18-
"Patch": 4
17+
"Minor": 249,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",
@@ -227,7 +227,7 @@
227227
"ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal"
228228
},
229229
"_buildConfigMapping": {
230-
"Default": "1.247.4",
231-
"Node20_229_6": "1.247.5"
230+
"Default": "1.249.0",
231+
"Node20_229_6": "1.249.1"
232232
}
233233
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
scripts-prepend-node-path=true
2+
3+
registry=https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/
4+
5+
always-auth=true

_generated/AzureVmssDeploymentV1_Node20/operations/VirtualMachineScaleSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export default class VirtualMachineScaleSet {
290290
return <azureModel.VMExtensionMetadata>{
291291
type: "CustomScriptExtension",
292292
publisher: "Microsoft.Compute",
293-
typeHandlerVersion: "1.0"
293+
typeHandlerVersion: "1.10"
294294
}
295295
} else if (osType === "Linux") {
296296
return <azureModel.VMExtensionMetadata>{

_generated/AzureVmssDeploymentV1_Node20/task.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 1,
17-
"Minor": 247,
18-
"Patch": 5
17+
"Minor": 249,
18+
"Patch": 1
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",
@@ -227,7 +227,7 @@
227227
"ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired."
228228
},
229229
"_buildConfigMapping": {
230-
"Default": "1.247.4",
231-
"Node20_229_6": "1.247.5"
230+
"Default": "1.249.0",
231+
"Node20_229_6": "1.249.1"
232232
}
233233
}

0 commit comments

Comments
 (0)