File tree Expand file tree Collapse file tree 12 files changed +2574
-1201
lines changed
Tasks/AzureVmssDeploymentV1
AzureVmssDeploymentV1_Node20 Expand file tree Collapse file tree 12 files changed +2574
-1201
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ export default class VirtualMachineScaleSet {
290
290
return < azureModel . VMExtensionMetadata > {
291
291
type : "CustomScriptExtension" ,
292
292
publisher : "Microsoft.Compute" ,
293
- typeHandlerVersion : "1.0 "
293
+ typeHandlerVersion : "1.10 "
294
294
}
295
295
} else if ( osType === "Linux" ) {
296
296
return < azureModel . VMExtensionMetadata > {
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 1 ,
17
- "Minor" : 247 ,
18
- "Patch" : 4
17
+ "Minor" : 249 ,
18
+ "Patch" : 0
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.209.0" ,
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 1 ,
17
- "Minor" : 247 ,
18
- "Patch" : 4
17
+ "Minor" : 249 ,
18
+ "Patch" : 0
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.209.0" ,
Original file line number Diff line number Diff line change 1
- Default|1.247.4
2
- Node20_229_6|1.247.5
1
+ Default|1.249.0
2
+ Node20_229_6|1.249.1
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ export default class VirtualMachineScaleSet {
290
290
return < azureModel . VMExtensionMetadata > {
291
291
type : "CustomScriptExtension" ,
292
292
publisher : "Microsoft.Compute" ,
293
- typeHandlerVersion : "1.0 "
293
+ typeHandlerVersion : "1.10 "
294
294
}
295
295
} else if ( osType === "Linux" ) {
296
296
return < azureModel . VMExtensionMetadata > {
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 1 ,
17
- "Minor" : 247 ,
18
- "Patch" : 4
17
+ "Minor" : 249 ,
18
+ "Patch" : 0
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.209.0" ,
227
227
"ExpiredServicePrincipal" : " Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired."
228
228
},
229
229
"_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 "
232
232
}
233
233
}
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 1 ,
17
- "Minor" : 247 ,
18
- "Patch" : 4
17
+ "Minor" : 249 ,
18
+ "Patch" : 0
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.209.0" ,
227
227
"ExpiredServicePrincipal" : " ms-resource:loc.messages.ExpiredServicePrincipal"
228
228
},
229
229
"_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 "
232
232
}
233
233
}
Original file line number Diff line number Diff line change 1
1
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
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ export default class VirtualMachineScaleSet {
290
290
return < azureModel . VMExtensionMetadata > {
291
291
type : "CustomScriptExtension" ,
292
292
publisher : "Microsoft.Compute" ,
293
- typeHandlerVersion : "1.0 "
293
+ typeHandlerVersion : "1.10 "
294
294
}
295
295
} else if ( osType === "Linux" ) {
296
296
return < azureModel . VMExtensionMetadata > {
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 1 ,
17
- "Minor" : 247 ,
18
- "Patch" : 5
17
+ "Minor" : 249 ,
18
+ "Patch" : 1
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.209.0" ,
227
227
"ExpiredServicePrincipal" : " Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired."
228
228
},
229
229
"_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 "
232
232
}
233
233
}
You can’t perform that action at this time.
0 commit comments