@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.
Files changed (409) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/{dist-esm/src → dist/browser}/dnsManagementClient.d.ts +2 -2
  5. package/dist/browser/dnsManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/dnsManagementClient.js +33 -24
  7. package/dist/browser/dnsManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +23 -11
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/dnsResourceReferenceOperations.d.ts +3 -3
  21. package/dist/browser/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/dnsResourceReferenceOperations.js +3 -2
  23. package/dist/browser/operations/dnsResourceReferenceOperations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/dnssecConfigs.d.ts +3 -3
  25. package/dist/browser/operations/dnssecConfigs.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/dnssecConfigs.js +109 -124
  27. package/dist/browser/operations/dnssecConfigs.js.map +1 -0
  28. package/dist/browser/operations/index.d.ts +5 -0
  29. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  30. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  31. package/dist/browser/operations/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/recordSets.d.ts +3 -3
  33. package/dist/browser/operations/recordSets.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/recordSets.js +70 -121
  35. package/dist/browser/operations/recordSets.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/zones.d.ts +3 -3
  37. package/dist/browser/operations/zones.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/zones.js +90 -123
  39. package/dist/browser/operations/zones.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResourceReferenceOperations.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/dnssecConfigs.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/dnssecConfigs.js.map +1 -0
  46. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  48. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  49. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/recordSets.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/recordSets.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operationsInterfaces/zones.d.ts +1 -1
  54. package/dist/browser/operationsInterfaces/zones.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/zones.js.map +1 -0
  56. package/dist/browser/package.json +3 -0
  57. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  58. package/dist/browser/pagingHelper.js.map +1 -0
  59. package/dist/commonjs/dnsManagementClient.d.ts +23 -0
  60. package/dist/commonjs/dnsManagementClient.d.ts.map +1 -0
  61. package/dist/commonjs/dnsManagementClient.js +118 -0
  62. package/dist/commonjs/dnsManagementClient.js.map +1 -0
  63. package/dist/commonjs/index.d.ts +5 -0
  64. package/dist/commonjs/index.d.ts.map +1 -0
  65. package/dist/commonjs/index.js +19 -0
  66. package/dist/commonjs/index.js.map +1 -0
  67. package/dist/commonjs/lroImpl.d.ts +11 -0
  68. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  69. package/dist/commonjs/lroImpl.js +21 -0
  70. package/dist/commonjs/lroImpl.js.map +1 -0
  71. package/{types/arm-dns.d.ts → dist/commonjs/models/index.d.ts} +639 -932
  72. package/dist/commonjs/models/index.d.ts.map +1 -0
  73. package/dist/commonjs/models/index.js +23 -0
  74. package/dist/commonjs/models/index.js.map +1 -0
  75. package/dist/commonjs/models/mappers.d.ts +36 -0
  76. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  77. package/dist/commonjs/models/mappers.js +1180 -0
  78. package/dist/commonjs/models/mappers.js.map +1 -0
  79. package/dist/commonjs/models/parameters.d.ts +21 -0
  80. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  81. package/dist/commonjs/models/parameters.js +201 -0
  82. package/dist/commonjs/models/parameters.js.map +1 -0
  83. package/dist/commonjs/operations/dnsResourceReferenceOperations.d.ts +19 -0
  84. package/dist/commonjs/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
  85. package/dist/commonjs/operations/dnsResourceReferenceOperations.js +55 -0
  86. package/dist/commonjs/operations/dnsResourceReferenceOperations.js.map +1 -0
  87. package/dist/commonjs/operations/dnssecConfigs.d.ts +74 -0
  88. package/dist/commonjs/operations/dnssecConfigs.d.ts.map +1 -0
  89. package/dist/commonjs/operations/dnssecConfigs.js +338 -0
  90. package/dist/commonjs/operations/dnssecConfigs.js.map +1 -0
  91. package/dist/commonjs/operations/index.d.ts +5 -0
  92. package/dist/commonjs/operations/index.d.ts.map +1 -0
  93. package/dist/commonjs/operations/index.js +15 -0
  94. package/dist/commonjs/operations/index.js.map +1 -0
  95. package/dist/commonjs/operations/recordSets.d.ts +129 -0
  96. package/dist/commonjs/operations/recordSets.d.ts.map +1 -0
  97. package/dist/commonjs/operations/recordSets.js +550 -0
  98. package/dist/commonjs/operations/recordSets.js.map +1 -0
  99. package/dist/commonjs/operations/zones.d.ts +93 -0
  100. package/dist/commonjs/operations/zones.d.ts.map +1 -0
  101. package/dist/commonjs/operations/zones.js +417 -0
  102. package/dist/commonjs/operations/zones.js.map +1 -0
  103. package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
  104. package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
  105. package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.js +10 -0
  106. package/dist/commonjs/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
  107. package/dist/commonjs/operationsInterfaces/dnssecConfigs.d.ts +49 -0
  108. package/dist/commonjs/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  109. package/dist/commonjs/operationsInterfaces/dnssecConfigs.js +10 -0
  110. package/dist/commonjs/operationsInterfaces/dnssecConfigs.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  114. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/recordSets.d.ts +68 -0
  116. package/dist/commonjs/operationsInterfaces/recordSets.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/recordSets.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/recordSets.js.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/zones.d.ts +57 -0
  120. package/dist/commonjs/operationsInterfaces/zones.d.ts.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/zones.js +10 -0
  122. package/dist/commonjs/operationsInterfaces/zones.js.map +1 -0
  123. package/dist/commonjs/package.json +3 -0
  124. package/dist/commonjs/pagingHelper.d.ts +13 -0
  125. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  126. package/dist/commonjs/pagingHelper.js +34 -0
  127. package/dist/commonjs/pagingHelper.js.map +1 -0
  128. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  129. package/dist/esm/dnsManagementClient.d.ts +23 -0
  130. package/dist/esm/dnsManagementClient.d.ts.map +1 -0
  131. package/dist/esm/dnsManagementClient.js +113 -0
  132. package/dist/esm/dnsManagementClient.js.map +1 -0
  133. package/dist/esm/index.d.ts +5 -0
  134. package/dist/esm/index.d.ts.map +1 -0
  135. package/{src/index.ts → dist/esm/index.js} +5 -5
  136. package/dist/esm/index.js.map +1 -0
  137. package/dist/esm/lroImpl.d.ts +11 -0
  138. package/dist/esm/lroImpl.d.ts.map +1 -0
  139. package/dist/esm/lroImpl.js +18 -0
  140. package/dist/esm/lroImpl.js.map +1 -0
  141. package/dist/esm/models/index.d.ts +639 -0
  142. package/dist/esm/models/index.d.ts.map +1 -0
  143. package/dist/esm/models/index.js +20 -0
  144. package/dist/esm/models/index.js.map +1 -0
  145. package/dist/esm/models/mappers.d.ts +36 -0
  146. package/dist/esm/models/mappers.d.ts.map +1 -0
  147. package/dist/esm/models/mappers.js +1177 -0
  148. package/dist/esm/models/mappers.js.map +1 -0
  149. package/dist/esm/models/parameters.d.ts +21 -0
  150. package/dist/esm/models/parameters.d.ts.map +1 -0
  151. package/dist/esm/models/parameters.js +198 -0
  152. package/dist/esm/models/parameters.js.map +1 -0
  153. package/dist/esm/operations/dnsResourceReferenceOperations.d.ts +19 -0
  154. package/dist/esm/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
  155. package/dist/esm/operations/dnsResourceReferenceOperations.js +50 -0
  156. package/dist/esm/operations/dnsResourceReferenceOperations.js.map +1 -0
  157. package/dist/esm/operations/dnssecConfigs.d.ts +74 -0
  158. package/dist/esm/operations/dnssecConfigs.d.ts.map +1 -0
  159. package/dist/esm/operations/dnssecConfigs.js +333 -0
  160. package/dist/esm/operations/dnssecConfigs.js.map +1 -0
  161. package/dist/esm/operations/index.d.ts +5 -0
  162. package/dist/esm/operations/index.d.ts.map +1 -0
  163. package/dist/esm/operations/index.js +12 -0
  164. package/dist/esm/operations/index.js.map +1 -0
  165. package/dist/esm/operations/recordSets.d.ts +129 -0
  166. package/dist/esm/operations/recordSets.d.ts.map +1 -0
  167. package/dist/esm/operations/recordSets.js +545 -0
  168. package/dist/esm/operations/recordSets.js.map +1 -0
  169. package/dist/esm/operations/zones.d.ts +93 -0
  170. package/dist/esm/operations/zones.d.ts.map +1 -0
  171. package/dist/esm/operations/zones.js +412 -0
  172. package/dist/esm/operations/zones.js.map +1 -0
  173. package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
  174. package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
  175. package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.js +9 -0
  176. package/dist/esm/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
  177. package/dist/esm/operationsInterfaces/dnssecConfigs.d.ts +49 -0
  178. package/dist/esm/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  179. package/dist/esm/operationsInterfaces/dnssecConfigs.js +9 -0
  180. package/dist/esm/operationsInterfaces/dnssecConfigs.js.map +1 -0
  181. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  182. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  183. package/dist/esm/operationsInterfaces/index.js +12 -0
  184. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  185. package/dist/esm/operationsInterfaces/recordSets.d.ts +68 -0
  186. package/dist/esm/operationsInterfaces/recordSets.d.ts.map +1 -0
  187. package/dist/esm/operationsInterfaces/recordSets.js +9 -0
  188. package/dist/esm/operationsInterfaces/recordSets.js.map +1 -0
  189. package/dist/esm/operationsInterfaces/zones.d.ts +57 -0
  190. package/dist/esm/operationsInterfaces/zones.d.ts.map +1 -0
  191. package/dist/esm/operationsInterfaces/zones.js +9 -0
  192. package/dist/esm/operationsInterfaces/zones.js.map +1 -0
  193. package/dist/esm/package.json +3 -0
  194. package/dist/esm/pagingHelper.d.ts +13 -0
  195. package/dist/esm/pagingHelper.d.ts.map +1 -0
  196. package/dist/esm/pagingHelper.js +30 -0
  197. package/dist/esm/pagingHelper.js.map +1 -0
  198. package/dist/react-native/dnsManagementClient.d.ts +23 -0
  199. package/dist/react-native/dnsManagementClient.d.ts.map +1 -0
  200. package/dist/react-native/dnsManagementClient.js +113 -0
  201. package/dist/react-native/dnsManagementClient.js.map +1 -0
  202. package/dist/react-native/index.d.ts +5 -0
  203. package/dist/react-native/index.d.ts.map +1 -0
  204. package/dist/react-native/index.js +13 -0
  205. package/dist/react-native/index.js.map +1 -0
  206. package/dist/react-native/lroImpl.d.ts +11 -0
  207. package/dist/react-native/lroImpl.d.ts.map +1 -0
  208. package/dist/react-native/lroImpl.js +18 -0
  209. package/dist/react-native/lroImpl.js.map +1 -0
  210. package/dist/react-native/models/index.d.ts +639 -0
  211. package/dist/react-native/models/index.d.ts.map +1 -0
  212. package/dist/react-native/models/index.js +20 -0
  213. package/dist/react-native/models/index.js.map +1 -0
  214. package/dist/react-native/models/mappers.d.ts +36 -0
  215. package/dist/react-native/models/mappers.d.ts.map +1 -0
  216. package/dist/react-native/models/mappers.js +1177 -0
  217. package/dist/react-native/models/mappers.js.map +1 -0
  218. package/dist/react-native/models/parameters.d.ts +21 -0
  219. package/dist/react-native/models/parameters.d.ts.map +1 -0
  220. package/dist/react-native/models/parameters.js +198 -0
  221. package/dist/react-native/models/parameters.js.map +1 -0
  222. package/dist/react-native/operations/dnsResourceReferenceOperations.d.ts +19 -0
  223. package/dist/react-native/operations/dnsResourceReferenceOperations.d.ts.map +1 -0
  224. package/dist/react-native/operations/dnsResourceReferenceOperations.js +50 -0
  225. package/dist/react-native/operations/dnsResourceReferenceOperations.js.map +1 -0
  226. package/dist/react-native/operations/dnssecConfigs.d.ts +74 -0
  227. package/dist/react-native/operations/dnssecConfigs.d.ts.map +1 -0
  228. package/dist/react-native/operations/dnssecConfigs.js +333 -0
  229. package/dist/react-native/operations/dnssecConfigs.js.map +1 -0
  230. package/dist/react-native/operations/index.d.ts +5 -0
  231. package/dist/react-native/operations/index.d.ts.map +1 -0
  232. package/dist/react-native/operations/index.js +12 -0
  233. package/dist/react-native/operations/index.js.map +1 -0
  234. package/dist/react-native/operations/recordSets.d.ts +129 -0
  235. package/dist/react-native/operations/recordSets.d.ts.map +1 -0
  236. package/dist/react-native/operations/recordSets.js +545 -0
  237. package/dist/react-native/operations/recordSets.js.map +1 -0
  238. package/dist/react-native/operations/zones.d.ts +93 -0
  239. package/dist/react-native/operations/zones.d.ts.map +1 -0
  240. package/dist/react-native/operations/zones.js +412 -0
  241. package/dist/react-native/operations/zones.js.map +1 -0
  242. package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.d.ts +11 -0
  243. package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +1 -0
  244. package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.js +9 -0
  245. package/dist/react-native/operationsInterfaces/dnsResourceReferenceOperations.js.map +1 -0
  246. package/dist/react-native/operationsInterfaces/dnssecConfigs.d.ts +49 -0
  247. package/dist/react-native/operationsInterfaces/dnssecConfigs.d.ts.map +1 -0
  248. package/dist/react-native/operationsInterfaces/dnssecConfigs.js +9 -0
  249. package/dist/react-native/operationsInterfaces/dnssecConfigs.js.map +1 -0
  250. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  251. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  252. package/dist/react-native/operationsInterfaces/index.js +12 -0
  253. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  254. package/dist/react-native/operationsInterfaces/recordSets.d.ts +68 -0
  255. package/dist/react-native/operationsInterfaces/recordSets.d.ts.map +1 -0
  256. package/dist/react-native/operationsInterfaces/recordSets.js +9 -0
  257. package/dist/react-native/operationsInterfaces/recordSets.js.map +1 -0
  258. package/dist/react-native/operationsInterfaces/zones.d.ts +57 -0
  259. package/dist/react-native/operationsInterfaces/zones.d.ts.map +1 -0
  260. package/dist/react-native/operationsInterfaces/zones.js +9 -0
  261. package/dist/react-native/operationsInterfaces/zones.js.map +1 -0
  262. package/dist/react-native/package.json +3 -0
  263. package/dist/react-native/pagingHelper.d.ts +13 -0
  264. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  265. package/dist/react-native/pagingHelper.js +30 -0
  266. package/dist/react-native/pagingHelper.js.map +1 -0
  267. package/package.json +87 -70
  268. package/dist/index.js +0 -3020
  269. package/dist/index.js.map +0 -1
  270. package/dist/index.min.js +0 -1
  271. package/dist/index.min.js.map +0 -1
  272. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js +0 -43
  275. package/dist-esm/samples-dev/dnsResourceReferenceGetByTargetResourcesSample.js.map +0 -1
  276. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js +0 -38
  279. package/dist-esm/samples-dev/dnssecConfigsCreateOrUpdateSample.js.map +0 -1
  280. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js +0 -38
  283. package/dist-esm/samples-dev/dnssecConfigsDeleteSample.js.map +0 -1
  284. package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/dnssecConfigsGetSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/dnssecConfigsGetSample.js +0 -38
  287. package/dist-esm/samples-dev/dnssecConfigsGetSample.js.map +0 -1
  288. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js +0 -54
  291. package/dist-esm/samples-dev/dnssecConfigsListByDnsZoneSample.js.map +0 -1
  292. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js +0 -432
  295. package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js.map +0 -1
  296. package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/recordSetsDeleteSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/recordSetsDeleteSample.js +0 -260
  299. package/dist-esm/samples-dev/recordSetsDeleteSample.js.map +0 -1
  300. package/dist-esm/samples-dev/recordSetsGetSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/recordSetsGetSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/recordSetsGetSample.js +0 -280
  303. package/dist-esm/samples-dev/recordSetsGetSample.js.map +0 -1
  304. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js +0 -54
  307. package/dist-esm/samples-dev/recordSetsListAllByDnsZoneSample.js.map +0 -1
  308. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js +0 -54
  311. package/dist-esm/samples-dev/recordSetsListByDnsZoneSample.js.map +0 -1
  312. package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/recordSetsListByTypeSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/recordSetsListByTypeSample.js +0 -475
  315. package/dist-esm/samples-dev/recordSetsListByTypeSample.js.map +0 -1
  316. package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts +0 -2
  317. package/dist-esm/samples-dev/recordSetsUpdateSample.d.ts.map +0 -1
  318. package/dist-esm/samples-dev/recordSetsUpdateSample.js +0 -293
  319. package/dist-esm/samples-dev/recordSetsUpdateSample.js.map +0 -1
  320. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.d.ts +0 -2
  321. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.d.ts.map +0 -1
  322. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js +0 -39
  323. package/dist-esm/samples-dev/zonesCreateOrUpdateSample.js.map +0 -1
  324. package/dist-esm/samples-dev/zonesDeleteSample.d.ts +0 -2
  325. package/dist-esm/samples-dev/zonesDeleteSample.d.ts.map +0 -1
  326. package/dist-esm/samples-dev/zonesDeleteSample.js +0 -38
  327. package/dist-esm/samples-dev/zonesDeleteSample.js.map +0 -1
  328. package/dist-esm/samples-dev/zonesGetSample.d.ts +0 -2
  329. package/dist-esm/samples-dev/zonesGetSample.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/zonesGetSample.js +0 -38
  331. package/dist-esm/samples-dev/zonesGetSample.js.map +0 -1
  332. package/dist-esm/samples-dev/zonesListByResourceGroupSample.d.ts +0 -2
  333. package/dist-esm/samples-dev/zonesListByResourceGroupSample.d.ts.map +0 -1
  334. package/dist-esm/samples-dev/zonesListByResourceGroupSample.js +0 -53
  335. package/dist-esm/samples-dev/zonesListByResourceGroupSample.js.map +0 -1
  336. package/dist-esm/samples-dev/zonesListSample.d.ts +0 -2
  337. package/dist-esm/samples-dev/zonesListSample.d.ts.map +0 -1
  338. package/dist-esm/samples-dev/zonesListSample.js +0 -52
  339. package/dist-esm/samples-dev/zonesListSample.js.map +0 -1
  340. package/dist-esm/samples-dev/zonesUpdateSample.d.ts +0 -2
  341. package/dist-esm/samples-dev/zonesUpdateSample.d.ts.map +0 -1
  342. package/dist-esm/samples-dev/zonesUpdateSample.js +0 -39
  343. package/dist-esm/samples-dev/zonesUpdateSample.js.map +0 -1
  344. package/dist-esm/src/dnsManagementClient.d.ts.map +0 -1
  345. package/dist-esm/src/dnsManagementClient.js.map +0 -1
  346. package/dist-esm/src/index.d.ts +0 -5
  347. package/dist-esm/src/index.js.map +0 -1
  348. package/dist-esm/src/lroImpl.js +0 -21
  349. package/dist-esm/src/lroImpl.js.map +0 -1
  350. package/dist-esm/src/models/index.js.map +0 -1
  351. package/dist-esm/src/models/mappers.js.map +0 -1
  352. package/dist-esm/src/models/parameters.js.map +0 -1
  353. package/dist-esm/src/operations/dnsResourceReferenceOperations.d.ts.map +0 -1
  354. package/dist-esm/src/operations/dnsResourceReferenceOperations.js.map +0 -1
  355. package/dist-esm/src/operations/dnssecConfigs.d.ts.map +0 -1
  356. package/dist-esm/src/operations/dnssecConfigs.js.map +0 -1
  357. package/dist-esm/src/operations/index.d.ts +0 -5
  358. package/dist-esm/src/operations/index.js.map +0 -1
  359. package/dist-esm/src/operations/recordSets.d.ts.map +0 -1
  360. package/dist-esm/src/operations/recordSets.js.map +0 -1
  361. package/dist-esm/src/operations/zones.d.ts.map +0 -1
  362. package/dist-esm/src/operations/zones.js.map +0 -1
  363. package/dist-esm/src/operationsInterfaces/dnsResourceReferenceOperations.d.ts.map +0 -1
  364. package/dist-esm/src/operationsInterfaces/dnsResourceReferenceOperations.js.map +0 -1
  365. package/dist-esm/src/operationsInterfaces/dnssecConfigs.d.ts.map +0 -1
  366. package/dist-esm/src/operationsInterfaces/dnssecConfigs.js.map +0 -1
  367. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  368. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  369. package/dist-esm/src/operationsInterfaces/recordSets.d.ts.map +0 -1
  370. package/dist-esm/src/operationsInterfaces/recordSets.js.map +0 -1
  371. package/dist-esm/src/operationsInterfaces/zones.d.ts.map +0 -1
  372. package/dist-esm/src/operationsInterfaces/zones.js.map +0 -1
  373. package/dist-esm/src/pagingHelper.js.map +0 -1
  374. package/dist-esm/test/dns_operations_test.spec.d.ts +0 -4
  375. package/dist-esm/test/dns_operations_test.spec.d.ts.map +0 -1
  376. package/dist-esm/test/dns_operations_test.spec.js +0 -114
  377. package/dist-esm/test/dns_operations_test.spec.js.map +0 -1
  378. package/src/dnsManagementClient.ts +0 -158
  379. package/src/lroImpl.ts +0 -42
  380. package/src/models/index.ts +0 -746
  381. package/src/models/mappers.ts +0 -1212
  382. package/src/models/parameters.ts +0 -227
  383. package/src/operations/dnsResourceReferenceOperations.ts +0 -69
  384. package/src/operations/dnssecConfigs.ts +0 -468
  385. package/src/operations/index.ts +0 -12
  386. package/src/operations/recordSets.ts +0 -787
  387. package/src/operations/zones.ts +0 -545
  388. package/src/operationsInterfaces/dnsResourceReferenceOperations.ts +0 -26
  389. package/src/operationsInterfaces/dnssecConfigs.ts +0 -95
  390. package/src/operationsInterfaces/index.ts +0 -12
  391. package/src/operationsInterfaces/recordSets.ts +0 -129
  392. package/src/operationsInterfaces/zones.ts +0 -103
  393. package/src/pagingHelper.ts +0 -39
  394. package/tsconfig.json +0 -33
  395. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  396. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  397. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  398. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  399. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  400. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  401. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  402. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  403. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsResourceReferenceOperations.js +0 -0
  404. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnssecConfigs.js +0 -0
  405. /package/{dist-esm/src → dist/browser}/operationsInterfaces/recordSets.js +0 -0
  406. /package/{dist-esm/src → dist/browser}/operationsInterfaces/zones.js +0 -0
  407. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  408. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  409. /package/review/{arm-dns.api.md → arm-dns-node.api.md} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
