@azure/arm-cognitiveservices 7.6.0-alpha.20250109.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,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all the available Cognitive Services account operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
@@ -0,0 +1,62 @@
1
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
2
+ import { PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsListResponse, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsCreateOrUpdateResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
3
+ /** Interface representing a PrivateEndpointConnections. */
4
+ export interface PrivateEndpointConnections {
5
+ /**
6
+ * Gets the private endpoint connections associated with the Cognitive Services account.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param accountName The name of Cognitive Services account.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionsListResponse>;
12
+ /**
13
+ * Gets the specified private endpoint connection associated with the Cognitive Services account.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param accountName The name of Cognitive Services account.
16
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
17
+ * Cognitive Services Account
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
21
+ /**
22
+ * Update the state of specified private endpoint connection associated with the Cognitive Services
23
+ * account.
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 privateEndpointConnectionName The name of the private endpoint connection associated with the
27
+ * Cognitive Services Account
28
+ * @param properties The private endpoint connection properties.
29
+ * @param options The options parameters.
30
+ */
31
+ beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
32
+ /**
33
+ * Update the state of specified private endpoint connection associated with the Cognitive Services
34
+ * account.
35
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
36
+ * @param accountName The name of Cognitive Services account.
37
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
38
+ * Cognitive Services Account
39
+ * @param properties The private endpoint connection properties.
40
+ * @param options The options parameters.
41
+ */
42
+ beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
43
+ /**
44
+ * Deletes the specified private endpoint connection associated with the Cognitive Services account.
45
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
46
+ * @param accountName The name of Cognitive Services account.
47
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
48
+ * Cognitive Services Account
49
+ * @param options The options parameters.
50
+ */
51
+ beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
52
+ /**
53
+ * Deletes the specified private endpoint connection associated with the Cognitive Services account.
54
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
55
+ * @param accountName The name of Cognitive Services account.
56
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
57
+ * Cognitive Services Account
58
+ * @param options The options parameters.
59
+ */
60
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
61
+ }
62
+ //# sourceMappingURL=privateEndpointConnections.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,4CAA4C,EAC5C,sCAAsC,EACtC,2CAA2C,EAC3C,qCAAqC,EACrC,yBAAyB,EACzB,sDAAsD,EACtD,gDAAgD,EAChD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAE5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=privateEndpointConnections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpointConnectionsListOptionalParams,\n PrivateEndpointConnectionsListResponse,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnection,\n PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n PrivateEndpointConnectionsCreateOrUpdateResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/** Interface representing a PrivateEndpointConnections. */\nexport interface PrivateEndpointConnections {\n /**\n * Gets the private endpoint connections 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 list(\n resourceGroupName: string,\n accountName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n ): Promise<PrivateEndpointConnectionsListResponse>;\n /**\n * Gets the specified private endpoint connection 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 privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse>;\n /**\n * Update the state of specified private endpoint connection associated with the Cognitive Services\n * 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 privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Cognitive Services Account\n * @param properties The private endpoint connection properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>,\n PrivateEndpointConnectionsCreateOrUpdateResponse\n >\n >;\n /**\n * Update the state of specified private endpoint connection associated with the Cognitive Services\n * 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 privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Cognitive Services Account\n * @param properties The private endpoint connection properties.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;\n /**\n * Deletes the specified private endpoint connection 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 privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Cognitive Services Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified private endpoint connection 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 privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Cognitive Services Account\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { PrivateLinkResourcesListOptionalParams, PrivateLinkResourcesListResponse } from "../models/index.js";
2
+ /** Interface representing a PrivateLinkResources. */
3
+ export interface PrivateLinkResources {
4
+ /**
5
+ * Gets the private link resources that need to be created for a Cognitive Services account.
6
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
7
+ * @param accountName The name of Cognitive Services account.
8
+ * @param options The options parameters.
9
+ */
10
+ list(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourcesListResponse>;
11
+ }
12
+ //# sourceMappingURL=privateLinkResources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sCAAsC,EACtC,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;CAC9C"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=privateLinkResources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 {\n PrivateLinkResourcesListOptionalParams,\n PrivateLinkResourcesListResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a PrivateLinkResources. */\nexport interface PrivateLinkResources {\n /**\n * Gets the private link resources that need to be created for a 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 list(\n resourceGroupName: string,\n accountName: string,\n options?: PrivateLinkResourcesListOptionalParams,\n ): Promise<PrivateLinkResourcesListResponse>;\n}\n"]}
@@ -0,0 +1,70 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { RaiBlocklistItem, RaiBlocklistItemsListOptionalParams, RaiBlocklistItemsGetOptionalParams, RaiBlocklistItemsGetResponse, RaiBlocklistItemsCreateOrUpdateOptionalParams, RaiBlocklistItemsCreateOrUpdateResponse, RaiBlocklistItemsDeleteOptionalParams, RaiBlocklistItemsDeleteResponse, RaiBlocklistItemBulkRequest, RaiBlocklistItemsBatchAddOptionalParams, RaiBlocklistItemsBatchAddResponse, RaiBlocklistItemsBatchDeleteOptionalParams } from "../models/index.js";
4
+ /** Interface representing a RaiBlocklistItems. */
5
+ export interface RaiBlocklistItems {
6
+ /**
7
+ * Gets the blocklist items associated with the custom blocklist.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param accountName The name of Cognitive Services account.
10
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
11
+ * @param options The options parameters.
12
+ */
13
+ list(resourceGroupName: string, accountName: string, raiBlocklistName: string, options?: RaiBlocklistItemsListOptionalParams): PagedAsyncIterableIterator<RaiBlocklistItem>;
14
+ /**
15
+ * Gets the specified custom blocklist Item associated with the custom blocklist.
16
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
+ * @param accountName The name of Cognitive Services account.
18
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
19
+ * @param raiBlocklistItemName The name of the RaiBlocklist Item associated with the custom blocklist
20
+ * @param options The options parameters.
21
+ */
22
+ get(resourceGroupName: string, accountName: string, raiBlocklistName: string, raiBlocklistItemName: string, options?: RaiBlocklistItemsGetOptionalParams): Promise<RaiBlocklistItemsGetResponse>;
23
+ /**
24
+ * Update the state of specified blocklist item associated with the Azure OpenAI account.
25
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
+ * @param accountName The name of Cognitive Services account.
27
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
28
+ * @param raiBlocklistItemName The name of the RaiBlocklist Item associated with the custom blocklist
29
+ * @param raiBlocklistItem Properties describing the custom blocklist.
30
+ * @param options The options parameters.
31
+ */
32
+ createOrUpdate(resourceGroupName: string, accountName: string, raiBlocklistName: string, raiBlocklistItemName: string, raiBlocklistItem: RaiBlocklistItem, options?: RaiBlocklistItemsCreateOrUpdateOptionalParams): Promise<RaiBlocklistItemsCreateOrUpdateResponse>;
33
+ /**
34
+ * Deletes the specified blocklist Item associated with the custom blocklist.
35
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
36
+ * @param accountName The name of Cognitive Services account.
37
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
38
+ * @param raiBlocklistItemName The name of the RaiBlocklist Item associated with the custom blocklist
39
+ * @param options The options parameters.
40
+ */
41
+ beginDelete(resourceGroupName: string, accountName: string, raiBlocklistName: string, raiBlocklistItemName: string, options?: RaiBlocklistItemsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<RaiBlocklistItemsDeleteResponse>, RaiBlocklistItemsDeleteResponse>>;
42
+ /**
43
+ * Deletes the specified blocklist Item associated with the custom blocklist.
44
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
+ * @param accountName The name of Cognitive Services account.
46
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
47
+ * @param raiBlocklistItemName The name of the RaiBlocklist Item associated with the custom blocklist
48
+ * @param options The options parameters.
49
+ */
50
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, raiBlocklistName: string, raiBlocklistItemName: string, options?: RaiBlocklistItemsDeleteOptionalParams): Promise<RaiBlocklistItemsDeleteResponse>;
51
+ /**
52
+ * Batch operation to add blocklist items.
53
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
54
+ * @param accountName The name of Cognitive Services account.
55
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
56
+ * @param raiBlocklistItems Properties describing the custom blocklist items.
57
+ * @param options The options parameters.
58
+ */
59
+ batchAdd(resourceGroupName: string, accountName: string, raiBlocklistName: string, raiBlocklistItems: RaiBlocklistItemBulkRequest[], options?: RaiBlocklistItemsBatchAddOptionalParams): Promise<RaiBlocklistItemsBatchAddResponse>;
60
+ /**
61
+ * Batch operation to delete blocklist items.
62
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
63
+ * @param accountName The name of Cognitive Services account.
64
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
65
+ * @param raiBlocklistItemsNames List of RAI Blocklist Items Names.
66
+ * @param options The options parameters.
67
+ */
68
+ batchDelete(resourceGroupName: string, accountName: string, raiBlocklistName: string, raiBlocklistItemsNames: string[], options?: RaiBlocklistItemsBatchDeleteOptionalParams): Promise<void>;
69
+ }
70
+ //# sourceMappingURL=raiBlocklistItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raiBlocklistItems.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiBlocklistItems.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,gBAAgB,EAChB,mCAAmC,EACnC,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,qCAAqC,EACrC,+BAA+B,EAC/B,2BAA2B,EAC3B,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,oBAAoB,EAAE,MAAM,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,EAAE,2BAA2B,EAAE,EAChD,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,sBAAsB,EAAE,MAAM,EAAE,EAChC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=raiBlocklistItems.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raiBlocklistItems.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiBlocklistItems.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n RaiBlocklistItem,\n RaiBlocklistItemsListOptionalParams,\n RaiBlocklistItemsGetOptionalParams,\n RaiBlocklistItemsGetResponse,\n RaiBlocklistItemsCreateOrUpdateOptionalParams,\n RaiBlocklistItemsCreateOrUpdateResponse,\n RaiBlocklistItemsDeleteOptionalParams,\n RaiBlocklistItemsDeleteResponse,\n RaiBlocklistItemBulkRequest,\n RaiBlocklistItemsBatchAddOptionalParams,\n RaiBlocklistItemsBatchAddResponse,\n RaiBlocklistItemsBatchDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RaiBlocklistItems. */\nexport interface RaiBlocklistItems {\n /**\n * Gets the blocklist items associated with the custom blocklist.\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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistItemsListOptionalParams,\n ): PagedAsyncIterableIterator<RaiBlocklistItem>;\n /**\n * Gets the specified custom blocklist Item associated with the custom blocklist.\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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklistItemName The name of the RaiBlocklist Item associated with the custom blocklist\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklistItemName: string,\n options?: RaiBlocklistItemsGetOptionalParams,\n ): Promise<RaiBlocklistItemsGetResponse>;\n /**\n * Update the state of specified blocklist item associated with the Azure OpenAI 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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklistItemName The name of the RaiBlocklist Item associated with the custom blocklist\n * @param raiBlocklistItem Properties describing the custom blocklist.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklistItemName: string,\n raiBlocklistItem: RaiBlocklistItem,\n options?: RaiBlocklistItemsCreateOrUpdateOptionalParams,\n ): Promise<RaiBlocklistItemsCreateOrUpdateResponse>;\n /**\n * Deletes the specified blocklist Item associated with the custom blocklist.\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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklistItemName The name of the RaiBlocklist Item associated with the custom blocklist\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklistItemName: string,\n options?: RaiBlocklistItemsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RaiBlocklistItemsDeleteResponse>,\n RaiBlocklistItemsDeleteResponse\n >\n >;\n /**\n * Deletes the specified blocklist Item associated with the custom blocklist.\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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklistItemName The name of the RaiBlocklist Item associated with the custom blocklist\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklistItemName: string,\n options?: RaiBlocklistItemsDeleteOptionalParams,\n ): Promise<RaiBlocklistItemsDeleteResponse>;\n /**\n * Batch operation to add blocklist items.\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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklistItems Properties describing the custom blocklist items.\n * @param options The options parameters.\n */\n batchAdd(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklistItems: RaiBlocklistItemBulkRequest[],\n options?: RaiBlocklistItemsBatchAddOptionalParams,\n ): Promise<RaiBlocklistItemsBatchAddResponse>;\n /**\n * Batch operation to delete blocklist items.\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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklistItemsNames List of RAI Blocklist Items Names.\n * @param options The options parameters.\n */\n batchDelete(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklistItemsNames: string[],\n options?: RaiBlocklistItemsBatchDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,47 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { RaiBlocklist, RaiBlocklistsListOptionalParams, RaiBlocklistsGetOptionalParams, RaiBlocklistsGetResponse, RaiBlocklistsCreateOrUpdateOptionalParams, RaiBlocklistsCreateOrUpdateResponse, RaiBlocklistsDeleteOptionalParams, RaiBlocklistsDeleteResponse } from "../models/index.js";
4
+ /** Interface representing a RaiBlocklists. */
5
+ export interface RaiBlocklists {
6
+ /**
7
+ * Gets the custom blocklists associated with the Azure OpenAI account.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param accountName The name of Cognitive Services account.
10
+ * @param options The options parameters.
11
+ */
12
+ list(resourceGroupName: string, accountName: string, options?: RaiBlocklistsListOptionalParams): PagedAsyncIterableIterator<RaiBlocklist>;
13
+ /**
14
+ * Gets the specified custom blocklist associated with the Azure OpenAI account.
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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, accountName: string, raiBlocklistName: string, options?: RaiBlocklistsGetOptionalParams): Promise<RaiBlocklistsGetResponse>;
21
+ /**
22
+ * Update the state of specified blocklist associated with the Azure OpenAI account.
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param accountName The name of Cognitive Services account.
25
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
26
+ * @param raiBlocklist Properties describing the custom blocklist.
27
+ * @param options The options parameters.
28
+ */
29
+ createOrUpdate(resourceGroupName: string, accountName: string, raiBlocklistName: string, raiBlocklist: RaiBlocklist, options?: RaiBlocklistsCreateOrUpdateOptionalParams): Promise<RaiBlocklistsCreateOrUpdateResponse>;
30
+ /**
31
+ * Deletes the specified custom blocklist associated with the Azure OpenAI account.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param accountName The name of Cognitive Services account.
34
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
35
+ * @param options The options parameters.
36
+ */
37
+ beginDelete(resourceGroupName: string, accountName: string, raiBlocklistName: string, options?: RaiBlocklistsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<RaiBlocklistsDeleteResponse>, RaiBlocklistsDeleteResponse>>;
38
+ /**
39
+ * Deletes the specified custom blocklist associated with the Azure OpenAI account.
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param accountName The name of Cognitive Services account.
42
+ * @param raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account
43
+ * @param options The options parameters.
44
+ */
45
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, raiBlocklistName: string, options?: RaiBlocklistsDeleteOptionalParams): Promise<RaiBlocklistsDeleteResponse>;
46
+ }
47
+ //# sourceMappingURL=raiBlocklists.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raiBlocklists.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiBlocklists.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,+BAA+B,EAC/B,8BAA8B,EAC9B,wBAAwB,EACxB,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2BAA2B,CAAC,EAC3C,2BAA2B,CAC5B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=raiBlocklists.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raiBlocklists.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiBlocklists.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n RaiBlocklist,\n RaiBlocklistsListOptionalParams,\n RaiBlocklistsGetOptionalParams,\n RaiBlocklistsGetResponse,\n RaiBlocklistsCreateOrUpdateOptionalParams,\n RaiBlocklistsCreateOrUpdateResponse,\n RaiBlocklistsDeleteOptionalParams,\n RaiBlocklistsDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RaiBlocklists. */\nexport interface RaiBlocklists {\n /**\n * Gets the custom blocklists associated with the Azure OpenAI 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 list(\n resourceGroupName: string,\n accountName: string,\n options?: RaiBlocklistsListOptionalParams,\n ): PagedAsyncIterableIterator<RaiBlocklist>;\n /**\n * Gets the specified custom blocklist associated with the Azure OpenAI 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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistsGetOptionalParams,\n ): Promise<RaiBlocklistsGetResponse>;\n /**\n * Update the state of specified blocklist associated with the Azure OpenAI 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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param raiBlocklist Properties describing the custom blocklist.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n raiBlocklist: RaiBlocklist,\n options?: RaiBlocklistsCreateOrUpdateOptionalParams,\n ): Promise<RaiBlocklistsCreateOrUpdateResponse>;\n /**\n * Deletes the specified custom blocklist associated with the Azure OpenAI 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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RaiBlocklistsDeleteResponse>,\n RaiBlocklistsDeleteResponse\n >\n >;\n /**\n * Deletes the specified custom blocklist associated with the Azure OpenAI 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 raiBlocklistName The name of the RaiBlocklist associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n raiBlocklistName: string,\n options?: RaiBlocklistsDeleteOptionalParams,\n ): Promise<RaiBlocklistsDeleteResponse>;\n}\n"]}
@@ -0,0 +1,19 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { RaiContentFilter, RaiContentFiltersListOptionalParams, RaiContentFiltersGetOptionalParams, RaiContentFiltersGetResponse } from "../models/index.js";
3
+ /** Interface representing a RaiContentFilters. */
4
+ export interface RaiContentFilters {
5
+ /**
6
+ * List Content Filters types.
7
+ * @param location Resource location.
8
+ * @param options The options parameters.
9
+ */
10
+ list(location: string, options?: RaiContentFiltersListOptionalParams): PagedAsyncIterableIterator<RaiContentFilter>;
11
+ /**
12
+ * Get Content Filters by Name.
13
+ * @param location Resource location.
14
+ * @param filterName The name of the RAI Content Filter.
15
+ * @param options The options parameters.
16
+ */
17
+ get(location: string, filterName: string, options?: RaiContentFiltersGetOptionalParams): Promise<RaiContentFiltersGetResponse>;
18
+ }
19
+ //# sourceMappingURL=raiContentFilters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raiContentFilters.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiContentFilters.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,gBAAgB,EAChB,mCAAmC,EACnC,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;IAChD;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=raiContentFilters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raiContentFilters.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiContentFilters.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n RaiContentFilter,\n RaiContentFiltersListOptionalParams,\n RaiContentFiltersGetOptionalParams,\n RaiContentFiltersGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RaiContentFilters. */\nexport interface RaiContentFilters {\n /**\n * List Content Filters types.\n * @param location Resource location.\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: RaiContentFiltersListOptionalParams,\n ): PagedAsyncIterableIterator<RaiContentFilter>;\n /**\n * Get Content Filters by Name.\n * @param location Resource location.\n * @param filterName The name of the RAI Content Filter.\n * @param options The options parameters.\n */\n get(\n location: string,\n filterName: string,\n options?: RaiContentFiltersGetOptionalParams,\n ): Promise<RaiContentFiltersGetResponse>;\n}\n"]}
@@ -0,0 +1,47 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { RaiPolicy, RaiPoliciesListOptionalParams, RaiPoliciesGetOptionalParams, RaiPoliciesGetResponse, RaiPoliciesCreateOrUpdateOptionalParams, RaiPoliciesCreateOrUpdateResponse, RaiPoliciesDeleteOptionalParams, RaiPoliciesDeleteResponse } from "../models/index.js";
4
+ /** Interface representing a RaiPolicies. */
5
+ export interface RaiPolicies {
6
+ /**
7
+ * Gets the content filters associated with the Azure OpenAI account.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param accountName The name of Cognitive Services account.
10
+ * @param options The options parameters.
11
+ */
12
+ list(resourceGroupName: string, accountName: string, options?: RaiPoliciesListOptionalParams): PagedAsyncIterableIterator<RaiPolicy>;
13
+ /**
14
+ * Gets the specified Content Filters associated with the Azure OpenAI account.
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 raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account
18
+ * @param options The options parameters.
19
+ */
20
+ get(resourceGroupName: string, accountName: string, raiPolicyName: string, options?: RaiPoliciesGetOptionalParams): Promise<RaiPoliciesGetResponse>;
21
+ /**
22
+ * Update the state of specified Content Filters associated with the Azure OpenAI account.
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param accountName The name of Cognitive Services account.
25
+ * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account
26
+ * @param raiPolicy Properties describing the Content Filters.
27
+ * @param options The options parameters.
28
+ */
29
+ createOrUpdate(resourceGroupName: string, accountName: string, raiPolicyName: string, raiPolicy: RaiPolicy, options?: RaiPoliciesCreateOrUpdateOptionalParams): Promise<RaiPoliciesCreateOrUpdateResponse>;
30
+ /**
31
+ * Deletes the specified Content Filters associated with the Azure OpenAI account.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param accountName The name of Cognitive Services account.
34
+ * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account
35
+ * @param options The options parameters.
36
+ */
37
+ beginDelete(resourceGroupName: string, accountName: string, raiPolicyName: string, options?: RaiPoliciesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<RaiPoliciesDeleteResponse>, RaiPoliciesDeleteResponse>>;
38
+ /**
39
+ * Deletes the specified Content Filters associated with the Azure OpenAI account.
40
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
41
+ * @param accountName The name of Cognitive Services account.
42
+ * @param raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account
43
+ * @param options The options parameters.
44
+ */
45
+ beginDeleteAndWait(resourceGroupName: string, accountName: string, raiPolicyName: string, options?: RaiPoliciesDeleteOptionalParams): Promise<RaiPoliciesDeleteResponse>;
46
+ }
47
+ //# sourceMappingURL=raiPolicies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raiPolicies.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiPolicies.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,SAAS,EACT,6BAA6B,EAC7B,4BAA4B,EAC5B,sBAAsB,EACtB,uCAAuC,EACvC,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=raiPolicies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raiPolicies.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/raiPolicies.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n RaiPolicy,\n RaiPoliciesListOptionalParams,\n RaiPoliciesGetOptionalParams,\n RaiPoliciesGetResponse,\n RaiPoliciesCreateOrUpdateOptionalParams,\n RaiPoliciesCreateOrUpdateResponse,\n RaiPoliciesDeleteOptionalParams,\n RaiPoliciesDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RaiPolicies. */\nexport interface RaiPolicies {\n /**\n * Gets the content filters associated with the Azure OpenAI 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 list(\n resourceGroupName: string,\n accountName: string,\n options?: RaiPoliciesListOptionalParams,\n ): PagedAsyncIterableIterator<RaiPolicy>;\n /**\n * Gets the specified Content Filters associated with the Azure OpenAI 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 raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n options?: RaiPoliciesGetOptionalParams,\n ): Promise<RaiPoliciesGetResponse>;\n /**\n * Update the state of specified Content Filters associated with the Azure OpenAI 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 raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param raiPolicy Properties describing the Content Filters.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n raiPolicy: RaiPolicy,\n options?: RaiPoliciesCreateOrUpdateOptionalParams,\n ): Promise<RaiPoliciesCreateOrUpdateResponse>;\n /**\n * Deletes the specified Content Filters associated with the Azure OpenAI 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 raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n options?: RaiPoliciesDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RaiPoliciesDeleteResponse>,\n RaiPoliciesDeleteResponse\n >\n >;\n /**\n * Deletes the specified Content Filters associated with the Azure OpenAI 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 raiPolicyName The name of the RaiPolicy associated with the Cognitive Services Account\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n raiPolicyName: string,\n options?: RaiPoliciesDeleteOptionalParams,\n ): Promise<RaiPoliciesDeleteResponse>;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { ResourceSku, ResourceSkusListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a ResourceSkus. */
4
+ export interface ResourceSkus {
5
+ /**
6
+ * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: ResourceSkusListOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
10
+ }
11
+ //# sourceMappingURL=resourceSkus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceSkus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSkus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAGjF,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,WAAW,CAAC,CAAC;CAC5C"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=resourceSkus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resourceSkus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceSkus.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { ResourceSku, ResourceSkusListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ResourceSkus. */\nexport interface ResourceSkus {\n /**\n * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.\n * @param options The options parameters.\n */\n list(\n options?: ResourceSkusListOptionalParams,\n ): PagedAsyncIterableIterator<ResourceSku>;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Usage, UsagesListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a Usages. */
4
+ export interface Usages {
5
+ /**
6
+ * Get usages for the requested subscription
7
+ * @param location Resource location.
8
+ * @param options The options parameters.
9
+ */
10
+ list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<Usage>;
11
+ }
12
+ //# sourceMappingURL=usages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAGrE,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;OAIG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,KAAK,CAAC,CAAC;CACtC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=usages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { Usage, UsagesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * Get usages for the requested subscription\n * @param location Resource location.\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: UsagesListOptionalParams,\n ): PagedAsyncIterableIterator<Usage>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
@@ -0,0 +1,13 @@
1
+ export interface PageInfo {
2
+ continuationToken?: string;
3
+ }
4
+ /**
5
+ * Given the last `.value` produced by the `byPage` iterator,
6
+ * returns a continuation token that can be used to begin paging from
7
+ * that point later.
8
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
9
+ * @returns The continuation token that can be passed into byPage() during future calls.
10
+ */
11
+ export declare function getContinuationToken(page: unknown): string | undefined;
12
+ export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
+ //# sourceMappingURL=pagingHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.getContinuationToken = getContinuationToken;
11
+ exports.setContinuationToken = setContinuationToken;
12
+ const pageMap = new WeakMap();
13
+ /**
14
+ * Given the last `.value` produced by the `byPage` iterator,
15
+ * returns a continuation token that can be used to begin paging from
16
+ * that point later.
17
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
18
+ * @returns The continuation token that can be passed into byPage() during future calls.
19
+ */
20
+ function getContinuationToken(page) {
21
+ var _a;
22
+ if (typeof page !== "object" || page === null) {
23
+ return undefined;
24
+ }
25
+ return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
26
+ }
27
+ function setContinuationToken(page, continuationToken) {
28
+ var _a;
29
+ if (typeof page !== "object" || page === null || !continuationToken) {
30
+ return;
31
+ }
32
+ const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
33
+ pageInfo.continuationToken = continuationToken;
34
+ pageMap.set(page, pageInfo);
35
+ }
36
+ //# sourceMappingURL=pagingHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAeH,oDAKC;AAED,oDAUC;AA1BD,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,SAAgB,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,SAAgB,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.49.1"
9
+ }
10
+ ]
11
+ }