@azure/arm-dns 5.2.0-beta.1 → 5.2.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/{dist-esm/src → dist/browser}/dnsManagementClient.d.ts +2 -2
- package/dist/browser/dnsManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/dnsManagementClient.js +33 -24
- package/dist/browser/dnsManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +23 -11
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dnsResourceReferenceOperations.d.ts +3 -3
- package/dist/browser/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dnsResourceReferenceOperations.js +3 -2
- package/dist/browser/operations/dnsResourceReferenceOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dnssecConfigs.d.ts +3 -3
- package/dist/browser/operations/dnssecConfigs.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dnssecConfigs.js +109 -124
- package/dist/browser/operations/dnssecConfigs.js.map +1 -0
- package/dist/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/recordSets.d.ts +3 -3
- package/dist/browser/operations/recordSets.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/recordSets.js +70 -121
- package/dist/browser/operations/recordSets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/zones.d.ts +3 -3
- package/dist/browser/operations/zones.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/zones.js +90 -123
- package/dist/browser/operations/zones.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResourceReferenceOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dnssecConfigs.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnssecConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.d.ts +1 -1
- package/dist/browser/operationsInterfaces/recordSets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/recordSets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/zones.d.ts +1 -1
- package/dist/browser/operationsInterfaces/zones.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/zones.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dnsManagementClient.d.ts +23 -0
- package/dist/commonjs/dnsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dnsManagementClient.js +118 -0
- package/dist/commonjs/dnsManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-dns.d.ts → dist/commonjs/models/index.d.ts} +639 -932
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +23 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +36 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1180 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +21 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +201 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dnsResourceReferenceOperations.d.ts +19 -0
- package/dist/commonjs/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsResourceReferenceOperations.js +55 -0
- package/dist/commonjs/operations/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/commonjs/operations/dnssecConfigs.d.ts +74 -0
- package/dist/commonjs/operations/dnssecConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/dnssecConfigs.js +338 -0
- package/dist/commonjs/operations/dnssecConfigs.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/recordSets.d.ts +129 -0
- package/dist/commonjs/operations/recordSets.d.ts.map +1 -0
- package/dist/commonjs/operations/recordSets.js +550 -0
- package/dist/commonjs/operations/recordSets.js.map +1 -0
- package/dist/commonjs/operations/zones.d.ts +93 -0
- package/dist/commonjs/operations/zones.d.ts.map +1 -0
- package/dist/commonjs/operations/zones.js +417 -0
- package/dist/commonjs/operations/zones.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnssecConfigs.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnssecConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnssecConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/recordSets.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/recordSets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/recordSets.js +10 -0
- package/dist/commonjs/operationsInterfaces/recordSets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/zones.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/zones.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/zones.js +10 -0
- package/dist/commonjs/operationsInterfaces/zones.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/dnsManagementClient.d.ts +23 -0
- package/dist/esm/dnsManagementClient.d.ts.map +1 -0
- package/dist/esm/dnsManagementClient.js +113 -0
- package/dist/esm/dnsManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +639 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +36 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1177 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +21 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +198 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dnsResourceReferenceOperations.d.ts +19 -0
- package/dist/esm/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/esm/operations/dnsResourceReferenceOperations.js +50 -0
- package/dist/esm/operations/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/esm/operations/dnssecConfigs.d.ts +74 -0
- package/dist/esm/operations/dnssecConfigs.d.ts.map +1 -0
- package/dist/esm/operations/dnssecConfigs.js +333 -0
- package/dist/esm/operations/dnssecConfigs.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/recordSets.d.ts +129 -0
- package/dist/esm/operations/recordSets.d.ts.map +1 -0
- package/dist/esm/operations/recordSets.js +545 -0
- package/dist/esm/operations/recordSets.js.map +1 -0
- package/dist/esm/operations/zones.d.ts +93 -0
- package/dist/esm/operations/zones.d.ts.map +1 -0
- package/dist/esm/operations/zones.js +412 -0
- package/dist/esm/operations/zones.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnssecConfigs.d.ts +49 -0
- package/dist/esm/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnssecConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/dnssecConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/recordSets.d.ts +68 -0
- package/dist/esm/operationsInterfaces/recordSets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/recordSets.js +9 -0
- package/dist/esm/operationsInterfaces/recordSets.js.map +1 -0
- package/dist/esm/operationsInterfaces/zones.d.ts +57 -0
- package/dist/esm/operationsInterfaces/zones.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/zones.js +9 -0
- package/dist/esm/operationsInterfaces/zones.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/dnsManagementClient.d.ts +23 -0
- package/dist/react-native/dnsManagementClient.d.ts.map +1 -0
- package/dist/react-native/dnsManagementClient.js +113 -0
- package/dist/react-native/dnsManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +639 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +20 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +36 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1177 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +21 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +198 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dnsResourceReferenceOperations.d.ts +19 -0
- package/dist/react-native/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dnsResourceReferenceOperations.js +50 -0
- package/dist/react-native/operations/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/react-native/operations/dnssecConfigs.d.ts +74 -0
- package/dist/react-native/operations/dnssecConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/dnssecConfigs.js +333 -0
- package/dist/react-native/operations/dnssecConfigs.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/recordSets.d.ts +129 -0
- package/dist/react-native/operations/recordSets.d.ts.map +1 -0
- package/dist/react-native/operations/recordSets.js +545 -0
- package/dist/react-native/operations/recordSets.js.map +1 -0
- package/dist/react-native/operations/zones.d.ts +93 -0
- package/dist/react-native/operations/zones.d.ts.map +1 -0
- package/dist/react-native/operations/zones.js +412 -0
- package/dist/react-native/operations/zones.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnssecConfigs.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnssecConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/dnssecConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/recordSets.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/recordSets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/recordSets.js +9 -0
- package/dist/react-native/operationsInterfaces/recordSets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/zones.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/zones.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/zones.js +9 -0
- package/dist/react-native/operationsInterfaces/zones.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +87 -70
- package/dist/index.js +0 -3020
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js +0 -43
- package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js +0 -38
- package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsGetSample.js +0 -38
- package/dist-esm/samples-dev/dnssecConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js +0 -54
- package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js +0 -432
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsDeleteSample.js +0 -260
- package/dist-esm/samples-dev/recordSetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsGetSample.js +0 -280
- package/dist-esm/samples-dev/recordSetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js +0 -54
- package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js +0 -54
- package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsListByTypeSample.js +0 -475
- package/dist-esm/samples-dev/recordSetsListByTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recordSetsUpdateSample.js +0 -293
- package/dist-esm/samples-dev/recordSetsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/zonesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesGetSample.js +0 -38
- package/dist-esm/samples-dev/zonesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/zonesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesListSample.js +0 -52
- package/dist-esm/samples-dev/zonesListSample.js.map +0 -1
- package/dist-esm/samples-dev/zonesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/zonesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/zonesUpdateSample.js +0 -39
- package/dist-esm/samples-dev/zonesUpdateSample.js.map +0 -1
- package/dist-esm/src/dnsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dnsManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dnsResourceReferenceOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsResourceReferenceOperations.js.map +0 -1
- package/dist-esm/src/operations/dnssecConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/dnssecConfigs.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/recordSets.d.ts.map +0 -1
- package/dist-esm/src/operations/recordSets.js.map +0 -1
- package/dist-esm/src/operations/zones.d.ts.map +0 -1
- package/dist-esm/src/operations/zones.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsResourceReferenceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnssecConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnssecConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/recordSets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/recordSets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/zones.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/zones.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/dns_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/dns_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/dns_operations_test.spec.js +0 -114
- package/dist-esm/test/dns_operations_test.spec.js.map +0 -1
- package/src/dnsManagementClient.ts +0 -158
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -746
- package/src/models/mappers.ts +0 -1212
- package/src/models/parameters.ts +0 -227
- package/src/operations/dnsResourceReferenceOperations.ts +0 -69
- package/src/operations/dnssecConfigs.ts +0 -468
- package/src/operations/index.ts +0 -12
- package/src/operations/recordSets.ts +0 -787
- package/src/operations/zones.ts +0 -545
- package/src/operationsInterfaces/dnsResourceReferenceOperations.ts +0 -26
- package/src/operationsInterfaces/dnssecConfigs.ts +0 -95
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/recordSets.ts +0 -129
- package/src/operationsInterfaces/zones.ts +0 -103
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResourceReferenceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnssecConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/zones.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-dns.api.md → arm-dns-node.api.md} +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
9
|
+
export var KnownCreatedByType;
|
|
10
|
+
(function (KnownCreatedByType) {
|
|
11
|
+
/** User */
|
|
12
|
+
KnownCreatedByType["User"] = "User";
|
|
13
|
+
/** Application */
|
|
14
|
+
KnownCreatedByType["Application"] = "Application";
|
|
15
|
+
/** ManagedIdentity */
|
|
16
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
17
|
+
/** Key */
|
|
18
|
+
KnownCreatedByType["Key"] = "Key";
|
|
19
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAsdH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Represents the DNSSEC configuration. */\nexport interface DnssecConfig {\n /**\n * The ID of the DNSSEC configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the DNSSEC configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the DNSSEC configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The etag of the DNSSEC configuration. */\n etag?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning State of the DNSSEC configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The list of signing keys.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signingKeys?: SigningKey[];\n}\n\n/** Represents the signing key. */\nexport interface SigningKey {\n /**\n * The delegation signer information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly delegationSignerInfo?: DelegationSignerInfo[];\n /**\n * The flags specifies how the key is used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly flags?: number;\n /**\n * The key tag value of the DNSKEY Resource Record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyTag?: number;\n /**\n * The protocol value. The value is always 3.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly protocol?: number;\n /**\n * The public key, represented as a Base64 encoding.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKey?: string;\n /**\n * The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securityAlgorithmType?: number;\n}\n\n/** The delegation signer information. */\nexport interface DelegationSignerInfo {\n /**\n * The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digestAlgorithmType?: number;\n /**\n * The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digestValue?: string;\n /**\n * The record represents a delegation signer (DS) record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly record?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error response from the service. */\nexport interface CloudError {\n /** Cloud error body. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\n/** The response to a List DNSSEC configurations operation. */\nexport interface DnssecConfigListResult {\n /** Information about the DNSSEC configurations in the response. */\n value?: DnssecConfig[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes a DNS record set (a collection of DNS records with the same name and type). */\nexport interface RecordSet {\n /**\n * The ID of the record set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the record set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the record set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The etag of the record set. */\n etag?: string;\n /** The metadata attached to the record set. */\n metadata?: { [propertyName: string]: string };\n /** The TTL (time-to-live) of the records in the record set. */\n ttl?: number;\n /**\n * Fully qualified domain name of the record set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /**\n * provisioning State of the record set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** A reference to an azure resource from where the dns resource value is taken. */\n targetResource?: SubResource;\n /** A reference to an azure traffic manager profile resource from where the dns resource value is taken. */\n trafficManagementProfile?: SubResource;\n /** The list of A records in the record set. */\n aRecords?: ARecord[];\n /** The list of AAAA records in the record set. */\n aaaaRecords?: AaaaRecord[];\n /** The list of MX records in the record set. */\n mxRecords?: MxRecord[];\n /** The list of NS records in the record set. */\n nsRecords?: NsRecord[];\n /** The list of PTR records in the record set. */\n ptrRecords?: PtrRecord[];\n /** The list of SRV records in the record set. */\n srvRecords?: SrvRecord[];\n /** The list of TXT records in the record set. */\n txtRecords?: TxtRecord[];\n /** The CNAME record in the record set. */\n cnameRecord?: CnameRecord;\n /** The SOA record in the record set. */\n soaRecord?: SoaRecord;\n /** The list of CAA records in the record set. */\n caaRecords?: CaaRecord[];\n /** The list of DS records in the record set. */\n dsRecords?: DsRecord[];\n /** The list of TLSA records in the record set. */\n tlsaRecords?: TlsaRecord[];\n /** The list of NAPTR records in the record set. */\n naptrRecords?: NaptrRecord[];\n}\n\n/** A reference to a another resource */\nexport interface SubResource {\n /** Resource Id. */\n id?: string;\n}\n\n/** An A record. */\nexport interface ARecord {\n /** The IPv4 address of this A record. */\n ipv4Address?: string;\n}\n\n/** An AAAA record. */\nexport interface AaaaRecord {\n /** The IPv6 address of this AAAA record. */\n ipv6Address?: string;\n}\n\n/** An MX record. */\nexport interface MxRecord {\n /** The preference value for this MX record. */\n preference?: number;\n /** The domain name of the mail host for this MX record. */\n exchange?: string;\n}\n\n/** An NS record. */\nexport interface NsRecord {\n /** The name server name for this NS record. */\n nsdname?: string;\n}\n\n/** A PTR record. */\nexport interface PtrRecord {\n /** The PTR target domain name for this PTR record. */\n ptrdname?: string;\n}\n\n/** An SRV record. */\nexport interface SrvRecord {\n /** The priority value for this SRV record. */\n priority?: number;\n /** The weight value for this SRV record. */\n weight?: number;\n /** The port value for this SRV record. */\n port?: number;\n /** The target domain name for this SRV record. */\n target?: string;\n}\n\n/** A TXT record. */\nexport interface TxtRecord {\n /** The text value of this TXT record. */\n value?: string[];\n}\n\n/** A CNAME record. */\nexport interface CnameRecord {\n /** The canonical name for this CNAME record. */\n cname?: string;\n}\n\n/** An SOA record. */\nexport interface SoaRecord {\n /** The domain name of the authoritative name server for this SOA record. */\n host?: string;\n /** The email contact for this SOA record. */\n email?: string;\n /** The serial number for this SOA record. */\n serialNumber?: number;\n /** The refresh value for this SOA record. */\n refreshTime?: number;\n /** The retry time for this SOA record. */\n retryTime?: number;\n /** The expire time for this SOA record. */\n expireTime?: number;\n /** The minimum value for this SOA record. By convention this is used to determine the negative caching duration. */\n minimumTtl?: number;\n}\n\n/** A CAA record. */\nexport interface CaaRecord {\n /** The flags for this CAA record as an integer between 0 and 255. */\n flags?: number;\n /** The tag for this CAA record. */\n tag?: string;\n /** The value for this CAA record. */\n value?: string;\n}\n\n/** A DS record. For more information about the DS record format, see RFC 4034: https://www.rfc-editor.org/rfc/rfc4034 */\nexport interface DsRecord {\n /** The key tag value is used to determine which DNSKEY Resource Record is used for signature verification. */\n keyTag?: number;\n /** The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml */\n algorithm?: number;\n /** The digest entity. */\n digest?: Digest;\n}\n\n/** A digest. */\nexport interface Digest {\n /** The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml */\n algorithmType?: number;\n /** The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record. */\n value?: string;\n}\n\n/** A TLSA record. For more information about the TLSA record format, see RFC 6698: https://www.rfc-editor.org/rfc/rfc6698 */\nexport interface TlsaRecord {\n /** The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake. */\n usage?: number;\n /** The selector specifies which part of the TLS certificate presented by the server will be matched against the association data. */\n selector?: number;\n /** The matching type specifies how the certificate association is presented. */\n matchingType?: number;\n /** This specifies the certificate association data to be matched. */\n certAssociationData?: string;\n}\n\n/** A NAPTR record. For more information about the NAPTR record format, see RFC 3403: https://www.rfc-editor.org/rfc/rfc3403 */\nexport interface NaptrRecord {\n /** The order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of rules. The ordering is from lowest to highest. Valid values: 0-65535. */\n order?: number;\n /** The preference specifies the order in which NAPTR records with equal 'order' values should be processed, low numbers being processed before high numbers. Valid values: 0-65535. */\n preference?: number;\n /** The flags specific to DDDS applications. Values currently defined in RFC 3404 are uppercase and lowercase letters \"A\", \"P\", \"S\", and \"U\", and the empty string, \"\". Enclose Flags in quotation marks. */\n flags?: string;\n /** The services specific to DDDS applications. Enclose Services in quotation marks. */\n services?: string;\n /** The regular expression that the DDDS application uses to convert an input value into an output value. For example: an IP phone system might use a regular expression to convert a phone number that is entered by a user into a SIP URI. Enclose the regular expression in quotation marks. Specify either a value for 'regexp' or a value for 'replacement'. */\n regexp?: string;\n /** The replacement is a fully qualified domain name (FQDN) of the next domain name that you want the DDDS application to submit a DNS query for. The DDDS application replaces the input value with the value specified for replacement. Specify either a value for 'regexp' or a value for 'replacement'. If you specify a value for 'regexp', specify a dot (.) for 'replacement'. */\n replacement?: string;\n}\n\n/** The response to a record set List operation. */\nexport interface RecordSetListResult {\n /** Information about the record sets in the response. */\n value?: RecordSet[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Common properties of an Azure Resource Manager resource */\nexport interface Resource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource location. */\n location: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Describes a request to update a DNS zone. */\nexport interface ZoneUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response to a Zone List or ListAll operation. */\nexport interface ZoneListResult {\n /** Information about the DNS zones. */\n value?: Zone[];\n /**\n * The continuation token for the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Represents the properties of the Dns Resource Reference Request. */\nexport interface DnsResourceReferenceRequest {\n /** A list of references to azure resources for which referencing dns records need to be queried. */\n targetResources?: SubResource[];\n}\n\n/** Represents the properties of the Dns Resource Reference Result. */\nexport interface DnsResourceReferenceResult {\n /** The result of dns resource reference request. A list of dns resource references for each of the azure resource in the request */\n dnsResourceReferences?: DnsResourceReference[];\n}\n\n/** Represents a single Azure resource and its referencing DNS records. */\nexport interface DnsResourceReference {\n /** A list of dns Records */\n dnsResources?: SubResource[];\n /** A reference to an azure resource from where the dns resource value is taken. */\n targetResource?: SubResource;\n}\n\n/** Parameters supplied to update a record set. */\nexport interface RecordSetUpdateParameters {\n /** Specifies information about the record set being updated. */\n recordSet?: RecordSet;\n}\n\n/** Describes a DNS zone. */\nexport interface Zone extends Resource {\n /** The etag of the zone. */\n etag?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfRecordSets?: number;\n /**\n * The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfRecordsPerRecordSet?: number;\n /**\n * The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfRecordSets?: number;\n /**\n * The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameServers?: string[];\n /** The type of this DNS zone (Public or Private). */\n zoneType?: ZoneType;\n /** A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private. */\n registrationVirtualNetworks?: SubResource[];\n /** A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private. */\n resolutionVirtualNetworks?: SubResource[];\n /**\n * The list of signing keys.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly signingKeys?: SigningKey[];\n}\n\n/** Defines headers for DnssecConfigs_delete operation. */\nexport interface DnssecConfigsDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n}\n\n/** Defines headers for Zones_delete operation. */\nexport interface ZonesDeleteHeaders {\n /** Location URI to poll for result */\n location?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n/** Defines values for RecordType. */\nexport type RecordType =\n | \"A\"\n | \"AAAA\"\n | \"CAA\"\n | \"CNAME\"\n | \"MX\"\n | \"NS\"\n | \"PTR\"\n | \"SOA\"\n | \"SRV\"\n | \"TXT\"\n | \"TLSA\"\n | \"DS\"\n | \"NAPTR\";\n/** Defines values for ZoneType. */\nexport type ZoneType = \"Public\" | \"Private\";\n\n/** Optional parameters. */\nexport interface DnssecConfigsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The etag of the DNSSEC configuration. Omit this value to always overwrite the DNSSEC configuration. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow this DNSSEC configuration to be created, but to prevent updating existing DNSSEC configuration. Other values will be ignored. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DnssecConfigsCreateOrUpdateResponse = DnssecConfig;\n\n/** Optional parameters. */\nexport interface DnssecConfigsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The etag of this DNSSEC configuration. Omit this value to always delete the DNSSEC configuration. Specify the last-seen etag value to prevent accidentally deleting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DnssecConfigsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnssecConfigsGetResponse = DnssecConfig;\n\n/** Optional parameters. */\nexport interface DnssecConfigsListByDnsZoneOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDnsZone operation. */\nexport type DnssecConfigsListByDnsZoneResponse = DnssecConfigListResult;\n\n/** Optional parameters. */\nexport interface DnssecConfigsListByDnsZoneNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDnsZoneNext operation. */\nexport type DnssecConfigsListByDnsZoneNextResponse = DnssecConfigListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The etag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen etag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type RecordSetsUpdateResponse = RecordSet;\n\n/** Optional parameters. */\nexport interface RecordSetsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The etag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will be ignored. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RecordSetsCreateOrUpdateResponse = RecordSet;\n\n/** Optional parameters. */\nexport interface RecordSetsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The etag of the record set. Omit this value to always delete the current record set. Specify the last-seen etag value to prevent accidentally deleting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface RecordSetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RecordSetsGetResponse = RecordSet;\n\n/** Optional parameters. */\nexport interface RecordSetsListByTypeOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */\n top?: number;\n /** The suffix label of the record set name that has to be used to filter the record set enumerations. If this parameter is specified, Enumeration will return only records that end with .<recordSetNameSuffix> */\n recordsetnamesuffix?: string;\n}\n\n/** Contains response data for the listByType operation. */\nexport type RecordSetsListByTypeResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsListByDnsZoneOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */\n top?: number;\n /** The suffix label of the record set name that has to be used to filter the record set enumerations. If this parameter is specified, Enumeration will return only records that end with .<recordSetNameSuffix> */\n recordsetnamesuffix?: string;\n}\n\n/** Contains response data for the listByDnsZone operation. */\nexport type RecordSetsListByDnsZoneResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsListAllByDnsZoneOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */\n top?: number;\n /** The suffix label of the record set name that has to be used to filter the record set enumerations. If this parameter is specified, Enumeration will return only records that end with .<recordSetNameSuffix> */\n recordSetNameSuffix?: string;\n}\n\n/** Contains response data for the listAllByDnsZone operation. */\nexport type RecordSetsListAllByDnsZoneResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsListByTypeNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByTypeNext operation. */\nexport type RecordSetsListByTypeNextResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsListByDnsZoneNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDnsZoneNext operation. */\nexport type RecordSetsListByDnsZoneNextResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface RecordSetsListAllByDnsZoneNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllByDnsZoneNext operation. */\nexport type RecordSetsListAllByDnsZoneNextResponse = RecordSetListResult;\n\n/** Optional parameters. */\nexport interface ZonesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The etag of the DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ZonesCreateOrUpdateResponse = Zone;\n\n/** Optional parameters. */\nexport interface ZonesDeleteOptionalParams extends coreClient.OperationOptions {\n /** The etag of the DNS zone. Omit this value to always delete the current zone. Specify the last-seen etag value to prevent accidentally deleting any concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ZonesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ZonesGetResponse = Zone;\n\n/** Optional parameters. */\nexport interface ZonesUpdateOptionalParams extends coreClient.OperationOptions {\n /** The etag of the DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ZonesUpdateResponse = Zone;\n\n/** Optional parameters. */\nexport interface ZonesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of record sets to return. If not specified, returns up to 100 record sets. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ZonesListByResourceGroupResponse = ZoneListResult;\n\n/** Optional parameters. */\nexport interface ZonesListOptionalParams extends coreClient.OperationOptions {\n /** The maximum number of DNS zones to return. If not specified, returns up to 100 zones. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ZonesListResponse = ZoneListResult;\n\n/** Optional parameters. */\nexport interface ZonesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ZonesListByResourceGroupNextResponse = ZoneListResult;\n\n/** Optional parameters. */\nexport interface ZonesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ZonesListNextResponse = ZoneListResult;\n\n/** Optional parameters. */\nexport interface DnsResourceReferenceGetByTargetResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByTargetResources operation. */\nexport type DnsResourceReferenceGetByTargetResourcesResponse =\n DnsResourceReferenceResult;\n\n/** Optional parameters. */\nexport interface DnsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const DnssecConfig: coreClient.CompositeMapper;
|
|
3
|
+
export declare const SigningKey: coreClient.CompositeMapper;
|
|
4
|
+
export declare const DelegationSignerInfo: coreClient.CompositeMapper;
|
|
5
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
6
|
+
export declare const CloudError: coreClient.CompositeMapper;
|
|
7
|
+
export declare const CloudErrorBody: coreClient.CompositeMapper;
|
|
8
|
+
export declare const DnssecConfigListResult: coreClient.CompositeMapper;
|
|
9
|
+
export declare const RecordSet: coreClient.CompositeMapper;
|
|
10
|
+
export declare const SubResource: coreClient.CompositeMapper;
|
|
11
|
+
export declare const ARecord: coreClient.CompositeMapper;
|
|
12
|
+
export declare const AaaaRecord: coreClient.CompositeMapper;
|
|
13
|
+
export declare const MxRecord: coreClient.CompositeMapper;
|
|
14
|
+
export declare const NsRecord: coreClient.CompositeMapper;
|
|
15
|
+
export declare const PtrRecord: coreClient.CompositeMapper;
|
|
16
|
+
export declare const SrvRecord: coreClient.CompositeMapper;
|
|
17
|
+
export declare const TxtRecord: coreClient.CompositeMapper;
|
|
18
|
+
export declare const CnameRecord: coreClient.CompositeMapper;
|
|
19
|
+
export declare const SoaRecord: coreClient.CompositeMapper;
|
|
20
|
+
export declare const CaaRecord: coreClient.CompositeMapper;
|
|
21
|
+
export declare const DsRecord: coreClient.CompositeMapper;
|
|
22
|
+
export declare const Digest: coreClient.CompositeMapper;
|
|
23
|
+
export declare const TlsaRecord: coreClient.CompositeMapper;
|
|
24
|
+
export declare const NaptrRecord: coreClient.CompositeMapper;
|
|
25
|
+
export declare const RecordSetListResult: coreClient.CompositeMapper;
|
|
26
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ZoneUpdate: coreClient.CompositeMapper;
|
|
28
|
+
export declare const ZoneListResult: coreClient.CompositeMapper;
|
|
29
|
+
export declare const DnsResourceReferenceRequest: coreClient.CompositeMapper;
|
|
30
|
+
export declare const DnsResourceReferenceResult: coreClient.CompositeMapper;
|
|
31
|
+
export declare const DnsResourceReference: coreClient.CompositeMapper;
|
|
32
|
+
export declare const RecordSetUpdateParameters: coreClient.CompositeMapper;
|
|
33
|
+
export declare const Zone: coreClient.CompositeMapper;
|
|
34
|
+
export declare const DnssecConfigsDeleteHeaders: coreClient.CompositeMapper;
|
|
35
|
+
export declare const ZonesDeleteHeaders: coreClient.CompositeMapper;
|
|
36
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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,YAAY,EAAE,UAAU,CAAC,eA6DrC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAuDnC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA4B7C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA0B/C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA6NlC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAapC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAahC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAanC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmBjC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAajC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAalC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA+BlC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAkBlC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAapC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAiDlC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAyBlC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA0BjC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,UAAU,CAAC,eAmB/B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA+BnC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eA2CpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA0B5C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA0CjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAmBpD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA0B7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAclD,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eAmG7B,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAanD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAa3C,CAAC"}
|