Skip to content

Commit 29e4221

Browse files
authored
Merge pull request #8294 from Microsoft/users/ansheno/fixAcrCalls139
Fix for get acr calls in secrets section in Kubernetes task
2 parents 06ef41a + ada5de1 commit 29e4221

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tasks/KubernetesV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 1,
16-
"Patch": 2
16+
"Patch": 3
1717
},
1818
"demands": [],
1919
"releaseNotes": "What's new in Version 1.0:<br/>&nbsp;Added new service connection type input for easy selection of Azure AKS cluster.<br/>&nbsp;Replaced output variable input with output variables section that we had added in all tasks.",
@@ -382,7 +382,7 @@
382382
"dataSourceBindings": [
383383
{
384384
"target": "azureContainerRegistry",
385-
"endpointId": "$(azureSubscriptionEndpoint2)",
385+
"endpointId": "$(azureSubscriptionEndpointForSecrets)",
386386
"dataSourceName": "AzureRMContainerRegistries",
387387
"resultTemplate": "{\"Value\":\"{{{properties.loginServer}}}\",\"DisplayValue\":\"{{{name}}}\"}"
388388
},

Tasks/KubernetesV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 1,
16-
"Patch": 2
16+
"Patch": 3
1717
},
1818
"demands": [],
1919
"releaseNotes": "ms-resource:loc.releaseNotes",
@@ -384,7 +384,7 @@
384384
"dataSourceBindings": [
385385
{
386386
"target": "azureContainerRegistry",
387-
"endpointId": "$(azureSubscriptionEndpoint2)",
387+
"endpointId": "$(azureSubscriptionEndpointForSecrets)",
388388
"dataSourceName": "AzureRMContainerRegistries",
389389
"resultTemplate": "{\"Value\":\"{{{properties.loginServer}}}\",\"DisplayValue\":\"{{{name}}}\"}"
390390
},

0 commit comments

Comments
 (0)