@azure/arm-confidentialledger 1.3.0-beta.1 → 1.3.0-beta.2
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 +58 -1
- package/LICENSE +1 -1
- package/dist/index.js +1013 -434
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js +3 -3
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/ledgerBackupSample.d.ts +2 -0
- package/dist-esm/samples-dev/ledgerBackupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/ledgerBackupSample.js +44 -0
- package/dist-esm/samples-dev/ledgerBackupSample.js.map +1 -0
- package/dist-esm/samples-dev/ledgerCreateSample.js +9 -8
- package/dist-esm/samples-dev/ledgerCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/ledgerDeleteSample.js +1 -1
- package/dist-esm/samples-dev/ledgerGetSample.js +1 -1
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js +7 -5
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/ledgerRestoreSample.d.ts +2 -0
- package/dist-esm/samples-dev/ledgerRestoreSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/ledgerRestoreSample.js +45 -0
- package/dist-esm/samples-dev/ledgerRestoreSample.js.map +1 -0
- package/dist-esm/samples-dev/ledgerUpdateSample.js +9 -9
- package/dist-esm/samples-dev/ledgerUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedCcfBackupSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedCcfBackupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedCcfBackupSample.js +44 -0
- package/dist-esm/samples-dev/managedCcfBackupSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCcfCreateSample.js +7 -7
- package/dist-esm/samples-dev/managedCcfCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedCcfDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedCcfGetSample.js +1 -1
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js +7 -5
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js +7 -5
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedCcfRestoreSample.js +45 -0
- package/dist-esm/samples-dev/managedCcfRestoreSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCcfUpdateSample.js +5 -5
- package/dist-esm/samples-dev/managedCcfUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +7 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/src/confidentialLedgerClient.d.ts.map +1 -1
- package/dist-esm/src/confidentialLedgerClient.js +13 -13
- package/dist-esm/src/confidentialLedgerClient.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +149 -24
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +10 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +8 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +385 -213
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +55 -39
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/ledger.d.ts +33 -1
- package/dist-esm/src/operations/ledger.d.ts.map +1 -1
- package/dist-esm/src/operations/ledger.js +249 -67
- package/dist-esm/src/operations/ledger.js.map +1 -1
- package/dist-esm/src/operations/managedCCFOperations.d.ts +35 -3
- package/dist-esm/src/operations/managedCCFOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/managedCCFOperations.js +257 -67
- package/dist-esm/src/operations/managedCCFOperations.js.map +1 -1
- package/dist-esm/src/operations/operations.js +15 -13
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/ledger.d.ts +33 -1
- package/dist-esm/src/operationsInterfaces/ledger.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts +35 -3
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/test/confidentialledger_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/confidentialledger_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/confidentialledger_operations_test.spec.js +71 -0
- package/dist-esm/test/confidentialledger_operations_test.spec.js.map +1 -0
- package/package.json +17 -22
- package/review/arm-confidentialledger.api.md +107 -2
- package/src/confidentialLedgerClient.ts +26 -26
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +158 -9
- package/src/models/mappers.ts +396 -216
- package/src/models/parameters.ts +64 -40
- package/src/operations/ledger.ts +370 -124
- package/src/operations/managedCCFOperations.ts +393 -127
- package/src/operations/operations.ts +16 -16
- package/src/operationsInterfaces/ledger.ts +75 -10
- package/src/operationsInterfaces/managedCCFOperations.ts +86 -12
- package/src/operationsInterfaces/operations.ts +2 -2
- package/src/pagingHelper.ts +1 -1
- package/types/arm-confidentialledger.d.ts +211 -3
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
@@ -2,7 +2,7 @@ import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import { ManagedCCFOperations } from "../operationsInterfaces";
|
3
3
|
import { ConfidentialLedgerClient } from "../confidentialLedgerClient";
|
4
4
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
5
|
-
import { ManagedCCF, ManagedCCFListByResourceGroupOptionalParams, ManagedCCFListBySubscriptionOptionalParams, ManagedCCFGetOptionalParams, ManagedCCFGetResponse, ManagedCCFDeleteOptionalParams, ManagedCCFCreateOptionalParams, ManagedCCFCreateResponse, ManagedCCFUpdateOptionalParams } from "../models";
|
5
|
+
import { ManagedCCF, ManagedCCFListByResourceGroupOptionalParams, ManagedCCFListBySubscriptionOptionalParams, ManagedCCFGetOptionalParams, ManagedCCFGetResponse, ManagedCCFDeleteOptionalParams, ManagedCCFCreateOptionalParams, ManagedCCFCreateResponse, ManagedCCFUpdateOptionalParams, ManagedCCFUpdateResponse, ManagedCCFBackup, ManagedCCFBackupOptionalParams, ManagedCCFBackupOperationResponse, ManagedCCFRestore, ManagedCCFRestoreOptionalParams, ManagedCCFRestoreOperationResponse } from "../models";
|
6
6
|
/** Class containing ManagedCCFOperations operations. */
|
7
7
|
export declare class ManagedCCFOperationsImpl implements ManagedCCFOperations {
|
8
8
|
private readonly client;
|
@@ -70,7 +70,7 @@ export declare class ManagedCCFOperationsImpl implements ManagedCCFOperations {
|
|
70
70
|
* @param managedCCF Request body for Updating Managed CCF App
|
71
71
|
* @param options The options parameters.
|
72
72
|
*/
|
73
|
-
beginUpdate(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<SimplePollerLike<OperationState<
|
73
|
+
beginUpdate(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFUpdateResponse>, ManagedCCFUpdateResponse>>;
|
74
74
|
/**
|
75
75
|
* Updates properties of Managed CCF
|
76
76
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
@@ -78,7 +78,7 @@ export declare class ManagedCCFOperationsImpl implements ManagedCCFOperations {
|
|
78
78
|
* @param managedCCF Request body for Updating Managed CCF App
|
79
79
|
* @param options The options parameters.
|
80
80
|
*/
|
81
|
-
beginUpdateAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<
|
81
|
+
beginUpdateAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<ManagedCCFUpdateResponse>;
|
82
82
|
/**
|
83
83
|
* Retrieves the properties of all Managed CCF apps.
|
84
84
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
@@ -90,6 +90,38 @@ export declare class ManagedCCFOperationsImpl implements ManagedCCFOperations {
|
|
90
90
|
* @param options The options parameters.
|
91
91
|
*/
|
92
92
|
private _listBySubscription;
|
93
|
+
/**
|
94
|
+
* Backs up a Managed CCF Resource.
|
95
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
96
|
+
* @param appName Name of the Managed CCF
|
97
|
+
* @param managedCCF Managed CCF Backup Request Body
|
98
|
+
* @param options The options parameters.
|
99
|
+
*/
|
100
|
+
beginBackup(resourceGroupName: string, appName: string, managedCCF: ManagedCCFBackup, options?: ManagedCCFBackupOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFBackupOperationResponse>, ManagedCCFBackupOperationResponse>>;
|
101
|
+
/**
|
102
|
+
* Backs up a Managed CCF Resource.
|
103
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
104
|
+
* @param appName Name of the Managed CCF
|
105
|
+
* @param managedCCF Managed CCF Backup Request Body
|
106
|
+
* @param options The options parameters.
|
107
|
+
*/
|
108
|
+
beginBackupAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCFBackup, options?: ManagedCCFBackupOptionalParams): Promise<ManagedCCFBackupOperationResponse>;
|
109
|
+
/**
|
110
|
+
* Restores a Managed CCF Resource.
|
111
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
112
|
+
* @param appName Name of the Managed CCF
|
113
|
+
* @param managedCCF Managed CCF Restore Request Body
|
114
|
+
* @param options The options parameters.
|
115
|
+
*/
|
116
|
+
beginRestore(resourceGroupName: string, appName: string, managedCCF: ManagedCCFRestore, options?: ManagedCCFRestoreOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFRestoreOperationResponse>, ManagedCCFRestoreOperationResponse>>;
|
117
|
+
/**
|
118
|
+
* Restores a Managed CCF Resource.
|
119
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
120
|
+
* @param appName Name of the Managed CCF
|
121
|
+
* @param managedCCF Managed CCF Restore Request Body
|
122
|
+
* @param options The options parameters.
|
123
|
+
*/
|
124
|
+
beginRestoreAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCFRestore, options?: ManagedCCFRestoreOptionalParams): Promise<ManagedCCFRestoreOperationResponse>;
|
93
125
|
/**
|
94
126
|
* ListByResourceGroupNext
|
95
127
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"managedCCFOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/managedCCFOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAI/D,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,UAAU,EAEV,2CAA2C,EAG3C,0CAA0C,EAE1C,2BAA2B,EAC3B,qBAAqB,EACrB,8BAA8B,EAC9B,8BAA8B,EAC9B,wBAAwB,EACxB,8BAA8B,
|
1
|
+
{"version":3,"file":"managedCCFOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/managedCCFOperations.ts"],"names":[],"mappings":"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"}
|
@@ -10,7 +10,7 @@ import { setContinuationToken } from "../pagingHelper";
|
|
10
10
|
import * as coreClient from "@azure/core-client";
|
11
11
|
import * as Mappers from "../models/mappers";
|
12
12
|
import * as Parameters from "../models/parameters";
|
13
|
-
import { createHttpPoller } from "@azure/core-lro";
|
13
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
14
14
|
import { createLroSpec } from "../lroImpl";
|
15
15
|
/// <reference lib="esnext.asynciterable" />
|
16
16
|
/** Class containing ManagedCCFOperations operations. */
|
@@ -41,7 +41,7 @@ export class ManagedCCFOperationsImpl {
|
|
41
41
|
throw new Error("maxPageSize is not supported by this operation.");
|
42
42
|
}
|
43
43
|
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
44
|
-
}
|
44
|
+
},
|
45
45
|
};
|
46
46
|
}
|
47
47
|
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
@@ -66,17 +66,19 @@ export class ManagedCCFOperationsImpl {
|
|
66
66
|
}
|
67
67
|
listByResourceGroupPagingAll(resourceGroupName, options) {
|
68
68
|
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
69
|
-
var e_1,
|
69
|
+
var _a, e_1, _b, _c;
|
70
70
|
try {
|
71
|
-
for (var
|
72
|
-
|
71
|
+
for (var _d = true, _e = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
72
|
+
_c = _f.value;
|
73
|
+
_d = false;
|
74
|
+
const page = _c;
|
73
75
|
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
74
76
|
}
|
75
77
|
}
|
76
78
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
77
79
|
finally {
|
78
80
|
try {
|
79
|
-
if (
|
81
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
80
82
|
}
|
81
83
|
finally { if (e_1) throw e_1.error; }
|
82
84
|
}
|
@@ -100,7 +102,7 @@ export class ManagedCCFOperationsImpl {
|
|
100
102
|
throw new Error("maxPageSize is not supported by this operation.");
|
101
103
|
}
|
102
104
|
return this.listBySubscriptionPagingPage(options, settings);
|
103
|
-
}
|
105
|
+
},
|
104
106
|
};
|
105
107
|
}
|
106
108
|
listBySubscriptionPagingPage(options, settings) {
|
@@ -125,17 +127,19 @@ export class ManagedCCFOperationsImpl {
|
|
125
127
|
}
|
126
128
|
listBySubscriptionPagingAll(options) {
|
127
129
|
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
128
|
-
var e_2,
|
130
|
+
var _a, e_2, _b, _c;
|
129
131
|
try {
|
130
|
-
for (var
|
131
|
-
|
132
|
+
for (var _d = true, _e = __asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
133
|
+
_c = _f.value;
|
134
|
+
_d = false;
|
135
|
+
const page = _c;
|
132
136
|
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
133
137
|
}
|
134
138
|
}
|
135
139
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
136
140
|
finally {
|
137
141
|
try {
|
138
|
-
if (
|
142
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
139
143
|
}
|
140
144
|
finally { if (e_2) throw e_2.error; }
|
141
145
|
}
|
@@ -176,18 +180,18 @@ export class ManagedCCFOperationsImpl {
|
|
176
180
|
rawResponse: {
|
177
181
|
statusCode: currentRawResponse.status,
|
178
182
|
body: currentRawResponse.parsedBody,
|
179
|
-
headers: currentRawResponse.headers.toJSON()
|
180
|
-
}
|
183
|
+
headers: currentRawResponse.headers.toJSON(),
|
184
|
+
},
|
181
185
|
};
|
182
186
|
});
|
183
187
|
const lro = createLroSpec({
|
184
188
|
sendOperationFn,
|
185
189
|
args: { resourceGroupName, appName, options },
|
186
|
-
spec: deleteOperationSpec
|
190
|
+
spec: deleteOperationSpec,
|
187
191
|
});
|
188
192
|
const poller = yield createHttpPoller(lro, {
|
189
193
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
190
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
194
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
191
195
|
});
|
192
196
|
yield poller.poll();
|
193
197
|
return poller;
|
@@ -232,19 +236,19 @@ export class ManagedCCFOperationsImpl {
|
|
232
236
|
rawResponse: {
|
233
237
|
statusCode: currentRawResponse.status,
|
234
238
|
body: currentRawResponse.parsedBody,
|
235
|
-
headers: currentRawResponse.headers.toJSON()
|
236
|
-
}
|
239
|
+
headers: currentRawResponse.headers.toJSON(),
|
240
|
+
},
|
237
241
|
};
|
238
242
|
});
|
239
243
|
const lro = createLroSpec({
|
240
244
|
sendOperationFn,
|
241
245
|
args: { resourceGroupName, appName, managedCCF, options },
|
242
|
-
spec: createOperationSpec
|
246
|
+
spec: createOperationSpec,
|
243
247
|
});
|
244
248
|
const poller = yield createHttpPoller(lro, {
|
245
249
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
246
250
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
247
|
-
resourceLocationConfig: "azure-async-operation"
|
251
|
+
resourceLocationConfig: "azure-async-operation",
|
248
252
|
});
|
249
253
|
yield poller.poll();
|
250
254
|
return poller;
|
@@ -290,18 +294,18 @@ export class ManagedCCFOperationsImpl {
|
|
290
294
|
rawResponse: {
|
291
295
|
statusCode: currentRawResponse.status,
|
292
296
|
body: currentRawResponse.parsedBody,
|
293
|
-
headers: currentRawResponse.headers.toJSON()
|
294
|
-
}
|
297
|
+
headers: currentRawResponse.headers.toJSON(),
|
298
|
+
},
|
295
299
|
};
|
296
300
|
});
|
297
301
|
const lro = createLroSpec({
|
298
302
|
sendOperationFn,
|
299
303
|
args: { resourceGroupName, appName, managedCCF, options },
|
300
|
-
spec: updateOperationSpec
|
304
|
+
spec: updateOperationSpec,
|
301
305
|
});
|
302
306
|
const poller = yield createHttpPoller(lro, {
|
303
307
|
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
304
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
308
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
305
309
|
});
|
306
310
|
yield poller.poll();
|
307
311
|
return poller;
|
@@ -335,6 +339,120 @@ export class ManagedCCFOperationsImpl {
|
|
335
339
|
_listBySubscription(options) {
|
336
340
|
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
337
341
|
}
|
342
|
+
/**
|
343
|
+
* Backs up a Managed CCF Resource.
|
344
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
345
|
+
* @param appName Name of the Managed CCF
|
346
|
+
* @param managedCCF Managed CCF Backup Request Body
|
347
|
+
* @param options The options parameters.
|
348
|
+
*/
|
349
|
+
beginBackup(resourceGroupName, appName, managedCCF, options) {
|
350
|
+
return __awaiter(this, void 0, void 0, function* () {
|
351
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
352
|
+
return this.client.sendOperationRequest(args, spec);
|
353
|
+
});
|
354
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
355
|
+
var _a;
|
356
|
+
let currentRawResponse = undefined;
|
357
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
358
|
+
const callback = (rawResponse, flatResponse) => {
|
359
|
+
currentRawResponse = rawResponse;
|
360
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
361
|
+
};
|
362
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
363
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
364
|
+
return {
|
365
|
+
flatResponse,
|
366
|
+
rawResponse: {
|
367
|
+
statusCode: currentRawResponse.status,
|
368
|
+
body: currentRawResponse.parsedBody,
|
369
|
+
headers: currentRawResponse.headers.toJSON(),
|
370
|
+
},
|
371
|
+
};
|
372
|
+
});
|
373
|
+
const lro = createLroSpec({
|
374
|
+
sendOperationFn,
|
375
|
+
args: { resourceGroupName, appName, managedCCF, options },
|
376
|
+
spec: backupOperationSpec,
|
377
|
+
});
|
378
|
+
const poller = yield createHttpPoller(lro, {
|
379
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
380
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
381
|
+
});
|
382
|
+
yield poller.poll();
|
383
|
+
return poller;
|
384
|
+
});
|
385
|
+
}
|
386
|
+
/**
|
387
|
+
* Backs up a Managed CCF Resource.
|
388
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
389
|
+
* @param appName Name of the Managed CCF
|
390
|
+
* @param managedCCF Managed CCF Backup Request Body
|
391
|
+
* @param options The options parameters.
|
392
|
+
*/
|
393
|
+
beginBackupAndWait(resourceGroupName, appName, managedCCF, options) {
|
394
|
+
return __awaiter(this, void 0, void 0, function* () {
|
395
|
+
const poller = yield this.beginBackup(resourceGroupName, appName, managedCCF, options);
|
396
|
+
return poller.pollUntilDone();
|
397
|
+
});
|
398
|
+
}
|
399
|
+
/**
|
400
|
+
* Restores a Managed CCF Resource.
|
401
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
402
|
+
* @param appName Name of the Managed CCF
|
403
|
+
* @param managedCCF Managed CCF Restore Request Body
|
404
|
+
* @param options The options parameters.
|
405
|
+
*/
|
406
|
+
beginRestore(resourceGroupName, appName, managedCCF, options) {
|
407
|
+
return __awaiter(this, void 0, void 0, function* () {
|
408
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
409
|
+
return this.client.sendOperationRequest(args, spec);
|
410
|
+
});
|
411
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
412
|
+
var _a;
|
413
|
+
let currentRawResponse = undefined;
|
414
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
415
|
+
const callback = (rawResponse, flatResponse) => {
|
416
|
+
currentRawResponse = rawResponse;
|
417
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
418
|
+
};
|
419
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
420
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
421
|
+
return {
|
422
|
+
flatResponse,
|
423
|
+
rawResponse: {
|
424
|
+
statusCode: currentRawResponse.status,
|
425
|
+
body: currentRawResponse.parsedBody,
|
426
|
+
headers: currentRawResponse.headers.toJSON(),
|
427
|
+
},
|
428
|
+
};
|
429
|
+
});
|
430
|
+
const lro = createLroSpec({
|
431
|
+
sendOperationFn,
|
432
|
+
args: { resourceGroupName, appName, managedCCF, options },
|
433
|
+
spec: restoreOperationSpec,
|
434
|
+
});
|
435
|
+
const poller = yield createHttpPoller(lro, {
|
436
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
437
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
438
|
+
});
|
439
|
+
yield poller.poll();
|
440
|
+
return poller;
|
441
|
+
});
|
442
|
+
}
|
443
|
+
/**
|
444
|
+
* Restores a Managed CCF Resource.
|
445
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
446
|
+
* @param appName Name of the Managed CCF
|
447
|
+
* @param managedCCF Managed CCF Restore Request Body
|
448
|
+
* @param options The options parameters.
|
449
|
+
*/
|
450
|
+
beginRestoreAndWait(resourceGroupName, appName, managedCCF, options) {
|
451
|
+
return __awaiter(this, void 0, void 0, function* () {
|
452
|
+
const poller = yield this.beginRestore(resourceGroupName, appName, managedCCF, options);
|
453
|
+
return poller.pollUntilDone();
|
454
|
+
});
|
455
|
+
}
|
338
456
|
/**
|
339
457
|
* ListByResourceGroupNext
|
340
458
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
@@ -360,21 +478,21 @@ const getOperationSpec = {
|
|
360
478
|
httpMethod: "GET",
|
361
479
|
responses: {
|
362
480
|
200: {
|
363
|
-
bodyMapper: Mappers.ManagedCCF
|
481
|
+
bodyMapper: Mappers.ManagedCCF,
|
364
482
|
},
|
365
483
|
default: {
|
366
|
-
bodyMapper: Mappers.ErrorResponse
|
367
|
-
}
|
484
|
+
bodyMapper: Mappers.ErrorResponse,
|
485
|
+
},
|
368
486
|
},
|
369
487
|
queryParameters: [Parameters.apiVersion],
|
370
488
|
urlParameters: [
|
371
489
|
Parameters.$host,
|
372
490
|
Parameters.subscriptionId,
|
373
491
|
Parameters.resourceGroupName,
|
374
|
-
Parameters.appName
|
492
|
+
Parameters.appName,
|
375
493
|
],
|
376
494
|
headerParameters: [Parameters.accept],
|
377
|
-
serializer
|
495
|
+
serializer,
|
378
496
|
};
|
379
497
|
const deleteOperationSpec = {
|
380
498
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}",
|
@@ -385,38 +503,38 @@ const deleteOperationSpec = {
|
|
385
503
|
202: {},
|
386
504
|
204: {},
|
387
505
|
default: {
|
388
|
-
bodyMapper: Mappers.ErrorResponse
|
389
|
-
}
|
506
|
+
bodyMapper: Mappers.ErrorResponse,
|
507
|
+
},
|
390
508
|
},
|
391
509
|
queryParameters: [Parameters.apiVersion],
|
392
510
|
urlParameters: [
|
393
511
|
Parameters.$host,
|
394
512
|
Parameters.subscriptionId,
|
395
513
|
Parameters.resourceGroupName,
|
396
|
-
Parameters.appName
|
514
|
+
Parameters.appName,
|
397
515
|
],
|
398
516
|
headerParameters: [Parameters.accept],
|
399
|
-
serializer
|
517
|
+
serializer,
|
400
518
|
};
|
401
519
|
const createOperationSpec = {
|
402
520
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}",
|
403
521
|
httpMethod: "PUT",
|
404
522
|
responses: {
|
405
523
|
200: {
|
406
|
-
bodyMapper: Mappers.ManagedCCF
|
524
|
+
bodyMapper: Mappers.ManagedCCF,
|
407
525
|
},
|
408
526
|
201: {
|
409
|
-
bodyMapper: Mappers.ManagedCCF
|
527
|
+
bodyMapper: Mappers.ManagedCCF,
|
410
528
|
},
|
411
529
|
202: {
|
412
|
-
bodyMapper: Mappers.ManagedCCF
|
530
|
+
bodyMapper: Mappers.ManagedCCF,
|
413
531
|
},
|
414
532
|
204: {
|
415
|
-
bodyMapper: Mappers.ManagedCCF
|
533
|
+
bodyMapper: Mappers.ManagedCCF,
|
416
534
|
},
|
417
535
|
default: {
|
418
|
-
bodyMapper: Mappers.ErrorResponse
|
419
|
-
}
|
536
|
+
bodyMapper: Mappers.ErrorResponse,
|
537
|
+
},
|
420
538
|
},
|
421
539
|
requestBody: Parameters.managedCCF,
|
422
540
|
queryParameters: [Parameters.apiVersion],
|
@@ -424,23 +542,31 @@ const createOperationSpec = {
|
|
424
542
|
Parameters.$host,
|
425
543
|
Parameters.subscriptionId,
|
426
544
|
Parameters.resourceGroupName,
|
427
|
-
Parameters.appName
|
545
|
+
Parameters.appName,
|
428
546
|
],
|
429
547
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
430
548
|
mediaType: "json",
|
431
|
-
serializer
|
549
|
+
serializer,
|
432
550
|
};
|
433
551
|
const updateOperationSpec = {
|
434
552
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}",
|
435
553
|
httpMethod: "PATCH",
|
436
554
|
responses: {
|
437
|
-
200: {
|
438
|
-
|
439
|
-
|
440
|
-
|
555
|
+
200: {
|
556
|
+
bodyMapper: Mappers.ManagedCCF,
|
557
|
+
},
|
558
|
+
201: {
|
559
|
+
bodyMapper: Mappers.ManagedCCF,
|
560
|
+
},
|
561
|
+
202: {
|
562
|
+
bodyMapper: Mappers.ManagedCCF,
|
563
|
+
},
|
564
|
+
204: {
|
565
|
+
bodyMapper: Mappers.ManagedCCF,
|
566
|
+
},
|
441
567
|
default: {
|
442
|
-
bodyMapper: Mappers.ErrorResponse
|
443
|
-
}
|
568
|
+
bodyMapper: Mappers.ErrorResponse,
|
569
|
+
},
|
444
570
|
},
|
445
571
|
requestBody: Parameters.managedCCF,
|
446
572
|
queryParameters: [Parameters.apiVersion],
|
@@ -448,85 +574,149 @@ const updateOperationSpec = {
|
|
448
574
|
Parameters.$host,
|
449
575
|
Parameters.subscriptionId,
|
450
576
|
Parameters.resourceGroupName,
|
451
|
-
Parameters.appName
|
577
|
+
Parameters.appName,
|
452
578
|
],
|
453
579
|
headerParameters: [Parameters.accept, Parameters.contentType],
|
454
580
|
mediaType: "json",
|
455
|
-
serializer
|
581
|
+
serializer,
|
456
582
|
};
|
457
583
|
const listByResourceGroupOperationSpec = {
|
458
584
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs",
|
459
585
|
httpMethod: "GET",
|
460
586
|
responses: {
|
461
587
|
200: {
|
462
|
-
bodyMapper: Mappers.ManagedCCFList
|
588
|
+
bodyMapper: Mappers.ManagedCCFList,
|
463
589
|
},
|
464
590
|
default: {
|
465
|
-
bodyMapper: Mappers.ErrorResponse
|
466
|
-
}
|
591
|
+
bodyMapper: Mappers.ErrorResponse,
|
592
|
+
},
|
467
593
|
},
|
468
594
|
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
469
595
|
urlParameters: [
|
470
596
|
Parameters.$host,
|
471
597
|
Parameters.subscriptionId,
|
472
|
-
Parameters.resourceGroupName
|
598
|
+
Parameters.resourceGroupName,
|
473
599
|
],
|
474
600
|
headerParameters: [Parameters.accept],
|
475
|
-
serializer
|
601
|
+
serializer,
|
476
602
|
};
|
477
603
|
const listBySubscriptionOperationSpec = {
|
478
604
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs/",
|
479
605
|
httpMethod: "GET",
|
480
606
|
responses: {
|
481
607
|
200: {
|
482
|
-
bodyMapper: Mappers.ManagedCCFList
|
608
|
+
bodyMapper: Mappers.ManagedCCFList,
|
483
609
|
},
|
484
610
|
default: {
|
485
|
-
bodyMapper: Mappers.ErrorResponse
|
486
|
-
}
|
611
|
+
bodyMapper: Mappers.ErrorResponse,
|
612
|
+
},
|
487
613
|
},
|
488
614
|
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
489
615
|
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
490
616
|
headerParameters: [Parameters.accept],
|
491
|
-
serializer
|
617
|
+
serializer,
|
618
|
+
};
|
619
|
+
const backupOperationSpec = {
|
620
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/backup",
|
621
|
+
httpMethod: "POST",
|
622
|
+
responses: {
|
623
|
+
200: {
|
624
|
+
bodyMapper: Mappers.ManagedCCFBackupResponse,
|
625
|
+
},
|
626
|
+
201: {
|
627
|
+
bodyMapper: Mappers.ManagedCCFBackupResponse,
|
628
|
+
},
|
629
|
+
202: {
|
630
|
+
bodyMapper: Mappers.ManagedCCFBackupResponse,
|
631
|
+
},
|
632
|
+
204: {
|
633
|
+
bodyMapper: Mappers.ManagedCCFBackupResponse,
|
634
|
+
},
|
635
|
+
default: {
|
636
|
+
bodyMapper: Mappers.ErrorResponse,
|
637
|
+
},
|
638
|
+
},
|
639
|
+
requestBody: Parameters.managedCCF1,
|
640
|
+
queryParameters: [Parameters.apiVersion],
|
641
|
+
urlParameters: [
|
642
|
+
Parameters.$host,
|
643
|
+
Parameters.subscriptionId,
|
644
|
+
Parameters.resourceGroupName,
|
645
|
+
Parameters.appName,
|
646
|
+
],
|
647
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
648
|
+
mediaType: "json",
|
649
|
+
serializer,
|
650
|
+
};
|
651
|
+
const restoreOperationSpec = {
|
652
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}/restore",
|
653
|
+
httpMethod: "POST",
|
654
|
+
responses: {
|
655
|
+
200: {
|
656
|
+
bodyMapper: Mappers.ManagedCCFRestoreResponse,
|
657
|
+
},
|
658
|
+
201: {
|
659
|
+
bodyMapper: Mappers.ManagedCCFRestoreResponse,
|
660
|
+
},
|
661
|
+
202: {
|
662
|
+
bodyMapper: Mappers.ManagedCCFRestoreResponse,
|
663
|
+
},
|
664
|
+
204: {
|
665
|
+
bodyMapper: Mappers.ManagedCCFRestoreResponse,
|
666
|
+
},
|
667
|
+
default: {
|
668
|
+
bodyMapper: Mappers.ErrorResponse,
|
669
|
+
},
|
670
|
+
},
|
671
|
+
requestBody: Parameters.managedCCF2,
|
672
|
+
queryParameters: [Parameters.apiVersion],
|
673
|
+
urlParameters: [
|
674
|
+
Parameters.$host,
|
675
|
+
Parameters.subscriptionId,
|
676
|
+
Parameters.resourceGroupName,
|
677
|
+
Parameters.appName,
|
678
|
+
],
|
679
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
680
|
+
mediaType: "json",
|
681
|
+
serializer,
|
492
682
|
};
|
493
683
|
const listByResourceGroupNextOperationSpec = {
|
494
684
|
path: "{nextLink}",
|
495
685
|
httpMethod: "GET",
|
496
686
|
responses: {
|
497
687
|
200: {
|
498
|
-
bodyMapper: Mappers.ManagedCCFList
|
688
|
+
bodyMapper: Mappers.ManagedCCFList,
|
499
689
|
},
|
500
690
|
default: {
|
501
|
-
bodyMapper: Mappers.ErrorResponse
|
502
|
-
}
|
691
|
+
bodyMapper: Mappers.ErrorResponse,
|
692
|
+
},
|
503
693
|
},
|
504
694
|
urlParameters: [
|
505
695
|
Parameters.$host,
|
506
696
|
Parameters.nextLink,
|
507
697
|
Parameters.subscriptionId,
|
508
|
-
Parameters.resourceGroupName
|
698
|
+
Parameters.resourceGroupName,
|
509
699
|
],
|
510
700
|
headerParameters: [Parameters.accept],
|
511
|
-
serializer
|
701
|
+
serializer,
|
512
702
|
};
|
513
703
|
const listBySubscriptionNextOperationSpec = {
|
514
704
|
path: "{nextLink}",
|
515
705
|
httpMethod: "GET",
|
516
706
|
responses: {
|
517
707
|
200: {
|
518
|
-
bodyMapper: Mappers.ManagedCCFList
|
708
|
+
bodyMapper: Mappers.ManagedCCFList,
|
519
709
|
},
|
520
710
|
default: {
|
521
|
-
bodyMapper: Mappers.ErrorResponse
|
522
|
-
}
|
711
|
+
bodyMapper: Mappers.ErrorResponse,
|
712
|
+
},
|
523
713
|
},
|
524
714
|
urlParameters: [
|
525
715
|
Parameters.$host,
|
526
716
|
Parameters.nextLink,
|
527
|
-
Parameters.subscriptionId
|
717
|
+
Parameters.subscriptionId,
|
528
718
|
],
|
529
719
|
headerParameters: [Parameters.accept],
|
530
|
-
serializer
|
720
|
+
serializer,
|
531
721
|
};
|
532
722
|
//# sourceMappingURL=managedCCFOperations.js.map
|