-
2
+
3
+ ## 5.2.0-beta.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 5.2.0-beta.1 (2024-10-15)
4
14
  Compared with version 5.1.0
5
15
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Microsoft Corporation.
2
2
 
3
- Copyright (c) 2024 Microsoft
3
+ MIT License
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,7 +6,7 @@ The DNS Management Client.
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dns/arm-dns) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-dns) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-dns?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-dns?view=azure-node-preview) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -46,26 +46,34 @@ npm install @azure/identity
46
46
  You will also need to **register a new AAD application and grant access to Azure DnsManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
47
  Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
48
48
 
49
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
50
50
 
51
- ```javascript
52
- const { DnsManagementClient } = require("@azure/arm-dns");
53
- const { DefaultAzureCredential } = require("@azure/identity");
54
- // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
51
+ Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
52
+
53
+ ```ts snippet:ReadmeSampleCreateClient_Node
54
+ import { DnsManagementClient } from "@azure/arm-dns";
55
+ import { DefaultAzureCredential } from "@azure/identity";
55
56
 
56
57
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new DnsManagementClient(new DefaultAzureCredential(), subscriptionId);
58
-
59
- // For client-side applications running in the browser, use this code instead:
60
- // const credential = new InteractiveBrowserCredential({
61
- // tenantId: "<YOUR_TENANT_ID>",
62
- // clientId: "<YOUR_CLIENT_ID>"
63
- // });
64
- // const client = new DnsManagementClient(credential, subscriptionId);
65
59
  ```
66
60
 
61
+ For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
62
+
63
+ ```ts snippet:ReadmeSampleCreateClient_Browser
64
+ import { InteractiveBrowserCredential } from "@azure/identity";
65
+ import { DnsManagementClient } from "@azure/arm-dns";
66
+
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
68
+ const credential = new InteractiveBrowserCredential({
69
+ tenantId: "<YOUR_TENANT_ID>",
70
+ clientId: "<YOUR_CLIENT_ID>",
71
+ });
72
+ const client = new DnsManagementClient(credential, subscriptionId);
73
+ ```
67
74
 
68
75
  ### JavaScript Bundle
76
+
69
77
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
70
78
 
71
79
  ## Key concepts
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
80
88
 
81
89
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
82
90
 
83
- ```javascript
84
- const { setLogLevel } = require("@azure/logger");
91
+ ```ts snippet:SetLogLevel
92
+ import { setLogLevel } from "@azure/logger";
93
+
85
94
  setLogLevel("info");
86
95
  ```
