@azure/arm-links 2.0.0-beta.1 → 2.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.
Files changed (95) hide show
  1. package/CHANGELOG.md +6 -11
  2. package/README.md +15 -9
  3. package/dist/index.js +6 -247
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/src/index.d.ts +5 -0
  8. package/dist-esm/src/index.d.ts.map +1 -0
  9. package/{esm → dist-esm/src}/index.js +0 -1
  10. package/dist-esm/src/index.js.map +1 -0
  11. package/{esm → dist-esm/src}/managementLinkClient.d.ts +5 -2
  12. package/dist-esm/src/managementLinkClient.d.ts.map +1 -0
  13. package/{esm/managementLinkClientContext.js → dist-esm/src/managementLinkClient.js} +7 -4
  14. package/dist-esm/src/managementLinkClient.js.map +1 -0
  15. package/{esm → dist-esm/src}/models/index.d.ts +0 -17
  16. package/dist-esm/src/models/index.d.ts.map +1 -0
  17. package/{esm → dist-esm/src}/models/index.js +0 -0
  18. package/dist-esm/src/models/index.js.map +1 -0
  19. package/{esm → dist-esm/src}/models/mappers.d.ts +0 -0
  20. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  21. package/{esm → dist-esm/src}/models/mappers.js +0 -0
  22. package/dist-esm/src/models/mappers.js.map +1 -0
  23. package/{esm → dist-esm/src}/models/parameters.d.ts +0 -0
  24. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  25. package/{esm → dist-esm/src}/models/parameters.js +0 -0
  26. package/dist-esm/src/models/parameters.js.map +1 -0
  27. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  28. package/dist-esm/src/operations/index.d.ts.map +1 -0
  29. package/{esm → dist-esm/src}/operations/index.js +0 -0
  30. package/dist-esm/src/operations/index.js.map +1 -0
  31. package/{esm → dist-esm/src}/operations/operations.d.ts +4 -19
  32. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  33. package/{esm → dist-esm/src}/operations/operations.js +1 -72
  34. package/dist-esm/src/operations/operations.js.map +1 -0
  35. package/{esm/operationsInterfaces → dist-esm/src/operations}/resourceLinks.d.ts +43 -19
  36. package/dist-esm/src/operations/resourceLinks.d.ts.map +1 -0
  37. package/{esm → dist-esm/src}/operations/resourceLinks.js +1 -152
  38. package/dist-esm/src/operations/resourceLinks.js.map +1 -0
  39. package/{esm → dist-esm/src}/operationsInterfaces/index.d.ts +0 -0
  40. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  41. package/{esm → dist-esm/src}/operationsInterfaces/index.js +0 -0
  42. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  43. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  44. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  45. package/{esm → dist-esm/src}/operationsInterfaces/operations.js +1 -1
  46. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  47. package/dist-esm/src/operationsInterfaces/resourceLinks.d.ts +45 -0
  48. package/dist-esm/src/operationsInterfaces/resourceLinks.d.ts.map +1 -0
  49. package/{esm → dist-esm/src}/operationsInterfaces/resourceLinks.js +1 -1
  50. package/dist-esm/src/operationsInterfaces/resourceLinks.js.map +1 -0
  51. package/dist-esm/test/links_examples.d.ts +4 -0
  52. package/dist-esm/test/links_examples.d.ts.map +1 -0
  53. package/dist-esm/test/links_examples.js +129 -0
  54. package/dist-esm/test/links_examples.js.map +1 -0
  55. package/package.json +28 -33
  56. package/review/arm-links.api.md +5 -36
  57. package/src/index.ts +0 -1
  58. package/src/managementLinkClient.ts +46 -3
  59. package/src/models/index.ts +0 -24
  60. package/src/operations/operations.ts +5 -82
  61. package/src/operations/resourceLinks.ts +5 -186
  62. package/src/operationsInterfaces/operations.ts +1 -15
  63. package/src/operationsInterfaces/resourceLinks.ts +0 -25
  64. package/tsconfig.json +2 -3
  65. package/{esm/index.d.ts → types/arm-links.d.ts} +4 -58
  66. package/types/tsdoc-metadata.json +11 -0
  67. package/esm/index.d.ts.map +0 -1
  68. package/esm/index.js.map +0 -1
  69. package/esm/managementLinkClient.d.ts.map +0 -1
  70. package/esm/managementLinkClient.js +0 -23
  71. package/esm/managementLinkClient.js.map +0 -1
  72. package/esm/managementLinkClientContext.d.ts +0 -16
  73. package/esm/managementLinkClientContext.d.ts.map +0 -1
  74. package/esm/managementLinkClientContext.js.map +0 -1
  75. package/esm/models/index.d.ts.map +0 -1
  76. package/esm/models/index.js.map +0 -1
  77. package/esm/models/mappers.d.ts.map +0 -1
  78. package/esm/models/mappers.js.map +0 -1
  79. package/esm/models/parameters.d.ts.map +0 -1
  80. package/esm/models/parameters.js.map +0 -1
  81. package/esm/operations/index.d.ts.map +0 -1
  82. package/esm/operations/index.js.map +0 -1
  83. package/esm/operations/operations.d.ts.map +0 -1
  84. package/esm/operations/operations.js.map +0 -1
  85. package/esm/operations/resourceLinks.d.ts +0 -120
  86. package/esm/operations/resourceLinks.d.ts.map +0 -1
  87. package/esm/operations/resourceLinks.js.map +0 -1
  88. package/esm/operationsInterfaces/index.d.ts.map +0 -1
  89. package/esm/operationsInterfaces/index.js.map +0 -1
  90. package/esm/operationsInterfaces/operations.d.ts +0 -18
  91. package/esm/operationsInterfaces/operations.d.ts.map +0 -1
  92. package/esm/operationsInterfaces/operations.js.map +0 -1
  93. package/esm/operationsInterfaces/resourceLinks.d.ts.map +0 -1
  94. package/esm/operationsInterfaces/resourceLinks.js.map +0 -1
  95. package/src/managementLinkClientContext.ts +0 -70
