@azure/arm-dns 5.1.1-alpha.20241024.1 → 5.2.0-beta.1

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 (129) hide show
  1. package/CHANGELOG.md +44 -10
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +1371 -579
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js +15 -8
  9. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js.map +1 -1
  10. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts +2 -0
  11. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts.map +1 -0
  12. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js +38 -0
  13. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js.map +1 -0
  14. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts +2 -0
  15. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts.map +1 -0
  16. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js +38 -0
  17. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js.map +1 -0
  18. package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts +2 -0
  19. package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts.map +1 -0
  20. package/dist-esm/samples-dev/dnssecConfigsGetSample.js +38 -0
  21. package/dist-esm/samples-dev/dnssecConfigsGetSample.js.map +1 -0
  22. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts +2 -0
  23. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts.map +1 -0
  24. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js +54 -0
  25. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js.map +1 -0
  26. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js +213 -79
  27. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js.map +1 -1
  28. package/dist-esm/samples-dev/recordSetsDeleteSample.js +124 -57
  29. package/dist-esm/samples-dev/recordSetsDeleteSample.js.map +1 -1
  30. package/dist-esm/samples-dev/recordSetsGetSample.js +107 -40
  31. package/dist-esm/samples-dev/recordSetsGetSample.js.map +1 -1
  32. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js +12 -5
  33. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js.map +1 -1
  34. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js +11 -4
  35. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js.map +1 -1
  36. package/dist-esm/samples-dev/recordSetsListByTypeSample.js +166 -54
  37. package/dist-esm/samples-dev/recordSetsListByTypeSample.js.map +1 -1
  38. package/dist-esm/samples-dev/recordSetsUpdateSample.js +110 -40
  39. package/dist-esm/samples-dev/recordSetsUpdateSample.js.map +1 -1
  40. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js +11 -4
  41. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js.map +1 -1
  42. package/dist-esm/samples-dev/zonesDeleteSample.js +11 -4
  43. package/dist-esm/samples-dev/zonesDeleteSample.js.map +1 -1
  44. package/dist-esm/samples-dev/zonesGetSample.js +11 -4
  45. package/dist-esm/samples-dev/zonesGetSample.js.map +1 -1
  46. package/dist-esm/samples-dev/zonesListByResourceGroupSample.js +11 -4
  47. package/dist-esm/samples-dev/zonesListByResourceGroupSample.js.map +1 -1
  48. package/dist-esm/samples-dev/zonesListSample.js +10 -3
  49. package/dist-esm/samples-dev/zonesListSample.js.map +1 -1
  50. package/dist-esm/samples-dev/zonesUpdateSample.js +11 -4
  51. package/dist-esm/samples-dev/zonesUpdateSample.js.map +1 -1
  52. package/dist-esm/src/dnsManagementClient.d.ts +3 -3
  53. package/dist-esm/src/dnsManagementClient.d.ts.map +1 -1
  54. package/dist-esm/src/dnsManagementClient.js +13 -12
  55. package/dist-esm/src/dnsManagementClient.js.map +1 -1
  56. package/dist-esm/src/lroImpl.d.ts +6 -11
  57. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  58. package/dist-esm/src/lroImpl.js +12 -20
  59. package/dist-esm/src/lroImpl.js.map +1 -1
  60. package/dist-esm/src/models/index.d.ts +256 -32
  61. package/dist-esm/src/models/index.d.ts.map +1 -1
  62. package/dist-esm/src/models/index.js +12 -1
  63. package/dist-esm/src/models/index.js.map +1 -1
  64. package/dist-esm/src/models/mappers.d.ts +13 -2
  65. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  66. package/dist-esm/src/models/mappers.js +692 -262
  67. package/dist-esm/src/models/mappers.js.map +1 -1
  68. package/dist-esm/src/models/parameters.d.ts +6 -6
  69. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  70. package/dist-esm/src/models/parameters.js +106 -96
  71. package/dist-esm/src/models/parameters.js.map +1 -1
  72. package/dist-esm/src/operations/dnsResourceReferenceOperations.d.ts.map +1 -1
  73. package/dist-esm/src/operations/dnsResourceReferenceOperations.js +5 -5
  74. package/dist-esm/src/operations/dnsResourceReferenceOperations.js.map +1 -1
  75. package/dist-esm/src/operations/dnssecConfigs.d.ts +74 -0
  76. package/dist-esm/src/operations/dnssecConfigs.d.ts.map +1 -0
  77. package/dist-esm/src/operations/dnssecConfigs.js +348 -0
  78. package/dist-esm/src/operations/dnssecConfigs.js.map +1 -0
  79. package/dist-esm/src/operations/index.d.ts +1 -0
  80. package/dist-esm/src/operations/index.d.ts.map +1 -1
  81. package/dist-esm/src/operations/index.js +1 -0
  82. package/dist-esm/src/operations/index.js.map +1 -1
  83. package/dist-esm/src/operations/recordSets.d.ts +22 -22
  84. package/dist-esm/src/operations/recordSets.js +87 -102
  85. package/dist-esm/src/operations/recordSets.js.map +1 -1
  86. package/dist-esm/src/operations/zones.d.ts +10 -10
  87. package/dist-esm/src/operations/zones.d.ts.map +1 -1
  88. package/dist-esm/src/operations/zones.js +66 -64
  89. package/dist-esm/src/operations/zones.js.map +1 -1
  90. package/dist-esm/src/operationsInterfaces/dnssecConfigs.d.ts +49 -0
  91. package/dist-esm/src/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/dnssecConfigs.js +9 -0
  93. package/dist-esm/src/operationsInterfaces/dnssecConfigs.js.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  95. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  96. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  97. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  98. package/dist-esm/src/operationsInterfaces/recordSets.d.ts +14 -14
  99. package/dist-esm/src/operationsInterfaces/zones.d.ts +8 -8
  100. package/dist-esm/src/operationsInterfaces/zones.d.ts.map +1 -1
  101. package/dist-esm/src/pagingHelper.d.ts +4 -4
  102. package/dist-esm/src/pagingHelper.js +4 -4
  103. package/dist-esm/test/dns_operations_test.spec.d.ts +4 -0
  104. package/dist-esm/test/dns_operations_test.spec.d.ts.map +1 -0
  105. package/dist-esm/test/dns_operations_test.spec.js +114 -0
  106. package/dist-esm/test/dns_operations_test.spec.js.map +1 -0
  107. package/package.json +31 -31
  108. package/review/arm-dns.api.md +157 -12
  109. package/src/dnsManagementClient.ts +25 -22
  110. package/src/lroImpl.ts +31 -23
  111. package/src/models/index.ts +290 -44
  112. package/src/models/mappers.ts +706 -263
  113. package/src/models/parameters.ts +113 -103
  114. package/src/operations/dnsResourceReferenceOperations.ts +11 -11
  115. package/src/operations/dnssecConfigs.ts +468 -0
  116. package/src/operations/index.ts +1 -0
  117. package/src/operations/recordSets.ts +138 -160
  118. package/src/operations/zones.ts +107 -111
  119. package/src/operationsInterfaces/dnsResourceReferenceOperations.ts +2 -2
  120. package/src/operationsInterfaces/dnssecConfigs.ts +95 -0
  121. package/src/operationsInterfaces/index.ts +1 -0
  122. package/src/operationsInterfaces/recordSets.ts +22 -22
  123. package/src/operationsInterfaces/zones.ts +15 -15
  124. package/src/pagingHelper.ts +5 -5
  125. package/types/arm-dns.d.ts +338 -46
  126. package/dist-esm/test/sampleTest.d.ts +0 -2
  127. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  128. package/dist-esm/test/sampleTest.js +0 -42
  129. package/dist-esm/test/sampleTest.js.map +0 -1