87
96
 
@@ -99,9 +108,9 @@ If you'd like to contribute to this library, please read the [contributing guide
99
108
 
100
109
  - [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
101
110
 
102
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fdns%2Farm-dns%2FREADME.png)
103
111
 
104
- [azure_cli]: https://docs.microsoft.com/cli/azure
112
+
113
+ [azure_cli]: https://learn.microsoft.com/cli/azure
105
114
  [azure_sub]: https://azure.microsoft.com/free/
106
115
  [azure_sub]: https://azure.microsoft.com/free/
107
116
  [azure_portal]: https://portal.azure.com
@@ -1,7 +1,7 @@
1
1
  import * as coreClient from "@azure/core-client";
2
2
  import * as coreAuth from "@azure/core-auth";
3
- import { DnssecConfigs, RecordSets, Zones, DnsResourceReferenceOperations } from "./operationsInterfaces";
4
- import { DnsManagementClientOptionalParams } from "./models";
3
+ import { DnssecConfigs, RecordSets, Zones, DnsResourceReferenceOperations } from "./operationsInterfaces/index.js";
4
+ import { DnsManagementClientOptionalParams } from "./models/index.js";
5
5
  export declare class DnsManagementClient extends coreClient.ServiceClient {
6
6
  $host: string;
7
7
  apiVersion: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dnsManagementClient.d.ts","sourceRoot":"","sources":["../../src/dnsManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAO7C,OAAO,EACL,aAAa,EACb,UAAU,EACV,KAAK,EACL,8BAA8B,EAC/B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,iCAAiC,EAAE,MAAM,mBAAmB,CAAC;AAEtE,qBAAa,mBAAoB,SAAQ,UAAU,CAAC,aAAa;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,iCAAiC;IAiF7C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,aAAa,EAAE,aAAa,CAAC;IAC7B,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC;IACb,8BAA8B,EAAE,8BAA8B,CAAC;CAChE"}
@@ -5,11 +5,13 @@
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
- import { __awaiter } from "tslib";
9
8
  import * as coreClient from "@azure/core-client";
10
9
  import * as coreRestPipeline from "@azure/core-rest-pipeline";
11
- import { DnssecConfigsImpl, RecordSetsImpl, ZonesImpl, DnsResourceReferenceOperationsImpl, } from "./operations";
10
+ import { DnssecConfigsImpl, RecordSetsImpl, ZonesImpl, DnsResourceReferenceOperationsImpl, } from "./operations/index.js";
12
11
  export class DnsManagementClient extends coreClient.ServiceClient {
12
+ $host;
13
+ apiVersion;
14
+ subscriptionId;
13
15
  /**
14
16
  * Initializes a new instance of the DnsManagementClient class.
15
17
  * @param credentials Subscription credentials which uniquely identify client subscription.
@@ -17,7 +19,6 @@ export class DnsManagementClient extends coreClient.ServiceClient {
17
19
  * @param options The parameter options
18
20
  */
19
21
  constructor(credentials, subscriptionId, options) {
20
- var _a, _b, _c;
21
22
  if (credentials === undefined) {
22
23
  throw new Error("'credentials' cannot be null");
23
24
  }
@@ -32,16 +33,21 @@ export class DnsManagementClient extends coreClient.ServiceClient {
32
33
  requestContentType: "application/json; charset=utf-8",
33
34
  credential: credentials,
34
35
  };
35
- const packageDetails = `azsdk-js-arm-dns/5.2.0-beta.1`;
36
+ const packageDetails = `azsdk-js-arm-dns/5.2.0-beta.2`;
36
37
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
37
38
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
38
39
  : `${packageDetails}`;
39
- const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
40
+ const optionsWithDefaults = {
41
+ ...defaults,
42
+ ...options,
43
+ userAgentOptions: {
40
44
  userAgentPrefix,
41
- }, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
45
+ },
46
+ endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com",
47
+ };
42
48
  super(optionsWithDefaults);
43
49
  let bearerTokenAuthenticationPolicyFound = false;
44
- if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
50
+ if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
45
51
  const pipelinePolicies = options.pipeline.getOrderedPolicies();
46
52
  bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
47
53
  coreRestPipeline.bearerTokenAuthenticationPolicyName);
@@ -55,7 +61,8 @@ export class DnsManagementClient extends coreClient.ServiceClient {
55
61
  });