@@ -6,21 +6,18 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import "@azure/core-paging";
10
9
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
11
10
  import { ResourceLinks } from "../operationsInterfaces";
12
11
  import * as coreClient from "@azure/core-client";
13
12
  import * as Mappers from "../models/mappers";
14
13
  import * as Parameters from "../models/parameters";
15
- import { ManagementLinkClientContext } from "../managementLinkClientContext";
14
+ import { ManagementLinkClient } from "../managementLinkClient";
16
15
  import {
17
16
  ResourceLink,
18
17
  ResourceLinksListAtSubscriptionNextOptionalParams,
19
18
  ResourceLinksListAtSubscriptionOptionalParams,
20
19
  ResourceLinksListAtSourceScopeNextOptionalParams,
21
20
  ResourceLinksListAtSourceScopeOptionalParams,
22
- ResourceLinksListAtSubscriptionNextNextOptionalParams,
23
- ResourceLinksListAtSourceScopeNextNextOptionalParams,
24
21
  ResourceLinksDeleteOptionalParams,
25
22
  ResourceLinksCreateOrUpdateOptionalParams,
26
23
  ResourceLinksCreateOrUpdateResponse,
@@ -29,21 +26,19 @@ import {
29
26
  ResourceLinksListAtSubscriptionResponse,
30
27
  ResourceLinksListAtSourceScopeResponse,
31
28
  ResourceLinksListAtSubscriptionNextResponse,
32
- ResourceLinksListAtSourceScopeNextResponse,
33
- ResourceLinksListAtSubscriptionNextNextResponse,
34
- ResourceLinksListAtSourceScopeNextNextResponse
29
+ ResourceLinksListAtSourceScopeNextResponse
35
30
  } from "../models";
36
31
 
37
32
  /// <reference lib="esnext.asynciterable" />
38
- /** Class representing a ResourceLinks. */
33
+ /** Class containing ResourceLinks operations. */
39
34
  export class ResourceLinksImpl implements ResourceLinks {
40
- private readonly client: ManagementLinkClientContext;
35
+ private readonly client: ManagementLinkClient;
41
36
 
42
37
  /**
43
38
  * Initialize a new instance of the class ResourceLinks class.
44
39
  * @param client Reference to the service client
45
40
  */
46
- constructor(client: ManagementLinkClientContext) {
41
+ constructor(client: ManagementLinkClient) {
47
42
  this.client = client;
48
43
  }
49
44
 
@@ -141,118 +136,6 @@ export class ResourceLinksImpl implements ResourceLinks {
141
136
  }
142
137
  }
143
138
 
144
- /**
145
- * ListAtSubscriptionNext
146
- * @param nextLink The nextLink from the previous successful call to the ListAtSubscription method.
147
- * @param options The options parameters.
148
- */
149
- public listAtSubscriptionNext(
150
- nextLink: string,
151
- options?: ResourceLinksListAtSubscriptionNextOptionalParams
152
- ): PagedAsyncIterableIterator<ResourceLink> {
153
- const iter = this.listAtSubscriptionNextPagingAll(nextLink, options);
154
- return {
155
- next() {
156
- return iter.next();
157
- },
158
- [Symbol.asyncIterator]() {
159
- return this;
160
- },
161
- byPage: () => {
162
- return this.listAtSubscriptionNextPagingPage(nextLink, options);
163
- }
164
- };
165
- }
166
-
167
- private async *listAtSubscriptionNextPagingPage(
168
- nextLink: string,
169
- options?: ResourceLinksListAtSubscriptionNextOptionalParams
170
- ): AsyncIterableIterator<ResourceLink[]> {
171
- let result = await this._listAtSubscriptionNext(nextLink, options);
172
- yield result.value || [];
173
- let continuationToken = result.nextLink;
174
- while (continuationToken) {
175
- result = await this._listAtSubscriptionNextNext(
176
- continuationToken,
177
- options
178
- );
179
- continuationToken = result.nextLink;
180
- yield result.value || [];
181
- }
182
- }
183
-
184
- private async *listAtSubscriptionNextPagingAll(
185
- nextLink: string,
186
- options?: ResourceLinksListAtSubscriptionNextOptionalParams
187
- ): AsyncIterableIterator<ResourceLink> {
188
- for await (const page of this.listAtSubscriptionNextPagingPage(
189
- nextLink,
190
- options
191
- )) {
192
- yield* page;
193
- }
194
- }
195
-
196
- /**
197
- * ListAtSourceScopeNext
198
- * @param scope The fully qualified ID of the scope for getting the resource links. For example, to
199
- * list resource links at and under a resource group, set the scope to
200
- * /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup.
201
- * @param nextLink The nextLink from the previous successful call to the ListAtSourceScope method.
202
- * @param options The options parameters.
203
- */
204
- public listAtSourceScopeNext(
205
- scope: string,
206
- nextLink: string,
207
- options?: ResourceLinksListAtSourceScopeNextOptionalParams
208
- ): PagedAsyncIterableIterator<ResourceLink> {
209
- const iter = this.listAtSourceScopeNextPagingAll(scope, nextLink, options);
210
- return {
211
- next() {
212
- return iter.next();
213
- },
214
- [Symbol.asyncIterator]() {
215
- return this;
216
- },
217
- byPage: () => {
218
- return this.listAtSourceScopeNextPagingPage(scope, nextLink, options);
219
- }
220
- };
221
- }
222
-
223
- private async *listAtSourceScopeNextPagingPage(
224
- scope: string,
225
- nextLink: string,
226
- options?: ResourceLinksListAtSourceScopeNextOptionalParams
227
- ): AsyncIterableIterator<ResourceLink[]> {
228
- let result = await this._listAtSourceScopeNext(scope, nextLink, options);
229
- yield result.value || [];
230
- let continuationToken = result.nextLink;
231
- while (continuationToken) {
232
- result = await this._listAtSourceScopeNextNext(
233
- scope,
234
- continuationToken,
235
- options
236
- );
237
- continuationToken = result.nextLink;
238
- yield result.value || [];
239
- }
240
- }
241
-
242
- private async *listAtSourceScopeNextPagingAll(
243
- scope: string,
244
- nextLink: string,
245
- options?: ResourceLinksListAtSourceScopeNextOptionalParams
246
- ): AsyncIterableIterator<ResourceLink> {
247
- for await (const page of this.listAtSourceScopeNextPagingPage(
248
- scope,
249
- nextLink,
250
- options
251
- )) {
252
- yield* page;
253
- }
254
- }
255
-
256
139
  /**
257
140
  * Deletes a resource link with the specified ID.
258
141
  * @param linkId The fully qualified ID of the resource link. Use the format,
@@ -370,40 +253,6 @@ export class ResourceLinksImpl implements ResourceLinks {
370
253
  listAtSourceScopeNextOperationSpec
371
254
  );
372
255
  }
373
-
374
- /**
375
- * ListAtSubscriptionNextNext
376
- * @param nextLink The nextLink from the previous successful call to the ListAtSubscriptionNext method.
377
- * @param options The options parameters.
378
- */
379
- private _listAtSubscriptionNextNext(
380
- nextLink: string,
381
- options?: ResourceLinksListAtSubscriptionNextNextOptionalParams
382
- ): Promise<ResourceLinksListAtSubscriptionNextNextResponse> {
383
- return this.client.sendOperationRequest(
384
- { nextLink, options },
385
- listAtSubscriptionNextNextOperationSpec
386
- );
387
- }
388
-
389
- /**
390
- * ListAtSourceScopeNextNext
391
- * @param scope The fully qualified ID of the scope for getting the resource links. For example, to
392
- * list resource links at and under a resource group, set the scope to
393
- * /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup.
394
- * @param nextLink The nextLink from the previous successful call to the ListAtSourceScopeNext method.
395
- * @param options The options parameters.
396
- */
397
- private _listAtSourceScopeNextNext(
398
- scope: string,
399
- nextLink: string,
400
- options?: ResourceLinksListAtSourceScopeNextNextOptionalParams
401
- ): Promise<ResourceLinksListAtSourceScopeNextNextResponse> {
402
- return this.client.sendOperationRequest(
403
- { scope, nextLink, options },
404
- listAtSourceScopeNextNextOperationSpec
405
- );
406
- }
407
256
  }
408
257
  // Operation Specifications
409
258
  const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
@@ -503,33 +352,3 @@ const listAtSourceScopeNextOperationSpec: coreClient.OperationSpec = {
503
352
  headerParameters: [Parameters.accept],
504
353
  serializer
505
354
  };
506
- const listAtSubscriptionNextNextOperationSpec: coreClient.OperationSpec = {
507
- path: "{nextLink}",
508
- httpMethod: "GET",
509
- responses: {
510
- 200: {
511
- bodyMapper: Mappers.ResourceLinkResult
512
- }
513
- },
514
- queryParameters: [Parameters.apiVersion, Parameters.filter],
515
- urlParameters: [
516
- Parameters.$host,
517
- Parameters.nextLink,
518
- Parameters.subscriptionId
519
- ],
520
- headerParameters: [Parameters.accept],
521
- serializer
522
- };
523
- const listAtSourceScopeNextNextOperationSpec: coreClient.OperationSpec = {
524
- path: "{nextLink}",
525
- httpMethod: "GET",
526
- responses: {
527
- 200: {
528
- bodyMapper: Mappers.ResourceLinkResult
529
- }
530
- },
531
- queryParameters: [Parameters.apiVersion, Parameters.filter1],
532
- urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],
533
- headerParameters: [Parameters.accept],
534
- serializer
535
- };
@@ -6,13 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import "@azure/core-paging";
10
9
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
11
- import {
12
- Operation,
13
- OperationsListNextOptionalParams,
14
- OperationsListOptionalParams
15
- } from "../models";
10
+ import { Operation, OperationsListOptionalParams } from "../models";
16
11
 
