@azure/arm-postgresql-flexible 8.1.0-beta.1 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1265) hide show
  1. package/README.md +2 -2
  2. package/dist/browser/index.d.ts.map +1 -1
  3. package/dist/browser/index.js +4 -7
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/lroImpl.d.ts.map +1 -1
  6. package/dist/browser/lroImpl.js +9 -10
  7. package/dist/browser/lroImpl.js.map +1 -1
  8. package/dist/browser/models/index.d.ts +1911 -1961
  9. package/dist/browser/models/index.d.ts.map +1 -1
  10. package/dist/browser/models/index.js +553 -556
  11. package/dist/browser/models/index.js.map +1 -1
  12. package/dist/browser/models/mappers.d.ts +76 -78
  13. package/dist/browser/models/mappers.d.ts.map +1 -1
  14. package/dist/browser/models/mappers.js +1945 -1644
  15. package/dist/browser/models/mappers.js.map +1 -1
  16. package/dist/browser/models/parameters.d.ts +7 -13
  17. package/dist/browser/models/parameters.d.ts.map +1 -1
  18. package/dist/browser/models/parameters.js +48 -106
  19. package/dist/browser/models/parameters.js.map +1 -1
  20. package/dist/browser/operations/administratorsMicrosoftEntra.d.ts +83 -0
  21. package/dist/browser/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  22. package/dist/{react-native/operations/administrators.js → browser/operations/administratorsMicrosoftEntra.js} +91 -93
  23. package/dist/browser/operations/administratorsMicrosoftEntra.js.map +1 -0
  24. package/dist/browser/operations/{tuningOptions.d.ts → advancedThreatProtectionSettings.d.ts} +13 -13
  25. package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  26. package/dist/{react-native/operations/tuningOptions.js → browser/operations/advancedThreatProtectionSettings.js} +45 -67
  27. package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
  28. package/dist/browser/operations/{backups.d.ts → backupsAutomaticAndOnDemand.d.ts} +24 -24
  29. package/dist/browser/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  30. package/dist/browser/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
  31. package/dist/browser/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  32. package/dist/browser/operations/backupsLongTermRetention.d.ts +71 -0
  33. package/dist/browser/operations/backupsLongTermRetention.d.ts.map +1 -0
  34. package/dist/browser/operations/backupsLongTermRetention.js +293 -0
  35. package/dist/browser/operations/backupsLongTermRetention.js.map +1 -0
  36. package/dist/browser/operations/capabilitiesByLocation.d.ts +35 -0
  37. package/dist/browser/operations/capabilitiesByLocation.d.ts.map +1 -0
  38. package/dist/browser/operations/capabilitiesByLocation.js +119 -0
  39. package/dist/browser/operations/capabilitiesByLocation.js.map +1 -0
  40. package/dist/browser/operations/{serverCapabilities.d.ts → capabilitiesByServer.d.ts} +9 -9
  41. package/dist/browser/operations/capabilitiesByServer.d.ts.map +1 -0
  42. package/dist/{esm/operations/serverCapabilities.js → browser/operations/capabilitiesByServer.js} +33 -55
  43. package/dist/browser/operations/capabilitiesByServer.js.map +1 -0
  44. package/dist/{esm/operations/logFiles.d.ts → browser/operations/capturedLogs.d.ts} +9 -9
  45. package/dist/browser/operations/capturedLogs.d.ts.map +1 -0
  46. package/dist/browser/operations/{logFiles.js → capturedLogs.js} +33 -55
  47. package/dist/browser/operations/capturedLogs.js.map +1 -0
  48. package/dist/browser/operations/configurations.d.ts +26 -18
  49. package/dist/browser/operations/configurations.d.ts.map +1 -1
  50. package/dist/browser/operations/configurations.js +75 -79
  51. package/dist/browser/operations/configurations.js.map +1 -1
  52. package/dist/browser/operations/databases.d.ts +22 -17
  53. package/dist/browser/operations/databases.d.ts.map +1 -1
  54. package/dist/browser/operations/databases.js +80 -79
  55. package/dist/browser/operations/databases.js.map +1 -1
  56. package/dist/browser/operations/firewallRules.d.ts +15 -15
  57. package/dist/browser/operations/firewallRules.d.ts.map +1 -1
  58. package/dist/browser/operations/firewallRules.js +73 -77
  59. package/dist/browser/operations/firewallRules.js.map +1 -1
  60. package/dist/browser/operations/index.d.ts +12 -16
  61. package/dist/browser/operations/index.d.ts.map +1 -1
  62. package/dist/browser/operations/index.js +16 -23
  63. package/dist/browser/operations/index.js.map +1 -1
  64. package/dist/browser/operations/migrations.d.ts +38 -37
  65. package/dist/browser/operations/migrations.d.ts.map +1 -1
  66. package/dist/browser/operations/migrations.js +132 -158
  67. package/dist/browser/operations/migrations.js.map +1 -1
  68. package/dist/browser/operations/nameAvailability.d.ts +29 -0
  69. package/dist/browser/operations/nameAvailability.d.ts.map +1 -0
  70. package/dist/browser/operations/nameAvailability.js +75 -0
  71. package/dist/browser/operations/nameAvailability.js.map +1 -0
  72. package/dist/browser/operations/operations.d.ts +2 -2
  73. package/dist/browser/operations/operations.d.ts.map +1 -1
  74. package/dist/browser/operations/operations.js +29 -51
  75. package/dist/browser/operations/operations.js.map +1 -1
  76. package/dist/browser/operations/privateDnsZoneSuffix.d.ts +18 -0
  77. package/dist/browser/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  78. package/dist/browser/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
  79. package/dist/browser/operations/privateDnsZoneSuffix.js.map +1 -0
  80. package/dist/browser/operations/privateEndpointConnections.d.ts +38 -3
  81. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  82. package/dist/browser/operations/privateEndpointConnections.js +226 -51
  83. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  84. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
  85. package/dist/browser/operations/privateLinkResources.js +27 -49
  86. package/dist/browser/operations/privateLinkResources.js.map +1 -1
  87. package/dist/browser/operations/quotaUsages.d.ts.map +1 -1
  88. package/dist/browser/operations/quotaUsages.js +27 -49
  89. package/dist/browser/operations/quotaUsages.js.map +1 -1
  90. package/dist/browser/operations/replicas.d.ts +2 -2
  91. package/dist/browser/operations/replicas.d.ts.map +1 -1
  92. package/dist/browser/operations/replicas.js +15 -37
  93. package/dist/browser/operations/replicas.js.map +1 -1
  94. package/dist/browser/operations/serverThreatProtectionSettings.d.ts +7 -40
  95. package/dist/browser/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  96. package/dist/browser/operations/serverThreatProtectionSettings.js +23 -181
  97. package/dist/browser/operations/serverThreatProtectionSettings.js.map +1 -1
  98. package/dist/browser/operations/servers.d.ts +39 -39
  99. package/dist/browser/operations/servers.d.ts.map +1 -1
  100. package/dist/browser/operations/servers.js +203 -180
  101. package/dist/browser/operations/servers.js.map +1 -1
  102. package/dist/browser/operations/tuningOptionsOperations.d.ts +73 -0
  103. package/dist/browser/operations/tuningOptionsOperations.d.ts.map +1 -0
  104. package/dist/browser/operations/tuningOptionsOperations.js +272 -0
  105. package/dist/browser/operations/tuningOptionsOperations.js.map +1 -0
  106. package/dist/browser/operations/virtualEndpoints.d.ts +24 -26
  107. package/dist/browser/operations/virtualEndpoints.d.ts.map +1 -1
  108. package/dist/browser/operations/virtualEndpoints.js +89 -98
  109. package/dist/browser/operations/virtualEndpoints.js.map +1 -1
  110. package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  111. package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  112. package/dist/browser/operations/virtualNetworkSubnetUsage.js +8 -12
  113. package/dist/browser/operations/virtualNetworkSubnetUsage.js.map +1 -1
  114. package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  115. package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
  117. package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  118. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  119. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  120. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
  121. package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  123. package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
  125. package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  127. package/dist/browser/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/backupsLongTermRetention.js +4 -0
  129. package/dist/browser/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  131. package/dist/browser/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/capabilitiesByLocation.js +4 -0
  133. package/dist/browser/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  135. package/dist/browser/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/capabilitiesByServer.js +4 -0
  137. package/dist/browser/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/capturedLogs.d.ts +13 -0
  139. package/dist/browser/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/capturedLogs.js +4 -0
  141. package/dist/browser/operationsInterfaces/capturedLogs.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/configurations.d.ts +25 -17
  143. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -1
  144. package/dist/browser/operationsInterfaces/configurations.js +2 -7
  145. package/dist/browser/operationsInterfaces/configurations.js.map +1 -1
  146. package/dist/browser/operationsInterfaces/databases.d.ts +21 -16
  147. package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -1
  148. package/dist/browser/operationsInterfaces/databases.js +2 -7
  149. package/dist/browser/operationsInterfaces/databases.js.map +1 -1
  150. package/dist/browser/operationsInterfaces/firewallRules.d.ts +14 -14
  151. package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -1
  152. package/dist/browser/operationsInterfaces/firewallRules.js +2 -7
  153. package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -1
  154. package/dist/browser/operationsInterfaces/index.d.ts +12 -16
  155. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  156. package/dist/browser/operationsInterfaces/index.js +16 -23
  157. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  158. package/dist/browser/operationsInterfaces/migrations.d.ts +33 -30
  159. package/dist/browser/operationsInterfaces/migrations.d.ts.map +1 -1
  160. package/dist/browser/operationsInterfaces/migrations.js +2 -7
  161. package/dist/browser/operationsInterfaces/migrations.js.map +1 -1
  162. package/dist/browser/operationsInterfaces/nameAvailability.d.ts +21 -0
  163. package/dist/browser/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/nameAvailability.js +4 -0
  165. package/dist/browser/operationsInterfaces/nameAvailability.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/operations.d.ts +1 -1
  167. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  168. package/dist/browser/operationsInterfaces/operations.js +2 -7
  169. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  170. package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  171. package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  172. package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
  173. package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  174. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  175. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  176. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
  177. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  178. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  179. package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
  180. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
  181. package/dist/browser/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  182. package/dist/browser/operationsInterfaces/quotaUsages.js +2 -7
  183. package/dist/browser/operationsInterfaces/quotaUsages.js.map +1 -1
  184. package/dist/browser/operationsInterfaces/replicas.d.ts +1 -1
  185. package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -1
  186. package/dist/browser/operationsInterfaces/replicas.js +2 -7
  187. package/dist/browser/operationsInterfaces/replicas.js.map +1 -1
  188. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  189. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  190. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  191. package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  192. package/dist/browser/operationsInterfaces/servers.d.ts +31 -31
  193. package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -1
  194. package/dist/browser/operationsInterfaces/servers.js +2 -7
  195. package/dist/browser/operationsInterfaces/servers.js.map +1 -1
  196. package/dist/browser/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  197. package/dist/browser/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  198. package/dist/browser/operationsInterfaces/tuningOptionsOperations.js +4 -0
  199. package/dist/browser/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  200. package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  201. package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  202. package/dist/browser/operationsInterfaces/virtualEndpoints.js +2 -7
  203. package/dist/browser/operationsInterfaces/virtualEndpoints.js.map +1 -1
  204. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  205. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  206. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  207. package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  208. package/dist/browser/pagingHelper.d.ts.map +1 -1
  209. package/dist/browser/pagingHelper.js +4 -11
  210. package/dist/browser/pagingHelper.js.map +1 -1
  211. package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  212. package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  213. package/dist/browser/postgreSQLManagementFlexibleServerClient.js +54 -75
  214. package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  215. package/dist/commonjs/index.d.ts.map +1 -1
  216. package/dist/commonjs/index.js +4 -7
  217. package/dist/commonjs/index.js.map +1 -1
  218. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  219. package/dist/commonjs/lroImpl.js +9 -10
  220. package/dist/commonjs/lroImpl.js.map +1 -1
  221. package/dist/commonjs/models/index.d.ts +1911 -1961
  222. package/dist/commonjs/models/index.d.ts.map +1 -1
  223. package/dist/commonjs/models/index.js +555 -558
  224. package/dist/commonjs/models/index.js.map +1 -1
  225. package/dist/commonjs/models/mappers.d.ts +76 -78
  226. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  227. package/dist/commonjs/models/mappers.js +1948 -1647
  228. package/dist/commonjs/models/mappers.js.map +1 -1
  229. package/dist/commonjs/models/parameters.d.ts +7 -13
  230. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  231. package/dist/commonjs/models/parameters.js +48 -106
  232. package/dist/commonjs/models/parameters.js.map +1 -1
  233. package/dist/commonjs/operations/administratorsMicrosoftEntra.d.ts +83 -0
  234. package/dist/commonjs/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  235. package/dist/commonjs/operations/{administrators.js → administratorsMicrosoftEntra.js} +93 -94
  236. package/dist/commonjs/operations/administratorsMicrosoftEntra.js.map +1 -0
  237. package/dist/{browser/operations/ltrBackupOperations.d.ts → commonjs/operations/advancedThreatProtectionSettings.d.ts} +13 -13
  238. package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  239. package/dist/commonjs/operations/{tuningOptions.js → advancedThreatProtectionSettings.js} +47 -68
  240. package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
  241. package/dist/{esm/operations/backups.d.ts → commonjs/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
  242. package/dist/commonjs/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  243. package/dist/commonjs/operations/{backups.js → backupsAutomaticAndOnDemand.js} +76 -87
  244. package/dist/commonjs/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  245. package/dist/commonjs/operations/backupsLongTermRetention.d.ts +71 -0
  246. package/dist/commonjs/operations/backupsLongTermRetention.d.ts.map +1 -0
  247. package/dist/commonjs/operations/backupsLongTermRetention.js +298 -0
  248. package/dist/commonjs/operations/backupsLongTermRetention.js.map +1 -0
  249. package/dist/commonjs/operations/capabilitiesByLocation.d.ts +35 -0
  250. package/dist/commonjs/operations/capabilitiesByLocation.d.ts.map +1 -0
  251. package/dist/commonjs/operations/capabilitiesByLocation.js +124 -0
  252. package/dist/commonjs/operations/capabilitiesByLocation.js.map +1 -0
  253. package/dist/{esm/operations/serverCapabilities.d.ts → commonjs/operations/capabilitiesByServer.d.ts} +9 -9
  254. package/dist/commonjs/operations/capabilitiesByServer.d.ts.map +1 -0
  255. package/dist/commonjs/operations/{serverCapabilities.js → capabilitiesByServer.js} +35 -56
  256. package/dist/commonjs/operations/capabilitiesByServer.js.map +1 -0
  257. package/dist/{browser/operations/logFiles.d.ts → commonjs/operations/capturedLogs.d.ts} +9 -9
  258. package/dist/commonjs/operations/capturedLogs.d.ts.map +1 -0
  259. package/dist/commonjs/operations/{logFiles.js → capturedLogs.js} +35 -56
  260. package/dist/commonjs/operations/capturedLogs.js.map +1 -0
  261. package/dist/commonjs/operations/configurations.d.ts +26 -18
  262. package/dist/commonjs/operations/configurations.d.ts.map +1 -1
  263. package/dist/commonjs/operations/configurations.js +75 -78
  264. package/dist/commonjs/operations/configurations.js.map +1 -1
  265. package/dist/commonjs/operations/databases.d.ts +22 -17
  266. package/dist/commonjs/operations/databases.d.ts.map +1 -1
  267. package/dist/commonjs/operations/databases.js +80 -78
  268. package/dist/commonjs/operations/databases.js.map +1 -1
  269. package/dist/commonjs/operations/firewallRules.d.ts +15 -15
  270. package/dist/commonjs/operations/firewallRules.d.ts.map +1 -1
  271. package/dist/commonjs/operations/firewallRules.js +73 -76
  272. package/dist/commonjs/operations/firewallRules.js.map +1 -1
  273. package/dist/commonjs/operations/index.d.ts +12 -16
  274. package/dist/commonjs/operations/index.d.ts.map +1 -1
  275. package/dist/commonjs/operations/index.js +16 -23
  276. package/dist/commonjs/operations/index.js.map +1 -1
  277. package/dist/commonjs/operations/migrations.d.ts +38 -37
  278. package/dist/commonjs/operations/migrations.d.ts.map +1 -1
  279. package/dist/commonjs/operations/migrations.js +132 -157
  280. package/dist/commonjs/operations/migrations.js.map +1 -1
  281. package/dist/commonjs/operations/nameAvailability.d.ts +29 -0
  282. package/dist/commonjs/operations/nameAvailability.d.ts.map +1 -0
  283. package/dist/commonjs/operations/nameAvailability.js +80 -0
  284. package/dist/commonjs/operations/nameAvailability.js.map +1 -0
  285. package/dist/commonjs/operations/operations.d.ts +2 -2
  286. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  287. package/dist/commonjs/operations/operations.js +29 -50
  288. package/dist/commonjs/operations/operations.js.map +1 -1
  289. package/dist/commonjs/operations/privateDnsZoneSuffix.d.ts +18 -0
  290. package/dist/commonjs/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  291. package/dist/commonjs/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +13 -17
  292. package/dist/commonjs/operations/privateDnsZoneSuffix.js.map +1 -0
  293. package/dist/commonjs/operations/privateEndpointConnections.d.ts +38 -3
  294. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  295. package/dist/commonjs/operations/privateEndpointConnections.js +226 -50
  296. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  297. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
  298. package/dist/commonjs/operations/privateLinkResources.js +27 -48
  299. package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
  300. package/dist/commonjs/operations/quotaUsages.d.ts.map +1 -1
  301. package/dist/commonjs/operations/quotaUsages.js +27 -48
  302. package/dist/commonjs/operations/quotaUsages.js.map +1 -1
  303. package/dist/commonjs/operations/replicas.d.ts +2 -2
  304. package/dist/commonjs/operations/replicas.d.ts.map +1 -1
  305. package/dist/commonjs/operations/replicas.js +15 -36
  306. package/dist/commonjs/operations/replicas.js.map +1 -1
  307. package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts +7 -40
  308. package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  309. package/dist/commonjs/operations/serverThreatProtectionSettings.js +23 -180
  310. package/dist/commonjs/operations/serverThreatProtectionSettings.js.map +1 -1
  311. package/dist/commonjs/operations/servers.d.ts +39 -39
  312. package/dist/commonjs/operations/servers.d.ts.map +1 -1
  313. package/dist/commonjs/operations/servers.js +203 -179
  314. package/dist/commonjs/operations/servers.js.map +1 -1
  315. package/dist/commonjs/operations/tuningOptionsOperations.d.ts +73 -0
  316. package/dist/commonjs/operations/tuningOptionsOperations.d.ts.map +1 -0
  317. package/dist/commonjs/operations/tuningOptionsOperations.js +277 -0
  318. package/dist/commonjs/operations/tuningOptionsOperations.js.map +1 -0
  319. package/dist/commonjs/operations/virtualEndpoints.d.ts +24 -26
  320. package/dist/commonjs/operations/virtualEndpoints.d.ts.map +1 -1
  321. package/dist/commonjs/operations/virtualEndpoints.js +89 -97
  322. package/dist/commonjs/operations/virtualEndpoints.js.map +1 -1
  323. package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  324. package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  325. package/dist/commonjs/operations/virtualNetworkSubnetUsage.js +8 -12
  326. package/dist/commonjs/operations/virtualNetworkSubnetUsage.js.map +1 -1
  327. package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  328. package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  329. package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.js +5 -0
  330. package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  331. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  332. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  333. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +5 -0
  334. package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  336. package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.js +5 -0
  338. package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  340. package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.js +5 -0
  342. package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  344. package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.js +5 -0
  346. package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  348. package/dist/commonjs/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/capabilitiesByServer.js +5 -0
  350. package/dist/commonjs/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/capturedLogs.d.ts +13 -0
  352. package/dist/commonjs/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/capturedLogs.js +5 -0
  354. package/dist/commonjs/operationsInterfaces/capturedLogs.js.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/configurations.d.ts +25 -17
  356. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -1
  357. package/dist/commonjs/operationsInterfaces/configurations.js +2 -7
  358. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -1
  359. package/dist/commonjs/operationsInterfaces/databases.d.ts +21 -16
  360. package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -1
  361. package/dist/commonjs/operationsInterfaces/databases.js +2 -7
  362. package/dist/commonjs/operationsInterfaces/databases.js.map +1 -1
  363. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +14 -14
  364. package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -1
  365. package/dist/commonjs/operationsInterfaces/firewallRules.js +2 -7
  366. package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -1
  367. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -16
  368. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  369. package/dist/commonjs/operationsInterfaces/index.js +16 -23
  370. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  371. package/dist/commonjs/operationsInterfaces/migrations.d.ts +33 -30
  372. package/dist/commonjs/operationsInterfaces/migrations.d.ts.map +1 -1
  373. package/dist/commonjs/operationsInterfaces/migrations.js +2 -7
  374. package/dist/commonjs/operationsInterfaces/migrations.js.map +1 -1
  375. package/dist/commonjs/operationsInterfaces/nameAvailability.d.ts +21 -0
  376. package/dist/commonjs/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  377. package/dist/commonjs/operationsInterfaces/nameAvailability.js +5 -0
  378. package/dist/commonjs/operationsInterfaces/nameAvailability.js.map +1 -0
  379. package/dist/commonjs/operationsInterfaces/operations.d.ts +1 -1
  380. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  381. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  382. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  383. package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  384. package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  385. package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.js +5 -0
  386. package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  387. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  388. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  389. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
  390. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  391. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  392. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
  393. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
  394. package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  395. package/dist/commonjs/operationsInterfaces/quotaUsages.js +2 -7
  396. package/dist/commonjs/operationsInterfaces/quotaUsages.js.map +1 -1
  397. package/dist/commonjs/operationsInterfaces/replicas.d.ts +1 -1
  398. package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -1
  399. package/dist/commonjs/operationsInterfaces/replicas.js +2 -7
  400. package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -1
  401. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  402. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  403. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  404. package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  405. package/dist/commonjs/operationsInterfaces/servers.d.ts +31 -31
  406. package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -1
  407. package/dist/commonjs/operationsInterfaces/servers.js +2 -7
  408. package/dist/commonjs/operationsInterfaces/servers.js.map +1 -1
  409. package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  410. package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  411. package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.js +5 -0
  412. package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  413. package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  414. package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  415. package/dist/commonjs/operationsInterfaces/virtualEndpoints.js +2 -7
  416. package/dist/commonjs/operationsInterfaces/virtualEndpoints.js.map +1 -1
  417. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  418. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  419. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  420. package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  421. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  422. package/dist/commonjs/pagingHelper.js +4 -11
  423. package/dist/commonjs/pagingHelper.js.map +1 -1
  424. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  425. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  426. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +53 -74
  427. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  428. package/dist/commonjs/tsdoc-metadata.json +11 -11
  429. package/dist/esm/index.d.ts.map +1 -1
  430. package/dist/esm/index.js +4 -7
  431. package/dist/esm/index.js.map +1 -1
  432. package/dist/esm/lroImpl.d.ts.map +1 -1
  433. package/dist/esm/lroImpl.js +9 -10
  434. package/dist/esm/lroImpl.js.map +1 -1
  435. package/dist/esm/models/index.d.ts +1911 -1961
  436. package/dist/esm/models/index.d.ts.map +1 -1
  437. package/dist/esm/models/index.js +553 -556
  438. package/dist/esm/models/index.js.map +1 -1
  439. package/dist/esm/models/mappers.d.ts +76 -78
  440. package/dist/esm/models/mappers.d.ts.map +1 -1
  441. package/dist/esm/models/mappers.js +1945 -1644
  442. package/dist/esm/models/mappers.js.map +1 -1
  443. package/dist/esm/models/parameters.d.ts +7 -13
  444. package/dist/esm/models/parameters.d.ts.map +1 -1
  445. package/dist/esm/models/parameters.js +48 -106
  446. package/dist/esm/models/parameters.js.map +1 -1
  447. package/dist/esm/operations/administratorsMicrosoftEntra.d.ts +83 -0
  448. package/dist/esm/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  449. package/dist/esm/operations/{administrators.js → administratorsMicrosoftEntra.js} +91 -93
  450. package/dist/esm/operations/administratorsMicrosoftEntra.js.map +1 -0
  451. package/dist/{commonjs/operations/ltrBackupOperations.d.ts → esm/operations/advancedThreatProtectionSettings.d.ts} +13 -13
  452. package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  453. package/dist/esm/operations/{tuningOptions.js → advancedThreatProtectionSettings.js} +45 -67
  454. package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
  455. package/dist/{react-native/operations/backups.d.ts → esm/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
  456. package/dist/esm/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  457. package/dist/esm/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
  458. package/dist/esm/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  459. package/dist/esm/operations/backupsLongTermRetention.d.ts +71 -0
  460. package/dist/esm/operations/backupsLongTermRetention.d.ts.map +1 -0
  461. package/dist/esm/operations/backupsLongTermRetention.js +293 -0
  462. package/dist/esm/operations/backupsLongTermRetention.js.map +1 -0
  463. package/dist/esm/operations/capabilitiesByLocation.d.ts +35 -0
  464. package/dist/esm/operations/capabilitiesByLocation.d.ts.map +1 -0
  465. package/dist/esm/operations/capabilitiesByLocation.js +119 -0
  466. package/dist/esm/operations/capabilitiesByLocation.js.map +1 -0
  467. package/dist/{react-native/operations/serverCapabilities.d.ts → esm/operations/capabilitiesByServer.d.ts} +9 -9
  468. package/dist/esm/operations/capabilitiesByServer.d.ts.map +1 -0
  469. package/dist/{browser/operations/serverCapabilities.js → esm/operations/capabilitiesByServer.js} +33 -55
  470. package/dist/esm/operations/capabilitiesByServer.js.map +1 -0
  471. package/dist/{commonjs/operations/logFiles.d.ts → esm/operations/capturedLogs.d.ts} +9 -9
  472. package/dist/esm/operations/capturedLogs.d.ts.map +1 -0
  473. package/dist/esm/operations/{logFiles.js → capturedLogs.js} +33 -55
  474. package/dist/esm/operations/capturedLogs.js.map +1 -0
  475. package/dist/esm/operations/configurations.d.ts +26 -18
  476. package/dist/esm/operations/configurations.d.ts.map +1 -1
  477. package/dist/esm/operations/configurations.js +75 -79
  478. package/dist/esm/operations/configurations.js.map +1 -1
  479. package/dist/esm/operations/databases.d.ts +22 -17
  480. package/dist/esm/operations/databases.d.ts.map +1 -1
  481. package/dist/esm/operations/databases.js +80 -79
  482. package/dist/esm/operations/databases.js.map +1 -1
  483. package/dist/esm/operations/firewallRules.d.ts +15 -15
  484. package/dist/esm/operations/firewallRules.d.ts.map +1 -1
  485. package/dist/esm/operations/firewallRules.js +73 -77
  486. package/dist/esm/operations/firewallRules.js.map +1 -1
  487. package/dist/esm/operations/index.d.ts +12 -16
  488. package/dist/esm/operations/index.d.ts.map +1 -1
  489. package/dist/esm/operations/index.js +16 -23
  490. package/dist/esm/operations/index.js.map +1 -1
  491. package/dist/esm/operations/migrations.d.ts +38 -37
  492. package/dist/esm/operations/migrations.d.ts.map +1 -1
  493. package/dist/esm/operations/migrations.js +132 -158
  494. package/dist/esm/operations/migrations.js.map +1 -1
  495. package/dist/esm/operations/nameAvailability.d.ts +29 -0
  496. package/dist/esm/operations/nameAvailability.d.ts.map +1 -0
  497. package/dist/esm/operations/nameAvailability.js +75 -0
  498. package/dist/esm/operations/nameAvailability.js.map +1 -0
  499. package/dist/esm/operations/operations.d.ts +2 -2
  500. package/dist/esm/operations/operations.d.ts.map +1 -1
  501. package/dist/esm/operations/operations.js +29 -51
  502. package/dist/esm/operations/operations.js.map +1 -1
  503. package/dist/esm/operations/privateDnsZoneSuffix.d.ts +18 -0
  504. package/dist/esm/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  505. package/dist/esm/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
  506. package/dist/esm/operations/privateDnsZoneSuffix.js.map +1 -0
  507. package/dist/esm/operations/privateEndpointConnections.d.ts +38 -3
  508. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  509. package/dist/esm/operations/privateEndpointConnections.js +226 -51
  510. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  511. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
  512. package/dist/esm/operations/privateLinkResources.js +27 -49
  513. package/dist/esm/operations/privateLinkResources.js.map +1 -1
  514. package/dist/esm/operations/quotaUsages.d.ts.map +1 -1
  515. package/dist/esm/operations/quotaUsages.js +27 -49
  516. package/dist/esm/operations/quotaUsages.js.map +1 -1
  517. package/dist/esm/operations/replicas.d.ts +2 -2
  518. package/dist/esm/operations/replicas.d.ts.map +1 -1
  519. package/dist/esm/operations/replicas.js +15 -37
  520. package/dist/esm/operations/replicas.js.map +1 -1
  521. package/dist/esm/operations/serverThreatProtectionSettings.d.ts +7 -40
  522. package/dist/esm/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  523. package/dist/esm/operations/serverThreatProtectionSettings.js +23 -181
  524. package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -1
  525. package/dist/esm/operations/servers.d.ts +39 -39
  526. package/dist/esm/operations/servers.d.ts.map +1 -1
  527. package/dist/esm/operations/servers.js +203 -180
  528. package/dist/esm/operations/servers.js.map +1 -1
  529. package/dist/esm/operations/tuningOptionsOperations.d.ts +73 -0
  530. package/dist/esm/operations/tuningOptionsOperations.d.ts.map +1 -0
  531. package/dist/esm/operations/tuningOptionsOperations.js +272 -0
  532. package/dist/esm/operations/tuningOptionsOperations.js.map +1 -0
  533. package/dist/esm/operations/virtualEndpoints.d.ts +24 -26
  534. package/dist/esm/operations/virtualEndpoints.d.ts.map +1 -1
  535. package/dist/esm/operations/virtualEndpoints.js +89 -98
  536. package/dist/esm/operations/virtualEndpoints.js.map +1 -1
  537. package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  538. package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  539. package/dist/esm/operations/virtualNetworkSubnetUsage.js +8 -12
  540. package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -1
  541. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  542. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  543. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
  544. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  545. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  546. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  547. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
  548. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  549. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  550. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  551. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
  552. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  553. package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  554. package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  555. package/dist/esm/operationsInterfaces/backupsLongTermRetention.js +4 -0
  556. package/dist/esm/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  557. package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  558. package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  559. package/dist/esm/operationsInterfaces/capabilitiesByLocation.js +4 -0
  560. package/dist/esm/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  561. package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  562. package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  563. package/dist/esm/operationsInterfaces/capabilitiesByServer.js +4 -0
  564. package/dist/esm/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  565. package/dist/esm/operationsInterfaces/capturedLogs.d.ts +13 -0
  566. package/dist/esm/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  567. package/dist/esm/operationsInterfaces/capturedLogs.js +4 -0
  568. package/dist/esm/operationsInterfaces/capturedLogs.js.map +1 -0
  569. package/dist/esm/operationsInterfaces/configurations.d.ts +25 -17
  570. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -1
  571. package/dist/esm/operationsInterfaces/configurations.js +2 -7
  572. package/dist/esm/operationsInterfaces/configurations.js.map +1 -1
  573. package/dist/esm/operationsInterfaces/databases.d.ts +21 -16
  574. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -1
  575. package/dist/esm/operationsInterfaces/databases.js +2 -7
  576. package/dist/esm/operationsInterfaces/databases.js.map +1 -1
  577. package/dist/esm/operationsInterfaces/firewallRules.d.ts +14 -14
  578. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -1
  579. package/dist/esm/operationsInterfaces/firewallRules.js +2 -7
  580. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -1
  581. package/dist/esm/operationsInterfaces/index.d.ts +12 -16
  582. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  583. package/dist/esm/operationsInterfaces/index.js +16 -23
  584. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  585. package/dist/esm/operationsInterfaces/migrations.d.ts +33 -30
  586. package/dist/esm/operationsInterfaces/migrations.d.ts.map +1 -1
  587. package/dist/esm/operationsInterfaces/migrations.js +2 -7
  588. package/dist/esm/operationsInterfaces/migrations.js.map +1 -1
  589. package/dist/esm/operationsInterfaces/nameAvailability.d.ts +21 -0
  590. package/dist/esm/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  591. package/dist/esm/operationsInterfaces/nameAvailability.js +4 -0
  592. package/dist/esm/operationsInterfaces/nameAvailability.js.map +1 -0
  593. package/dist/esm/operationsInterfaces/operations.d.ts +1 -1
  594. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  595. package/dist/esm/operationsInterfaces/operations.js +2 -7
  596. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  597. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  598. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  599. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
  600. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  601. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  602. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  603. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
  604. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  605. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  606. package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
  607. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
  608. package/dist/esm/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  609. package/dist/esm/operationsInterfaces/quotaUsages.js +2 -7
  610. package/dist/esm/operationsInterfaces/quotaUsages.js.map +1 -1
  611. package/dist/esm/operationsInterfaces/replicas.d.ts +1 -1
  612. package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -1
  613. package/dist/esm/operationsInterfaces/replicas.js +2 -7
  614. package/dist/esm/operationsInterfaces/replicas.js.map +1 -1
  615. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  616. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  617. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  618. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  619. package/dist/esm/operationsInterfaces/servers.d.ts +31 -31
  620. package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -1
  621. package/dist/esm/operationsInterfaces/servers.js +2 -7
  622. package/dist/esm/operationsInterfaces/servers.js.map +1 -1
  623. package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  624. package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  625. package/dist/esm/operationsInterfaces/tuningOptionsOperations.js +4 -0
  626. package/dist/esm/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  627. package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  628. package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  629. package/dist/esm/operationsInterfaces/virtualEndpoints.js +2 -7
  630. package/dist/esm/operationsInterfaces/virtualEndpoints.js.map +1 -1
  631. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  632. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  633. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  634. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  635. package/dist/esm/pagingHelper.d.ts.map +1 -1
  636. package/dist/esm/pagingHelper.js +4 -11
  637. package/dist/esm/pagingHelper.js.map +1 -1
  638. package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  639. package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  640. package/dist/esm/postgreSQLManagementFlexibleServerClient.js +54 -75
  641. package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  642. package/dist/react-native/index.d.ts.map +1 -1
  643. package/dist/react-native/index.js +4 -7
  644. package/dist/react-native/index.js.map +1 -1
  645. package/dist/react-native/lroImpl.d.ts.map +1 -1
  646. package/dist/react-native/lroImpl.js +9 -10
  647. package/dist/react-native/lroImpl.js.map +1 -1
  648. package/dist/react-native/models/index.d.ts +1911 -1961
  649. package/dist/react-native/models/index.d.ts.map +1 -1
  650. package/dist/react-native/models/index.js +553 -556
  651. package/dist/react-native/models/index.js.map +1 -1
  652. package/dist/react-native/models/mappers.d.ts +76 -78
  653. package/dist/react-native/models/mappers.d.ts.map +1 -1
  654. package/dist/react-native/models/mappers.js +1945 -1644
  655. package/dist/react-native/models/mappers.js.map +1 -1
  656. package/dist/react-native/models/parameters.d.ts +7 -13
  657. package/dist/react-native/models/parameters.d.ts.map +1 -1
  658. package/dist/react-native/models/parameters.js +48 -106
  659. package/dist/react-native/models/parameters.js.map +1 -1
  660. package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts +83 -0
  661. package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  662. package/dist/{browser/operations/administrators.js → react-native/operations/administratorsMicrosoftEntra.js} +91 -93
  663. package/dist/react-native/operations/administratorsMicrosoftEntra.js.map +1 -0
  664. package/dist/{commonjs/operations/tuningOptions.d.ts → react-native/operations/advancedThreatProtectionSettings.d.ts} +13 -13
  665. package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  666. package/dist/{browser/operations/tuningOptions.js → react-native/operations/advancedThreatProtectionSettings.js} +45 -67
  667. package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
  668. package/dist/{commonjs/operations/backups.d.ts → react-native/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
  669. package/dist/react-native/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  670. package/dist/react-native/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
  671. package/dist/react-native/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  672. package/dist/react-native/operations/backupsLongTermRetention.d.ts +71 -0
  673. package/dist/react-native/operations/backupsLongTermRetention.d.ts.map +1 -0
  674. package/dist/react-native/operations/backupsLongTermRetention.js +293 -0
  675. package/dist/react-native/operations/backupsLongTermRetention.js.map +1 -0
  676. package/dist/react-native/operations/capabilitiesByLocation.d.ts +35 -0
  677. package/dist/react-native/operations/capabilitiesByLocation.d.ts.map +1 -0
  678. package/dist/react-native/operations/capabilitiesByLocation.js +119 -0
  679. package/dist/react-native/operations/capabilitiesByLocation.js.map +1 -0
  680. package/dist/{commonjs/operations/serverCapabilities.d.ts → react-native/operations/capabilitiesByServer.d.ts} +9 -9
  681. package/dist/react-native/operations/capabilitiesByServer.d.ts.map +1 -0
  682. package/dist/react-native/operations/{serverCapabilities.js → capabilitiesByServer.js} +33 -55
  683. package/dist/react-native/operations/capabilitiesByServer.js.map +1 -0
  684. package/dist/react-native/operations/{logFiles.d.ts → capturedLogs.d.ts} +9 -9
  685. package/dist/react-native/operations/capturedLogs.d.ts.map +1 -0
  686. package/dist/react-native/operations/{logFiles.js → capturedLogs.js} +33 -55
  687. package/dist/react-native/operations/capturedLogs.js.map +1 -0
  688. package/dist/react-native/operations/configurations.d.ts +26 -18
  689. package/dist/react-native/operations/configurations.d.ts.map +1 -1
  690. package/dist/react-native/operations/configurations.js +75 -79
  691. package/dist/react-native/operations/configurations.js.map +1 -1
  692. package/dist/react-native/operations/databases.d.ts +22 -17
  693. package/dist/react-native/operations/databases.d.ts.map +1 -1
  694. package/dist/react-native/operations/databases.js +80 -79
  695. package/dist/react-native/operations/databases.js.map +1 -1
  696. package/dist/react-native/operations/firewallRules.d.ts +15 -15
  697. package/dist/react-native/operations/firewallRules.d.ts.map +1 -1
  698. package/dist/react-native/operations/firewallRules.js +73 -77
  699. package/dist/react-native/operations/firewallRules.js.map +1 -1
  700. package/dist/react-native/operations/index.d.ts +12 -16
  701. package/dist/react-native/operations/index.d.ts.map +1 -1
  702. package/dist/react-native/operations/index.js +16 -23
  703. package/dist/react-native/operations/index.js.map +1 -1
  704. package/dist/react-native/operations/migrations.d.ts +38 -37
  705. package/dist/react-native/operations/migrations.d.ts.map +1 -1
  706. package/dist/react-native/operations/migrations.js +132 -158
  707. package/dist/react-native/operations/migrations.js.map +1 -1
  708. package/dist/react-native/operations/nameAvailability.d.ts +29 -0
  709. package/dist/react-native/operations/nameAvailability.d.ts.map +1 -0
  710. package/dist/react-native/operations/nameAvailability.js +75 -0
  711. package/dist/react-native/operations/nameAvailability.js.map +1 -0
  712. package/dist/react-native/operations/operations.d.ts +2 -2
  713. package/dist/react-native/operations/operations.d.ts.map +1 -1
  714. package/dist/react-native/operations/operations.js +29 -51
  715. package/dist/react-native/operations/operations.js.map +1 -1
  716. package/dist/react-native/operations/privateDnsZoneSuffix.d.ts +18 -0
  717. package/dist/react-native/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  718. package/dist/react-native/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
  719. package/dist/react-native/operations/privateDnsZoneSuffix.js.map +1 -0
  720. package/dist/react-native/operations/privateEndpointConnections.d.ts +38 -3
  721. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  722. package/dist/react-native/operations/privateEndpointConnections.js +226 -51
  723. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  724. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
  725. package/dist/react-native/operations/privateLinkResources.js +27 -49
  726. package/dist/react-native/operations/privateLinkResources.js.map +1 -1
  727. package/dist/react-native/operations/quotaUsages.d.ts.map +1 -1
  728. package/dist/react-native/operations/quotaUsages.js +27 -49
  729. package/dist/react-native/operations/quotaUsages.js.map +1 -1
  730. package/dist/react-native/operations/replicas.d.ts +2 -2
  731. package/dist/react-native/operations/replicas.d.ts.map +1 -1
  732. package/dist/react-native/operations/replicas.js +15 -37
  733. package/dist/react-native/operations/replicas.js.map +1 -1
  734. package/dist/react-native/operations/serverThreatProtectionSettings.d.ts +7 -40
  735. package/dist/react-native/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  736. package/dist/react-native/operations/serverThreatProtectionSettings.js +23 -181
  737. package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -1
  738. package/dist/react-native/operations/servers.d.ts +39 -39
  739. package/dist/react-native/operations/servers.d.ts.map +1 -1
  740. package/dist/react-native/operations/servers.js +203 -180
  741. package/dist/react-native/operations/servers.js.map +1 -1
  742. package/dist/react-native/operations/tuningOptionsOperations.d.ts +73 -0
  743. package/dist/react-native/operations/tuningOptionsOperations.d.ts.map +1 -0
  744. package/dist/react-native/operations/tuningOptionsOperations.js +272 -0
  745. package/dist/react-native/operations/tuningOptionsOperations.js.map +1 -0
  746. package/dist/react-native/operations/virtualEndpoints.d.ts +24 -26
  747. package/dist/react-native/operations/virtualEndpoints.d.ts.map +1 -1
  748. package/dist/react-native/operations/virtualEndpoints.js +89 -98
  749. package/dist/react-native/operations/virtualEndpoints.js.map +1 -1
  750. package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  751. package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  752. package/dist/react-native/operations/virtualNetworkSubnetUsage.js +8 -12
  753. package/dist/react-native/operations/virtualNetworkSubnetUsage.js.map +1 -1
  754. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  755. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  756. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
  757. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  758. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  759. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  760. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
  761. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  762. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  763. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  764. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
  765. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  766. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  767. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  768. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js +4 -0
  769. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  770. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  771. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  772. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js +4 -0
  773. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  774. package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  775. package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  776. package/dist/react-native/operationsInterfaces/capabilitiesByServer.js +4 -0
  777. package/dist/react-native/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  778. package/dist/react-native/operationsInterfaces/capturedLogs.d.ts +13 -0
  779. package/dist/react-native/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  780. package/dist/react-native/operationsInterfaces/capturedLogs.js +4 -0
  781. package/dist/react-native/operationsInterfaces/capturedLogs.js.map +1 -0
  782. package/dist/react-native/operationsInterfaces/configurations.d.ts +25 -17
  783. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -1
  784. package/dist/react-native/operationsInterfaces/configurations.js +2 -7
  785. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -1
  786. package/dist/react-native/operationsInterfaces/databases.d.ts +21 -16
  787. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -1
  788. package/dist/react-native/operationsInterfaces/databases.js +2 -7
  789. package/dist/react-native/operationsInterfaces/databases.js.map +1 -1
  790. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +14 -14
  791. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -1
  792. package/dist/react-native/operationsInterfaces/firewallRules.js +2 -7
  793. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -1
  794. package/dist/react-native/operationsInterfaces/index.d.ts +12 -16
  795. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  796. package/dist/react-native/operationsInterfaces/index.js +16 -23
  797. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  798. package/dist/react-native/operationsInterfaces/migrations.d.ts +33 -30
  799. package/dist/react-native/operationsInterfaces/migrations.d.ts.map +1 -1
  800. package/dist/react-native/operationsInterfaces/migrations.js +2 -7
  801. package/dist/react-native/operationsInterfaces/migrations.js.map +1 -1
  802. package/dist/react-native/operationsInterfaces/nameAvailability.d.ts +21 -0
  803. package/dist/react-native/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  804. package/dist/react-native/operationsInterfaces/nameAvailability.js +4 -0
  805. package/dist/react-native/operationsInterfaces/nameAvailability.js.map +1 -0
  806. package/dist/react-native/operationsInterfaces/operations.d.ts +1 -1
  807. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  808. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  809. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  810. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  811. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  812. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
  813. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  814. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  815. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  816. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
  817. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  818. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  819. package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
  820. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
  821. package/dist/react-native/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  822. package/dist/react-native/operationsInterfaces/quotaUsages.js +2 -7
  823. package/dist/react-native/operationsInterfaces/quotaUsages.js.map +1 -1
  824. package/dist/react-native/operationsInterfaces/replicas.d.ts +1 -1
  825. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -1
  826. package/dist/react-native/operationsInterfaces/replicas.js +2 -7
  827. package/dist/react-native/operationsInterfaces/replicas.js.map +1 -1
  828. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  829. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  830. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  831. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  832. package/dist/react-native/operationsInterfaces/servers.d.ts +31 -31
  833. package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -1
  834. package/dist/react-native/operationsInterfaces/servers.js +2 -7
  835. package/dist/react-native/operationsInterfaces/servers.js.map +1 -1
  836. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  837. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  838. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js +4 -0
  839. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  840. package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  841. package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  842. package/dist/react-native/operationsInterfaces/virtualEndpoints.js +2 -7
  843. package/dist/react-native/operationsInterfaces/virtualEndpoints.js.map +1 -1
  844. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  845. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  846. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  847. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  848. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  849. package/dist/react-native/pagingHelper.js +4 -11
  850. package/dist/react-native/pagingHelper.js.map +1 -1
  851. package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  852. package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  853. package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +54 -75
  854. package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  855. package/package.json +41 -39
  856. package/CHANGELOG.md +0 -1707
  857. package/dist/browser/operations/administrators.d.ts +0 -81
  858. package/dist/browser/operations/administrators.d.ts.map +0 -1
  859. package/dist/browser/operations/administrators.js.map +0 -1
  860. package/dist/browser/operations/backups.d.ts.map +0 -1
  861. package/dist/browser/operations/backups.js.map +0 -1
  862. package/dist/browser/operations/checkNameAvailability.d.ts +0 -19
  863. package/dist/browser/operations/checkNameAvailability.d.ts.map +0 -1
  864. package/dist/browser/operations/checkNameAvailability.js +0 -49
  865. package/dist/browser/operations/checkNameAvailability.js.map +0 -1
  866. package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  867. package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  868. package/dist/browser/operations/checkNameAvailabilityWithLocation.js +0 -50
  869. package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  870. package/dist/browser/operations/flexibleServer.d.ts +0 -39
  871. package/dist/browser/operations/flexibleServer.d.ts.map +0 -1
  872. package/dist/browser/operations/flexibleServer.js +0 -152
  873. package/dist/browser/operations/flexibleServer.js.map +0 -1
  874. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  875. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  876. package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  877. package/dist/browser/operations/locationBasedCapabilities.d.ts +0 -35
  878. package/dist/browser/operations/locationBasedCapabilities.d.ts.map +0 -1
  879. package/dist/browser/operations/locationBasedCapabilities.js +0 -141
  880. package/dist/browser/operations/locationBasedCapabilities.js.map +0 -1
  881. package/dist/browser/operations/logFiles.d.ts.map +0 -1
  882. package/dist/browser/operations/logFiles.js.map +0 -1
  883. package/dist/browser/operations/ltrBackupOperations.d.ts.map +0 -1
  884. package/dist/browser/operations/ltrBackupOperations.js +0 -182
  885. package/dist/browser/operations/ltrBackupOperations.js.map +0 -1
  886. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +0 -48
  887. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  888. package/dist/browser/operations/privateEndpointConnectionOperations.js +0 -209
  889. package/dist/browser/operations/privateEndpointConnectionOperations.js.map +0 -1
  890. package/dist/browser/operations/serverCapabilities.d.ts.map +0 -1
  891. package/dist/browser/operations/serverCapabilities.js.map +0 -1
  892. package/dist/browser/operations/tuningConfiguration.d.ts +0 -137
  893. package/dist/browser/operations/tuningConfiguration.d.ts.map +0 -1
  894. package/dist/browser/operations/tuningConfiguration.js +0 -638
  895. package/dist/browser/operations/tuningConfiguration.js.map +0 -1
  896. package/dist/browser/operations/tuningIndex.d.ts +0 -41
  897. package/dist/browser/operations/tuningIndex.d.ts.map +0 -1
  898. package/dist/browser/operations/tuningIndex.js +0 -155
  899. package/dist/browser/operations/tuningIndex.js.map +0 -1
  900. package/dist/browser/operations/tuningOptions.d.ts.map +0 -1
  901. package/dist/browser/operations/tuningOptions.js.map +0 -1
  902. package/dist/browser/operationsInterfaces/administrators.d.ts +0 -56
  903. package/dist/browser/operationsInterfaces/administrators.d.ts.map +0 -1
  904. package/dist/browser/operationsInterfaces/administrators.js +0 -9
  905. package/dist/browser/operationsInterfaces/administrators.js.map +0 -1
  906. package/dist/browser/operationsInterfaces/backups.d.ts +0 -54
  907. package/dist/browser/operationsInterfaces/backups.d.ts.map +0 -1
  908. package/dist/browser/operationsInterfaces/backups.js +0 -9
  909. package/dist/browser/operationsInterfaces/backups.js.map +0 -1
  910. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  911. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  912. package/dist/browser/operationsInterfaces/checkNameAvailability.js +0 -9
  913. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +0 -1
  914. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  915. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  916. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  917. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  918. package/dist/browser/operationsInterfaces/flexibleServer.d.ts +0 -31
  919. package/dist/browser/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  920. package/dist/browser/operationsInterfaces/flexibleServer.js +0 -9
  921. package/dist/browser/operationsInterfaces/flexibleServer.js.map +0 -1
  922. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  923. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  924. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  925. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  926. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  927. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  928. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js +0 -9
  929. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  930. package/dist/browser/operationsInterfaces/logFiles.d.ts +0 -13
  931. package/dist/browser/operationsInterfaces/logFiles.d.ts.map +0 -1
  932. package/dist/browser/operationsInterfaces/logFiles.js +0 -9
  933. package/dist/browser/operationsInterfaces/logFiles.js.map +0 -1
  934. package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  935. package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  936. package/dist/browser/operationsInterfaces/ltrBackupOperations.js +0 -9
  937. package/dist/browser/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  938. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  939. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  940. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  941. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  942. package/dist/browser/operationsInterfaces/serverCapabilities.d.ts +0 -13
  943. package/dist/browser/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  944. package/dist/browser/operationsInterfaces/serverCapabilities.js +0 -9
  945. package/dist/browser/operationsInterfaces/serverCapabilities.js.map +0 -1
  946. package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  947. package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  948. package/dist/browser/operationsInterfaces/tuningConfiguration.js +0 -9
  949. package/dist/browser/operationsInterfaces/tuningConfiguration.js.map +0 -1
  950. package/dist/browser/operationsInterfaces/tuningIndex.d.ts +0 -14
  951. package/dist/browser/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  952. package/dist/browser/operationsInterfaces/tuningIndex.js +0 -9
  953. package/dist/browser/operationsInterfaces/tuningIndex.js.map +0 -1
  954. package/dist/browser/operationsInterfaces/tuningOptions.d.ts +0 -21
  955. package/dist/browser/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  956. package/dist/browser/operationsInterfaces/tuningOptions.js +0 -9
  957. package/dist/browser/operationsInterfaces/tuningOptions.js.map +0 -1
  958. package/dist/commonjs/operations/administrators.d.ts +0 -81
  959. package/dist/commonjs/operations/administrators.d.ts.map +0 -1
  960. package/dist/commonjs/operations/administrators.js.map +0 -1
  961. package/dist/commonjs/operations/backups.d.ts.map +0 -1
  962. package/dist/commonjs/operations/backups.js.map +0 -1
  963. package/dist/commonjs/operations/checkNameAvailability.d.ts +0 -19
  964. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +0 -1
  965. package/dist/commonjs/operations/checkNameAvailability.js +0 -54
  966. package/dist/commonjs/operations/checkNameAvailability.js.map +0 -1
  967. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  968. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  969. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +0 -55
  970. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  971. package/dist/commonjs/operations/flexibleServer.d.ts +0 -39
  972. package/dist/commonjs/operations/flexibleServer.d.ts.map +0 -1
  973. package/dist/commonjs/operations/flexibleServer.js +0 -157
  974. package/dist/commonjs/operations/flexibleServer.js.map +0 -1
  975. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  976. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  977. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  978. package/dist/commonjs/operations/locationBasedCapabilities.d.ts +0 -35
  979. package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +0 -1
  980. package/dist/commonjs/operations/locationBasedCapabilities.js +0 -145
  981. package/dist/commonjs/operations/locationBasedCapabilities.js.map +0 -1
  982. package/dist/commonjs/operations/logFiles.d.ts.map +0 -1
  983. package/dist/commonjs/operations/logFiles.js.map +0 -1
  984. package/dist/commonjs/operations/ltrBackupOperations.d.ts.map +0 -1
  985. package/dist/commonjs/operations/ltrBackupOperations.js +0 -186
  986. package/dist/commonjs/operations/ltrBackupOperations.js.map +0 -1
  987. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +0 -48
  988. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  989. package/dist/commonjs/operations/privateEndpointConnectionOperations.js +0 -214
  990. package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +0 -1
  991. package/dist/commonjs/operations/serverCapabilities.d.ts.map +0 -1
  992. package/dist/commonjs/operations/serverCapabilities.js.map +0 -1
  993. package/dist/commonjs/operations/tuningConfiguration.d.ts +0 -137
  994. package/dist/commonjs/operations/tuningConfiguration.d.ts.map +0 -1
  995. package/dist/commonjs/operations/tuningConfiguration.js +0 -642
  996. package/dist/commonjs/operations/tuningConfiguration.js.map +0 -1
  997. package/dist/commonjs/operations/tuningIndex.d.ts +0 -41
  998. package/dist/commonjs/operations/tuningIndex.d.ts.map +0 -1
  999. package/dist/commonjs/operations/tuningIndex.js +0 -159
  1000. package/dist/commonjs/operations/tuningIndex.js.map +0 -1
  1001. package/dist/commonjs/operations/tuningOptions.d.ts.map +0 -1
  1002. package/dist/commonjs/operations/tuningOptions.js.map +0 -1
  1003. package/dist/commonjs/operationsInterfaces/administrators.d.ts +0 -56
  1004. package/dist/commonjs/operationsInterfaces/administrators.d.ts.map +0 -1
  1005. package/dist/commonjs/operationsInterfaces/administrators.js +0 -10
  1006. package/dist/commonjs/operationsInterfaces/administrators.js.map +0 -1
  1007. package/dist/commonjs/operationsInterfaces/backups.d.ts +0 -54
  1008. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +0 -1
  1009. package/dist/commonjs/operationsInterfaces/backups.js +0 -10
  1010. package/dist/commonjs/operationsInterfaces/backups.js.map +0 -1
  1011. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1012. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1013. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +0 -10
  1014. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1015. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1016. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1017. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -10
  1018. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1019. package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts +0 -31
  1020. package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1021. package/dist/commonjs/operationsInterfaces/flexibleServer.js +0 -10
  1022. package/dist/commonjs/operationsInterfaces/flexibleServer.js.map +0 -1
  1023. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1024. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1025. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -10
  1026. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1027. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1028. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1029. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +0 -10
  1030. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1031. package/dist/commonjs/operationsInterfaces/logFiles.d.ts +0 -13
  1032. package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +0 -1
  1033. package/dist/commonjs/operationsInterfaces/logFiles.js +0 -10
  1034. package/dist/commonjs/operationsInterfaces/logFiles.js.map +0 -1
  1035. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1036. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1037. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js +0 -10
  1038. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1039. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1040. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1041. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +0 -10
  1042. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1043. package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1044. package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1045. package/dist/commonjs/operationsInterfaces/serverCapabilities.js +0 -10
  1046. package/dist/commonjs/operationsInterfaces/serverCapabilities.js.map +0 -1
  1047. package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1048. package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1049. package/dist/commonjs/operationsInterfaces/tuningConfiguration.js +0 -10
  1050. package/dist/commonjs/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1051. package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts +0 -14
  1052. package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1053. package/dist/commonjs/operationsInterfaces/tuningIndex.js +0 -10
  1054. package/dist/commonjs/operationsInterfaces/tuningIndex.js.map +0 -1
  1055. package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts +0 -21
  1056. package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1057. package/dist/commonjs/operationsInterfaces/tuningOptions.js +0 -10
  1058. package/dist/commonjs/operationsInterfaces/tuningOptions.js.map +0 -1
  1059. package/dist/esm/operations/administrators.d.ts +0 -81
  1060. package/dist/esm/operations/administrators.d.ts.map +0 -1
  1061. package/dist/esm/operations/administrators.js.map +0 -1
  1062. package/dist/esm/operations/backups.d.ts.map +0 -1
  1063. package/dist/esm/operations/backups.js.map +0 -1
  1064. package/dist/esm/operations/checkNameAvailability.d.ts +0 -19
  1065. package/dist/esm/operations/checkNameAvailability.d.ts.map +0 -1
  1066. package/dist/esm/operations/checkNameAvailability.js +0 -49
  1067. package/dist/esm/operations/checkNameAvailability.js.map +0 -1
  1068. package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  1069. package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1070. package/dist/esm/operations/checkNameAvailabilityWithLocation.js +0 -50
  1071. package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  1072. package/dist/esm/operations/flexibleServer.d.ts +0 -39
  1073. package/dist/esm/operations/flexibleServer.d.ts.map +0 -1
  1074. package/dist/esm/operations/flexibleServer.js +0 -152
  1075. package/dist/esm/operations/flexibleServer.js.map +0 -1
  1076. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1077. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1078. package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1079. package/dist/esm/operations/locationBasedCapabilities.d.ts +0 -35
  1080. package/dist/esm/operations/locationBasedCapabilities.d.ts.map +0 -1
  1081. package/dist/esm/operations/locationBasedCapabilities.js +0 -141
  1082. package/dist/esm/operations/locationBasedCapabilities.js.map +0 -1
  1083. package/dist/esm/operations/logFiles.d.ts.map +0 -1
  1084. package/dist/esm/operations/logFiles.js.map +0 -1
  1085. package/dist/esm/operations/ltrBackupOperations.d.ts +0 -46
  1086. package/dist/esm/operations/ltrBackupOperations.d.ts.map +0 -1
  1087. package/dist/esm/operations/ltrBackupOperations.js +0 -182
  1088. package/dist/esm/operations/ltrBackupOperations.js.map +0 -1
  1089. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +0 -48
  1090. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  1091. package/dist/esm/operations/privateEndpointConnectionOperations.js +0 -209
  1092. package/dist/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
  1093. package/dist/esm/operations/serverCapabilities.d.ts.map +0 -1
  1094. package/dist/esm/operations/serverCapabilities.js.map +0 -1
  1095. package/dist/esm/operations/tuningConfiguration.d.ts +0 -137
  1096. package/dist/esm/operations/tuningConfiguration.d.ts.map +0 -1
  1097. package/dist/esm/operations/tuningConfiguration.js +0 -638
  1098. package/dist/esm/operations/tuningConfiguration.js.map +0 -1
  1099. package/dist/esm/operations/tuningIndex.d.ts +0 -41
  1100. package/dist/esm/operations/tuningIndex.d.ts.map +0 -1
  1101. package/dist/esm/operations/tuningIndex.js +0 -155
  1102. package/dist/esm/operations/tuningIndex.js.map +0 -1
  1103. package/dist/esm/operations/tuningOptions.d.ts +0 -46
  1104. package/dist/esm/operations/tuningOptions.d.ts.map +0 -1
  1105. package/dist/esm/operations/tuningOptions.js.map +0 -1
  1106. package/dist/esm/operationsInterfaces/administrators.d.ts +0 -56
  1107. package/dist/esm/operationsInterfaces/administrators.d.ts.map +0 -1
  1108. package/dist/esm/operationsInterfaces/administrators.js +0 -9
  1109. package/dist/esm/operationsInterfaces/administrators.js.map +0 -1
  1110. package/dist/esm/operationsInterfaces/backups.d.ts +0 -54
  1111. package/dist/esm/operationsInterfaces/backups.d.ts.map +0 -1
  1112. package/dist/esm/operationsInterfaces/backups.js +0 -9
  1113. package/dist/esm/operationsInterfaces/backups.js.map +0 -1
  1114. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1115. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1116. package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -9
  1117. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1118. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1119. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1120. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  1121. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1122. package/dist/esm/operationsInterfaces/flexibleServer.d.ts +0 -31
  1123. package/dist/esm/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1124. package/dist/esm/operationsInterfaces/flexibleServer.js +0 -9
  1125. package/dist/esm/operationsInterfaces/flexibleServer.js.map +0 -1
  1126. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1127. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1128. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  1129. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1130. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1131. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1132. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +0 -9
  1133. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1134. package/dist/esm/operationsInterfaces/logFiles.d.ts +0 -13
  1135. package/dist/esm/operationsInterfaces/logFiles.d.ts.map +0 -1
  1136. package/dist/esm/operationsInterfaces/logFiles.js +0 -9
  1137. package/dist/esm/operationsInterfaces/logFiles.js.map +0 -1
  1138. package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1139. package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1140. package/dist/esm/operationsInterfaces/ltrBackupOperations.js +0 -9
  1141. package/dist/esm/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1142. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1143. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1144. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  1145. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1146. package/dist/esm/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1147. package/dist/esm/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1148. package/dist/esm/operationsInterfaces/serverCapabilities.js +0 -9
  1149. package/dist/esm/operationsInterfaces/serverCapabilities.js.map +0 -1
  1150. package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1151. package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1152. package/dist/esm/operationsInterfaces/tuningConfiguration.js +0 -9
  1153. package/dist/esm/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1154. package/dist/esm/operationsInterfaces/tuningIndex.d.ts +0 -14
  1155. package/dist/esm/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1156. package/dist/esm/operationsInterfaces/tuningIndex.js +0 -9
  1157. package/dist/esm/operationsInterfaces/tuningIndex.js.map +0 -1
  1158. package/dist/esm/operationsInterfaces/tuningOptions.d.ts +0 -21
  1159. package/dist/esm/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1160. package/dist/esm/operationsInterfaces/tuningOptions.js +0 -9
  1161. package/dist/esm/operationsInterfaces/tuningOptions.js.map +0 -1
  1162. package/dist/react-native/operations/administrators.d.ts +0 -81
  1163. package/dist/react-native/operations/administrators.d.ts.map +0 -1
  1164. package/dist/react-native/operations/administrators.js.map +0 -1
  1165. package/dist/react-native/operations/backups.d.ts.map +0 -1
  1166. package/dist/react-native/operations/backups.js.map +0 -1
  1167. package/dist/react-native/operations/checkNameAvailability.d.ts +0 -19
  1168. package/dist/react-native/operations/checkNameAvailability.d.ts.map +0 -1
  1169. package/dist/react-native/operations/checkNameAvailability.js +0 -49
  1170. package/dist/react-native/operations/checkNameAvailability.js.map +0 -1
  1171. package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  1172. package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1173. package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +0 -50
  1174. package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  1175. package/dist/react-native/operations/flexibleServer.d.ts +0 -39
  1176. package/dist/react-native/operations/flexibleServer.d.ts.map +0 -1
  1177. package/dist/react-native/operations/flexibleServer.js +0 -152
  1178. package/dist/react-native/operations/flexibleServer.js.map +0 -1
  1179. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1180. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1181. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1182. package/dist/react-native/operations/locationBasedCapabilities.d.ts +0 -35
  1183. package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +0 -1
  1184. package/dist/react-native/operations/locationBasedCapabilities.js +0 -141
  1185. package/dist/react-native/operations/locationBasedCapabilities.js.map +0 -1
  1186. package/dist/react-native/operations/logFiles.d.ts.map +0 -1
  1187. package/dist/react-native/operations/logFiles.js.map +0 -1
  1188. package/dist/react-native/operations/ltrBackupOperations.d.ts +0 -46
  1189. package/dist/react-native/operations/ltrBackupOperations.d.ts.map +0 -1
  1190. package/dist/react-native/operations/ltrBackupOperations.js +0 -182
  1191. package/dist/react-native/operations/ltrBackupOperations.js.map +0 -1
  1192. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +0 -48
  1193. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  1194. package/dist/react-native/operations/privateEndpointConnectionOperations.js +0 -209
  1195. package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +0 -1
  1196. package/dist/react-native/operations/serverCapabilities.d.ts.map +0 -1
  1197. package/dist/react-native/operations/serverCapabilities.js.map +0 -1
  1198. package/dist/react-native/operations/tuningConfiguration.d.ts +0 -137
  1199. package/dist/react-native/operations/tuningConfiguration.d.ts.map +0 -1
  1200. package/dist/react-native/operations/tuningConfiguration.js +0 -638
  1201. package/dist/react-native/operations/tuningConfiguration.js.map +0 -1
  1202. package/dist/react-native/operations/tuningIndex.d.ts +0 -41
  1203. package/dist/react-native/operations/tuningIndex.d.ts.map +0 -1
  1204. package/dist/react-native/operations/tuningIndex.js +0 -155
  1205. package/dist/react-native/operations/tuningIndex.js.map +0 -1
  1206. package/dist/react-native/operations/tuningOptions.d.ts +0 -46
  1207. package/dist/react-native/operations/tuningOptions.d.ts.map +0 -1
  1208. package/dist/react-native/operations/tuningOptions.js.map +0 -1
  1209. package/dist/react-native/operationsInterfaces/administrators.d.ts +0 -56
  1210. package/dist/react-native/operationsInterfaces/administrators.d.ts.map +0 -1
  1211. package/dist/react-native/operationsInterfaces/administrators.js +0 -9
  1212. package/dist/react-native/operationsInterfaces/administrators.js.map +0 -1
  1213. package/dist/react-native/operationsInterfaces/backups.d.ts +0 -54
  1214. package/dist/react-native/operationsInterfaces/backups.d.ts.map +0 -1
  1215. package/dist/react-native/operationsInterfaces/backups.js +0 -9
  1216. package/dist/react-native/operationsInterfaces/backups.js.map +0 -1
  1217. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1218. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1219. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +0 -9
  1220. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1221. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1222. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1223. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  1224. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1225. package/dist/react-native/operationsInterfaces/flexibleServer.d.ts +0 -31
  1226. package/dist/react-native/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1227. package/dist/react-native/operationsInterfaces/flexibleServer.js +0 -9
  1228. package/dist/react-native/operationsInterfaces/flexibleServer.js.map +0 -1
  1229. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1230. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1231. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  1232. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1233. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1234. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1235. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +0 -9
  1236. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1237. package/dist/react-native/operationsInterfaces/logFiles.d.ts +0 -13
  1238. package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +0 -1
  1239. package/dist/react-native/operationsInterfaces/logFiles.js +0 -9
  1240. package/dist/react-native/operationsInterfaces/logFiles.js.map +0 -1
  1241. package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1242. package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1243. package/dist/react-native/operationsInterfaces/ltrBackupOperations.js +0 -9
  1244. package/dist/react-native/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1245. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1246. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1247. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  1248. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1249. package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1250. package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1251. package/dist/react-native/operationsInterfaces/serverCapabilities.js +0 -9
  1252. package/dist/react-native/operationsInterfaces/serverCapabilities.js.map +0 -1
  1253. package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1254. package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1255. package/dist/react-native/operationsInterfaces/tuningConfiguration.js +0 -9
  1256. package/dist/react-native/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1257. package/dist/react-native/operationsInterfaces/tuningIndex.d.ts +0 -14
  1258. package/dist/react-native/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1259. package/dist/react-native/operationsInterfaces/tuningIndex.js +0 -9
  1260. package/dist/react-native/operationsInterfaces/tuningIndex.js.map +0 -1
  1261. package/dist/react-native/operationsInterfaces/tuningOptions.d.ts +0 -21
  1262. package/dist/react-native/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1263. package/dist/react-native/operationsInterfaces/tuningOptions.js +0 -9
  1264. package/dist/react-native/operationsInterfaces/tuningOptions.js.map +0 -1
  1265. package/review/arm-postgresql-flexible.api.md +0 -2724
@@ -1,11 +1,6 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
9
4
  Object.defineProperty(exports, "__esModule", { value: true });
10
5
  exports.QuotaUsagesImpl = void 0;
11
6
  const tslib_1 = require("tslib");
@@ -16,6 +11,7 @@ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
11
  /// <reference lib="esnext.asynciterable" />
17
12
  /** Class containing QuotaUsages operations. */
18
13
  class QuotaUsagesImpl {
14
+ client;
19
15
  /**
20
16
  * Initialize a new instance of the class QuotaUsages class.
21
17
  * @param client Reference to the service client
@@ -38,52 +34,35 @@ class QuotaUsagesImpl {
38
34
  return this;
39
35
  },
40
36
  byPage: (settings) => {
41
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
37
+ if (settings?.maxPageSize) {
42
38
  throw new Error("maxPageSize is not supported by this operation.");
43
39
  }
44
40
  return this.listPagingPage(locationName, options, settings);
45
41
  },
46
42
  };
47
43
  }
48
- listPagingPage(locationName, options, settings) {
49
- return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
50
- let result;
51
- let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
52
- if (!continuationToken) {
53
- result = yield tslib_1.__await(this._list(locationName, options));
54
- const page = result.value || [];
55
- continuationToken = result.nextLink;
56
- (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
57
- yield yield tslib_1.__await(page);
58
- }
59
- while (continuationToken) {
60
- result = yield tslib_1.__await(this._listNext(locationName, continuationToken, options));
61
- continuationToken = result.nextLink;
62
- const page = result.value || [];
63
- (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
64
- yield yield tslib_1.__await(page);
65
- }
66
- });
44
+ async *listPagingPage(locationName, options, settings) {
45
+ let result;
46
+ let continuationToken = settings?.continuationToken;
47
+ if (!continuationToken) {
48
+ result = await this._list(locationName, options);
49
+ const page = result.value || [];
50
+ continuationToken = result.nextLink;
51
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
52
+ yield page;
53
+ }
54
+ while (continuationToken) {
55
+ result = await this._listNext(locationName, continuationToken, options);
56
+ continuationToken = result.nextLink;
57
+ const page = result.value || [];
58
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
59
+ yield page;
60
+ }
67
61
  }
68
- listPagingAll(locationName, options) {
69
- return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
70
- var _a, e_1, _b, _c;
71
- try {
72
- for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(locationName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
73
- _c = _f.value;
74
- _d = false;
75
- const page = _c;
76
- yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
77
- }
78
- }
79
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
80
- finally {
81
- try {
82
- if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
83
- }
84
- finally { if (e_1) throw e_1.error; }
85
- }
86
- });
62
+ async *listPagingAll(locationName, options) {
63
+ for await (const page of this.listPagingPage(locationName, options)) {
64
+ yield* page;
65
+ }
87
66
  }
88
67
  /**
89
68
  * Get quota usages at specified location in a given subscription.
@@ -111,7 +90,7 @@ const listOperationSpec = {
111
90
  httpMethod: "GET",
112
91
  responses: {
113
92
  200: {
114
- bodyMapper: Mappers.QuotaUsagesListResult,
93
+ bodyMapper: Mappers.QuotaUsageList,
115
94
  },
116
95
  default: {
117
96
  bodyMapper: Mappers.ErrorResponse,
@@ -127,7 +106,7 @@ const listNextOperationSpec = {
127
106
  httpMethod: "GET",
128
107
  responses: {
129
108
  200: {
130
- bodyMapper: Mappers.QuotaUsagesListResult,
109
+ bodyMapper: Mappers.QuotaUsageList,
131
110
  },
132
111
  default: {
133
112
  bodyMapper: Mappers.ErrorResponse,
@@ -1 +1 @@
1
- {"version":3,"file":"quotaUsages.js","sourceRoot":"","sources":["../../../src/operations/quotaUsages.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,wDAA0D;AAE1D,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAUtD,4CAA4C;AAC5C,+CAA+C;AAC/C,MAAa,eAAe;IAG1B;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACI,IAAI,CACT,YAAoB,EACpB,OAAuC;QAEvC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YAC9D,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,cAAc,CAC3B,YAAoB,EACpB,OAAuC,EACvC,QAAuB;;YAEvB,IAAI,MAA+B,CAAC;YACpC,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;gBACjD,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAChC,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAChC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,aAAa,CAC1B,YAAoB,EACpB,OAAuC;;;;gBAEvC,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,OAAO,CAAC,CAAA,IAAA,uEAAE,CAAC;oBAA7C,cAA0C;oBAA1C,WAA0C;oBAAxD,MAAM,IAAI,KAAA,CAAA;oBACnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;OAIG;IACK,KAAK,CACX,YAAoB,EACpB,OAAuC;QAEvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IACxF,CAAC;IAED;;;;;OAKG;IACK,SAAS,CACf,YAAoB,EACpB,QAAgB,EAChB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACnC,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AAjGD,0CAiGC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,kIAAkI;IACxI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,EAAE,UAAU,CAAC,YAAY,CAAC;IACrF,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,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\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { QuotaUsages } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { PostgreSQLManagementFlexibleServerClient } from \"../postgreSQLManagementFlexibleServerClient.js\";\nimport type {\n QuotaUsage,\n QuotaUsagesListNextOptionalParams,\n QuotaUsagesListOptionalParams,\n QuotaUsagesListResponse,\n QuotaUsagesListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing QuotaUsages operations. */\nexport class QuotaUsagesImpl implements QuotaUsages {\n private readonly client: PostgreSQLManagementFlexibleServerClient;\n\n /**\n * Initialize a new instance of the class QuotaUsages class.\n * @param client Reference to the service client\n */\n constructor(client: PostgreSQLManagementFlexibleServerClient) {\n this.client = client;\n }\n\n /**\n * Get quota usages at specified location in a given subscription.\n * @param locationName The name of the location.\n * @param options The options parameters.\n */\n public list(\n locationName: string,\n options?: QuotaUsagesListOptionalParams,\n ): PagedAsyncIterableIterator<QuotaUsage> {\n const iter = this.listPagingAll(locationName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(locationName, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n locationName: string,\n options?: QuotaUsagesListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<QuotaUsage[]> {\n let result: QuotaUsagesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(locationName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(locationName, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n locationName: string,\n options?: QuotaUsagesListOptionalParams,\n ): AsyncIterableIterator<QuotaUsage> {\n for await (const page of this.listPagingPage(locationName, options)) {\n yield* page;\n }\n }\n\n /**\n * Get quota usages at specified location in a given subscription.\n * @param locationName The name of the location.\n * @param options The options parameters.\n */\n private _list(\n locationName: string,\n options?: QuotaUsagesListOptionalParams,\n ): Promise<QuotaUsagesListResponse> {\n return this.client.sendOperationRequest({ locationName, options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param locationName The name of the location.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n locationName: string,\n nextLink: string,\n options?: QuotaUsagesListNextOptionalParams,\n ): Promise<QuotaUsagesListNextResponse> {\n return this.client.sendOperationRequest(\n { locationName, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/resourceType/flexibleServers/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaUsagesListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.locationName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaUsagesListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.locationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
1
+ {"version":3,"file":"quotaUsages.js","sourceRoot":"","sources":["../../../src/operations/quotaUsages.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAMlC,wDAA0D;AAE1D,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAUtD,4CAA4C;AAC5C,+CAA+C;AAC/C,MAAa,eAAe;IACT,MAAM,CAA2C;IAElE;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACI,IAAI,CACT,YAAoB,EACpB,OAAuC;QAEvC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YAC9D,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,YAAoB,EACpB,OAAuC,EACvC,QAAuB;QAEvB,IAAI,MAA+B,CAAC;QACpC,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;YACjD,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAChC,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,YAAY,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAC;YACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,MAAM,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAChC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,YAAoB,EACpB,OAAuC;QAEvC,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,YAAY,EAAE,OAAO,CAAC,EAAE,CAAC;YACpE,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;OAIG;IACK,KAAK,CACX,YAAoB,EACpB,OAAuC;QAEvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IACxF,CAAC;IAED;;;;;OAKG;IACK,SAAS,CACf,YAAoB,EACpB,QAAgB,EAChB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACnC,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AAjGD,0CAiGC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,kIAAkI;IACxI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,EAAE,UAAU,CAAC,YAAY,CAAC;IACrF,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["// 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 type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { QuotaUsages } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { PostgreSQLManagementFlexibleServerClient } from \"../postgreSQLManagementFlexibleServerClient.js\";\nimport type {\n QuotaUsage,\n QuotaUsagesListNextOptionalParams,\n QuotaUsagesListOptionalParams,\n QuotaUsagesListResponse,\n QuotaUsagesListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing QuotaUsages operations. */\nexport class QuotaUsagesImpl implements QuotaUsages {\n private readonly client: PostgreSQLManagementFlexibleServerClient;\n\n /**\n * Initialize a new instance of the class QuotaUsages class.\n * @param client Reference to the service client\n */\n constructor(client: PostgreSQLManagementFlexibleServerClient) {\n this.client = client;\n }\n\n /**\n * Get quota usages at specified location in a given subscription.\n * @param locationName The name of the location.\n * @param options The options parameters.\n */\n public list(\n locationName: string,\n options?: QuotaUsagesListOptionalParams,\n ): PagedAsyncIterableIterator<QuotaUsage> {\n const iter = this.listPagingAll(locationName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(locationName, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n locationName: string,\n options?: QuotaUsagesListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<QuotaUsage[]> {\n let result: QuotaUsagesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(locationName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(locationName, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n locationName: string,\n options?: QuotaUsagesListOptionalParams,\n ): AsyncIterableIterator<QuotaUsage> {\n for await (const page of this.listPagingPage(locationName, options)) {\n yield* page;\n }\n }\n\n /**\n * Get quota usages at specified location in a given subscription.\n * @param locationName The name of the location.\n * @param options The options parameters.\n */\n private _list(\n locationName: string,\n options?: QuotaUsagesListOptionalParams,\n ): Promise<QuotaUsagesListResponse> {\n return this.client.sendOperationRequest({ locationName, options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param locationName The name of the location.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n locationName: string,\n nextLink: string,\n options?: QuotaUsagesListNextOptionalParams,\n ): Promise<QuotaUsagesListNextResponse> {\n return this.client.sendOperationRequest(\n { locationName, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/resourceType/flexibleServers/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaUsageList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.locationName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QuotaUsageList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.locationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -11,7 +11,7 @@ export declare class ReplicasImpl implements Replicas {
11
11
  */
12
12
  constructor(client: PostgreSQLManagementFlexibleServerClient);
13
13
  /**
14
- * List all the replicas for a given server.
14
+ * Lists all read replicas of a server.
15
15
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
16
  * @param serverName The name of the server.
17
17
  * @param options The options parameters.
@@ -20,7 +20,7 @@ export declare class ReplicasImpl implements Replicas {
20
20
  private listByServerPagingPage;
21
21
  private listByServerPagingAll;
22
22
  /**
23
- * List all the replicas for a given server.
23
+ * Lists all read replicas of a server.
24
24
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
25
  * @param serverName The name of the server.
26
26
  * @param options The options parameters.
@@ -1 +1 @@
1
- {"version":3,"file":"replicas.d.ts","sourceRoot":"","sources":["../../../src/operations/replicas.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AACnF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAIjE,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EACV,MAAM,EACN,kCAAkC,EAEnC,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;;OAKG;IACI,YAAY,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,MAAM,CAAC;YAkBtB,sBAAsB;YAWtB,qBAAqB;IAUpC;;;;;OAKG;IACH,OAAO,CAAC,aAAa;CAUtB"}
1
+ {"version":3,"file":"replicas.d.ts","sourceRoot":"","sources":["../../../src/operations/replicas.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AACnF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAIjE,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EACV,MAAM,EACN,kCAAkC,EAEnC,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;;OAKG;IACI,YAAY,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,MAAM,CAAC;YAkBtB,sBAAsB;YAWtB,qBAAqB;IAUpC;;;;;OAKG;IACH,OAAO,CAAC,aAAa;CAUtB"}
@@ -1,11 +1,6 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
9
4
  Object.defineProperty(exports, "__esModule", { value: true });
10
5
  exports.ReplicasImpl = void 0;
11
6
  const tslib_1 = require("tslib");
@@ -15,6 +10,7 @@ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
10
  /// <reference lib="esnext.asynciterable" />
16
11
  /** Class containing Replicas operations. */
17
12
  class ReplicasImpl {
13
+ client;
18
14
  /**
19
15
  * Initialize a new instance of the class Replicas class.
20
16
  * @param client Reference to the service client
@@ -23,7 +19,7 @@ class ReplicasImpl {
23
19
  this.client = client;
24
20
  }
25
21
  /**
26
- * List all the replicas for a given server.
22
+ * Lists all read replicas of a server.
27
23
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
24
  * @param serverName The name of the server.
29
25
  * @param options The options parameters.
@@ -38,42 +34,25 @@ class ReplicasImpl {
38
34
  return this;
39
35
  },
40
36
  byPage: (settings) => {
41
- if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
37
+ if (settings?.maxPageSize) {
42
38
  throw new Error("maxPageSize is not supported by this operation.");
43
39
  }
44
40
  return this.listByServerPagingPage(resourceGroupName, serverName, options, settings);
45
41
  },
46
42
  };
47
43
  }
48
- listByServerPagingPage(resourceGroupName, serverName, options, _settings) {
49
- return tslib_1.__asyncGenerator(this, arguments, function* listByServerPagingPage_1() {
50
- let result;
51
- result = yield tslib_1.__await(this._listByServer(resourceGroupName, serverName, options));
52
- yield yield tslib_1.__await(result.value || []);
53
- });
44
+ async *listByServerPagingPage(resourceGroupName, serverName, options, _settings) {
45
+ let result;
46
+ result = await this._listByServer(resourceGroupName, serverName, options);
47
+ yield result.value || [];
54
48
  }
55
- listByServerPagingAll(resourceGroupName, serverName, options) {
56
- return tslib_1.__asyncGenerator(this, arguments, function* listByServerPagingAll_1() {
57
- var _a, e_1, _b, _c;
58
- try {
59
- for (var _d = true, _e = tslib_1.__asyncValues(this.listByServerPagingPage(resourceGroupName, serverName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
60
- _c = _f.value;
61
- _d = false;
62
- const page = _c;
63
- yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
64
- }
65
- }
66
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
67
- finally {
68
- try {
69
- if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
70
- }
71
- finally { if (e_1) throw e_1.error; }
72
- }
73
- });
49
+ async *listByServerPagingAll(resourceGroupName, serverName, options) {
50
+ for await (const page of this.listByServerPagingPage(resourceGroupName, serverName, options)) {
51
+ yield* page;
52
+ }
74
53
  }
75
54
  /**
76
- * List all the replicas for a given server.
55
+ * Lists all read replicas of a server.
77
56
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
57
  * @param serverName The name of the server.
79
58
  * @param options The options parameters.
@@ -90,7 +69,7 @@ const listByServerOperationSpec = {
90
69
  httpMethod: "GET",
91
70
  responses: {
92
71
  200: {
93
- bodyMapper: Mappers.ServerListResult,
72
+ bodyMapper: Mappers.ServerList,
94
73
  },
95
74
  default: {
96
75
  bodyMapper: Mappers.ErrorResponse,
@@ -1 +1 @@
1
- {"version":3,"file":"replicas.js","sourceRoot":"","sources":["../../../src/operations/replicas.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAIH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAQtD,4CAA4C;AAC5C,4CAA4C;AAC5C,MAAa,YAAY;IAGvB;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,YAAY,CACjB,iBAAyB,EACzB,UAAkB,EAClB,OAA4C;QAE5C,MAAM,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC;QAChF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,EAAE,UAAU,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YACvF,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,sBAAsB,CACnC,iBAAyB,EACzB,UAAkB,EAClB,OAA4C,EAC5C,SAAwB;;YAExB,IAAI,MAAoC,CAAC;YACzC,MAAM,GAAG,sBAAM,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA,CAAC;YAC1E,4BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;QAC3B,CAAC;KAAA;IAEc,qBAAqB,CAClC,iBAAyB,EACzB,UAAkB,EAClB,OAA4C;;;;gBAE5C,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,EAAE,UAAU,EAAE,OAAO,CAAC,CAAA,IAAA,uEAAE,CAAC;oBAAtE,cAAmE;oBAAnE,WAAmE;oBAAjF,MAAM,IAAI,KAAA,CAAA;oBACnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;OAKG;IACK,aAAa,CACnB,iBAAyB,EACzB,UAAkB,EAClB,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1C,yBAAyB,CAC1B,CAAC;IACJ,CAAC;CACF;AA5ED,oCA4EC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,yBAAyB,GAA6B;IAC1D,IAAI,EAAE,8IAA8I;IACpJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gBAAgB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,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\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport type { Replicas } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { PostgreSQLManagementFlexibleServerClient } from \"../postgreSQLManagementFlexibleServerClient.js\";\nimport type {\n Server,\n ReplicasListByServerOptionalParams,\n ReplicasListByServerResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Replicas operations. */\nexport class ReplicasImpl implements Replicas {\n private readonly client: PostgreSQLManagementFlexibleServerClient;\n\n /**\n * Initialize a new instance of the class Replicas class.\n * @param client Reference to the service client\n */\n constructor(client: PostgreSQLManagementFlexibleServerClient) {\n this.client = client;\n }\n\n /**\n * List all the replicas for a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n public listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n ): PagedAsyncIterableIterator<Server> {\n const iter = this.listByServerPagingAll(resourceGroupName, serverName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByServerPagingPage(resourceGroupName, serverName, options, settings);\n },\n };\n }\n\n private async *listByServerPagingPage(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<Server[]> {\n let result: ReplicasListByServerResponse;\n result = await this._listByServer(resourceGroupName, serverName, options);\n yield result.value || [];\n }\n\n private async *listByServerPagingAll(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n ): AsyncIterableIterator<Server> {\n for await (const page of this.listByServerPagingPage(resourceGroupName, serverName, options)) {\n yield* page;\n }\n }\n\n /**\n * List all the replicas for a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n private _listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n ): Promise<ReplicasListByServerResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serverName, options },\n listByServerOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByServerOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/replicas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServerListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
1
+ {"version":3,"file":"replicas.js","sourceRoot":"","sources":["../../../src/operations/replicas.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAOlC,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAQtD,4CAA4C;AAC5C,4CAA4C;AAC5C,MAAa,YAAY;IACN,MAAM,CAA2C;IAElE;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,YAAY,CACjB,iBAAyB,EACzB,UAAkB,EAClB,OAA4C;QAE5C,MAAM,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC;QAChF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,EAAE,UAAU,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YACvF,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,sBAAsB,CACnC,iBAAyB,EACzB,UAAkB,EAClB,OAA4C,EAC5C,SAAwB;QAExB,IAAI,MAAoC,CAAC;QACzC,MAAM,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC;QAC1E,MAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;IAC3B,CAAC;IAEO,KAAK,CAAC,CAAC,qBAAqB,CAClC,iBAAyB,EACzB,UAAkB,EAClB,OAA4C;QAE5C,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,CAAC;YAC7F,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;OAKG;IACK,aAAa,CACnB,iBAAyB,EACzB,UAAkB,EAClB,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1C,yBAAyB,CAC1B,CAAC;IACJ,CAAC;CACF;AA5ED,oCA4EC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,yBAAyB,GAA6B;IAC1D,IAAI,EAAE,8IAA8I;IACpJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["// 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 type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport type { Replicas } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { PostgreSQLManagementFlexibleServerClient } from \"../postgreSQLManagementFlexibleServerClient.js\";\nimport type {\n Server,\n ReplicasListByServerOptionalParams,\n ReplicasListByServerResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Replicas operations. */\nexport class ReplicasImpl implements Replicas {\n private readonly client: PostgreSQLManagementFlexibleServerClient;\n\n /**\n * Initialize a new instance of the class Replicas class.\n * @param client Reference to the service client\n */\n constructor(client: PostgreSQLManagementFlexibleServerClient) {\n this.client = client;\n }\n\n /**\n * Lists all read replicas of a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n public listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n ): PagedAsyncIterableIterator<Server> {\n const iter = this.listByServerPagingAll(resourceGroupName, serverName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByServerPagingPage(resourceGroupName, serverName, options, settings);\n },\n };\n }\n\n private async *listByServerPagingPage(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<Server[]> {\n let result: ReplicasListByServerResponse;\n result = await this._listByServer(resourceGroupName, serverName, options);\n yield result.value || [];\n }\n\n private async *listByServerPagingAll(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n ): AsyncIterableIterator<Server> {\n for await (const page of this.listByServerPagingPage(resourceGroupName, serverName, options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all read replicas of a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n private _listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n ): Promise<ReplicasListByServerResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serverName, options },\n listByServerOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByServerOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/replicas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServerList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,8 +1,7 @@
1
- import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
1
  import type { ServerThreatProtectionSettings } from "../operationsInterfaces/index.js";
3
2
  import type { PostgreSQLManagementFlexibleServerClient } from "../postgreSQLManagementFlexibleServerClient.js";
4
3
  import type { SimplePollerLike, OperationState } from "@azure/core-lro";
5
- import type { ServerThreatProtectionSettingsModel, ServerThreatProtectionSettingsListByServerOptionalParams, ThreatProtectionName, ServerThreatProtectionSettingsGetOptionalParams, ServerThreatProtectionSettingsGetResponse, ServerThreatProtectionSettingsCreateOrUpdateOptionalParams, ServerThreatProtectionSettingsCreateOrUpdateResponse } from "../models/index.js";
4
+ import type { ThreatProtectionName, AdvancedThreatProtectionSettingsModel, ServerThreatProtectionSettingsCreateOrUpdateOptionalParams, ServerThreatProtectionSettingsCreateOrUpdateResponse } from "../models/index.js";
6
5
  /** Class containing ServerThreatProtectionSettings operations. */
7
6
  export declare class ServerThreatProtectionSettingsImpl implements ServerThreatProtectionSettings {
8
7
  private readonly client;
@@ -11,55 +10,23 @@ export declare class ServerThreatProtectionSettingsImpl implements ServerThreatP
11
10
  * @param client Reference to the service client
12
11
  */
13
12
  constructor(client: PostgreSQLManagementFlexibleServerClient);
14
- /**
15
- * Get a list of server's Threat Protection state.
16
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
- * @param serverName The name of the server.
18
- * @param options The options parameters.
19
- */
20
- listByServer(resourceGroupName: string, serverName: string, options?: ServerThreatProtectionSettingsListByServerOptionalParams): PagedAsyncIterableIterator<ServerThreatProtectionSettingsModel>;
21
- private listByServerPagingPage;
22
- private listByServerPagingAll;
23
- /**
24
- * Get a list of server's Threat Protection state.
25
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
- * @param serverName The name of the server.
27
- * @param options The options parameters.
28
- */
29
- private _listByServer;
30
- /**
31
- * Get a server's Advanced Threat Protection settings.
32
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
- * @param serverName The name of the server.
34
- * @param threatProtectionName The name of the Threat Protection state.
35
- * @param options The options parameters.
36
- */
37
- get(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, options?: ServerThreatProtectionSettingsGetOptionalParams): Promise<ServerThreatProtectionSettingsGetResponse>;
38
13
  /**
39
14
  * Creates or updates a server's Advanced Threat Protection settings.
40
15
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
16
  * @param serverName The name of the server.
42
- * @param threatProtectionName The name of the Threat Protection state.
43
- * @param parameters The Advanced Threat Protection state for the flexible server.
17
+ * @param threatProtectionName Name of the advanced threat protection settings.
18
+ * @param parameters The Advanced Threat Protection state for the server.
44
19
  * @param options The options parameters.
45
20
  */
46
- beginCreateOrUpdate(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, parameters: ServerThreatProtectionSettingsModel, options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerThreatProtectionSettingsCreateOrUpdateResponse>, ServerThreatProtectionSettingsCreateOrUpdateResponse>>;
21
+ beginCreateOrUpdate(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, parameters: AdvancedThreatProtectionSettingsModel, options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerThreatProtectionSettingsCreateOrUpdateResponse>, ServerThreatProtectionSettingsCreateOrUpdateResponse>>;
47
22
  /**
48
23
  * Creates or updates a server's Advanced Threat Protection settings.
49
24
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
25
  * @param serverName The name of the server.
51
- * @param threatProtectionName The name of the Threat Protection state.
52
- * @param parameters The Advanced Threat Protection state for the flexible server.
53
- * @param options The options parameters.
54
- */
55
- beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, parameters: ServerThreatProtectionSettingsModel, options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ServerThreatProtectionSettingsCreateOrUpdateResponse>;
56
- /**
57
- * ListByServerNext
58
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
59
- * @param serverName The name of the server.
60
- * @param nextLink The nextLink from the previous successful call to the ListByServer method.
26
+ * @param threatProtectionName Name of the advanced threat protection settings.
27
+ * @param parameters The Advanced Threat Protection state for the server.
61
28
  * @param options The options parameters.
62
29
  */
63
- private _listByServerNext;
30
+ beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, parameters: AdvancedThreatProtectionSettingsModel, options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ServerThreatProtectionSettingsCreateOrUpdateResponse>;
64
31
  }
65
32
  //# sourceMappingURL=serverThreatProtectionSettings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"serverThreatProtectionSettings.d.ts","sourceRoot":"","sources":["../../../src/operations/serverThreatProtectionSettings.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAIvF,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,mCAAmC,EAEnC,wDAAwD,EAExD,oBAAoB,EACpB,+CAA+C,EAC/C,yCAAyC,EACzC,0DAA0D,EAC1D,oDAAoD,EAErD,MAAM,oBAAoB,CAAC;AAG5B,kEAAkE;AAClE,qBAAa,kCAAmC,YAAW,8BAA8B;IACvF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;;OAKG;IACI,YAAY,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wDAAwD,GACjE,0BAA0B,CAAC,mCAAmC,CAAC;YAkBnD,sBAAsB;YA6BtB,qBAAqB;IAUpC;;;;;OAKG;IACH,OAAO,CAAC,aAAa;IAWrB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,oBAAoB,EAAE,oBAAoB,EAC1C,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC;IAOrD;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,oBAAoB,EAAE,oBAAoB,EAC1C,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oDAAoD,CAAC,EACpE,oDAAoD,CACrD,CACF;IA6DD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,oBAAoB,EAAE,oBAAoB,EAC1C,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CAAC,oDAAoD,CAAC;IAWhE;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;CAW1B"}
1
+ {"version":3,"file":"serverThreatProtectionSettings.d.ts","sourceRoot":"","sources":["../../../src/operations/serverThreatProtectionSettings.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAIvF,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,oBAAoB,EACpB,qCAAqC,EACrC,0DAA0D,EAC1D,oDAAoD,EACrD,MAAM,oBAAoB,CAAC;AAE5B,kEAAkE;AAClE,qBAAa,kCAAmC,YAAW,8BAA8B;IACvF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,oBAAoB,EAAE,oBAAoB,EAC1C,UAAU,EAAE,qCAAqC,EACjD,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oDAAoD,CAAC,EACpE,oDAAoD,CACrD,CACF;IA6DD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,oBAAoB,EAAE,oBAAoB,EAC1C,UAAU,EAAE,qCAAqC,EACjD,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CAAC,oDAAoD,CAAC;CAUjE"}