Skip to content

Commit b3edee2

Browse files
authored
pass the managed identity in the setting section of customescript json (#20561)
1 parent f303668 commit b3edee2

File tree

10 files changed

+22
-19
lines changed

10 files changed

+22
-19
lines changed

Diff for: Tasks/AzureVmssDeploymentV1/operations/VirtualMachineScaleSet.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export default class VirtualMachineScaleSet {
8484
autoUpgradeMinorVersion: true,
8585
settings: {
8686
"commandToExecute": customScriptInfo.command,
87-
"fileUris": customScriptInfo.blobUris
87+
"fileUris": customScriptInfo.blobUris,
88+
"managedIdentity":{}
8889
},
8990
protectedSettings: {
9091
"storageAccountName": customScriptInfo.storageAccount.name

Diff for: Tasks/AzureVmssDeploymentV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 1,
1717
"Minor": 247,
18-
"Patch": 2
18+
"Patch": 4
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",

Diff for: Tasks/AzureVmssDeploymentV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 1,
1717
"Minor": 247,
18-
"Patch": 2
18+
"Patch": 4
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.209.0",

Diff for: _generated/AzureVmssDeploymentV1.versionmap.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|1.247.2
2-
Node20_229_6|1.247.3
1+
Default|1.247.4
2+
Node20_229_6|1.247.5

Diff for: _generated/AzureVmssDeploymentV1/operations/VirtualMachineScaleSet.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export default class VirtualMachineScaleSet {
8484
autoUpgradeMinorVersion: true,
8585
settings: {
8686
"commandToExecute": customScriptInfo.command,
87-
"fileUris": customScriptInfo.blobUris
87+
"fileUris": customScriptInfo.blobUris,
88+
"managedIdentity":{}
8889
},
8990
protectedSettings: {
9091
"storageAccountName": customScriptInfo.storageAccount.name

Diff for: _generated/AzureVmssDeploymentV1/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 1,
1717
"Minor": 247,
18-
"Patch": 2
18+
"Patch": 4
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.2",
231-
"Node20_229_6": "1.247.3"
230+
"Default": "1.247.4",
231+
"Node20_229_6": "1.247.5"
232232
}
233233
}

Diff for: _generated/AzureVmssDeploymentV1/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 1,
1717
"Minor": 247,
18-
"Patch": 2
18+
"Patch": 4
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.2",
231-
"Node20_229_6": "1.247.3"
230+
"Default": "1.247.4",
231+
"Node20_229_6": "1.247.5"
232232
}
233233
}

Diff for: _generated/AzureVmssDeploymentV1_Node20/operations/VirtualMachineScaleSet.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export default class VirtualMachineScaleSet {
8484
autoUpgradeMinorVersion: true,
8585
settings: {
8686
"commandToExecute": customScriptInfo.command,
87-
"fileUris": customScriptInfo.blobUris
87+
"fileUris": customScriptInfo.blobUris,
88+
"managedIdentity":{}
8889
},
8990
protectedSettings: {
9091
"storageAccountName": customScriptInfo.storageAccount.name

Diff for: _generated/AzureVmssDeploymentV1_Node20/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 1,
1717
"Minor": 247,
18-
"Patch": 3
18+
"Patch": 5
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.2",
231-
"Node20_229_6": "1.247.3"
230+
"Default": "1.247.4",
231+
"Node20_229_6": "1.247.5"
232232
}
233233
}

Diff for: _generated/AzureVmssDeploymentV1_Node20/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 1,
1717
"Minor": 247,
18-
"Patch": 3
18+
"Patch": 5
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.2",
231-
"Node20_229_6": "1.247.3"
230+
"Default": "1.247.4",
231+
"Node20_229_6": "1.247.5"
232232
}
233233
}

0 commit comments

Comments
 (0)