@@ -0,0 +1,348 @@
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, __awaiter } 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
+ import { createHttpPoller, } from "@azure/core-lro";
14
+ import { createLroSpec } from "../lroImpl";
15
+ /// <reference lib="esnext.asynciterable" />
16
+ /** Class containing DnssecConfigs operations. */
17
+ export class DnssecConfigsImpl {
18
+ /**
19
+ * Initialize a new instance of the class DnssecConfigs class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * Lists the DNSSEC configurations in a DNS zone.
27
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
+ * @param zoneName The name of the DNS zone (without a terminating dot).
29
+ * @param options The options parameters.
30
+ */
31
+ listByDnsZone(resourceGroupName, zoneName, options) {
32
+ const iter = this.listByDnsZonePagingAll(resourceGroupName, zoneName, options);
33
+ return {
34
+ next() {
35
+ return iter.next();
36
+ },
37
+ [Symbol.asyncIterator]() {
38
+ return this;
39
+ },
40
+ byPage: (settings) => {
41
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
42
+ throw new Error("maxPageSize is not supported by this operation.");
43
+ }
44
+ return this.listByDnsZonePagingPage(resourceGroupName, zoneName, options, settings);
45
+ },
46
+ };
47
+ }
48
+ listByDnsZonePagingPage(resourceGroupName, zoneName, options, settings) {
49
+ return __asyncGenerator(this, arguments, function* listByDnsZonePagingPage_1() {
50
+ let result;
51
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
52
+ if (!continuationToken) {
53
+ result = yield __await(this._listByDnsZone(resourceGroupName, zoneName, options));
54
+ let page = result.value || [];
55
+ continuationToken = result.nextLink;
56
+ setContinuationToken(page, continuationToken);
57
+ yield yield __await(page);
58
+ }
59
+ while (continuationToken) {
60
+ result = yield __await(this._listByDnsZoneNext(resourceGroupName, zoneName, continuationToken, options));
61
+ continuationToken = result.nextLink;
62
+ let page = result.value || [];
63
+ setContinuationToken(page, continuationToken);
64
+ yield yield __await(page);
65
+ }
66
+ });
67
+ }
68
+ listByDnsZonePagingAll(resourceGroupName, zoneName, options) {
69
+ return __asyncGenerator(this, arguments, function* listByDnsZonePagingAll_1() {
70
+ var _a, e_1, _b, _c;
71
+ try {
72
+ for (var _d = true, _e = __asyncValues(this.listByDnsZonePagingPage(resourceGroupName, zoneName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
73
+ _c = _f.value;
74
+ _d = false;
75
+ const page = _c;
76
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
77
+ }
78
+ }
79
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
80
+ finally {
81
+ try {
82
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
83
+ }
84
+ finally { if (e_1) throw e_1.error; }
85
+ }
86
+ });
87
+ }
88
+ /**
89
+ * Creates or updates the DNSSEC configuration on a DNS zone.
90
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
+ * @param zoneName The name of the DNS zone (without a terminating dot).
92
+ * @param options The options parameters.
93
+ */
94
+ beginCreateOrUpdate(resourceGroupName, zoneName, options) {
95
+ return __awaiter(this, void 0, void 0, function* () {
96
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
97
+ return this.client.sendOperationRequest(args, spec);
98
+ });
99
+ const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
100
+ var _a;
101
+ let currentRawResponse = undefined;
102
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
103
+ const callback = (rawResponse, flatResponse) => {
104
+ currentRawResponse = rawResponse;
105
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
106
+ };
107
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
108
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
109
+ return {
110
+ flatResponse,
111
+ rawResponse: {
112
+ statusCode: currentRawResponse.status,
113
+ body: currentRawResponse.parsedBody,
114
+ headers: currentRawResponse.headers.toJSON(),
115
+ },
116
+ };
117
+ });
118
+ const lro = createLroSpec({
119
+ sendOperationFn,
120
+ args: { resourceGroupName, zoneName, options },
121
+ spec: createOrUpdateOperationSpec,
122
+ });
123
+ const poller = yield createHttpPoller(lro, {
124
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
125
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
126
+ });
127
+ yield poller.poll();
128
+ return poller;
129
+ });
130
+ }
131
+ /**
132
+ * Creates or updates the DNSSEC configuration on a DNS zone.
133
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
134
+ * @param zoneName The name of the DNS zone (without a terminating dot).
135
+ * @param options The options parameters.
136
+ */
137
+ beginCreateOrUpdateAndWait(resourceGroupName, zoneName, options) {
138
+ return __awaiter(this, void 0, void 0, function* () {
139
+ const poller = yield this.beginCreateOrUpdate(resourceGroupName, zoneName, options);
140
+ return poller.pollUntilDone();
141
+ });
142
+ }
143
+ /**
144
+ * Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.
145
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
146
+ * @param zoneName The name of the DNS zone (without a terminating dot).
147
+ * @param options The options parameters.
148
+ */
149
+ beginDelete(resourceGroupName, zoneName, options) {
150
+ return __awaiter(this, void 0, void 0, function* () {
151
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
152
+ return this.client.sendOperationRequest(args, spec);
153
+ });
154
+ const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
155
+ var _a;
156
+ let currentRawResponse = undefined;
157
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
158
+ const callback = (rawResponse, flatResponse) => {
159
+ currentRawResponse = rawResponse;
160
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
161
+ };
162
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
163
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
164
+ return {
165
+ flatResponse,
166
+ rawResponse: {
167
+ statusCode: currentRawResponse.status,
168
+ body: currentRawResponse.parsedBody,
169
+ headers: currentRawResponse.headers.toJSON(),
170
+ },
171
+ };
172
+ });
173
+ const lro = createLroSpec({
174
+ sendOperationFn,
175
+ args: { resourceGroupName, zoneName, options },
176
+ spec: deleteOperationSpec,
177
+ });
178
+ const poller = yield createHttpPoller(lro, {
179
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
180
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
181
+ });
182
+ yield poller.poll();
183
+ return poller;
184
+ });
185
+ }
186
+ /**
187
+ * Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.
188
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
189
+ * @param zoneName The name of the DNS zone (without a terminating dot).
190
+ * @param options The options parameters.
191
+ */
192
+ beginDeleteAndWait(resourceGroupName, zoneName, options) {
193
+ return __awaiter(this, void 0, void 0, function* () {
194
+ const poller = yield this.beginDelete(resourceGroupName, zoneName, options);
195
+ return poller.pollUntilDone();
196
+ });
197
+ }
198
+ /**
199
+ * Gets the DNSSEC configuration.
200
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
201
+ * @param zoneName The name of the DNS zone (without a terminating dot).
202
+ * @param options The options parameters.
203
+ */
204
+ get(resourceGroupName, zoneName, options) {
205
+ return this.client.sendOperationRequest({ resourceGroupName, zoneName, options }, getOperationSpec);
206
+ }
207
+ /**
208
+ * Lists the DNSSEC configurations in a DNS zone.
209
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
210
+ * @param zoneName The name of the DNS zone (without a terminating dot).
211
+ * @param options The options parameters.
212
+ */
213
+ _listByDnsZone(resourceGroupName, zoneName, options) {
214
+ return this.client.sendOperationRequest({ resourceGroupName, zoneName, options }, listByDnsZoneOperationSpec);
215
+ }
216
+ /**
217
+ * ListByDnsZoneNext
218
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
219
+ * @param zoneName The name of the DNS zone (without a terminating dot).
220
+ * @param nextLink The nextLink from the previous successful call to the ListByDnsZone method.
221
+ * @param options The options parameters.
222
+ */
223
+ _listByDnsZoneNext(resourceGroupName, zoneName, nextLink, options) {
224
+ return this.client.sendOperationRequest({ resourceGroupName, zoneName, nextLink, options }, listByDnsZoneNextOperationSpec);
225
+ }
226
+ }
227
+ // Operation Specifications
228
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
229
+ const createOrUpdateOperationSpec = {
230
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default",
231
+ httpMethod: "PUT",
232
+ responses: {
233
+ 200: {
234
+ bodyMapper: Mappers.DnssecConfig,
235
+ },
236
+ 201: {
237
+ bodyMapper: Mappers.DnssecConfig,
238
+ },
239
+ 202: {
240
+ bodyMapper: Mappers.DnssecConfig,
241
+ },
242
+ 204: {
243
+ bodyMapper: Mappers.DnssecConfig,
244
+ },
245
+ default: {
246
+ bodyMapper: Mappers.CloudError,
247
+ },
248
+ },
249
+ queryParameters: [Parameters.apiVersion],
250
+ urlParameters: [
251
+ Parameters.$host,
252
+ Parameters.resourceGroupName,
253
+ Parameters.zoneName,
254
+ Parameters.subscriptionId,
255
+ ],
256
+ headerParameters: [
257
+ Parameters.accept,
258
+ Parameters.ifMatch,
259
+ Parameters.ifNoneMatch,
260
+ ],
261
+ serializer,
262
+ };
263
+ const deleteOperationSpec = {
264
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default",
265
+ httpMethod: "DELETE",
266
+ responses: {
267
+ 200: {},
268
+ 201: {},
269
+ 202: {},
270
+ 204: {},
271
+ default: {
272
+ bodyMapper: Mappers.CloudError,
273
+ },
274
+ },
275
+ queryParameters: [Parameters.apiVersion],
276
+ urlParameters: [
277
+ Parameters.$host,
278
+ Parameters.resourceGroupName,
279
+ Parameters.zoneName,
280
+ Parameters.subscriptionId,
281
+ ],
282
+ headerParameters: [Parameters.accept, Parameters.ifMatch],
283
+ serializer,
284
+ };
285
+ const getOperationSpec = {
286
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs/default",
287
+ httpMethod: "GET",
288
+ responses: {
289
+ 200: {
290
+ bodyMapper: Mappers.DnssecConfig,
291
+ },
292
+ default: {
293
+ bodyMapper: Mappers.CloudError,
294
+ },
295
+ },
296
+ queryParameters: [Parameters.apiVersion],
297
+ urlParameters: [
298
+ Parameters.$host,
299
+ Parameters.resourceGroupName,
300
+ Parameters.zoneName,
301
+ Parameters.subscriptionId,
302
+ ],
303
+ headerParameters: [Parameters.accept],
304
+ serializer,
305
+ };
306
+ const listByDnsZoneOperationSpec = {
307
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/dnssecConfigs",
308
+ httpMethod: "GET",
309
+ responses: {
310
+ 200: {
311
+ bodyMapper: Mappers.DnssecConfigListResult,
312
+ },
313
+ default: {
314
+ bodyMapper: Mappers.CloudError,
315
+ },
316
+ },
317
+ queryParameters: [Parameters.apiVersion],
318
+ urlParameters: [
319
+ Parameters.$host,
320
+ Parameters.resourceGroupName,
321
+ Parameters.zoneName,
322
+ Parameters.subscriptionId,
323
+ ],
324
+ headerParameters: [Parameters.accept],
325
+ serializer,
326
+ };
327
+ const listByDnsZoneNextOperationSpec = {
328
+ path: "{nextLink}",
329
+ httpMethod: "GET",
330
+ responses: {
331
+ 200: {
332
+ bodyMapper: Mappers.DnssecConfigListResult,
333
+ },
334
+ default: {
335
+ bodyMapper: Mappers.CloudError,
336
+ },
337
+ },
338
+ urlParameters: [
339
+ Parameters.$host,
340
+ Parameters.resourceGroupName,
341
+ Parameters.zoneName,
342
+ Parameters.subscriptionId,
343
+ Parameters.nextLink,
344
+ ],
345
+ headerParameters: [Parameters.accept],
346
+ serializer,
347
+ };
348
+ //# sourceMappingURL=dnssecConfigs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dnssecConfigs.js","sourceRoot":"","sources":["../../../src/operations/dnssecConfigs.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ export * from "./dnssecConfigs";
1
2
  export * from "./recordSets";
