@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.
- package/CHANGELOG.md +44 -10
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1371 -579
- 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/dnsResourceReferenceGetByTargetResourcesSample.js +15 -8
- package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js.map +1 -1
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js +38 -0
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js +38 -0
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dnssecConfigsGetSample.js +38 -0
- package/dist-esm/samples-dev/dnssecConfigsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts +2 -0
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js +54 -0
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js.map +1 -0
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js +213 -79
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/recordSetsDeleteSample.js +124 -57
- package/dist-esm/samples-dev/recordSetsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/recordSetsGetSample.js +107 -40
- package/dist-esm/samples-dev/recordSetsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js +12 -5
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js.map +1 -1
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js +11 -4
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js.map +1 -1
- package/dist-esm/samples-dev/recordSetsListByTypeSample.js +166 -54
- package/dist-esm/samples-dev/recordSetsListByTypeSample.js.map +1 -1
- package/dist-esm/samples-dev/recordSetsUpdateSample.js +110 -40
- package/dist-esm/samples-dev/recordSetsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js +11 -4
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/zonesDeleteSample.js +11 -4
- package/dist-esm/samples-dev/zonesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/zonesGetSample.js +11 -4
- package/dist-esm/samples-dev/zonesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.js +11 -4
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/zonesListSample.js +10 -3
- package/dist-esm/samples-dev/zonesListSample.js.map +1 -1
- package/dist-esm/samples-dev/zonesUpdateSample.js +11 -4
- package/dist-esm/samples-dev/zonesUpdateSample.js.map +1 -1
- package/dist-esm/src/dnsManagementClient.d.ts +3 -3
- package/dist-esm/src/dnsManagementClient.d.ts.map +1 -1
- package/dist-esm/src/dnsManagementClient.js +13 -12
- package/dist-esm/src/dnsManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +256 -32
- 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 +13 -2
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +692 -262
- 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 +106 -96
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/dnsResourceReferenceOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/dnsResourceReferenceOperations.js +5 -5
- package/dist-esm/src/operations/dnsResourceReferenceOperations.js.map +1 -1
- package/dist-esm/src/operations/dnssecConfigs.d.ts +74 -0
- package/dist-esm/src/operations/dnssecConfigs.d.ts.map +1 -0
- package/dist-esm/src/operations/dnssecConfigs.js +348 -0
- package/dist-esm/src/operations/dnssecConfigs.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/recordSets.d.ts +22 -22
- package/dist-esm/src/operations/recordSets.js +87 -102
- package/dist-esm/src/operations/recordSets.js.map +1 -1
- package/dist-esm/src/operations/zones.d.ts +10 -10
- package/dist-esm/src/operations/zones.d.ts.map +1 -1
- package/dist-esm/src/operations/zones.js +66 -64
- package/dist-esm/src/operations/zones.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/dnssecConfigs.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dnssecConfigs.js +9 -0
- package/dist-esm/src/operationsInterfaces/dnssecConfigs.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/recordSets.d.ts +14 -14
- package/dist-esm/src/operationsInterfaces/zones.d.ts +8 -8
- package/dist-esm/src/operationsInterfaces/zones.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/dist-esm/test/dns_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/dns_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/dns_operations_test.spec.js +114 -0
- package/dist-esm/test/dns_operations_test.spec.js.map +1 -0
- package/package.json +31 -31
- package/review/arm-dns.api.md +157 -12
- package/src/dnsManagementClient.ts +25 -22
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +290 -44
- package/src/models/mappers.ts +706 -263
- package/src/models/parameters.ts +113 -103
- package/src/operations/dnsResourceReferenceOperations.ts +11 -11
- package/src/operations/dnssecConfigs.ts +468 -0
- package/src/operations/index.ts +1 -0
- package/src/operations/recordSets.ts +138 -160
- package/src/operations/zones.ts +107 -111
- package/src/operationsInterfaces/dnsResourceReferenceOperations.ts +2 -2
- package/src/operationsInterfaces/dnssecConfigs.ts +95 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/recordSets.ts +22 -22
- package/src/operationsInterfaces/zones.ts +15 -15
- package/src/pagingHelper.ts +5 -5
- package/types/arm-dns.d.ts +338 -46
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -10,8 +10,8 @@ import { setContinuationToken } from "../pagingHelper";
|
|
|
10
10
|
import * as coreClient from "@azure/core-client";
|
|
11
11
|
import * as Mappers from "../models/mappers";
|
|
12
12
|
import * as Parameters from "../models/parameters";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
13
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
|
+
import { createLroSpec } from "../lroImpl";
|
|
15
15
|
/// <reference lib="esnext.asynciterable" />
|
|
16
16
|
/** Class containing Zones operations. */
|
|
17
17
|
export class ZonesImpl {
|
|
@@ -24,7 +24,7 @@ export class ZonesImpl {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Lists the DNS zones within a resource group.
|
|
27
|
-
* @param resourceGroupName The name of the resource group.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
28
|
* @param options The options parameters.
|
|
29
29
|
*/
|
|
30
30
|
listByResourceGroup(resourceGroupName, options) {
|
|
@@ -41,7 +41,7 @@ export class ZonesImpl {
|
|
|
41
41
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
42
|
}
|
|
43
43
|
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
44
|
-
}
|
|
44
|
+
},
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
47
|
listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
@@ -102,7 +102,7 @@ export class ZonesImpl {
|
|
|
102
102
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
103
103
|
}
|
|
104
104
|
return this.listPagingPage(options, settings);
|
|
105
|
-
}
|
|
105
|
+
},
|
|
106
106
|
};
|
|
107
107
|
}
|
|
108
108
|
listPagingPage(options, settings) {
|
|
@@ -147,7 +147,7 @@ export class ZonesImpl {
|
|
|
147
147
|
}
|
|
148
148
|
/**
|
|
149
149
|
* Creates or updates a DNS zone. Does not modify DNS records within the zone.
|
|
150
|
-
* @param resourceGroupName The name of the resource group.
|
|
150
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
151
151
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
152
152
|
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
153
153
|
* @param options The options parameters.
|
|
@@ -158,7 +158,7 @@ export class ZonesImpl {
|
|
|
158
158
|
/**
|
|
159
159
|
* Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot
|
|
160
160
|
* be undone.
|
|
161
|
-
* @param resourceGroupName The name of the resource group.
|
|
161
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
162
162
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
163
163
|
* @param options The options parameters.
|
|
164
164
|
*/
|
|
@@ -167,7 +167,7 @@ export class ZonesImpl {
|
|
|
167
167
|
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
168
168
|
return this.client.sendOperationRequest(args, spec);
|
|
169
169
|
});
|
|
170
|
-
const
|
|
170
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
171
171
|
var _a;
|
|
172
172
|
let currentRawResponse = undefined;
|
|
173
173
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
@@ -182,14 +182,18 @@ export class ZonesImpl {
|
|
|
182
182
|
rawResponse: {
|
|
183
183
|
statusCode: currentRawResponse.status,
|
|
184
184
|
body: currentRawResponse.parsedBody,
|
|
185
|
-
headers: currentRawResponse.headers.toJSON()
|
|
186
|
-
}
|
|
185
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
186
|
+
},
|
|
187
187
|
};
|
|
188
188
|
});
|
|
189
|
-
const lro =
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
189
|
+
const lro = createLroSpec({
|
|
190
|
+
sendOperationFn,
|
|
191
|
+
args: { resourceGroupName, zoneName, options },
|
|
192
|
+
spec: deleteOperationSpec,
|
|
193
|
+
});
|
|
194
|
+
const poller = yield createHttpPoller(lro, {
|
|
195
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
196
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
193
197
|
});
|
|
194
198
|
yield poller.poll();
|
|
195
199
|
return poller;
|
|
@@ -198,7 +202,7 @@ export class ZonesImpl {
|
|
|
198
202
|
/**
|
|
199
203
|
* Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot
|
|
200
204
|
* be undone.
|
|
201
|
-
* @param resourceGroupName The name of the resource group.
|
|
205
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
202
206
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
203
207
|
* @param options The options parameters.
|
|
204
208
|
*/
|
|
@@ -210,7 +214,7 @@ export class ZonesImpl {
|
|
|
210
214
|
}
|
|
211
215
|
/**
|
|
212
216
|
* Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
|
|
213
|
-
* @param resourceGroupName The name of the resource group.
|
|
217
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
214
218
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
215
219
|
* @param options The options parameters.
|
|
216
220
|
*/
|
|
@@ -219,7 +223,7 @@ export class ZonesImpl {
|
|
|
219
223
|
}
|
|
220
224
|
/**
|
|
221
225
|
* Updates a DNS zone. Does not modify DNS records within the zone.
|
|
222
|
-
* @param resourceGroupName The name of the resource group.
|
|
226
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
223
227
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
224
228
|
* @param parameters Parameters supplied to the Update operation.
|
|
225
229
|
* @param options The options parameters.
|
|
@@ -229,7 +233,7 @@ export class ZonesImpl {
|
|
|
229
233
|
}
|
|
230
234
|
/**
|
|
231
235
|
* Lists the DNS zones within a resource group.
|
|
232
|
-
* @param resourceGroupName The name of the resource group.
|
|
236
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
233
237
|
* @param options The options parameters.
|
|
234
238
|
*/
|
|
235
239
|
_listByResourceGroup(resourceGroupName, options) {
|
|
@@ -244,7 +248,7 @@ export class ZonesImpl {
|
|
|
244
248
|
}
|
|
245
249
|
/**
|
|
246
250
|
* ListByResourceGroupNext
|
|
247
|
-
* @param resourceGroupName The name of the resource group.
|
|
251
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
248
252
|
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
249
253
|
* @param options The options parameters.
|
|
250
254
|
*/
|
|
@@ -267,14 +271,14 @@ const createOrUpdateOperationSpec = {
|
|
|
267
271
|
httpMethod: "PUT",
|
|
268
272
|
responses: {
|
|
269
273
|
200: {
|
|
270
|
-
bodyMapper: Mappers.Zone
|
|
274
|
+
bodyMapper: Mappers.Zone,
|
|
271
275
|
},
|
|
272
276
|
201: {
|
|
273
|
-
bodyMapper: Mappers.Zone
|
|
277
|
+
bodyMapper: Mappers.Zone,
|
|
274
278
|
},
|
|
275
279
|
default: {
|
|
276
|
-
bodyMapper: Mappers.CloudError
|
|
277
|
-
}
|
|
280
|
+
bodyMapper: Mappers.CloudError,
|
|
281
|
+
},
|
|
278
282
|
},
|
|
279
283
|
requestBody: Parameters.parameters1,
|
|
280
284
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -282,16 +286,16 @@ const createOrUpdateOperationSpec = {
|
|
|
282
286
|
Parameters.$host,
|
|
283
287
|
Parameters.resourceGroupName,
|
|
284
288
|
Parameters.zoneName,
|
|
285
|
-
Parameters.subscriptionId
|
|
289
|
+
Parameters.subscriptionId,
|
|
286
290
|
],
|
|
287
291
|
headerParameters: [
|
|
288
|
-
Parameters.contentType,
|
|
289
292
|
Parameters.accept,
|
|
290
293
|
Parameters.ifMatch,
|
|
291
|
-
Parameters.ifNoneMatch
|
|
294
|
+
Parameters.ifNoneMatch,
|
|
295
|
+
Parameters.contentType,
|
|
292
296
|
],
|
|
293
297
|
mediaType: "json",
|
|
294
|
-
serializer
|
|
298
|
+
serializer,
|
|
295
299
|
};
|
|
296
300
|
const deleteOperationSpec = {
|
|
297
301
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}",
|
|
@@ -302,50 +306,50 @@ const deleteOperationSpec = {
|
|
|
302
306
|
202: {},
|
|
303
307
|
204: {},
|
|
304
308
|
default: {
|
|
305
|
-
bodyMapper: Mappers.CloudError
|
|
306
|
-
}
|
|
309
|
+
bodyMapper: Mappers.CloudError,
|
|
310
|
+
},
|
|
307
311
|
},
|
|
308
312
|
queryParameters: [Parameters.apiVersion],
|
|
309
313
|
urlParameters: [
|
|
310
314
|
Parameters.$host,
|
|
311
315
|
Parameters.resourceGroupName,
|
|
312
316
|
Parameters.zoneName,
|
|
313
|
-
Parameters.subscriptionId
|
|
317
|
+
Parameters.subscriptionId,
|
|
314
318
|
],
|
|
315
319
|
headerParameters: [Parameters.accept, Parameters.ifMatch],
|
|
316
|
-
serializer
|
|
320
|
+
serializer,
|
|
317
321
|
};
|
|
318
322
|
const getOperationSpec = {
|
|
319
323
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}",
|
|
320
324
|
httpMethod: "GET",
|
|
321
325
|
responses: {
|
|
322
326
|
200: {
|
|
323
|
-
bodyMapper: Mappers.Zone
|
|
327
|
+
bodyMapper: Mappers.Zone,
|
|
324
328
|
},
|
|
325
329
|
default: {
|
|
326
|
-
bodyMapper: Mappers.CloudError
|
|
327
|
-
}
|
|
330
|
+
bodyMapper: Mappers.CloudError,
|
|
331
|
+
},
|
|
328
332
|
},
|
|
329
333
|
queryParameters: [Parameters.apiVersion],
|
|
330
334
|
urlParameters: [
|
|
331
335
|
Parameters.$host,
|
|
332
336
|
Parameters.resourceGroupName,
|
|
333
337
|
Parameters.zoneName,
|
|
334
|
-
Parameters.subscriptionId
|
|
338
|
+
Parameters.subscriptionId,
|
|
335
339
|
],
|
|
336
340
|
headerParameters: [Parameters.accept],
|
|
337
|
-
serializer
|
|
341
|
+
serializer,
|
|
338
342
|
};
|
|
339
343
|
const updateOperationSpec = {
|
|
340
344
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}",
|
|
341
345
|
httpMethod: "PATCH",
|
|
342
346
|
responses: {
|
|
343
347
|
200: {
|
|
344
|
-
bodyMapper: Mappers.Zone
|
|
348
|
+
bodyMapper: Mappers.Zone,
|
|
345
349
|
},
|
|
346
350
|
default: {
|
|
347
|
-
bodyMapper: Mappers.CloudError
|
|
348
|
-
}
|
|
351
|
+
bodyMapper: Mappers.CloudError,
|
|
352
|
+
},
|
|
349
353
|
},
|
|
350
354
|
requestBody: Parameters.parameters2,
|
|
351
355
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -353,91 +357,89 @@ const updateOperationSpec = {
|
|
|
353
357
|
Parameters.$host,
|
|
354
358
|
Parameters.resourceGroupName,
|
|
355
359
|
Parameters.zoneName,
|
|
356
|
-
Parameters.subscriptionId
|
|
360
|
+
Parameters.subscriptionId,
|
|
357
361
|
],
|
|
358
362
|
headerParameters: [
|
|
359
|
-
Parameters.contentType,
|
|
360
363
|
Parameters.accept,
|
|
361
|
-
Parameters.ifMatch
|
|
364
|
+
Parameters.ifMatch,
|
|
365
|
+
Parameters.contentType,
|
|
362
366
|
],
|
|
363
367
|
mediaType: "json",
|
|
364
|
-
serializer
|
|
368
|
+
serializer,
|
|
365
369
|
};
|
|
366
370
|
const listByResourceGroupOperationSpec = {
|
|
367
371
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones",
|
|
368
372
|
httpMethod: "GET",
|
|
369
373
|
responses: {
|
|
370
374
|
200: {
|
|
371
|
-
bodyMapper: Mappers.ZoneListResult
|
|
375
|
+
bodyMapper: Mappers.ZoneListResult,
|
|
372
376
|
},
|
|
373
377
|
default: {
|
|
374
|
-
bodyMapper: Mappers.CloudError
|
|
375
|
-
}
|
|
378
|
+
bodyMapper: Mappers.CloudError,
|
|
379
|
+
},
|
|
376
380
|
},
|
|
377
381
|
queryParameters: [Parameters.apiVersion, Parameters.top],
|
|
378
382
|
urlParameters: [
|
|
379
383
|
Parameters.$host,
|
|
380
384
|
Parameters.resourceGroupName,
|
|
381
|
-
Parameters.subscriptionId
|
|
385
|
+
Parameters.subscriptionId,
|
|
382
386
|
],
|
|
383
387
|
headerParameters: [Parameters.accept],
|
|
384
|
-
serializer
|
|
388
|
+
serializer,
|
|
385
389
|
};
|
|
386
390
|
const listOperationSpec = {
|
|
387
391
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Network/dnszones",
|
|
388
392
|
httpMethod: "GET",
|
|
389
393
|
responses: {
|
|
390
394
|
200: {
|
|
391
|
-
bodyMapper: Mappers.ZoneListResult
|
|
395
|
+
bodyMapper: Mappers.ZoneListResult,
|
|
392
396
|
},
|
|
393
397
|
default: {
|
|
394
|
-
bodyMapper: Mappers.CloudError
|
|
395
|
-
}
|
|
398
|
+
bodyMapper: Mappers.CloudError,
|
|
399
|
+
},
|
|
396
400
|
},
|
|
397
401
|
queryParameters: [Parameters.apiVersion, Parameters.top],
|
|
398
402
|
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
399
403
|
headerParameters: [Parameters.accept],
|
|
400
|
-
serializer
|
|
404
|
+
serializer,
|
|
401
405
|
};
|
|
402
406
|
const listByResourceGroupNextOperationSpec = {
|
|
403
407
|
path: "{nextLink}",
|
|
404
408
|
httpMethod: "GET",
|
|
405
409
|
responses: {
|
|
406
410
|
200: {
|
|
407
|
-
bodyMapper: Mappers.ZoneListResult
|
|
411
|
+
bodyMapper: Mappers.ZoneListResult,
|
|
408
412
|
},
|
|
409
413
|
default: {
|
|
410
|
-
bodyMapper: Mappers.CloudError
|
|
411
|
-
}
|
|
414
|
+
bodyMapper: Mappers.CloudError,
|
|
415
|
+
},
|
|
412
416
|
},
|
|
413
|
-
queryParameters: [Parameters.apiVersion, Parameters.top],
|
|
414
417
|
urlParameters: [
|
|
415
418
|
Parameters.$host,
|
|
416
419
|
Parameters.resourceGroupName,
|
|
417
420
|
Parameters.subscriptionId,
|
|
418
|
-
Parameters.nextLink
|
|
421
|
+
Parameters.nextLink,
|
|
419
422
|
],
|
|
420
423
|
headerParameters: [Parameters.accept],
|
|
421
|
-
serializer
|
|
424
|
+
serializer,
|
|
422
425
|
};
|
|
423
426
|
const listNextOperationSpec = {
|
|
424
427
|
path: "{nextLink}",
|
|
425
428
|
httpMethod: "GET",
|
|
426
429
|
responses: {
|
|
427
430
|
200: {
|
|
428
|
-
bodyMapper: Mappers.ZoneListResult
|
|
431
|
+
bodyMapper: Mappers.ZoneListResult,
|
|
429
432
|
},
|
|
430
433
|
default: {
|
|
431
|
-
bodyMapper: Mappers.CloudError
|
|
432
|
-
}
|
|
434
|
+
bodyMapper: Mappers.CloudError,
|
|
435
|
+
},
|
|
433
436
|
},
|
|
434
|
-
queryParameters: [Parameters.apiVersion, Parameters.top],
|
|
435
437
|
urlParameters: [
|
|
436
438
|
Parameters.$host,
|
|
437
439
|
Parameters.subscriptionId,
|
|
438
|
-
Parameters.nextLink
|
|
440
|
+
Parameters.nextLink,
|
|
439
441
|
],
|
|
440
442
|
headerParameters: [Parameters.accept],
|
|
441
|
-
serializer
|
|
443
|
+
serializer,
|
|
442
444
|
};
|
|
443
445
|
//# sourceMappingURL=zones.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zones.js","sourceRoot":"","sources":["../../../src/operations/zones.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,
|
|
1
|
+
{"version":3,"file":"zones.js","sourceRoot":"","sources":["../../../src/operations/zones.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { DnssecConfig, DnssecConfigsListByDnsZoneOptionalParams, DnssecConfigsCreateOrUpdateOptionalParams, DnssecConfigsCreateOrUpdateResponse, DnssecConfigsDeleteOptionalParams, DnssecConfigsGetOptionalParams, DnssecConfigsGetResponse } from "../models";
|
|
4
|
+
/** Interface representing a DnssecConfigs. */
|
|
5
|
+
export interface DnssecConfigs {
|
|
6
|
+
/**
|
|
7
|
+
* Lists the DNSSEC configurations in a DNS zone.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByDnsZone(resourceGroupName: string, zoneName: string, options?: DnssecConfigsListByDnsZoneOptionalParams): PagedAsyncIterableIterator<DnssecConfig>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates or updates the DNSSEC configuration on a DNS zone.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
beginCreateOrUpdate(resourceGroupName: string, zoneName: string, options?: DnssecConfigsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnssecConfigsCreateOrUpdateResponse>, DnssecConfigsCreateOrUpdateResponse>>;
|
|
20
|
+
/**
|
|
21
|
+
* Creates or updates the DNSSEC configuration on a DNS zone.
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, zoneName: string, options?: DnssecConfigsCreateOrUpdateOptionalParams): Promise<DnssecConfigsCreateOrUpdateResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
beginDelete(resourceGroupName: string, zoneName: string, options?: DnssecConfigsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
34
|
+
/**
|
|
35
|
+
* Deletes the DNSSEC configuration on a DNS zone. This operation cannot be undone.
|
|
36
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
beginDeleteAndWait(resourceGroupName: string, zoneName: string, options?: DnssecConfigsDeleteOptionalParams): Promise<void>;
|
|
41
|
+
/**
|
|
42
|
+
* Gets the DNSSEC configuration.
|
|
43
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
|
+
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
get(resourceGroupName: string, zoneName: string, options?: DnssecConfigsGetOptionalParams): Promise<DnssecConfigsGetResponse>;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=dnssecConfigs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dnssecConfigs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/dnssecConfigs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,wCAAwC,EACxC,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EACjC,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,mCAAmC,CAAC,EACnD,mCAAmC,CACpC,CACF,CAAC;IACF;;;;;OAKG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=dnssecConfigs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dnssecConfigs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/dnssecConfigs.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/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/operationsInterfaces/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/operationsInterfaces/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/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,kCAAkC,CAAC"}
|
|
@@ -4,29 +4,29 @@ import { RecordSet, RecordType, RecordSetsListByTypeOptionalParams, RecordSetsLi
|
|
|
4
4
|
export interface RecordSets {
|
|
5
5
|
/**
|
|
6
6
|
* Lists the record sets of a specified type in a DNS zone.
|
|
7
|
-
* @param resourceGroupName The name of the resource group.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
8
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
9
|
-
* @param recordType The type of record
|
|
9
|
+
* @param recordType The type of DNS record in this record set.
|
|
10
10
|
* @param options The options parameters.
|
|
11
11
|
*/
|
|
12
12
|
listByType(resourceGroupName: string, zoneName: string, recordType: RecordType, options?: RecordSetsListByTypeOptionalParams): PagedAsyncIterableIterator<RecordSet>;
|
|
13
13
|
/**
|
|
14
14
|
* Lists all record sets 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
17
|
* @param options The options parameters.
|
|
18
18
|
*/
|
|
19
19
|
listByDnsZone(resourceGroupName: string, zoneName: string, options?: RecordSetsListByDnsZoneOptionalParams): PagedAsyncIterableIterator<RecordSet>;
|
|
20
20
|
/**
|
|
21
21
|
* Lists all record sets in a DNS zone.
|
|
22
|
-
* @param resourceGroupName The name of the resource group.
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
23
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
24
24
|
* @param options The options parameters.
|
|
25
25
|
*/
|
|
26
26
|
listAllByDnsZone(resourceGroupName: string, zoneName: string, options?: RecordSetsListAllByDnsZoneOptionalParams): PagedAsyncIterableIterator<RecordSet>;
|
|
27
27
|
/**
|
|
28
28
|
* Updates a record set within a DNS zone.
|
|
29
|
-
* @param resourceGroupName The name of the resource group.
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
30
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
31
31
|
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
32
32
|
* @param recordType The type of DNS record in this record set.
|
|
@@ -35,29 +35,29 @@ export interface RecordSets {
|
|
|
35
35
|
*/
|
|
36
36
|
update(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, parameters: RecordSet, options?: RecordSetsUpdateOptionalParams): Promise<RecordSetsUpdateResponse>;
|
|
37
37
|
/**
|
|
38
|
-
* Creates or updates a record set within a DNS zone.
|
|
39
|
-
*
|
|
38
|
+
* Creates or updates a record set within a DNS zone. Record sets of type SOA can be updated but not
|
|
39
|
+
* created (they are created when the DNS zone is created).
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
41
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
41
42
|
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
42
|
-
* @param recordType The type of DNS record in this record set.
|
|
43
|
-
* but not created (they are created when the DNS zone is created).
|
|
43
|
+
* @param recordType The type of DNS record in this record set.
|
|
44
44
|
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
45
45
|
* @param options The options parameters.
|
|
46
46
|
*/
|
|
47
47
|
createOrUpdate(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, parameters: RecordSet, options?: RecordSetsCreateOrUpdateOptionalParams): Promise<RecordSetsCreateOrUpdateResponse>;
|
|
48
48
|
/**
|
|
49
|
-
* Deletes a record set from a DNS zone. This operation cannot be undone.
|
|
50
|
-
*
|
|
49
|
+
* Deletes a record set from a DNS zone. This operation cannot be undone. Record sets of type SOA
|
|
50
|
+
* cannot be deleted (they are deleted when the DNS zone is deleted).
|
|
51
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
52
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
52
53
|
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
53
|
-
* @param recordType The type of DNS record in this record set.
|
|
54
|
-
* deleted (they are deleted when the DNS zone is deleted).
|
|
54
|
+
* @param recordType The type of DNS record in this record set.
|
|
55
55
|
* @param options The options parameters.
|
|
56
56
|
*/
|
|
57
57
|
delete(resourceGroupName: string, zoneName: string, relativeRecordSetName: string, recordType: RecordType, options?: RecordSetsDeleteOptionalParams): Promise<void>;
|
|
58
58
|
/**
|
|
59
59
|
* Gets a record set.
|
|
60
|
-
* @param resourceGroupName The name of the resource group.
|
|
60
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
61
61
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
62
62
|
* @param relativeRecordSetName The name of the record set, relative to the name of the zone.
|
|
63
63
|
* @param recordType The type of DNS record in this record set.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import {
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
3
|
import { Zone, ZonesListByResourceGroupOptionalParams, ZonesListOptionalParams, ZonesCreateOrUpdateOptionalParams, ZonesCreateOrUpdateResponse, ZonesDeleteOptionalParams, ZonesGetOptionalParams, ZonesGetResponse, ZoneUpdate, ZonesUpdateOptionalParams, ZonesUpdateResponse } from "../models";
|
|
4
4
|
/** Interface representing a Zones. */
|
|
5
5
|
export interface Zones {
|
|
6
6
|
/**
|
|
7
7
|
* Lists the DNS zones within a resource group.
|
|
8
|
-
* @param resourceGroupName The name of the resource group.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
9
|
* @param options The options parameters.
|
|
10
10
|
*/
|
|
11
11
|
listByResourceGroup(resourceGroupName: string, options?: ZonesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Zone>;
|
|
@@ -16,7 +16,7 @@ export interface Zones {
|
|
|
16
16
|
list(options?: ZonesListOptionalParams): PagedAsyncIterableIterator<Zone>;
|
|
17
17
|
/**
|
|
18
18
|
* Creates or updates a DNS zone. Does not modify DNS records within the zone.
|
|
19
|
-
* @param resourceGroupName The name of the resource group.
|
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
20
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
21
21
|
* @param parameters Parameters supplied to the CreateOrUpdate operation.
|
|
22
22
|
* @param options The options parameters.
|
|
@@ -25,29 +25,29 @@ export interface Zones {
|
|
|
25
25
|
/**
|
|
26
26
|
* Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot
|
|
27
27
|
* be undone.
|
|
28
|
-
* @param resourceGroupName The name of the resource group.
|
|
28
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
29
29
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
30
30
|
* @param options The options parameters.
|
|
31
31
|
*/
|
|
32
|
-
beginDelete(resourceGroupName: string, zoneName: string, options?: ZonesDeleteOptionalParams): Promise<
|
|
32
|
+
beginDelete(resourceGroupName: string, zoneName: string, options?: ZonesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
33
33
|
/**
|
|
34
34
|
* Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot
|
|
35
35
|
* be undone.
|
|
36
|
-
* @param resourceGroupName The name of the resource group.
|
|
36
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
37
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
38
38
|
* @param options The options parameters.
|
|
39
39
|
*/
|
|
40
40
|
beginDeleteAndWait(resourceGroupName: string, zoneName: string, options?: ZonesDeleteOptionalParams): Promise<void>;
|
|
41
41
|
/**
|
|
42
42
|
* Gets a DNS zone. Retrieves the zone properties, but not the record sets within the 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 options The options parameters.
|
|
46
46
|
*/
|
|
47
47
|
get(resourceGroupName: string, zoneName: string, options?: ZonesGetOptionalParams): Promise<ZonesGetResponse>;
|
|
48
48
|
/**
|
|
49
49
|
* Updates a DNS zone. Does not modify DNS records within the zone.
|
|
50
|
-
* @param resourceGroupName The name of the resource group.
|
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
51
|
* @param zoneName The name of the DNS zone (without a terminating dot).
|
|
52
52
|
* @param parameters Parameters supplied to the Update operation.
|
|
53
53
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zones.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/zones.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"zones.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/zones.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,IAAI,EACJ,sCAAsC,EACtC,uBAAuB,EACvB,iCAAiC,EACjC,2BAA2B,EAC3B,yBAAyB,EACzB,sBAAsB,EACtB,gBAAgB,EAChB,UAAU,EACV,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,WAAW,CAAC;AAGnB,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,IAAI,CAAC,CAAC;IACpC;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,uBAAuB,GAAG,0BAA0B,CAAC,IAAI,CAAC,CAAC;IAC1E;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,IAAI,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
|