@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,1166 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import { setContinuationToken } from "../pagingHelper.js";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers.js";
12
+ import * as Parameters from "../models/parameters.js";
13
+ import { createHttpPoller } from "@azure/core-lro";
14
+ import { createLroSpec } from "../lroImpl.js";
15
+ /// <reference lib="esnext.asynciterable" />
16
+ /** Class containing CommitmentPlans operations. */
17
+ export class CommitmentPlansImpl {
18
+ /**
19
+ * Initialize a new instance of the class CommitmentPlans class.
20
+ * @param client Reference to the service client
21
+ */
22
+ constructor(client) {
23
+ this.client = client;
24
+ }
25
+ /**
26
+ * Gets the commitmentPlans associated with the Cognitive Services account.
27
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
+ * @param accountName The name of Cognitive Services account.
29
+ * @param options The options parameters.
30
+ */
31
+ list(resourceGroupName, accountName, options) {
32
+ const iter = this.listPagingAll(resourceGroupName, accountName, options);
33
+ return {
34
+ next() {
35
+ return iter.next();
36
+ },
37
+ [Symbol.asyncIterator]() {
38
+ return this;
39
+ },
40
+ byPage: (settings) => {
41
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
42
+ throw new Error("maxPageSize is not supported by this operation.");
43
+ }
44
+ return this.listPagingPage(resourceGroupName, accountName, options, settings);
45
+ },
46
+ };
47
+ }
48
+ listPagingPage(resourceGroupName, accountName, options, settings) {
49
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
50
+ let result;
51
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
52
+ if (!continuationToken) {
53
+ result = yield __await(this._list(resourceGroupName, accountName, options));
54
+ let page = result.value || [];
55
+ continuationToken = result.nextLink;
56
+ setContinuationToken(page, continuationToken);
57
+ yield yield __await(page);
58
+ }
59
+ while (continuationToken) {
60
+ result = yield __await(this._listNext(resourceGroupName, accountName, continuationToken, options));
61
+ continuationToken = result.nextLink;
62
+ let page = result.value || [];
63
+ setContinuationToken(page, continuationToken);
64
+ yield yield __await(page);
65
+ }
66
+ });
67
+ }
68
+ listPagingAll(resourceGroupName, accountName, options) {
69
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
70
+ var _a, e_1, _b, _c;
71
+ try {
72
+ for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
73
+ _c = _f.value;
74
+ _d = false;
75
+ const page = _c;
76
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
77
+ }
78
+ }
79
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
80
+ finally {
81
+ try {
82
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
83
+ }
84
+ finally { if (e_1) throw e_1.error; }
85
+ }
86
+ });
87
+ }
88
+ /**
89
+ * Returns all the resources of a particular type belonging to a resource group
90
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
+ * @param options The options parameters.
92
+ */
93
+ listPlansByResourceGroup(resourceGroupName, options) {
94
+ const iter = this.listPlansByResourceGroupPagingAll(resourceGroupName, options);
95
+ return {
96
+ next() {
97
+ return iter.next();
98
+ },
99
+ [Symbol.asyncIterator]() {
100
+ return this;
101
+ },
102
+ byPage: (settings) => {
103
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
104
+ throw new Error("maxPageSize is not supported by this operation.");
105
+ }
106
+ return this.listPlansByResourceGroupPagingPage(resourceGroupName, options, settings);
107
+ },
108
+ };
109
+ }
110
+ listPlansByResourceGroupPagingPage(resourceGroupName, options, settings) {
111
+ return __asyncGenerator(this, arguments, function* listPlansByResourceGroupPagingPage_1() {
112
+ let result;
113
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
114
+ if (!continuationToken) {
115
+ result = yield __await(this._listPlansByResourceGroup(resourceGroupName, options));
116
+ let page = result.value || [];
117
+ continuationToken = result.nextLink;
118
+ setContinuationToken(page, continuationToken);
119
+ yield yield __await(page);
120
+ }
121
+ while (continuationToken) {
122
+ result = yield __await(this._listPlansByResourceGroupNext(resourceGroupName, continuationToken, options));
123
+ continuationToken = result.nextLink;
124
+ let page = result.value || [];
125
+ setContinuationToken(page, continuationToken);
126
+ yield yield __await(page);
127
+ }
128
+ });
129
+ }
130
+ listPlansByResourceGroupPagingAll(resourceGroupName, options) {
131
+ return __asyncGenerator(this, arguments, function* listPlansByResourceGroupPagingAll_1() {
132
+ var _a, e_2, _b, _c;
133
+ try {
134
+ for (var _d = true, _e = __asyncValues(this.listPlansByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
135
+ _c = _f.value;
136
+ _d = false;
137
+ const page = _c;
138
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
139
+ }
140
+ }
141
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
142
+ finally {
143
+ try {
144
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
145
+ }
146
+ finally { if (e_2) throw e_2.error; }
147
+ }
148
+ });
149
+ }
150
+ /**
151
+ * Returns all the resources of a particular type belonging to a subscription.
152
+ * @param options The options parameters.
153
+ */
154
+ listPlansBySubscription(options) {
155
+ const iter = this.listPlansBySubscriptionPagingAll(options);
156
+ return {
157
+ next() {
158
+ return iter.next();
159
+ },
160
+ [Symbol.asyncIterator]() {
161
+ return this;
162
+ },
163
+ byPage: (settings) => {
164
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
165
+ throw new Error("maxPageSize is not supported by this operation.");
166
+ }
167
+ return this.listPlansBySubscriptionPagingPage(options, settings);
168
+ },
169
+ };
170
+ }
171
+ listPlansBySubscriptionPagingPage(options, settings) {
172
+ return __asyncGenerator(this, arguments, function* listPlansBySubscriptionPagingPage_1() {
173
+ let result;
174
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
175
+ if (!continuationToken) {
176
+ result = yield __await(this._listPlansBySubscription(options));
177
+ let page = result.value || [];
178
+ continuationToken = result.nextLink;
179
+ setContinuationToken(page, continuationToken);
180
+ yield yield __await(page);
181
+ }
182
+ while (continuationToken) {
183
+ result = yield __await(this._listPlansBySubscriptionNext(continuationToken, options));
184
+ continuationToken = result.nextLink;
185
+ let page = result.value || [];
186
+ setContinuationToken(page, continuationToken);
187
+ yield yield __await(page);
188
+ }
189
+ });
190
+ }
191
+ listPlansBySubscriptionPagingAll(options) {
192
+ return __asyncGenerator(this, arguments, function* listPlansBySubscriptionPagingAll_1() {
193
+ var _a, e_3, _b, _c;
194
+ try {
195
+ for (var _d = true, _e = __asyncValues(this.listPlansBySubscriptionPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
196
+ _c = _f.value;
197
+ _d = false;
198
+ const page = _c;
199
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
200
+ }
201
+ }
202
+ catch (e_3_1) { e_3 = { error: e_3_1 }; }
203
+ finally {
204
+ try {
205
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
206
+ }
207
+ finally { if (e_3) throw e_3.error; }
208
+ }
209
+ });
210
+ }
211
+ /**
212
+ * Gets the associations of the Cognitive Services commitment plan.
213
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
214
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
215
+ * Account
216
+ * @param options The options parameters.
217
+ */
218
+ listAssociations(resourceGroupName, commitmentPlanName, options) {
219
+ const iter = this.listAssociationsPagingAll(resourceGroupName, commitmentPlanName, options);
220
+ return {
221
+ next() {
222
+ return iter.next();
223
+ },
224
+ [Symbol.asyncIterator]() {
225
+ return this;
226
+ },
227
+ byPage: (settings) => {
228
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
229
+ throw new Error("maxPageSize is not supported by this operation.");
230
+ }
231
+ return this.listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options, settings);
232
+ },
233
+ };
234
+ }
235
+ listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options, settings) {
236
+ return __asyncGenerator(this, arguments, function* listAssociationsPagingPage_1() {
237
+ let result;
238
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
239
+ if (!continuationToken) {
240
+ result = yield __await(this._listAssociations(resourceGroupName, commitmentPlanName, options));
241
+ let page = result.value || [];
242
+ continuationToken = result.nextLink;
243
+ setContinuationToken(page, continuationToken);
244
+ yield yield __await(page);
245
+ }
246
+ while (continuationToken) {
247
+ result = yield __await(this._listAssociationsNext(resourceGroupName, commitmentPlanName, continuationToken, options));
248
+ continuationToken = result.nextLink;
249
+ let page = result.value || [];
250
+ setContinuationToken(page, continuationToken);
251
+ yield yield __await(page);
252
+ }
253
+ });
254
+ }
255
+ listAssociationsPagingAll(resourceGroupName, commitmentPlanName, options) {
256
+ return __asyncGenerator(this, arguments, function* listAssociationsPagingAll_1() {
257
+ var _a, e_4, _b, _c;
258
+ try {
259
+ for (var _d = true, _e = __asyncValues(this.listAssociationsPagingPage(resourceGroupName, commitmentPlanName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
260
+ _c = _f.value;
261
+ _d = false;
262
+ const page = _c;
263
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
264
+ }
265
+ }
266
+ catch (e_4_1) { e_4 = { error: e_4_1 }; }
267
+ finally {
268
+ try {
269
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
270
+ }
271
+ finally { if (e_4) throw e_4.error; }
272
+ }
273
+ });
274
+ }
275
+ /**
276
+ * Gets the commitmentPlans associated with the Cognitive Services account.
277
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
278
+ * @param accountName The name of Cognitive Services account.
279
+ * @param options The options parameters.
280
+ */
281
+ _list(resourceGroupName, accountName, options) {
282
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
283
+ }
284
+ /**
285
+ * Gets the specified commitmentPlans associated with the Cognitive Services account.
286
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
287
+ * @param accountName The name of Cognitive Services account.
288
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
289
+ * Account
290
+ * @param options The options parameters.
291
+ */
292
+ get(resourceGroupName, accountName, commitmentPlanName, options) {
293
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, commitmentPlanName, options }, getOperationSpec);
294
+ }
295
+ /**
296
+ * Update the state of specified commitmentPlans associated with the Cognitive Services account.
297
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
298
+ * @param accountName The name of Cognitive Services account.
299
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
300
+ * Account
301
+ * @param commitmentPlan The commitmentPlan properties.
302
+ * @param options The options parameters.
303
+ */
304
+ createOrUpdate(resourceGroupName, accountName, commitmentPlanName, commitmentPlan, options) {
305
+ return this.client.sendOperationRequest({
306
+ resourceGroupName,
307
+ accountName,
308
+ commitmentPlanName,
309
+ commitmentPlan,
310
+ options,
311
+ }, createOrUpdateOperationSpec);
312
+ }
313
+ /**
314
+ * Deletes the specified commitmentPlan associated with the Cognitive Services account.
315
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
316
+ * @param accountName The name of Cognitive Services account.
317
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
318
+ * Account
319
+ * @param options The options parameters.
320
+ */
321
+ async beginDelete(resourceGroupName, accountName, commitmentPlanName, options) {
322
+ const directSendOperation = async (args, spec) => {
323
+ return this.client.sendOperationRequest(args, spec);
324
+ };
325
+ const sendOperationFn = async (args, spec) => {
326
+ var _a;
327
+ let currentRawResponse = undefined;
328
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
329
+ const callback = (rawResponse, flatResponse) => {
330
+ currentRawResponse = rawResponse;
331
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
332
+ };
333
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
334
+ const flatResponse = await directSendOperation(updatedArgs, spec);
335
+ return {
336
+ flatResponse,
337
+ rawResponse: {
338
+ statusCode: currentRawResponse.status,
339
+ body: currentRawResponse.parsedBody,
340
+ headers: currentRawResponse.headers.toJSON(),
341
+ },
342
+ };
343
+ };
344
+ const lro = createLroSpec({
345
+ sendOperationFn,
346
+ args: { resourceGroupName, accountName, commitmentPlanName, options },
347
+ spec: deleteOperationSpec,
348
+ });
349
+ const poller = await createHttpPoller(lro, {
350
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
351
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
352
+ });
353
+ await poller.poll();
354
+ return poller;
355
+ }
356
+ /**
357
+ * Deletes the specified commitmentPlan associated with the Cognitive Services account.
358
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
359
+ * @param accountName The name of Cognitive Services account.
360
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
361
+ * Account
362
+ * @param options The options parameters.
363
+ */
364
+ async beginDeleteAndWait(resourceGroupName, accountName, commitmentPlanName, options) {
365
+ const poller = await this.beginDelete(resourceGroupName, accountName, commitmentPlanName, options);
366
+ return poller.pollUntilDone();
367
+ }
368
+ /**
369
+ * Create Cognitive Services commitment plan.
370
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
371
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
372
+ * Account
373
+ * @param commitmentPlan The parameters to provide for the created commitment plan.
374
+ * @param options The options parameters.
375
+ */
376
+ async beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
377
+ const directSendOperation = async (args, spec) => {
378
+ return this.client.sendOperationRequest(args, spec);
379
+ };
380
+ const sendOperationFn = async (args, spec) => {
381
+ var _a;
382
+ let currentRawResponse = undefined;
383
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
384
+ const callback = (rawResponse, flatResponse) => {
385
+ currentRawResponse = rawResponse;
386
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
387
+ };
388
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
389
+ const flatResponse = await directSendOperation(updatedArgs, spec);
390
+ return {
391
+ flatResponse,
392
+ rawResponse: {
393
+ statusCode: currentRawResponse.status,
394
+ body: currentRawResponse.parsedBody,
395
+ headers: currentRawResponse.headers.toJSON(),
396
+ },
397
+ };
398
+ };
399
+ const lro = createLroSpec({
400
+ sendOperationFn,
401
+ args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
402
+ spec: createOrUpdatePlanOperationSpec,
403
+ });
404
+ const poller = await createHttpPoller(lro, {
405
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
406
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
407
+ resourceLocationConfig: "azure-async-operation",
408
+ });
409
+ await poller.poll();
410
+ return poller;
411
+ }
412
+ /**
413
+ * Create Cognitive Services commitment plan.
414
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
415
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
416
+ * Account
417
+ * @param commitmentPlan The parameters to provide for the created commitment plan.
418
+ * @param options The options parameters.
419
+ */
420
+ async beginCreateOrUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
421
+ const poller = await this.beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
422
+ return poller.pollUntilDone();
423
+ }
424
+ /**
425
+ * Create Cognitive Services commitment plan.
426
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
427
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
428
+ * Account
429
+ * @param commitmentPlan The parameters to provide for the created commitment plan.
430
+ * @param options The options parameters.
431
+ */
432
+ async beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
433
+ const directSendOperation = async (args, spec) => {
434
+ return this.client.sendOperationRequest(args, spec);
435
+ };
436
+ const sendOperationFn = async (args, spec) => {
437
+ var _a;
438
+ let currentRawResponse = undefined;
439
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
440
+ const callback = (rawResponse, flatResponse) => {
441
+ currentRawResponse = rawResponse;
442
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
443
+ };
444
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
445
+ const flatResponse = await directSendOperation(updatedArgs, spec);
446
+ return {
447
+ flatResponse,
448
+ rawResponse: {
449
+ statusCode: currentRawResponse.status,
450
+ body: currentRawResponse.parsedBody,
451
+ headers: currentRawResponse.headers.toJSON(),
452
+ },
453
+ };
454
+ };
455
+ const lro = createLroSpec({
456
+ sendOperationFn,
457
+ args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
458
+ spec: updatePlanOperationSpec,
459
+ });
460
+ const poller = await createHttpPoller(lro, {
461
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
462
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
463
+ resourceLocationConfig: "location",
464
+ });
465
+ await poller.poll();
466
+ return poller;
467
+ }
468
+ /**
469
+ * Create Cognitive Services commitment plan.
470
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
471
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
472
+ * Account
473
+ * @param commitmentPlan The parameters to provide for the created commitment plan.
474
+ * @param options The options parameters.
475
+ */
476
+ async beginUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
477
+ const poller = await this.beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
478
+ return poller.pollUntilDone();
479
+ }
480
+ /**
481
+ * Deletes a Cognitive Services commitment plan from the resource group.
482
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
483
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
484
+ * Account
485
+ * @param options The options parameters.
486
+ */
487
+ async beginDeletePlan(resourceGroupName, commitmentPlanName, options) {
488
+ const directSendOperation = async (args, spec) => {
489
+ return this.client.sendOperationRequest(args, spec);
490
+ };
491
+ const sendOperationFn = async (args, spec) => {
492
+ var _a;
493
+ let currentRawResponse = undefined;
494
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
495
+ const callback = (rawResponse, flatResponse) => {
496
+ currentRawResponse = rawResponse;
497
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
498
+ };
499
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
500
+ const flatResponse = await directSendOperation(updatedArgs, spec);
501
+ return {
502
+ flatResponse,
503
+ rawResponse: {
504
+ statusCode: currentRawResponse.status,
505
+ body: currentRawResponse.parsedBody,
506
+ headers: currentRawResponse.headers.toJSON(),
507
+ },
508
+ };
509
+ };
510
+ const lro = createLroSpec({
511
+ sendOperationFn,
512
+ args: { resourceGroupName, commitmentPlanName, options },
513
+ spec: deletePlanOperationSpec,
514
+ });
515
+ const poller = await createHttpPoller(lro, {
516
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
517
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
518
+ resourceLocationConfig: "location",
519
+ });
520
+ await poller.poll();
521
+ return poller;
522
+ }
523
+ /**
524
+ * Deletes a Cognitive Services commitment plan from the resource group.
525
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
526
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
527
+ * Account
528
+ * @param options The options parameters.
529
+ */
530
+ async beginDeletePlanAndWait(resourceGroupName, commitmentPlanName, options) {
531
+ const poller = await this.beginDeletePlan(resourceGroupName, commitmentPlanName, options);
532
+ return poller.pollUntilDone();
533
+ }
534
+ /**
535
+ * Returns a Cognitive Services commitment plan specified by the parameters.
536
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
537
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
538
+ * Account
539
+ * @param options The options parameters.
540
+ */
541
+ getPlan(resourceGroupName, commitmentPlanName, options) {
542
+ return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, getPlanOperationSpec);
543
+ }
544
+ /**
545
+ * Returns all the resources of a particular type belonging to a resource group
546
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
547
+ * @param options The options parameters.
548
+ */
549
+ _listPlansByResourceGroup(resourceGroupName, options) {
550
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listPlansByResourceGroupOperationSpec);
551
+ }
552
+ /**
553
+ * Returns all the resources of a particular type belonging to a subscription.
554
+ * @param options The options parameters.
555
+ */
556
+ _listPlansBySubscription(options) {
557
+ return this.client.sendOperationRequest({ options }, listPlansBySubscriptionOperationSpec);
558
+ }
559
+ /**
560
+ * Gets the associations of the Cognitive Services commitment plan.
561
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
562
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
563
+ * Account
564
+ * @param options The options parameters.
565
+ */
566
+ _listAssociations(resourceGroupName, commitmentPlanName, options) {
567
+ return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, listAssociationsOperationSpec);
568
+ }
569
+ /**
570
+ * Gets the association of the Cognitive Services commitment plan.
571
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
572
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
573
+ * Account
574
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
575
+ * Services Account
576
+ * @param options The options parameters.
577
+ */
578
+ getAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
579
+ return this.client.sendOperationRequest({
580
+ resourceGroupName,
581
+ commitmentPlanName,
582
+ commitmentPlanAssociationName,
583
+ options,
584
+ }, getAssociationOperationSpec);
585
+ }
586
+ /**
587
+ * Create or update the association of the Cognitive Services commitment plan.
588
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
589
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
590
+ * Account
591
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
592
+ * Services Account
593
+ * @param association The commitmentPlan properties.
594
+ * @param options The options parameters.
595
+ */
596
+ async beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
597
+ const directSendOperation = async (args, spec) => {
598
+ return this.client.sendOperationRequest(args, spec);
599
+ };
600
+ const sendOperationFn = async (args, spec) => {
601
+ var _a;
602
+ let currentRawResponse = undefined;
603
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
604
+ const callback = (rawResponse, flatResponse) => {
605
+ currentRawResponse = rawResponse;
606
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
607
+ };
608
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
609
+ const flatResponse = await directSendOperation(updatedArgs, spec);
610
+ return {
611
+ flatResponse,
612
+ rawResponse: {
613
+ statusCode: currentRawResponse.status,
614
+ body: currentRawResponse.parsedBody,
615
+ headers: currentRawResponse.headers.toJSON(),
616
+ },
617
+ };
618
+ };
619
+ const lro = createLroSpec({
620
+ sendOperationFn,
621
+ args: {
622
+ resourceGroupName,
623
+ commitmentPlanName,
624
+ commitmentPlanAssociationName,
625
+ association,
626
+ options,
627
+ },
628
+ spec: createOrUpdateAssociationOperationSpec,
629
+ });
630
+ const poller = await createHttpPoller(lro, {
631
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
632
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
633
+ resourceLocationConfig: "azure-async-operation",
634
+ });
635
+ await poller.poll();
636
+ return poller;
637
+ }
638
+ /**
639
+ * Create or update the association of the Cognitive Services commitment plan.
640
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
641
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
642
+ * Account
643
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
644
+ * Services Account
645
+ * @param association The commitmentPlan properties.
646
+ * @param options The options parameters.
647
+ */
648
+ async beginCreateOrUpdateAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
649
+ const poller = await this.beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options);
650
+ return poller.pollUntilDone();
651
+ }
652
+ /**
653
+ * Deletes the association of the Cognitive Services commitment plan.
654
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
655
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
656
+ * Account
657
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
658
+ * Services Account
659
+ * @param options The options parameters.
660
+ */
661
+ async beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
662
+ const directSendOperation = async (args, spec) => {
663
+ return this.client.sendOperationRequest(args, spec);
664
+ };
665
+ const sendOperationFn = async (args, spec) => {
666
+ var _a;
667
+ let currentRawResponse = undefined;
668
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
669
+ const callback = (rawResponse, flatResponse) => {
670
+ currentRawResponse = rawResponse;
671
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
672
+ };
673
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
674
+ const flatResponse = await directSendOperation(updatedArgs, spec);
675
+ return {
676
+ flatResponse,
677
+ rawResponse: {
678
+ statusCode: currentRawResponse.status,
679
+ body: currentRawResponse.parsedBody,
680
+ headers: currentRawResponse.headers.toJSON(),
681
+ },
682
+ };
683
+ };
684
+ const lro = createLroSpec({
685
+ sendOperationFn,
686
+ args: {
687
+ resourceGroupName,
688
+ commitmentPlanName,
689
+ commitmentPlanAssociationName,
690
+ options,
691
+ },
692
+ spec: deleteAssociationOperationSpec,
693
+ });
694
+ const poller = await createHttpPoller(lro, {
695
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
696
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
697
+ resourceLocationConfig: "location",
698
+ });
699
+ await poller.poll();
700
+ return poller;
701
+ }
702
+ /**
703
+ * Deletes the association of the Cognitive Services commitment plan.
704
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
705
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
706
+ * Account
707
+ * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
708
+ * Services Account
709
+ * @param options The options parameters.
710
+ */
711
+ async beginDeleteAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
712
+ const poller = await this.beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options);
713
+ return poller.pollUntilDone();
714
+ }
715
+ /**
716
+ * ListNext
717
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
718
+ * @param accountName The name of Cognitive Services account.
719
+ * @param nextLink The nextLink from the previous successful call to the List method.
720
+ * @param options The options parameters.
721
+ */
722
+ _listNext(resourceGroupName, accountName, nextLink, options) {
723
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
724
+ }
725
+ /**
726
+ * ListPlansByResourceGroupNext
727
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
728
+ * @param nextLink The nextLink from the previous successful call to the ListPlansByResourceGroup
729
+ * method.
730
+ * @param options The options parameters.
731
+ */
732
+ _listPlansByResourceGroupNext(resourceGroupName, nextLink, options) {
733
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listPlansByResourceGroupNextOperationSpec);
734
+ }
735
+ /**
736
+ * ListPlansBySubscriptionNext
737
+ * @param nextLink The nextLink from the previous successful call to the ListPlansBySubscription
738
+ * method.
739
+ * @param options The options parameters.
740
+ */
741
+ _listPlansBySubscriptionNext(nextLink, options) {
742
+ return this.client.sendOperationRequest({ nextLink, options }, listPlansBySubscriptionNextOperationSpec);
743
+ }
744
+ /**
745
+ * ListAssociationsNext
746
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
747
+ * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
748
+ * Account
749
+ * @param nextLink The nextLink from the previous successful call to the ListAssociations method.
750
+ * @param options The options parameters.
751
+ */
752
+ _listAssociationsNext(resourceGroupName, commitmentPlanName, nextLink, options) {
753
+ return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, nextLink, options }, listAssociationsNextOperationSpec);
754
+ }
755
+ }
756
+ // Operation Specifications
757
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
758
+ const listOperationSpec = {
759
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans",
760
+ httpMethod: "GET",
761
+ responses: {
762
+ 200: {
763
+ bodyMapper: Mappers.CommitmentPlanListResult,
764
+ },
765
+ default: {
766
+ bodyMapper: Mappers.ErrorResponse,
767
+ },
768
+ },
769
+ queryParameters: [Parameters.apiVersion],
770
+ urlParameters: [
771
+ Parameters.$host,
772
+ Parameters.resourceGroupName,
773
+ Parameters.accountName,
774
+ Parameters.subscriptionId,
775
+ ],
776
+ headerParameters: [Parameters.accept],
777
+ serializer,
778
+ };
779
+ const getOperationSpec = {
780
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
781
+ httpMethod: "GET",
782
+ responses: {
783
+ 200: {
784
+ bodyMapper: Mappers.CommitmentPlan,
785
+ },
786
+ default: {
787
+ bodyMapper: Mappers.ErrorResponse,
788
+ },
789
+ },
790
+ queryParameters: [Parameters.apiVersion],
791
+ urlParameters: [
792
+ Parameters.$host,
793
+ Parameters.resourceGroupName,
794
+ Parameters.accountName,
795
+ Parameters.subscriptionId,
796
+ Parameters.commitmentPlanName,
797
+ ],
798
+ headerParameters: [Parameters.accept],
799
+ serializer,
800
+ };
801
+ const createOrUpdateOperationSpec = {
802
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
803
+ httpMethod: "PUT",
804
+ responses: {
805
+ 200: {
806
+ bodyMapper: Mappers.CommitmentPlan,
807
+ },
808
+ 201: {
809
+ bodyMapper: Mappers.CommitmentPlan,
810
+ },
811
+ default: {
812
+ bodyMapper: Mappers.ErrorResponse,
813
+ },
814
+ },
815
+ requestBody: Parameters.commitmentPlan,
816
+ queryParameters: [Parameters.apiVersion],
817
+ urlParameters: [
818
+ Parameters.$host,
819
+ Parameters.resourceGroupName,
820
+ Parameters.accountName,
821
+ Parameters.subscriptionId,
822
+ Parameters.commitmentPlanName,
823
+ ],
824
+ headerParameters: [Parameters.contentType, Parameters.accept],
825
+ mediaType: "json",
826
+ serializer,
827
+ };
828
+ const deleteOperationSpec = {
829
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
830
+ httpMethod: "DELETE",
831
+ responses: {
832
+ 200: {},
833
+ 201: {},
834
+ 202: {},
835
+ 204: {},
836
+ default: {
837
+ bodyMapper: Mappers.ErrorResponse,
838
+ },
839
+ },
840
+ queryParameters: [Parameters.apiVersion],
841
+ urlParameters: [
842
+ Parameters.$host,
843
+ Parameters.resourceGroupName,
844
+ Parameters.accountName,
845
+ Parameters.subscriptionId,
846
+ Parameters.commitmentPlanName,
847
+ ],
848
+ headerParameters: [Parameters.accept],
849
+ serializer,
850
+ };
851
+ const createOrUpdatePlanOperationSpec = {
852
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
853
+ httpMethod: "PUT",
854
+ responses: {
855
+ 200: {
856
+ bodyMapper: Mappers.CommitmentPlan,
857
+ },
858
+ 201: {
859
+ bodyMapper: Mappers.CommitmentPlan,
860
+ },
861
+ 202: {
862
+ bodyMapper: Mappers.CommitmentPlan,
863
+ },
864
+ 204: {
865
+ bodyMapper: Mappers.CommitmentPlan,
866
+ },
867
+ default: {
868
+ bodyMapper: Mappers.ErrorResponse,
869
+ },
870
+ },
871
+ requestBody: Parameters.commitmentPlan,
872
+ queryParameters: [Parameters.apiVersion],
873
+ urlParameters: [
874
+ Parameters.$host,
875
+ Parameters.resourceGroupName,
876
+ Parameters.subscriptionId,
877
+ Parameters.commitmentPlanName1,
878
+ ],
879
+ headerParameters: [Parameters.contentType, Parameters.accept],
880
+ mediaType: "json",
881
+ serializer,
882
+ };
883
+ const updatePlanOperationSpec = {
884
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
885
+ httpMethod: "PATCH",
886
+ responses: {
887
+ 200: {
888
+ bodyMapper: Mappers.CommitmentPlan,
889
+ },
890
+ 201: {
891
+ bodyMapper: Mappers.CommitmentPlan,
892
+ },
893
+ 202: {
894
+ bodyMapper: Mappers.CommitmentPlan,
895
+ },
896
+ 204: {
897
+ bodyMapper: Mappers.CommitmentPlan,
898
+ },
899
+ default: {
900
+ bodyMapper: Mappers.ErrorResponse,
901
+ },
902
+ },
903
+ requestBody: Parameters.commitmentPlan1,
904
+ queryParameters: [Parameters.apiVersion],
905
+ urlParameters: [
906
+ Parameters.$host,
907
+ Parameters.resourceGroupName,
908
+ Parameters.subscriptionId,
909
+ Parameters.commitmentPlanName1,
910
+ ],
911
+ headerParameters: [Parameters.contentType, Parameters.accept],
912
+ mediaType: "json",
913
+ serializer,
914
+ };
915
+ const deletePlanOperationSpec = {
916
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
917
+ httpMethod: "DELETE",
918
+ responses: {
919
+ 200: {},
920
+ 201: {},
921
+ 202: {},
922
+ 204: {},
923
+ default: {
924
+ bodyMapper: Mappers.ErrorResponse,
925
+ },
926
+ },
927
+ queryParameters: [Parameters.apiVersion],
928
+ urlParameters: [
929
+ Parameters.$host,
930
+ Parameters.resourceGroupName,
931
+ Parameters.subscriptionId,
932
+ Parameters.commitmentPlanName1,
933
+ ],
934
+ headerParameters: [Parameters.accept],
935
+ serializer,
936
+ };
937
+ const getPlanOperationSpec = {
938
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
939
+ httpMethod: "GET",
940
+ responses: {
941
+ 200: {
942
+ bodyMapper: Mappers.CommitmentPlan,
943
+ },
944
+ default: {
945
+ bodyMapper: Mappers.ErrorResponse,
946
+ },
947
+ },
948
+ queryParameters: [Parameters.apiVersion],
949
+ urlParameters: [
950
+ Parameters.$host,
951
+ Parameters.resourceGroupName,
952
+ Parameters.subscriptionId,
953
+ Parameters.commitmentPlanName1,
954
+ ],
955
+ headerParameters: [Parameters.accept],
956
+ serializer,
957
+ };
958
+ const listPlansByResourceGroupOperationSpec = {
959
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans",
960
+ httpMethod: "GET",
961
+ responses: {
962
+ 200: {
963
+ bodyMapper: Mappers.CommitmentPlanListResult,
964
+ },
965
+ default: {
966
+ bodyMapper: Mappers.ErrorResponse,
967
+ },
968
+ },
969
+ queryParameters: [Parameters.apiVersion],
970
+ urlParameters: [Parameters.$host, Parameters.resourceGroupName, Parameters.subscriptionId],
971
+ headerParameters: [Parameters.accept],
972
+ serializer,
973
+ };
974
+ const listPlansBySubscriptionOperationSpec = {
975
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans",
976
+ httpMethod: "GET",
977
+ responses: {
978
+ 200: {
979
+ bodyMapper: Mappers.CommitmentPlanListResult,
980
+ },
981
+ default: {
982
+ bodyMapper: Mappers.ErrorResponse,
983
+ },
984
+ },
985
+ queryParameters: [Parameters.apiVersion],
986
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
987
+ headerParameters: [Parameters.accept],
988
+ serializer,
989
+ };
990
+ const listAssociationsOperationSpec = {
991
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations",
992
+ httpMethod: "GET",
993
+ responses: {
994
+ 200: {
995
+ bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
996
+ },
997
+ default: {
998
+ bodyMapper: Mappers.ErrorResponse,
999
+ },
1000
+ },
1001
+ queryParameters: [Parameters.apiVersion],
1002
+ urlParameters: [
1003
+ Parameters.$host,
1004
+ Parameters.resourceGroupName,
1005
+ Parameters.subscriptionId,
1006
+ Parameters.commitmentPlanName1,
1007
+ ],
1008
+ headerParameters: [Parameters.accept],
1009
+ serializer,
1010
+ };
1011
+ const getAssociationOperationSpec = {
1012
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1013
+ httpMethod: "GET",
1014
+ responses: {
1015
+ 200: {
1016
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1017
+ },
1018
+ default: {
1019
+ bodyMapper: Mappers.ErrorResponse,
1020
+ },
1021
+ },
1022
+ queryParameters: [Parameters.apiVersion],
1023
+ urlParameters: [
1024
+ Parameters.$host,
1025
+ Parameters.resourceGroupName,
1026
+ Parameters.subscriptionId,
1027
+ Parameters.commitmentPlanName1,
1028
+ Parameters.commitmentPlanAssociationName,
1029
+ ],
1030
+ headerParameters: [Parameters.accept],
1031
+ serializer,
1032
+ };
1033
+ const createOrUpdateAssociationOperationSpec = {
1034
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1035
+ httpMethod: "PUT",
1036
+ responses: {
1037
+ 200: {
1038
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1039
+ },
1040
+ 201: {
1041
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1042
+ },
1043
+ 202: {
1044
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1045
+ },
1046
+ 204: {
1047
+ bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1048
+ },
1049
+ default: {
1050
+ bodyMapper: Mappers.ErrorResponse,
1051
+ },
1052
+ },
1053
+ requestBody: Parameters.association,
1054
+ queryParameters: [Parameters.apiVersion],
1055
+ urlParameters: [
1056
+ Parameters.$host,
1057
+ Parameters.resourceGroupName,
1058
+ Parameters.subscriptionId,
1059
+ Parameters.commitmentPlanName1,
1060
+ Parameters.commitmentPlanAssociationName,
1061
+ ],
1062
+ headerParameters: [Parameters.contentType, Parameters.accept],
1063
+ mediaType: "json",
1064
+ serializer,
1065
+ };
1066
+ const deleteAssociationOperationSpec = {
1067
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1068
+ httpMethod: "DELETE",
1069
+ responses: {
1070
+ 200: {},
1071
+ 201: {},
1072
+ 202: {},
1073
+ 204: {},
1074
+ default: {
1075
+ bodyMapper: Mappers.ErrorResponse,
1076
+ },
1077
+ },
1078
+ queryParameters: [Parameters.apiVersion],
1079
+ urlParameters: [
1080
+ Parameters.$host,
1081
+ Parameters.resourceGroupName,
1082
+ Parameters.subscriptionId,
1083
+ Parameters.commitmentPlanName1,
1084
+ Parameters.commitmentPlanAssociationName,
1085
+ ],
1086
+ headerParameters: [Parameters.accept],
1087
+ serializer,
1088
+ };
1089
+ const listNextOperationSpec = {
1090
+ path: "{nextLink}",
1091
+ httpMethod: "GET",
1092
+ responses: {
1093
+ 200: {
1094
+ bodyMapper: Mappers.CommitmentPlanListResult,
1095
+ },
1096
+ default: {
1097
+ bodyMapper: Mappers.ErrorResponse,
1098
+ },
1099
+ },
1100
+ urlParameters: [
1101
+ Parameters.$host,
1102
+ Parameters.resourceGroupName,
1103
+ Parameters.accountName,
1104
+ Parameters.subscriptionId,
1105
+ Parameters.nextLink,
1106
+ ],
1107
+ headerParameters: [Parameters.accept],
1108
+ serializer,
1109
+ };
1110
+ const listPlansByResourceGroupNextOperationSpec = {
1111
+ path: "{nextLink}",
1112
+ httpMethod: "GET",
1113
+ responses: {
1114
+ 200: {
1115
+ bodyMapper: Mappers.CommitmentPlanListResult,
1116
+ },
1117
+ default: {
1118
+ bodyMapper: Mappers.ErrorResponse,
1119
+ },
1120
+ },
1121
+ urlParameters: [
1122
+ Parameters.$host,
1123
+ Parameters.resourceGroupName,
1124
+ Parameters.subscriptionId,
1125
+ Parameters.nextLink,
1126
+ ],
1127
+ headerParameters: [Parameters.accept],
1128
+ serializer,
1129
+ };
1130
+ const listPlansBySubscriptionNextOperationSpec = {
1131
+ path: "{nextLink}",
1132
+ httpMethod: "GET",
1133
+ responses: {
1134
+ 200: {
1135
+ bodyMapper: Mappers.CommitmentPlanListResult,
1136
+ },
1137
+ default: {
1138
+ bodyMapper: Mappers.ErrorResponse,
1139
+ },
1140
+ },
1141
+ urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.nextLink],
1142
+ headerParameters: [Parameters.accept],
1143
+ serializer,
1144
+ };
1145
+ const listAssociationsNextOperationSpec = {
1146
+ path: "{nextLink}",
1147
+ httpMethod: "GET",
1148
+ responses: {
1149
+ 200: {
1150
+ bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
1151
+ },
1152
+ default: {
1153
+ bodyMapper: Mappers.ErrorResponse,
1154
+ },
1155
+ },
1156
+ urlParameters: [
1157
+ Parameters.$host,
1158
+ Parameters.resourceGroupName,
1159
+ Parameters.subscriptionId,
1160
+ Parameters.nextLink,
1161
+ Parameters.commitmentPlanName1,
1162
+ ],
1163
+ headerParameters: [Parameters.accept],
1164
+ serializer,
1165
+ };
1166
+ //# sourceMappingURL=commitmentPlans.js.map