2
3
  export * from "./zones";
3
4
  export * from "./dnsResourceReferenceOperations";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,kCAAkC,CAAC"}
@@ -5,6 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
+ export * from "./dnssecConfigs";
8
9
  export * from "./recordSets";
9
10
  export * from "./zones";
10
11
  export * from "./dnsResourceReferenceOperations";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,kCAAkC,CAAC"}
@@ -12,9 +12,9 @@ export declare class RecordSetsImpl implements RecordSets {
12
12
  constructor(client: DnsManagementClient);
13
13
  /**
14
14
  * Lists the record sets of a specified type in a DNS zone.
15
- * @param resourceGroupName The name of the resource group.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
16
  * @param zoneName The name of the DNS zone (without a terminating dot).
17
- * @param recordType The type of record sets to enumerate.
17
+ * @param recordType The type of DNS record in this record set.
18
18
  * @param options The options parameters.
19
19
  */
20
20
  listByType(resourceGroupName: string, zoneName: string, recordType: RecordType, options?: RecordSetsListByTypeOptionalParams): PagedAsyncIterableIterator<RecordSet>;
@@ -22,7 +22,7 @@ export declare class RecordSetsImpl implements RecordSets {
22
22
  private listByTypePagingAll;
23
23
  /**
24
24
  * Lists all record sets in a DNS zone.
25
- * @param resourceGroupName The name of the resource group.
25
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
26
  * @param zoneName The name of the DNS zone (without a terminating dot).
27
27
  * @param options The options parameters.
28
28
  */
@@ -31,7 +31,7 @@ export declare class RecordSetsImpl implements RecordSets {
31
31
  private listByDnsZonePagingAll;
32
32
  /**
33
33
  * Lists all record sets in a DNS zone.
34
- * @param resourceGroupName The name of the resource group.
34
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
35
  * @param zoneName The name of the DNS zone (without a terminating dot).
36
36
  * @param options The options parameters.
37
37
  */
@@ -40,7 +40,7 @@ export declare class RecordSetsImpl implements RecordSets {
40
40
  private listAllByDnsZonePagingAll;
41
41
  /**
42
42
  * Updates a record set within a DNS zone.
43
- * @param resourceGroupName The name of the resource group.
43
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
44
44
  * @param zoneName The name of the DNS zone (without a terminating dot).
45
45
  * @param relativeRecordSetName The name of the record set, relative to the name of the zone.
46
46
  * @param recordType The type of DNS record in this record set.
@@ -49,29 +49,29 @@ export declare class RecordSetsImpl implements RecordSets {
49
49
  */
50
50
  update(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, parameters: RecordSet, options?: RecordSetsUpdateOptionalParams): Promise<RecordSetsUpdateResponse>;
51
51
  /**
52
- * Creates or updates a record set within a DNS zone.
53
- * @param resourceGroupName The name of the resource group.
52
+ * Creates or updates a record set within a DNS zone. Record sets of type SOA can be updated but not
53
+ * created (they are created when the DNS zone is created).
54
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
54
55
  * @param zoneName The name of the DNS zone (without a terminating dot).
55
56
  * @param relativeRecordSetName The name of the record set, relative to the name of the zone.
56
- * @param recordType The type of DNS record in this record set. Record sets of type SOA can be updated
57
- * but not created (they are created when the DNS zone is created).
57
+ * @param recordType The type of DNS record in this record set.
58
58
  * @param parameters Parameters supplied to the CreateOrUpdate operation.
59
59
  * @param options The options parameters.
60
60
  */
61
61
  createOrUpdate(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, parameters: RecordSet, options?: RecordSetsCreateOrUpdateOptionalParams): Promise<RecordSetsCreateOrUpdateResponse>;
62
62
  /**
63
- * Deletes a record set from a DNS zone. This operation cannot be undone.
64
- * @param resourceGroupName The name of the resource group.
63
+ * Deletes a record set from a DNS zone. This operation cannot be undone. Record sets of type SOA
64
+ * cannot be deleted (they are deleted when the DNS zone is deleted).
65
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
66
  * @param zoneName The name of the DNS zone (without a terminating dot).
66
67
  * @param relativeRecordSetName The name of the record set, relative to the name of the zone.
67
- * @param recordType The type of DNS record in this record set. Record sets of type SOA cannot be
68
- * deleted (they are deleted when the DNS zone is deleted).
68
+ * @param recordType The type of DNS record in this record set.
69
69
  * @param options The options parameters.
70
70
  */
71
71
  delete(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, options?: RecordSetsDeleteOptionalParams): Promise<void>;
72
72
  /**
73
73
  * Gets a record set.
74
- * @param resourceGroupName The name of the resource group.
74
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
75
75
  * @param zoneName The name of the DNS zone (without a terminating dot).
76
76
  * @param relativeRecordSetName The name of the record set, relative to the name of the zone.
77
77
  * @param recordType The type of DNS record in this record set.
@@ -80,38 +80,38 @@ export declare class RecordSetsImpl implements RecordSets {
80
80
  get(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, options?: RecordSetsGetOptionalParams): Promise<RecordSetsGetResponse>;
81
81
  /**
82
82
  * Lists the record sets of a specified type in a DNS zone.
83
- * @param resourceGroupName The name of the resource group.
83
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
84
84
  * @param zoneName The name of the DNS zone (without a terminating dot).
85
- * @param recordType The type of record sets to enumerate.
85
+ * @param recordType The type of DNS record in this record set.
86
86
  * @param options The options parameters.
87
87
  */
88
88
  private _listByType;
89
89
  /**
90
90
  * Lists all record sets in a DNS zone.
91
- * @param resourceGroupName The name of the resource group.
91
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
92
92
  * @param zoneName The name of the DNS zone (without a terminating dot).
93
93
  * @param options The options parameters.
94
94
  */
95
95
  private _listByDnsZone;
96
96
  /**
97
97
  * Lists all record sets in a DNS zone.
98
- * @param resourceGroupName The name of the resource group.
98
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
99
99
  * @param zoneName The name of the DNS zone (without a terminating dot).
100
100
  * @param options The options parameters.
101
101
  */
102
102
  private _listAllByDnsZone;
103
103
  /**
104
104
  * ListByTypeNext
105
- * @param resourceGroupName The name of the resource group.
105
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
106
106
  * @param zoneName The name of the DNS zone (without a terminating dot).
107
- * @param recordType The type of record sets to enumerate.
107
+ * @param recordType The type of DNS record in this record set.
108
108
  * @param nextLink The nextLink from the previous successful call to the ListByType method.
109
109
  * @param options The options parameters.
110
110
  */
111
111
  private _listByTypeNext;
112
112
  /**
113
113
  * ListByDnsZoneNext
114
- * @param resourceGroupName The name of the resource group.
114
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
115
115
  * @param zoneName The name of the DNS zone (without a terminating dot).
116
116
  * @param nextLink The nextLink from the previous successful call to the ListByDnsZone method.
117
117
  * @param options The options parameters.
@@ -119,7 +119,7 @@ export declare class RecordSetsImpl implements RecordSets {
119
119
  private _listByDnsZoneNext;
120
120
  /**
121
121
  * ListAllByDnsZoneNext
122
- * @param resourceGroupName The name of the resource group.
122
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
123
123
  * @param zoneName The name of the DNS zone (without a terminating dot).
124
124
  * @param nextLink The nextLink from the previous successful call to the ListAllByDnsZone method.
125
125
  * @param options The options parameters.