56
62
  this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
57
63
  credential: credentials,
58
- scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
64
+ scopes: optionsWithDefaults.credentialScopes ??
65
+ `${optionsWithDefaults.endpoint}/.default`,
59
66
  challengeCallbacks: {
60
67
  authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
61
68
  },
@@ -80,25 +87,27 @@ export class DnsManagementClient extends coreClient.ServiceClient {
80
87
  }
81
88
  const apiVersionPolicy = {
82
89
  name: "CustomApiVersionPolicy",
83
- sendRequest(request, next) {
84
- return __awaiter(this, void 0, void 0, function* () {
85
- const param = request.url.split("?");
86
- if (param.length > 1) {
87
- const newParams = param[1].split("&").map((item) => {
88
- if (item.indexOf("api-version") > -1) {
89
- return "api-version=" + apiVersion;
90
- }
91
- else {
92
- return item;
93
- }
94
- });
95
- request.url = param[0] + "?" + newParams.join("&");
96
- }
97
- return next(request);
98
- });
90
+ async sendRequest(request, next) {
91
+ const param = request.url.split("?");
92
+ if (param.length > 1) {
93
+ const newParams = param[1].split("&").map((item) => {
94
+ if (item.indexOf("api-version") > -1) {
95
+ return "api-version=" + apiVersion;
96
+ }
97
+ else {
98
+ return item;
99
+ }
100
+ });
101
+ request.url = param[0] + "?" + newParams.join("&");
102
+ }
103
+ return next(request);
99
104
  },
100
105
  };
101
106
  this.pipeline.addPolicy(apiVersionPolicy);
102
107
  }
