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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -1,1198 +0,0 @@
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, __awaiter } from "tslib";
9
- import { setContinuationToken } from "../pagingHelper";
10
- import * as coreClient from "@azure/core-client";
11
- import * as Mappers from "../models/mappers";
12
- import * as Parameters from "../models/parameters";
13
- import { createHttpPoller, } from "@azure/core-lro";
14
- import { createLroSpec } from "../lroImpl";
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
- beginDelete(resourceGroupName, accountName, commitmentPlanName, options) {
322
- return __awaiter(this, void 0, void 0, function* () {
323
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
324
- return this.client.sendOperationRequest(args, spec);
325
- });
326
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
327
- var _a;
328
- let currentRawResponse = undefined;
329
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
330
- const callback = (rawResponse, flatResponse) => {
331
- currentRawResponse = rawResponse;
332
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
333
- };
334
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
335
- const flatResponse = yield directSendOperation(updatedArgs, spec);
336
- return {
337
- flatResponse,
338
- rawResponse: {
339
- statusCode: currentRawResponse.status,
340
- body: currentRawResponse.parsedBody,
341
- headers: currentRawResponse.headers.toJSON(),
342
- },
343
- };
344
- });
345
- const lro = createLroSpec({
346
- sendOperationFn,
347
- args: { resourceGroupName, accountName, commitmentPlanName, options },
348
- spec: deleteOperationSpec,
349
- });
350
- const poller = yield createHttpPoller(lro, {
351
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
352
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
353
- });
354
- yield poller.poll();
355
- return poller;
356
- });
357
- }
358
- /**
359
- * Deletes the specified commitmentPlan associated with the Cognitive Services account.
360
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
361
- * @param accountName The name of Cognitive Services account.
362
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
363
- * Account
364
- * @param options The options parameters.
365
- */
366
- beginDeleteAndWait(resourceGroupName, accountName, commitmentPlanName, options) {
367
- return __awaiter(this, void 0, void 0, function* () {
368
- const poller = yield this.beginDelete(resourceGroupName, accountName, commitmentPlanName, options);
369
- return poller.pollUntilDone();
370
- });
371
- }
372
- /**
373
- * Create Cognitive Services commitment plan.
374
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
375
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
376
- * Account
377
- * @param commitmentPlan The parameters to provide for the created commitment plan.
378
- * @param options The options parameters.
379
- */
380
- beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
381
- return __awaiter(this, void 0, void 0, function* () {
382
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
383
- return this.client.sendOperationRequest(args, spec);
384
- });
385
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
386
- var _a;
387
- let currentRawResponse = undefined;
388
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
389
- const callback = (rawResponse, flatResponse) => {
390
- currentRawResponse = rawResponse;
391
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
392
- };
393
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
394
- const flatResponse = yield directSendOperation(updatedArgs, spec);
395
- return {
396
- flatResponse,
397
- rawResponse: {
398
- statusCode: currentRawResponse.status,
399
- body: currentRawResponse.parsedBody,
400
- headers: currentRawResponse.headers.toJSON(),
401
- },
402
- };
403
- });
404
- const lro = createLroSpec({
405
- sendOperationFn,
406
- args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
407
- spec: createOrUpdatePlanOperationSpec,
408
- });
409
- const poller = yield createHttpPoller(lro, {
410
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
411
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
412
- resourceLocationConfig: "azure-async-operation",
413
- });
414
- yield poller.poll();
415
- return poller;
416
- });
417
- }
418
- /**
419
- * Create Cognitive Services commitment plan.
420
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
421
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
422
- * Account
423
- * @param commitmentPlan The parameters to provide for the created commitment plan.
424
- * @param options The options parameters.
425
- */
426
- beginCreateOrUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
427
- return __awaiter(this, void 0, void 0, function* () {
428
- const poller = yield this.beginCreateOrUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
429
- return poller.pollUntilDone();
430
- });
431
- }
432
- /**
433
- * Create Cognitive Services commitment plan.
434
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
435
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
436
- * Account
437
- * @param commitmentPlan The parameters to provide for the created commitment plan.
438
- * @param options The options parameters.
439
- */
440
- beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
441
- return __awaiter(this, void 0, void 0, function* () {
442
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
443
- return this.client.sendOperationRequest(args, spec);
444
- });
445
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
446
- var _a;
447
- let currentRawResponse = undefined;
448
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
449
- const callback = (rawResponse, flatResponse) => {
450
- currentRawResponse = rawResponse;
451
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
452
- };
453
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
454
- const flatResponse = yield directSendOperation(updatedArgs, spec);
455
- return {
456
- flatResponse,
457
- rawResponse: {
458
- statusCode: currentRawResponse.status,
459
- body: currentRawResponse.parsedBody,
460
- headers: currentRawResponse.headers.toJSON(),
461
- },
462
- };
463
- });
464
- const lro = createLroSpec({
465
- sendOperationFn,
466
- args: { resourceGroupName, commitmentPlanName, commitmentPlan, options },
467
- spec: updatePlanOperationSpec,
468
- });
469
- const poller = yield createHttpPoller(lro, {
470
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
471
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
472
- resourceLocationConfig: "location",
473
- });
474
- yield poller.poll();
475
- return poller;
476
- });
477
- }
478
- /**
479
- * Create Cognitive Services commitment plan.
480
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
481
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
482
- * Account
483
- * @param commitmentPlan The parameters to provide for the created commitment plan.
484
- * @param options The options parameters.
485
- */
486
- beginUpdatePlanAndWait(resourceGroupName, commitmentPlanName, commitmentPlan, options) {
487
- return __awaiter(this, void 0, void 0, function* () {
488
- const poller = yield this.beginUpdatePlan(resourceGroupName, commitmentPlanName, commitmentPlan, options);
489
- return poller.pollUntilDone();
490
- });
491
- }
492
- /**
493
- * Deletes a Cognitive Services commitment plan from the resource group.
494
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
495
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
496
- * Account
497
- * @param options The options parameters.
498
- */
499
- beginDeletePlan(resourceGroupName, commitmentPlanName, options) {
500
- return __awaiter(this, void 0, void 0, function* () {
501
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
502
- return this.client.sendOperationRequest(args, spec);
503
- });
504
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
505
- var _a;
506
- let currentRawResponse = undefined;
507
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
508
- const callback = (rawResponse, flatResponse) => {
509
- currentRawResponse = rawResponse;
510
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
511
- };
512
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
513
- const flatResponse = yield directSendOperation(updatedArgs, spec);
514
- return {
515
- flatResponse,
516
- rawResponse: {
517
- statusCode: currentRawResponse.status,
518
- body: currentRawResponse.parsedBody,
519
- headers: currentRawResponse.headers.toJSON(),
520
- },
521
- };
522
- });
523
- const lro = createLroSpec({
524
- sendOperationFn,
525
- args: { resourceGroupName, commitmentPlanName, options },
526
- spec: deletePlanOperationSpec,
527
- });
528
- const poller = yield createHttpPoller(lro, {
529
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
530
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
531
- resourceLocationConfig: "location",
532
- });
533
- yield poller.poll();
534
- return poller;
535
- });
536
- }
537
- /**
538
- * Deletes a Cognitive Services commitment plan from the resource group.
539
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
540
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
541
- * Account
542
- * @param options The options parameters.
543
- */
544
- beginDeletePlanAndWait(resourceGroupName, commitmentPlanName, options) {
545
- return __awaiter(this, void 0, void 0, function* () {
546
- const poller = yield this.beginDeletePlan(resourceGroupName, commitmentPlanName, options);
547
- return poller.pollUntilDone();
548
- });
549
- }
550
- /**
551
- * Returns a Cognitive Services commitment plan specified by the parameters.
552
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
553
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
554
- * Account
555
- * @param options The options parameters.
556
- */
557
- getPlan(resourceGroupName, commitmentPlanName, options) {
558
- return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, getPlanOperationSpec);
559
- }
560
- /**
561
- * Returns all the resources of a particular type belonging to a resource group
562
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
563
- * @param options The options parameters.
564
- */
565
- _listPlansByResourceGroup(resourceGroupName, options) {
566
- return this.client.sendOperationRequest({ resourceGroupName, options }, listPlansByResourceGroupOperationSpec);
567
- }
568
- /**
569
- * Returns all the resources of a particular type belonging to a subscription.
570
- * @param options The options parameters.
571
- */
572
- _listPlansBySubscription(options) {
573
- return this.client.sendOperationRequest({ options }, listPlansBySubscriptionOperationSpec);
574
- }
575
- /**
576
- * Gets the associations of the Cognitive Services commitment plan.
577
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
578
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
579
- * Account
580
- * @param options The options parameters.
581
- */
582
- _listAssociations(resourceGroupName, commitmentPlanName, options) {
583
- return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, options }, listAssociationsOperationSpec);
584
- }
585
- /**
586
- * Gets the association of the Cognitive Services commitment plan.
587
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
588
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
589
- * Account
590
- * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
591
- * Services Account
592
- * @param options The options parameters.
593
- */
594
- getAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
595
- return this.client.sendOperationRequest({
596
- resourceGroupName,
597
- commitmentPlanName,
598
- commitmentPlanAssociationName,
599
- options,
600
- }, getAssociationOperationSpec);
601
- }
602
- /**
603
- * Create or update the association of the Cognitive Services commitment plan.
604
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
605
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
606
- * Account
607
- * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
608
- * Services Account
609
- * @param association The commitmentPlan properties.
610
- * @param options The options parameters.
611
- */
612
- beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
613
- return __awaiter(this, void 0, void 0, function* () {
614
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
615
- return this.client.sendOperationRequest(args, spec);
616
- });
617
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
618
- var _a;
619
- let currentRawResponse = undefined;
620
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
621
- const callback = (rawResponse, flatResponse) => {
622
- currentRawResponse = rawResponse;
623
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
624
- };
625
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
626
- const flatResponse = yield directSendOperation(updatedArgs, spec);
627
- return {
628
- flatResponse,
629
- rawResponse: {
630
- statusCode: currentRawResponse.status,
631
- body: currentRawResponse.parsedBody,
632
- headers: currentRawResponse.headers.toJSON(),
633
- },
634
- };
635
- });
636
- const lro = createLroSpec({
637
- sendOperationFn,
638
- args: {
639
- resourceGroupName,
640
- commitmentPlanName,
641
- commitmentPlanAssociationName,
642
- association,
643
- options,
644
- },
645
- spec: createOrUpdateAssociationOperationSpec,
646
- });
647
- const poller = yield createHttpPoller(lro, {
648
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
649
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
650
- resourceLocationConfig: "azure-async-operation",
651
- });
652
- yield poller.poll();
653
- return poller;
654
- });
655
- }
656
- /**
657
- * Create or update the association of the Cognitive Services commitment plan.
658
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
659
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
660
- * Account
661
- * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
662
- * Services Account
663
- * @param association The commitmentPlan properties.
664
- * @param options The options parameters.
665
- */
666
- beginCreateOrUpdateAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options) {
667
- return __awaiter(this, void 0, void 0, function* () {
668
- const poller = yield this.beginCreateOrUpdateAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, association, options);
669
- return poller.pollUntilDone();
670
- });
671
- }
672
- /**
673
- * Deletes the association of the Cognitive Services commitment plan.
674
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
675
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
676
- * Account
677
- * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
678
- * Services Account
679
- * @param options The options parameters.
680
- */
681
- beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
682
- return __awaiter(this, void 0, void 0, function* () {
683
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
684
- return this.client.sendOperationRequest(args, spec);
685
- });
686
- const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
687
- var _a;
688
- let currentRawResponse = undefined;
689
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
690
- const callback = (rawResponse, flatResponse) => {
691
- currentRawResponse = rawResponse;
692
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
693
- };
694
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
695
- const flatResponse = yield directSendOperation(updatedArgs, spec);
696
- return {
697
- flatResponse,
698
- rawResponse: {
699
- statusCode: currentRawResponse.status,
700
- body: currentRawResponse.parsedBody,
701
- headers: currentRawResponse.headers.toJSON(),
702
- },
703
- };
704
- });
705
- const lro = createLroSpec({
706
- sendOperationFn,
707
- args: {
708
- resourceGroupName,
709
- commitmentPlanName,
710
- commitmentPlanAssociationName,
711
- options,
712
- },
713
- spec: deleteAssociationOperationSpec,
714
- });
715
- const poller = yield createHttpPoller(lro, {
716
- restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
717
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
718
- resourceLocationConfig: "location",
719
- });
720
- yield poller.poll();
721
- return poller;
722
- });
723
- }
724
- /**
725
- * Deletes the association of the Cognitive Services commitment plan.
726
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
727
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
728
- * Account
729
- * @param commitmentPlanAssociationName The name of the commitment plan association with the Cognitive
730
- * Services Account
731
- * @param options The options parameters.
732
- */
733
- beginDeleteAssociationAndWait(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options) {
734
- return __awaiter(this, void 0, void 0, function* () {
735
- const poller = yield this.beginDeleteAssociation(resourceGroupName, commitmentPlanName, commitmentPlanAssociationName, options);
736
- return poller.pollUntilDone();
737
- });
738
- }
739
- /**
740
- * ListNext
741
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
742
- * @param accountName The name of Cognitive Services account.
743
- * @param nextLink The nextLink from the previous successful call to the List method.
744
- * @param options The options parameters.
745
- */
746
- _listNext(resourceGroupName, accountName, nextLink, options) {
747
- return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
748
- }
749
- /**
750
- * ListPlansByResourceGroupNext
751
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
752
- * @param nextLink The nextLink from the previous successful call to the ListPlansByResourceGroup
753
- * method.
754
- * @param options The options parameters.
755
- */
756
- _listPlansByResourceGroupNext(resourceGroupName, nextLink, options) {
757
- return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listPlansByResourceGroupNextOperationSpec);
758
- }
759
- /**
760
- * ListPlansBySubscriptionNext
761
- * @param nextLink The nextLink from the previous successful call to the ListPlansBySubscription
762
- * method.
763
- * @param options The options parameters.
764
- */
765
- _listPlansBySubscriptionNext(nextLink, options) {
766
- return this.client.sendOperationRequest({ nextLink, options }, listPlansBySubscriptionNextOperationSpec);
767
- }
768
- /**
769
- * ListAssociationsNext
770
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
771
- * @param commitmentPlanName The name of the commitmentPlan associated with the Cognitive Services
772
- * Account
773
- * @param nextLink The nextLink from the previous successful call to the ListAssociations method.
774
- * @param options The options parameters.
775
- */
776
- _listAssociationsNext(resourceGroupName, commitmentPlanName, nextLink, options) {
777
- return this.client.sendOperationRequest({ resourceGroupName, commitmentPlanName, nextLink, options }, listAssociationsNextOperationSpec);
778
- }
779
- }
780
- // Operation Specifications
781
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
782
- const listOperationSpec = {
783
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans",
784
- httpMethod: "GET",
785
- responses: {
786
- 200: {
787
- bodyMapper: Mappers.CommitmentPlanListResult,
788
- },
789
- default: {
790
- bodyMapper: Mappers.ErrorResponse,
791
- },
792
- },
793
- queryParameters: [Parameters.apiVersion],
794
- urlParameters: [
795
- Parameters.$host,
796
- Parameters.resourceGroupName,
797
- Parameters.accountName,
798
- Parameters.subscriptionId,
799
- ],
800
- headerParameters: [Parameters.accept],
801
- serializer,
802
- };
803
- const getOperationSpec = {
804
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
805
- httpMethod: "GET",
806
- responses: {
807
- 200: {
808
- bodyMapper: Mappers.CommitmentPlan,
809
- },
810
- default: {
811
- bodyMapper: Mappers.ErrorResponse,
812
- },
813
- },
814
- queryParameters: [Parameters.apiVersion],
815
- urlParameters: [
816
- Parameters.$host,
817
- Parameters.resourceGroupName,
818
- Parameters.accountName,
819
- Parameters.subscriptionId,
820
- Parameters.commitmentPlanName,
821
- ],
822
- headerParameters: [Parameters.accept],
823
- serializer,
824
- };
825
- const createOrUpdateOperationSpec = {
826
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
827
- httpMethod: "PUT",
828
- responses: {
829
- 200: {
830
- bodyMapper: Mappers.CommitmentPlan,
831
- },
832
- 201: {
833
- bodyMapper: Mappers.CommitmentPlan,
834
- },
835
- default: {
836
- bodyMapper: Mappers.ErrorResponse,
837
- },
838
- },
839
- requestBody: Parameters.commitmentPlan,
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.contentType, Parameters.accept],
849
- mediaType: "json",
850
- serializer,
851
- };
852
- const deleteOperationSpec = {
853
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",
854
- httpMethod: "DELETE",
855
- responses: {
856
- 200: {},
857
- 201: {},
858
- 202: {},
859
- 204: {},
860
- default: {
861
- bodyMapper: Mappers.ErrorResponse,
862
- },
863
- },
864
- queryParameters: [Parameters.apiVersion],
865
- urlParameters: [
866
- Parameters.$host,
867
- Parameters.resourceGroupName,
868
- Parameters.accountName,
869
- Parameters.subscriptionId,
870
- Parameters.commitmentPlanName,
871
- ],
872
- headerParameters: [Parameters.accept],
873
- serializer,
874
- };
875
- const createOrUpdatePlanOperationSpec = {
876
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
877
- httpMethod: "PUT",
878
- responses: {
879
- 200: {
880
- bodyMapper: Mappers.CommitmentPlan,
881
- },
882
- 201: {
883
- bodyMapper: Mappers.CommitmentPlan,
884
- },
885
- 202: {
886
- bodyMapper: Mappers.CommitmentPlan,
887
- },
888
- 204: {
889
- bodyMapper: Mappers.CommitmentPlan,
890
- },
891
- default: {
892
- bodyMapper: Mappers.ErrorResponse,
893
- },
894
- },
895
- requestBody: Parameters.commitmentPlan,
896
- queryParameters: [Parameters.apiVersion],
897
- urlParameters: [
898
- Parameters.$host,
899
- Parameters.resourceGroupName,
900
- Parameters.subscriptionId,
901
- Parameters.commitmentPlanName1,
902
- ],
903
- headerParameters: [Parameters.contentType, Parameters.accept],
904
- mediaType: "json",
905
- serializer,
906
- };
907
- const updatePlanOperationSpec = {
908
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
909
- httpMethod: "PATCH",
910
- responses: {
911
- 200: {
912
- bodyMapper: Mappers.CommitmentPlan,
913
- },
914
- 201: {
915
- bodyMapper: Mappers.CommitmentPlan,
916
- },
917
- 202: {
918
- bodyMapper: Mappers.CommitmentPlan,
919
- },
920
- 204: {
921
- bodyMapper: Mappers.CommitmentPlan,
922
- },
923
- default: {
924
- bodyMapper: Mappers.ErrorResponse,
925
- },
926
- },
927
- requestBody: Parameters.commitmentPlan1,
928
- queryParameters: [Parameters.apiVersion],
929
- urlParameters: [
930
- Parameters.$host,
931
- Parameters.resourceGroupName,
932
- Parameters.subscriptionId,
933
- Parameters.commitmentPlanName1,
934
- ],
935
- headerParameters: [Parameters.contentType, Parameters.accept],
936
- mediaType: "json",
937
- serializer,
938
- };
939
- const deletePlanOperationSpec = {
940
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
941
- httpMethod: "DELETE",
942
- responses: {
943
- 200: {},
944
- 201: {},
945
- 202: {},
946
- 204: {},
947
- default: {
948
- bodyMapper: Mappers.ErrorResponse,
949
- },
950
- },
951
- queryParameters: [Parameters.apiVersion],
952
- urlParameters: [
953
- Parameters.$host,
954
- Parameters.resourceGroupName,
955
- Parameters.subscriptionId,
956
- Parameters.commitmentPlanName1,
957
- ],
958
- headerParameters: [Parameters.accept],
959
- serializer,
960
- };
961
- const getPlanOperationSpec = {
962
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}",
963
- httpMethod: "GET",
964
- responses: {
965
- 200: {
966
- bodyMapper: Mappers.CommitmentPlan,
967
- },
968
- default: {
969
- bodyMapper: Mappers.ErrorResponse,
970
- },
971
- },
972
- queryParameters: [Parameters.apiVersion],
973
- urlParameters: [
974
- Parameters.$host,
975
- Parameters.resourceGroupName,
976
- Parameters.subscriptionId,
977
- Parameters.commitmentPlanName1,
978
- ],
979
- headerParameters: [Parameters.accept],
980
- serializer,
981
- };
982
- const listPlansByResourceGroupOperationSpec = {
983
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans",
984
- httpMethod: "GET",
985
- responses: {
986
- 200: {
987
- bodyMapper: Mappers.CommitmentPlanListResult,
988
- },
989
- default: {
990
- bodyMapper: Mappers.ErrorResponse,
991
- },
992
- },
993
- queryParameters: [Parameters.apiVersion],
994
- urlParameters: [
995
- Parameters.$host,
996
- Parameters.resourceGroupName,
997
- Parameters.subscriptionId,
998
- ],
999
- headerParameters: [Parameters.accept],
1000
- serializer,
1001
- };
1002
- const listPlansBySubscriptionOperationSpec = {
1003
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans",
1004
- httpMethod: "GET",
1005
- responses: {
1006
- 200: {
1007
- bodyMapper: Mappers.CommitmentPlanListResult,
1008
- },
1009
- default: {
1010
- bodyMapper: Mappers.ErrorResponse,
1011
- },
1012
- },
1013
- queryParameters: [Parameters.apiVersion],
1014
- urlParameters: [Parameters.$host, Parameters.subscriptionId],
1015
- headerParameters: [Parameters.accept],
1016
- serializer,
1017
- };
1018
- const listAssociationsOperationSpec = {
1019
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations",
1020
- httpMethod: "GET",
1021
- responses: {
1022
- 200: {
1023
- bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
1024
- },
1025
- default: {
1026
- bodyMapper: Mappers.ErrorResponse,
1027
- },
1028
- },
1029
- queryParameters: [Parameters.apiVersion],
1030
- urlParameters: [
1031
- Parameters.$host,
1032
- Parameters.resourceGroupName,
1033
- Parameters.subscriptionId,
1034
- Parameters.commitmentPlanName1,
1035
- ],
1036
- headerParameters: [Parameters.accept],
1037
- serializer,
1038
- };
1039
- const getAssociationOperationSpec = {
1040
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1041
- httpMethod: "GET",
1042
- responses: {
1043
- 200: {
1044
- bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1045
- },
1046
- default: {
1047
- bodyMapper: Mappers.ErrorResponse,
1048
- },
1049
- },
1050
- queryParameters: [Parameters.apiVersion],
1051
- urlParameters: [
1052
- Parameters.$host,
1053
- Parameters.resourceGroupName,
1054
- Parameters.subscriptionId,
1055
- Parameters.commitmentPlanName1,
1056
- Parameters.commitmentPlanAssociationName,
1057
- ],
1058
- headerParameters: [Parameters.accept],
1059
- serializer,
1060
- };
1061
- const createOrUpdateAssociationOperationSpec = {
1062
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1063
- httpMethod: "PUT",
1064
- responses: {
1065
- 200: {
1066
- bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1067
- },
1068
- 201: {
1069
- bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1070
- },
1071
- 202: {
1072
- bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1073
- },
1074
- 204: {
1075
- bodyMapper: Mappers.CommitmentPlanAccountAssociation,
1076
- },
1077
- default: {
1078
- bodyMapper: Mappers.ErrorResponse,
1079
- },
1080
- },
1081
- requestBody: Parameters.association,
1082
- queryParameters: [Parameters.apiVersion],
1083
- urlParameters: [
1084
- Parameters.$host,
1085
- Parameters.resourceGroupName,
1086
- Parameters.subscriptionId,
1087
- Parameters.commitmentPlanName1,
1088
- Parameters.commitmentPlanAssociationName,
1089
- ],
1090
- headerParameters: [Parameters.contentType, Parameters.accept],
1091
- mediaType: "json",
1092
- serializer,
1093
- };
1094
- const deleteAssociationOperationSpec = {
1095
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}",
1096
- httpMethod: "DELETE",
1097
- responses: {
1098
- 200: {},
1099
- 201: {},
1100
- 202: {},
1101
- 204: {},
1102
- default: {
1103
- bodyMapper: Mappers.ErrorResponse,
1104
- },
1105
- },
1106
- queryParameters: [Parameters.apiVersion],
1107
- urlParameters: [
1108
- Parameters.$host,
1109
- Parameters.resourceGroupName,
1110
- Parameters.subscriptionId,
1111
- Parameters.commitmentPlanName1,
1112
- Parameters.commitmentPlanAssociationName,
1113
- ],
1114
- headerParameters: [Parameters.accept],
1115
- serializer,
1116
- };
1117
- const listNextOperationSpec = {
1118
- path: "{nextLink}",
1119
- httpMethod: "GET",
1120
- responses: {
1121
- 200: {
1122
- bodyMapper: Mappers.CommitmentPlanListResult,
1123
- },
1124
- default: {
1125
- bodyMapper: Mappers.ErrorResponse,
1126
- },
1127
- },
1128
- urlParameters: [
1129
- Parameters.$host,
1130
- Parameters.resourceGroupName,
1131
- Parameters.accountName,
1132
- Parameters.subscriptionId,
1133
- Parameters.nextLink,
1134
- ],
1135
- headerParameters: [Parameters.accept],
1136
- serializer,
1137
- };
1138
- const listPlansByResourceGroupNextOperationSpec = {
1139
- path: "{nextLink}",
1140
- httpMethod: "GET",
1141
- responses: {
1142
- 200: {
1143
- bodyMapper: Mappers.CommitmentPlanListResult,
1144
- },
1145
- default: {
1146
- bodyMapper: Mappers.ErrorResponse,
1147
- },
1148
- },
1149
- urlParameters: [
1150
- Parameters.$host,
1151
- Parameters.resourceGroupName,
1152
- Parameters.subscriptionId,
1153
- Parameters.nextLink,
1154
- ],
1155
- headerParameters: [Parameters.accept],
1156
- serializer,
1157
- };
1158
- const listPlansBySubscriptionNextOperationSpec = {
1159
- path: "{nextLink}",
1160
- httpMethod: "GET",
1161
- responses: {
1162
- 200: {
1163
- bodyMapper: Mappers.CommitmentPlanListResult,
1164
- },
1165
- default: {
1166
- bodyMapper: Mappers.ErrorResponse,
1167
- },
1168
- },
1169
- urlParameters: [
1170
- Parameters.$host,
1171
- Parameters.subscriptionId,
1172
- Parameters.nextLink,
1173
- ],
1174
- headerParameters: [Parameters.accept],
1175
- serializer,
1176
- };
1177
- const listAssociationsNextOperationSpec = {
1178
- path: "{nextLink}",
1179
- httpMethod: "GET",
1180
- responses: {
1181
- 200: {
1182
- bodyMapper: Mappers.CommitmentPlanAccountAssociationListResult,
1183
- },
1184
- default: {
1185
- bodyMapper: Mappers.ErrorResponse,
1186
- },
1187
- },
1188
- urlParameters: [
1189
- Parameters.$host,
1190
- Parameters.resourceGroupName,
1191
- Parameters.subscriptionId,
1192
- Parameters.nextLink,
1193
- Parameters.commitmentPlanName1,
1194
- ],
1195
- headerParameters: [Parameters.accept],
1196
- serializer,
1197
- };
1198
- //# sourceMappingURL=commitmentPlans.js.map