17
12
  /// <reference lib="esnext.asynciterable" />
18
13
  /** Interface representing a Operations. */
@@ -24,13 +19,4 @@ export interface Operations {
24
19
  list(
25
20
  options?: OperationsListOptionalParams
26
21
  ): PagedAsyncIterableIterator<Operation>;
27
- /**
28
- * ListNext
29
- * @param nextLink The nextLink from the previous successful call to the List method.
30
- * @param options The options parameters.
31
- */
32
- listNext(
33
- nextLink: string,
34
- options?: OperationsListNextOptionalParams
35
- ): PagedAsyncIterableIterator<Operation>;
36
22
  }
@@ -6,13 +6,10 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import "@azure/core-paging";
10
9
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
11
10
  import {
12
11
  ResourceLink,
13
- ResourceLinksListAtSubscriptionNextOptionalParams,
14
12
  ResourceLinksListAtSubscriptionOptionalParams,
15
- ResourceLinksListAtSourceScopeNextOptionalParams,
16
13
  ResourceLinksListAtSourceScopeOptionalParams,
17
14
  ResourceLinksDeleteOptionalParams,
18
15
  ResourceLinksCreateOrUpdateOptionalParams,
@@ -42,28 +39,6 @@ export interface ResourceLinks {
42
39
  scope: string,
43
40
  options?: ResourceLinksListAtSourceScopeOptionalParams
44
41
  ): PagedAsyncIterableIterator<ResourceLink>;
45
- /**
46
- * ListAtSubscriptionNext
47
- * @param nextLink The nextLink from the previous successful call to the ListAtSubscription method.
48
- * @param options The options parameters.
49
- */
50
- listAtSubscriptionNext(
51
- nextLink: string,
52
- options?: ResourceLinksListAtSubscriptionNextOptionalParams
53
- ): PagedAsyncIterableIterator<ResourceLink>;
54
- /**
55
- * ListAtSourceScopeNext
56
- * @param scope The fully qualified ID of the scope for getting the resource links. For example, to
57
- * list resource links at and under a resource group, set the scope to
58
- * /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup.
59
- * @param nextLink The nextLink from the previous successful call to the ListAtSourceScope method.
60
- * @param options The options parameters.
61
- */
62
- listAtSourceScopeNext(
63
- scope: string,
64
- nextLink: string,
65
- options?: ResourceLinksListAtSourceScopeNextOptionalParams
66
- ): PagedAsyncIterableIterator<ResourceLink>;
67
42
  /**
68
43
  * Deletes a resource link with the specified ID.
69
44
  * @param linkId The fully qualified ID of the resource link. Use the format,
package/tsconfig.json CHANGED
@@ -9,12 +9,11 @@
9
9
  "esModuleInterop": true,
10
10
  "allowSyntheticDefaultImports": true,
11
11
  "forceConsistentCasingInFileNames": true,
12
- "preserveConstEnums": true,
13
12
  "lib": ["es6", "dom"],
14
13
  "declaration": true,
15
- "outDir": "./esm",
14
+ "outDir": "./dist-esm",
16
15
  "importHelpers": true
17
16
  },
18
- "include": ["./src/**/*.ts"],
17
+ "include": ["./src/**/*.ts", "./test/**/*.ts"],
19
18
  "exclude": ["node_modules"]
20
19
  }
