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

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