Skip to content

Commit 4c7c206

Browse files
authored
Fixed the issue as a part of DTS2183472 (#20196)
* Fixed the issue as a part of DTS2183472 * Fix for PR run checks * PR checks failure fix * PR checks fail fixes
1 parent cbb8dd5 commit 4c7c206

18 files changed

+196
-224
lines changed

Tasks/HelmDeployV0/package-lock.json

+32-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/HelmDeployV0/task.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 243,
17-
"Patch": 2
17+
"Patch": 8
1818
},
1919
"demands": [],
2020
"groups": [
@@ -475,10 +475,10 @@
475475
{
476476
"target": "azureResourceGroup",
477477
"endpointId": "$(azureSubscriptionEndpoint)",
478-
"endpointUrl": "{{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/providers/Microsoft.ContainerService/managedClusters?api-version=2017-08-31&$skiptoken={{{skiptoken}}}",
479-
"callbackContextTemplate": "{\"skiptoken\": \"{{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\"}",
478+
"endpointUrl": "{{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/providers/Microsoft.ContainerService/managedClusters?$skipToken={{{skipToken}}}&api-version=2017-08-31",
479+
"callbackContextTemplate": "{\"skipToken\": \"{{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skipToken}}{{/getTokenValue}}\"}",
480480
"callbackRequiredTemplate": "{{isTokenPresent response.nextLink}}",
481-
"initialContextTemplate": "{\"skiptoken\": \"\"}",
481+
"initialContextTemplate": "{\"skipToken\": \"\"}",
482482
"resultSelector": "jsonpath:$.value[*]",
483483
"resultTemplate": "{{{ #extractResource id resourcegroups}}}"
484484
},

Tasks/HelmDeployV0/task.loc.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 243,
17-
"Patch": 2
17+
"Patch": 8
1818
},
1919
"demands": [],
2020
"groups": [
@@ -475,10 +475,10 @@
475475
{
476476
"target": "azureResourceGroup",
477477
"endpointId": "$(azureSubscriptionEndpoint)",
478-
"endpointUrl": "{{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/providers/Microsoft.ContainerService/managedClusters?api-version=2017-08-31&$skiptoken={{{skiptoken}}}",
479-
"callbackContextTemplate": "{\"skiptoken\": \"{{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\"}",
478+
"endpointUrl": "{{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/providers/Microsoft.ContainerService/managedClusters?$skipToken={{{skipToken}}}&api-version=2017-08-31",
479+
"callbackContextTemplate": "{\"skipToken\": \"{{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skipToken}}{{/getTokenValue}}\"}",
480480
"callbackRequiredTemplate": "{{isTokenPresent response.nextLink}}",
481-
"initialContextTemplate": "{\"skiptoken\": \"\"}",
481+
"initialContextTemplate": "{\"skipToken\": \"\"}",
482482
"resultSelector": "jsonpath:$.value[*]",
483483
"resultTemplate": "{{{ #extractResource id resourcegroups}}}"
484484
},

Tasks/HelmDeployV1/package-lock.json

+32-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/HelmDeployV1/task.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 243,
17-
"Patch": 2
17+
"Patch": 8
1818
},
1919
"demands": [],
2020
"groups": [
@@ -475,10 +475,10 @@
475475
{
476476
"target": "azureResourceGroup",
477477
"endpointId": "$(azureSubscriptionEndpoint)",
478-
"endpointUrl": "{{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/providers/Microsoft.ContainerService/managedClusters?api-version=2017-08-31&$skiptoken={{{skiptoken}}}",
479-
"callbackContextTemplate": "{\"skiptoken\": \"{{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\"}",
478+
"endpointUrl": "{{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/providers/Microsoft.ContainerService/managedClusters?$skipToken={{{skipToken}}}&api-version=2017-08-31",
479+
"callbackContextTemplate": "{\"skipToken\": \"{{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skipToken}}{{/getTokenValue}}\"}",
480480
"callbackRequiredTemplate": "{{isTokenPresent response.nextLink}}",
481-
"initialContextTemplate": "{\"skiptoken\": \"\"}",
481+
"initialContextTemplate": "{\"skipToken\": \"\"}",
482482
"resultSelector": "jsonpath:$.value[*]",
483483
"resultTemplate": "{{{ #extractResource id resourcegroups}}}"
484484
},

Tasks/HelmDeployV1/task.loc.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 243,
17-
"Patch": 2
17+
"Patch": 8
1818
},
1919
"demands": [],
2020
"groups": [
@@ -475,10 +475,10 @@
475475
{
476476
"target": "azureResourceGroup",
477477
"endpointId": "$(azureSubscriptionEndpoint)",
478-
"endpointUrl": "{{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/providers/Microsoft.ContainerService/managedClusters?api-version=2017-08-31&$skiptoken={{{skiptoken}}}",
479-
"callbackContextTemplate": "{\"skiptoken\": \"{{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\"}",
478+
"endpointUrl": "{{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/providers/Microsoft.ContainerService/managedClusters?$skipToken={{{skipToken}}}&api-version=2017-08-31",
479+
"callbackContextTemplate": "{\"skipToken\": \"{{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skipToken}}{{/getTokenValue}}\"}",
480480
"callbackRequiredTemplate": "{{isTokenPresent response.nextLink}}",
481-
"initialContextTemplate": "{\"skiptoken\": \"\"}",
481+
"initialContextTemplate": "{\"skipToken\": \"\"}",
482482
"resultSelector": "jsonpath:$.value[*]",
483483
"resultTemplate": "{{{ #extractResource id resourcegroups}}}"
484484
},
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|0.243.2
2-
Node20_229_3|0.243.3
1+
Default|0.243.8
2+
Node20_229_3|0.243.9

_generated/HelmDeployV0/package-lock.json

+32-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)