@azure/arm-msi 2.1.0-beta.1 → 2.1.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 +23 -8
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +555 -262
- 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/federatedIdentityCredentialsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.js +45 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.js +40 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{userAssignedIdentitiesListAssociatedResourcesSample.js → federatedIdentityCredentialsListSample.js} +18 -20
- package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.js +11 -3
- package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.js +11 -4
- package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.js +11 -4
- package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.js +11 -4
- package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.js +10 -3
- package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.js +11 -4
- package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/managedServiceIdentityClient.d.ts +4 -1
- package/dist-esm/src/managedServiceIdentityClient.d.ts.map +1 -1
- package/dist-esm/src/managedServiceIdentityClient.js +57 -8
- package/dist-esm/src/managedServiceIdentityClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +89 -84
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +12 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +3 -2
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +81 -62
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -6
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +38 -37
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/federatedIdentityCredentials.d.ts +66 -0
- package/dist-esm/src/operations/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist-esm/src/operations/federatedIdentityCredentials.js +272 -0
- package/dist-esm/src/operations/federatedIdentityCredentials.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/userAssignedIdentities.d.ts +1 -26
- package/dist-esm/src/operations/userAssignedIdentities.d.ts.map +1 -1
- package/dist-esm/src/operations/userAssignedIdentities.js +37 -143
- package/dist-esm/src/operations/userAssignedIdentities.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/federatedIdentityCredentials.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/federatedIdentityCredentials.js +9 -0
- package/dist-esm/src/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/userAssignedIdentities.d.ts +1 -8
- package/dist-esm/src/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/sampleTest.js +11 -13
- package/dist-esm/test/sampleTest.js.map +1 -1
- package/package.json +17 -12
- package/review/arm-msi.api.md +100 -59
- package/src/index.ts +1 -0
- package/src/managedServiceIdentityClient.ts +78 -8
- package/src/models/index.ts +99 -88
- package/src/models/mappers.ts +88 -63
- package/src/models/parameters.ts +42 -40
- package/src/operations/federatedIdentityCredentials.ts +355 -0
- package/src/operations/index.ts +1 -0
- package/src/operations/operations.ts +21 -9
- package/src/operations/userAssignedIdentities.ts +46 -190
- package/src/operationsInterfaces/federatedIdentityCredentials.ts +78 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/userAssignedIdentities.ts +0 -13
- package/src/pagingHelper.ts +39 -0
- package/types/arm-msi.d.ts +161 -104
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesListAssociatedResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/userAssignedIdentitiesListAssociatedResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesListAssociatedResourcesSample.js.map +0 -1
@@ -0,0 +1,272 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
+
import { setContinuationToken } from "../pagingHelper";
|
10
|
+
import * as coreClient from "@azure/core-client";
|
11
|
+
import * as Mappers from "../models/mappers";
|
12
|
+
import * as Parameters from "../models/parameters";
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
14
|
+
/** Class containing FederatedIdentityCredentials operations. */
|
15
|
+
export class FederatedIdentityCredentialsImpl {
|
16
|
+
/**
|
17
|
+
* Initialize a new instance of the class FederatedIdentityCredentials class.
|
18
|
+
* @param client Reference to the service client
|
19
|
+
*/
|
20
|
+
constructor(client) {
|
21
|
+
this.client = client;
|
22
|
+
}
|
23
|
+
/**
|
24
|
+
* Lists all the federated identity credentials under the specified user assigned identity.
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
26
|
+
* @param resourceName The name of the identity resource.
|
27
|
+
* @param options The options parameters.
|
28
|
+
*/
|
29
|
+
list(resourceGroupName, resourceName, options) {
|
30
|
+
const iter = this.listPagingAll(resourceGroupName, resourceName, options);
|
31
|
+
return {
|
32
|
+
next() {
|
33
|
+
return iter.next();
|
34
|
+
},
|
35
|
+
[Symbol.asyncIterator]() {
|
36
|
+
return this;
|
37
|
+
},
|
38
|
+
byPage: (settings) => {
|
39
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
40
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
41
|
+
}
|
42
|
+
return this.listPagingPage(resourceGroupName, resourceName, options, settings);
|
43
|
+
}
|
44
|
+
};
|
45
|
+
}
|
46
|
+
listPagingPage(resourceGroupName, resourceName, options, settings) {
|
47
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
48
|
+
let result;
|
49
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
50
|
+
if (!continuationToken) {
|
51
|
+
result = yield __await(this._list(resourceGroupName, resourceName, options));
|
52
|
+
let page = result.value || [];
|
53
|
+
continuationToken = result.nextLink;
|
54
|
+
setContinuationToken(page, continuationToken);
|
55
|
+
yield yield __await(page);
|
56
|
+
}
|
57
|
+
while (continuationToken) {
|
58
|
+
result = yield __await(this._listNext(resourceGroupName, resourceName, continuationToken, options));
|
59
|
+
continuationToken = result.nextLink;
|
60
|
+
let page = result.value || [];
|
61
|
+
setContinuationToken(page, continuationToken);
|
62
|
+
yield yield __await(page);
|
63
|
+
}
|
64
|
+
});
|
65
|
+
}
|
66
|
+
listPagingAll(resourceGroupName, resourceName, options) {
|
67
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
68
|
+
var e_1, _a;
|
69
|
+
try {
|
70
|
+
for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
71
|
+
const page = _c.value;
|
72
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
73
|
+
}
|
74
|
+
}
|
75
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
76
|
+
finally {
|
77
|
+
try {
|
78
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
79
|
+
}
|
80
|
+
finally { if (e_1) throw e_1.error; }
|
81
|
+
}
|
82
|
+
});
|
83
|
+
}
|
84
|
+
/**
|
85
|
+
* Lists all the federated identity credentials under the specified user assigned identity.
|
86
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
87
|
+
* @param resourceName The name of the identity resource.
|
88
|
+
* @param options The options parameters.
|
89
|
+
*/
|
90
|
+
_list(resourceGroupName, resourceName, options) {
|
91
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listOperationSpec);
|
92
|
+
}
|
93
|
+
/**
|
94
|
+
* Create or update a federated identity credential under the specified user assigned identity.
|
95
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
96
|
+
* @param resourceName The name of the identity resource.
|
97
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
98
|
+
* resource.
|
99
|
+
* @param parameters Parameters to create or update the federated identity credential.
|
100
|
+
* @param options The options parameters.
|
101
|
+
*/
|
102
|
+
createOrUpdate(resourceGroupName, resourceName, federatedIdentityCredentialResourceName, parameters, options) {
|
103
|
+
return this.client.sendOperationRequest({
|
104
|
+
resourceGroupName,
|
105
|
+
resourceName,
|
106
|
+
federatedIdentityCredentialResourceName,
|
107
|
+
parameters,
|
108
|
+
options
|
109
|
+
}, createOrUpdateOperationSpec);
|
110
|
+
}
|
111
|
+
/**
|
112
|
+
* Gets the federated identity credential.
|
113
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
114
|
+
* @param resourceName The name of the identity resource.
|
115
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
116
|
+
* resource.
|
117
|
+
* @param options The options parameters.
|
118
|
+
*/
|
119
|
+
get(resourceGroupName, resourceName, federatedIdentityCredentialResourceName, options) {
|
120
|
+
return this.client.sendOperationRequest({
|
121
|
+
resourceGroupName,
|
122
|
+
resourceName,
|
123
|
+
federatedIdentityCredentialResourceName,
|
124
|
+
options
|
125
|
+
}, getOperationSpec);
|
126
|
+
}
|
127
|
+
/**
|
128
|
+
* Deletes the federated identity credential.
|
129
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
130
|
+
* @param resourceName The name of the identity resource.
|
131
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
132
|
+
* resource.
|
133
|
+
* @param options The options parameters.
|
134
|
+
*/
|
135
|
+
delete(resourceGroupName, resourceName, federatedIdentityCredentialResourceName, options) {
|
136
|
+
return this.client.sendOperationRequest({
|
137
|
+
resourceGroupName,
|
138
|
+
resourceName,
|
139
|
+
federatedIdentityCredentialResourceName,
|
140
|
+
options
|
141
|
+
}, deleteOperationSpec);
|
142
|
+
}
|
143
|
+
/**
|
144
|
+
* ListNext
|
145
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
146
|
+
* @param resourceName The name of the identity resource.
|
147
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
148
|
+
* @param options The options parameters.
|
149
|
+
*/
|
150
|
+
_listNext(resourceGroupName, resourceName, nextLink, options) {
|
151
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, nextLink, options }, listNextOperationSpec);
|
152
|
+
}
|
153
|
+
}
|
154
|
+
// Operation Specifications
|
155
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
156
|
+
const listOperationSpec = {
|
157
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials",
|
158
|
+
httpMethod: "GET",
|
159
|
+
responses: {
|
160
|
+
200: {
|
161
|
+
bodyMapper: Mappers.FederatedIdentityCredentialsListResult
|
162
|
+
},
|
163
|
+
default: {
|
164
|
+
bodyMapper: Mappers.CloudError
|
165
|
+
}
|
166
|
+
},
|
167
|
+
queryParameters: [
|
168
|
+
Parameters.apiVersion,
|
169
|
+
Parameters.top,
|
170
|
+
Parameters.skiptoken
|
171
|
+
],
|
172
|
+
urlParameters: [
|
173
|
+
Parameters.$host,
|
174
|
+
Parameters.subscriptionId,
|
175
|
+
Parameters.resourceName,
|
176
|
+
Parameters.resourceGroupName1
|
177
|
+
],
|
178
|
+
headerParameters: [Parameters.accept],
|
179
|
+
serializer
|
180
|
+
};
|
181
|
+
const createOrUpdateOperationSpec = {
|
182
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}",
|
183
|
+
httpMethod: "PUT",
|
184
|
+
responses: {
|
185
|
+
200: {
|
186
|
+
bodyMapper: Mappers.FederatedIdentityCredential
|
187
|
+
},
|
188
|
+
201: {
|
189
|
+
bodyMapper: Mappers.FederatedIdentityCredential
|
190
|
+
},
|
191
|
+
default: {
|
192
|
+
bodyMapper: Mappers.CloudError
|
193
|
+
}
|
194
|
+
},
|
195
|
+
requestBody: Parameters.parameters2,
|
196
|
+
queryParameters: [Parameters.apiVersion],
|
197
|
+
urlParameters: [
|
198
|
+
Parameters.$host,
|
199
|
+
Parameters.subscriptionId,
|
200
|
+
Parameters.resourceName,
|
201
|
+
Parameters.resourceGroupName1,
|
202
|
+
Parameters.federatedIdentityCredentialResourceName
|
203
|
+
],
|
204
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
205
|
+
mediaType: "json",
|
206
|
+
serializer
|
207
|
+
};
|
208
|
+
const getOperationSpec = {
|
209
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}",
|
210
|
+
httpMethod: "GET",
|
211
|
+
responses: {
|
212
|
+
200: {
|
213
|
+
bodyMapper: Mappers.FederatedIdentityCredential
|
214
|
+
},
|
215
|
+
default: {
|
216
|
+
bodyMapper: Mappers.CloudError
|
217
|
+
}
|
218
|
+
},
|
219
|
+
queryParameters: [Parameters.apiVersion],
|
220
|
+
urlParameters: [
|
221
|
+
Parameters.$host,
|
222
|
+
Parameters.subscriptionId,
|
223
|
+
Parameters.resourceName,
|
224
|
+
Parameters.resourceGroupName1,
|
225
|
+
Parameters.federatedIdentityCredentialResourceName
|
226
|
+
],
|
227
|
+
headerParameters: [Parameters.accept],
|
228
|
+
serializer
|
229
|
+
};
|
230
|
+
const deleteOperationSpec = {
|
231
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}",
|
232
|
+
httpMethod: "DELETE",
|
233
|
+
responses: {
|
234
|
+
200: {},
|
235
|
+
204: {},
|
236
|
+
default: {
|
237
|
+
bodyMapper: Mappers.CloudError
|
238
|
+
}
|
239
|
+
},
|
240
|
+
queryParameters: [Parameters.apiVersion],
|
241
|
+
urlParameters: [
|
242
|
+
Parameters.$host,
|
243
|
+
Parameters.subscriptionId,
|
244
|
+
Parameters.resourceName,
|
245
|
+
Parameters.resourceGroupName1,
|
246
|
+
Parameters.federatedIdentityCredentialResourceName
|
247
|
+
],
|
248
|
+
headerParameters: [Parameters.accept],
|
249
|
+
serializer
|
250
|
+
};
|
251
|
+
const listNextOperationSpec = {
|
252
|
+
path: "{nextLink}",
|
253
|
+
httpMethod: "GET",
|
254
|
+
responses: {
|
255
|
+
200: {
|
256
|
+
bodyMapper: Mappers.FederatedIdentityCredentialsListResult
|
257
|
+
},
|
258
|
+
default: {
|
259
|
+
bodyMapper: Mappers.CloudError
|
260
|
+
}
|
261
|
+
},
|
262
|
+
urlParameters: [
|
263
|
+
Parameters.$host,
|
264
|
+
Parameters.nextLink,
|
265
|
+
Parameters.subscriptionId,
|
266
|
+
Parameters.resourceName,
|
267
|
+
Parameters.resourceGroupName1
|
268
|
+
],
|
269
|
+
headerParameters: [Parameters.accept],
|
270
|
+
serializer
|
271
|
+
};
|
272
|
+
//# sourceMappingURL=federatedIdentityCredentials.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"federatedIdentityCredentials.js","sourceRoot":"","sources":["../../../src/operations/federatedIdentityCredentials.ts"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAC/E,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
@@ -6,6 +6,7 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
+
import { setContinuationToken } from "../pagingHelper";
|
9
10
|
import * as coreClient from "@azure/core-client";
|
10
11
|
import * as Mappers from "../models/mappers";
|
11
12
|
import * as Parameters from "../models/parameters";
|
@@ -32,20 +33,31 @@ export class OperationsImpl {
|
|
32
33
|
[Symbol.asyncIterator]() {
|
33
34
|
return this;
|
34
35
|
},
|
35
|
-
byPage: () => {
|
36
|
-
|
36
|
+
byPage: (settings) => {
|
37
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
38
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
39
|
+
}
|
40
|
+
return this.listPagingPage(options, settings);
|
37
41
|
}
|
38
42
|
};
|
39
43
|
}
|
40
|
-
listPagingPage(options) {
|
44
|
+
listPagingPage(options, settings) {
|
41
45
|
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
42
|
-
let result
|
43
|
-
|
44
|
-
|
46
|
+
let result;
|
47
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
48
|
+
if (!continuationToken) {
|
49
|
+
result = yield __await(this._list(options));
|
50
|
+
let page = result.value || [];
|
51
|
+
continuationToken = result.nextLink;
|
52
|
+
setContinuationToken(page, continuationToken);
|
53
|
+
yield yield __await(page);
|
54
|
+
}
|
45
55
|
while (continuationToken) {
|
46
56
|
result = yield __await(this._listNext(continuationToken, options));
|
47
57
|
continuationToken = result.nextLink;
|
48
|
-
|
58
|
+
let page = result.value || [];
|
59
|
+
setContinuationToken(page, continuationToken);
|
60
|
+
yield yield __await(page);
|
49
61
|
}
|
50
62
|
});
|
51
63
|
}
|
@@ -112,7 +124,6 @@ const listNextOperationSpec = {
|
|
112
124
|
bodyMapper: Mappers.CloudError
|
113
125
|
}
|
114
126
|
},
|
115
|
-
queryParameters: [Parameters.apiVersion],
|
116
127
|
urlParameters: [Parameters.$host, Parameters.nextLink],
|
117
128
|
headerParameters: [Parameters.accept],
|
118
129
|
serializer
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
2
|
import { UserAssignedIdentities } from "../operationsInterfaces";
|
3
3
|
import { ManagedServiceIdentityClient } from "../managedServiceIdentityClient";
|
4
|
-
import { Identity, UserAssignedIdentitiesListBySubscriptionOptionalParams, UserAssignedIdentitiesListByResourceGroupOptionalParams,
|
4
|
+
import { Identity, UserAssignedIdentitiesListBySubscriptionOptionalParams, UserAssignedIdentitiesListByResourceGroupOptionalParams, UserAssignedIdentitiesCreateOrUpdateOptionalParams, UserAssignedIdentitiesCreateOrUpdateResponse, IdentityUpdate, UserAssignedIdentitiesUpdateOptionalParams, UserAssignedIdentitiesUpdateResponse, UserAssignedIdentitiesGetOptionalParams, UserAssignedIdentitiesGetResponse, UserAssignedIdentitiesDeleteOptionalParams } from "../models";
|
5
5
|
/** Class containing UserAssignedIdentities operations. */
|
6
6
|
export declare class UserAssignedIdentitiesImpl implements UserAssignedIdentities {
|
7
7
|
private readonly client;
|
@@ -25,15 +25,6 @@ export declare class UserAssignedIdentitiesImpl implements UserAssignedIdentitie
|
|
25
25
|
listByResourceGroup(resourceGroupName: string, options?: UserAssignedIdentitiesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Identity>;
|
26
26
|
private listByResourceGroupPagingPage;
|
27
27
|
private listByResourceGroupPagingAll;
|
28
|
-
/**
|
29
|
-
* Lists the associated resources for this identity.
|
30
|
-
* @param resourceGroupName The name of the Resource Group to which the identity belongs.
|
31
|
-
* @param resourceName The name of the identity resource.
|
32
|
-
* @param options The options parameters.
|
33
|
-
*/
|
34
|
-
listAssociatedResources(resourceGroupName: string, resourceName: string, options?: UserAssignedIdentitiesListAssociatedResourcesOptionalParams): PagedAsyncIterableIterator<AzureResource>;
|
35
|
-
private listAssociatedResourcesPagingPage;
|
36
|
-
private listAssociatedResourcesPagingAll;
|
37
28
|
/**
|
38
29
|
* Lists all the userAssignedIdentities available under the specified subscription.
|
39
30
|
* @param options The options parameters.
|
@@ -45,13 +36,6 @@ export declare class UserAssignedIdentitiesImpl implements UserAssignedIdentitie
|
|
45
36
|
* @param options The options parameters.
|
46
37
|
*/
|
47
38
|
private _listByResourceGroup;
|
48
|
-
/**
|
49
|
-
* Lists the associated resources for this identity.
|
50
|
-
* @param resourceGroupName The name of the Resource Group to which the identity belongs.
|
51
|
-
* @param resourceName The name of the identity resource.
|
52
|
-
* @param options The options parameters.
|
53
|
-
*/
|
54
|
-
private _listAssociatedResources;
|
55
39
|
/**
|
56
40
|
* Create or update an identity in the specified subscription and resource group.
|
57
41
|
* @param resourceGroupName The name of the Resource Group to which the identity belongs.
|
@@ -95,14 +79,5 @@ export declare class UserAssignedIdentitiesImpl implements UserAssignedIdentitie
|
|
95
79
|
* @param options The options parameters.
|
96
80
|
*/
|
97
81
|
private _listByResourceGroupNext;
|
98
|
-
/**
|
99
|
-
* ListAssociatedResourcesNext
|
100
|
-
* @param resourceGroupName The name of the Resource Group to which the identity belongs.
|
101
|
-
* @param resourceName The name of the identity resource.
|
102
|
-
* @param nextLink The nextLink from the previous successful call to the ListAssociatedResources
|
103
|
-
* method.
|
104
|
-
* @param options The options parameters.
|
105
|
-
*/
|
106
|
-
private _listAssociatedResourcesNext;
|
107
82
|
}
|
108
83
|
//# sourceMappingURL=userAssignedIdentities.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"userAssignedIdentities.d.ts","sourceRoot":"","sources":["../../../src/operations/userAssignedIdentities.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,
|
1
|
+
{"version":3,"file":"userAssignedIdentities.d.ts","sourceRoot":"","sources":["../../../src/operations/userAssignedIdentities.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAIjE,OAAO,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAC/E,OAAO,EACL,QAAQ,EAER,sDAAsD,EAGtD,uDAAuD,EAEvD,kDAAkD,EAClD,4CAA4C,EAC5C,cAAc,EACd,0CAA0C,EAC1C,oCAAoC,EACpC,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAG3C,MAAM,WAAW,CAAC;AAGnB,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,0BAA0B,CAAC,QAAQ,CAAC;YAkBxB,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uDAAuD,GAChE,0BAA0B,CAAC,QAAQ,CAAC;YAsBxB,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC;IAOxD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,cAAc,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAU/B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
|