@azure/arm-resources 5.2.1-alpha.20250226.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -8
- package/README.md +0 -2
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +8 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +181 -4
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +28 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +8 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1167 -892
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +97 -97
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/deploymentOperations.js +79 -79
- package/dist/browser/operations/deploymentOperations.js.map +1 -1
- package/dist/browser/operations/deployments.d.ts.map +1 -1
- package/dist/browser/operations/deployments.js +343 -343
- package/dist/browser/operations/deployments.js.map +1 -1
- package/dist/browser/operations/operations.js +9 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/providerResourceTypes.js +5 -5
- package/dist/browser/operations/providerResourceTypes.js.map +1 -1
- package/dist/browser/operations/providers.d.ts +4 -1
- package/dist/browser/operations/providers.d.ts.map +1 -1
- package/dist/browser/operations/providers.js +51 -48
- package/dist/browser/operations/providers.js.map +1 -1
- package/dist/browser/operations/resourceGroups.d.ts.map +1 -1
- package/dist/browser/operations/resourceGroups.js +51 -51
- package/dist/browser/operations/resourceGroups.js.map +1 -1
- package/dist/browser/operations/resources.d.ts +3 -1
- package/dist/browser/operations/resources.d.ts.map +1 -1
- package/dist/browser/operations/resources.js +125 -123
- package/dist/browser/operations/resources.js.map +1 -1
- package/dist/browser/operations/tagsOperations.d.ts +29 -3
- package/dist/browser/operations/tagsOperations.d.ts.map +1 -1
- package/dist/browser/operations/tagsOperations.js +204 -51
- package/dist/browser/operations/tagsOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/deployments.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/browser/operationsInterfaces/providers.d.ts +4 -1
- package/dist/browser/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/providers.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/browser/operationsInterfaces/resources.d.ts +3 -1
- package/dist/browser/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resources.js.map +1 -1
- package/dist/browser/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/browser/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/resourceManagementClient.d.ts +2 -1
- package/dist/browser/resourceManagementClient.d.ts.map +1 -1
- package/dist/browser/resourceManagementClient.js +16 -18
- package/dist/browser/resourceManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +8 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +181 -4
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +29 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +8 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1169 -894
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +96 -96
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/deploymentOperations.js +79 -79
- package/dist/commonjs/operations/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operations/deployments.d.ts.map +1 -1
- package/dist/commonjs/operations/deployments.js +342 -342
- package/dist/commonjs/operations/deployments.js.map +1 -1
- package/dist/commonjs/operations/operations.js +9 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/providerResourceTypes.js +5 -5
- package/dist/commonjs/operations/providerResourceTypes.js.map +1 -1
- package/dist/commonjs/operations/providers.d.ts +4 -1
- package/dist/commonjs/operations/providers.d.ts.map +1 -1
- package/dist/commonjs/operations/providers.js +51 -48
- package/dist/commonjs/operations/providers.js.map +1 -1
- package/dist/commonjs/operations/resourceGroups.d.ts.map +1 -1
- package/dist/commonjs/operations/resourceGroups.js +50 -50
- package/dist/commonjs/operations/resourceGroups.js.map +1 -1
- package/dist/commonjs/operations/resources.d.ts +3 -1
- package/dist/commonjs/operations/resources.d.ts.map +1 -1
- package/dist/commonjs/operations/resources.js +124 -122
- package/dist/commonjs/operations/resources.js.map +1 -1
- package/dist/commonjs/operations/tagsOperations.d.ts +29 -3
- package/dist/commonjs/operations/tagsOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/tagsOperations.js +204 -51
- package/dist/commonjs/operations/tagsOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/providers.d.ts +4 -1
- package/dist/commonjs/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/providers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resources.d.ts +3 -1
- package/dist/commonjs/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/resourceManagementClient.d.ts +2 -1
- package/dist/commonjs/resourceManagementClient.d.ts.map +1 -1
- package/dist/commonjs/resourceManagementClient.js +15 -17
- package/dist/commonjs/resourceManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +8 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +181 -4
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +28 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +8 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1167 -892
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +97 -97
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/deploymentOperations.js +79 -79
- package/dist/esm/operations/deploymentOperations.js.map +1 -1
- package/dist/esm/operations/deployments.d.ts.map +1 -1
- package/dist/esm/operations/deployments.js +343 -343
- package/dist/esm/operations/deployments.js.map +1 -1
- package/dist/esm/operations/operations.js +9 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/providerResourceTypes.js +5 -5
- package/dist/esm/operations/providerResourceTypes.js.map +1 -1
- package/dist/esm/operations/providers.d.ts +4 -1
- package/dist/esm/operations/providers.d.ts.map +1 -1
- package/dist/esm/operations/providers.js +51 -48
- package/dist/esm/operations/providers.js.map +1 -1
- package/dist/esm/operations/resourceGroups.d.ts.map +1 -1
- package/dist/esm/operations/resourceGroups.js +51 -51
- package/dist/esm/operations/resourceGroups.js.map +1 -1
- package/dist/esm/operations/resources.d.ts +3 -1
- package/dist/esm/operations/resources.d.ts.map +1 -1
- package/dist/esm/operations/resources.js +125 -123
- package/dist/esm/operations/resources.js.map +1 -1
- package/dist/esm/operations/tagsOperations.d.ts +29 -3
- package/dist/esm/operations/tagsOperations.d.ts.map +1 -1
- package/dist/esm/operations/tagsOperations.js +204 -51
- package/dist/esm/operations/tagsOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/deployments.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/esm/operationsInterfaces/providers.d.ts +4 -1
- package/dist/esm/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/providers.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/esm/operationsInterfaces/resources.d.ts +3 -1
- package/dist/esm/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resources.js.map +1 -1
- package/dist/esm/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/esm/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/resourceManagementClient.d.ts +2 -1
- package/dist/esm/resourceManagementClient.d.ts.map +1 -1
- package/dist/esm/resourceManagementClient.js +16 -18
- package/dist/esm/resourceManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +8 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +181 -4
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +28 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +8 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1167 -892
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +97 -97
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/deploymentOperations.js +79 -79
- package/dist/react-native/operations/deploymentOperations.js.map +1 -1
- package/dist/react-native/operations/deployments.d.ts.map +1 -1
- package/dist/react-native/operations/deployments.js +343 -343
- package/dist/react-native/operations/deployments.js.map +1 -1
- package/dist/react-native/operations/operations.js +9 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/providerResourceTypes.js +5 -5
- package/dist/react-native/operations/providerResourceTypes.js.map +1 -1
- package/dist/react-native/operations/providers.d.ts +4 -1
- package/dist/react-native/operations/providers.d.ts.map +1 -1
- package/dist/react-native/operations/providers.js +51 -48
- package/dist/react-native/operations/providers.js.map +1 -1
- package/dist/react-native/operations/resourceGroups.d.ts.map +1 -1
- package/dist/react-native/operations/resourceGroups.js +51 -51
- package/dist/react-native/operations/resourceGroups.js.map +1 -1
- package/dist/react-native/operations/resources.d.ts +3 -1
- package/dist/react-native/operations/resources.d.ts.map +1 -1
- package/dist/react-native/operations/resources.js +125 -123
- package/dist/react-native/operations/resources.js.map +1 -1
- package/dist/react-native/operations/tagsOperations.d.ts +29 -3
- package/dist/react-native/operations/tagsOperations.d.ts.map +1 -1
- package/dist/react-native/operations/tagsOperations.js +204 -51
- package/dist/react-native/operations/tagsOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deployments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/providers.d.ts +4 -1
- package/dist/react-native/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/providers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resources.d.ts +3 -1
- package/dist/react-native/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/react-native/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/resourceManagementClient.d.ts +2 -1
- package/dist/react-native/resourceManagementClient.d.ts.map +1 -1
- package/dist/react-native/resourceManagementClient.js +16 -18
- package/dist/react-native/resourceManagementClient.js.map +1 -1
- package/package.json +9 -9
- package/review/arm-resources.api.md +107 -6
|
@@ -44,7 +44,7 @@ class DeploymentsImpl {
|
|
|
44
44
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
45
|
}
|
|
46
46
|
return this.listAtScopePagingPage(scope, options, settings);
|
|
47
|
-
}
|
|
47
|
+
},
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
listAtScopePagingPage(scope, options, settings) {
|
|
@@ -105,7 +105,7 @@ class DeploymentsImpl {
|
|
|
105
105
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
106
106
|
}
|
|
107
107
|
return this.listAtTenantScopePagingPage(options, settings);
|
|
108
|
-
}
|
|
108
|
+
},
|
|
109
109
|
};
|
|
110
110
|
}
|
|
111
111
|
listAtTenantScopePagingPage(options, settings) {
|
|
@@ -167,7 +167,7 @@ class DeploymentsImpl {
|
|
|
167
167
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
168
168
|
}
|
|
169
169
|
return this.listAtManagementGroupScopePagingPage(groupId, options, settings);
|
|
170
|
-
}
|
|
170
|
+
},
|
|
171
171
|
};
|
|
172
172
|
}
|
|
173
173
|
listAtManagementGroupScopePagingPage(groupId, options, settings) {
|
|
@@ -228,7 +228,7 @@ class DeploymentsImpl {
|
|
|
228
228
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
229
229
|
}
|
|
230
230
|
return this.listAtSubscriptionScopePagingPage(options, settings);
|
|
231
|
-
}
|
|
231
|
+
},
|
|
232
232
|
};
|
|
233
233
|
}
|
|
234
234
|
listAtSubscriptionScopePagingPage(options, settings) {
|
|
@@ -291,7 +291,7 @@ class DeploymentsImpl {
|
|
|
291
291
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
292
292
|
}
|
|
293
293
|
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
294
|
-
}
|
|
294
|
+
},
|
|
295
295
|
};
|
|
296
296
|
}
|
|
297
297
|
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
@@ -365,18 +365,18 @@ class DeploymentsImpl {
|
|
|
365
365
|
rawResponse: {
|
|
366
366
|
statusCode: currentRawResponse.status,
|
|
367
367
|
body: currentRawResponse.parsedBody,
|
|
368
|
-
headers: currentRawResponse.headers.toJSON()
|
|
369
|
-
}
|
|
368
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
369
|
+
},
|
|
370
370
|
};
|
|
371
371
|
};
|
|
372
372
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
373
373
|
sendOperationFn,
|
|
374
374
|
args: { scope, deploymentName, options },
|
|
375
|
-
spec: deleteAtScopeOperationSpec
|
|
375
|
+
spec: deleteAtScopeOperationSpec,
|
|
376
376
|
});
|
|
377
377
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
378
378
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
379
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
379
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
380
380
|
});
|
|
381
381
|
await poller.poll();
|
|
382
382
|
return poller;
|
|
@@ -432,18 +432,18 @@ class DeploymentsImpl {
|
|
|
432
432
|
rawResponse: {
|
|
433
433
|
statusCode: currentRawResponse.status,
|
|
434
434
|
body: currentRawResponse.parsedBody,
|
|
435
|
-
headers: currentRawResponse.headers.toJSON()
|
|
436
|
-
}
|
|
435
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
436
|
+
},
|
|
437
437
|
};
|
|
438
438
|
};
|
|
439
439
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
440
440
|
sendOperationFn,
|
|
441
441
|
args: { scope, deploymentName, parameters, options },
|
|
442
|
-
spec: createOrUpdateAtScopeOperationSpec
|
|
442
|
+
spec: createOrUpdateAtScopeOperationSpec,
|
|
443
443
|
});
|
|
444
444
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
445
445
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
446
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
446
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
447
447
|
});
|
|
448
448
|
await poller.poll();
|
|
449
449
|
return poller;
|
|
@@ -506,18 +506,18 @@ class DeploymentsImpl {
|
|
|
506
506
|
rawResponse: {
|
|
507
507
|
statusCode: currentRawResponse.status,
|
|
508
508
|
body: currentRawResponse.parsedBody,
|
|
509
|
-
headers: currentRawResponse.headers.toJSON()
|
|
510
|
-
}
|
|
509
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
510
|
+
},
|
|
511
511
|
};
|
|
512
512
|
};
|
|
513
513
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
514
514
|
sendOperationFn,
|
|
515
515
|
args: { scope, deploymentName, parameters, options },
|
|
516
|
-
spec: validateAtScopeOperationSpec
|
|
516
|
+
spec: validateAtScopeOperationSpec,
|
|
517
517
|
});
|
|
518
518
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
519
519
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
520
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
520
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
521
521
|
});
|
|
522
522
|
await poller.poll();
|
|
523
523
|
return poller;
|
|
@@ -581,18 +581,18 @@ class DeploymentsImpl {
|
|
|
581
581
|
rawResponse: {
|
|
582
582
|
statusCode: currentRawResponse.status,
|
|
583
583
|
body: currentRawResponse.parsedBody,
|
|
584
|
-
headers: currentRawResponse.headers.toJSON()
|
|
585
|
-
}
|
|
584
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
585
|
+
},
|
|
586
586
|
};
|
|
587
587
|
};
|
|
588
588
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
589
589
|
sendOperationFn,
|
|
590
590
|
args: { deploymentName, options },
|
|
591
|
-
spec: deleteAtTenantScopeOperationSpec
|
|
591
|
+
spec: deleteAtTenantScopeOperationSpec,
|
|
592
592
|
});
|
|
593
593
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
594
594
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
595
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
595
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
596
596
|
});
|
|
597
597
|
await poller.poll();
|
|
598
598
|
return poller;
|
|
@@ -645,18 +645,18 @@ class DeploymentsImpl {
|
|
|
645
645
|
rawResponse: {
|
|
646
646
|
statusCode: currentRawResponse.status,
|
|
647
647
|
body: currentRawResponse.parsedBody,
|
|
648
|
-
headers: currentRawResponse.headers.toJSON()
|
|
649
|
-
}
|
|
648
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
649
|
+
},
|
|
650
650
|
};
|
|
651
651
|
};
|
|
652
652
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
653
653
|
sendOperationFn,
|
|
654
654
|
args: { deploymentName, parameters, options },
|
|
655
|
-
spec: createOrUpdateAtTenantScopeOperationSpec
|
|
655
|
+
spec: createOrUpdateAtTenantScopeOperationSpec,
|
|
656
656
|
});
|
|
657
657
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
658
658
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
659
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
659
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
660
660
|
});
|
|
661
661
|
await poller.poll();
|
|
662
662
|
return poller;
|
|
@@ -715,18 +715,18 @@ class DeploymentsImpl {
|
|
|
715
715
|
rawResponse: {
|
|
716
716
|
statusCode: currentRawResponse.status,
|
|
717
717
|
body: currentRawResponse.parsedBody,
|
|
718
|
-
headers: currentRawResponse.headers.toJSON()
|
|
719
|
-
}
|
|
718
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
719
|
+
},
|
|
720
720
|
};
|
|
721
721
|
};
|
|
722
722
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
723
723
|
sendOperationFn,
|
|
724
724
|
args: { deploymentName, parameters, options },
|
|
725
|
-
spec: validateAtTenantScopeOperationSpec
|
|
725
|
+
spec: validateAtTenantScopeOperationSpec,
|
|
726
726
|
});
|
|
727
727
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
728
728
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
729
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
729
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
730
730
|
});
|
|
731
731
|
await poller.poll();
|
|
732
732
|
return poller;
|
|
@@ -767,19 +767,19 @@ class DeploymentsImpl {
|
|
|
767
767
|
rawResponse: {
|
|
768
768
|
statusCode: currentRawResponse.status,
|
|
769
769
|
body: currentRawResponse.parsedBody,
|
|
770
|
-
headers: currentRawResponse.headers.toJSON()
|
|
771
|
-
}
|
|
770
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
771
|
+
},
|
|
772
772
|
};
|
|
773
773
|
};
|
|
774
774
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
775
775
|
sendOperationFn,
|
|
776
776
|
args: { deploymentName, parameters, options },
|
|
777
|
-
spec: whatIfAtTenantScopeOperationSpec
|
|
777
|
+
spec: whatIfAtTenantScopeOperationSpec,
|
|
778
778
|
});
|
|
779
779
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
780
780
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
781
781
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
782
|
-
resourceLocationConfig: "location"
|
|
782
|
+
resourceLocationConfig: "location",
|
|
783
783
|
});
|
|
784
784
|
await poller.poll();
|
|
785
785
|
return poller;
|
|
@@ -840,18 +840,18 @@ class DeploymentsImpl {
|
|
|
840
840
|
rawResponse: {
|
|
841
841
|
statusCode: currentRawResponse.status,
|
|
842
842
|
body: currentRawResponse.parsedBody,
|
|
843
|
-
headers: currentRawResponse.headers.toJSON()
|
|
844
|
-
}
|
|
843
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
844
|
+
},
|
|
845
845
|
};
|
|
846
846
|
};
|
|
847
847
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
848
848
|
sendOperationFn,
|
|
849
849
|
args: { groupId, deploymentName, options },
|
|
850
|
-
spec: deleteAtManagementGroupScopeOperationSpec
|
|
850
|
+
spec: deleteAtManagementGroupScopeOperationSpec,
|
|
851
851
|
});
|
|
852
852
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
853
853
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
854
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
854
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
855
855
|
});
|
|
856
856
|
await poller.poll();
|
|
857
857
|
return poller;
|
|
@@ -907,18 +907,18 @@ class DeploymentsImpl {
|
|
|
907
907
|
rawResponse: {
|
|
908
908
|
statusCode: currentRawResponse.status,
|
|
909
909
|
body: currentRawResponse.parsedBody,
|
|
910
|
-
headers: currentRawResponse.headers.toJSON()
|
|
911
|
-
}
|
|
910
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
911
|
+
},
|
|
912
912
|
};
|
|
913
913
|
};
|
|
914
914
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
915
915
|
sendOperationFn,
|
|
916
916
|
args: { groupId, deploymentName, parameters, options },
|
|
917
|
-
spec: createOrUpdateAtManagementGroupScopeOperationSpec
|
|
917
|
+
spec: createOrUpdateAtManagementGroupScopeOperationSpec,
|
|
918
918
|
});
|
|
919
919
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
920
920
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
921
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
921
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
922
922
|
});
|
|
923
923
|
await poller.poll();
|
|
924
924
|
return poller;
|
|
@@ -981,18 +981,18 @@ class DeploymentsImpl {
|
|
|
981
981
|
rawResponse: {
|
|
982
982
|
statusCode: currentRawResponse.status,
|
|
983
983
|
body: currentRawResponse.parsedBody,
|
|
984
|
-
headers: currentRawResponse.headers.toJSON()
|
|
985
|
-
}
|
|
984
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
985
|
+
},
|
|
986
986
|
};
|
|
987
987
|
};
|
|
988
988
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
989
989
|
sendOperationFn,
|
|
990
990
|
args: { groupId, deploymentName, parameters, options },
|
|
991
|
-
spec: validateAtManagementGroupScopeOperationSpec
|
|
991
|
+
spec: validateAtManagementGroupScopeOperationSpec,
|
|
992
992
|
});
|
|
993
993
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
994
994
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
995
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
995
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
996
996
|
});
|
|
997
997
|
await poller.poll();
|
|
998
998
|
return poller;
|
|
@@ -1036,19 +1036,19 @@ class DeploymentsImpl {
|
|
|
1036
1036
|
rawResponse: {
|
|
1037
1037
|
statusCode: currentRawResponse.status,
|
|
1038
1038
|
body: currentRawResponse.parsedBody,
|
|
1039
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1040
|
-
}
|
|
1039
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1040
|
+
},
|
|
1041
1041
|
};
|
|
1042
1042
|
};
|
|
1043
1043
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1044
1044
|
sendOperationFn,
|
|
1045
1045
|
args: { groupId, deploymentName, parameters, options },
|
|
1046
|
-
spec: whatIfAtManagementGroupScopeOperationSpec
|
|
1046
|
+
spec: whatIfAtManagementGroupScopeOperationSpec,
|
|
1047
1047
|
});
|
|
1048
1048
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1049
1049
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1050
1050
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1051
|
-
resourceLocationConfig: "location"
|
|
1051
|
+
resourceLocationConfig: "location",
|
|
1052
1052
|
});
|
|
1053
1053
|
await poller.poll();
|
|
1054
1054
|
return poller;
|
|
@@ -1112,18 +1112,18 @@ class DeploymentsImpl {
|
|
|
1112
1112
|
rawResponse: {
|
|
1113
1113
|
statusCode: currentRawResponse.status,
|
|
1114
1114
|
body: currentRawResponse.parsedBody,
|
|
1115
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1116
|
-
}
|
|
1115
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1116
|
+
},
|
|
1117
1117
|
};
|
|
1118
1118
|
};
|
|
1119
1119
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1120
1120
|
sendOperationFn,
|
|
1121
1121
|
args: { deploymentName, options },
|
|
1122
|
-
spec: deleteAtSubscriptionScopeOperationSpec
|
|
1122
|
+
spec: deleteAtSubscriptionScopeOperationSpec,
|
|
1123
1123
|
});
|
|
1124
1124
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1125
1125
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1126
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
1126
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1127
1127
|
});
|
|
1128
1128
|
await poller.poll();
|
|
1129
1129
|
return poller;
|
|
@@ -1176,18 +1176,18 @@ class DeploymentsImpl {
|
|
|
1176
1176
|
rawResponse: {
|
|
1177
1177
|
statusCode: currentRawResponse.status,
|
|
1178
1178
|
body: currentRawResponse.parsedBody,
|
|
1179
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1180
|
-
}
|
|
1179
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1180
|
+
},
|
|
1181
1181
|
};
|
|
1182
1182
|
};
|
|
1183
1183
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1184
1184
|
sendOperationFn,
|
|
1185
1185
|
args: { deploymentName, parameters, options },
|
|
1186
|
-
spec: createOrUpdateAtSubscriptionScopeOperationSpec
|
|
1186
|
+
spec: createOrUpdateAtSubscriptionScopeOperationSpec,
|
|
1187
1187
|
});
|
|
1188
1188
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1189
1189
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1190
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
1190
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1191
1191
|
});
|
|
1192
1192
|
await poller.poll();
|
|
1193
1193
|
return poller;
|
|
@@ -1246,18 +1246,18 @@ class DeploymentsImpl {
|
|
|
1246
1246
|
rawResponse: {
|
|
1247
1247
|
statusCode: currentRawResponse.status,
|
|
1248
1248
|
body: currentRawResponse.parsedBody,
|
|
1249
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1250
|
-
}
|
|
1249
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1250
|
+
},
|
|
1251
1251
|
};
|
|
1252
1252
|
};
|
|
1253
1253
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1254
1254
|
sendOperationFn,
|
|
1255
1255
|
args: { deploymentName, parameters, options },
|
|
1256
|
-
spec: validateAtSubscriptionScopeOperationSpec
|
|
1256
|
+
spec: validateAtSubscriptionScopeOperationSpec,
|
|
1257
1257
|
});
|
|
1258
1258
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1259
1259
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1260
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
1260
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1261
1261
|
});
|
|
1262
1262
|
await poller.poll();
|
|
1263
1263
|
return poller;
|
|
@@ -1298,19 +1298,19 @@ class DeploymentsImpl {
|
|
|
1298
1298
|
rawResponse: {
|
|
1299
1299
|
statusCode: currentRawResponse.status,
|
|
1300
1300
|
body: currentRawResponse.parsedBody,
|
|
1301
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1302
|
-
}
|
|
1301
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1302
|
+
},
|
|
1303
1303
|
};
|
|
1304
1304
|
};
|
|
1305
1305
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1306
1306
|
sendOperationFn,
|
|
1307
1307
|
args: { deploymentName, parameters, options },
|
|
1308
|
-
spec: whatIfAtSubscriptionScopeOperationSpec
|
|
1308
|
+
spec: whatIfAtSubscriptionScopeOperationSpec,
|
|
1309
1309
|
});
|
|
1310
1310
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1311
1311
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1312
1312
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1313
|
-
resourceLocationConfig: "location"
|
|
1313
|
+
resourceLocationConfig: "location",
|
|
1314
1314
|
});
|
|
1315
1315
|
await poller.poll();
|
|
1316
1316
|
return poller;
|
|
@@ -1373,18 +1373,18 @@ class DeploymentsImpl {
|
|
|
1373
1373
|
rawResponse: {
|
|
1374
1374
|
statusCode: currentRawResponse.status,
|
|
1375
1375
|
body: currentRawResponse.parsedBody,
|
|
1376
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1377
|
-
}
|
|
1376
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1377
|
+
},
|
|
1378
1378
|
};
|
|
1379
1379
|
};
|
|
1380
1380
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1381
1381
|
sendOperationFn,
|
|
1382
1382
|
args: { resourceGroupName, deploymentName, options },
|
|
1383
|
-
spec: deleteOperationSpec
|
|
1383
|
+
spec: deleteOperationSpec,
|
|
1384
1384
|
});
|
|
1385
1385
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1386
1386
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1387
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
1387
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1388
1388
|
});
|
|
1389
1389
|
await poller.poll();
|
|
1390
1390
|
return poller;
|
|
@@ -1444,18 +1444,18 @@ class DeploymentsImpl {
|
|
|
1444
1444
|
rawResponse: {
|
|
1445
1445
|
statusCode: currentRawResponse.status,
|
|
1446
1446
|
body: currentRawResponse.parsedBody,
|
|
1447
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1448
|
-
}
|
|
1447
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1448
|
+
},
|
|
1449
1449
|
};
|
|
1450
1450
|
};
|
|
1451
1451
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1452
1452
|
sendOperationFn,
|
|
1453
1453
|
args: { resourceGroupName, deploymentName, parameters, options },
|
|
1454
|
-
spec: createOrUpdateOperationSpec
|
|
1454
|
+
spec: createOrUpdateOperationSpec,
|
|
1455
1455
|
});
|
|
1456
1456
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1457
1457
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1458
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
1458
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1459
1459
|
});
|
|
1460
1460
|
await poller.poll();
|
|
1461
1461
|
return poller;
|
|
@@ -1520,18 +1520,18 @@ class DeploymentsImpl {
|
|
|
1520
1520
|
rawResponse: {
|
|
1521
1521
|
statusCode: currentRawResponse.status,
|
|
1522
1522
|
body: currentRawResponse.parsedBody,
|
|
1523
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1524
|
-
}
|
|
1523
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1524
|
+
},
|
|
1525
1525
|
};
|
|
1526
1526
|
};
|
|
1527
1527
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1528
1528
|
sendOperationFn,
|
|
1529
1529
|
args: { resourceGroupName, deploymentName, parameters, options },
|
|
1530
|
-
spec: validateOperationSpec
|
|
1530
|
+
spec: validateOperationSpec,
|
|
1531
1531
|
});
|
|
1532
1532
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1533
1533
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1534
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
1534
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1535
1535
|
});
|
|
1536
1536
|
await poller.poll();
|
|
1537
1537
|
return poller;
|
|
@@ -1576,19 +1576,19 @@ class DeploymentsImpl {
|
|
|
1576
1576
|
rawResponse: {
|
|
1577
1577
|
statusCode: currentRawResponse.status,
|
|
1578
1578
|
body: currentRawResponse.parsedBody,
|
|
1579
|
-
headers: currentRawResponse.headers.toJSON()
|
|
1580
|
-
}
|
|
1579
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
1580
|
+
},
|
|
1581
1581
|
};
|
|
1582
1582
|
};
|
|
1583
1583
|
const lro = (0, lroImpl_js_1.createLroSpec)({
|
|
1584
1584
|
sendOperationFn,
|
|
1585
1585
|
args: { resourceGroupName, deploymentName, parameters, options },
|
|
1586
|
-
spec: whatIfOperationSpec
|
|
1586
|
+
spec: whatIfOperationSpec,
|
|
1587
1587
|
});
|
|
1588
1588
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
1589
1589
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1590
1590
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1591
|
-
resourceLocationConfig: "location"
|
|
1591
|
+
resourceLocationConfig: "location",
|
|
1592
1592
|
});
|
|
1593
1593
|
await poller.poll();
|
|
1594
1594
|
return poller;
|
|
@@ -1690,17 +1690,17 @@ const deleteAtScopeOperationSpec = {
|
|
|
1690
1690
|
202: {},
|
|
1691
1691
|
204: {},
|
|
1692
1692
|
default: {
|
|
1693
|
-
bodyMapper: Mappers.CloudError
|
|
1694
|
-
}
|
|
1693
|
+
bodyMapper: Mappers.CloudError,
|
|
1694
|
+
},
|
|
1695
1695
|
},
|
|
1696
1696
|
queryParameters: [Parameters.apiVersion],
|
|
1697
1697
|
urlParameters: [
|
|
1698
1698
|
Parameters.$host,
|
|
1699
1699
|
Parameters.scope,
|
|
1700
|
-
Parameters.deploymentName
|
|
1700
|
+
Parameters.deploymentName,
|
|
1701
1701
|
],
|
|
1702
1702
|
headerParameters: [Parameters.accept],
|
|
1703
|
-
serializer
|
|
1703
|
+
serializer,
|
|
1704
1704
|
};
|
|
1705
1705
|
const checkExistenceAtScopeOperationSpec = {
|
|
1706
1706
|
path: "/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -1709,68 +1709,68 @@ const checkExistenceAtScopeOperationSpec = {
|
|
|
1709
1709
|
204: {},
|
|
1710
1710
|
404: {},
|
|
1711
1711
|
default: {
|
|
1712
|
-
bodyMapper: Mappers.CloudError
|
|
1713
|
-
}
|
|
1712
|
+
bodyMapper: Mappers.CloudError,
|
|
1713
|
+
},
|
|
1714
1714
|
},
|
|
1715
1715
|
queryParameters: [Parameters.apiVersion],
|
|
1716
1716
|
urlParameters: [
|
|
1717
1717
|
Parameters.$host,
|
|
1718
1718
|
Parameters.scope,
|
|
1719
|
-
Parameters.deploymentName
|
|
1719
|
+
Parameters.deploymentName,
|
|
1720
1720
|
],
|
|
1721
1721
|
headerParameters: [Parameters.accept],
|
|
1722
|
-
serializer
|
|
1722
|
+
serializer,
|
|
1723
1723
|
};
|
|
1724
1724
|
const createOrUpdateAtScopeOperationSpec = {
|
|
1725
1725
|
path: "/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
1726
1726
|
httpMethod: "PUT",
|
|
1727
1727
|
responses: {
|
|
1728
1728
|
200: {
|
|
1729
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1729
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1730
1730
|
},
|
|
1731
1731
|
201: {
|
|
1732
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1732
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1733
1733
|
},
|
|
1734
1734
|
202: {
|
|
1735
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1735
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1736
1736
|
},
|
|
1737
1737
|
204: {
|
|
1738
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1738
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1739
1739
|
},
|
|
1740
1740
|
default: {
|
|
1741
|
-
bodyMapper: Mappers.CloudError
|
|
1742
|
-
}
|
|
1741
|
+
bodyMapper: Mappers.CloudError,
|
|
1742
|
+
},
|
|
1743
1743
|
},
|
|
1744
1744
|
requestBody: Parameters.parameters,
|
|
1745
1745
|
queryParameters: [Parameters.apiVersion],
|
|
1746
1746
|
urlParameters: [
|
|
1747
1747
|
Parameters.$host,
|
|
1748
1748
|
Parameters.scope,
|
|
1749
|
-
Parameters.deploymentName
|
|
1749
|
+
Parameters.deploymentName,
|
|
1750
1750
|
],
|
|
1751
1751
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1752
1752
|
mediaType: "json",
|
|
1753
|
-
serializer
|
|
1753
|
+
serializer,
|
|
1754
1754
|
};
|
|
1755
1755
|
const getAtScopeOperationSpec = {
|
|
1756
1756
|
path: "/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
1757
1757
|
httpMethod: "GET",
|
|
1758
1758
|
responses: {
|
|
1759
1759
|
200: {
|
|
1760
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1760
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1761
1761
|
},
|
|
1762
1762
|
default: {
|
|
1763
|
-
bodyMapper: Mappers.CloudError
|
|
1764
|
-
}
|
|
1763
|
+
bodyMapper: Mappers.CloudError,
|
|
1764
|
+
},
|
|
1765
1765
|
},
|
|
1766
1766
|
queryParameters: [Parameters.apiVersion],
|
|
1767
1767
|
urlParameters: [
|
|
1768
1768
|
Parameters.$host,
|
|
1769
1769
|
Parameters.scope,
|
|
1770
|
-
Parameters.deploymentName
|
|
1770
|
+
Parameters.deploymentName,
|
|
1771
1771
|
],
|
|
1772
1772
|
headerParameters: [Parameters.accept],
|
|
1773
|
-
serializer
|
|
1773
|
+
serializer,
|
|
1774
1774
|
};
|
|
1775
1775
|
const cancelAtScopeOperationSpec = {
|
|
1776
1776
|
path: "/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/cancel",
|
|
@@ -1778,84 +1778,84 @@ const cancelAtScopeOperationSpec = {
|
|
|
1778
1778
|
responses: {
|
|
1779
1779
|
204: {},
|
|
1780
1780
|
default: {
|
|
1781
|
-
bodyMapper: Mappers.CloudError
|
|
1782
|
-
}
|
|
1781
|
+
bodyMapper: Mappers.CloudError,
|
|
1782
|
+
},
|
|
1783
1783
|
},
|
|
1784
1784
|
queryParameters: [Parameters.apiVersion],
|
|
1785
1785
|
urlParameters: [
|
|
1786
1786
|
Parameters.$host,
|
|
1787
1787
|
Parameters.scope,
|
|
1788
|
-
Parameters.deploymentName
|
|
1788
|
+
Parameters.deploymentName,
|
|
1789
1789
|
],
|
|
1790
1790
|
headerParameters: [Parameters.accept],
|
|
1791
|
-
serializer
|
|
1791
|
+
serializer,
|
|
1792
1792
|
};
|
|
1793
1793
|
const validateAtScopeOperationSpec = {
|
|
1794
1794
|
path: "/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/validate",
|
|
1795
1795
|
httpMethod: "POST",
|
|
1796
1796
|
responses: {
|
|
1797
1797
|
200: {
|
|
1798
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
1798
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
1799
1799
|
},
|
|
1800
1800
|
201: {
|
|
1801
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
1801
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
1802
1802
|
},
|
|
1803
1803
|
202: {
|
|
1804
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
1804
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
1805
1805
|
},
|
|
1806
1806
|
204: {
|
|
1807
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
1807
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
1808
1808
|
},
|
|
1809
1809
|
default: {
|
|
1810
|
-
bodyMapper: Mappers.CloudError
|
|
1811
|
-
}
|
|
1810
|
+
bodyMapper: Mappers.CloudError,
|
|
1811
|
+
},
|
|
1812
1812
|
},
|
|
1813
1813
|
requestBody: Parameters.parameters,
|
|
1814
1814
|
queryParameters: [Parameters.apiVersion],
|
|
1815
1815
|
urlParameters: [
|
|
1816
1816
|
Parameters.$host,
|
|
1817
1817
|
Parameters.scope,
|
|
1818
|
-
Parameters.deploymentName
|
|
1818
|
+
Parameters.deploymentName,
|
|
1819
1819
|
],
|
|
1820
1820
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1821
1821
|
mediaType: "json",
|
|
1822
|
-
serializer
|
|
1822
|
+
serializer,
|
|
1823
1823
|
};
|
|
1824
1824
|
const exportTemplateAtScopeOperationSpec = {
|
|
1825
1825
|
path: "/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate",
|
|
1826
1826
|
httpMethod: "POST",
|
|
1827
1827
|
responses: {
|
|
1828
1828
|
200: {
|
|
1829
|
-
bodyMapper: Mappers.DeploymentExportResult
|
|
1829
|
+
bodyMapper: Mappers.DeploymentExportResult,
|
|
1830
1830
|
},
|
|
1831
1831
|
default: {
|
|
1832
|
-
bodyMapper: Mappers.CloudError
|
|
1833
|
-
}
|
|
1832
|
+
bodyMapper: Mappers.CloudError,
|
|
1833
|
+
},
|
|
1834
1834
|
},
|
|
1835
1835
|
queryParameters: [Parameters.apiVersion],
|
|
1836
1836
|
urlParameters: [
|
|
1837
1837
|
Parameters.$host,
|
|
1838
1838
|
Parameters.scope,
|
|
1839
|
-
Parameters.deploymentName
|
|
1839
|
+
Parameters.deploymentName,
|
|
1840
1840
|
],
|
|
1841
1841
|
headerParameters: [Parameters.accept],
|
|
1842
|
-
serializer
|
|
1842
|
+
serializer,
|
|
1843
1843
|
};
|
|
1844
1844
|
const listAtScopeOperationSpec = {
|
|
1845
1845
|
path: "/{scope}/providers/Microsoft.Resources/deployments/",
|
|
1846
1846
|
httpMethod: "GET",
|
|
1847
1847
|
responses: {
|
|
1848
1848
|
200: {
|
|
1849
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
1849
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
1850
1850
|
},
|
|
1851
1851
|
default: {
|
|
1852
|
-
bodyMapper: Mappers.CloudError
|
|
1853
|
-
}
|
|
1852
|
+
bodyMapper: Mappers.CloudError,
|
|
1853
|
+
},
|
|
1854
1854
|
},
|
|
1855
1855
|
queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
|
|
1856
1856
|
urlParameters: [Parameters.$host, Parameters.scope],
|
|
1857
1857
|
headerParameters: [Parameters.accept],
|
|
1858
|
-
serializer
|
|
1858
|
+
serializer,
|
|
1859
1859
|
};
|
|
1860
1860
|
const deleteAtTenantScopeOperationSpec = {
|
|
1861
1861
|
path: "/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -1866,13 +1866,13 @@ const deleteAtTenantScopeOperationSpec = {
|
|
|
1866
1866
|
202: {},
|
|
1867
1867
|
204: {},
|
|
1868
1868
|
default: {
|
|
1869
|
-
bodyMapper: Mappers.CloudError
|
|
1870
|
-
}
|
|
1869
|
+
bodyMapper: Mappers.CloudError,
|
|
1870
|
+
},
|
|
1871
1871
|
},
|
|
1872
1872
|
queryParameters: [Parameters.apiVersion],
|
|
1873
1873
|
urlParameters: [Parameters.$host, Parameters.deploymentName],
|
|
1874
1874
|
headerParameters: [Parameters.accept],
|
|
1875
|
-
serializer
|
|
1875
|
+
serializer,
|
|
1876
1876
|
};
|
|
1877
1877
|
const checkExistenceAtTenantScopeOperationSpec = {
|
|
1878
1878
|
path: "/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -1881,56 +1881,56 @@ const checkExistenceAtTenantScopeOperationSpec = {
|
|
|
1881
1881
|
204: {},
|
|
1882
1882
|
404: {},
|
|
1883
1883
|
default: {
|
|
1884
|
-
bodyMapper: Mappers.CloudError
|
|
1885
|
-
}
|
|
1884
|
+
bodyMapper: Mappers.CloudError,
|
|
1885
|
+
},
|
|
1886
1886
|
},
|
|
1887
1887
|
queryParameters: [Parameters.apiVersion],
|
|
1888
1888
|
urlParameters: [Parameters.$host, Parameters.deploymentName],
|
|
1889
1889
|
headerParameters: [Parameters.accept],
|
|
1890
|
-
serializer
|
|
1890
|
+
serializer,
|
|
1891
1891
|
};
|
|
1892
1892
|
const createOrUpdateAtTenantScopeOperationSpec = {
|
|
1893
1893
|
path: "/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
1894
1894
|
httpMethod: "PUT",
|
|
1895
1895
|
responses: {
|
|
1896
1896
|
200: {
|
|
1897
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1897
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1898
1898
|
},
|
|
1899
1899
|
201: {
|
|
1900
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1900
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1901
1901
|
},
|
|
1902
1902
|
202: {
|
|
1903
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1903
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1904
1904
|
},
|
|
1905
1905
|
204: {
|
|
1906
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1906
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1907
1907
|
},
|
|
1908
1908
|
default: {
|
|
1909
|
-
bodyMapper: Mappers.CloudError
|
|
1910
|
-
}
|
|
1909
|
+
bodyMapper: Mappers.CloudError,
|
|
1910
|
+
},
|
|
1911
1911
|
},
|
|
1912
1912
|
requestBody: Parameters.parameters1,
|
|
1913
1913
|
queryParameters: [Parameters.apiVersion],
|
|
1914
1914
|
urlParameters: [Parameters.$host, Parameters.deploymentName],
|
|
1915
1915
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1916
1916
|
mediaType: "json",
|
|
1917
|
-
serializer
|
|
1917
|
+
serializer,
|
|
1918
1918
|
};
|
|
1919
1919
|
const getAtTenantScopeOperationSpec = {
|
|
1920
1920
|
path: "/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
1921
1921
|
httpMethod: "GET",
|
|
1922
1922
|
responses: {
|
|
1923
1923
|
200: {
|
|
1924
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
1924
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
1925
1925
|
},
|
|
1926
1926
|
default: {
|
|
1927
|
-
bodyMapper: Mappers.CloudError
|
|
1928
|
-
}
|
|
1927
|
+
bodyMapper: Mappers.CloudError,
|
|
1928
|
+
},
|
|
1929
1929
|
},
|
|
1930
1930
|
queryParameters: [Parameters.apiVersion],
|
|
1931
1931
|
urlParameters: [Parameters.$host, Parameters.deploymentName],
|
|
1932
1932
|
headerParameters: [Parameters.accept],
|
|
1933
|
-
serializer
|
|
1933
|
+
serializer,
|
|
1934
1934
|
};
|
|
1935
1935
|
const cancelAtTenantScopeOperationSpec = {
|
|
1936
1936
|
path: "/providers/Microsoft.Resources/deployments/{deploymentName}/cancel",
|
|
@@ -1938,99 +1938,99 @@ const cancelAtTenantScopeOperationSpec = {
|
|
|
1938
1938
|
responses: {
|
|
1939
1939
|
204: {},
|
|
1940
1940
|
default: {
|
|
1941
|
-
bodyMapper: Mappers.CloudError
|
|
1942
|
-
}
|
|
1941
|
+
bodyMapper: Mappers.CloudError,
|
|
1942
|
+
},
|
|
1943
1943
|
},
|
|
1944
1944
|
queryParameters: [Parameters.apiVersion],
|
|
1945
1945
|
urlParameters: [Parameters.$host, Parameters.deploymentName],
|
|
1946
1946
|
headerParameters: [Parameters.accept],
|
|
1947
|
-
serializer
|
|
1947
|
+
serializer,
|
|
1948
1948
|
};
|
|
1949
1949
|
const validateAtTenantScopeOperationSpec = {
|
|
1950
1950
|
path: "/providers/Microsoft.Resources/deployments/{deploymentName}/validate",
|
|
1951
1951
|
httpMethod: "POST",
|
|
1952
1952
|
responses: {
|
|
1953
1953
|
200: {
|
|
1954
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
1954
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
1955
1955
|
},
|
|
1956
1956
|
201: {
|
|
1957
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
1957
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
1958
1958
|
},
|
|
1959
1959
|
202: {
|
|
1960
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
1960
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
1961
1961
|
},
|
|
1962
1962
|
204: {
|
|
1963
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
1963
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
1964
1964
|
},
|
|
1965
1965
|
default: {
|
|
1966
|
-
bodyMapper: Mappers.CloudError
|
|
1967
|
-
}
|
|
1966
|
+
bodyMapper: Mappers.CloudError,
|
|
1967
|
+
},
|
|
1968
1968
|
},
|
|
1969
1969
|
requestBody: Parameters.parameters1,
|
|
1970
1970
|
queryParameters: [Parameters.apiVersion],
|
|
1971
1971
|
urlParameters: [Parameters.$host, Parameters.deploymentName],
|
|
1972
1972
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1973
1973
|
mediaType: "json",
|
|
1974
|
-
serializer
|
|
1974
|
+
serializer,
|
|
1975
1975
|
};
|
|
1976
1976
|
const whatIfAtTenantScopeOperationSpec = {
|
|
1977
1977
|
path: "/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf",
|
|
1978
1978
|
httpMethod: "POST",
|
|
1979
1979
|
responses: {
|
|
1980
1980
|
200: {
|
|
1981
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
1981
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
1982
1982
|
},
|
|
1983
1983
|
201: {
|
|
1984
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
1984
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
1985
1985
|
},
|
|
1986
1986
|
202: {
|
|
1987
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
1987
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
1988
1988
|
},
|
|
1989
1989
|
204: {
|
|
1990
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
1990
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
1991
1991
|
},
|
|
1992
1992
|
default: {
|
|
1993
|
-
bodyMapper: Mappers.CloudError
|
|
1994
|
-
}
|
|
1993
|
+
bodyMapper: Mappers.CloudError,
|
|
1994
|
+
},
|
|
1995
1995
|
},
|
|
1996
1996
|
requestBody: Parameters.parameters2,
|
|
1997
1997
|
queryParameters: [Parameters.apiVersion],
|
|
1998
1998
|
urlParameters: [Parameters.$host, Parameters.deploymentName],
|
|
1999
1999
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2000
2000
|
mediaType: "json",
|
|
2001
|
-
serializer
|
|
2001
|
+
serializer,
|
|
2002
2002
|
};
|
|
2003
2003
|
const exportTemplateAtTenantScopeOperationSpec = {
|
|
2004
2004
|
path: "/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate",
|
|
2005
2005
|
httpMethod: "POST",
|
|
2006
2006
|
responses: {
|
|
2007
2007
|
200: {
|
|
2008
|
-
bodyMapper: Mappers.DeploymentExportResult
|
|
2008
|
+
bodyMapper: Mappers.DeploymentExportResult,
|
|
2009
2009
|
},
|
|
2010
2010
|
default: {
|
|
2011
|
-
bodyMapper: Mappers.CloudError
|
|
2012
|
-
}
|
|
2011
|
+
bodyMapper: Mappers.CloudError,
|
|
2012
|
+
},
|
|
2013
2013
|
},
|
|
2014
2014
|
queryParameters: [Parameters.apiVersion],
|
|
2015
2015
|
urlParameters: [Parameters.$host, Parameters.deploymentName],
|
|
2016
2016
|
headerParameters: [Parameters.accept],
|
|
2017
|
-
serializer
|
|
2017
|
+
serializer,
|
|
2018
2018
|
};
|
|
2019
2019
|
const listAtTenantScopeOperationSpec = {
|
|
2020
2020
|
path: "/providers/Microsoft.Resources/deployments/",
|
|
2021
2021
|
httpMethod: "GET",
|
|
2022
2022
|
responses: {
|
|
2023
2023
|
200: {
|
|
2024
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2024
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2025
2025
|
},
|
|
2026
2026
|
default: {
|
|
2027
|
-
bodyMapper: Mappers.CloudError
|
|
2028
|
-
}
|
|
2027
|
+
bodyMapper: Mappers.CloudError,
|
|
2028
|
+
},
|
|
2029
2029
|
},
|
|
2030
2030
|
queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
|
|
2031
2031
|
urlParameters: [Parameters.$host],
|
|
2032
2032
|
headerParameters: [Parameters.accept],
|
|
2033
|
-
serializer
|
|
2033
|
+
serializer,
|
|
2034
2034
|
};
|
|
2035
2035
|
const deleteAtManagementGroupScopeOperationSpec = {
|
|
2036
2036
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -2041,17 +2041,17 @@ const deleteAtManagementGroupScopeOperationSpec = {
|
|
|
2041
2041
|
202: {},
|
|
2042
2042
|
204: {},
|
|
2043
2043
|
default: {
|
|
2044
|
-
bodyMapper: Mappers.CloudError
|
|
2045
|
-
}
|
|
2044
|
+
bodyMapper: Mappers.CloudError,
|
|
2045
|
+
},
|
|
2046
2046
|
},
|
|
2047
2047
|
queryParameters: [Parameters.apiVersion],
|
|
2048
2048
|
urlParameters: [
|
|
2049
2049
|
Parameters.$host,
|
|
2050
2050
|
Parameters.deploymentName,
|
|
2051
|
-
Parameters.groupId
|
|
2051
|
+
Parameters.groupId,
|
|
2052
2052
|
],
|
|
2053
2053
|
headerParameters: [Parameters.accept],
|
|
2054
|
-
serializer
|
|
2054
|
+
serializer,
|
|
2055
2055
|
};
|
|
2056
2056
|
const checkExistenceAtManagementGroupScopeOperationSpec = {
|
|
2057
2057
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -2060,68 +2060,68 @@ const checkExistenceAtManagementGroupScopeOperationSpec = {
|
|
|
2060
2060
|
204: {},
|
|
2061
2061
|
404: {},
|
|
2062
2062
|
default: {
|
|
2063
|
-
bodyMapper: Mappers.CloudError
|
|
2064
|
-
}
|
|
2063
|
+
bodyMapper: Mappers.CloudError,
|
|
2064
|
+
},
|
|
2065
2065
|
},
|
|
2066
2066
|
queryParameters: [Parameters.apiVersion],
|
|
2067
2067
|
urlParameters: [
|
|
2068
2068
|
Parameters.$host,
|
|
2069
2069
|
Parameters.deploymentName,
|
|
2070
|
-
Parameters.groupId
|
|
2070
|
+
Parameters.groupId,
|
|
2071
2071
|
],
|
|
2072
2072
|
headerParameters: [Parameters.accept],
|
|
2073
|
-
serializer
|
|
2073
|
+
serializer,
|
|
2074
2074
|
};
|
|
2075
2075
|
const createOrUpdateAtManagementGroupScopeOperationSpec = {
|
|
2076
2076
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
2077
2077
|
httpMethod: "PUT",
|
|
2078
2078
|
responses: {
|
|
2079
2079
|
200: {
|
|
2080
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2080
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2081
2081
|
},
|
|
2082
2082
|
201: {
|
|
2083
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2083
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2084
2084
|
},
|
|
2085
2085
|
202: {
|
|
2086
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2086
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2087
2087
|
},
|
|
2088
2088
|
204: {
|
|
2089
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2089
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2090
2090
|
},
|
|
2091
2091
|
default: {
|
|
2092
|
-
bodyMapper: Mappers.CloudError
|
|
2093
|
-
}
|
|
2092
|
+
bodyMapper: Mappers.CloudError,
|
|
2093
|
+
},
|
|
2094
2094
|
},
|
|
2095
2095
|
requestBody: Parameters.parameters1,
|
|
2096
2096
|
queryParameters: [Parameters.apiVersion],
|
|
2097
2097
|
urlParameters: [
|
|
2098
2098
|
Parameters.$host,
|
|
2099
2099
|
Parameters.deploymentName,
|
|
2100
|
-
Parameters.groupId
|
|
2100
|
+
Parameters.groupId,
|
|
2101
2101
|
],
|
|
2102
2102
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2103
2103
|
mediaType: "json",
|
|
2104
|
-
serializer
|
|
2104
|
+
serializer,
|
|
2105
2105
|
};
|
|
2106
2106
|
const getAtManagementGroupScopeOperationSpec = {
|
|
2107
2107
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
2108
2108
|
httpMethod: "GET",
|
|
2109
2109
|
responses: {
|
|
2110
2110
|
200: {
|
|
2111
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2111
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2112
2112
|
},
|
|
2113
2113
|
default: {
|
|
2114
|
-
bodyMapper: Mappers.CloudError
|
|
2115
|
-
}
|
|
2114
|
+
bodyMapper: Mappers.CloudError,
|
|
2115
|
+
},
|
|
2116
2116
|
},
|
|
2117
2117
|
queryParameters: [Parameters.apiVersion],
|
|
2118
2118
|
urlParameters: [
|
|
2119
2119
|
Parameters.$host,
|
|
2120
2120
|
Parameters.deploymentName,
|
|
2121
|
-
Parameters.groupId
|
|
2121
|
+
Parameters.groupId,
|
|
2122
2122
|
],
|
|
2123
2123
|
headerParameters: [Parameters.accept],
|
|
2124
|
-
serializer
|
|
2124
|
+
serializer,
|
|
2125
2125
|
};
|
|
2126
2126
|
const cancelAtManagementGroupScopeOperationSpec = {
|
|
2127
2127
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/cancel",
|
|
@@ -2129,115 +2129,115 @@ const cancelAtManagementGroupScopeOperationSpec = {
|
|
|
2129
2129
|
responses: {
|
|
2130
2130
|
204: {},
|
|
2131
2131
|
default: {
|
|
2132
|
-
bodyMapper: Mappers.CloudError
|
|
2133
|
-
}
|
|
2132
|
+
bodyMapper: Mappers.CloudError,
|
|
2133
|
+
},
|
|
2134
2134
|
},
|
|
2135
2135
|
queryParameters: [Parameters.apiVersion],
|
|
2136
2136
|
urlParameters: [
|
|
2137
2137
|
Parameters.$host,
|
|
2138
2138
|
Parameters.deploymentName,
|
|
2139
|
-
Parameters.groupId
|
|
2139
|
+
Parameters.groupId,
|
|
2140
2140
|
],
|
|
2141
2141
|
headerParameters: [Parameters.accept],
|
|
2142
|
-
serializer
|
|
2142
|
+
serializer,
|
|
2143
2143
|
};
|
|
2144
2144
|
const validateAtManagementGroupScopeOperationSpec = {
|
|
2145
2145
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/validate",
|
|
2146
2146
|
httpMethod: "POST",
|
|
2147
2147
|
responses: {
|
|
2148
2148
|
200: {
|
|
2149
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2149
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2150
2150
|
},
|
|
2151
2151
|
201: {
|
|
2152
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2152
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2153
2153
|
},
|
|
2154
2154
|
202: {
|
|
2155
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2155
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2156
2156
|
},
|
|
2157
2157
|
204: {
|
|
2158
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2158
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2159
2159
|
},
|
|
2160
2160
|
default: {
|
|
2161
|
-
bodyMapper: Mappers.CloudError
|
|
2162
|
-
}
|
|
2161
|
+
bodyMapper: Mappers.CloudError,
|
|
2162
|
+
},
|
|
2163
2163
|
},
|
|
2164
2164
|
requestBody: Parameters.parameters1,
|
|
2165
2165
|
queryParameters: [Parameters.apiVersion],
|
|
2166
2166
|
urlParameters: [
|
|
2167
2167
|
Parameters.$host,
|
|
2168
2168
|
Parameters.deploymentName,
|
|
2169
|
-
Parameters.groupId
|
|
2169
|
+
Parameters.groupId,
|
|
2170
2170
|
],
|
|
2171
2171
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2172
2172
|
mediaType: "json",
|
|
2173
|
-
serializer
|
|
2173
|
+
serializer,
|
|
2174
2174
|
};
|
|
2175
2175
|
const whatIfAtManagementGroupScopeOperationSpec = {
|
|
2176
2176
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf",
|
|
2177
2177
|
httpMethod: "POST",
|
|
2178
2178
|
responses: {
|
|
2179
2179
|
200: {
|
|
2180
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2180
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2181
2181
|
},
|
|
2182
2182
|
201: {
|
|
2183
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2183
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2184
2184
|
},
|
|
2185
2185
|
202: {
|
|
2186
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2186
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2187
2187
|
},
|
|
2188
2188
|
204: {
|
|
2189
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2189
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2190
2190
|
},
|
|
2191
2191
|
default: {
|
|
2192
|
-
bodyMapper: Mappers.CloudError
|
|
2193
|
-
}
|
|
2192
|
+
bodyMapper: Mappers.CloudError,
|
|
2193
|
+
},
|
|
2194
2194
|
},
|
|
2195
2195
|
requestBody: Parameters.parameters2,
|
|
2196
2196
|
queryParameters: [Parameters.apiVersion],
|
|
2197
2197
|
urlParameters: [
|
|
2198
2198
|
Parameters.$host,
|
|
2199
2199
|
Parameters.deploymentName,
|
|
2200
|
-
Parameters.groupId
|
|
2200
|
+
Parameters.groupId,
|
|
2201
2201
|
],
|
|
2202
2202
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2203
2203
|
mediaType: "json",
|
|
2204
|
-
serializer
|
|
2204
|
+
serializer,
|
|
2205
2205
|
};
|
|
2206
2206
|
const exportTemplateAtManagementGroupScopeOperationSpec = {
|
|
2207
2207
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate",
|
|
2208
2208
|
httpMethod: "POST",
|
|
2209
2209
|
responses: {
|
|
2210
2210
|
200: {
|
|
2211
|
-
bodyMapper: Mappers.DeploymentExportResult
|
|
2211
|
+
bodyMapper: Mappers.DeploymentExportResult,
|
|
2212
2212
|
},
|
|
2213
2213
|
default: {
|
|
2214
|
-
bodyMapper: Mappers.CloudError
|
|
2215
|
-
}
|
|
2214
|
+
bodyMapper: Mappers.CloudError,
|
|
2215
|
+
},
|
|
2216
2216
|
},
|
|
2217
2217
|
queryParameters: [Parameters.apiVersion],
|
|
2218
2218
|
urlParameters: [
|
|
2219
2219
|
Parameters.$host,
|
|
2220
2220
|
Parameters.deploymentName,
|
|
2221
|
-
Parameters.groupId
|
|
2221
|
+
Parameters.groupId,
|
|
2222
2222
|
],
|
|
2223
2223
|
headerParameters: [Parameters.accept],
|
|
2224
|
-
serializer
|
|
2224
|
+
serializer,
|
|
2225
2225
|
};
|
|
2226
2226
|
const listAtManagementGroupScopeOperationSpec = {
|
|
2227
2227
|
path: "/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/",
|
|
2228
2228
|
httpMethod: "GET",
|
|
2229
2229
|
responses: {
|
|
2230
2230
|
200: {
|
|
2231
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2231
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2232
2232
|
},
|
|
2233
2233
|
default: {
|
|
2234
|
-
bodyMapper: Mappers.CloudError
|
|
2235
|
-
}
|
|
2234
|
+
bodyMapper: Mappers.CloudError,
|
|
2235
|
+
},
|
|
2236
2236
|
},
|
|
2237
2237
|
queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
|
|
2238
2238
|
urlParameters: [Parameters.$host, Parameters.groupId],
|
|
2239
2239
|
headerParameters: [Parameters.accept],
|
|
2240
|
-
serializer
|
|
2240
|
+
serializer,
|
|
2241
2241
|
};
|
|
2242
2242
|
const deleteAtSubscriptionScopeOperationSpec = {
|
|
2243
2243
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -2248,17 +2248,17 @@ const deleteAtSubscriptionScopeOperationSpec = {
|
|
|
2248
2248
|
202: {},
|
|
2249
2249
|
204: {},
|
|
2250
2250
|
default: {
|
|
2251
|
-
bodyMapper: Mappers.CloudError
|
|
2252
|
-
}
|
|
2251
|
+
bodyMapper: Mappers.CloudError,
|
|
2252
|
+
},
|
|
2253
2253
|
},
|
|
2254
2254
|
queryParameters: [Parameters.apiVersion],
|
|
2255
2255
|
urlParameters: [
|
|
2256
2256
|
Parameters.$host,
|
|
2257
2257
|
Parameters.deploymentName,
|
|
2258
|
-
Parameters.subscriptionId
|
|
2258
|
+
Parameters.subscriptionId,
|
|
2259
2259
|
],
|
|
2260
2260
|
headerParameters: [Parameters.accept],
|
|
2261
|
-
serializer
|
|
2261
|
+
serializer,
|
|
2262
2262
|
};
|
|
2263
2263
|
const checkExistenceAtSubscriptionScopeOperationSpec = {
|
|
2264
2264
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -2267,68 +2267,68 @@ const checkExistenceAtSubscriptionScopeOperationSpec = {
|
|
|
2267
2267
|
204: {},
|
|
2268
2268
|
404: {},
|
|
2269
2269
|
default: {
|
|
2270
|
-
bodyMapper: Mappers.CloudError
|
|
2271
|
-
}
|
|
2270
|
+
bodyMapper: Mappers.CloudError,
|
|
2271
|
+
},
|
|
2272
2272
|
},
|
|
2273
2273
|
queryParameters: [Parameters.apiVersion],
|
|
2274
2274
|
urlParameters: [
|
|
2275
2275
|
Parameters.$host,
|
|
2276
2276
|
Parameters.deploymentName,
|
|
2277
|
-
Parameters.subscriptionId
|
|
2277
|
+
Parameters.subscriptionId,
|
|
2278
2278
|
],
|
|
2279
2279
|
headerParameters: [Parameters.accept],
|
|
2280
|
-
serializer
|
|
2280
|
+
serializer,
|
|
2281
2281
|
};
|
|
2282
2282
|
const createOrUpdateAtSubscriptionScopeOperationSpec = {
|
|
2283
2283
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
2284
2284
|
httpMethod: "PUT",
|
|
2285
2285
|
responses: {
|
|
2286
2286
|
200: {
|
|
2287
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2287
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2288
2288
|
},
|
|
2289
2289
|
201: {
|
|
2290
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2290
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2291
2291
|
},
|
|
2292
2292
|
202: {
|
|
2293
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2293
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2294
2294
|
},
|
|
2295
2295
|
204: {
|
|
2296
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2296
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2297
2297
|
},
|
|
2298
2298
|
default: {
|
|
2299
|
-
bodyMapper: Mappers.CloudError
|
|
2300
|
-
}
|
|
2299
|
+
bodyMapper: Mappers.CloudError,
|
|
2300
|
+
},
|
|
2301
2301
|
},
|
|
2302
2302
|
requestBody: Parameters.parameters,
|
|
2303
2303
|
queryParameters: [Parameters.apiVersion],
|
|
2304
2304
|
urlParameters: [
|
|
2305
2305
|
Parameters.$host,
|
|
2306
2306
|
Parameters.deploymentName,
|
|
2307
|
-
Parameters.subscriptionId
|
|
2307
|
+
Parameters.subscriptionId,
|
|
2308
2308
|
],
|
|
2309
2309
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2310
2310
|
mediaType: "json",
|
|
2311
|
-
serializer
|
|
2311
|
+
serializer,
|
|
2312
2312
|
};
|
|
2313
2313
|
const getAtSubscriptionScopeOperationSpec = {
|
|
2314
2314
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
2315
2315
|
httpMethod: "GET",
|
|
2316
2316
|
responses: {
|
|
2317
2317
|
200: {
|
|
2318
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2318
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2319
2319
|
},
|
|
2320
2320
|
default: {
|
|
2321
|
-
bodyMapper: Mappers.CloudError
|
|
2322
|
-
}
|
|
2321
|
+
bodyMapper: Mappers.CloudError,
|
|
2322
|
+
},
|
|
2323
2323
|
},
|
|
2324
2324
|
queryParameters: [Parameters.apiVersion],
|
|
2325
2325
|
urlParameters: [
|
|
2326
2326
|
Parameters.$host,
|
|
2327
2327
|
Parameters.deploymentName,
|
|
2328
|
-
Parameters.subscriptionId
|
|
2328
|
+
Parameters.subscriptionId,
|
|
2329
2329
|
],
|
|
2330
2330
|
headerParameters: [Parameters.accept],
|
|
2331
|
-
serializer
|
|
2331
|
+
serializer,
|
|
2332
2332
|
};
|
|
2333
2333
|
const cancelAtSubscriptionScopeOperationSpec = {
|
|
2334
2334
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/cancel",
|
|
@@ -2336,115 +2336,115 @@ const cancelAtSubscriptionScopeOperationSpec = {
|
|
|
2336
2336
|
responses: {
|
|
2337
2337
|
204: {},
|
|
2338
2338
|
default: {
|
|
2339
|
-
bodyMapper: Mappers.CloudError
|
|
2340
|
-
}
|
|
2339
|
+
bodyMapper: Mappers.CloudError,
|
|
2340
|
+
},
|
|
2341
2341
|
},
|
|
2342
2342
|
queryParameters: [Parameters.apiVersion],
|
|
2343
2343
|
urlParameters: [
|
|
2344
2344
|
Parameters.$host,
|
|
2345
2345
|
Parameters.deploymentName,
|
|
2346
|
-
Parameters.subscriptionId
|
|
2346
|
+
Parameters.subscriptionId,
|
|
2347
2347
|
],
|
|
2348
2348
|
headerParameters: [Parameters.accept],
|
|
2349
|
-
serializer
|
|
2349
|
+
serializer,
|
|
2350
2350
|
};
|
|
2351
2351
|
const validateAtSubscriptionScopeOperationSpec = {
|
|
2352
2352
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/validate",
|
|
2353
2353
|
httpMethod: "POST",
|
|
2354
2354
|
responses: {
|
|
2355
2355
|
200: {
|
|
2356
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2356
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2357
2357
|
},
|
|
2358
2358
|
201: {
|
|
2359
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2359
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2360
2360
|
},
|
|
2361
2361
|
202: {
|
|
2362
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2362
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2363
2363
|
},
|
|
2364
2364
|
204: {
|
|
2365
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2365
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2366
2366
|
},
|
|
2367
2367
|
default: {
|
|
2368
|
-
bodyMapper: Mappers.CloudError
|
|
2369
|
-
}
|
|
2368
|
+
bodyMapper: Mappers.CloudError,
|
|
2369
|
+
},
|
|
2370
2370
|
},
|
|
2371
2371
|
requestBody: Parameters.parameters,
|
|
2372
2372
|
queryParameters: [Parameters.apiVersion],
|
|
2373
2373
|
urlParameters: [
|
|
2374
2374
|
Parameters.$host,
|
|
2375
2375
|
Parameters.deploymentName,
|
|
2376
|
-
Parameters.subscriptionId
|
|
2376
|
+
Parameters.subscriptionId,
|
|
2377
2377
|
],
|
|
2378
2378
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2379
2379
|
mediaType: "json",
|
|
2380
|
-
serializer
|
|
2380
|
+
serializer,
|
|
2381
2381
|
};
|
|
2382
2382
|
const whatIfAtSubscriptionScopeOperationSpec = {
|
|
2383
2383
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf",
|
|
2384
2384
|
httpMethod: "POST",
|
|
2385
2385
|
responses: {
|
|
2386
2386
|
200: {
|
|
2387
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2387
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2388
2388
|
},
|
|
2389
2389
|
201: {
|
|
2390
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2390
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2391
2391
|
},
|
|
2392
2392
|
202: {
|
|
2393
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2393
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2394
2394
|
},
|
|
2395
2395
|
204: {
|
|
2396
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2396
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2397
2397
|
},
|
|
2398
2398
|
default: {
|
|
2399
|
-
bodyMapper: Mappers.CloudError
|
|
2400
|
-
}
|
|
2399
|
+
bodyMapper: Mappers.CloudError,
|
|
2400
|
+
},
|
|
2401
2401
|
},
|
|
2402
2402
|
requestBody: Parameters.parameters3,
|
|
2403
2403
|
queryParameters: [Parameters.apiVersion],
|
|
2404
2404
|
urlParameters: [
|
|
2405
2405
|
Parameters.$host,
|
|
2406
2406
|
Parameters.deploymentName,
|
|
2407
|
-
Parameters.subscriptionId
|
|
2407
|
+
Parameters.subscriptionId,
|
|
2408
2408
|
],
|
|
2409
2409
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2410
2410
|
mediaType: "json",
|
|
2411
|
-
serializer
|
|
2411
|
+
serializer,
|
|
2412
2412
|
};
|
|
2413
2413
|
const exportTemplateAtSubscriptionScopeOperationSpec = {
|
|
2414
2414
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate",
|
|
2415
2415
|
httpMethod: "POST",
|
|
2416
2416
|
responses: {
|
|
2417
2417
|
200: {
|
|
2418
|
-
bodyMapper: Mappers.DeploymentExportResult
|
|
2418
|
+
bodyMapper: Mappers.DeploymentExportResult,
|
|
2419
2419
|
},
|
|
2420
2420
|
default: {
|
|
2421
|
-
bodyMapper: Mappers.CloudError
|
|
2422
|
-
}
|
|
2421
|
+
bodyMapper: Mappers.CloudError,
|
|
2422
|
+
},
|
|
2423
2423
|
},
|
|
2424
2424
|
queryParameters: [Parameters.apiVersion],
|
|
2425
2425
|
urlParameters: [
|
|
2426
2426
|
Parameters.$host,
|
|
2427
2427
|
Parameters.deploymentName,
|
|
2428
|
-
Parameters.subscriptionId
|
|
2428
|
+
Parameters.subscriptionId,
|
|
2429
2429
|
],
|
|
2430
2430
|
headerParameters: [Parameters.accept],
|
|
2431
|
-
serializer
|
|
2431
|
+
serializer,
|
|
2432
2432
|
};
|
|
2433
2433
|
const listAtSubscriptionScopeOperationSpec = {
|
|
2434
2434
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/",
|
|
2435
2435
|
httpMethod: "GET",
|
|
2436
2436
|
responses: {
|
|
2437
2437
|
200: {
|
|
2438
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2438
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2439
2439
|
},
|
|
2440
2440
|
default: {
|
|
2441
|
-
bodyMapper: Mappers.CloudError
|
|
2442
|
-
}
|
|
2441
|
+
bodyMapper: Mappers.CloudError,
|
|
2442
|
+
},
|
|
2443
2443
|
},
|
|
2444
2444
|
queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
|
|
2445
2445
|
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
2446
2446
|
headerParameters: [Parameters.accept],
|
|
2447
|
-
serializer
|
|
2447
|
+
serializer,
|
|
2448
2448
|
};
|
|
2449
2449
|
const deleteOperationSpec = {
|
|
2450
2450
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -2455,18 +2455,18 @@ const deleteOperationSpec = {
|
|
|
2455
2455
|
202: {},
|
|
2456
2456
|
204: {},
|
|
2457
2457
|
default: {
|
|
2458
|
-
bodyMapper: Mappers.CloudError
|
|
2459
|
-
}
|
|
2458
|
+
bodyMapper: Mappers.CloudError,
|
|
2459
|
+
},
|
|
2460
2460
|
},
|
|
2461
2461
|
queryParameters: [Parameters.apiVersion],
|
|
2462
2462
|
urlParameters: [
|
|
2463
2463
|
Parameters.$host,
|
|
2464
2464
|
Parameters.deploymentName,
|
|
2465
2465
|
Parameters.subscriptionId,
|
|
2466
|
-
Parameters.resourceGroupName
|
|
2466
|
+
Parameters.resourceGroupName,
|
|
2467
2467
|
],
|
|
2468
2468
|
headerParameters: [Parameters.accept],
|
|
2469
|
-
serializer
|
|
2469
|
+
serializer,
|
|
2470
2470
|
};
|
|
2471
2471
|
const checkExistenceOperationSpec = {
|
|
2472
2472
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
@@ -2475,38 +2475,38 @@ const checkExistenceOperationSpec = {
|
|
|
2475
2475
|
204: {},
|
|
2476
2476
|
404: {},
|
|
2477
2477
|
default: {
|
|
2478
|
-
bodyMapper: Mappers.CloudError
|
|
2479
|
-
}
|
|
2478
|
+
bodyMapper: Mappers.CloudError,
|
|
2479
|
+
},
|
|
2480
2480
|
},
|
|
2481
2481
|
queryParameters: [Parameters.apiVersion],
|
|
2482
2482
|
urlParameters: [
|
|
2483
2483
|
Parameters.$host,
|
|
2484
2484
|
Parameters.deploymentName,
|
|
2485
2485
|
Parameters.subscriptionId,
|
|
2486
|
-
Parameters.resourceGroupName
|
|
2486
|
+
Parameters.resourceGroupName,
|
|
2487
2487
|
],
|
|
2488
2488
|
headerParameters: [Parameters.accept],
|
|
2489
|
-
serializer
|
|
2489
|
+
serializer,
|
|
2490
2490
|
};
|
|
2491
2491
|
const createOrUpdateOperationSpec = {
|
|
2492
2492
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
2493
2493
|
httpMethod: "PUT",
|
|
2494
2494
|
responses: {
|
|
2495
2495
|
200: {
|
|
2496
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2496
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2497
2497
|
},
|
|
2498
2498
|
201: {
|
|
2499
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2499
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2500
2500
|
},
|
|
2501
2501
|
202: {
|
|
2502
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2502
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2503
2503
|
},
|
|
2504
2504
|
204: {
|
|
2505
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2505
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2506
2506
|
},
|
|
2507
2507
|
default: {
|
|
2508
|
-
bodyMapper: Mappers.CloudError
|
|
2509
|
-
}
|
|
2508
|
+
bodyMapper: Mappers.CloudError,
|
|
2509
|
+
},
|
|
2510
2510
|
},
|
|
2511
2511
|
requestBody: Parameters.parameters,
|
|
2512
2512
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -2514,32 +2514,32 @@ const createOrUpdateOperationSpec = {
|
|
|
2514
2514
|
Parameters.$host,
|
|
2515
2515
|
Parameters.deploymentName,
|
|
2516
2516
|
Parameters.subscriptionId,
|
|
2517
|
-
Parameters.resourceGroupName
|
|
2517
|
+
Parameters.resourceGroupName,
|
|
2518
2518
|
],
|
|
2519
2519
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2520
2520
|
mediaType: "json",
|
|
2521
|
-
serializer
|
|
2521
|
+
serializer,
|
|
2522
2522
|
};
|
|
2523
2523
|
const getOperationSpec = {
|
|
2524
2524
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}",
|
|
2525
2525
|
httpMethod: "GET",
|
|
2526
2526
|
responses: {
|
|
2527
2527
|
200: {
|
|
2528
|
-
bodyMapper: Mappers.DeploymentExtended
|
|
2528
|
+
bodyMapper: Mappers.DeploymentExtended,
|
|
2529
2529
|
},
|
|
2530
2530
|
default: {
|
|
2531
|
-
bodyMapper: Mappers.CloudError
|
|
2532
|
-
}
|
|
2531
|
+
bodyMapper: Mappers.CloudError,
|
|
2532
|
+
},
|
|
2533
2533
|
},
|
|
2534
2534
|
queryParameters: [Parameters.apiVersion],
|
|
2535
2535
|
urlParameters: [
|
|
2536
2536
|
Parameters.$host,
|
|
2537
2537
|
Parameters.deploymentName,
|
|
2538
2538
|
Parameters.subscriptionId,
|
|
2539
|
-
Parameters.resourceGroupName
|
|
2539
|
+
Parameters.resourceGroupName,
|
|
2540
2540
|
],
|
|
2541
2541
|
headerParameters: [Parameters.accept],
|
|
2542
|
-
serializer
|
|
2542
|
+
serializer,
|
|
2543
2543
|
};
|
|
2544
2544
|
const cancelOperationSpec = {
|
|
2545
2545
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/cancel",
|
|
@@ -2547,38 +2547,38 @@ const cancelOperationSpec = {
|
|
|
2547
2547
|
responses: {
|
|
2548
2548
|
204: {},
|
|
2549
2549
|
default: {
|
|
2550
|
-
bodyMapper: Mappers.CloudError
|
|
2551
|
-
}
|
|
2550
|
+
bodyMapper: Mappers.CloudError,
|
|
2551
|
+
},
|
|
2552
2552
|
},
|
|
2553
2553
|
queryParameters: [Parameters.apiVersion],
|
|
2554
2554
|
urlParameters: [
|
|
2555
2555
|
Parameters.$host,
|
|
2556
2556
|
Parameters.deploymentName,
|
|
2557
2557
|
Parameters.subscriptionId,
|
|
2558
|
-
Parameters.resourceGroupName
|
|
2558
|
+
Parameters.resourceGroupName,
|
|
2559
2559
|
],
|
|
2560
2560
|
headerParameters: [Parameters.accept],
|
|
2561
|
-
serializer
|
|
2561
|
+
serializer,
|
|
2562
2562
|
};
|
|
2563
2563
|
const validateOperationSpec = {
|
|
2564
2564
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/validate",
|
|
2565
2565
|
httpMethod: "POST",
|
|
2566
2566
|
responses: {
|
|
2567
2567
|
200: {
|
|
2568
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2568
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2569
2569
|
},
|
|
2570
2570
|
201: {
|
|
2571
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2571
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2572
2572
|
},
|
|
2573
2573
|
202: {
|
|
2574
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2574
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2575
2575
|
},
|
|
2576
2576
|
204: {
|
|
2577
|
-
bodyMapper: Mappers.DeploymentValidateResult
|
|
2577
|
+
bodyMapper: Mappers.DeploymentValidateResult,
|
|
2578
2578
|
},
|
|
2579
2579
|
default: {
|
|
2580
|
-
bodyMapper: Mappers.CloudError
|
|
2581
|
-
}
|
|
2580
|
+
bodyMapper: Mappers.CloudError,
|
|
2581
|
+
},
|
|
2582
2582
|
},
|
|
2583
2583
|
requestBody: Parameters.parameters,
|
|
2584
2584
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -2586,31 +2586,31 @@ const validateOperationSpec = {
|
|
|
2586
2586
|
Parameters.$host,
|
|
2587
2587
|
Parameters.deploymentName,
|
|
2588
2588
|
Parameters.subscriptionId,
|
|
2589
|
-
Parameters.resourceGroupName
|
|
2589
|
+
Parameters.resourceGroupName,
|
|
2590
2590
|
],
|
|
2591
2591
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2592
2592
|
mediaType: "json",
|
|
2593
|
-
serializer
|
|
2593
|
+
serializer,
|
|
2594
2594
|
};
|
|
2595
2595
|
const whatIfOperationSpec = {
|
|
2596
2596
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf",
|
|
2597
2597
|
httpMethod: "POST",
|
|
2598
2598
|
responses: {
|
|
2599
2599
|
200: {
|
|
2600
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2600
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2601
2601
|
},
|
|
2602
2602
|
201: {
|
|
2603
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2603
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2604
2604
|
},
|
|
2605
2605
|
202: {
|
|
2606
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2606
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2607
2607
|
},
|
|
2608
2608
|
204: {
|
|
2609
|
-
bodyMapper: Mappers.WhatIfOperationResult
|
|
2609
|
+
bodyMapper: Mappers.WhatIfOperationResult,
|
|
2610
2610
|
},
|
|
2611
2611
|
default: {
|
|
2612
|
-
bodyMapper: Mappers.CloudError
|
|
2613
|
-
}
|
|
2612
|
+
bodyMapper: Mappers.CloudError,
|
|
2613
|
+
},
|
|
2614
2614
|
},
|
|
2615
2615
|
requestBody: Parameters.parameters3,
|
|
2616
2616
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -2618,153 +2618,153 @@ const whatIfOperationSpec = {
|
|
|
2618
2618
|
Parameters.$host,
|
|
2619
2619
|
Parameters.deploymentName,
|
|
2620
2620
|
Parameters.subscriptionId,
|
|
2621
|
-
Parameters.resourceGroupName
|
|
2621
|
+
Parameters.resourceGroupName,
|
|
2622
2622
|
],
|
|
2623
2623
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2624
2624
|
mediaType: "json",
|
|
2625
|
-
serializer
|
|
2625
|
+
serializer,
|
|
2626
2626
|
};
|
|
2627
2627
|
const exportTemplateOperationSpec = {
|
|
2628
2628
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate",
|
|
2629
2629
|
httpMethod: "POST",
|
|
2630
2630
|
responses: {
|
|
2631
2631
|
200: {
|
|
2632
|
-
bodyMapper: Mappers.DeploymentExportResult
|
|
2632
|
+
bodyMapper: Mappers.DeploymentExportResult,
|
|
2633
2633
|
},
|
|
2634
2634
|
default: {
|
|
2635
|
-
bodyMapper: Mappers.CloudError
|
|
2636
|
-
}
|
|
2635
|
+
bodyMapper: Mappers.CloudError,
|
|
2636
|
+
},
|
|
2637
2637
|
},
|
|
2638
2638
|
queryParameters: [Parameters.apiVersion],
|
|
2639
2639
|
urlParameters: [
|
|
2640
2640
|
Parameters.$host,
|
|
2641
2641
|
Parameters.deploymentName,
|
|
2642
2642
|
Parameters.subscriptionId,
|
|
2643
|
-
Parameters.resourceGroupName
|
|
2643
|
+
Parameters.resourceGroupName,
|
|
2644
2644
|
],
|
|
2645
2645
|
headerParameters: [Parameters.accept],
|
|
2646
|
-
serializer
|
|
2646
|
+
serializer,
|
|
2647
2647
|
};
|
|
2648
2648
|
const listByResourceGroupOperationSpec = {
|
|
2649
2649
|
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/",
|
|
2650
2650
|
httpMethod: "GET",
|
|
2651
2651
|
responses: {
|
|
2652
2652
|
200: {
|
|
2653
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2653
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2654
2654
|
},
|
|
2655
2655
|
default: {
|
|
2656
|
-
bodyMapper: Mappers.CloudError
|
|
2657
|
-
}
|
|
2656
|
+
bodyMapper: Mappers.CloudError,
|
|
2657
|
+
},
|
|
2658
2658
|
},
|
|
2659
2659
|
queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
|
|
2660
2660
|
urlParameters: [
|
|
2661
2661
|
Parameters.$host,
|
|
2662
2662
|
Parameters.subscriptionId,
|
|
2663
|
-
Parameters.resourceGroupName
|
|
2663
|
+
Parameters.resourceGroupName,
|
|
2664
2664
|
],
|
|
2665
2665
|
headerParameters: [Parameters.accept],
|
|
2666
|
-
serializer
|
|
2666
|
+
serializer,
|
|
2667
2667
|
};
|
|
2668
2668
|
const calculateTemplateHashOperationSpec = {
|
|
2669
2669
|
path: "/providers/Microsoft.Resources/calculateTemplateHash",
|
|
2670
2670
|
httpMethod: "POST",
|
|
2671
2671
|
responses: {
|
|
2672
2672
|
200: {
|
|
2673
|
-
bodyMapper: Mappers.TemplateHashResult
|
|
2673
|
+
bodyMapper: Mappers.TemplateHashResult,
|
|
2674
2674
|
},
|
|
2675
2675
|
default: {
|
|
2676
|
-
bodyMapper: Mappers.CloudError
|
|
2677
|
-
}
|
|
2676
|
+
bodyMapper: Mappers.CloudError,
|
|
2677
|
+
},
|
|
2678
2678
|
},
|
|
2679
2679
|
requestBody: Parameters.template,
|
|
2680
2680
|
queryParameters: [Parameters.apiVersion],
|
|
2681
2681
|
urlParameters: [Parameters.$host],
|
|
2682
2682
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
2683
2683
|
mediaType: "json",
|
|
2684
|
-
serializer
|
|
2684
|
+
serializer,
|
|
2685
2685
|
};
|
|
2686
2686
|
const listAtScopeNextOperationSpec = {
|
|
2687
2687
|
path: "{nextLink}",
|
|
2688
2688
|
httpMethod: "GET",
|
|
2689
2689
|
responses: {
|
|
2690
2690
|
200: {
|
|
2691
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2691
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2692
2692
|
},
|
|
2693
2693
|
default: {
|
|
2694
|
-
bodyMapper: Mappers.CloudError
|
|
2695
|
-
}
|
|
2694
|
+
bodyMapper: Mappers.CloudError,
|
|
2695
|
+
},
|
|
2696
2696
|
},
|
|
2697
2697
|
urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],
|
|
2698
2698
|
headerParameters: [Parameters.accept],
|
|
2699
|
-
serializer
|
|
2699
|
+
serializer,
|
|
2700
2700
|
};
|
|
2701
2701
|
const listAtTenantScopeNextOperationSpec = {
|
|
2702
2702
|
path: "{nextLink}",
|
|
2703
2703
|
httpMethod: "GET",
|
|
2704
2704
|
responses: {
|
|
2705
2705
|
200: {
|
|
2706
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2706
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2707
2707
|
},
|
|
2708
2708
|
default: {
|
|
2709
|
-
bodyMapper: Mappers.CloudError
|
|
2710
|
-
}
|
|
2709
|
+
bodyMapper: Mappers.CloudError,
|
|
2710
|
+
},
|
|
2711
2711
|
},
|
|
2712
2712
|
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
2713
2713
|
headerParameters: [Parameters.accept],
|
|
2714
|
-
serializer
|
|
2714
|
+
serializer,
|
|
2715
2715
|
};
|
|
2716
2716
|
const listAtManagementGroupScopeNextOperationSpec = {
|
|
2717
2717
|
path: "{nextLink}",
|
|
2718
2718
|
httpMethod: "GET",
|
|
2719
2719
|
responses: {
|
|
2720
2720
|
200: {
|
|
2721
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2721
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2722
2722
|
},
|
|
2723
2723
|
default: {
|
|
2724
|
-
bodyMapper: Mappers.CloudError
|
|
2725
|
-
}
|
|
2724
|
+
bodyMapper: Mappers.CloudError,
|
|
2725
|
+
},
|
|
2726
2726
|
},
|
|
2727
2727
|
urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.groupId],
|
|
2728
2728
|
headerParameters: [Parameters.accept],
|
|
2729
|
-
serializer
|
|
2729
|
+
serializer,
|
|
2730
2730
|
};
|
|
2731
2731
|
const listAtSubscriptionScopeNextOperationSpec = {
|
|
2732
2732
|
path: "{nextLink}",
|
|
2733
2733
|
httpMethod: "GET",
|
|
2734
2734
|
responses: {
|
|
2735
2735
|
200: {
|
|
2736
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2736
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2737
2737
|
},
|
|
2738
2738
|
default: {
|
|
2739
|
-
bodyMapper: Mappers.CloudError
|
|
2740
|
-
}
|
|
2739
|
+
bodyMapper: Mappers.CloudError,
|
|
2740
|
+
},
|
|
2741
2741
|
},
|
|
2742
2742
|
urlParameters: [
|
|
2743
2743
|
Parameters.$host,
|
|
2744
2744
|
Parameters.nextLink,
|
|
2745
|
-
Parameters.subscriptionId
|
|
2745
|
+
Parameters.subscriptionId,
|
|
2746
2746
|
],
|
|
2747
2747
|
headerParameters: [Parameters.accept],
|
|
2748
|
-
serializer
|
|
2748
|
+
serializer,
|
|
2749
2749
|
};
|
|
2750
2750
|
const listByResourceGroupNextOperationSpec = {
|
|
2751
2751
|
path: "{nextLink}",
|
|
2752
2752
|
httpMethod: "GET",
|
|
2753
2753
|
responses: {
|
|
2754
2754
|
200: {
|
|
2755
|
-
bodyMapper: Mappers.DeploymentListResult
|
|
2755
|
+
bodyMapper: Mappers.DeploymentListResult,
|
|
2756
2756
|
},
|
|
2757
2757
|
default: {
|
|
2758
|
-
bodyMapper: Mappers.CloudError
|
|
2759
|
-
}
|
|
2758
|
+
bodyMapper: Mappers.CloudError,
|
|
2759
|
+
},
|
|
2760
2760
|
},
|
|
2761
2761
|
urlParameters: [
|
|
2762
2762
|
Parameters.$host,
|
|
2763
2763
|
Parameters.nextLink,
|
|
2764
2764
|
Parameters.subscriptionId,
|
|
2765
|
-
Parameters.resourceGroupName
|
|
2765
|
+
Parameters.resourceGroupName,
|
|
2766
2766
|
],
|
|
2767
2767
|
headerParameters: [Parameters.accept],
|
|
2768
|
-
serializer
|
|
2768
|
+
serializer,
|
|
2769
2769
|
};
|
|
2770
2770
|
//# sourceMappingURL=deployments.js.map
|