@azure/arm-postgresql-flexible 8.1.0-alpha.20251128.1 → 9.0.0-alpha.20251201.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1260) 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 +2 -7
  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 +1545 -1456
  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} +46 -41
  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/{esm/operations/tuningOptions.js → browser/operations/advancedThreatProtectionSettings.js} +22 -27
  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} +29 -34
  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/{esm/operations/locationBasedCapabilities.js → browser/operations/capabilitiesByLocation.js} +26 -31
  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} +10 -15
  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/{esm/operations/logFiles.js → browser/operations/capturedLogs.js} +10 -15
  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 +30 -27
  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 +35 -27
  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 +28 -25
  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 +114 -123
  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 +6 -11
  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} +10 -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 +203 -11
  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 +4 -9
  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 +4 -9
  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 +5 -10
  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 +11 -157
  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 +97 -70
  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 +33 -40
  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 +7 -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 +2 -7
  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 +31 -86
  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 +2 -7
  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 +1548 -1459
  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} +48 -43
  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} +24 -29
  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} +31 -36
  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/{locationBasedCapabilities.js → capabilitiesByLocation.js} +28 -33
  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} +12 -17
  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} +12 -17
  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 +30 -27
  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 +35 -27
  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 +28 -25
  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 +114 -123
  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 +6 -11
  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} +12 -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 +203 -11
  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 +4 -9
  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 +4 -9
  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 +5 -10
  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 +11 -157
  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 +97 -70
  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 +33 -40
  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 +7 -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 +2 -7
  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 +30 -85
  427. package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  428. package/dist/esm/index.d.ts.map +1 -1
  429. package/dist/esm/index.js +4 -7
  430. package/dist/esm/index.js.map +1 -1
  431. package/dist/esm/lroImpl.d.ts.map +1 -1
  432. package/dist/esm/lroImpl.js +2 -7
  433. package/dist/esm/lroImpl.js.map +1 -1
  434. package/dist/esm/models/index.d.ts +1911 -1961
  435. package/dist/esm/models/index.d.ts.map +1 -1
  436. package/dist/esm/models/index.js +553 -556
  437. package/dist/esm/models/index.js.map +1 -1
  438. package/dist/esm/models/mappers.d.ts +76 -78
  439. package/dist/esm/models/mappers.d.ts.map +1 -1
  440. package/dist/esm/models/mappers.js +1545 -1456
  441. package/dist/esm/models/mappers.js.map +1 -1
  442. package/dist/esm/models/parameters.d.ts +7 -13
  443. package/dist/esm/models/parameters.d.ts.map +1 -1
  444. package/dist/esm/models/parameters.js +48 -106
  445. package/dist/esm/models/parameters.js.map +1 -1
  446. package/dist/esm/operations/administratorsMicrosoftEntra.d.ts +83 -0
  447. package/dist/esm/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  448. package/dist/esm/operations/{administrators.js → administratorsMicrosoftEntra.js} +46 -41
  449. package/dist/esm/operations/administratorsMicrosoftEntra.js.map +1 -0
  450. package/dist/{commonjs/operations/ltrBackupOperations.d.ts → esm/operations/advancedThreatProtectionSettings.d.ts} +13 -13
  451. package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  452. package/dist/{react-native/operations/tuningOptions.js → esm/operations/advancedThreatProtectionSettings.js} +22 -27
  453. package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
  454. package/dist/{react-native/operations/backups.d.ts → esm/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
  455. package/dist/esm/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  456. package/dist/esm/operations/{backups.js → backupsAutomaticAndOnDemand.js} +29 -34
  457. package/dist/esm/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  458. package/dist/esm/operations/backupsLongTermRetention.d.ts +71 -0
  459. package/dist/esm/operations/backupsLongTermRetention.d.ts.map +1 -0
  460. package/dist/esm/operations/backupsLongTermRetention.js +293 -0
  461. package/dist/esm/operations/backupsLongTermRetention.js.map +1 -0
  462. package/dist/esm/operations/capabilitiesByLocation.d.ts +35 -0
  463. package/dist/esm/operations/capabilitiesByLocation.d.ts.map +1 -0
  464. package/dist/{browser/operations/locationBasedCapabilities.js → esm/operations/capabilitiesByLocation.js} +26 -31
  465. package/dist/esm/operations/capabilitiesByLocation.js.map +1 -0
  466. package/dist/{react-native/operations/serverCapabilities.d.ts → esm/operations/capabilitiesByServer.d.ts} +9 -9
  467. package/dist/esm/operations/capabilitiesByServer.d.ts.map +1 -0
  468. package/dist/{react-native/operations/serverCapabilities.js → esm/operations/capabilitiesByServer.js} +10 -15
  469. package/dist/esm/operations/capabilitiesByServer.js.map +1 -0
  470. package/dist/{commonjs/operations/logFiles.d.ts → esm/operations/capturedLogs.d.ts} +9 -9
  471. package/dist/esm/operations/capturedLogs.d.ts.map +1 -0
  472. package/dist/{browser/operations/logFiles.js → esm/operations/capturedLogs.js} +10 -15
  473. package/dist/esm/operations/capturedLogs.js.map +1 -0
  474. package/dist/esm/operations/configurations.d.ts +26 -18
  475. package/dist/esm/operations/configurations.d.ts.map +1 -1
  476. package/dist/esm/operations/configurations.js +30 -27
  477. package/dist/esm/operations/configurations.js.map +1 -1
  478. package/dist/esm/operations/databases.d.ts +22 -17
  479. package/dist/esm/operations/databases.d.ts.map +1 -1
  480. package/dist/esm/operations/databases.js +35 -27
  481. package/dist/esm/operations/databases.js.map +1 -1
  482. package/dist/esm/operations/firewallRules.d.ts +15 -15
  483. package/dist/esm/operations/firewallRules.d.ts.map +1 -1
  484. package/dist/esm/operations/firewallRules.js +28 -25
  485. package/dist/esm/operations/firewallRules.js.map +1 -1
  486. package/dist/esm/operations/index.d.ts +12 -16
  487. package/dist/esm/operations/index.d.ts.map +1 -1
  488. package/dist/esm/operations/index.js +16 -23
  489. package/dist/esm/operations/index.js.map +1 -1
  490. package/dist/esm/operations/migrations.d.ts +38 -37
  491. package/dist/esm/operations/migrations.d.ts.map +1 -1
  492. package/dist/esm/operations/migrations.js +114 -123
  493. package/dist/esm/operations/migrations.js.map +1 -1
  494. package/dist/esm/operations/nameAvailability.d.ts +29 -0
  495. package/dist/esm/operations/nameAvailability.d.ts.map +1 -0
  496. package/dist/esm/operations/nameAvailability.js +75 -0
  497. package/dist/esm/operations/nameAvailability.js.map +1 -0
  498. package/dist/esm/operations/operations.d.ts +2 -2
  499. package/dist/esm/operations/operations.d.ts.map +1 -1
  500. package/dist/esm/operations/operations.js +6 -11
  501. package/dist/esm/operations/operations.js.map +1 -1
  502. package/dist/esm/operations/privateDnsZoneSuffix.d.ts +18 -0
  503. package/dist/esm/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  504. package/dist/esm/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +10 -15
  505. package/dist/esm/operations/privateDnsZoneSuffix.js.map +1 -0
  506. package/dist/esm/operations/privateEndpointConnections.d.ts +38 -3
  507. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  508. package/dist/esm/operations/privateEndpointConnections.js +203 -11
  509. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  510. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
  511. package/dist/esm/operations/privateLinkResources.js +4 -9
  512. package/dist/esm/operations/privateLinkResources.js.map +1 -1
  513. package/dist/esm/operations/quotaUsages.d.ts.map +1 -1
  514. package/dist/esm/operations/quotaUsages.js +4 -9
  515. package/dist/esm/operations/quotaUsages.js.map +1 -1
  516. package/dist/esm/operations/replicas.d.ts +2 -2
  517. package/dist/esm/operations/replicas.d.ts.map +1 -1
  518. package/dist/esm/operations/replicas.js +5 -10
  519. package/dist/esm/operations/replicas.js.map +1 -1
  520. package/dist/esm/operations/serverThreatProtectionSettings.d.ts +7 -40
  521. package/dist/esm/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  522. package/dist/esm/operations/serverThreatProtectionSettings.js +11 -157
  523. package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -1
  524. package/dist/esm/operations/servers.d.ts +39 -39
  525. package/dist/esm/operations/servers.d.ts.map +1 -1
  526. package/dist/esm/operations/servers.js +97 -70
  527. package/dist/esm/operations/servers.js.map +1 -1
  528. package/dist/esm/operations/tuningOptionsOperations.d.ts +73 -0
  529. package/dist/esm/operations/tuningOptionsOperations.d.ts.map +1 -0
  530. package/dist/esm/operations/tuningOptionsOperations.js +272 -0
  531. package/dist/esm/operations/tuningOptionsOperations.js.map +1 -0
  532. package/dist/esm/operations/virtualEndpoints.d.ts +24 -26
  533. package/dist/esm/operations/virtualEndpoints.d.ts.map +1 -1
  534. package/dist/esm/operations/virtualEndpoints.js +33 -40
  535. package/dist/esm/operations/virtualEndpoints.js.map +1 -1
  536. package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  537. package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  538. package/dist/esm/operations/virtualNetworkSubnetUsage.js +7 -12
  539. package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -1
  540. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  541. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  542. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
  543. package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  544. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  545. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  546. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
  547. package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  548. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  549. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  550. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
  551. package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  552. package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  553. package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  554. package/dist/esm/operationsInterfaces/backupsLongTermRetention.js +4 -0
  555. package/dist/esm/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  556. package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  557. package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  558. package/dist/esm/operationsInterfaces/capabilitiesByLocation.js +4 -0
  559. package/dist/esm/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  560. package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  561. package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  562. package/dist/esm/operationsInterfaces/capabilitiesByServer.js +4 -0
  563. package/dist/esm/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  564. package/dist/esm/operationsInterfaces/capturedLogs.d.ts +13 -0
  565. package/dist/esm/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  566. package/dist/esm/operationsInterfaces/capturedLogs.js +4 -0
  567. package/dist/esm/operationsInterfaces/capturedLogs.js.map +1 -0
  568. package/dist/esm/operationsInterfaces/configurations.d.ts +25 -17
  569. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -1
  570. package/dist/esm/operationsInterfaces/configurations.js +2 -7
  571. package/dist/esm/operationsInterfaces/configurations.js.map +1 -1
  572. package/dist/esm/operationsInterfaces/databases.d.ts +21 -16
  573. package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -1
  574. package/dist/esm/operationsInterfaces/databases.js +2 -7
  575. package/dist/esm/operationsInterfaces/databases.js.map +1 -1
  576. package/dist/esm/operationsInterfaces/firewallRules.d.ts +14 -14
  577. package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -1
  578. package/dist/esm/operationsInterfaces/firewallRules.js +2 -7
  579. package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -1
  580. package/dist/esm/operationsInterfaces/index.d.ts +12 -16
  581. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  582. package/dist/esm/operationsInterfaces/index.js +16 -23
  583. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  584. package/dist/esm/operationsInterfaces/migrations.d.ts +33 -30
  585. package/dist/esm/operationsInterfaces/migrations.d.ts.map +1 -1
  586. package/dist/esm/operationsInterfaces/migrations.js +2 -7
  587. package/dist/esm/operationsInterfaces/migrations.js.map +1 -1
  588. package/dist/esm/operationsInterfaces/nameAvailability.d.ts +21 -0
  589. package/dist/esm/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  590. package/dist/esm/operationsInterfaces/nameAvailability.js +4 -0
  591. package/dist/esm/operationsInterfaces/nameAvailability.js.map +1 -0
  592. package/dist/esm/operationsInterfaces/operations.d.ts +1 -1
  593. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  594. package/dist/esm/operationsInterfaces/operations.js +2 -7
  595. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  596. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  597. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  598. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
  599. package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  600. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  601. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  602. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
  603. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  604. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  605. package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
  606. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
  607. package/dist/esm/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  608. package/dist/esm/operationsInterfaces/quotaUsages.js +2 -7
  609. package/dist/esm/operationsInterfaces/quotaUsages.js.map +1 -1
  610. package/dist/esm/operationsInterfaces/replicas.d.ts +1 -1
  611. package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -1
  612. package/dist/esm/operationsInterfaces/replicas.js +2 -7
  613. package/dist/esm/operationsInterfaces/replicas.js.map +1 -1
  614. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  615. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  616. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  617. package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  618. package/dist/esm/operationsInterfaces/servers.d.ts +31 -31
  619. package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -1
  620. package/dist/esm/operationsInterfaces/servers.js +2 -7
  621. package/dist/esm/operationsInterfaces/servers.js.map +1 -1
  622. package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  623. package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  624. package/dist/esm/operationsInterfaces/tuningOptionsOperations.js +4 -0
  625. package/dist/esm/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  626. package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  627. package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  628. package/dist/esm/operationsInterfaces/virtualEndpoints.js +2 -7
  629. package/dist/esm/operationsInterfaces/virtualEndpoints.js.map +1 -1
  630. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  631. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  632. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  633. package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  634. package/dist/esm/pagingHelper.d.ts.map +1 -1
  635. package/dist/esm/pagingHelper.js +2 -7
  636. package/dist/esm/pagingHelper.js.map +1 -1
  637. package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  638. package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  639. package/dist/esm/postgreSQLManagementFlexibleServerClient.js +31 -86
  640. package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  641. package/dist/react-native/index.d.ts.map +1 -1
  642. package/dist/react-native/index.js +4 -7
  643. package/dist/react-native/index.js.map +1 -1
  644. package/dist/react-native/lroImpl.d.ts.map +1 -1
  645. package/dist/react-native/lroImpl.js +2 -7
  646. package/dist/react-native/lroImpl.js.map +1 -1
  647. package/dist/react-native/models/index.d.ts +1911 -1961
  648. package/dist/react-native/models/index.d.ts.map +1 -1
  649. package/dist/react-native/models/index.js +553 -556
  650. package/dist/react-native/models/index.js.map +1 -1
  651. package/dist/react-native/models/mappers.d.ts +76 -78
  652. package/dist/react-native/models/mappers.d.ts.map +1 -1
  653. package/dist/react-native/models/mappers.js +1545 -1456
  654. package/dist/react-native/models/mappers.js.map +1 -1
  655. package/dist/react-native/models/parameters.d.ts +7 -13
  656. package/dist/react-native/models/parameters.d.ts.map +1 -1
  657. package/dist/react-native/models/parameters.js +48 -106
  658. package/dist/react-native/models/parameters.js.map +1 -1
  659. package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts +83 -0
  660. package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
  661. package/dist/{browser/operations/administrators.js → react-native/operations/administratorsMicrosoftEntra.js} +46 -41
  662. package/dist/react-native/operations/administratorsMicrosoftEntra.js.map +1 -0
  663. package/dist/{commonjs/operations/tuningOptions.d.ts → react-native/operations/advancedThreatProtectionSettings.d.ts} +13 -13
  664. package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
  665. package/dist/{browser/operations/tuningOptions.js → react-native/operations/advancedThreatProtectionSettings.js} +22 -27
  666. package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
  667. package/dist/{commonjs/operations/backups.d.ts → react-native/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
  668. package/dist/react-native/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  669. package/dist/react-native/operations/{backups.js → backupsAutomaticAndOnDemand.js} +29 -34
  670. package/dist/react-native/operations/backupsAutomaticAndOnDemand.js.map +1 -0
  671. package/dist/react-native/operations/backupsLongTermRetention.d.ts +71 -0
  672. package/dist/react-native/operations/backupsLongTermRetention.d.ts.map +1 -0
  673. package/dist/react-native/operations/backupsLongTermRetention.js +293 -0
  674. package/dist/react-native/operations/backupsLongTermRetention.js.map +1 -0
  675. package/dist/react-native/operations/capabilitiesByLocation.d.ts +35 -0
  676. package/dist/react-native/operations/capabilitiesByLocation.d.ts.map +1 -0
  677. package/dist/react-native/operations/{locationBasedCapabilities.js → capabilitiesByLocation.js} +26 -31
  678. package/dist/react-native/operations/capabilitiesByLocation.js.map +1 -0
  679. package/dist/{commonjs/operations/serverCapabilities.d.ts → react-native/operations/capabilitiesByServer.d.ts} +9 -9
  680. package/dist/react-native/operations/capabilitiesByServer.d.ts.map +1 -0
  681. package/dist/{browser/operations/serverCapabilities.js → react-native/operations/capabilitiesByServer.js} +10 -15
  682. package/dist/react-native/operations/capabilitiesByServer.js.map +1 -0
  683. package/dist/react-native/operations/{logFiles.d.ts → capturedLogs.d.ts} +9 -9
  684. package/dist/react-native/operations/capturedLogs.d.ts.map +1 -0
  685. package/dist/react-native/operations/{logFiles.js → capturedLogs.js} +10 -15
  686. package/dist/react-native/operations/capturedLogs.js.map +1 -0
  687. package/dist/react-native/operations/configurations.d.ts +26 -18
  688. package/dist/react-native/operations/configurations.d.ts.map +1 -1
  689. package/dist/react-native/operations/configurations.js +30 -27
  690. package/dist/react-native/operations/configurations.js.map +1 -1
  691. package/dist/react-native/operations/databases.d.ts +22 -17
  692. package/dist/react-native/operations/databases.d.ts.map +1 -1
  693. package/dist/react-native/operations/databases.js +35 -27
  694. package/dist/react-native/operations/databases.js.map +1 -1
  695. package/dist/react-native/operations/firewallRules.d.ts +15 -15
  696. package/dist/react-native/operations/firewallRules.d.ts.map +1 -1
  697. package/dist/react-native/operations/firewallRules.js +28 -25
  698. package/dist/react-native/operations/firewallRules.js.map +1 -1
  699. package/dist/react-native/operations/index.d.ts +12 -16
  700. package/dist/react-native/operations/index.d.ts.map +1 -1
  701. package/dist/react-native/operations/index.js +16 -23
  702. package/dist/react-native/operations/index.js.map +1 -1
  703. package/dist/react-native/operations/migrations.d.ts +38 -37
  704. package/dist/react-native/operations/migrations.d.ts.map +1 -1
  705. package/dist/react-native/operations/migrations.js +114 -123
  706. package/dist/react-native/operations/migrations.js.map +1 -1
  707. package/dist/react-native/operations/nameAvailability.d.ts +29 -0
  708. package/dist/react-native/operations/nameAvailability.d.ts.map +1 -0
  709. package/dist/react-native/operations/nameAvailability.js +75 -0
  710. package/dist/react-native/operations/nameAvailability.js.map +1 -0
  711. package/dist/react-native/operations/operations.d.ts +2 -2
  712. package/dist/react-native/operations/operations.d.ts.map +1 -1
  713. package/dist/react-native/operations/operations.js +6 -11
  714. package/dist/react-native/operations/operations.js.map +1 -1
  715. package/dist/react-native/operations/privateDnsZoneSuffix.d.ts +18 -0
  716. package/dist/react-native/operations/privateDnsZoneSuffix.d.ts.map +1 -0
  717. package/dist/react-native/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +10 -15
  718. package/dist/react-native/operations/privateDnsZoneSuffix.js.map +1 -0
  719. package/dist/react-native/operations/privateEndpointConnections.d.ts +38 -3
  720. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  721. package/dist/react-native/operations/privateEndpointConnections.js +203 -11
  722. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  723. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
  724. package/dist/react-native/operations/privateLinkResources.js +4 -9
  725. package/dist/react-native/operations/privateLinkResources.js.map +1 -1
  726. package/dist/react-native/operations/quotaUsages.d.ts.map +1 -1
  727. package/dist/react-native/operations/quotaUsages.js +4 -9
  728. package/dist/react-native/operations/quotaUsages.js.map +1 -1
  729. package/dist/react-native/operations/replicas.d.ts +2 -2
  730. package/dist/react-native/operations/replicas.d.ts.map +1 -1
  731. package/dist/react-native/operations/replicas.js +5 -10
  732. package/dist/react-native/operations/replicas.js.map +1 -1
  733. package/dist/react-native/operations/serverThreatProtectionSettings.d.ts +7 -40
  734. package/dist/react-native/operations/serverThreatProtectionSettings.d.ts.map +1 -1
  735. package/dist/react-native/operations/serverThreatProtectionSettings.js +11 -157
  736. package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -1
  737. package/dist/react-native/operations/servers.d.ts +39 -39
  738. package/dist/react-native/operations/servers.d.ts.map +1 -1
  739. package/dist/react-native/operations/servers.js +97 -70
  740. package/dist/react-native/operations/servers.js.map +1 -1
  741. package/dist/react-native/operations/tuningOptionsOperations.d.ts +73 -0
  742. package/dist/react-native/operations/tuningOptionsOperations.d.ts.map +1 -0
  743. package/dist/react-native/operations/tuningOptionsOperations.js +272 -0
  744. package/dist/react-native/operations/tuningOptionsOperations.js.map +1 -0
  745. package/dist/react-native/operations/virtualEndpoints.d.ts +24 -26
  746. package/dist/react-native/operations/virtualEndpoints.d.ts.map +1 -1
  747. package/dist/react-native/operations/virtualEndpoints.js +33 -40
  748. package/dist/react-native/operations/virtualEndpoints.js.map +1 -1
  749. package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts +3 -3
  750. package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
  751. package/dist/react-native/operations/virtualNetworkSubnetUsage.js +7 -12
  752. package/dist/react-native/operations/virtualNetworkSubnetUsage.js.map +1 -1
  753. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
  754. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
  755. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
  756. package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
  757. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
  758. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
  759. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
  760. package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
  761. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
  762. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
  763. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
  764. package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
  765. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
  766. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
  767. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js +4 -0
  768. package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
  769. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
  770. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
  771. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js +4 -0
  772. package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
  773. package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
  774. package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
  775. package/dist/react-native/operationsInterfaces/capabilitiesByServer.js +4 -0
  776. package/dist/react-native/operationsInterfaces/capabilitiesByServer.js.map +1 -0
  777. package/dist/react-native/operationsInterfaces/capturedLogs.d.ts +13 -0
  778. package/dist/react-native/operationsInterfaces/capturedLogs.d.ts.map +1 -0
  779. package/dist/react-native/operationsInterfaces/capturedLogs.js +4 -0
  780. package/dist/react-native/operationsInterfaces/capturedLogs.js.map +1 -0
  781. package/dist/react-native/operationsInterfaces/configurations.d.ts +25 -17
  782. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -1
  783. package/dist/react-native/operationsInterfaces/configurations.js +2 -7
  784. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -1
  785. package/dist/react-native/operationsInterfaces/databases.d.ts +21 -16
  786. package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -1
  787. package/dist/react-native/operationsInterfaces/databases.js +2 -7
  788. package/dist/react-native/operationsInterfaces/databases.js.map +1 -1
  789. package/dist/react-native/operationsInterfaces/firewallRules.d.ts +14 -14
  790. package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -1
  791. package/dist/react-native/operationsInterfaces/firewallRules.js +2 -7
  792. package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -1
  793. package/dist/react-native/operationsInterfaces/index.d.ts +12 -16
  794. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  795. package/dist/react-native/operationsInterfaces/index.js +16 -23
  796. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  797. package/dist/react-native/operationsInterfaces/migrations.d.ts +33 -30
  798. package/dist/react-native/operationsInterfaces/migrations.d.ts.map +1 -1
  799. package/dist/react-native/operationsInterfaces/migrations.js +2 -7
  800. package/dist/react-native/operationsInterfaces/migrations.js.map +1 -1
  801. package/dist/react-native/operationsInterfaces/nameAvailability.d.ts +21 -0
  802. package/dist/react-native/operationsInterfaces/nameAvailability.d.ts.map +1 -0
  803. package/dist/react-native/operationsInterfaces/nameAvailability.js +4 -0
  804. package/dist/react-native/operationsInterfaces/nameAvailability.js.map +1 -0
  805. package/dist/react-native/operationsInterfaces/operations.d.ts +1 -1
  806. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  807. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  808. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  809. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
  810. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
  811. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
  812. package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
  813. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
  814. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  815. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
  816. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  817. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
  818. package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
  819. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
  820. package/dist/react-native/operationsInterfaces/quotaUsages.d.ts.map +1 -1
  821. package/dist/react-native/operationsInterfaces/quotaUsages.js +2 -7
  822. package/dist/react-native/operationsInterfaces/quotaUsages.js.map +1 -1
  823. package/dist/react-native/operationsInterfaces/replicas.d.ts +1 -1
  824. package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -1
  825. package/dist/react-native/operationsInterfaces/replicas.js +2 -7
  826. package/dist/react-native/operationsInterfaces/replicas.js.map +1 -1
  827. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
  828. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
  829. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
  830. package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
  831. package/dist/react-native/operationsInterfaces/servers.d.ts +31 -31
  832. package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -1
  833. package/dist/react-native/operationsInterfaces/servers.js +2 -7
  834. package/dist/react-native/operationsInterfaces/servers.js.map +1 -1
  835. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
  836. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
  837. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js +4 -0
  838. package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
  839. package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts +23 -25
  840. package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
  841. package/dist/react-native/operationsInterfaces/virtualEndpoints.js +2 -7
  842. package/dist/react-native/operationsInterfaces/virtualEndpoints.js.map +1 -1
  843. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
  844. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
  845. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
  846. package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
  847. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  848. package/dist/react-native/pagingHelper.js +2 -7
  849. package/dist/react-native/pagingHelper.js.map +1 -1
  850. package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
  851. package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
  852. package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +31 -86
  853. package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -1
  854. package/package.json +26 -25
  855. package/CHANGELOG.md +0 -1707
  856. package/dist/browser/operations/administrators.d.ts +0 -81
  857. package/dist/browser/operations/administrators.d.ts.map +0 -1
  858. package/dist/browser/operations/administrators.js.map +0 -1
  859. package/dist/browser/operations/backups.d.ts.map +0 -1
  860. package/dist/browser/operations/backups.js.map +0 -1
  861. package/dist/browser/operations/checkNameAvailability.d.ts +0 -19
  862. package/dist/browser/operations/checkNameAvailability.d.ts.map +0 -1
  863. package/dist/browser/operations/checkNameAvailability.js +0 -50
  864. package/dist/browser/operations/checkNameAvailability.js.map +0 -1
  865. package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  866. package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  867. package/dist/browser/operations/checkNameAvailabilityWithLocation.js +0 -51
  868. package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  869. package/dist/browser/operations/flexibleServer.d.ts +0 -39
  870. package/dist/browser/operations/flexibleServer.d.ts.map +0 -1
  871. package/dist/browser/operations/flexibleServer.js +0 -158
  872. package/dist/browser/operations/flexibleServer.js.map +0 -1
  873. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  874. package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  875. package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  876. package/dist/browser/operations/locationBasedCapabilities.d.ts +0 -35
  877. package/dist/browser/operations/locationBasedCapabilities.d.ts.map +0 -1
  878. package/dist/browser/operations/locationBasedCapabilities.js.map +0 -1
  879. package/dist/browser/operations/logFiles.d.ts.map +0 -1
  880. package/dist/browser/operations/logFiles.js.map +0 -1
  881. package/dist/browser/operations/ltrBackupOperations.d.ts.map +0 -1
  882. package/dist/browser/operations/ltrBackupOperations.js +0 -165
  883. package/dist/browser/operations/ltrBackupOperations.js.map +0 -1
  884. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +0 -48
  885. package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  886. package/dist/browser/operations/privateEndpointConnectionOperations.js +0 -220
  887. package/dist/browser/operations/privateEndpointConnectionOperations.js.map +0 -1
  888. package/dist/browser/operations/serverCapabilities.d.ts.map +0 -1
  889. package/dist/browser/operations/serverCapabilities.js.map +0 -1
  890. package/dist/browser/operations/tuningConfiguration.d.ts +0 -137
  891. package/dist/browser/operations/tuningConfiguration.d.ts.map +0 -1
  892. package/dist/browser/operations/tuningConfiguration.js +0 -624
  893. package/dist/browser/operations/tuningConfiguration.js.map +0 -1
  894. package/dist/browser/operations/tuningIndex.d.ts +0 -41
  895. package/dist/browser/operations/tuningIndex.d.ts.map +0 -1
  896. package/dist/browser/operations/tuningIndex.js +0 -138
  897. package/dist/browser/operations/tuningIndex.js.map +0 -1
  898. package/dist/browser/operations/tuningOptions.d.ts.map +0 -1
  899. package/dist/browser/operations/tuningOptions.js.map +0 -1
  900. package/dist/browser/operationsInterfaces/administrators.d.ts +0 -56
  901. package/dist/browser/operationsInterfaces/administrators.d.ts.map +0 -1
  902. package/dist/browser/operationsInterfaces/administrators.js +0 -9
  903. package/dist/browser/operationsInterfaces/administrators.js.map +0 -1
  904. package/dist/browser/operationsInterfaces/backups.d.ts +0 -54
  905. package/dist/browser/operationsInterfaces/backups.d.ts.map +0 -1
  906. package/dist/browser/operationsInterfaces/backups.js +0 -9
  907. package/dist/browser/operationsInterfaces/backups.js.map +0 -1
  908. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  909. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  910. package/dist/browser/operationsInterfaces/checkNameAvailability.js +0 -9
  911. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +0 -1
  912. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  913. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  914. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  915. package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  916. package/dist/browser/operationsInterfaces/flexibleServer.d.ts +0 -31
  917. package/dist/browser/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  918. package/dist/browser/operationsInterfaces/flexibleServer.js +0 -9
  919. package/dist/browser/operationsInterfaces/flexibleServer.js.map +0 -1
  920. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  921. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  922. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  923. package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  924. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  925. package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  926. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js +0 -9
  927. package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  928. package/dist/browser/operationsInterfaces/logFiles.d.ts +0 -13
  929. package/dist/browser/operationsInterfaces/logFiles.d.ts.map +0 -1
  930. package/dist/browser/operationsInterfaces/logFiles.js +0 -9
  931. package/dist/browser/operationsInterfaces/logFiles.js.map +0 -1
  932. package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  933. package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  934. package/dist/browser/operationsInterfaces/ltrBackupOperations.js +0 -9
  935. package/dist/browser/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  936. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  937. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  938. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  939. package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  940. package/dist/browser/operationsInterfaces/serverCapabilities.d.ts +0 -13
  941. package/dist/browser/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  942. package/dist/browser/operationsInterfaces/serverCapabilities.js +0 -9
  943. package/dist/browser/operationsInterfaces/serverCapabilities.js.map +0 -1
  944. package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  945. package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  946. package/dist/browser/operationsInterfaces/tuningConfiguration.js +0 -9
  947. package/dist/browser/operationsInterfaces/tuningConfiguration.js.map +0 -1
  948. package/dist/browser/operationsInterfaces/tuningIndex.d.ts +0 -14
  949. package/dist/browser/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  950. package/dist/browser/operationsInterfaces/tuningIndex.js +0 -9
  951. package/dist/browser/operationsInterfaces/tuningIndex.js.map +0 -1
  952. package/dist/browser/operationsInterfaces/tuningOptions.d.ts +0 -21
  953. package/dist/browser/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  954. package/dist/browser/operationsInterfaces/tuningOptions.js +0 -9
  955. package/dist/browser/operationsInterfaces/tuningOptions.js.map +0 -1
  956. package/dist/commonjs/operations/administrators.d.ts +0 -81
  957. package/dist/commonjs/operations/administrators.d.ts.map +0 -1
  958. package/dist/commonjs/operations/administrators.js.map +0 -1
  959. package/dist/commonjs/operations/backups.d.ts.map +0 -1
  960. package/dist/commonjs/operations/backups.js.map +0 -1
  961. package/dist/commonjs/operations/checkNameAvailability.d.ts +0 -19
  962. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +0 -1
  963. package/dist/commonjs/operations/checkNameAvailability.js +0 -55
  964. package/dist/commonjs/operations/checkNameAvailability.js.map +0 -1
  965. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  966. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  967. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +0 -56
  968. package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  969. package/dist/commonjs/operations/flexibleServer.d.ts +0 -39
  970. package/dist/commonjs/operations/flexibleServer.d.ts.map +0 -1
  971. package/dist/commonjs/operations/flexibleServer.js +0 -163
  972. package/dist/commonjs/operations/flexibleServer.js.map +0 -1
  973. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  974. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  975. package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  976. package/dist/commonjs/operations/locationBasedCapabilities.d.ts +0 -35
  977. package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +0 -1
  978. package/dist/commonjs/operations/locationBasedCapabilities.js.map +0 -1
  979. package/dist/commonjs/operations/logFiles.d.ts.map +0 -1
  980. package/dist/commonjs/operations/logFiles.js.map +0 -1
  981. package/dist/commonjs/operations/ltrBackupOperations.d.ts.map +0 -1
  982. package/dist/commonjs/operations/ltrBackupOperations.js +0 -170
  983. package/dist/commonjs/operations/ltrBackupOperations.js.map +0 -1
  984. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +0 -48
  985. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  986. package/dist/commonjs/operations/privateEndpointConnectionOperations.js +0 -225
  987. package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +0 -1
  988. package/dist/commonjs/operations/serverCapabilities.d.ts.map +0 -1
  989. package/dist/commonjs/operations/serverCapabilities.js.map +0 -1
  990. package/dist/commonjs/operations/tuningConfiguration.d.ts +0 -137
  991. package/dist/commonjs/operations/tuningConfiguration.d.ts.map +0 -1
  992. package/dist/commonjs/operations/tuningConfiguration.js +0 -629
  993. package/dist/commonjs/operations/tuningConfiguration.js.map +0 -1
  994. package/dist/commonjs/operations/tuningIndex.d.ts +0 -41
  995. package/dist/commonjs/operations/tuningIndex.d.ts.map +0 -1
  996. package/dist/commonjs/operations/tuningIndex.js +0 -143
  997. package/dist/commonjs/operations/tuningIndex.js.map +0 -1
  998. package/dist/commonjs/operations/tuningOptions.d.ts.map +0 -1
  999. package/dist/commonjs/operations/tuningOptions.js.map +0 -1
  1000. package/dist/commonjs/operationsInterfaces/administrators.d.ts +0 -56
  1001. package/dist/commonjs/operationsInterfaces/administrators.d.ts.map +0 -1
  1002. package/dist/commonjs/operationsInterfaces/administrators.js +0 -10
  1003. package/dist/commonjs/operationsInterfaces/administrators.js.map +0 -1
  1004. package/dist/commonjs/operationsInterfaces/backups.d.ts +0 -54
  1005. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +0 -1
  1006. package/dist/commonjs/operationsInterfaces/backups.js +0 -10
  1007. package/dist/commonjs/operationsInterfaces/backups.js.map +0 -1
  1008. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1009. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1010. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +0 -10
  1011. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1012. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1013. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1014. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -10
  1015. package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1016. package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts +0 -31
  1017. package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1018. package/dist/commonjs/operationsInterfaces/flexibleServer.js +0 -10
  1019. package/dist/commonjs/operationsInterfaces/flexibleServer.js.map +0 -1
  1020. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1021. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1022. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -10
  1023. package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1024. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1025. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1026. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +0 -10
  1027. package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1028. package/dist/commonjs/operationsInterfaces/logFiles.d.ts +0 -13
  1029. package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +0 -1
  1030. package/dist/commonjs/operationsInterfaces/logFiles.js +0 -10
  1031. package/dist/commonjs/operationsInterfaces/logFiles.js.map +0 -1
  1032. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1033. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1034. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js +0 -10
  1035. package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1036. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1037. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1038. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +0 -10
  1039. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1040. package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1041. package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1042. package/dist/commonjs/operationsInterfaces/serverCapabilities.js +0 -10
  1043. package/dist/commonjs/operationsInterfaces/serverCapabilities.js.map +0 -1
  1044. package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1045. package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1046. package/dist/commonjs/operationsInterfaces/tuningConfiguration.js +0 -10
  1047. package/dist/commonjs/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1048. package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts +0 -14
  1049. package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1050. package/dist/commonjs/operationsInterfaces/tuningIndex.js +0 -10
  1051. package/dist/commonjs/operationsInterfaces/tuningIndex.js.map +0 -1
  1052. package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts +0 -21
  1053. package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1054. package/dist/commonjs/operationsInterfaces/tuningOptions.js +0 -10
  1055. package/dist/commonjs/operationsInterfaces/tuningOptions.js.map +0 -1
  1056. package/dist/esm/operations/administrators.d.ts +0 -81
  1057. package/dist/esm/operations/administrators.d.ts.map +0 -1
  1058. package/dist/esm/operations/administrators.js.map +0 -1
  1059. package/dist/esm/operations/backups.d.ts.map +0 -1
  1060. package/dist/esm/operations/backups.js.map +0 -1
  1061. package/dist/esm/operations/checkNameAvailability.d.ts +0 -19
  1062. package/dist/esm/operations/checkNameAvailability.d.ts.map +0 -1
  1063. package/dist/esm/operations/checkNameAvailability.js +0 -50
  1064. package/dist/esm/operations/checkNameAvailability.js.map +0 -1
  1065. package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  1066. package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1067. package/dist/esm/operations/checkNameAvailabilityWithLocation.js +0 -51
  1068. package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  1069. package/dist/esm/operations/flexibleServer.d.ts +0 -39
  1070. package/dist/esm/operations/flexibleServer.d.ts.map +0 -1
  1071. package/dist/esm/operations/flexibleServer.js +0 -158
  1072. package/dist/esm/operations/flexibleServer.js.map +0 -1
  1073. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1074. package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1075. package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1076. package/dist/esm/operations/locationBasedCapabilities.d.ts +0 -35
  1077. package/dist/esm/operations/locationBasedCapabilities.d.ts.map +0 -1
  1078. package/dist/esm/operations/locationBasedCapabilities.js.map +0 -1
  1079. package/dist/esm/operations/logFiles.d.ts.map +0 -1
  1080. package/dist/esm/operations/logFiles.js.map +0 -1
  1081. package/dist/esm/operations/ltrBackupOperations.d.ts +0 -46
  1082. package/dist/esm/operations/ltrBackupOperations.d.ts.map +0 -1
  1083. package/dist/esm/operations/ltrBackupOperations.js +0 -165
  1084. package/dist/esm/operations/ltrBackupOperations.js.map +0 -1
  1085. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +0 -48
  1086. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  1087. package/dist/esm/operations/privateEndpointConnectionOperations.js +0 -220
  1088. package/dist/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
  1089. package/dist/esm/operations/serverCapabilities.d.ts.map +0 -1
  1090. package/dist/esm/operations/serverCapabilities.js.map +0 -1
  1091. package/dist/esm/operations/tuningConfiguration.d.ts +0 -137
  1092. package/dist/esm/operations/tuningConfiguration.d.ts.map +0 -1
  1093. package/dist/esm/operations/tuningConfiguration.js +0 -624
  1094. package/dist/esm/operations/tuningConfiguration.js.map +0 -1
  1095. package/dist/esm/operations/tuningIndex.d.ts +0 -41
  1096. package/dist/esm/operations/tuningIndex.d.ts.map +0 -1
  1097. package/dist/esm/operations/tuningIndex.js +0 -138
  1098. package/dist/esm/operations/tuningIndex.js.map +0 -1
  1099. package/dist/esm/operations/tuningOptions.d.ts +0 -46
  1100. package/dist/esm/operations/tuningOptions.d.ts.map +0 -1
  1101. package/dist/esm/operations/tuningOptions.js.map +0 -1
  1102. package/dist/esm/operationsInterfaces/administrators.d.ts +0 -56
  1103. package/dist/esm/operationsInterfaces/administrators.d.ts.map +0 -1
  1104. package/dist/esm/operationsInterfaces/administrators.js +0 -9
  1105. package/dist/esm/operationsInterfaces/administrators.js.map +0 -1
  1106. package/dist/esm/operationsInterfaces/backups.d.ts +0 -54
  1107. package/dist/esm/operationsInterfaces/backups.d.ts.map +0 -1
  1108. package/dist/esm/operationsInterfaces/backups.js +0 -9
  1109. package/dist/esm/operationsInterfaces/backups.js.map +0 -1
  1110. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1111. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1112. package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -9
  1113. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1114. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1115. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1116. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  1117. package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1118. package/dist/esm/operationsInterfaces/flexibleServer.d.ts +0 -31
  1119. package/dist/esm/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1120. package/dist/esm/operationsInterfaces/flexibleServer.js +0 -9
  1121. package/dist/esm/operationsInterfaces/flexibleServer.js.map +0 -1
  1122. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1123. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1124. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  1125. package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1126. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1127. package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1128. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +0 -9
  1129. package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1130. package/dist/esm/operationsInterfaces/logFiles.d.ts +0 -13
  1131. package/dist/esm/operationsInterfaces/logFiles.d.ts.map +0 -1
  1132. package/dist/esm/operationsInterfaces/logFiles.js +0 -9
  1133. package/dist/esm/operationsInterfaces/logFiles.js.map +0 -1
  1134. package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1135. package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1136. package/dist/esm/operationsInterfaces/ltrBackupOperations.js +0 -9
  1137. package/dist/esm/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1138. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1139. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1140. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  1141. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1142. package/dist/esm/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1143. package/dist/esm/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1144. package/dist/esm/operationsInterfaces/serverCapabilities.js +0 -9
  1145. package/dist/esm/operationsInterfaces/serverCapabilities.js.map +0 -1
  1146. package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1147. package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1148. package/dist/esm/operationsInterfaces/tuningConfiguration.js +0 -9
  1149. package/dist/esm/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1150. package/dist/esm/operationsInterfaces/tuningIndex.d.ts +0 -14
  1151. package/dist/esm/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1152. package/dist/esm/operationsInterfaces/tuningIndex.js +0 -9
  1153. package/dist/esm/operationsInterfaces/tuningIndex.js.map +0 -1
  1154. package/dist/esm/operationsInterfaces/tuningOptions.d.ts +0 -21
  1155. package/dist/esm/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1156. package/dist/esm/operationsInterfaces/tuningOptions.js +0 -9
  1157. package/dist/esm/operationsInterfaces/tuningOptions.js.map +0 -1
  1158. package/dist/react-native/operations/administrators.d.ts +0 -81
  1159. package/dist/react-native/operations/administrators.d.ts.map +0 -1
  1160. package/dist/react-native/operations/administrators.js.map +0 -1
  1161. package/dist/react-native/operations/backups.d.ts.map +0 -1
  1162. package/dist/react-native/operations/backups.js.map +0 -1
  1163. package/dist/react-native/operations/checkNameAvailability.d.ts +0 -19
  1164. package/dist/react-native/operations/checkNameAvailability.d.ts.map +0 -1
  1165. package/dist/react-native/operations/checkNameAvailability.js +0 -50
  1166. package/dist/react-native/operations/checkNameAvailability.js.map +0 -1
  1167. package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
  1168. package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1169. package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +0 -51
  1170. package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +0 -1
  1171. package/dist/react-native/operations/flexibleServer.d.ts +0 -39
  1172. package/dist/react-native/operations/flexibleServer.d.ts.map +0 -1
  1173. package/dist/react-native/operations/flexibleServer.js +0 -158
  1174. package/dist/react-native/operations/flexibleServer.js.map +0 -1
  1175. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
  1176. package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1177. package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +0 -1
  1178. package/dist/react-native/operations/locationBasedCapabilities.d.ts +0 -35
  1179. package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +0 -1
  1180. package/dist/react-native/operations/locationBasedCapabilities.js.map +0 -1
  1181. package/dist/react-native/operations/logFiles.d.ts.map +0 -1
  1182. package/dist/react-native/operations/logFiles.js.map +0 -1
  1183. package/dist/react-native/operations/ltrBackupOperations.d.ts +0 -46
  1184. package/dist/react-native/operations/ltrBackupOperations.d.ts.map +0 -1
  1185. package/dist/react-native/operations/ltrBackupOperations.js +0 -165
  1186. package/dist/react-native/operations/ltrBackupOperations.js.map +0 -1
  1187. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +0 -48
  1188. package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  1189. package/dist/react-native/operations/privateEndpointConnectionOperations.js +0 -220
  1190. package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +0 -1
  1191. package/dist/react-native/operations/serverCapabilities.d.ts.map +0 -1
  1192. package/dist/react-native/operations/serverCapabilities.js.map +0 -1
  1193. package/dist/react-native/operations/tuningConfiguration.d.ts +0 -137
  1194. package/dist/react-native/operations/tuningConfiguration.d.ts.map +0 -1
  1195. package/dist/react-native/operations/tuningConfiguration.js +0 -624
  1196. package/dist/react-native/operations/tuningConfiguration.js.map +0 -1
  1197. package/dist/react-native/operations/tuningIndex.d.ts +0 -41
  1198. package/dist/react-native/operations/tuningIndex.d.ts.map +0 -1
  1199. package/dist/react-native/operations/tuningIndex.js +0 -138
  1200. package/dist/react-native/operations/tuningIndex.js.map +0 -1
  1201. package/dist/react-native/operations/tuningOptions.d.ts +0 -46
  1202. package/dist/react-native/operations/tuningOptions.d.ts.map +0 -1
  1203. package/dist/react-native/operations/tuningOptions.js.map +0 -1
  1204. package/dist/react-native/operationsInterfaces/administrators.d.ts +0 -56
  1205. package/dist/react-native/operationsInterfaces/administrators.d.ts.map +0 -1
  1206. package/dist/react-native/operationsInterfaces/administrators.js +0 -9
  1207. package/dist/react-native/operationsInterfaces/administrators.js.map +0 -1
  1208. package/dist/react-native/operationsInterfaces/backups.d.ts +0 -54
  1209. package/dist/react-native/operationsInterfaces/backups.d.ts.map +0 -1
  1210. package/dist/react-native/operationsInterfaces/backups.js +0 -9
  1211. package/dist/react-native/operationsInterfaces/backups.js.map +0 -1
  1212. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1213. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1214. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +0 -9
  1215. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1216. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
  1217. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
  1218. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
  1219. package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
  1220. package/dist/react-native/operationsInterfaces/flexibleServer.d.ts +0 -31
  1221. package/dist/react-native/operationsInterfaces/flexibleServer.d.ts.map +0 -1
  1222. package/dist/react-native/operationsInterfaces/flexibleServer.js +0 -9
  1223. package/dist/react-native/operationsInterfaces/flexibleServer.js.map +0 -1
  1224. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
  1225. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
  1226. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
  1227. package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
  1228. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
  1229. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
  1230. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +0 -9
  1231. package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
  1232. package/dist/react-native/operationsInterfaces/logFiles.d.ts +0 -13
  1233. package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +0 -1
  1234. package/dist/react-native/operationsInterfaces/logFiles.js +0 -9
  1235. package/dist/react-native/operationsInterfaces/logFiles.js.map +0 -1
  1236. package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
  1237. package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
  1238. package/dist/react-native/operationsInterfaces/ltrBackupOperations.js +0 -9
  1239. package/dist/react-native/operationsInterfaces/ltrBackupOperations.js.map +0 -1
  1240. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
  1241. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  1242. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
  1243. package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  1244. package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts +0 -13
  1245. package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
  1246. package/dist/react-native/operationsInterfaces/serverCapabilities.js +0 -9
  1247. package/dist/react-native/operationsInterfaces/serverCapabilities.js.map +0 -1
  1248. package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts +0 -90
  1249. package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
  1250. package/dist/react-native/operationsInterfaces/tuningConfiguration.js +0 -9
  1251. package/dist/react-native/operationsInterfaces/tuningConfiguration.js.map +0 -1
  1252. package/dist/react-native/operationsInterfaces/tuningIndex.d.ts +0 -14
  1253. package/dist/react-native/operationsInterfaces/tuningIndex.d.ts.map +0 -1
  1254. package/dist/react-native/operationsInterfaces/tuningIndex.js +0 -9
  1255. package/dist/react-native/operationsInterfaces/tuningIndex.js.map +0 -1
  1256. package/dist/react-native/operationsInterfaces/tuningOptions.d.ts +0 -21
  1257. package/dist/react-native/operationsInterfaces/tuningOptions.d.ts.map +0 -1
  1258. package/dist/react-native/operationsInterfaces/tuningOptions.js +0 -9
  1259. package/dist/react-native/operationsInterfaces/tuningOptions.js.map +0 -1
  1260. package/review/arm-postgresql-flexible-node.api.md +0 -2723
@@ -12,7 +12,7 @@ export declare class ConfigurationsImpl implements Configurations {
12
12
  */
13
13
  constructor(client: PostgreSQLManagementFlexibleServerClient);
14
14
  /**
15
- * List all the configurations in a given server.
15
+ * Lists all configurations (also known as server parameters) of a server.
16
16
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
17
  * @param serverName The name of the server.
18
18
  * @param options The options parameters.
@@ -21,56 +21,64 @@ export declare class ConfigurationsImpl implements Configurations {
21
21
  private listByServerPagingPage;
22
22
  private listByServerPagingAll;
23
23
  /**
24
- * List all the configurations in a given server.
24
+ * Lists all configurations (also known as server parameters) of a server.
25
25
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
26
  * @param serverName The name of the server.
27
27
  * @param options The options parameters.
28
28
  */
29
29
  private _listByServer;
30
30
  /**
31
- * Gets information about a configuration of server.
31
+ * Gets information about a specific configuration (also known as server parameter) of a server.
32
32
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
33
  * @param serverName The name of the server.
34
- * @param configurationName The name of the server configuration.
34
+ * @param configurationName Name of the configuration (also known as server parameter).
35
35
  * @param options The options parameters.
36
36
  */
37
37
  get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
38
38
  /**
39
- * Updates a configuration of a server.
39
+ * Updates the value assigned to a specific modifiable configuration (also known as server parameter)
40
+ * of a server.
40
41
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
42
  * @param serverName The name of the server.
42
- * @param configurationName The name of the server configuration.
43
- * @param parameters The required parameters for updating a server configuration.
43
+ * @param configurationName Name of the configuration (also known as server parameter).
44
+ * @param parameters Parameters required to update the value of a specific modifiable configuration
45
+ * (also known as server parameter).
44
46
  * @param options The options parameters.
45
47
  */
46
48
  beginUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>>;
47
49
  /**
48
- * Updates a configuration of a server.
50
+ * Updates the value assigned to a specific modifiable configuration (also known as server parameter)
51
+ * of a server.
49
52
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
53
  * @param serverName The name of the server.
51
- * @param configurationName The name of the server configuration.
52
- * @param parameters The required parameters for updating a server configuration.
54
+ * @param configurationName Name of the configuration (also known as server parameter).
55
+ * @param parameters Parameters required to update the value of a specific modifiable configuration
56
+ * (also known as server parameter).
53
57
  * @param options The options parameters.
54
58
  */
55
59
  beginUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<ConfigurationsUpdateResponse>;
56
60
  /**
57
- * Updates a configuration of a server.
61
+ * Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as
62
+ * server parameter) of a server.
58
63
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
59
64
  * @param serverName The name of the server.
60
- * @param configurationName The name of the server configuration.
61
- * @param parameters The required parameters for updating a server configuration.
65
+ * @param configurationName Name of the configuration (also known as server parameter).
66
+ * @param parameters Parameters required to update the value of a specific modifiable configuration
67
+ * (also known as server parameter).
62
68
  * @param options The options parameters.
63
69
  */
64
- beginPut(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsPutOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsPutResponse>, ConfigurationsPutResponse>>;
70
+ beginPut(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsPutOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsPutResponse>, ConfigurationsPutResponse>>;
65
71
  /**
66
- * Updates a configuration of a server.
72
+ * Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as
73
+ * server parameter) of a server.
67
74
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
75
  * @param serverName The name of the server.
69
- * @param configurationName The name of the server configuration.
70
- * @param parameters The required parameters for updating a server configuration.
76
+ * @param configurationName Name of the configuration (also known as server parameter).
77
+ * @param parameters Parameters required to update the value of a specific modifiable configuration
78
+ * (also known as server parameter).
71
79
  * @param options The options parameters.
72
80
  */
73
- beginPutAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsPutOptionalParams): Promise<ConfigurationsPutResponse>;
81
+ beginPutAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsPutOptionalParams): Promise<ConfigurationsPutResponse>;
74
82
  /**
75
83
  * ListByServerNext
76
84
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
@@ -1 +1 @@
1
- {"version":3,"file":"configurations.d.ts","sourceRoot":"","sources":["../../../src/operations/configurations.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,aAAa,EAEb,wCAAwC,EAExC,+BAA+B,EAC/B,yBAAyB,EACzB,sBAAsB,EACtB,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,yBAAyB,EAE1B,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,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,wCAAwC,GACjD,0BAA0B,CAAC,aAAa,CAAC;YAkB7B,sBAAsB;YA6BtB,qBAAqB;IAUpC;;;;;OAKG;IACH,OAAO,CAAC,aAAa;IAWrB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F;IA6DD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAWxC;;;;;;;OAOG;IACG,QAAQ,CACZ,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,yBAAyB,CAAC,EAAE,yBAAyB,CAAC,CACvF;IA6DD;;;;;;;OAOG;IACG,eAAe,CACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAWrC;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;CAW1B"}
1
+ {"version":3,"file":"configurations.d.ts","sourceRoot":"","sources":["../../../src/operations/configurations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,aAAa,EAEb,wCAAwC,EAExC,+BAA+B,EAC/B,yBAAyB,EACzB,sBAAsB,EACtB,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,yBAAyB,EAE1B,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,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,wCAAwC,GACjD,0BAA0B,CAAC,aAAa,CAAC;YAkB7B,sBAAsB;YA6BtB,qBAAqB;IAUpC;;;;;OAKG;IACH,OAAO,CAAC,aAAa;IAWrB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;;;OASG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F;IA6DD;;;;;;;;;OASG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAWxC;;;;;;;;;OASG;IACG,QAAQ,CACZ,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,yBAAyB,CAAC,EAAE,yBAAyB,CAAC,CACvF;IA6DD;;;;;;;;;OASG;IACG,eAAe,CACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAWrC;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;CAW1B"}
@@ -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.ConfigurationsImpl = void 0;
11
6
  const tslib_1 = require("tslib");
@@ -27,7 +22,7 @@ class ConfigurationsImpl {
27
22
  this.client = client;
28
23
  }
29
24
  /**
30
- * List all the configurations in a given server.
25
+ * Lists all configurations (also known as server parameters) of a server.
31
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
27
  * @param serverName The name of the server.
33
28
  * @param options The options parameters.
@@ -73,7 +68,7 @@ class ConfigurationsImpl {
73
68
  }
74
69
  }
75
70
  /**
76
- * List all the configurations in a given server.
71
+ * Lists all configurations (also known as server parameters) of a server.
77
72
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
73
  * @param serverName The name of the server.
79
74
  * @param options The options parameters.
@@ -82,21 +77,23 @@ class ConfigurationsImpl {
82
77
  return this.client.sendOperationRequest({ resourceGroupName, serverName, options }, listByServerOperationSpec);
83
78
  }
84
79
  /**
85
- * Gets information about a configuration of server.
80
+ * Gets information about a specific configuration (also known as server parameter) of a server.
86
81
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
87
82
  * @param serverName The name of the server.
88
- * @param configurationName The name of the server configuration.
83
+ * @param configurationName Name of the configuration (also known as server parameter).
89
84
  * @param options The options parameters.
90
85
  */
91
86
  get(resourceGroupName, serverName, configurationName, options) {
92
87
  return this.client.sendOperationRequest({ resourceGroupName, serverName, configurationName, options }, getOperationSpec);
93
88
  }
94
89
  /**
95
- * Updates a configuration of a server.
90
+ * Updates the value assigned to a specific modifiable configuration (also known as server parameter)
91
+ * of a server.
96
92
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
97
93
  * @param serverName The name of the server.
98
- * @param configurationName The name of the server configuration.
99
- * @param parameters The required parameters for updating a server configuration.
94
+ * @param configurationName Name of the configuration (also known as server parameter).
95
+ * @param parameters Parameters required to update the value of a specific modifiable configuration
96
+ * (also known as server parameter).
100
97
  * @param options The options parameters.
101
98
  */
102
99
  async beginUpdate(resourceGroupName, serverName, configurationName, parameters, options) {
@@ -147,11 +144,13 @@ class ConfigurationsImpl {
147
144
  return poller;
148
145
  }
149
146
  /**
150
- * Updates a configuration of a server.
147
+ * Updates the value assigned to a specific modifiable configuration (also known as server parameter)
148
+ * of a server.
151
149
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
152
150
  * @param serverName The name of the server.
153
- * @param configurationName The name of the server configuration.
154
- * @param parameters The required parameters for updating a server configuration.
151
+ * @param configurationName Name of the configuration (also known as server parameter).
152
+ * @param parameters Parameters required to update the value of a specific modifiable configuration
153
+ * (also known as server parameter).
155
154
  * @param options The options parameters.
156
155
  */
157
156
  async beginUpdateAndWait(resourceGroupName, serverName, configurationName, parameters, options) {
@@ -159,11 +158,13 @@ class ConfigurationsImpl {
159
158
  return poller.pollUntilDone();
160
159
  }
161
160
  /**
162
- * Updates a configuration of a server.
161
+ * Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as
162
+ * server parameter) of a server.
163
163
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
164
164
  * @param serverName The name of the server.
165
- * @param configurationName The name of the server configuration.
166
- * @param parameters The required parameters for updating a server configuration.
165
+ * @param configurationName Name of the configuration (also known as server parameter).
166
+ * @param parameters Parameters required to update the value of a specific modifiable configuration
167
+ * (also known as server parameter).
167
168
  * @param options The options parameters.
168
169
  */
169
170
  async beginPut(resourceGroupName, serverName, configurationName, parameters, options) {
@@ -208,17 +209,19 @@ class ConfigurationsImpl {
208
209
  const poller = await (0, core_lro_1.createHttpPoller)(lro, {
209
210
  restoreFrom: options?.resumeFrom,
210
211
  intervalInMs: options?.updateIntervalInMs,
211
- resourceLocationConfig: "location",
212
+ resourceLocationConfig: "azure-async-operation",
212
213
  });
213
214
  await poller.poll();
214
215
  return poller;
215
216
  }
216
217
  /**
217
- * Updates a configuration of a server.
218
+ * Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as
219
+ * server parameter) of a server.
218
220
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
219
221
  * @param serverName The name of the server.
220
- * @param configurationName The name of the server configuration.
221
- * @param parameters The required parameters for updating a server configuration.
222
+ * @param configurationName Name of the configuration (also known as server parameter).
223
+ * @param parameters Parameters required to update the value of a specific modifiable configuration
224
+ * (also known as server parameter).
222
225
  * @param options The options parameters.
223
226
  */
224
227
  async beginPutAndWait(resourceGroupName, serverName, configurationName, parameters, options) {
@@ -244,7 +247,7 @@ const listByServerOperationSpec = {
244
247
  httpMethod: "GET",
245
248
  responses: {
246
249
  200: {
247
- bodyMapper: Mappers.ConfigurationListResult,
250
+ bodyMapper: Mappers.ConfigurationList,
248
251
  },
249
252
  default: {
250
253
  bodyMapper: Mappers.ErrorResponse,
@@ -302,7 +305,7 @@ const updateOperationSpec = {
302
305
  bodyMapper: Mappers.ErrorResponse,
303
306
  },
304
307
  },
305
- requestBody: Parameters.parameters1,
308
+ requestBody: Parameters.parameters2,
306
309
  queryParameters: [Parameters.apiVersion],
307
310
  urlParameters: [
308
311
  Parameters.$host,
@@ -353,7 +356,7 @@ const listByServerNextOperationSpec = {
353
356
  httpMethod: "GET",
354
357
  responses: {
355
358
  200: {
356
- bodyMapper: Mappers.ConfigurationListResult,
359
+ bodyMapper: Mappers.ConfigurationList,
357
360
  },
358
361
  default: {
359
362
  bodyMapper: Mappers.ErrorResponse,
@@ -1 +1 @@
1
- {"version":3,"file":"configurations.js","sourceRoot":"","sources":["../../../src/operations/configurations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { Configurations } 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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n Configuration,\n ConfigurationsListByServerNextOptionalParams,\n ConfigurationsListByServerOptionalParams,\n ConfigurationsListByServerResponse,\n ConfigurationsGetOptionalParams,\n ConfigurationsGetResponse,\n ConfigurationForUpdate,\n ConfigurationsUpdateOptionalParams,\n ConfigurationsUpdateResponse,\n ConfigurationsPutOptionalParams,\n ConfigurationsPutResponse,\n ConfigurationsListByServerNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Configurations operations. */\nexport class ConfigurationsImpl implements Configurations {\n private readonly client: PostgreSQLManagementFlexibleServerClient;\n\n /**\n * Initialize a new instance of the class Configurations 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 configurations in 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?: ConfigurationsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<Configuration> {\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?: ConfigurationsListByServerOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Configuration[]> {\n let result: ConfigurationsListByServerResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByServer(resourceGroupName, serverName, 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._listByServerNext(\n resourceGroupName,\n serverName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByServerPagingAll(\n resourceGroupName: string,\n serverName: string,\n options?: ConfigurationsListByServerOptionalParams,\n ): AsyncIterableIterator<Configuration> {\n for await (const page of this.listByServerPagingPage(resourceGroupName, serverName, options)) {\n yield* page;\n }\n }\n\n /**\n * List all the configurations in 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?: ConfigurationsListByServerOptionalParams,\n ): Promise<ConfigurationsListByServerResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serverName, options },\n listByServerOperationSpec,\n );\n }\n\n /**\n * Gets information about a configuration of 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 configurationName The name of the server configuration.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n options?: ConfigurationsGetOptionalParams,\n ): Promise<ConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serverName, configurationName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Updates a configuration 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 configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: ConfigurationForUpdate,\n options?: ConfigurationsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConfigurationsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n ConfigurationsUpdateResponse,\n OperationState<ConfigurationsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates a configuration 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 configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: ConfigurationForUpdate,\n options?: ConfigurationsUpdateOptionalParams,\n ): Promise<ConfigurationsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates a configuration 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 configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param options The options parameters.\n */\n async beginPut(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: Configuration,\n options?: ConfigurationsPutOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ConfigurationsPutResponse>, ConfigurationsPutResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConfigurationsPutResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options,\n },\n spec: putOperationSpec,\n });\n const poller = await createHttpPoller<\n ConfigurationsPutResponse,\n OperationState<ConfigurationsPutResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates a configuration 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 configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param options The options parameters.\n */\n async beginPutAndWait(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: Configuration,\n options?: ConfigurationsPutOptionalParams,\n ): Promise<ConfigurationsPutResponse> {\n const poller = await this.beginPut(\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByServerNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param nextLink The nextLink from the previous successful call to the ListByServer method.\n * @param options The options parameters.\n */\n private _listByServerNext(\n resourceGroupName: string,\n serverName: string,\n nextLink: string,\n options?: ConfigurationsListByServerNextOptionalParams,\n ): Promise<ConfigurationsListByServerNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serverName, nextLink, options },\n listByServerNextOperationSpec,\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}/configurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationListResult,\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};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/configurations/{configurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Configuration,\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 Parameters.configurationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/configurations/{configurationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Configuration,\n },\n 201: {\n bodyMapper: Mappers.Configuration,\n },\n 202: {\n bodyMapper: Mappers.Configuration,\n },\n 204: {\n bodyMapper: Mappers.Configuration,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.configurationName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst putOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/configurations/{configurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Configuration,\n },\n 201: {\n bodyMapper: Mappers.Configuration,\n },\n 202: {\n bodyMapper: Mappers.Configuration,\n },\n 204: {\n bodyMapper: Mappers.Configuration,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.configurationName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst listByServerNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
1
+ {"version":3,"file":"configurations.js","sourceRoot":"","sources":["../../../src/operations/configurations.ts"],"names":[],"mappings":"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","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 { Configurations } 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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n Configuration,\n ConfigurationsListByServerNextOptionalParams,\n ConfigurationsListByServerOptionalParams,\n ConfigurationsListByServerResponse,\n ConfigurationsGetOptionalParams,\n ConfigurationsGetResponse,\n ConfigurationForUpdate,\n ConfigurationsUpdateOptionalParams,\n ConfigurationsUpdateResponse,\n ConfigurationsPutOptionalParams,\n ConfigurationsPutResponse,\n ConfigurationsListByServerNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Configurations operations. */\nexport class ConfigurationsImpl implements Configurations {\n private readonly client: PostgreSQLManagementFlexibleServerClient;\n\n /**\n * Initialize a new instance of the class Configurations class.\n * @param client Reference to the service client\n */\n constructor(client: PostgreSQLManagementFlexibleServerClient) {\n this.client = client;\n }\n\n /**\n * Lists all configurations (also known as server parameters) 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?: ConfigurationsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<Configuration> {\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?: ConfigurationsListByServerOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Configuration[]> {\n let result: ConfigurationsListByServerResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByServer(resourceGroupName, serverName, 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._listByServerNext(\n resourceGroupName,\n serverName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByServerPagingAll(\n resourceGroupName: string,\n serverName: string,\n options?: ConfigurationsListByServerOptionalParams,\n ): AsyncIterableIterator<Configuration> {\n for await (const page of this.listByServerPagingPage(resourceGroupName, serverName, options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all configurations (also known as server parameters) 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?: ConfigurationsListByServerOptionalParams,\n ): Promise<ConfigurationsListByServerResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serverName, options },\n listByServerOperationSpec,\n );\n }\n\n /**\n * Gets information about a specific configuration (also known as server parameter) 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 configurationName Name of the configuration (also known as server parameter).\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n options?: ConfigurationsGetOptionalParams,\n ): Promise<ConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serverName, configurationName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Updates the value assigned to a specific modifiable configuration (also known as server parameter)\n * 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 configurationName Name of the configuration (also known as server parameter).\n * @param parameters Parameters required to update the value of a specific modifiable configuration\n * (also known as server parameter).\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: ConfigurationForUpdate,\n options?: ConfigurationsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConfigurationsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n ConfigurationsUpdateResponse,\n OperationState<ConfigurationsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates the value assigned to a specific modifiable configuration (also known as server parameter)\n * 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 configurationName Name of the configuration (also known as server parameter).\n * @param parameters Parameters required to update the value of a specific modifiable configuration\n * (also known as server parameter).\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: ConfigurationForUpdate,\n options?: ConfigurationsUpdateOptionalParams,\n ): Promise<ConfigurationsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as\n * server parameter) 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 configurationName Name of the configuration (also known as server parameter).\n * @param parameters Parameters required to update the value of a specific modifiable configuration\n * (also known as server parameter).\n * @param options The options parameters.\n */\n async beginPut(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: ConfigurationForUpdate,\n options?: ConfigurationsPutOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ConfigurationsPutResponse>, ConfigurationsPutResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<ConfigurationsPutResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options,\n },\n spec: putOperationSpec,\n });\n const poller = await createHttpPoller<\n ConfigurationsPutResponse,\n OperationState<ConfigurationsPutResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as\n * server parameter) 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 configurationName Name of the configuration (also known as server parameter).\n * @param parameters Parameters required to update the value of a specific modifiable configuration\n * (also known as server parameter).\n * @param options The options parameters.\n */\n async beginPutAndWait(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: ConfigurationForUpdate,\n options?: ConfigurationsPutOptionalParams,\n ): Promise<ConfigurationsPutResponse> {\n const poller = await this.beginPut(\n resourceGroupName,\n serverName,\n configurationName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByServerNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param nextLink The nextLink from the previous successful call to the ListByServer method.\n * @param options The options parameters.\n */\n private _listByServerNext(\n resourceGroupName: string,\n serverName: string,\n nextLink: string,\n options?: ConfigurationsListByServerNextOptionalParams,\n ): Promise<ConfigurationsListByServerNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serverName, nextLink, options },\n listByServerNextOperationSpec,\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}/configurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationList,\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};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/configurations/{configurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Configuration,\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 Parameters.configurationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/configurations/{configurationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Configuration,\n },\n 201: {\n bodyMapper: Mappers.Configuration,\n },\n 202: {\n bodyMapper: Mappers.Configuration,\n },\n 204: {\n bodyMapper: Mappers.Configuration,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.configurationName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst putOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/configurations/{configurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Configuration,\n },\n 201: {\n bodyMapper: Mappers.Configuration,\n },\n 202: {\n bodyMapper: Mappers.Configuration,\n },\n 204: {\n bodyMapper: Mappers.Configuration,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.configurationName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst listByServerNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.serverName,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -2,7 +2,7 @@ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import type { Databases } from "../operationsInterfaces/index.js";
3
3
  import type { PostgreSQLManagementFlexibleServerClient } from "../postgreSQLManagementFlexibleServerClient.js";
4
4
  import type { SimplePollerLike, OperationState } from "@azure/core-lro";
5
- import type { Database, DatabasesListByServerOptionalParams, DatabasesCreateOptionalParams, DatabasesCreateResponse, DatabasesDeleteOptionalParams, DatabasesGetOptionalParams, DatabasesGetResponse } from "../models/index.js";
5
+ import type { Database, DatabasesListByServerOptionalParams, DatabasesCreateOptionalParams, DatabasesCreateResponse, DatabasesDeleteOptionalParams, DatabasesDeleteResponse, DatabasesGetOptionalParams, DatabasesGetResponse } from "../models/index.js";
6
6
  /** Class containing Databases operations. */
7
7
  export declare class DatabasesImpl implements Databases {
8
8
  private readonly client;
@@ -12,7 +12,7 @@ export declare class DatabasesImpl implements Databases {
12
12
  */
13
13
  constructor(client: PostgreSQLManagementFlexibleServerClient);
14
14
  /**
15
- * List all the databases in a given server.
15
+ * Lists all databases in a server.
16
16
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
17
  * @param serverName The name of the server.
18
18
  * @param options The options parameters.
@@ -21,49 +21,54 @@ export declare class DatabasesImpl implements Databases {
21
21
  private listByServerPagingPage;
22
22
  private listByServerPagingAll;
23
23
  /**
24
- * Creates a new database or updates an existing database.
24
+ * Creates a new database.
25
25
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
26
  * @param serverName The name of the server.
27
- * @param databaseName The name of the database.
28
- * @param parameters The required parameters for creating or updating a database.
27
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
28
+ * getting the list of all existing databases in a server.
29
+ * @param parameters Parameters required to create a new database.
29
30
  * @param options The options parameters.
30
31
  */
31
32
  beginCreate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;
32
33
  /**
33
- * Creates a new database or updates an existing database.
34
+ * Creates a new database.
34
35
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
36
  * @param serverName The name of the server.
36
- * @param databaseName The name of the database.
37
- * @param parameters The required parameters for creating or updating a database.
37
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
38
+ * getting the list of all existing databases in a server.
39
+ * @param parameters Parameters required to create a new database.
38
40
  * @param options The options parameters.
39
41
  */
40
42
  beginCreateAndWait(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<DatabasesCreateResponse>;
41
43
  /**
42
- * Deletes a database.
44
+ * Deletes an existing database.
43
45
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
44
46
  * @param serverName The name of the server.
45
- * @param databaseName The name of the database.
47
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
48
+ * getting the list of all existing databases in a server.
46
49
  * @param options The options parameters.
47
50
  */
48
- beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
51
+ beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesDeleteResponse>, DatabasesDeleteResponse>>;
49
52
  /**
50
- * Deletes a database.
53
+ * Deletes an existing database.
51
54
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
52
55
  * @param serverName The name of the server.
53
- * @param databaseName The name of the database.
56
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
57
+ * getting the list of all existing databases in a server.
54
58
  * @param options The options parameters.
55
59
  */
56
- beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
60
+ beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<DatabasesDeleteResponse>;
57
61
  /**
58
- * Gets information about a database.
62
+ * Gets information about an existing database.
59
63
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
60
64
  * @param serverName The name of the server.
61
- * @param databaseName The name of the database.
65
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
66
+ * getting the list of all existing databases in a server.
62
67
  * @param options The options parameters.
63
68
  */
64
69
  get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
65
70
  /**
66
- * List all the databases in a given server.
71
+ * Lists all databases in a server.
67
72
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
73
  * @param serverName The name of the server.
69
74
  * @param options The options parameters.
@@ -1 +1 @@
1
- {"version":3,"file":"databases.d.ts","sourceRoot":"","sources":["../../../src/operations/databases.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,QAAQ,EAER,mCAAmC,EAEnC,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC7B,0BAA0B,EAC1B,oBAAoB,EAErB,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,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,mCAAmC,GAC5C,0BAA0B,CAAC,QAAQ,CAAC;YAkBxB,sBAAsB;YA6BtB,qBAAqB;IAUpC;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC,CAAC;IA6D9F;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAWnC;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAoDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;OAKG;IACH,OAAO,CAAC,aAAa;IAWrB;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;CAW1B"}
1
+ {"version":3,"file":"databases.d.ts","sourceRoot":"","sources":["../../../src/operations/databases.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,QAAQ,EAER,mCAAmC,EAEnC,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC7B,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EAErB,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,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,mCAAmC,GAC5C,0BAA0B,CAAC,QAAQ,CAAC;YAkBxB,sBAAsB;YA6BtB,qBAAqB;IAUpC;;;;;;;;OAQG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC,CAAC;IA6D9F;;;;;;;;OAQG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAWnC;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC,CAAC;IAuD9F;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAKnC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;OAKG;IACH,OAAO,CAAC,aAAa;IAWrB;;;;;;OAMG;IACH,OAAO,CAAC,iBAAiB;CAW1B"}
@@ -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.DatabasesImpl = void 0;
11
6
  const tslib_1 = require("tslib");
@@ -27,7 +22,7 @@ class DatabasesImpl {
27
22
  this.client = client;
28
23
  }
29
24
  /**
30
- * List all the databases in a given server.
25
+ * Lists all databases in a server.
31
26
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
27
  * @param serverName The name of the server.
33
28
  * @param options The options parameters.
@@ -73,11 +68,12 @@ class DatabasesImpl {
73
68
  }
74
69
  }
75
70
  /**
76
- * Creates a new database or updates an existing database.
71
+ * Creates a new database.
77
72
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
78
73
  * @param serverName The name of the server.
79
- * @param databaseName The name of the database.
80
- * @param parameters The required parameters for creating or updating a database.
74
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
75
+ * getting the list of all existing databases in a server.
76
+ * @param parameters Parameters required to create a new database.
81
77
  * @param options The options parameters.
82
78
  */
83
79
  async beginCreate(resourceGroupName, serverName, databaseName, parameters, options) {
@@ -128,11 +124,12 @@ class DatabasesImpl {
128
124
  return poller;
129
125
  }
130
126
  /**
131
- * Creates a new database or updates an existing database.
127
+ * Creates a new database.
132
128
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
133
129
  * @param serverName The name of the server.
134
- * @param databaseName The name of the database.
135
- * @param parameters The required parameters for creating or updating a database.
130
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
131
+ * getting the list of all existing databases in a server.
132
+ * @param parameters Parameters required to create a new database.
136
133
  * @param options The options parameters.
137
134
  */
138
135
  async beginCreateAndWait(resourceGroupName, serverName, databaseName, parameters, options) {
@@ -140,10 +137,11 @@ class DatabasesImpl {
140
137
  return poller.pollUntilDone();
141
138
  }
142
139
  /**
143
- * Deletes a database.
140
+ * Deletes an existing database.
144
141
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
145
142
  * @param serverName The name of the server.
146
- * @param databaseName The name of the database.
143
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
144
+ * getting the list of all existing databases in a server.
147
145
  * @param options The options parameters.
148
146
  */
149
147
  async beginDelete(resourceGroupName, serverName, databaseName, options) {
@@ -188,10 +186,11 @@ class DatabasesImpl {
188
186
  return poller;
189
187
  }
190
188
  /**
191
- * Deletes a database.
189
+ * Deletes an existing database.
192
190
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
193
191
  * @param serverName The name of the server.
194
- * @param databaseName The name of the database.
192
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
193
+ * getting the list of all existing databases in a server.
195
194
  * @param options The options parameters.
196
195
  */
197
196
  async beginDeleteAndWait(resourceGroupName, serverName, databaseName, options) {
@@ -199,17 +198,18 @@ class DatabasesImpl {
199
198
  return poller.pollUntilDone();
200
199
  }
201
200
  /**
202
- * Gets information about a database.
201
+ * Gets information about an existing database.
203
202
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
204
203
  * @param serverName The name of the server.
205
- * @param databaseName The name of the database.
204
+ * @param databaseName Name of the database (case-sensitive). Exact database names can be retrieved by
205
+ * getting the list of all existing databases in a server.
206
206
  * @param options The options parameters.
207
207
  */
208
208
  get(resourceGroupName, serverName, databaseName, options) {
209
209
  return this.client.sendOperationRequest({ resourceGroupName, serverName, databaseName, options }, getOperationSpec);
210
210
  }
211
211
  /**
212
- * List all the databases in a given server.
212
+ * Lists all databases in a server.
213
213
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
214
214
  * @param serverName The name of the server.
215
215
  * @param options The options parameters.
@@ -268,10 +268,18 @@ const deleteOperationSpec = {
268
268
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/databases/{databaseName}",
269
269
  httpMethod: "DELETE",
270
270
  responses: {
271
- 200: {},
272
- 201: {},
273
- 202: {},
274
- 204: {},
271
+ 200: {
272
+ headersMapper: Mappers.DatabasesDeleteHeaders,
273
+ },
274
+ 201: {
275
+ headersMapper: Mappers.DatabasesDeleteHeaders,
276
+ },
277
+ 202: {
278
+ headersMapper: Mappers.DatabasesDeleteHeaders,
279
+ },
280
+ 204: {
281
+ headersMapper: Mappers.DatabasesDeleteHeaders,
282
+ },
275
283
  default: {
276
284
  bodyMapper: Mappers.ErrorResponse,
277
285
  },
@@ -314,7 +322,7 @@ const listByServerOperationSpec = {
314
322
  httpMethod: "GET",
315
323
  responses: {
316
324
  200: {
317
- bodyMapper: Mappers.DatabaseListResult,
325
+ bodyMapper: Mappers.DatabaseList,
318
326
  },
319
327
  default: {
320
328
  bodyMapper: Mappers.ErrorResponse,
@@ -335,7 +343,7 @@ const listByServerNextOperationSpec = {
335
343
  httpMethod: "GET",
336
344
  responses: {
337
345
  200: {
338
- bodyMapper: Mappers.DatabaseListResult,
346
+ bodyMapper: Mappers.DatabaseList,
339
347
  },
340
348
  default: {
341
349
  bodyMapper: Mappers.ErrorResponse,