108
+ dnssecConfigs;
109
+ recordSets;
110
+ zones;
111
+ dnsResourceReferenceOperations;
103
112
  }
104
113
  //# sourceMappingURL=dnsManagementClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dnsManagementClient.js","sourceRoot":"","sources":["../../src/dnsManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,SAAS,EACT,kCAAkC,GACnC,MAAM,uBAAuB,CAAC;AAS/B,MAAM,OAAO,mBAAoB,SAAQ,UAAU,CAAC,aAAa;IAC/D,KAAK,CAAS;IACd,UAAU,CAAS;IACnB,cAAc,CAAS;IAEvB;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAA2C;QAE3C,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAsC;YAClD,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,+BAA+B,CAAC;QACvD,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,GAAG;YAC1B,GAAG,QAAQ;YACX,GAAG,OAAO;YACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB;YACD,QAAQ,EACN,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,OAAO,IAAI,8BAA8B;SACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,OAAO,EAAE,QAAQ,IAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GACpB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YACxC,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,mBAAmB,CAAC,gBAAgB;oBACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,oBAAoB,CAAC;QAC7D,IAAI,CAAC,aAAa,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,8BAA8B;YACjC,IAAI,kCAAkC,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;IAED,aAAa,CAAgB;IAC7B,UAAU,CAAa;IACvB,KAAK,CAAQ;IACb,8BAA8B,CAAiC;CAChE","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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n DnssecConfigsImpl,\n RecordSetsImpl,\n ZonesImpl,\n DnsResourceReferenceOperationsImpl,\n} from \"./operations/index.js\";\nimport {\n DnssecConfigs,\n RecordSets,\n Zones,\n DnsResourceReferenceOperations,\n} from \"./operationsInterfaces/index.js\";\nimport { DnsManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class DnsManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the DnsManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: DnsManagementClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: DnsManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-dns/5.2.0-beta.2`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2023-07-01-preview\";\n this.dnssecConfigs = new DnssecConfigsImpl(this);\n this.recordSets = new RecordSetsImpl(this);\n this.zones = new ZonesImpl(this);\n this.dnsResourceReferenceOperations =\n new DnsResourceReferenceOperationsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n dnssecConfigs: DnssecConfigs;\n recordSets: RecordSets;\n zones: Zones;\n dnsResourceReferenceOperations: DnsResourceReferenceOperations;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export { getContinuationToken } from "./pagingHelper.js";