@@ -2,29 +2,19 @@ import * as coreAuth from '@azure/core-auth';
2
2
  import * as coreClient from '@azure/core-client';
3
3
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
4
 
5
- export declare class ManagementLinkClient extends ManagementLinkClientContext {
6
- /**
7
- * Initializes a new instance of the ManagementLinkClient class.
8
- * @param credentials Subscription credentials which uniquely identify client subscription.
9
- * @param subscriptionId The ID of the target subscription.
10
- * @param options The parameter options
11
- */
12
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ManagementLinkClientOptionalParams);
13
- operations: Operations;
14
- resourceLinks: ResourceLinks;
15
- }
16
-
17
- export declare class ManagementLinkClientContext extends coreClient.ServiceClient {
5
+ export declare class ManagementLinkClient extends coreClient.ServiceClient {
18
6
  $host: string;
19
7
  apiVersion: string;
20
8
  subscriptionId: string;
21
9
  /**
22
- * Initializes a new instance of the ManagementLinkClientContext class.
10
+ * Initializes a new instance of the ManagementLinkClient class.
23
11
  * @param credentials Subscription credentials which uniquely identify client subscription.
24
12
  * @param subscriptionId The ID of the target subscription.
25
13
  * @param options The parameter options
26
14
  */
27
15
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ManagementLinkClientOptionalParams);
16
+ operations: Operations;
17
+ resourceLinks: ResourceLinks;
28
18
  }
