@azure/arm-cognitiveservices 7.6.0-alpha.20250110.1 → 7.6.0-alpha.20250114.2

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