2
+ export * from "./models/index.js";
3
+ export { DnsManagementClient } from "./dnsManagementClient.js";
4
+ export * from "./operationsInterfaces/index.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,cAAc,iCAAiC,CAAC"}
@@ -6,8 +6,8 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  /// <reference lib="esnext.asynciterable" />
9
- export { getContinuationToken } from "./pagingHelper";
10
- export * from "./models";
11
- export { DnsManagementClient } from "./dnsManagementClient";
12
- export * from "./operationsInterfaces";
9
+ export { getContinuationToken } from "./pagingHelper.js";
10
+ export * from "./models/index.js";
11
+ export { DnsManagementClient } from "./dnsManagementClient.js";
12
+ export * from "./operationsInterfaces/index.js";
13
13
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,cAAc,iCAAiC,CAAC","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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { DnsManagementClient } from \"./dnsManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
1
+ {"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEpE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
@@ -0,0 +1,18 @@
1
+ export function createLroSpec(inputs) {
2
+ const { args, spec, sendOperationFn } = inputs;
3
+ return {
4
+ requestMethod: spec.httpMethod,
5
+ requestPath: spec.path,
6
+ sendInitialRequest: () => sendOperationFn(args, spec),
7
+ sendPollRequest: (path, options) => {
8
+ const { requestBody, ...restSpec } = spec;
9
+ return sendOperationFn(args, {
10
+ ...restSpec,
11
+ httpMethod: "GET",
12
+ path,
13
+ abortSignal: options?.abortSignal,
14
+ });
15
+ },
16
+ };
17
+ }
18
+ //# sourceMappingURL=lroImpl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","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 */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
@@ -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"]}
@@ -1050,36 +1050,43 @@ export const Zone = {
1050
1050
  type: {
1051
1051
  name: "Composite",
1052
1052
  className: "Zone",
1053
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { etag: {
1053
+ modelProperties: {
1054
+ ...Resource.type.modelProperties,
1055
+ etag: {
1054
1056
  serializedName: "etag",
1055
1057
  type: {
1056
1058
  name: "String",
1057
1059
  },
1058
- }, systemData: {
1060
+ },
1061
+ systemData: {
1059
1062
  serializedName: "systemData",
1060
1063
  type: {
1061
1064
  name: "Composite",
1062
1065
  className: "SystemData",
1063
1066
  },
1064
- }, maxNumberOfRecordSets: {
1067
+ },
1068
+ maxNumberOfRecordSets: {
1065
1069
  serializedName: "properties.maxNumberOfRecordSets",
1066
1070
  readOnly: true,
1067
1071
  type: {
1068
1072
  name: "Number",
1069
1073
  },
1070
- }, maxNumberOfRecordsPerRecordSet: {
1074
+ },
1075
+ maxNumberOfRecordsPerRecordSet: {
1071
1076
  serializedName: "properties.maxNumberOfRecordsPerRecordSet",
1072
1077
  readOnly: true,
1073
1078
  type: {
1074
1079
  name: "Number",
1075
1080
  },
1076
- }, numberOfRecordSets: {
1081
+ },
1082
+ numberOfRecordSets: {
1077
1083
  serializedName: "properties.numberOfRecordSets",
1078
1084
  readOnly: true,
1079
1085
  type: {
1080
1086
  name: "Number",
1081
1087
  },
1082
- }, nameServers: {
1088
+ },
1089
+ nameServers: {
1083
1090
  serializedName: "properties.nameServers",
1084
1091
  readOnly: true,
1085
1092
  type: {
@@ -1090,14 +1097,16 @@ export const Zone = {
1090
1097
  },
1091
1098
  },
1092
1099
  },
1093
- }, zoneType: {
1100
+ },
1101
+ zoneType: {
1094
1102
  defaultValue: "Public",
1095
1103
  serializedName: "properties.zoneType",
1096
1104
  type: {
1097
1105
  name: "Enum",
1098
1106
  allowedValues: ["Public", "Private"],
1099
1107
  },
1100
- }, registrationVirtualNetworks: {
1108
+ },
1109
+ registrationVirtualNetworks: {
1101
1110
  serializedName: "properties.registrationVirtualNetworks",
1102
1111
  type: {
1103
1112
  name: "Sequence",
@@ -1108,7 +1117,8 @@ export const Zone = {
1108
1117
  },
1109
1118
  },
1110
1119
  },
1111
- }, resolutionVirtualNetworks: {
1120
+ },
1121
+ resolutionVirtualNetworks: {
1112
1122
  serializedName: "properties.resolutionVirtualNetworks",
1113
1123
  type: {
1114
1124
  name: "Sequence",
@@ -1119,7 +1129,8 @@ export const Zone = {
1119
1129
  },
1120
1130
  },
1121
1131
  },
1122
- }, signingKeys: {
1132
+ },
1133
+ signingKeys: {
1123
1134
  serializedName: "properties.signingKeys",
1124
1135
  readOnly: true,
1125
1136
  type: {
@@ -1131,7 +1142,8 @@ export const Zone = {
1131
1142
  },
1132
1143
  },
1133
1144
  },
1134
- } }),
1145
+ },
1146
+ },
1135
1147
  },