29
19
 
30
20
  /** Optional parameters. */
@@ -72,21 +62,8 @@ export declare interface Operations {
72
62
  * @param options The options parameters.
73
63
  */
74
64
  list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
75
- /**
76
- * ListNext
77
- * @param nextLink The nextLink from the previous successful call to the List method.
78
- * @param options The options parameters.
79
- */
80
- listNext(nextLink: string, options?: OperationsListNextOptionalParams): PagedAsyncIterableIterator<Operation>;
81
- }
82
-
83
- /** Optional parameters. */
84
- export declare interface OperationsListNextNextOptionalParams extends coreClient.OperationOptions {
85
65
  }
86
66
 
87
- /** Contains response data for the listNextNext operation. */
88
- export declare type OperationsListNextNextResponse = OperationListResult;
89
-
90
67
  /** Optional parameters. */
91
68
  export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
92
69
  }
@@ -167,21 +144,6 @@ export declare interface ResourceLinks {
167
144
  * @param options The options parameters.
168
145
  */
169
146
  listAtSourceScope(scope: string, options?: ResourceLinksListAtSourceScopeOptionalParams): PagedAsyncIterableIterator<ResourceLink>;
170
- /**
171
- * ListAtSubscriptionNext
172
- * @param nextLink The nextLink from the previous successful call to the ListAtSubscription method.
173
- * @param options The options parameters.
174
- */
175
- listAtSubscriptionNext(nextLink: string, options?: ResourceLinksListAtSubscriptionNextOptionalParams): PagedAsyncIterableIterator<ResourceLink>;
176
- /**
177
- * ListAtSourceScopeNext
178
- * @param scope The fully qualified ID of the scope for getting the resource links. For example, to
179
- * list resource links at and under a resource group, set the scope to
180
- * /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup.
181
- * @param nextLink The nextLink from the previous successful call to the ListAtSourceScope method.
182
- * @param options The options parameters.
183
- */
184
- listAtSourceScopeNext(scope: string, nextLink: string, options?: ResourceLinksListAtSourceScopeNextOptionalParams): PagedAsyncIterableIterator<ResourceLink>;
185
147
  /**
186
148
  * Deletes a resource link with the specified ID.
187
149
  * @param linkId The fully qualified ID of the resource link. Use the format,
@@ -228,13 +190,6 @@ export declare interface ResourceLinksGetOptionalParams extends coreClient.Opera
228
190
  /** Contains response data for the get operation. */
229
191
  export declare type ResourceLinksGetResponse = ResourceLink;
230
192
 
231
- /** Optional parameters. */
232
- export declare interface ResourceLinksListAtSourceScopeNextNextOptionalParams extends coreClient.OperationOptions {
233
- }
234
-
235
- /** Contains response data for the listAtSourceScopeNextNext operation. */
236
- export declare type ResourceLinksListAtSourceScopeNextNextResponse = ResourceLinkResult;
237
-
238
193
  /** Optional parameters. */
239
194
  export declare interface ResourceLinksListAtSourceScopeNextOptionalParams extends coreClient.OperationOptions {
240
195
  }
@@ -249,15 +204,6 @@ export declare interface ResourceLinksListAtSourceScopeOptionalParams extends co
249
204
  /** Contains response data for the listAtSourceScope operation. */
250
205
  export declare type ResourceLinksListAtSourceScopeResponse = ResourceLinkResult;
251
206
 
252
- /** Optional parameters. */
253
- export declare interface ResourceLinksListAtSubscriptionNextNextOptionalParams extends coreClient.OperationOptions {
254
- /** The filter to apply on the list resource links operation. The supported filter for list resource links is targetId. For example, $filter=targetId eq {value} */
255
- filter?: string;
256
- }
257
-
258
- /** Contains response data for the listAtSubscriptionNextNext operation. */
259
- export declare type ResourceLinksListAtSubscriptionNextNextResponse = ResourceLinkResult;
260
-
261
207
  /** Optional parameters. */
262
208
  export declare interface ResourceLinksListAtSubscriptionNextOptionalParams extends coreClient.OperationOptions {
263
209
  /** The filter to apply on the list resource links operation. The supported filter for list resource links is targetId. For example, $filter=targetId eq {value} */
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.18.19"
9
+ }
10
+ ]
11
+ }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AASA,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,cAAc,wBAAwB,CAAC"}
package/esm/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,cAAc,wBAAwB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementLinkClient.d.ts","sourceRoot":"","sources":["../src/managementLinkClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,kCAAkC,EAAE,MAAM,UAAU,CAAC;AAE9D,qBAAa,oBAAqB,SAAQ,2BAA2B;IACnE;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,kCAAkC;IAO9C,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,aAAa,CAAC;CAC9B"}
@@ -1,23 +0,0 @@
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 { OperationsImpl, ResourceLinksImpl } from "./operations";
9
- import { ManagementLinkClientContext } from "./managementLinkClientContext";
10
- export class ManagementLinkClient extends ManagementLinkClientContext {
11
- /**
12
- * Initializes a new instance of the ManagementLinkClient class.
13
- * @param credentials Subscription credentials which uniquely identify client subscription.
14
- * @param subscriptionId The ID of the target subscription.
15
- * @param options The parameter options
16
- */
17
- constructor(credentials, subscriptionId, options) {
18
- super(credentials, subscriptionId, options);
19
- this.operations = new OperationsImpl(this);
20
- this.resourceLinks = new ResourceLinksImpl(this);
21
- }
22
- }
23
- //# sourceMappingURL=managementLinkClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementLinkClient.js","sourceRoot":"","sources":["../src/managementLinkClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,MAAM,OAAO,oBAAqB,SAAQ,2BAA2B;IACnE;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAA4C;QAE5C,KAAK,CAAC,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;QAC5C,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,aAAa,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC;CAIF"}
@@ -1,16 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- import * as coreAuth from "@azure/core-auth";
3
- import { ManagementLinkClientOptionalParams } from "./models";
4
- export declare class ManagementLinkClientContext extends coreClient.ServiceClient {
5
- $host: string;
6
- apiVersion: string;
7
- subscriptionId: string;
8
- /**
9
- * Initializes a new instance of the ManagementLinkClientContext class.
10
- * @param credentials Subscription credentials which uniquely identify client subscription.
11
- * @param subscriptionId The ID of the target subscription.
12
- * @param options The parameter options
13
- */
14
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ManagementLinkClientOptionalParams);
15
- }
16
- //# sourceMappingURL=managementLinkClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementLinkClientContext.d.ts","sourceRoot":"","sources":["../src/managementLinkClientContext.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,kCAAkC,EAAE,MAAM,UAAU,CAAC;AAE9D,qBAAa,2BAA4B,SAAQ,UAAU,CAAC,aAAa;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,kCAAkC;CA2C/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementLinkClientContext.js","sourceRoot":"","sources":["../src/managementLinkClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAIjD,MAAM,OAAO,2BAA4B,SAAQ,UAAU,CAAC,aAAa;IAKvE;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAA4C;QAE5C,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;SACjD;QACD,IAAI,cAAc,KAAK,SAAS,EAAE;YAChC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,MAAM,QAAQ,GAAuC;YACnD,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,iCAAiC,CAAC;QACzD,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,IAAI,CAAC,OAAO,CAAC,gBAAgB,EAAE;YAC7B,OAAO,CAAC,gBAAgB,GAAG,CAAC,uCAAuC,CAAC,CAAC;SACtE;QACD,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,OAAO,EAAE,OAAO,CAAC,QAAQ,IAAI,8BAA8B,GAC5D,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;IACvD,CAAC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAoCrC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA2B/C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eA2B3C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAc3C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAG5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,qBAUpB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAUrB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/models/parameters.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,EACL,SAAS,EACT,gCAAgC,EAChC,4BAA4B,EAK7B,MAAM,WAAW,CAAC;AAGnB,uCAAuC;AACvC,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA8B;IAErD;;;OAGG;gBACS,MAAM,EAAE,2BAA2B;IAI/C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAezB,cAAc;YAad,aAAa;IAQ5B;;;;OAIG;IACI,QAAQ,CACb,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,SAAS,CAAC;YAezB,kBAAkB;YAclB,iBAAiB;IAShC;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAUjB;;;;OAIG;IACH,OAAO,CAAC,aAAa;CAStB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"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"}