@azure/arm-cognitiveservices 7.6.0 → 7.7.0-alpha.20250521.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1494) hide show
  1. package/CHANGELOG.md +117 -0
  2. package/LICENSE +3 -3
  3. package/README.md +22 -15
  4. package/dist/browser/cognitiveServicesManagementClient.d.ts +65 -0
  5. package/dist/browser/cognitiveServicesManagementClient.d.ts.map +1 -0
  6. package/dist/browser/cognitiveServicesManagementClient.js +222 -0
  7. package/dist/browser/cognitiveServicesManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/dist/browser/models/index.d.ts +3733 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/dist/browser/models/index.js +652 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/dist/browser/models/mappers.d.ts +190 -0
  19. package/dist/browser/models/mappers.d.ts.map +1 -0
  20. package/dist/browser/models/mappers.js +5135 -0
  21. package/dist/browser/models/mappers.js.map +1 -0
  22. package/dist/browser/models/parameters.d.ts +61 -0
  23. package/dist/browser/models/parameters.d.ts.map +1 -0
  24. package/dist/browser/models/parameters.js +515 -0
  25. package/dist/browser/models/parameters.js.map +1 -0
  26. package/dist/browser/operations/accountCapabilityHosts.d.ts +61 -0
  27. package/dist/browser/operations/accountCapabilityHosts.d.ts.map +1 -0
  28. package/dist/browser/operations/accountCapabilityHosts.js +242 -0
  29. package/dist/browser/operations/accountCapabilityHosts.js.map +1 -0
  30. package/dist/browser/operations/accountConnection.d.ts +70 -0
  31. package/dist/browser/operations/accountConnection.d.ts.map +1 -0
  32. package/dist/browser/operations/accountConnection.js +286 -0
  33. package/dist/browser/operations/accountConnection.js.map +1 -0
  34. package/dist/browser/operations/accounts.d.ts +162 -0
  35. package/dist/browser/operations/accounts.d.ts.map +1 -0
  36. package/dist/browser/operations/accounts.js +775 -0
  37. package/dist/browser/operations/accounts.js.map +1 -0
  38. package/dist/browser/operations/commitmentPlans.d.ts +256 -0
  39. package/dist/browser/operations/commitmentPlans.d.ts.map +1 -0
  40. package/dist/browser/operations/commitmentPlans.js +1166 -0
  41. package/dist/browser/operations/commitmentPlans.js.map +1 -0
  42. package/dist/browser/operations/commitmentTiers.d.ts +35 -0
  43. package/dist/browser/operations/commitmentTiers.d.ts.map +1 -0
  44. package/dist/browser/operations/commitmentTiers.js +141 -0
  45. package/dist/browser/operations/commitmentTiers.js.map +1 -0
  46. package/dist/browser/operations/defenderForAISettings.d.ts +64 -0
  47. package/dist/browser/operations/defenderForAISettings.d.ts.map +1 -0
  48. package/dist/browser/operations/defenderForAISettings.js +267 -0
  49. package/dist/browser/operations/defenderForAISettings.js.map +1 -0
  50. package/dist/browser/operations/deletedAccounts.d.ts +57 -0
  51. package/dist/browser/operations/deletedAccounts.d.ts.map +1 -0
  52. package/dist/browser/operations/deletedAccounts.js +243 -0
  53. package/dist/browser/operations/deletedAccounts.js.map +1 -0
  54. package/dist/browser/operations/deployments.d.ts +126 -0
  55. package/dist/browser/operations/deployments.d.ts.map +1 -0
  56. package/dist/browser/operations/deployments.js +579 -0
  57. package/dist/browser/operations/deployments.js.map +1 -0
  58. package/dist/browser/operations/encryptionScopes.d.ts +76 -0
  59. package/dist/browser/operations/encryptionScopes.d.ts.map +1 -0
  60. package/dist/browser/operations/encryptionScopes.js +316 -0
  61. package/dist/browser/operations/encryptionScopes.js.map +1 -0
  62. package/dist/browser/operations/index.d.ts +26 -0
  63. package/dist/browser/operations/index.d.ts.map +1 -0
  64. package/dist/browser/operations/index.js +33 -0
  65. package/dist/browser/operations/index.js.map +1 -0
  66. package/dist/browser/operations/locationBasedModelCapacities.d.ts +41 -0
  67. package/dist/browser/operations/locationBasedModelCapacities.d.ts.map +1 -0
  68. package/dist/browser/operations/locationBasedModelCapacities.js +152 -0
  69. package/dist/browser/operations/locationBasedModelCapacities.js.map +1 -0
  70. package/dist/browser/operations/modelCapacities.d.ts +38 -0
  71. package/dist/browser/operations/modelCapacities.d.ts.map +1 -0
  72. package/dist/browser/operations/modelCapacities.js +144 -0
  73. package/dist/browser/operations/modelCapacities.js.map +1 -0
  74. package/dist/browser/operations/models.d.ts +35 -0
  75. package/dist/browser/operations/models.d.ts.map +1 -0
  76. package/dist/browser/operations/models.js +141 -0
  77. package/dist/browser/operations/models.js.map +1 -0
  78. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
  79. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  80. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +269 -0
  81. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  82. package/dist/browser/operations/operations.d.ts +32 -0
  83. package/dist/browser/operations/operations.d.ts.map +1 -0
  84. package/dist/browser/operations/operations.js +133 -0
  85. package/dist/browser/operations/operations.js.map +1 -0
  86. package/dist/browser/operations/privateEndpointConnections.d.ts +70 -0
  87. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  88. package/dist/browser/operations/privateEndpointConnections.js +274 -0
  89. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  90. package/dist/browser/operations/privateLinkResources.d.ts +20 -0
  91. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  92. package/dist/browser/operations/privateLinkResources.js +53 -0
  93. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  94. package/dist/browser/operations/projectCapabilityHosts.d.ts +66 -0
  95. package/dist/browser/operations/projectCapabilityHosts.d.ts.map +1 -0
  96. package/dist/browser/operations/projectCapabilityHosts.js +263 -0
  97. package/dist/browser/operations/projectCapabilityHosts.js.map +1 -0
  98. package/dist/browser/operations/projectConnection.d.ts +77 -0
  99. package/dist/browser/operations/projectConnection.d.ts.map +1 -0
  100. package/dist/browser/operations/projectConnection.js +299 -0
  101. package/dist/browser/operations/projectConnection.js.map +1 -0
  102. package/dist/browser/operations/projects.d.ts +101 -0
  103. package/dist/browser/operations/projects.d.ts.map +1 -0
  104. package/dist/browser/operations/projects.js +438 -0
  105. package/dist/browser/operations/projects.js.map +1 -0
  106. package/dist/browser/operations/raiBlocklistItems.d.ts +97 -0
  107. package/dist/browser/operations/raiBlocklistItems.d.ts.map +1 -0
  108. package/dist/browser/operations/raiBlocklistItems.js +418 -0
  109. package/dist/browser/operations/raiBlocklistItems.js.map +1 -0
  110. package/dist/browser/operations/raiBlocklists.d.ts +72 -0
  111. package/dist/browser/operations/raiBlocklists.d.ts.map +1 -0
  112. package/dist/browser/operations/raiBlocklists.js +313 -0
  113. package/dist/browser/operations/raiBlocklists.js.map +1 -0
  114. package/dist/browser/operations/raiContentFilters.d.ts +42 -0
  115. package/dist/browser/operations/raiContentFilters.d.ts.map +1 -0
  116. package/dist/browser/operations/raiContentFilters.js +171 -0
  117. package/dist/browser/operations/raiContentFilters.js.map +1 -0
  118. package/dist/browser/operations/raiPolicies.d.ts +72 -0
  119. package/dist/browser/operations/raiPolicies.d.ts.map +1 -0
  120. package/dist/browser/operations/raiPolicies.js +307 -0
  121. package/dist/browser/operations/raiPolicies.js.map +1 -0
  122. package/dist/browser/operations/resourceSkus.d.ts +32 -0
  123. package/dist/browser/operations/resourceSkus.d.ts.map +1 -0
  124. package/dist/browser/operations/resourceSkus.js +133 -0
  125. package/dist/browser/operations/resourceSkus.js.map +1 -0
  126. package/dist/browser/operations/usages.d.ts +35 -0
  127. package/dist/browser/operations/usages.d.ts.map +1 -0
  128. package/dist/browser/operations/usages.js +141 -0
  129. package/dist/browser/operations/usages.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
  131. package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/accountCapabilityHosts.js +9 -0
  133. package/dist/browser/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/accountConnection.d.ts +45 -0
  135. package/dist/browser/operationsInterfaces/accountConnection.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/accountConnection.js +9 -0
  137. package/dist/browser/operationsInterfaces/accountConnection.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/accounts.d.ts +109 -0
  139. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  141. package/dist/browser/operationsInterfaces/commitmentPlans.d.ts +182 -0
  142. package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  143. package/dist/browser/operationsInterfaces/commitmentPlans.js.map +1 -0
  144. package/dist/browser/operationsInterfaces/commitmentTiers.d.ts +12 -0
  145. package/dist/browser/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
  146. package/dist/browser/operationsInterfaces/commitmentTiers.js.map +1 -0
  147. package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts +39 -0
  148. package/dist/browser/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
  149. package/dist/browser/operationsInterfaces/defenderForAISettings.js.map +1 -0
  150. package/dist/browser/operationsInterfaces/deletedAccounts.d.ts +36 -0
  151. package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  152. package/dist/browser/operationsInterfaces/deletedAccounts.js.map +1 -0
  153. package/dist/browser/operationsInterfaces/deployments.d.ts +82 -0
  154. package/dist/browser/operationsInterfaces/deployments.d.ts.map +1 -0
  155. package/dist/browser/operationsInterfaces/deployments.js.map +1 -0
  156. package/dist/browser/operationsInterfaces/encryptionScopes.d.ts +51 -0
  157. package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  158. package/dist/browser/operationsInterfaces/encryptionScopes.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/index.d.ts +26 -0
  160. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/index.js +33 -0
  162. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  163. package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
  164. package/dist/browser/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
  165. package/dist/browser/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/modelCapacities.d.ts +14 -0
  167. package/dist/browser/operationsInterfaces/modelCapacities.d.ts.map +1 -0
  168. package/dist/browser/operationsInterfaces/modelCapacities.js.map +1 -0
  169. package/dist/browser/operationsInterfaces/models.d.ts +12 -0
  170. package/dist/browser/operationsInterfaces/models.d.ts.map +1 -0
  171. package/dist/browser/operationsInterfaces/models.js.map +1 -0
  172. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
  173. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  174. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  175. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  176. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  177. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  178. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  179. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  180. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  181. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
  182. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  183. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  184. package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
  185. package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
  186. package/dist/browser/operationsInterfaces/projectCapabilityHosts.js +9 -0
  187. package/dist/browser/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
  188. package/dist/browser/operationsInterfaces/projectConnection.d.ts +50 -0
  189. package/dist/browser/operationsInterfaces/projectConnection.d.ts.map +1 -0
  190. package/dist/browser/operationsInterfaces/projectConnection.js +9 -0
  191. package/dist/browser/operationsInterfaces/projectConnection.js.map +1 -0
  192. package/dist/browser/operationsInterfaces/projects.d.ts +76 -0
  193. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  194. package/dist/browser/operationsInterfaces/projects.js +9 -0
  195. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  196. package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
  197. package/dist/browser/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
  198. package/dist/browser/operationsInterfaces/raiBlocklistItems.js.map +1 -0
  199. package/dist/browser/operationsInterfaces/raiBlocklists.d.ts +47 -0
  200. package/dist/browser/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
  201. package/dist/browser/operationsInterfaces/raiBlocklists.js.map +1 -0
  202. package/dist/browser/operationsInterfaces/raiContentFilters.d.ts +19 -0
  203. package/dist/browser/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
  204. package/dist/browser/operationsInterfaces/raiContentFilters.js.map +1 -0
  205. package/dist/browser/operationsInterfaces/raiPolicies.d.ts +47 -0
  206. package/dist/browser/operationsInterfaces/raiPolicies.d.ts.map +1 -0
  207. package/dist/browser/operationsInterfaces/raiPolicies.js.map +1 -0
  208. package/dist/browser/operationsInterfaces/resourceSkus.d.ts +11 -0
  209. package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  210. package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -0
  211. package/dist/browser/operationsInterfaces/usages.d.ts +12 -0
  212. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  213. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  214. package/dist/browser/package.json +3 -0
  215. package/dist/browser/pagingHelper.d.ts.map +1 -0
  216. package/dist/browser/pagingHelper.js.map +1 -0
  217. package/dist/commonjs/cognitiveServicesManagementClient.d.ts +65 -0
  218. package/dist/commonjs/cognitiveServicesManagementClient.d.ts.map +1 -0
  219. package/dist/commonjs/cognitiveServicesManagementClient.js +227 -0
  220. package/dist/commonjs/cognitiveServicesManagementClient.js.map +1 -0
  221. package/dist/commonjs/index.d.ts +5 -0
  222. package/dist/commonjs/index.d.ts.map +1 -0
  223. package/dist/commonjs/index.js +19 -0
  224. package/dist/commonjs/index.js.map +1 -0
  225. package/dist/commonjs/lroImpl.d.ts +11 -0
  226. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  227. package/dist/commonjs/lroImpl.js +24 -0
  228. package/dist/commonjs/lroImpl.js.map +1 -0
  229. package/dist/commonjs/models/index.d.ts +3733 -0
  230. package/dist/commonjs/models/index.d.ts.map +1 -0
  231. package/dist/commonjs/models/index.js +655 -0
  232. package/dist/commonjs/models/index.js.map +1 -0
  233. package/dist/commonjs/models/mappers.d.ts +190 -0
  234. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  235. package/dist/commonjs/models/mappers.js +5141 -0
  236. package/dist/commonjs/models/mappers.js.map +1 -0
  237. package/dist/commonjs/models/parameters.d.ts +61 -0
  238. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  239. package/dist/commonjs/models/parameters.js +519 -0
  240. package/dist/commonjs/models/parameters.js.map +1 -0
  241. package/dist/commonjs/operations/accountCapabilityHosts.d.ts +61 -0
  242. package/dist/commonjs/operations/accountCapabilityHosts.d.ts.map +1 -0
  243. package/dist/commonjs/operations/accountCapabilityHosts.js +247 -0
  244. package/dist/commonjs/operations/accountCapabilityHosts.js.map +1 -0
  245. package/dist/commonjs/operations/accountConnection.d.ts +70 -0
  246. package/dist/commonjs/operations/accountConnection.d.ts.map +1 -0
  247. package/dist/commonjs/operations/accountConnection.js +290 -0
  248. package/dist/commonjs/operations/accountConnection.js.map +1 -0
  249. package/dist/commonjs/operations/accounts.d.ts +162 -0
  250. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  251. package/dist/commonjs/operations/accounts.js +779 -0
  252. package/dist/commonjs/operations/accounts.js.map +1 -0
  253. package/dist/commonjs/operations/commitmentPlans.d.ts +256 -0
  254. package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -0
  255. package/dist/commonjs/operations/commitmentPlans.js +1170 -0
  256. package/dist/commonjs/operations/commitmentPlans.js.map +1 -0
  257. package/dist/commonjs/operations/commitmentTiers.d.ts +35 -0
  258. package/dist/commonjs/operations/commitmentTiers.d.ts.map +1 -0
  259. package/dist/commonjs/operations/commitmentTiers.js +145 -0
  260. package/dist/commonjs/operations/commitmentTiers.js.map +1 -0
  261. package/dist/commonjs/operations/defenderForAISettings.d.ts +64 -0
  262. package/dist/commonjs/operations/defenderForAISettings.d.ts.map +1 -0
  263. package/dist/commonjs/operations/defenderForAISettings.js +271 -0
  264. package/dist/commonjs/operations/defenderForAISettings.js.map +1 -0
  265. package/dist/commonjs/operations/deletedAccounts.d.ts +57 -0
  266. package/dist/commonjs/operations/deletedAccounts.d.ts.map +1 -0
  267. package/dist/commonjs/operations/deletedAccounts.js +247 -0
  268. package/dist/commonjs/operations/deletedAccounts.js.map +1 -0
  269. package/dist/commonjs/operations/deployments.d.ts +126 -0
  270. package/dist/commonjs/operations/deployments.d.ts.map +1 -0
  271. package/dist/commonjs/operations/deployments.js +583 -0
  272. package/dist/commonjs/operations/deployments.js.map +1 -0
  273. package/dist/commonjs/operations/encryptionScopes.d.ts +76 -0
  274. package/dist/commonjs/operations/encryptionScopes.d.ts.map +1 -0
  275. package/dist/commonjs/operations/encryptionScopes.js +320 -0
  276. package/dist/commonjs/operations/encryptionScopes.js.map +1 -0
  277. package/dist/commonjs/operations/index.d.ts +26 -0
  278. package/dist/commonjs/operations/index.d.ts.map +1 -0
  279. package/dist/commonjs/operations/index.js +36 -0
  280. package/dist/commonjs/operations/index.js.map +1 -0
  281. package/dist/commonjs/operations/locationBasedModelCapacities.d.ts +41 -0
  282. package/dist/commonjs/operations/locationBasedModelCapacities.d.ts.map +1 -0
  283. package/dist/commonjs/operations/locationBasedModelCapacities.js +156 -0
  284. package/dist/commonjs/operations/locationBasedModelCapacities.js.map +1 -0
  285. package/dist/commonjs/operations/modelCapacities.d.ts +38 -0
  286. package/dist/commonjs/operations/modelCapacities.d.ts.map +1 -0
  287. package/dist/commonjs/operations/modelCapacities.js +148 -0
  288. package/dist/commonjs/operations/modelCapacities.js.map +1 -0
  289. package/dist/commonjs/operations/models.d.ts +35 -0
  290. package/dist/commonjs/operations/models.d.ts.map +1 -0
  291. package/dist/commonjs/operations/models.js +145 -0
  292. package/dist/commonjs/operations/models.js.map +1 -0
  293. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
  294. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  295. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +273 -0
  296. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  297. package/dist/commonjs/operations/operations.d.ts +32 -0
  298. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  299. package/dist/commonjs/operations/operations.js +137 -0
  300. package/dist/commonjs/operations/operations.js.map +1 -0
  301. package/dist/commonjs/operations/privateEndpointConnections.d.ts +70 -0
  302. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  303. package/dist/commonjs/operations/privateEndpointConnections.js +279 -0
  304. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  305. package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
  306. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  307. package/dist/commonjs/operations/privateLinkResources.js +58 -0
  308. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  309. package/dist/commonjs/operations/projectCapabilityHosts.d.ts +66 -0
  310. package/dist/commonjs/operations/projectCapabilityHosts.d.ts.map +1 -0
  311. package/dist/commonjs/operations/projectCapabilityHosts.js +268 -0
  312. package/dist/commonjs/operations/projectCapabilityHosts.js.map +1 -0
  313. package/dist/commonjs/operations/projectConnection.d.ts +77 -0
  314. package/dist/commonjs/operations/projectConnection.d.ts.map +1 -0
  315. package/dist/commonjs/operations/projectConnection.js +303 -0
  316. package/dist/commonjs/operations/projectConnection.js.map +1 -0
  317. package/dist/commonjs/operations/projects.d.ts +101 -0
  318. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  319. package/dist/commonjs/operations/projects.js +442 -0
  320. package/dist/commonjs/operations/projects.js.map +1 -0
  321. package/dist/commonjs/operations/raiBlocklistItems.d.ts +97 -0
  322. package/dist/commonjs/operations/raiBlocklistItems.d.ts.map +1 -0
  323. package/dist/commonjs/operations/raiBlocklistItems.js +422 -0
  324. package/dist/commonjs/operations/raiBlocklistItems.js.map +1 -0
  325. package/dist/commonjs/operations/raiBlocklists.d.ts +72 -0
  326. package/dist/commonjs/operations/raiBlocklists.d.ts.map +1 -0
  327. package/dist/commonjs/operations/raiBlocklists.js +317 -0
  328. package/dist/commonjs/operations/raiBlocklists.js.map +1 -0
  329. package/dist/commonjs/operations/raiContentFilters.d.ts +42 -0
  330. package/dist/commonjs/operations/raiContentFilters.d.ts.map +1 -0
  331. package/dist/commonjs/operations/raiContentFilters.js +175 -0
  332. package/dist/commonjs/operations/raiContentFilters.js.map +1 -0
  333. package/dist/commonjs/operations/raiPolicies.d.ts +72 -0
  334. package/dist/commonjs/operations/raiPolicies.d.ts.map +1 -0
  335. package/dist/commonjs/operations/raiPolicies.js +311 -0
  336. package/dist/commonjs/operations/raiPolicies.js.map +1 -0
  337. package/dist/commonjs/operations/resourceSkus.d.ts +32 -0
  338. package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -0
  339. package/dist/commonjs/operations/resourceSkus.js +137 -0
  340. package/dist/commonjs/operations/resourceSkus.js.map +1 -0
  341. package/dist/commonjs/operations/usages.d.ts +35 -0
  342. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  343. package/dist/commonjs/operations/usages.js +145 -0
  344. package/dist/commonjs/operations/usages.js.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
  346. package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js +10 -0
  348. package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/accountConnection.d.ts +45 -0
  350. package/dist/commonjs/operationsInterfaces/accountConnection.d.ts.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/accountConnection.js +10 -0
  352. package/dist/commonjs/operationsInterfaces/accountConnection.js.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/accounts.d.ts +109 -0
  354. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  356. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  357. package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +182 -0
  358. package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  359. package/dist/commonjs/operationsInterfaces/commitmentPlans.js +10 -0
  360. package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +1 -0
  361. package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts +12 -0
  362. package/dist/commonjs/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
  363. package/dist/commonjs/operationsInterfaces/commitmentTiers.js +10 -0
  364. package/dist/commonjs/operationsInterfaces/commitmentTiers.js.map +1 -0
  365. package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts +39 -0
  366. package/dist/commonjs/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
  367. package/dist/commonjs/operationsInterfaces/defenderForAISettings.js +10 -0
  368. package/dist/commonjs/operationsInterfaces/defenderForAISettings.js.map +1 -0
  369. package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts +36 -0
  370. package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  371. package/dist/commonjs/operationsInterfaces/deletedAccounts.js +10 -0
  372. package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +1 -0
  373. package/dist/commonjs/operationsInterfaces/deployments.d.ts +82 -0
  374. package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +1 -0
  375. package/dist/commonjs/operationsInterfaces/deployments.js +10 -0
  376. package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -0
  377. package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts +51 -0
  378. package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  379. package/dist/commonjs/operationsInterfaces/encryptionScopes.js +10 -0
  380. package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +1 -0
  381. package/dist/commonjs/operationsInterfaces/index.d.ts +26 -0
  382. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  383. package/dist/commonjs/operationsInterfaces/index.js +36 -0
  384. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  385. package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
  386. package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
  387. package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js +10 -0
  388. package/dist/commonjs/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
  389. package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts +14 -0
  390. package/dist/commonjs/operationsInterfaces/modelCapacities.d.ts.map +1 -0
  391. package/dist/commonjs/operationsInterfaces/modelCapacities.js +10 -0
  392. package/dist/commonjs/operationsInterfaces/modelCapacities.js.map +1 -0
  393. package/dist/commonjs/operationsInterfaces/models.d.ts +12 -0
  394. package/dist/commonjs/operationsInterfaces/models.d.ts.map +1 -0
  395. package/dist/commonjs/operationsInterfaces/models.js +10 -0
  396. package/dist/commonjs/operationsInterfaces/models.js.map +1 -0
  397. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
  398. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  399. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
  400. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  401. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  402. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  403. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  404. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  405. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  406. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  407. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  408. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  409. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
  410. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  411. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  412. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  413. package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
  414. package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
  415. package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js +10 -0
  416. package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
  417. package/dist/commonjs/operationsInterfaces/projectConnection.d.ts +50 -0
  418. package/dist/commonjs/operationsInterfaces/projectConnection.d.ts.map +1 -0
  419. package/dist/commonjs/operationsInterfaces/projectConnection.js +10 -0
  420. package/dist/commonjs/operationsInterfaces/projectConnection.js.map +1 -0
  421. package/dist/commonjs/operationsInterfaces/projects.d.ts +76 -0
  422. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  423. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  424. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  425. package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
  426. package/dist/commonjs/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
  427. package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js +10 -0
  428. package/dist/commonjs/operationsInterfaces/raiBlocklistItems.js.map +1 -0
  429. package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts +47 -0
  430. package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
  431. package/dist/commonjs/operationsInterfaces/raiBlocklists.js +10 -0
  432. package/dist/commonjs/operationsInterfaces/raiBlocklists.js.map +1 -0
  433. package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts +19 -0
  434. package/dist/commonjs/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
  435. package/dist/commonjs/operationsInterfaces/raiContentFilters.js +10 -0
  436. package/dist/commonjs/operationsInterfaces/raiContentFilters.js.map +1 -0
  437. package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts +47 -0
  438. package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts.map +1 -0
  439. package/dist/commonjs/operationsInterfaces/raiPolicies.js +10 -0
  440. package/dist/commonjs/operationsInterfaces/raiPolicies.js.map +1 -0
  441. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts +11 -0
  442. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  443. package/dist/commonjs/operationsInterfaces/resourceSkus.js +10 -0
  444. package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -0
  445. package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
  446. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  447. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  448. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  449. package/dist/commonjs/package.json +3 -0
  450. package/dist/commonjs/pagingHelper.d.ts +13 -0
  451. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  452. package/dist/commonjs/pagingHelper.js +36 -0
  453. package/dist/commonjs/pagingHelper.js.map +1 -0
  454. package/dist/commonjs/tsdoc-metadata.json +11 -0
  455. package/dist/esm/cognitiveServicesManagementClient.d.ts +65 -0
  456. package/dist/esm/cognitiveServicesManagementClient.d.ts.map +1 -0
  457. package/dist/esm/cognitiveServicesManagementClient.js +222 -0
  458. package/dist/esm/cognitiveServicesManagementClient.js.map +1 -0
  459. package/dist/esm/index.d.ts +5 -0
  460. package/dist/esm/index.d.ts.map +1 -0
  461. package/dist/esm/index.js +13 -0
  462. package/dist/esm/index.js.map +1 -0
  463. package/dist/esm/lroImpl.d.ts +11 -0
  464. package/dist/esm/lroImpl.d.ts.map +1 -0
  465. package/dist/esm/lroImpl.js +21 -0
  466. package/dist/esm/lroImpl.js.map +1 -0
  467. package/dist/esm/models/index.d.ts +3733 -0
  468. package/dist/esm/models/index.d.ts.map +1 -0
  469. package/dist/esm/models/index.js +652 -0
  470. package/dist/esm/models/index.js.map +1 -0
  471. package/dist/esm/models/mappers.d.ts +190 -0
  472. package/dist/esm/models/mappers.d.ts.map +1 -0
  473. package/dist/esm/models/mappers.js +5135 -0
  474. package/dist/esm/models/mappers.js.map +1 -0
  475. package/dist/esm/models/parameters.d.ts +61 -0
  476. package/dist/esm/models/parameters.d.ts.map +1 -0
  477. package/dist/esm/models/parameters.js +515 -0
  478. package/dist/esm/models/parameters.js.map +1 -0
  479. package/dist/esm/operations/accountCapabilityHosts.d.ts +61 -0
  480. package/dist/esm/operations/accountCapabilityHosts.d.ts.map +1 -0
  481. package/dist/esm/operations/accountCapabilityHosts.js +242 -0
  482. package/dist/esm/operations/accountCapabilityHosts.js.map +1 -0
  483. package/dist/esm/operations/accountConnection.d.ts +70 -0
  484. package/dist/esm/operations/accountConnection.d.ts.map +1 -0
  485. package/dist/esm/operations/accountConnection.js +286 -0
  486. package/dist/esm/operations/accountConnection.js.map +1 -0
  487. package/dist/esm/operations/accounts.d.ts +162 -0
  488. package/dist/esm/operations/accounts.d.ts.map +1 -0
  489. package/dist/esm/operations/accounts.js +775 -0
  490. package/dist/esm/operations/accounts.js.map +1 -0
  491. package/dist/esm/operations/commitmentPlans.d.ts +256 -0
  492. package/dist/esm/operations/commitmentPlans.d.ts.map +1 -0
  493. package/dist/esm/operations/commitmentPlans.js +1166 -0
  494. package/dist/esm/operations/commitmentPlans.js.map +1 -0
  495. package/dist/esm/operations/commitmentTiers.d.ts +35 -0
  496. package/dist/esm/operations/commitmentTiers.d.ts.map +1 -0
  497. package/dist/esm/operations/commitmentTiers.js +141 -0
  498. package/dist/esm/operations/commitmentTiers.js.map +1 -0
  499. package/dist/esm/operations/defenderForAISettings.d.ts +64 -0
  500. package/dist/esm/operations/defenderForAISettings.d.ts.map +1 -0
  501. package/dist/esm/operations/defenderForAISettings.js +267 -0
  502. package/dist/esm/operations/defenderForAISettings.js.map +1 -0
  503. package/dist/esm/operations/deletedAccounts.d.ts +57 -0
  504. package/dist/esm/operations/deletedAccounts.d.ts.map +1 -0
  505. package/dist/esm/operations/deletedAccounts.js +243 -0
  506. package/dist/esm/operations/deletedAccounts.js.map +1 -0
  507. package/dist/esm/operations/deployments.d.ts +126 -0
  508. package/dist/esm/operations/deployments.d.ts.map +1 -0
  509. package/dist/esm/operations/deployments.js +579 -0
  510. package/dist/esm/operations/deployments.js.map +1 -0
  511. package/dist/esm/operations/encryptionScopes.d.ts +76 -0
  512. package/dist/esm/operations/encryptionScopes.d.ts.map +1 -0
  513. package/dist/esm/operations/encryptionScopes.js +316 -0
  514. package/dist/esm/operations/encryptionScopes.js.map +1 -0
  515. package/dist/esm/operations/index.d.ts +26 -0
  516. package/dist/esm/operations/index.d.ts.map +1 -0
  517. package/dist/esm/operations/index.js +33 -0
  518. package/dist/esm/operations/index.js.map +1 -0
  519. package/dist/esm/operations/locationBasedModelCapacities.d.ts +41 -0
  520. package/dist/esm/operations/locationBasedModelCapacities.d.ts.map +1 -0
  521. package/dist/esm/operations/locationBasedModelCapacities.js +152 -0
  522. package/dist/esm/operations/locationBasedModelCapacities.js.map +1 -0
  523. package/dist/esm/operations/modelCapacities.d.ts +38 -0
  524. package/dist/esm/operations/modelCapacities.d.ts.map +1 -0
  525. package/dist/esm/operations/modelCapacities.js +144 -0
  526. package/dist/esm/operations/modelCapacities.js.map +1 -0
  527. package/dist/esm/operations/models.d.ts +35 -0
  528. package/dist/esm/operations/models.d.ts.map +1 -0
  529. package/dist/esm/operations/models.js +141 -0
  530. package/dist/esm/operations/models.js.map +1 -0
  531. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
  532. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  533. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +269 -0
  534. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  535. package/dist/esm/operations/operations.d.ts +32 -0
  536. package/dist/esm/operations/operations.d.ts.map +1 -0
  537. package/dist/esm/operations/operations.js +133 -0
  538. package/dist/esm/operations/operations.js.map +1 -0
  539. package/dist/esm/operations/privateEndpointConnections.d.ts +70 -0
  540. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  541. package/dist/esm/operations/privateEndpointConnections.js +274 -0
  542. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  543. package/dist/esm/operations/privateLinkResources.d.ts +20 -0
  544. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  545. package/dist/esm/operations/privateLinkResources.js +53 -0
  546. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  547. package/dist/esm/operations/projectCapabilityHosts.d.ts +66 -0
  548. package/dist/esm/operations/projectCapabilityHosts.d.ts.map +1 -0
  549. package/dist/esm/operations/projectCapabilityHosts.js +263 -0
  550. package/dist/esm/operations/projectCapabilityHosts.js.map +1 -0
  551. package/dist/esm/operations/projectConnection.d.ts +77 -0
  552. package/dist/esm/operations/projectConnection.d.ts.map +1 -0
  553. package/dist/esm/operations/projectConnection.js +299 -0
  554. package/dist/esm/operations/projectConnection.js.map +1 -0
  555. package/dist/esm/operations/projects.d.ts +101 -0
  556. package/dist/esm/operations/projects.d.ts.map +1 -0
  557. package/dist/esm/operations/projects.js +438 -0
  558. package/dist/esm/operations/projects.js.map +1 -0
  559. package/dist/esm/operations/raiBlocklistItems.d.ts +97 -0
  560. package/dist/esm/operations/raiBlocklistItems.d.ts.map +1 -0
  561. package/dist/esm/operations/raiBlocklistItems.js +418 -0
  562. package/dist/esm/operations/raiBlocklistItems.js.map +1 -0
  563. package/dist/esm/operations/raiBlocklists.d.ts +72 -0
  564. package/dist/esm/operations/raiBlocklists.d.ts.map +1 -0
  565. package/dist/esm/operations/raiBlocklists.js +313 -0
  566. package/dist/esm/operations/raiBlocklists.js.map +1 -0
  567. package/dist/esm/operations/raiContentFilters.d.ts +42 -0
  568. package/dist/esm/operations/raiContentFilters.d.ts.map +1 -0
  569. package/dist/esm/operations/raiContentFilters.js +171 -0
  570. package/dist/esm/operations/raiContentFilters.js.map +1 -0
  571. package/dist/esm/operations/raiPolicies.d.ts +72 -0
  572. package/dist/esm/operations/raiPolicies.d.ts.map +1 -0
  573. package/dist/esm/operations/raiPolicies.js +307 -0
  574. package/dist/esm/operations/raiPolicies.js.map +1 -0
  575. package/dist/esm/operations/resourceSkus.d.ts +32 -0
  576. package/dist/esm/operations/resourceSkus.d.ts.map +1 -0
  577. package/dist/esm/operations/resourceSkus.js +133 -0
  578. package/dist/esm/operations/resourceSkus.js.map +1 -0
  579. package/dist/esm/operations/usages.d.ts +35 -0
  580. package/dist/esm/operations/usages.d.ts.map +1 -0
  581. package/dist/esm/operations/usages.js +141 -0
  582. package/dist/esm/operations/usages.js.map +1 -0
  583. package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
  584. package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
  585. package/dist/esm/operationsInterfaces/accountCapabilityHosts.js +9 -0
  586. package/dist/esm/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
  587. package/dist/esm/operationsInterfaces/accountConnection.d.ts +45 -0
  588. package/dist/esm/operationsInterfaces/accountConnection.d.ts.map +1 -0
  589. package/dist/esm/operationsInterfaces/accountConnection.js +9 -0
  590. package/dist/esm/operationsInterfaces/accountConnection.js.map +1 -0
  591. package/dist/esm/operationsInterfaces/accounts.d.ts +109 -0
  592. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  593. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  594. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  595. package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +182 -0
  596. package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  597. package/dist/esm/operationsInterfaces/commitmentPlans.js +9 -0
  598. package/dist/esm/operationsInterfaces/commitmentPlans.js.map +1 -0
  599. package/dist/esm/operationsInterfaces/commitmentTiers.d.ts +12 -0
  600. package/dist/esm/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
  601. package/dist/esm/operationsInterfaces/commitmentTiers.js +9 -0
  602. package/dist/esm/operationsInterfaces/commitmentTiers.js.map +1 -0
  603. package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts +39 -0
  604. package/dist/esm/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
  605. package/dist/esm/operationsInterfaces/defenderForAISettings.js +9 -0
  606. package/dist/esm/operationsInterfaces/defenderForAISettings.js.map +1 -0
  607. package/dist/esm/operationsInterfaces/deletedAccounts.d.ts +36 -0
  608. package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  609. package/dist/esm/operationsInterfaces/deletedAccounts.js +9 -0
  610. package/dist/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
  611. package/dist/esm/operationsInterfaces/deployments.d.ts +82 -0
  612. package/dist/esm/operationsInterfaces/deployments.d.ts.map +1 -0
  613. package/dist/esm/operationsInterfaces/deployments.js +9 -0
  614. package/dist/esm/operationsInterfaces/deployments.js.map +1 -0
  615. package/dist/esm/operationsInterfaces/encryptionScopes.d.ts +51 -0
  616. package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  617. package/dist/esm/operationsInterfaces/encryptionScopes.js +9 -0
  618. package/dist/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
  619. package/dist/esm/operationsInterfaces/index.d.ts +26 -0
  620. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  621. package/dist/esm/operationsInterfaces/index.js +33 -0
  622. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  623. package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
  624. package/dist/esm/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
  625. package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js +9 -0
  626. package/dist/esm/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
  627. package/dist/esm/operationsInterfaces/modelCapacities.d.ts +14 -0
  628. package/dist/esm/operationsInterfaces/modelCapacities.d.ts.map +1 -0
  629. package/dist/esm/operationsInterfaces/modelCapacities.js +9 -0
  630. package/dist/esm/operationsInterfaces/modelCapacities.js.map +1 -0
  631. package/dist/esm/operationsInterfaces/models.d.ts +12 -0
  632. package/dist/esm/operationsInterfaces/models.d.ts.map +1 -0
  633. package/dist/esm/operationsInterfaces/models.js +9 -0
  634. package/dist/esm/operationsInterfaces/models.js.map +1 -0
  635. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
  636. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  637. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  638. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  639. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  640. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  641. package/dist/esm/operationsInterfaces/operations.js +9 -0
  642. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  643. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  644. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  645. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  646. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  647. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
  648. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  649. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  650. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  651. package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
  652. package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
  653. package/dist/esm/operationsInterfaces/projectCapabilityHosts.js +9 -0
  654. package/dist/esm/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
  655. package/dist/esm/operationsInterfaces/projectConnection.d.ts +50 -0
  656. package/dist/esm/operationsInterfaces/projectConnection.d.ts.map +1 -0
  657. package/dist/esm/operationsInterfaces/projectConnection.js +9 -0
  658. package/dist/esm/operationsInterfaces/projectConnection.js.map +1 -0
  659. package/dist/esm/operationsInterfaces/projects.d.ts +76 -0
  660. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  661. package/dist/esm/operationsInterfaces/projects.js +9 -0
  662. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  663. package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
  664. package/dist/esm/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
  665. package/dist/esm/operationsInterfaces/raiBlocklistItems.js +9 -0
  666. package/dist/esm/operationsInterfaces/raiBlocklistItems.js.map +1 -0
  667. package/dist/esm/operationsInterfaces/raiBlocklists.d.ts +47 -0
  668. package/dist/esm/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
  669. package/dist/esm/operationsInterfaces/raiBlocklists.js +9 -0
  670. package/dist/esm/operationsInterfaces/raiBlocklists.js.map +1 -0
  671. package/dist/esm/operationsInterfaces/raiContentFilters.d.ts +19 -0
  672. package/dist/esm/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
  673. package/dist/esm/operationsInterfaces/raiContentFilters.js +9 -0
  674. package/dist/esm/operationsInterfaces/raiContentFilters.js.map +1 -0
  675. package/dist/esm/operationsInterfaces/raiPolicies.d.ts +47 -0
  676. package/dist/esm/operationsInterfaces/raiPolicies.d.ts.map +1 -0
  677. package/dist/esm/operationsInterfaces/raiPolicies.js +9 -0
  678. package/dist/esm/operationsInterfaces/raiPolicies.js.map +1 -0
  679. package/dist/esm/operationsInterfaces/resourceSkus.d.ts +11 -0
  680. package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  681. package/dist/esm/operationsInterfaces/resourceSkus.js +9 -0
  682. package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -0
  683. package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
  684. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  685. package/dist/esm/operationsInterfaces/usages.js +9 -0
  686. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  687. package/dist/esm/package.json +3 -0
  688. package/dist/esm/pagingHelper.d.ts +13 -0
  689. package/dist/esm/pagingHelper.d.ts.map +1 -0
  690. package/dist/esm/pagingHelper.js +32 -0
  691. package/dist/esm/pagingHelper.js.map +1 -0
  692. package/dist/react-native/cognitiveServicesManagementClient.d.ts +65 -0
  693. package/dist/react-native/cognitiveServicesManagementClient.d.ts.map +1 -0
  694. package/dist/react-native/cognitiveServicesManagementClient.js +222 -0
  695. package/dist/react-native/cognitiveServicesManagementClient.js.map +1 -0
  696. package/dist/react-native/index.d.ts +5 -0
  697. package/dist/react-native/index.d.ts.map +1 -0
  698. package/dist/react-native/index.js +13 -0
  699. package/dist/react-native/index.js.map +1 -0
  700. package/dist/react-native/lroImpl.d.ts +11 -0
  701. package/dist/react-native/lroImpl.d.ts.map +1 -0
  702. package/dist/react-native/lroImpl.js +21 -0
  703. package/dist/react-native/lroImpl.js.map +1 -0
  704. package/dist/react-native/models/index.d.ts +3733 -0
  705. package/dist/react-native/models/index.d.ts.map +1 -0
  706. package/dist/react-native/models/index.js +652 -0
  707. package/dist/react-native/models/index.js.map +1 -0
  708. package/dist/react-native/models/mappers.d.ts +190 -0
  709. package/dist/react-native/models/mappers.d.ts.map +1 -0
  710. package/dist/react-native/models/mappers.js +5135 -0
  711. package/dist/react-native/models/mappers.js.map +1 -0
  712. package/dist/react-native/models/parameters.d.ts +61 -0
  713. package/dist/react-native/models/parameters.d.ts.map +1 -0
  714. package/dist/react-native/models/parameters.js +515 -0
  715. package/dist/react-native/models/parameters.js.map +1 -0
  716. package/dist/react-native/operations/accountCapabilityHosts.d.ts +61 -0
  717. package/dist/react-native/operations/accountCapabilityHosts.d.ts.map +1 -0
  718. package/dist/react-native/operations/accountCapabilityHosts.js +242 -0
  719. package/dist/react-native/operations/accountCapabilityHosts.js.map +1 -0
  720. package/dist/react-native/operations/accountConnection.d.ts +70 -0
  721. package/dist/react-native/operations/accountConnection.d.ts.map +1 -0
  722. package/dist/react-native/operations/accountConnection.js +286 -0
  723. package/dist/react-native/operations/accountConnection.js.map +1 -0
  724. package/dist/react-native/operations/accounts.d.ts +162 -0
  725. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  726. package/dist/react-native/operations/accounts.js +775 -0
  727. package/dist/react-native/operations/accounts.js.map +1 -0
  728. package/dist/react-native/operations/commitmentPlans.d.ts +256 -0
  729. package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -0
  730. package/dist/react-native/operations/commitmentPlans.js +1166 -0
  731. package/dist/react-native/operations/commitmentPlans.js.map +1 -0
  732. package/dist/react-native/operations/commitmentTiers.d.ts +35 -0
  733. package/dist/react-native/operations/commitmentTiers.d.ts.map +1 -0
  734. package/dist/react-native/operations/commitmentTiers.js +141 -0
  735. package/dist/react-native/operations/commitmentTiers.js.map +1 -0
  736. package/dist/react-native/operations/defenderForAISettings.d.ts +64 -0
  737. package/dist/react-native/operations/defenderForAISettings.d.ts.map +1 -0
  738. package/dist/react-native/operations/defenderForAISettings.js +267 -0
  739. package/dist/react-native/operations/defenderForAISettings.js.map +1 -0
  740. package/dist/react-native/operations/deletedAccounts.d.ts +57 -0
  741. package/dist/react-native/operations/deletedAccounts.d.ts.map +1 -0
  742. package/dist/react-native/operations/deletedAccounts.js +243 -0
  743. package/dist/react-native/operations/deletedAccounts.js.map +1 -0
  744. package/dist/react-native/operations/deployments.d.ts +126 -0
  745. package/dist/react-native/operations/deployments.d.ts.map +1 -0
  746. package/dist/react-native/operations/deployments.js +579 -0
  747. package/dist/react-native/operations/deployments.js.map +1 -0
  748. package/dist/react-native/operations/encryptionScopes.d.ts +76 -0
  749. package/dist/react-native/operations/encryptionScopes.d.ts.map +1 -0
  750. package/dist/react-native/operations/encryptionScopes.js +316 -0
  751. package/dist/react-native/operations/encryptionScopes.js.map +1 -0
  752. package/dist/react-native/operations/index.d.ts +26 -0
  753. package/dist/react-native/operations/index.d.ts.map +1 -0
  754. package/dist/react-native/operations/index.js +33 -0
  755. package/dist/react-native/operations/index.js.map +1 -0
  756. package/dist/react-native/operations/locationBasedModelCapacities.d.ts +41 -0
  757. package/dist/react-native/operations/locationBasedModelCapacities.d.ts.map +1 -0
  758. package/dist/react-native/operations/locationBasedModelCapacities.js +152 -0
  759. package/dist/react-native/operations/locationBasedModelCapacities.js.map +1 -0
  760. package/dist/react-native/operations/modelCapacities.d.ts +38 -0
  761. package/dist/react-native/operations/modelCapacities.d.ts.map +1 -0
  762. package/dist/react-native/operations/modelCapacities.js +144 -0
  763. package/dist/react-native/operations/modelCapacities.js.map +1 -0
  764. package/dist/react-native/operations/models.d.ts +35 -0
  765. package/dist/react-native/operations/models.d.ts.map +1 -0
  766. package/dist/react-native/operations/models.js +141 -0
  767. package/dist/react-native/operations/models.js.map +1 -0
  768. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +63 -0
  769. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  770. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +269 -0
  771. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  772. package/dist/react-native/operations/operations.d.ts +32 -0
  773. package/dist/react-native/operations/operations.d.ts.map +1 -0
  774. package/dist/react-native/operations/operations.js +133 -0
  775. package/dist/react-native/operations/operations.js.map +1 -0
  776. package/dist/react-native/operations/privateEndpointConnections.d.ts +70 -0
  777. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  778. package/dist/react-native/operations/privateEndpointConnections.js +274 -0
  779. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  780. package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
  781. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  782. package/dist/react-native/operations/privateLinkResources.js +53 -0
  783. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  784. package/dist/react-native/operations/projectCapabilityHosts.d.ts +66 -0
  785. package/dist/react-native/operations/projectCapabilityHosts.d.ts.map +1 -0
  786. package/dist/react-native/operations/projectCapabilityHosts.js +263 -0
  787. package/dist/react-native/operations/projectCapabilityHosts.js.map +1 -0
  788. package/dist/react-native/operations/projectConnection.d.ts +77 -0
  789. package/dist/react-native/operations/projectConnection.d.ts.map +1 -0
  790. package/dist/react-native/operations/projectConnection.js +299 -0
  791. package/dist/react-native/operations/projectConnection.js.map +1 -0
  792. package/dist/react-native/operations/projects.d.ts +101 -0
  793. package/dist/react-native/operations/projects.d.ts.map +1 -0
  794. package/dist/react-native/operations/projects.js +438 -0
  795. package/dist/react-native/operations/projects.js.map +1 -0
  796. package/dist/react-native/operations/raiBlocklistItems.d.ts +97 -0
  797. package/dist/react-native/operations/raiBlocklistItems.d.ts.map +1 -0
  798. package/dist/react-native/operations/raiBlocklistItems.js +418 -0
  799. package/dist/react-native/operations/raiBlocklistItems.js.map +1 -0
  800. package/dist/react-native/operations/raiBlocklists.d.ts +72 -0
  801. package/dist/react-native/operations/raiBlocklists.d.ts.map +1 -0
  802. package/dist/react-native/operations/raiBlocklists.js +313 -0
  803. package/dist/react-native/operations/raiBlocklists.js.map +1 -0
  804. package/dist/react-native/operations/raiContentFilters.d.ts +42 -0
  805. package/dist/react-native/operations/raiContentFilters.d.ts.map +1 -0
  806. package/dist/react-native/operations/raiContentFilters.js +171 -0
  807. package/dist/react-native/operations/raiContentFilters.js.map +1 -0
  808. package/dist/react-native/operations/raiPolicies.d.ts +72 -0
  809. package/dist/react-native/operations/raiPolicies.d.ts.map +1 -0
  810. package/dist/react-native/operations/raiPolicies.js +307 -0
  811. package/dist/react-native/operations/raiPolicies.js.map +1 -0
  812. package/dist/react-native/operations/resourceSkus.d.ts +32 -0
  813. package/dist/react-native/operations/resourceSkus.d.ts.map +1 -0
  814. package/dist/react-native/operations/resourceSkus.js +133 -0
  815. package/dist/react-native/operations/resourceSkus.js.map +1 -0
  816. package/dist/react-native/operations/usages.d.ts +35 -0
  817. package/dist/react-native/operations/usages.d.ts.map +1 -0
  818. package/dist/react-native/operations/usages.js +141 -0
  819. package/dist/react-native/operations/usages.js.map +1 -0
  820. package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
  821. package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
  822. package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js +9 -0
  823. package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
  824. package/dist/react-native/operationsInterfaces/accountConnection.d.ts +45 -0
  825. package/dist/react-native/operationsInterfaces/accountConnection.d.ts.map +1 -0
  826. package/dist/react-native/operationsInterfaces/accountConnection.js +9 -0
  827. package/dist/react-native/operationsInterfaces/accountConnection.js.map +1 -0
  828. package/dist/react-native/operationsInterfaces/accounts.d.ts +109 -0
  829. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  830. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  831. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  832. package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +182 -0
  833. package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  834. package/dist/react-native/operationsInterfaces/commitmentPlans.js +9 -0
  835. package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +1 -0
  836. package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts +12 -0
  837. package/dist/react-native/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
  838. package/dist/react-native/operationsInterfaces/commitmentTiers.js +9 -0
  839. package/dist/react-native/operationsInterfaces/commitmentTiers.js.map +1 -0
  840. package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts +39 -0
  841. package/dist/react-native/operationsInterfaces/defenderForAISettings.d.ts.map +1 -0
  842. package/dist/react-native/operationsInterfaces/defenderForAISettings.js +9 -0
  843. package/dist/react-native/operationsInterfaces/defenderForAISettings.js.map +1 -0
  844. package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts +36 -0
  845. package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  846. package/dist/react-native/operationsInterfaces/deletedAccounts.js +9 -0
  847. package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +1 -0
  848. package/dist/react-native/operationsInterfaces/deployments.d.ts +82 -0
  849. package/dist/react-native/operationsInterfaces/deployments.d.ts.map +1 -0
  850. package/dist/react-native/operationsInterfaces/deployments.js +9 -0
  851. package/dist/react-native/operationsInterfaces/deployments.js.map +1 -0
  852. package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts +51 -0
  853. package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  854. package/dist/react-native/operationsInterfaces/encryptionScopes.js +9 -0
  855. package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +1 -0
  856. package/dist/react-native/operationsInterfaces/index.d.ts +26 -0
  857. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  858. package/dist/react-native/operationsInterfaces/index.js +33 -0
  859. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  860. package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts +15 -0
  861. package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.d.ts.map +1 -0
  862. package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js +9 -0
  863. package/dist/react-native/operationsInterfaces/locationBasedModelCapacities.js.map +1 -0
  864. package/dist/react-native/operationsInterfaces/modelCapacities.d.ts +14 -0
  865. package/dist/react-native/operationsInterfaces/modelCapacities.d.ts.map +1 -0
  866. package/dist/react-native/operationsInterfaces/modelCapacities.js +9 -0
  867. package/dist/react-native/operationsInterfaces/modelCapacities.js.map +1 -0
  868. package/dist/react-native/operationsInterfaces/models.d.ts +12 -0
  869. package/dist/react-native/operationsInterfaces/models.d.ts.map +1 -0
  870. package/dist/react-native/operationsInterfaces/models.js +9 -0
  871. package/dist/react-native/operationsInterfaces/models.js.map +1 -0
  872. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +38 -0
  873. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  874. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  875. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  876. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  877. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  878. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  879. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  880. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  881. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  882. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  883. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  884. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
  885. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  886. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  887. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  888. package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
  889. package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
  890. package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js +9 -0
  891. package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
  892. package/dist/react-native/operationsInterfaces/projectConnection.d.ts +50 -0
  893. package/dist/react-native/operationsInterfaces/projectConnection.d.ts.map +1 -0
  894. package/dist/react-native/operationsInterfaces/projectConnection.js +9 -0
  895. package/dist/react-native/operationsInterfaces/projectConnection.js.map +1 -0
  896. package/dist/react-native/operationsInterfaces/projects.d.ts +76 -0
  897. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  898. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  899. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  900. package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts +70 -0
  901. package/dist/react-native/operationsInterfaces/raiBlocklistItems.d.ts.map +1 -0
  902. package/dist/react-native/operationsInterfaces/raiBlocklistItems.js +9 -0
  903. package/dist/react-native/operationsInterfaces/raiBlocklistItems.js.map +1 -0
  904. package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts +47 -0
  905. package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts.map +1 -0
  906. package/dist/react-native/operationsInterfaces/raiBlocklists.js +9 -0
  907. package/dist/react-native/operationsInterfaces/raiBlocklists.js.map +1 -0
  908. package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts +19 -0
  909. package/dist/react-native/operationsInterfaces/raiContentFilters.d.ts.map +1 -0
  910. package/dist/react-native/operationsInterfaces/raiContentFilters.js +9 -0
  911. package/dist/react-native/operationsInterfaces/raiContentFilters.js.map +1 -0
  912. package/dist/react-native/operationsInterfaces/raiPolicies.d.ts +47 -0
  913. package/dist/react-native/operationsInterfaces/raiPolicies.d.ts.map +1 -0
  914. package/dist/react-native/operationsInterfaces/raiPolicies.js +9 -0
  915. package/dist/react-native/operationsInterfaces/raiPolicies.js.map +1 -0
  916. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts +11 -0
  917. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  918. package/dist/react-native/operationsInterfaces/resourceSkus.js +9 -0
  919. package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -0
  920. package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
  921. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  922. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  923. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  924. package/dist/react-native/package.json +3 -0
  925. package/dist/react-native/pagingHelper.d.ts +13 -0
  926. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  927. package/dist/react-native/pagingHelper.js +32 -0
  928. package/dist/react-native/pagingHelper.js.map +1 -0
  929. package/package.json +77 -58
  930. package/review/arm-cognitiveservices.api.md +731 -0
  931. package/dist/index.js +0 -11522
  932. package/dist/index.js.map +0 -1
  933. package/dist/index.min.js +0 -1
  934. package/dist/index.min.js.map +0 -1
  935. package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
  936. package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
  937. package/dist-esm/samples-dev/accountsCreateSample.js +0 -86
  938. package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
  939. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  940. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  941. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -39
  942. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  943. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  944. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  945. package/dist-esm/samples-dev/accountsGetSample.js +0 -39
  946. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  947. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  948. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  949. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -54
  950. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  951. package/dist-esm/samples-dev/accountsListKeysSample.d.ts +0 -2
  952. package/dist-esm/samples-dev/accountsListKeysSample.d.ts.map +0 -1
  953. package/dist-esm/samples-dev/accountsListKeysSample.js +0 -39
  954. package/dist-esm/samples-dev/accountsListKeysSample.js.map +0 -1
  955. package/dist-esm/samples-dev/accountsListModelsSample.d.ts +0 -2
  956. package/dist-esm/samples-dev/accountsListModelsSample.d.ts.map +0 -1
  957. package/dist-esm/samples-dev/accountsListModelsSample.js +0 -54
  958. package/dist-esm/samples-dev/accountsListModelsSample.js.map +0 -1
  959. package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
  960. package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
  961. package/dist-esm/samples-dev/accountsListSample.js +0 -53
  962. package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
  963. package/dist-esm/samples-dev/accountsListSkusSample.d.ts +0 -2
  964. package/dist-esm/samples-dev/accountsListSkusSample.d.ts.map +0 -1
  965. package/dist-esm/samples-dev/accountsListSkusSample.js +0 -39
  966. package/dist-esm/samples-dev/accountsListSkusSample.js.map +0 -1
  967. package/dist-esm/samples-dev/accountsListUsagesSample.d.ts +0 -2
  968. package/dist-esm/samples-dev/accountsListUsagesSample.d.ts.map +0 -1
  969. package/dist-esm/samples-dev/accountsListUsagesSample.js +0 -39
  970. package/dist-esm/samples-dev/accountsListUsagesSample.js.map +0 -1
  971. package/dist-esm/samples-dev/accountsRegenerateKeySample.d.ts +0 -2
  972. package/dist-esm/samples-dev/accountsRegenerateKeySample.d.ts.map +0 -1
  973. package/dist-esm/samples-dev/accountsRegenerateKeySample.js +0 -40
  974. package/dist-esm/samples-dev/accountsRegenerateKeySample.js.map +0 -1
  975. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  976. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  977. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -40
  978. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  979. package/dist-esm/samples-dev/calculateModelCapacitySample.d.ts +0 -2
  980. package/dist-esm/samples-dev/calculateModelCapacitySample.d.ts.map +0 -1
  981. package/dist-esm/samples-dev/calculateModelCapacitySample.js +0 -54
  982. package/dist-esm/samples-dev/calculateModelCapacitySample.js.map +0 -1
  983. package/dist-esm/samples-dev/checkDomainAvailabilitySample.d.ts +0 -2
  984. package/dist-esm/samples-dev/checkDomainAvailabilitySample.d.ts.map +0 -1
  985. package/dist-esm/samples-dev/checkDomainAvailabilitySample.js +0 -41
  986. package/dist-esm/samples-dev/checkDomainAvailabilitySample.js.map +0 -1
  987. package/dist-esm/samples-dev/checkSkuAvailabilitySample.d.ts +0 -2
  988. package/dist-esm/samples-dev/checkSkuAvailabilitySample.d.ts.map +0 -1
  989. package/dist-esm/samples-dev/checkSkuAvailabilitySample.js +0 -41
  990. package/dist-esm/samples-dev/checkSkuAvailabilitySample.js.map +0 -1
  991. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.d.ts +0 -2
  992. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.d.ts.map +0 -1
  993. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.js +0 -43
  994. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateAssociationSample.js.map +0 -1
  995. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.d.ts +0 -2
  996. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.d.ts.map +0 -1
  997. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.js +0 -50
  998. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdatePlanSample.js.map +0 -1
  999. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.d.ts +0 -2
  1000. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.d.ts.map +0 -1
  1001. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.js +0 -47
  1002. package/dist-esm/samples-dev/commitmentPlansCreateOrUpdateSample.js.map +0 -1
  1003. package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.d.ts +0 -2
  1004. package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.d.ts.map +0 -1
  1005. package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.js +0 -40
  1006. package/dist-esm/samples-dev/commitmentPlansDeleteAssociationSample.js.map +0 -1
  1007. package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.d.ts +0 -2
  1008. package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.d.ts.map +0 -1
  1009. package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.js +0 -39
  1010. package/dist-esm/samples-dev/commitmentPlansDeletePlanSample.js.map +0 -1
  1011. package/dist-esm/samples-dev/commitmentPlansDeleteSample.d.ts +0 -2
  1012. package/dist-esm/samples-dev/commitmentPlansDeleteSample.d.ts.map +0 -1
  1013. package/dist-esm/samples-dev/commitmentPlansDeleteSample.js +0 -39
  1014. package/dist-esm/samples-dev/commitmentPlansDeleteSample.js.map +0 -1
  1015. package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.d.ts +0 -2
  1016. package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.d.ts.map +0 -1
  1017. package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.js +0 -40
  1018. package/dist-esm/samples-dev/commitmentPlansGetAssociationSample.js.map +0 -1
  1019. package/dist-esm/samples-dev/commitmentPlansGetPlanSample.d.ts +0 -2
  1020. package/dist-esm/samples-dev/commitmentPlansGetPlanSample.d.ts.map +0 -1
  1021. package/dist-esm/samples-dev/commitmentPlansGetPlanSample.js +0 -39
  1022. package/dist-esm/samples-dev/commitmentPlansGetPlanSample.js.map +0 -1
  1023. package/dist-esm/samples-dev/commitmentPlansGetSample.d.ts +0 -2
  1024. package/dist-esm/samples-dev/commitmentPlansGetSample.d.ts.map +0 -1
  1025. package/dist-esm/samples-dev/commitmentPlansGetSample.js +0 -39
  1026. package/dist-esm/samples-dev/commitmentPlansGetSample.js.map +0 -1
  1027. package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.d.ts +0 -2
  1028. package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.d.ts.map +0 -1
  1029. package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.js +0 -55
  1030. package/dist-esm/samples-dev/commitmentPlansListAssociationsSample.js.map +0 -1
  1031. package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.d.ts +0 -2
  1032. package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.d.ts.map +0 -1
  1033. package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.js +0 -54
  1034. package/dist-esm/samples-dev/commitmentPlansListPlansByResourceGroupSample.js.map +0 -1
  1035. package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.d.ts +0 -2
  1036. package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.d.ts.map +0 -1
  1037. package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.js +0 -53
  1038. package/dist-esm/samples-dev/commitmentPlansListPlansBySubscriptionSample.js.map +0 -1
  1039. package/dist-esm/samples-dev/commitmentPlansListSample.d.ts +0 -2
  1040. package/dist-esm/samples-dev/commitmentPlansListSample.d.ts.map +0 -1
  1041. package/dist-esm/samples-dev/commitmentPlansListSample.js +0 -54
  1042. package/dist-esm/samples-dev/commitmentPlansListSample.js.map +0 -1
  1043. package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.d.ts +0 -2
  1044. package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.d.ts.map +0 -1
  1045. package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.js +0 -40
  1046. package/dist-esm/samples-dev/commitmentPlansUpdatePlanSample.js.map +0 -1
  1047. package/dist-esm/samples-dev/commitmentTiersListSample.d.ts +0 -2
  1048. package/dist-esm/samples-dev/commitmentTiersListSample.d.ts.map +0 -1
  1049. package/dist-esm/samples-dev/commitmentTiersListSample.js +0 -53
  1050. package/dist-esm/samples-dev/commitmentTiersListSample.js.map +0 -1
  1051. package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.d.ts +0 -2
  1052. package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.d.ts.map +0 -1
  1053. package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.js +0 -41
  1054. package/dist-esm/samples-dev/defenderForAiSettingsCreateOrUpdateSample.js.map +0 -1
  1055. package/dist-esm/samples-dev/defenderForAiSettingsGetSample.d.ts +0 -2
  1056. package/dist-esm/samples-dev/defenderForAiSettingsGetSample.d.ts.map +0 -1
  1057. package/dist-esm/samples-dev/defenderForAiSettingsGetSample.js +0 -40
  1058. package/dist-esm/samples-dev/defenderForAiSettingsGetSample.js.map +0 -1
  1059. package/dist-esm/samples-dev/defenderForAiSettingsListSample.d.ts +0 -2
  1060. package/dist-esm/samples-dev/defenderForAiSettingsListSample.d.ts.map +0 -1
  1061. package/dist-esm/samples-dev/defenderForAiSettingsListSample.js +0 -55
  1062. package/dist-esm/samples-dev/defenderForAiSettingsListSample.js.map +0 -1
  1063. package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.d.ts +0 -2
  1064. package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.d.ts.map +0 -1
  1065. package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.js +0 -41
  1066. package/dist-esm/samples-dev/defenderForAiSettingsUpdateSample.js.map +0 -1
  1067. package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts +0 -2
  1068. package/dist-esm/samples-dev/deletedAccountsGetSample.d.ts.map +0 -1
  1069. package/dist-esm/samples-dev/deletedAccountsGetSample.js +0 -40
  1070. package/dist-esm/samples-dev/deletedAccountsGetSample.js.map +0 -1
  1071. package/dist-esm/samples-dev/deletedAccountsListSample.d.ts +0 -2
  1072. package/dist-esm/samples-dev/deletedAccountsListSample.d.ts.map +0 -1
  1073. package/dist-esm/samples-dev/deletedAccountsListSample.js +0 -53
  1074. package/dist-esm/samples-dev/deletedAccountsListSample.js.map +0 -1
  1075. package/dist-esm/samples-dev/deletedAccountsPurgeSample.d.ts +0 -2
  1076. package/dist-esm/samples-dev/deletedAccountsPurgeSample.d.ts.map +0 -1
  1077. package/dist-esm/samples-dev/deletedAccountsPurgeSample.js +0 -40
  1078. package/dist-esm/samples-dev/deletedAccountsPurgeSample.js.map +0 -1
  1079. package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.d.ts +0 -2
  1080. package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.d.ts.map +0 -1
  1081. package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js +0 -43
  1082. package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js.map +0 -1
  1083. package/dist-esm/samples-dev/deploymentsDeleteSample.d.ts +0 -2
  1084. package/dist-esm/samples-dev/deploymentsDeleteSample.d.ts.map +0 -1
  1085. package/dist-esm/samples-dev/deploymentsDeleteSample.js +0 -39
  1086. package/dist-esm/samples-dev/deploymentsDeleteSample.js.map +0 -1
  1087. package/dist-esm/samples-dev/deploymentsGetSample.d.ts +0 -2
  1088. package/dist-esm/samples-dev/deploymentsGetSample.d.ts.map +0 -1
  1089. package/dist-esm/samples-dev/deploymentsGetSample.js +0 -39
  1090. package/dist-esm/samples-dev/deploymentsGetSample.js.map +0 -1
  1091. package/dist-esm/samples-dev/deploymentsListSample.d.ts +0 -2
  1092. package/dist-esm/samples-dev/deploymentsListSample.d.ts.map +0 -1
  1093. package/dist-esm/samples-dev/deploymentsListSample.js +0 -54
  1094. package/dist-esm/samples-dev/deploymentsListSample.js.map +0 -1
  1095. package/dist-esm/samples-dev/deploymentsListSkusSample.d.ts +0 -2
  1096. package/dist-esm/samples-dev/deploymentsListSkusSample.d.ts.map +0 -1
  1097. package/dist-esm/samples-dev/deploymentsListSkusSample.js +0 -56
  1098. package/dist-esm/samples-dev/deploymentsListSkusSample.js.map +0 -1
  1099. package/dist-esm/samples-dev/deploymentsUpdateSample.d.ts +0 -2
  1100. package/dist-esm/samples-dev/deploymentsUpdateSample.d.ts.map +0 -1
  1101. package/dist-esm/samples-dev/deploymentsUpdateSample.js +0 -43
  1102. package/dist-esm/samples-dev/deploymentsUpdateSample.js.map +0 -1
  1103. package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.d.ts +0 -2
  1104. package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.d.ts.map +0 -1
  1105. package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.js +0 -52
  1106. package/dist-esm/samples-dev/encryptionScopesCreateOrUpdateSample.js.map +0 -1
  1107. package/dist-esm/samples-dev/encryptionScopesDeleteSample.d.ts +0 -2
  1108. package/dist-esm/samples-dev/encryptionScopesDeleteSample.d.ts.map +0 -1
  1109. package/dist-esm/samples-dev/encryptionScopesDeleteSample.js +0 -40
  1110. package/dist-esm/samples-dev/encryptionScopesDeleteSample.js.map +0 -1
  1111. package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts +0 -2
  1112. package/dist-esm/samples-dev/encryptionScopesGetSample.d.ts.map +0 -1
  1113. package/dist-esm/samples-dev/encryptionScopesGetSample.js +0 -40
  1114. package/dist-esm/samples-dev/encryptionScopesGetSample.js.map +0 -1
  1115. package/dist-esm/samples-dev/encryptionScopesListSample.d.ts +0 -2
  1116. package/dist-esm/samples-dev/encryptionScopesListSample.d.ts.map +0 -1
  1117. package/dist-esm/samples-dev/encryptionScopesListSample.js +0 -55
  1118. package/dist-esm/samples-dev/encryptionScopesListSample.js.map +0 -1
  1119. package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.d.ts +0 -2
  1120. package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.d.ts.map +0 -1
  1121. package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.js +0 -57
  1122. package/dist-esm/samples-dev/locationBasedModelCapacitiesListSample.js.map +0 -1
  1123. package/dist-esm/samples-dev/modelCapacitiesListSample.d.ts +0 -2
  1124. package/dist-esm/samples-dev/modelCapacitiesListSample.d.ts.map +0 -1
  1125. package/dist-esm/samples-dev/modelCapacitiesListSample.js +0 -56
  1126. package/dist-esm/samples-dev/modelCapacitiesListSample.js.map +0 -1
  1127. package/dist-esm/samples-dev/modelsListSample.d.ts +0 -2
  1128. package/dist-esm/samples-dev/modelsListSample.d.ts.map +0 -1
  1129. package/dist-esm/samples-dev/modelsListSample.js +0 -54
  1130. package/dist-esm/samples-dev/modelsListSample.js.map +0 -1
  1131. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
  1132. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
  1133. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -40
  1134. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
  1135. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts +0 -2
  1136. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts.map +0 -1
  1137. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js +0 -55
  1138. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js.map +0 -1
  1139. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
  1140. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
  1141. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -40
  1142. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
  1143. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1144. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1145. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  1146. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1147. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  1148. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  1149. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -47
  1150. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  1151. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  1152. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  1153. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  1154. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  1155. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  1156. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  1157. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  1158. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  1159. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  1160. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  1161. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -38
  1162. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  1163. package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts +0 -2
  1164. package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts.map +0 -1
  1165. package/dist-esm/samples-dev/privateLinkResourcesListSample.js +0 -38
  1166. package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +0 -1
  1167. package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.d.ts +0 -2
  1168. package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.d.ts.map +0 -1
  1169. package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.js +0 -50
  1170. package/dist-esm/samples-dev/raiBlocklistItemsBatchAddSample.js.map +0 -1
  1171. package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.d.ts +0 -2
  1172. package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.d.ts.map +0 -1
  1173. package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.js +0 -44
  1174. package/dist-esm/samples-dev/raiBlocklistItemsBatchDeleteSample.js.map +0 -1
  1175. package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.d.ts +0 -2
  1176. package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.d.ts.map +0 -1
  1177. package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.js +0 -44
  1178. package/dist-esm/samples-dev/raiBlocklistItemsCreateOrUpdateSample.js.map +0 -1
  1179. package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.d.ts +0 -2
  1180. package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.d.ts.map +0 -1
  1181. package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.js +0 -41
  1182. package/dist-esm/samples-dev/raiBlocklistItemsDeleteSample.js.map +0 -1
  1183. package/dist-esm/samples-dev/raiBlocklistItemsGetSample.d.ts +0 -2
  1184. package/dist-esm/samples-dev/raiBlocklistItemsGetSample.d.ts.map +0 -1
  1185. package/dist-esm/samples-dev/raiBlocklistItemsGetSample.js +0 -41
  1186. package/dist-esm/samples-dev/raiBlocklistItemsGetSample.js.map +0 -1
  1187. package/dist-esm/samples-dev/raiBlocklistItemsListSample.d.ts +0 -2
  1188. package/dist-esm/samples-dev/raiBlocklistItemsListSample.d.ts.map +0 -1
  1189. package/dist-esm/samples-dev/raiBlocklistItemsListSample.js +0 -56
  1190. package/dist-esm/samples-dev/raiBlocklistItemsListSample.js.map +0 -1
  1191. package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.d.ts +0 -2
  1192. package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.d.ts.map +0 -1
  1193. package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.js +0 -43
  1194. package/dist-esm/samples-dev/raiBlocklistsCreateOrUpdateSample.js.map +0 -1
  1195. package/dist-esm/samples-dev/raiBlocklistsDeleteSample.d.ts +0 -2
  1196. package/dist-esm/samples-dev/raiBlocklistsDeleteSample.d.ts.map +0 -1
  1197. package/dist-esm/samples-dev/raiBlocklistsDeleteSample.js +0 -40
  1198. package/dist-esm/samples-dev/raiBlocklistsDeleteSample.js.map +0 -1
  1199. package/dist-esm/samples-dev/raiBlocklistsGetSample.d.ts +0 -2
  1200. package/dist-esm/samples-dev/raiBlocklistsGetSample.d.ts.map +0 -1
  1201. package/dist-esm/samples-dev/raiBlocklistsGetSample.js +0 -40
  1202. package/dist-esm/samples-dev/raiBlocklistsGetSample.js.map +0 -1
  1203. package/dist-esm/samples-dev/raiBlocklistsListSample.d.ts +0 -2
  1204. package/dist-esm/samples-dev/raiBlocklistsListSample.d.ts.map +0 -1
  1205. package/dist-esm/samples-dev/raiBlocklistsListSample.js +0 -55
  1206. package/dist-esm/samples-dev/raiBlocklistsListSample.js.map +0 -1
  1207. package/dist-esm/samples-dev/raiContentFiltersGetSample.d.ts +0 -2
  1208. package/dist-esm/samples-dev/raiContentFiltersGetSample.d.ts.map +0 -1
  1209. package/dist-esm/samples-dev/raiContentFiltersGetSample.js +0 -39
  1210. package/dist-esm/samples-dev/raiContentFiltersGetSample.js.map +0 -1
  1211. package/dist-esm/samples-dev/raiContentFiltersListSample.d.ts +0 -2
  1212. package/dist-esm/samples-dev/raiContentFiltersListSample.d.ts.map +0 -1
  1213. package/dist-esm/samples-dev/raiContentFiltersListSample.js +0 -54
  1214. package/dist-esm/samples-dev/raiContentFiltersListSample.js.map +0 -1
  1215. package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.d.ts +0 -2
  1216. package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  1217. package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.js +0 -118
  1218. package/dist-esm/samples-dev/raiPoliciesCreateOrUpdateSample.js.map +0 -1
  1219. package/dist-esm/samples-dev/raiPoliciesDeleteSample.d.ts +0 -2
  1220. package/dist-esm/samples-dev/raiPoliciesDeleteSample.d.ts.map +0 -1
  1221. package/dist-esm/samples-dev/raiPoliciesDeleteSample.js +0 -40
  1222. package/dist-esm/samples-dev/raiPoliciesDeleteSample.js.map +0 -1
  1223. package/dist-esm/samples-dev/raiPoliciesGetSample.d.ts +0 -2
  1224. package/dist-esm/samples-dev/raiPoliciesGetSample.d.ts.map +0 -1
  1225. package/dist-esm/samples-dev/raiPoliciesGetSample.js +0 -40
  1226. package/dist-esm/samples-dev/raiPoliciesGetSample.js.map +0 -1
  1227. package/dist-esm/samples-dev/raiPoliciesListSample.d.ts +0 -2
  1228. package/dist-esm/samples-dev/raiPoliciesListSample.d.ts.map +0 -1
  1229. package/dist-esm/samples-dev/raiPoliciesListSample.js +0 -55
  1230. package/dist-esm/samples-dev/raiPoliciesListSample.js.map +0 -1
  1231. package/dist-esm/samples-dev/resourceSkusListSample.d.ts +0 -2
  1232. package/dist-esm/samples-dev/resourceSkusListSample.d.ts.map +0 -1
  1233. package/dist-esm/samples-dev/resourceSkusListSample.js +0 -53
  1234. package/dist-esm/samples-dev/resourceSkusListSample.js.map +0 -1
  1235. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  1236. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  1237. package/dist-esm/samples-dev/usagesListSample.js +0 -54
  1238. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  1239. package/dist-esm/src/cognitiveServicesManagementClient.d.ts +0 -60
  1240. package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +0 -1
  1241. package/dist-esm/src/cognitiveServicesManagementClient.js +0 -226
  1242. package/dist-esm/src/cognitiveServicesManagementClient.js.map +0 -1
  1243. package/dist-esm/src/index.d.ts +0 -5
  1244. package/dist-esm/src/index.d.ts.map +0 -1
  1245. package/dist-esm/src/index.js +0 -13
  1246. package/dist-esm/src/index.js.map +0 -1
  1247. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  1248. package/dist-esm/src/lroImpl.js.map +0 -1
  1249. package/dist-esm/src/models/index.d.ts +0 -2733
  1250. package/dist-esm/src/models/index.d.ts.map +0 -1
  1251. package/dist-esm/src/models/index.js +0 -340
  1252. package/dist-esm/src/models/index.js.map +0 -1
  1253. package/dist-esm/src/models/mappers.d.ts +0 -138
  1254. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1255. package/dist-esm/src/models/mappers.js +0 -4201
  1256. package/dist-esm/src/models/mappers.js.map +0 -1
  1257. package/dist-esm/src/models/parameters.d.ts +0 -51
  1258. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1259. package/dist-esm/src/models/parameters.js +0 -430
  1260. package/dist-esm/src/models/parameters.js.map +0 -1
  1261. package/dist-esm/src/operations/accounts.d.ts +0 -162
  1262. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  1263. package/dist-esm/src/operations/accounts.js +0 -795
  1264. package/dist-esm/src/operations/accounts.js.map +0 -1
  1265. package/dist-esm/src/operations/commitmentPlans.d.ts +0 -256
  1266. package/dist-esm/src/operations/commitmentPlans.d.ts.map +0 -1
  1267. package/dist-esm/src/operations/commitmentPlans.js +0 -1198
  1268. package/dist-esm/src/operations/commitmentPlans.js.map +0 -1
  1269. package/dist-esm/src/operations/commitmentTiers.d.ts +0 -35
  1270. package/dist-esm/src/operations/commitmentTiers.d.ts.map +0 -1
  1271. package/dist-esm/src/operations/commitmentTiers.js +0 -145
  1272. package/dist-esm/src/operations/commitmentTiers.js.map +0 -1
  1273. package/dist-esm/src/operations/defenderForAISettings.d.ts +0 -64
  1274. package/dist-esm/src/operations/defenderForAISettings.d.ts.map +0 -1
  1275. package/dist-esm/src/operations/defenderForAISettings.js +0 -267
  1276. package/dist-esm/src/operations/defenderForAISettings.js.map +0 -1
  1277. package/dist-esm/src/operations/deletedAccounts.d.ts +0 -57
  1278. package/dist-esm/src/operations/deletedAccounts.d.ts.map +0 -1
  1279. package/dist-esm/src/operations/deletedAccounts.js +0 -251
  1280. package/dist-esm/src/operations/deletedAccounts.js.map +0 -1
  1281. package/dist-esm/src/operations/deployments.d.ts +0 -126
  1282. package/dist-esm/src/operations/deployments.d.ts.map +0 -1
  1283. package/dist-esm/src/operations/deployments.js +0 -591
  1284. package/dist-esm/src/operations/deployments.js.map +0 -1
  1285. package/dist-esm/src/operations/encryptionScopes.d.ts +0 -76
  1286. package/dist-esm/src/operations/encryptionScopes.d.ts.map +0 -1
  1287. package/dist-esm/src/operations/encryptionScopes.js +0 -320
  1288. package/dist-esm/src/operations/encryptionScopes.js.map +0 -1
  1289. package/dist-esm/src/operations/index.d.ts +0 -21
  1290. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1291. package/dist-esm/src/operations/index.js +0 -28
  1292. package/dist-esm/src/operations/index.js.map +0 -1
  1293. package/dist-esm/src/operations/locationBasedModelCapacities.d.ts +0 -41
  1294. package/dist-esm/src/operations/locationBasedModelCapacities.d.ts.map +0 -1
  1295. package/dist-esm/src/operations/locationBasedModelCapacities.js +0 -156
  1296. package/dist-esm/src/operations/locationBasedModelCapacities.js.map +0 -1
  1297. package/dist-esm/src/operations/modelCapacities.d.ts +0 -38
  1298. package/dist-esm/src/operations/modelCapacities.d.ts.map +0 -1
  1299. package/dist-esm/src/operations/modelCapacities.js +0 -148
  1300. package/dist-esm/src/operations/modelCapacities.js.map +0 -1
  1301. package/dist-esm/src/operations/models.d.ts +0 -35
  1302. package/dist-esm/src/operations/models.d.ts.map +0 -1
  1303. package/dist-esm/src/operations/models.js +0 -145
  1304. package/dist-esm/src/operations/models.js.map +0 -1
  1305. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -63
  1306. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1307. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -273
  1308. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1309. package/dist-esm/src/operations/operations.d.ts +0 -32
  1310. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1311. package/dist-esm/src/operations/operations.js +0 -133
  1312. package/dist-esm/src/operations/operations.js.map +0 -1
  1313. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -70
  1314. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  1315. package/dist-esm/src/operations/privateEndpointConnections.js +0 -283
  1316. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  1317. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
  1318. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  1319. package/dist-esm/src/operations/privateLinkResources.js +0 -53
  1320. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  1321. package/dist-esm/src/operations/raiBlocklistItems.d.ts +0 -97
  1322. package/dist-esm/src/operations/raiBlocklistItems.d.ts.map +0 -1
  1323. package/dist-esm/src/operations/raiBlocklistItems.js +0 -422
  1324. package/dist-esm/src/operations/raiBlocklistItems.js.map +0 -1
  1325. package/dist-esm/src/operations/raiBlocklists.d.ts +0 -72
  1326. package/dist-esm/src/operations/raiBlocklists.d.ts.map +0 -1
  1327. package/dist-esm/src/operations/raiBlocklists.js +0 -317
  1328. package/dist-esm/src/operations/raiBlocklists.js.map +0 -1
  1329. package/dist-esm/src/operations/raiContentFilters.d.ts +0 -42
  1330. package/dist-esm/src/operations/raiContentFilters.d.ts.map +0 -1
  1331. package/dist-esm/src/operations/raiContentFilters.js +0 -175
  1332. package/dist-esm/src/operations/raiContentFilters.js.map +0 -1
  1333. package/dist-esm/src/operations/raiPolicies.d.ts +0 -72
  1334. package/dist-esm/src/operations/raiPolicies.d.ts.map +0 -1
  1335. package/dist-esm/src/operations/raiPolicies.js +0 -311
  1336. package/dist-esm/src/operations/raiPolicies.js.map +0 -1
  1337. package/dist-esm/src/operations/resourceSkus.d.ts +0 -32
  1338. package/dist-esm/src/operations/resourceSkus.d.ts.map +0 -1
  1339. package/dist-esm/src/operations/resourceSkus.js +0 -137
  1340. package/dist-esm/src/operations/resourceSkus.js.map +0 -1
  1341. package/dist-esm/src/operations/usages.d.ts +0 -35
  1342. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  1343. package/dist-esm/src/operations/usages.js +0 -145
  1344. package/dist-esm/src/operations/usages.js.map +0 -1
  1345. package/dist-esm/src/operationsInterfaces/accounts.d.ts +0 -109
  1346. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  1347. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  1348. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +0 -182
  1349. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
  1350. package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +0 -1
  1351. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +0 -12
  1352. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +0 -1
  1353. package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +0 -1
  1354. package/dist-esm/src/operationsInterfaces/defenderForAISettings.d.ts +0 -39
  1355. package/dist-esm/src/operationsInterfaces/defenderForAISettings.d.ts.map +0 -1
  1356. package/dist-esm/src/operationsInterfaces/defenderForAISettings.js.map +0 -1
  1357. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +0 -36
  1358. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +0 -1
  1359. package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +0 -1
  1360. package/dist-esm/src/operationsInterfaces/deployments.d.ts +0 -82
  1361. package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +0 -1
  1362. package/dist-esm/src/operationsInterfaces/deployments.js.map +0 -1
  1363. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +0 -51
  1364. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +0 -1
  1365. package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +0 -1
  1366. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -21
  1367. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1368. package/dist-esm/src/operationsInterfaces/index.js +0 -28
  1369. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1370. package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.d.ts +0 -15
  1371. package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.d.ts.map +0 -1
  1372. package/dist-esm/src/operationsInterfaces/locationBasedModelCapacities.js.map +0 -1
  1373. package/dist-esm/src/operationsInterfaces/modelCapacities.d.ts +0 -14
  1374. package/dist-esm/src/operationsInterfaces/modelCapacities.d.ts.map +0 -1
  1375. package/dist-esm/src/operationsInterfaces/modelCapacities.js.map +0 -1
  1376. package/dist-esm/src/operationsInterfaces/models.d.ts +0 -12
  1377. package/dist-esm/src/operationsInterfaces/models.d.ts.map +0 -1
  1378. package/dist-esm/src/operationsInterfaces/models.js.map +0 -1
  1379. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -38
  1380. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1381. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1382. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1383. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1384. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1385. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -62
  1386. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1387. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1388. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
  1389. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1390. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  1391. package/dist-esm/src/operationsInterfaces/raiBlocklistItems.d.ts +0 -70
  1392. package/dist-esm/src/operationsInterfaces/raiBlocklistItems.d.ts.map +0 -1
  1393. package/dist-esm/src/operationsInterfaces/raiBlocklistItems.js.map +0 -1
  1394. package/dist-esm/src/operationsInterfaces/raiBlocklists.d.ts +0 -47
  1395. package/dist-esm/src/operationsInterfaces/raiBlocklists.d.ts.map +0 -1
  1396. package/dist-esm/src/operationsInterfaces/raiBlocklists.js.map +0 -1
  1397. package/dist-esm/src/operationsInterfaces/raiContentFilters.d.ts +0 -19
  1398. package/dist-esm/src/operationsInterfaces/raiContentFilters.d.ts.map +0 -1
  1399. package/dist-esm/src/operationsInterfaces/raiContentFilters.js.map +0 -1
  1400. package/dist-esm/src/operationsInterfaces/raiPolicies.d.ts +0 -47
  1401. package/dist-esm/src/operationsInterfaces/raiPolicies.d.ts.map +0 -1
  1402. package/dist-esm/src/operationsInterfaces/raiPolicies.js.map +0 -1
  1403. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +0 -11
  1404. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +0 -1
  1405. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +0 -1
  1406. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
  1407. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  1408. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  1409. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  1410. package/dist-esm/src/pagingHelper.js.map +0 -1
  1411. package/dist-esm/test/cognitiveservices_congitiveservice.spec.d.ts +0 -4
  1412. package/dist-esm/test/cognitiveservices_congitiveservice.spec.d.ts.map +0 -1
  1413. package/dist-esm/test/cognitiveservices_congitiveservice.spec.js +0 -151
  1414. package/dist-esm/test/cognitiveservices_congitiveservice.spec.js.map +0 -1
  1415. package/dist-esm/test/cognitiveservices_openai.spec.d.ts +0 -4
  1416. package/dist-esm/test/cognitiveservices_openai.spec.d.ts.map +0 -1
  1417. package/dist-esm/test/cognitiveservices_openai.spec.js +0 -171
  1418. package/dist-esm/test/cognitiveservices_openai.spec.js.map +0 -1
  1419. package/src/cognitiveServicesManagementClient.ts +0 -363
  1420. package/src/index.ts +0 -13
  1421. package/src/lroImpl.ts +0 -42
  1422. package/src/models/index.ts +0 -3140
  1423. package/src/models/mappers.ts +0 -4460
  1424. package/src/models/parameters.ts +0 -500
  1425. package/src/operations/accounts.ts +0 -1037
  1426. package/src/operations/commitmentPlans.ts +0 -1582
  1427. package/src/operations/commitmentTiers.ts +0 -169
  1428. package/src/operations/defenderForAISettings.ts +0 -345
  1429. package/src/operations/deletedAccounts.ts +0 -312
  1430. package/src/operations/deployments.ts +0 -817
  1431. package/src/operations/encryptionScopes.ts +0 -429
  1432. package/src/operations/index.ts +0 -28
  1433. package/src/operations/locationBasedModelCapacities.ts +0 -219
  1434. package/src/operations/modelCapacities.ts +0 -195
  1435. package/src/operations/models.ts +0 -169
  1436. package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -372
  1437. package/src/operations/operations.ts +0 -149
  1438. package/src/operations/privateEndpointConnections.ts +0 -390
  1439. package/src/operations/privateLinkResources.ts +0 -71
  1440. package/src/operations/raiBlocklistItems.ts +0 -578
  1441. package/src/operations/raiBlocklists.ts +0 -426
  1442. package/src/operations/raiContentFilters.ts +0 -209
  1443. package/src/operations/raiPolicies.ts +0 -420
  1444. package/src/operations/resourceSkus.ts +0 -153
  1445. package/src/operations/usages.ts +0 -169
  1446. package/src/operationsInterfaces/accounts.ts +0 -208
  1447. package/src/operationsInterfaces/commitmentPlans.ts +0 -324
  1448. package/src/operationsInterfaces/commitmentTiers.ts +0 -24
  1449. package/src/operationsInterfaces/defenderForAISettings.ts +0 -78
  1450. package/src/operationsInterfaces/deletedAccounts.ts +0 -68
  1451. package/src/operationsInterfaces/deployments.ts +0 -162
  1452. package/src/operationsInterfaces/encryptionScopes.ts +0 -99
  1453. package/src/operationsInterfaces/index.ts +0 -28
  1454. package/src/operationsInterfaces/locationBasedModelCapacities.ts +0 -33
  1455. package/src/operationsInterfaces/modelCapacities.ts +0 -31
  1456. package/src/operationsInterfaces/models.ts +0 -24
  1457. package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -78
  1458. package/src/operationsInterfaces/operations.ts +0 -22
  1459. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -115
  1460. package/src/operationsInterfaces/privateLinkResources.ts +0 -27
  1461. package/src/operationsInterfaces/raiBlocklistItems.ts +0 -139
  1462. package/src/operationsInterfaces/raiBlocklists.ts +0 -95
  1463. package/src/operationsInterfaces/raiContentFilters.ts +0 -40
  1464. package/src/operationsInterfaces/raiPolicies.ts +0 -95
  1465. package/src/operationsInterfaces/resourceSkus.ts +0 -22
  1466. package/src/operationsInterfaces/usages.ts +0 -24
  1467. package/src/pagingHelper.ts +0 -39
  1468. package/tsconfig.json +0 -33
  1469. package/types/arm-cognitiveservices.d.ts +0 -4028
  1470. package/types/tsdoc-metadata.json +0 -11
  1471. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1472. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1473. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  1474. /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.js +0 -0
  1475. /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentTiers.js +0 -0
  1476. /package/{dist-esm/src → dist/browser}/operationsInterfaces/defenderForAISettings.js +0 -0
  1477. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAccounts.js +0 -0
  1478. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deployments.js +0 -0
  1479. /package/{dist-esm/src → dist/browser}/operationsInterfaces/encryptionScopes.js +0 -0
  1480. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedModelCapacities.js +0 -0
  1481. /package/{dist-esm/src → dist/browser}/operationsInterfaces/modelCapacities.js +0 -0
  1482. /package/{dist-esm/src → dist/browser}/operationsInterfaces/models.js +0 -0
  1483. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
  1484. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1485. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  1486. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  1487. /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiBlocklistItems.js +0 -0
  1488. /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiBlocklists.js +0 -0
  1489. /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiContentFilters.js +0 -0
  1490. /package/{dist-esm/src → dist/browser}/operationsInterfaces/raiPolicies.js +0 -0
  1491. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceSkus.js +0 -0
  1492. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  1493. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1494. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1,1170 @@
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
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.CommitmentPlansImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ const core_lro_1 = require("@azure/core-lro");
17
+ const lroImpl_js_1 = require("../lroImpl.js");
18
+ /// <reference lib="esnext.asynciterable" />
19
+ /** Class containing CommitmentPlans operations. */
20
+ class CommitmentPlansImpl {
21
+ /**
22
+ * Initialize a new instance of the class CommitmentPlans class.
23
+ * @param client Reference to the service client
24
+ */
25
+ constructor(client) {
26
+ this.client = client;
27
+ }
28
+ /**
29
+ * Gets the commitmentPlans associated with the Cognitive Services account.
30
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
31
+ * @param accountName The name of Cognitive Services account.
32
+ * @param options The options parameters.
33
+ */
34
+ list(resourceGroupName, accountName, options) {
35
+ const iter = this.listPagingAll(resourceGroupName, accountName, options);
36
+ return {
37
+ next() {
38
+ return iter.next();
39
+ },
40
+ [Symbol.asyncIterator]() {
41
+ return this;
42
+ },
43
+ byPage: (settings) => {
44
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
45
+ throw new Error("maxPageSize is not supported by this operation.");
46
+ }
47
+ return this.listPagingPage(resourceGroupName, accountName, options, settings);
48
+ },
49
+ };
50
+ }
51
+ listPagingPage(resourceGroupName, accountName, options, settings) {
52
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
53
+ let result;
54
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
55
+ if (!continuationToken) {
56
+ result = yield tslib_1.__await(this._list(resourceGroupName, accountName, options));
57
+ let page = result.value || [];
58
+ continuationToken = result.nextLink;
59
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
60
+ yield yield tslib_1.__await(page);
61
+ }
62
+ while (continuationToken) {
63
+ result = yield tslib_1.__await(this._listNext(resourceGroupName, accountName, continuationToken, options));
64
+ continuationToken = result.nextLink;
65
+ let page = result.value || [];
66
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
67
+ yield yield tslib_1.__await(page);
68
+ }
69
+ });
70
+ }
71
+ listPagingAll(resourceGroupName, accountName, options) {
72
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
73
+ var _a, e_1, _b, _c;
74
+ try {
75
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
76
+ _c = _f.value;
77
+ _d = false;
78
+ const page = _c;
79
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
80
+ }
81
+ }
82
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
83
+ finally {
84
+ try {
85
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
86
+ }
87
+ finally { if (e_1) throw e_1.error; }
88
+ }
89
+ });
90
+ }
91
+ /**
92
+ * Returns all the resources of a particular type belonging to a resource group
93
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
94
+ * @param options The options parameters.
95
+ */
96
+ listPlansByResourceGroup(resourceGroupName, options) {
97
+ const iter = this.listPlansByResourceGroupPagingAll(resourceGroupName, options);
98
+ return {
99
+ next() {
100
+ return iter.next();
101
+ },
102
+ [Symbol.asyncIterator]() {
103
+ return this;
104
+ },
105
+ byPage: (settings) => {
106
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
107
+ throw new Error("maxPageSize is not supported by this operation.");
108
+ }
109
+ return this.listPlansByResourceGroupPagingPage(resourceGroupName, options, settings);
110
+ },
111
+ };
112
+ }
113
+ listPlansByResourceGroupPagingPage(resourceGroupName, options, settings) {
114
+ return tslib_1.__asyncGenerator(this, arguments, function* listPlansByResourceGroupPagingPage_1() {
115
+ let result;
116
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
117
+ if (!continuationToken) {
118
+ result = yield tslib_1.__await(this._listPlansByResourceGroup(resourceGroupName, options));
119
+ let page = result.value || [];
120
+ continuationToken = result.nextLink;
121
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
122
+ yield yield tslib_1.__await(page);
123
+ }
124
+ while (continuationToken) {
125
+ result = yield tslib_1.__await(this._listPlansByResourceGroupNext(resourceGroupName, continuationToken, options));
126
+ continuationToken = result.nextLink;
127
+ let page = result.value || [];
128
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
129
+ yield yield tslib_1.__await(page);
130
+ }
131
+ });
132
+ }
133
+ listPlansByResourceGroupPagingAll(resourceGroupName, options) {
134
+ return tslib_1.__asyncGenerator(this, arguments, function* listPlansByResourceGroupPagingAll_1() {
135
+ var _a, e_2, _b, _c;
136
+ try {
137
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPlansByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
138
+ _c = _f.value;
139
+ _d = false;
140
+ const page = _c;
141
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
142
+ }
143
+ }
144
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
145
+ finally {
146
+ try {
147
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
148
+ }
149
+ finally { if (e_2) throw e_2.error; }
150
+ }
151
+ });
152
+ }
153
+ /**
154
+ * Returns all the resources of a particular type belonging to a subscription.
155
+ * @param options The options parameters.
156
+ */
157
+ listPlansBySubscription(options) {
158
+ const iter = this.listPlansBySubscriptionPagingAll(options);
159
+ return {
160
+ next() {
161
+ return iter.next();
162
+ },
163
+ [Symbol.asyncIterator]() {
164
+ return this;
165
+ },
166
+ byPage: (settings) => {
167
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
168
+ throw new Error("maxPageSize is not supported by this operation.");
169
+ }
170
+ return this.listPlansBySubscriptionPagingPage(options, settings);
171
+ },
172
+ };
173
+ }
174
+ listPlansBySubscriptionPagingPage(options, settings) {
175
+ return tslib_1.__asyncGenerator(this, arguments, function* listPlansBySubscriptionPagingPage_1() {
176
+ let result;
177
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
178
+ if (!continuationToken) {
179
+ result = yield tslib_1.__await(this._listPlansBySubscription(options));
180
+ let page = result.value || [];
181
+ continuationToken = result.nextLink;
182
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
183
+ yield yield tslib_1.__await(page);
184
+ }
185
+ while (continuationToken) {
186
+ result = yield tslib_1.__await(this._listPlansBySubscriptionNext(continuationToken, options));
187
+ continuationToken = result.nextLink;
188
+ let page = result.value || [];
189
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
190
+ yield yield tslib_1.__await(page);
191
+ }
192
+ });
193
+ }
194
+ listPlansBySubscriptionPagingAll(options) {
195
+ return tslib_1.__asyncGenerator(this, arguments, function* listPlansBySubscriptionPagingAll_1() {
196
+ var _a, e_3, _b, _c;
197
+ try {
198
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPlansBySubscriptionPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
199
+ _c = _f.value;
200
+ _d = false;
201
+ const page = _c;
202
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
203
+ }
204
+ }
205
+ catch (e_3_1) { e_3 = { error: e_3_1 }; }
206
+ finally {
207
+ try {
208
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
209
+ }
210
+ finally { if (e_3) throw e_3.error; }
211
+ }
212
+ });
213
+ }
214
+ /**
215
+ * Gets the associations of the Cognitive Services commitment plan.
216
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
217
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
218
+ * Account
219
+ * @param options The options parameters.
220
+ */
221
+ listAssociations(resourceGroupName, commitmentPlanName, options) {
222
+ const iter = this.listAssociationsPagingAll(resourceGroupName, commitmentPlanName, options);
223
+ return {
224
+ next() {
225
+ return iter.next();
226
+ },
227
+ [Symbol.asyncIterator]() {
228
+ return this;
229
+ },
230
+ byPage: (settings) => {
231
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
232
+ throw new Error("maxPageSize is not supported by this operation.");
233
+ }
234
+ return this.listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options, settings);
235
+ },
236
+ };
237
+ }
238
+ listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options, settings) {
239
+ return tslib_1.__asyncGenerator(this, arguments, function* listAssociationsPagingPage_1() {
240
+ let result;
241
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
242
+ if (!continuationToken) {
243
+ result = yield tslib_1.__await(this._listAssociations(resourceGroupName, commitmentPlanName, options));
244
+ let page = result.value || [];
245
+ continuationToken = result.nextLink;
246
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
247
+ yield yield tslib_1.__await(page);
248
+ }
249
+ while (continuationToken) {
250
+ result = yield tslib_1.__await(this._listAssociationsNext(resourceGroupName, commitmentPlanName, continuationToken, options));
251
+ continuationToken = result.nextLink;
252
+ let page = result.value || [];
253
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
254
+ yield yield tslib_1.__await(page);
255
+ }
256
+ });
257
+ }
258
+ listAssociationsPagingAll(resourceGroupName, commitmentPlanName, options) {
259
+ return tslib_1.__asyncGenerator(this, arguments, function* listAssociationsPagingAll_1() {
260
+ var _a, e_4, _b, _c;
261
+ try {
262
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
263
+ _c = _f.value;
264
+ _d = false;
265
+ const page = _c;
266
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
267
+ }
268
+ }
269
+ catch (e_4_1) { e_4 = { error: e_4_1 }; }
270
+ finally {
271
+ try {
272
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
273
+ }
274
+ finally { if (e_4) throw e_4.error; }
275
+ }
276
+ });
277
+ }
278
+ /**
279
+ * Gets the commitmentPlans associated with the Cognitive Services account.
280
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
281
+ * @param accountName The name of Cognitive Services account.
282
+ * @param options The options parameters.
283
+ */
284
+ _list(resourceGroupName, accountName, options) {
285
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
286
+ }
287
+ /**
288
+ * Gets the specified commitmentPlans associated with the Cognitive Services account.
289
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
290
+ * @param accountName The name of Cognitive Services account.
291
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
292
+ * Account
293
+ * @param options The options parameters.
294
+ */
295
+ get(resourceGroupName, accountName, commitmentPlanName, options) {
296
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, commitmentPlanName, options }, getOperationSpec);
297
+ }
298
+ /**
299
+ * Update the state of specified commitmentPlans associated with the Cognitive Services account.
300
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
301
+ * @param accountName The name of Cognitive Services account.
302
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
303
+ * Account
304
+ * @param commitmentPlan The commitmentPlan properties.
305
+ * @param options The options parameters.
306
+ */
307
+ createOrUpdate(resourceGroupName, accountName, commitmentPlanName, commitmentPlan, options) {
308
+ return this.client.sendOperationRequest({
309
+ resourceGroupName,
310
+ accountName,
311
+ commitmentPlanName,
312
+ commitmentPlan,
313
+ options,
314
+ }, createOrUpdateOperationSpec);
315
+ }
316
+ /**
317
+ * Deletes the specified commitmentPlan associated with the Cognitive Services account.
318
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
319
+ * @param accountName The name of Cognitive Services account.
320
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
321
+ * Account
322
+ * @param options The options parameters.
323
+ */
324
+ async beginDelete(resourceGroupName, accountName, commitmentPlanName, options) {
325
+ const directSendOperation = async (args, spec) => {
326
+ return this.client.sendOperationRequest(args, spec);
327
+ };
328
+ const sendOperationFn = async (args, spec) => {
329
+ var _a;
330
+ let currentRawResponse = undefined;
331
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
332
+ const callback = (rawResponse, flatResponse) => {
333
+ currentRawResponse = rawResponse;
334
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
335
+ };
336
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
337
+ const flatResponse = await directSendOperation(updatedArgs, spec);
338
+ return {
339
+ flatResponse,
340
+ rawResponse: {
341
+ statusCode: currentRawResponse.status,
342
+ body: currentRawResponse.parsedBody,
343
+ headers: currentRawResponse.headers.toJSON(),
344
+ },
345
+ };
346
+ };
347
+ const lro = (0, lroImpl_js_1.createLroSpec)({
348
+ sendOperationFn,
349
+ args: { resourceGroupName, accountName, commitmentPlanName, options },
350
+ spec: deleteOperationSpec,
351
+ });
352
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
353
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
354
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
355
+ });
356
+ await poller.poll();
357
+ return poller;
358
+ }
359
+ /**
360
+ * Deletes the specified commitmentPlan associated with the Cognitive Services account.
361
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
362
+ * @param accountName The name of Cognitive Services account.
363
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
364
+ * Account
365
+ * @param options The options parameters.
366
+ */
367
+ async beginDeleteAndWait(resourceGroupName, accountName, commitmentPlanName, options) {
368
+ const poller = await this.beginDelete(resourceGroupName, accountName, commitmentPlanName, options);
369
+ return poller.pollUntilDone();
370
+ }
371
+ /**
372
+ * Create Cognitive Services commitment plan.
373
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
374
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
375
+ * Account
376
+ * @param commitmentPlan The parameters to provide for the created commitment plan.
377
+ * @param options The options parameters.
378
+ */
379
+ async beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
380
+ const directSendOperation = async (args, spec) => {
381
+ return this.client.sendOperationRequest(args, spec);
382
+ };
383
+ const sendOperationFn = async (args, spec) => {
384
+ var _a;
385
+ let currentRawResponse = undefined;
386
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
387
+ const callback = (rawResponse, flatResponse) => {
388
+ currentRawResponse = rawResponse;
389
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
390
+ };
391
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
392
+ const flatResponse = await directSendOperation(updatedArgs, spec);
393
+ return {
394
+ flatResponse,
395
+ rawResponse: {
396
+ statusCode: currentRawResponse.status,
397
+ body: currentRawResponse.parsedBody,
398
+ headers: currentRawResponse.headers.toJSON(),
399
+ },
400
+ };
401
+ };
402
+ const lro = (0, lroImpl_js_1.createLroSpec)({
403
+ sendOperationFn,
404
+ args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
405
+ spec: createOrUpdatePlanOperationSpec,
406
+ });
407
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
408
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
409
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
410
+ resourceLocationConfig: "azure-async-operation",
411
+ });
412
+ await poller.poll();
413
+ return poller;
414
+ }
415
+ /**
416
+ * Create Cognitive Services commitment plan.
417
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
418
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
419
+ * Account
420
+ * @param commitmentPlan The parameters to provide for the created commitment plan.
421
+ * @param options The options parameters.
422
+ */
423
+ async beginCreateOrUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
424
+ const poller = await this.beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
425
+ return poller.pollUntilDone();
426
+ }
427
+ /**
428
+ * Create Cognitive Services commitment plan.
429
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
430
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
431
+ * Account
432
+ * @param commitmentPlan The parameters to provide for the created commitment plan.
433
+ * @param options The options parameters.
434
+ */
435
+ async beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
436
+ const directSendOperation = async (args, spec) => {
437
+ return this.client.sendOperationRequest(args, spec);
438
+ };
439
+ const sendOperationFn = async (args, spec) => {
440
+ var _a;
441
+ let currentRawResponse = undefined;
442
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
443
+ const callback = (rawResponse, flatResponse) => {
444
+ currentRawResponse = rawResponse;
445
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
446
+ };
447
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
448
+ const flatResponse = await directSendOperation(updatedArgs, spec);
449
+ return {
450
+ flatResponse,
451
+ rawResponse: {
452
+ statusCode: currentRawResponse.status,
453
+ body: currentRawResponse.parsedBody,
454
+ headers: currentRawResponse.headers.toJSON(),
455
+ },
456
+ };
457
+ };
458
+ const lro = (0, lroImpl_js_1.createLroSpec)({
459
+ sendOperationFn,
460
+ args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
461
+ spec: updatePlanOperationSpec,
462
+ });
463
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
464
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
465
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
466
+ resourceLocationConfig: "location",
467
+ });
468
+ await poller.poll();
469
+ return poller;
470
+ }
471
+ /**
472
+ * Create Cognitive Services commitment plan.
473
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
474
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
475
+ * Account
476
+ * @param commitmentPlan The parameters to provide for the created commitment plan.
477
+ * @param options The options parameters.
478
+ */
479
+ async beginUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
480
+ const poller = await this.beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
481
+ return poller.pollUntilDone();
482
+ }
483
+ /**
484
+ * Deletes a Cognitive Services commitment plan from the resource group.
485
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
486
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
487
+ * Account
488
+ * @param options The options parameters.
489
+ */
490
+ async beginDeletePlan(resourceGroupName, commitmentPlanName, options) {
491
+ const directSendOperation = async (args, spec) => {
492
+ return this.client.sendOperationRequest(args, spec);
493
+ };
494
+ const sendOperationFn = async (args, spec) => {
495
+ var _a;
496
+ let currentRawResponse = undefined;
497
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
498
+ const callback = (rawResponse, flatResponse) => {
499
+ currentRawResponse = rawResponse;
500
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
501
+ };
502
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
503
+ const flatResponse = await directSendOperation(updatedArgs, spec);
504
+ return {
505
+ flatResponse,
506
+ rawResponse: {
507
+ statusCode: currentRawResponse.status,
508
+ body: currentRawResponse.parsedBody,
509
+ headers: currentRawResponse.headers.toJSON(),
510
+ },
511
+ };
512
+ };
513
+ const lro = (0, lroImpl_js_1.createLroSpec)({
514
+ sendOperationFn,
515
+ args: { resourceGroupName, commitmentPlanName, options },
516
+ spec: deletePlanOperationSpec,
517
+ });
518
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
519
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
520
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
521
+ resourceLocationConfig: "location",
522
+ });
523
+ await poller.poll();
524
+ return poller;
525
+ }
526
+ /**
527
+ * Deletes a Cognitive Services commitment plan from the resource group.
528
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
529
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
530
+ * Account
531
+ * @param options The options parameters.
532
+ */
533
+ async beginDeletePlanAndWait(resourceGroupName, commitmentPlanName, options) {
534
+ const poller = await this.beginDeletePlan(resourceGroupName, commitmentPlanName, options);
535
+ return poller.pollUntilDone();
536
+ }
537
+ /**
538
+ * Returns a Cognitive Services commitment plan specified by the parameters.
539
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
540
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
541
+ * Account
542
+ * @param options The options parameters.
543
+ */
544
+ getPlan(resourceGroupName, commitmentPlanName, options) {
545
+ return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, getPlanOperationSpec);
546
+ }
547
+ /**
548
+ * Returns all the resources of a particular type belonging to a resource group
549
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
550
+ * @param options The options parameters.
551
+ */
552
+ _listPlansByResourceGroup(resourceGroupName, options) {
553
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listPlansByResourceGroupOperationSpec);
554
+ }
555
+ /**
556
+ * Returns all the resources of a particular type belonging to a subscription.
557
+ * @param options The options parameters.
558
+ */
559
+ _listPlansBySubscription(options) {
560
+ return this.client.sendOperationRequest({ options }, listPlansBySubscriptionOperationSpec);
561
+ }
562
+ /**
563
+ * Gets the associations of the Cognitive Services commitment plan.
564
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
565
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
566
+ * Account
567
+ * @param options The options parameters.
568
+ */
569
+ _listAssociations(resourceGroupName, commitmentPlanName, options) {
570
+ return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, listAssociationsOperationSpec);
571
+ }
572
+ /**
573
+ * Gets the association of the Cognitive Services commitment plan.
574
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
575
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
576
+ * Account
577
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
578
+ * Services Account
579
+ * @param options The options parameters.
580
+ */
581
+ getAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
582
+ return this.client.sendOperationRequest({
583
+ resourceGroupName,
584
+ commitmentPlanName,
585
+ commitmentPlanAssociationName,
586
+ options,
587
+ }, getAssociationOperationSpec);
588
+ }
589
+ /**
590
+ * Create or update the association of the Cognitive Services commitment plan.
591
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
592
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
593
+ * Account
594
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
595
+ * Services Account
596
+ * @param association The commitmentPlan properties.
597
+ * @param options The options parameters.
598
+ */
599
+ async beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
600
+ const directSendOperation = async (args, spec) => {
601
+ return this.client.sendOperationRequest(args, spec);
602
+ };
603
+ const sendOperationFn = async (args, spec) => {
604
+ var _a;
605
+ let currentRawResponse = undefined;
606
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
607
+ const callback = (rawResponse, flatResponse) => {
608
+ currentRawResponse = rawResponse;
609
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
610
+ };
611
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
612
+ const flatResponse = await directSendOperation(updatedArgs, spec);
613
+ return {
614
+ flatResponse,
615
+ rawResponse: {
616
+ statusCode: currentRawResponse.status,
617
+ body: currentRawResponse.parsedBody,
618
+ headers: currentRawResponse.headers.toJSON(),
619
+ },
620
+ };
621
+ };
622
+ const lro = (0, lroImpl_js_1.createLroSpec)({
623
+ sendOperationFn,
624
+ args: {
625
+ resourceGroupName,
626
+ commitmentPlanName,
627
+ commitmentPlanAssociationName,
628
+ association,
629
+ options,
630
+ },
631
+ spec: createOrUpdateAssociationOperationSpec,
632
+ });
633
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
634
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
635
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
636
+ resourceLocationConfig: "azure-async-operation",
637
+ });
638
+ await poller.poll();
639
+ return poller;
640
+ }
641
+ /**
642
+ * Create or update the association of the Cognitive Services commitment plan.
643
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
644
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
645
+ * Account
646
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
647
+ * Services Account
648
+ * @param association The commitmentPlan properties.
649
+ * @param options The options parameters.
650
+ */
651
+ async beginCreateOrUpdateAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
652
+ const poller = await this.beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options);
653
+ return poller.pollUntilDone();
654
+ }
655
+ /**
656
+ * Deletes the association of the Cognitive Services commitment plan.
657
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
658
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
659
+ * Account
660
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
661
+ * Services Account
662
+ * @param options The options parameters.
663
+ */
664
+ async beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
665
+ const directSendOperation = async (args, spec) => {
666
+ return this.client.sendOperationRequest(args, spec);
667
+ };
668
+ const sendOperationFn = async (args, spec) => {
669
+ var _a;
670
+ let currentRawResponse = undefined;
671
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
672
+ const callback = (rawResponse, flatResponse) => {
673
+ currentRawResponse = rawResponse;
674
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
675
+ };
676
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
677
+ const flatResponse = await directSendOperation(updatedArgs, spec);
678
+ return {
679
+ flatResponse,
680
+ rawResponse: {
681
+ statusCode: currentRawResponse.status,
682
+ body: currentRawResponse.parsedBody,
683
+ headers: currentRawResponse.headers.toJSON(),
684
+ },
685
+ };
686
+ };
687
+ const lro = (0, lroImpl_js_1.createLroSpec)({
688
+ sendOperationFn,
689
+ args: {
690
+ resourceGroupName,
691
+ commitmentPlanName,
692
+ commitmentPlanAssociationName,
693
+ options,
694
+ },
695
+ spec: deleteAssociationOperationSpec,
696
+ });
697
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
698
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
699
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
700
+ resourceLocationConfig: "location",
701
+ });
702
+ await poller.poll();
703
+ return poller;
704
+ }
705
+ /**
706
+ * Deletes the association of the Cognitive Services commitment plan.
707
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
708
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
709
+ * Account
710
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
711
+ * Services Account
712
+ * @param options The options parameters.
713
+ */
714
+ async beginDeleteAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
715
+ const poller = await this.beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options);
716
+ return poller.pollUntilDone();
717
+ }
718
+ /**
719
+ * ListNext
720
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
721
+ * @param accountName The name of Cognitive Services account.
722
+ * @param nextLink The nextLink from the previous successful call to the List method.
723
+ * @param options The options parameters.
724
+ */
725
+ _listNext(resourceGroupName, accountName, nextLink, options) {
726
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
727
+ }
728
+ /**
729
+ * ListPlansByResourceGroupNext
730
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
731
+ * @param nextLink The nextLink from the previous successful call to the ListPlansByResourceGroup
732
+ * method.
733
+ * @param options The options parameters.
734
+ */
735
+ _listPlansByResourceGroupNext(resourceGroupName, nextLink, options) {
736
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listPlansByResourceGroupNextOperationSpec);
737
+ }
738
+ /**
739
+ * ListPlansBySubscriptionNext
740
+ * @param nextLink The nextLink from the previous successful call to the ListPlansBySubscription
741
+ * method.
742
+ * @param options The options parameters.
743
+ */
744
+ _listPlansBySubscriptionNext(nextLink, options) {
745
+ return this.client.sendOperationRequest({ nextLink, options }, listPlansBySubscriptionNextOperationSpec);
746
+ }
747
+ /**
748
+ * ListAssociationsNext
749
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
750
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
751
+ * Account
752
+ * @param nextLink The nextLink from the previous successful call to the ListAssociations method.
753
+ * @param options The options parameters.
754
+ */
755
+ _listAssociationsNext(resourceGroupName, commitmentPlanName, nextLink, options) {
756
+ return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, nextLink, options }, listAssociationsNextOperationSpec);
757
+ }
758
+ }
759
+ exports.CommitmentPlansImpl = CommitmentPlansImpl;
760
+ // Operation Specifications
761
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
762
+ const listOperationSpec = {
763
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans",
764
+ httpMethod: "GET",
765
+ responses: {
766
+ 200: {
767
+ bodyMapper: Mappers.CommitmentPlanListResult,
768
+ },
769
+ default: {
770
+ bodyMapper: Mappers.ErrorResponse,
771
+ },
772
+ },
773
+ queryParameters: [Parameters.apiVersion],
774
+ urlParameters: [
775
+ Parameters.$host,
776
+ Parameters.resourceGroupName,
777
+ Parameters.accountName,
778
+ Parameters.subscriptionId,
779
+ ],
780
+ headerParameters: [Parameters.accept],
781
+ serializer,
782
+ };
783
+ const getOperationSpec = {
784
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
785
+ httpMethod: "GET",
786
+ responses: {
787
+ 200: {
788
+ bodyMapper: Mappers.CommitmentPlan,
789
+ },
790
+ default: {
791
+ bodyMapper: Mappers.ErrorResponse,
792
+ },
793
+ },
794
+ queryParameters: [Parameters.apiVersion],
795
+ urlParameters: [
796
+ Parameters.$host,
797
+ Parameters.resourceGroupName,
798
+ Parameters.accountName,
799
+ Parameters.subscriptionId,
800
+ Parameters.commitmentPlanName,
801
+ ],
802
+ headerParameters: [Parameters.accept],
803
+ serializer,
804
+ };
805
+ const createOrUpdateOperationSpec = {
806
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
807
+ httpMethod: "PUT",
808
+ responses: {
809
+ 200: {
810
+ bodyMapper: Mappers.CommitmentPlan,
811
+ },
812
+ 201: {
813
+ bodyMapper: Mappers.CommitmentPlan,
814
+ },
815
+ default: {
816
+ bodyMapper: Mappers.ErrorResponse,
817
+ },
818
+ },
819
+ requestBody: Parameters.commitmentPlan,
820
+ queryParameters: [Parameters.apiVersion],
821
+ urlParameters: [
822
+ Parameters.$host,
823
+ Parameters.resourceGroupName,
824
+ Parameters.accountName,
825
+ Parameters.subscriptionId,
826
+ Parameters.commitmentPlanName,
827
+ ],
828
+ headerParameters: [Parameters.contentType, Parameters.accept],
829
+ mediaType: "json",
830
+ serializer,
831
+ };
832
+ const deleteOperationSpec = {
833
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
834
+ httpMethod: "DELETE",
835
+ responses: {
836
+ 200: {},
837
+ 201: {},
838
+ 202: {},
839
+ 204: {},
840
+ default: {
841
+ bodyMapper: Mappers.ErrorResponse,
842
+ },
843
+ },
844
+ queryParameters: [Parameters.apiVersion],
845
+ urlParameters: [
846
+ Parameters.$host,
847
+ Parameters.resourceGroupName,
848
+ Parameters.accountName,
849
+ Parameters.subscriptionId,
850
+ Parameters.commitmentPlanName,
851
+ ],
852
+ headerParameters: [Parameters.accept],
853
+ serializer,
854
+ };
855
+ const createOrUpdatePlanOperationSpec = {
856
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
857
+ httpMethod: "PUT",
858
+ responses: {
859
+ 200: {
860
+ bodyMapper: Mappers.CommitmentPlan,
861
+ },
862
+ 201: {
863
+ bodyMapper: Mappers.CommitmentPlan,
864
+ },
865
+ 202: {
866
+ bodyMapper: Mappers.CommitmentPlan,
867
+ },
868
+ 204: {
869
+ bodyMapper: Mappers.CommitmentPlan,
870
+ },
871
+ default: {
872
+ bodyMapper: Mappers.ErrorResponse,
873
+ },
874
+ },
875
+ requestBody: Parameters.commitmentPlan,
876
+ queryParameters: [Parameters.apiVersion],
877
+ urlParameters: [
878
+ Parameters.$host,
879
+ Parameters.resourceGroupName,
880
+ Parameters.subscriptionId,
881
+ Parameters.commitmentPlanName1,
882
+ ],
883
+ headerParameters: [Parameters.contentType, Parameters.accept],
884
+ mediaType: "json",
885
+ serializer,
886
+ };
887
+ const updatePlanOperationSpec = {
888
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
889
+ httpMethod: "PATCH",
890
+ responses: {
891
+ 200: {
892
+ bodyMapper: Mappers.CommitmentPlan,
893
+ },
894
+ 201: {
895
+ bodyMapper: Mappers.CommitmentPlan,
896
+ },
897
+ 202: {
898
+ bodyMapper: Mappers.CommitmentPlan,
899
+ },
900
+ 204: {
901
+ bodyMapper: Mappers.CommitmentPlan,
902
+ },
903
+ default: {
904
+ bodyMapper: Mappers.ErrorResponse,
905
+ },
906
+ },
907
+ requestBody: Parameters.commitmentPlan1,
908
+ queryParameters: [Parameters.apiVersion],
909
+ urlParameters: [
910
+ Parameters.$host,
911
+ Parameters.resourceGroupName,
912
+ Parameters.subscriptionId,
913
+ Parameters.commitmentPlanName1,
914
+ ],
915
+ headerParameters: [Parameters.contentType, Parameters.accept],
916
+ mediaType: "json",
917
+ serializer,
918
+ };
919
+ const deletePlanOperationSpec = {
920
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
921
+ httpMethod: "DELETE",
922
+ responses: {
923
+ 200: {},
924
+ 201: {},
925
+ 202: {},
926
+ 204: {},
927
+ default: {
928
+ bodyMapper: Mappers.ErrorResponse,
929
+ },
930
+ },
931
+ queryParameters: [Parameters.apiVersion],
932
+ urlParameters: [
933
+ Parameters.$host,
934
+ Parameters.resourceGroupName,
935
+ Parameters.subscriptionId,
936
+ Parameters.commitmentPlanName1,
937
+ ],
938
+ headerParameters: [Parameters.accept],
939
+ serializer,
940
+ };
941
+ const getPlanOperationSpec = {
942
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
943
+ httpMethod: "GET",
944
+ responses: {
945
+ 200: {
946
+ bodyMapper: Mappers.CommitmentPlan,
947
+ },
948
+ default: {
949
+ bodyMapper: Mappers.ErrorResponse,
950
+ },
951
+ },
952
+ queryParameters: [Parameters.apiVersion],
953
+ urlParameters: [
954
+ Parameters.$host,
955
+ Parameters.resourceGroupName,
956
+ Parameters.subscriptionId,
957
+ Parameters.commitmentPlanName1,
958
+ ],
959
+ headerParameters: [Parameters.accept],
960
+ serializer,
961
+ };
962
+ const listPlansByResourceGroupOperationSpec = {
963
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans",
964
+ httpMethod: "GET",
965
+ responses: {
966
+ 200: {
967
+ bodyMapper: Mappers.CommitmentPlanListResult,
968
+ },
969
+ default: {
970
+ bodyMapper: Mappers.ErrorResponse,
971
+ },
972
+ },
973
+ queryParameters: [Parameters.apiVersion],
974
+ urlParameters: [Parameters.$host, Parameters.resourceGroupName, Parameters.subscriptionId],
975
+ headerParameters: [Parameters.accept],
976
+ serializer,
977
+ };
978
+ const listPlansBySubscriptionOperationSpec = {
979
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans",
980
+ httpMethod: "GET",
981
+ responses: {
982
+ 200: {
983
+ bodyMapper: Mappers.CommitmentPlanListResult,
984
+ },
985
+ default: {
986
+ bodyMapper: Mappers.ErrorResponse,
987
+ },
988
+ },
989
+ queryParameters: [Parameters.apiVersion],
990
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
991
+ headerParameters: [Parameters.accept],
992
+ serializer,
993
+ };
994
+ const listAssociationsOperationSpec = {
995
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations",
996
+ httpMethod: "GET",
997
+ responses: {
998
+ 200: {
999
+ bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
1000
+ },
1001
+ default: {
1002
+ bodyMapper: Mappers.ErrorResponse,
1003
+ },
1004
+ },
1005
+ queryParameters: [Parameters.apiVersion],
1006
+ urlParameters: [
1007
+ Parameters.$host,
1008
+ Parameters.resourceGroupName,
1009
+ Parameters.subscriptionId,
1010
+ Parameters.commitmentPlanName1,
1011
+ ],
1012
+ headerParameters: [Parameters.accept],
1013
+ serializer,
1014
+ };
1015
+ const getAssociationOperationSpec = {
1016
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1017
+ httpMethod: "GET",
1018
+ responses: {
1019
+ 200: {
1020
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1021
+ },
1022
+ default: {
1023
+ bodyMapper: Mappers.ErrorResponse,
1024
+ },
1025
+ },
1026
+ queryParameters: [Parameters.apiVersion],
1027
+ urlParameters: [
1028
+ Parameters.$host,
1029
+ Parameters.resourceGroupName,
1030
+ Parameters.subscriptionId,
1031
+ Parameters.commitmentPlanName1,
1032
+ Parameters.commitmentPlanAssociationName,
1033
+ ],
1034
+ headerParameters: [Parameters.accept],
1035
+ serializer,
1036
+ };
1037
+ const createOrUpdateAssociationOperationSpec = {
1038
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1039
+ httpMethod: "PUT",
1040
+ responses: {
1041
+ 200: {
1042
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1043
+ },
1044
+ 201: {
1045
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1046
+ },
1047
+ 202: {
1048
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1049
+ },
1050
+ 204: {
1051
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1052
+ },
1053
+ default: {
1054
+ bodyMapper: Mappers.ErrorResponse,
1055
+ },
1056
+ },
1057
+ requestBody: Parameters.association,
1058
+ queryParameters: [Parameters.apiVersion],
1059
+ urlParameters: [
1060
+ Parameters.$host,
1061
+ Parameters.resourceGroupName,
1062
+ Parameters.subscriptionId,
1063
+ Parameters.commitmentPlanName1,
1064
+ Parameters.commitmentPlanAssociationName,
1065
+ ],
1066
+ headerParameters: [Parameters.contentType, Parameters.accept],
1067
+ mediaType: "json",
1068
+ serializer,
1069
+ };
1070
+ const deleteAssociationOperationSpec = {
1071
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1072
+ httpMethod: "DELETE",
1073
+ responses: {
1074
+ 200: {},
1075
+ 201: {},
1076
+ 202: {},
1077
+ 204: {},
1078
+ default: {
1079
+ bodyMapper: Mappers.ErrorResponse,
1080
+ },
1081
+ },
1082
+ queryParameters: [Parameters.apiVersion],
1083
+ urlParameters: [
1084
+ Parameters.$host,
1085
+ Parameters.resourceGroupName,
1086
+ Parameters.subscriptionId,
1087
+ Parameters.commitmentPlanName1,
1088
+ Parameters.commitmentPlanAssociationName,
1089
+ ],
1090
+ headerParameters: [Parameters.accept],
1091
+ serializer,
1092
+ };
1093
+ const listNextOperationSpec = {
1094
+ path: "{nextLink}",
1095
+ httpMethod: "GET",
1096
+ responses: {
1097
+ 200: {
1098
+ bodyMapper: Mappers.CommitmentPlanListResult,
1099
+ },
1100
+ default: {
1101
+ bodyMapper: Mappers.ErrorResponse,
1102
+ },
1103
+ },
1104
+ urlParameters: [
1105
+ Parameters.$host,
1106
+ Parameters.resourceGroupName,
1107
+ Parameters.accountName,
1108
+ Parameters.subscriptionId,
1109
+ Parameters.nextLink,
1110
+ ],
1111
+ headerParameters: [Parameters.accept],
1112
+ serializer,
1113
+ };
1114
+ const listPlansByResourceGroupNextOperationSpec = {
1115
+ path: "{nextLink}",
1116
+ httpMethod: "GET",
1117
+ responses: {
1118
+ 200: {
1119
+ bodyMapper: Mappers.CommitmentPlanListResult,
1120
+ },
1121
+ default: {
1122
+ bodyMapper: Mappers.ErrorResponse,
1123
+ },
1124
+ },
1125
+ urlParameters: [
1126
+ Parameters.$host,
1127
+ Parameters.resourceGroupName,
1128
+ Parameters.subscriptionId,
1129
+ Parameters.nextLink,
1130
+ ],
1131
+ headerParameters: [Parameters.accept],
1132
+ serializer,
1133
+ };
1134
+ const listPlansBySubscriptionNextOperationSpec = {
1135
+ path: "{nextLink}",
1136
+ httpMethod: "GET",
1137
+ responses: {
1138
+ 200: {
1139
+ bodyMapper: Mappers.CommitmentPlanListResult,
1140
+ },
1141
+ default: {
1142
+ bodyMapper: Mappers.ErrorResponse,
1143
+ },
1144
+ },
1145
+ urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],
1146
+ headerParameters: [Parameters.accept],
1147
+ serializer,
1148
+ };
1149
+ const listAssociationsNextOperationSpec = {
1150
+ path: "{nextLink}",
1151
+ httpMethod: "GET",
1152
+ responses: {
1153
+ 200: {
1154
+ bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
1155
+ },
1156
+ default: {
1157
+ bodyMapper: Mappers.ErrorResponse,
1158
+ },
1159
+ },
1160
+ urlParameters: [
1161
+ Parameters.$host,
1162
+ Parameters.resourceGroupName,
1163
+ Parameters.subscriptionId,
1164
+ Parameters.nextLink,
1165
+ Parameters.commitmentPlanName1,
1166
+ ],
1167
+ headerParameters: [Parameters.accept],
1168
+ serializer,
1169
+ };
1170
+ //# sourceMappingURL=commitmentPlans.js.map