1136
1148
  };
1137
1149
  export const DnssecConfigsDeleteHeaders = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","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\nexport const DnssecConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnssecConfig\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n signingKeys: {\n serializedName: \"properties.signingKeys\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SigningKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SigningKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SigningKey\",\n modelProperties: {\n delegationSignerInfo: {\n serializedName: \"delegationSignerInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DelegationSignerInfo\",\n },\n },\n },\n },\n flags: {\n serializedName: \"flags\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n keyTag: {\n serializedName: \"keyTag\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n protocol: {\n serializedName: \"protocol\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n publicKey: {\n serializedName: \"publicKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n securityAlgorithmType: {\n serializedName: \"securityAlgorithmType\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DelegationSignerInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DelegationSignerInfo\",\n modelProperties: {\n digestAlgorithmType: {\n serializedName: \"digestAlgorithmType\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n digestValue: {\n serializedName: \"digestValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n record: {\n serializedName: \"record\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DnssecConfigListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnssecConfigListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DnssecConfig\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecordSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordSet\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n ttl: {\n serializedName: \"properties.TTL\",\n type: {\n name: \"Number\",\n },\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetResource: {\n serializedName: \"properties.targetResource\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n trafficManagementProfile: {\n serializedName: \"properties.trafficManagementProfile\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n aRecords: {\n serializedName: \"properties.ARecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ARecord\",\n },\n },\n },\n },\n aaaaRecords: {\n serializedName: \"properties.AAAARecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AaaaRecord\",\n },\n },\n },\n },\n mxRecords: {\n serializedName: \"properties.MXRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MxRecord\",\n },\n },\n },\n },\n nsRecords: {\n serializedName: \"properties.NSRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NsRecord\",\n },\n },\n },\n },\n ptrRecords: {\n serializedName: \"properties.PTRRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PtrRecord\",\n },\n },\n },\n },\n srvRecords: {\n serializedName: \"properties.SRVRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SrvRecord\",\n },\n },\n },\n },\n txtRecords: {\n serializedName: \"properties.TXTRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TxtRecord\",\n },\n },\n },\n },\n cnameRecord: {\n serializedName: \"properties.CNAMERecord\",\n type: {\n name: \"Composite\",\n className: \"CnameRecord\",\n },\n },\n soaRecord: {\n serializedName: \"properties.SOARecord\",\n type: {\n name: \"Composite\",\n className: \"SoaRecord\",\n },\n },\n caaRecords: {\n serializedName: \"properties.caaRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CaaRecord\",\n },\n },\n },\n },\n dsRecords: {\n serializedName: \"properties.DSRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DsRecord\",\n },\n },\n },\n },\n tlsaRecords: {\n serializedName: \"properties.TLSARecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TlsaRecord\",\n },\n },\n },\n },\n naptrRecords: {\n serializedName: \"properties.NAPTRRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NaptrRecord\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SubResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ARecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ARecord\",\n modelProperties: {\n ipv4Address: {\n serializedName: \"ipv4Address\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AaaaRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AaaaRecord\",\n modelProperties: {\n ipv6Address: {\n serializedName: \"ipv6Address\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MxRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MxRecord\",\n modelProperties: {\n preference: {\n serializedName: \"preference\",\n type: {\n name: \"Number\",\n },\n },\n exchange: {\n serializedName: \"exchange\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NsRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NsRecord\",\n modelProperties: {\n nsdname: {\n serializedName: \"nsdname\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PtrRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PtrRecord\",\n modelProperties: {\n ptrdname: {\n serializedName: \"ptrdname\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SrvRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SrvRecord\",\n modelProperties: {\n priority: {\n serializedName: \"priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TxtRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TxtRecord\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CnameRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CnameRecord\",\n modelProperties: {\n cname: {\n serializedName: \"cname\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SoaRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoaRecord\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\",\n },\n },\n serialNumber: {\n serializedName: \"serialNumber\",\n type: {\n name: \"Number\",\n },\n },\n refreshTime: {\n serializedName: \"refreshTime\",\n type: {\n name: \"Number\",\n },\n },\n retryTime: {\n serializedName: \"retryTime\",\n type: {\n name: \"Number\",\n },\n },\n expireTime: {\n serializedName: \"expireTime\",\n type: {\n name: \"Number\",\n },\n },\n minimumTtl: {\n serializedName: \"minimumTTL\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CaaRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CaaRecord\",\n modelProperties: {\n flags: {\n serializedName: \"flags\",\n type: {\n name: \"Number\",\n },\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DsRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DsRecord\",\n modelProperties: {\n keyTag: {\n serializedName: \"keyTag\",\n type: {\n name: \"Number\",\n },\n },\n algorithm: {\n serializedName: \"algorithm\",\n type: {\n name: \"Number\",\n },\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"Composite\",\n className: \"Digest\",\n },\n },\n },\n },\n};\n\nexport const Digest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Digest\",\n modelProperties: {\n algorithmType: {\n serializedName: \"algorithmType\",\n type: {\n name: \"Number\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TlsaRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TlsaRecord\",\n modelProperties: {\n usage: {\n serializedName: \"usage\",\n type: {\n name: \"Number\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"Number\",\n },\n },\n matchingType: {\n serializedName: \"matchingType\",\n type: {\n name: \"Number\",\n },\n },\n certAssociationData: {\n serializedName: \"certAssociationData\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NaptrRecord: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NaptrRecord\",\n modelProperties: {\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\",\n },\n },\n preference: {\n serializedName: \"preference\",\n type: {\n name: \"Number\",\n },\n },\n flags: {\n serializedName: \"flags\",\n type: {\n name: \"String\",\n },\n },\n services: {\n serializedName: \"services\",\n type: {\n name: \"String\",\n },\n },\n regexp: {\n serializedName: \"regexp\",\n type: {\n name: \"String\",\n },\n },\n replacement: {\n serializedName: \"replacement\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecordSetListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordSetListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecordSet\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ZoneUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ZoneUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ZoneListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ZoneListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Zone\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DnsResourceReferenceRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsResourceReferenceRequest\",\n modelProperties: {\n targetResources: {\n serializedName: \"properties.targetResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DnsResourceReferenceResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsResourceReferenceResult\",\n modelProperties: {\n dnsResourceReferences: {\n serializedName: \"properties.dnsResourceReferences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DnsResourceReference\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DnsResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsResourceReference\",\n modelProperties: {\n dnsResources: {\n serializedName: \"dnsResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n targetResource: {\n serializedName: \"targetResource\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n};\n\nexport const RecordSetUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordSetUpdateParameters\",\n modelProperties: {\n recordSet: {\n serializedName: \"RecordSet\",\n type: {\n name: \"Composite\",\n className: \"RecordSet\",\n },\n },\n },\n },\n};\n\nexport const Zone: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Zone\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n maxNumberOfRecordSets: {\n serializedName: \"properties.maxNumberOfRecordSets\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxNumberOfRecordsPerRecordSet: {\n serializedName: \"properties.maxNumberOfRecordsPerRecordSet\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfRecordSets: {\n serializedName: \"properties.numberOfRecordSets\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n nameServers: {\n serializedName: \"properties.nameServers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n zoneType: {\n defaultValue: \"Public\",\n serializedName: \"properties.zoneType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Public\", \"Private\"],\n },\n },\n registrationVirtualNetworks: {\n serializedName: \"properties.registrationVirtualNetworks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n resolutionVirtualNetworks: {\n serializedName: \"properties.resolutionVirtualNetworks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n },\n },\n },\n },\n signingKeys: {\n serializedName: \"properties.signingKeys\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SigningKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DnssecConfigsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnssecConfigsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ZonesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ZonesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}