File tree Expand file tree Collapse file tree 9 files changed +86
-76
lines changed
Tasks/AzureResourceManagerTemplateDeploymentV3
AzureResourceManagerTemplateDeploymentV3_Node20
AzureResourceManagerTemplateDeploymentV3 Expand file tree Collapse file tree 9 files changed +86
-76
lines changed Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 3 ,
17
- "Minor" : 246 ,
18
- "Patch" : 2
17
+ "Minor" : 247 ,
18
+ "Patch" : 0
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.119.1" ,
246
246
{
247
247
"target" : " resourceGroupName" ,
248
248
"endpointId" : " $(ConnectedServiceName)" ,
249
- "dataSourceName" : " AzureResourceGroupsByExplicitSubscription" ,
250
- "parameters" : {
251
- "subscriptionId" : " $(subscriptionName)"
252
- }
249
+ "endpointUrl" : " {{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/resourcegroups?$skiptoken={{{skiptoken}}}&api-version=2016-02-01" ,
250
+ "callbackContextTemplate" : " {\" skiptoken\" : \" {{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\" }" ,
251
+ "callbackRequiredTemplate" : " {{isTokenPresent response.nextLink}}" ,
252
+ "initialContextTemplate" : " {\" skiptoken\" : \"\" }" ,
253
+ "resultSelector" : " jsonpath:$.value[*].name"
253
254
},
254
255
{
255
256
"target" : " location" ,
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 3 ,
17
- "Minor" : 246 ,
18
- "Patch" : 2
17
+ "Minor" : 247 ,
18
+ "Patch" : 0
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.119.1" ,
246
246
{
247
247
"target" : " resourceGroupName" ,
248
248
"endpointId" : " $(ConnectedServiceName)" ,
249
- "dataSourceName" : " AzureResourceGroupsByExplicitSubscription" ,
250
- "parameters" : {
251
- "subscriptionId" : " $(subscriptionName)"
252
- }
249
+ "endpointUrl" : " {{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/resourcegroups?$skiptoken={{{skiptoken}}}&api-version=2016-02-01" ,
250
+ "callbackContextTemplate" : " {\" skiptoken\" : \" {{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\" }" ,
251
+ "callbackRequiredTemplate" : " {{isTokenPresent response.nextLink}}" ,
252
+ "initialContextTemplate" : " {\" skiptoken\" : \"\" }" ,
253
+ "resultSelector" : " jsonpath:$.value[*].name"
253
254
},
254
255
{
255
256
"target" : " location" ,
Original file line number Diff line number Diff line change 1
- Default|3.246.2
2
- Node20_229_2|3.246.3
1
+ Default|3.247.0
2
+ Node20_229_2|3.247.1
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 3 ,
17
- "Minor" : 246 ,
18
- "Patch" : 2
17
+ "Minor" : 247 ,
18
+ "Patch" : 0
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.119.1" ,
246
246
{
247
247
"target" : " resourceGroupName" ,
248
248
"endpointId" : " $(ConnectedServiceName)" ,
249
- "dataSourceName" : " AzureResourceGroupsByExplicitSubscription" ,
250
- "parameters" : {
251
- "subscriptionId" : " $(subscriptionName)"
252
- }
249
+ "endpointUrl" : " {{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/resourcegroups?$skiptoken={{{skiptoken}}}&api-version=2016-02-01" ,
250
+ "callbackContextTemplate" : " {\" skiptoken\" : \" {{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\" }" ,
251
+ "callbackRequiredTemplate" : " {{isTokenPresent response.nextLink}}" ,
252
+ "initialContextTemplate" : " {\" skiptoken\" : \"\" }" ,
253
+ "resultSelector" : " jsonpath:$.value[*].name"
253
254
},
254
255
{
255
256
"target" : " location" ,
336
337
"IncompatibleAzureCLIVersionBicepParam" : " Azure CLI version should be >= 2.47.0 to use .bicepparam file"
337
338
},
338
339
"_buildConfigMapping" : {
339
- "Default" : " 3.246.2 " ,
340
- "Node20_229_2" : " 3.246.3 "
340
+ "Default" : " 3.247.0 " ,
341
+ "Node20_229_2" : " 3.247.1 "
341
342
}
342
343
}
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 3 ,
17
- "Minor" : 246 ,
18
- "Patch" : 2
17
+ "Minor" : 247 ,
18
+ "Patch" : 0
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.119.1" ,
246
246
{
247
247
"target" : " resourceGroupName" ,
248
248
"endpointId" : " $(ConnectedServiceName)" ,
249
- "dataSourceName" : " AzureResourceGroupsByExplicitSubscription" ,
250
- "parameters" : {
251
- "subscriptionId" : " $(subscriptionName)"
252
- }
249
+ "endpointUrl" : " {{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/resourcegroups?$skiptoken={{{skiptoken}}}&api-version=2016-02-01" ,
250
+ "callbackContextTemplate" : " {\" skiptoken\" : \" {{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\" }" ,
251
+ "callbackRequiredTemplate" : " {{isTokenPresent response.nextLink}}" ,
252
+ "initialContextTemplate" : " {\" skiptoken\" : \"\" }" ,
253
+ "resultSelector" : " jsonpath:$.value[*].name"
253
254
},
254
255
{
255
256
"target" : " location" ,
336
337
"IncompatibleAzureCLIVersionBicepParam" : " ms-resource:loc.messages.IncompatibleAzureCLIVersionBicepParam"
337
338
},
338
339
"_buildConfigMapping" : {
339
- "Default" : " 3.246.2 " ,
340
- "Node20_229_2" : " 3.246.3 "
340
+ "Default" : " 3.247.0 " ,
341
+ "Node20_229_2" : " 3.247.1 "
341
342
}
342
343
}
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 3 ,
17
- "Minor" : 246 ,
18
- "Patch" : 3
17
+ "Minor" : 247 ,
18
+ "Patch" : 1
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.119.1" ,
246
246
{
247
247
"target" : " resourceGroupName" ,
248
248
"endpointId" : " $(ConnectedServiceName)" ,
249
- "dataSourceName" : " AzureResourceGroupsByExplicitSubscription" ,
250
- "parameters" : {
251
- "subscriptionId" : " $(subscriptionName)"
252
- }
249
+ "endpointUrl" : " {{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/resourcegroups?$skiptoken={{{skiptoken}}}&api-version=2016-02-01" ,
250
+ "callbackContextTemplate" : " {\" skiptoken\" : \" {{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\" }" ,
251
+ "callbackRequiredTemplate" : " {{isTokenPresent response.nextLink}}" ,
252
+ "initialContextTemplate" : " {\" skiptoken\" : \"\" }" ,
253
+ "resultSelector" : " jsonpath:$.value[*].name"
253
254
},
254
255
{
255
256
"target" : " location" ,
340
341
"IncompatibleAzureCLIVersionBicepParam" : " Azure CLI version should be >= 2.47.0 to use .bicepparam file"
341
342
},
342
343
"_buildConfigMapping" : {
343
- "Default" : " 3.246.2 " ,
344
- "Node20_229_2" : " 3.246.3 "
344
+ "Default" : " 3.247.0 " ,
345
+ "Node20_229_2" : " 3.247.1 "
345
346
}
346
347
}
Original file line number Diff line number Diff line change 14
14
"author" : " Microsoft Corporation" ,
15
15
"version" : {
16
16
"Major" : 3 ,
17
- "Minor" : 246 ,
18
- "Patch" : 3
17
+ "Minor" : 247 ,
18
+ "Patch" : 1
19
19
},
20
20
"demands" : [],
21
21
"minimumAgentVersion" : " 2.119.1" ,
246
246
{
247
247
"target" : " resourceGroupName" ,
248
248
"endpointId" : " $(ConnectedServiceName)" ,
249
- "dataSourceName" : " AzureResourceGroupsByExplicitSubscription" ,
250
- "parameters" : {
251
- "subscriptionId" : " $(subscriptionName)"
252
- }
249
+ "endpointUrl" : " {{{endpoint.url}}}/subscriptions/{{{endpoint.subscriptionId}}}/resourcegroups?$skiptoken={{{skiptoken}}}&api-version=2016-02-01" ,
250
+ "callbackContextTemplate" : " {\" skiptoken\" : \" {{#getTokenValue response.nextLink}}{{extractUrlQueryParameter %24skiptoken}}{{/getTokenValue}}\" }" ,
251
+ "callbackRequiredTemplate" : " {{isTokenPresent response.nextLink}}" ,
252
+ "initialContextTemplate" : " {\" skiptoken\" : \"\" }" ,
253
+ "resultSelector" : " jsonpath:$.value[*].name"
253
254
},
254
255
{
255
256
"target" : " location" ,
340
341
"IncompatibleAzureCLIVersionBicepParam" : " ms-resource:loc.messages.IncompatibleAzureCLIVersionBicepParam"
341
342
},
342
343
"_buildConfigMapping" : {
343
- "Default" : " 3.246.2 " ,
344
- "Node20_229_2" : " 3.246.3 "
344
+ "Default" : " 3.247.0 " ,
345
+ "Node20_229_2" : " 3.247.1 "
345
346
}
346
347
}
You can’t perform that action at this time.
0 commit comments