@azure/arm-cognitiveservices 7.6.0-alpha.20250520.1 → 7.7.0-alpha.20250521.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (574) hide show
  1. package/CHANGELOG.md +117 -0
  2. package/LICENSE +1 -1
  3. package/README.md +1 -3
  4. package/dist/browser/cognitiveServicesManagementClient.d.ts +6 -1
  5. package/dist/browser/cognitiveServicesManagementClient.d.ts.map +1 -1
  6. package/dist/browser/cognitiveServicesManagementClient.js +11 -12
  7. package/dist/browser/cognitiveServicesManagementClient.js.map +1 -1
  8. package/dist/browser/lroImpl.d.ts.map +1 -1
  9. package/dist/browser/lroImpl.js +7 -0
  10. package/dist/browser/lroImpl.js.map +1 -1
  11. package/dist/browser/models/index.d.ts +1007 -7
  12. package/dist/browser/models/index.d.ts.map +1 -1
  13. package/dist/browser/models/index.js +312 -0
  14. package/dist/browser/models/index.js.map +1 -1
  15. package/dist/browser/models/mappers.d.ts +52 -0
  16. package/dist/browser/models/mappers.d.ts.map +1 -1
  17. package/dist/browser/models/mappers.js +1035 -101
  18. package/dist/browser/models/mappers.js.map +1 -1
  19. package/dist/browser/models/parameters.d.ts +10 -0
  20. package/dist/browser/models/parameters.d.ts.map +1 -1
  21. package/dist/browser/models/parameters.js +87 -2
  22. package/dist/browser/models/parameters.js.map +1 -1
  23. package/dist/browser/operations/accountCapabilityHosts.d.ts +61 -0
  24. package/dist/browser/operations/accountCapabilityHosts.d.ts.map +1 -0
  25. package/dist/browser/operations/accountCapabilityHosts.js +242 -0
  26. package/dist/browser/operations/accountCapabilityHosts.js.map +1 -0
  27. package/dist/browser/operations/accountConnection.d.ts +70 -0
  28. package/dist/browser/operations/accountConnection.d.ts.map +1 -0
  29. package/dist/browser/operations/accountConnection.js +286 -0
  30. package/dist/browser/operations/accountConnection.js.map +1 -0
  31. package/dist/browser/operations/accounts.d.ts.map +1 -1
  32. package/dist/browser/operations/accounts.js +3 -11
  33. package/dist/browser/operations/accounts.js.map +1 -1
  34. package/dist/browser/operations/commitmentPlans.d.ts.map +1 -1
  35. package/dist/browser/operations/commitmentPlans.js +3 -11
  36. package/dist/browser/operations/commitmentPlans.js.map +1 -1
  37. package/dist/browser/operations/commitmentTiers.d.ts.map +1 -1
  38. package/dist/browser/operations/commitmentTiers.js +1 -5
  39. package/dist/browser/operations/commitmentTiers.js.map +1 -1
  40. package/dist/browser/operations/defenderForAISettings.d.ts.map +1 -1
  41. package/dist/browser/operations/defenderForAISettings.js.map +1 -1
  42. package/dist/browser/operations/deletedAccounts.d.ts.map +1 -1
  43. package/dist/browser/operations/deletedAccounts.js +2 -6
  44. package/dist/browser/operations/deletedAccounts.js.map +1 -1
  45. package/dist/browser/operations/deployments.d.ts.map +1 -1
  46. package/dist/browser/operations/deployments.js +1 -1
  47. package/dist/browser/operations/deployments.js.map +1 -1
  48. package/dist/browser/operations/encryptionScopes.d.ts.map +1 -1
  49. package/dist/browser/operations/encryptionScopes.js +1 -1
  50. package/dist/browser/operations/encryptionScopes.js.map +1 -1
  51. package/dist/browser/operations/index.d.ts +5 -0
  52. package/dist/browser/operations/index.d.ts.map +1 -1
  53. package/dist/browser/operations/index.js +5 -0
  54. package/dist/browser/operations/index.js.map +1 -1
  55. package/dist/browser/operations/locationBasedModelCapacities.d.ts.map +1 -1
  56. package/dist/browser/operations/locationBasedModelCapacities.js +1 -5
  57. package/dist/browser/operations/locationBasedModelCapacities.js.map +1 -1
  58. package/dist/browser/operations/modelCapacities.d.ts.map +1 -1
  59. package/dist/browser/operations/modelCapacities.js +1 -5
  60. package/dist/browser/operations/modelCapacities.js.map +1 -1
  61. package/dist/browser/operations/models.d.ts.map +1 -1
  62. package/dist/browser/operations/models.js +1 -5
  63. package/dist/browser/operations/models.js.map +1 -1
  64. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -1
  65. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +1 -1
  66. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
  67. package/dist/browser/operations/operations.d.ts.map +1 -1
  68. package/dist/browser/operations/operations.js.map +1 -1
  69. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  70. package/dist/browser/operations/privateEndpointConnections.js +1 -1
  71. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  72. package/dist/browser/operations/projectCapabilityHosts.d.ts +66 -0
  73. package/dist/browser/operations/projectCapabilityHosts.d.ts.map +1 -0
  74. package/dist/browser/operations/projectCapabilityHosts.js +263 -0
  75. package/dist/browser/operations/projectCapabilityHosts.js.map +1 -0
  76. package/dist/browser/operations/projectConnection.d.ts +77 -0
  77. package/dist/browser/operations/projectConnection.d.ts.map +1 -0
  78. package/dist/browser/operations/projectConnection.js +299 -0
  79. package/dist/browser/operations/projectConnection.js.map +1 -0
  80. package/dist/browser/operations/projects.d.ts +101 -0
  81. package/dist/browser/operations/projects.d.ts.map +1 -0
  82. package/dist/browser/operations/projects.js +438 -0
  83. package/dist/browser/operations/projects.js.map +1 -0
  84. package/dist/browser/operations/raiBlocklistItems.d.ts.map +1 -1
  85. package/dist/browser/operations/raiBlocklistItems.js +1 -1
  86. package/dist/browser/operations/raiBlocklistItems.js.map +1 -1
  87. package/dist/browser/operations/raiBlocklists.d.ts.map +1 -1
  88. package/dist/browser/operations/raiBlocklists.js +1 -1
  89. package/dist/browser/operations/raiBlocklists.js.map +1 -1
  90. package/dist/browser/operations/raiContentFilters.d.ts.map +1 -1
  91. package/dist/browser/operations/raiContentFilters.js +1 -5
  92. package/dist/browser/operations/raiContentFilters.js.map +1 -1
  93. package/dist/browser/operations/raiPolicies.d.ts.map +1 -1
  94. package/dist/browser/operations/raiPolicies.js +1 -1
  95. package/dist/browser/operations/raiPolicies.js.map +1 -1
  96. package/dist/browser/operations/resourceSkus.d.ts.map +1 -1
  97. package/dist/browser/operations/resourceSkus.js +1 -5
  98. package/dist/browser/operations/resourceSkus.js.map +1 -1
  99. package/dist/browser/operations/usages.d.ts.map +1 -1
  100. package/dist/browser/operations/usages.js +1 -5
  101. package/dist/browser/operations/usages.js.map +1 -1
  102. package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
  103. package/dist/browser/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
  104. package/dist/browser/operationsInterfaces/accountCapabilityHosts.js +9 -0
  105. package/dist/browser/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
  106. package/dist/browser/operationsInterfaces/accountConnection.d.ts +45 -0
  107. package/dist/browser/operationsInterfaces/accountConnection.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/accountConnection.js +9 -0
  109. package/dist/browser/operationsInterfaces/accountConnection.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -1
  111. package/dist/browser/operationsInterfaces/accounts.js.map +1 -1
  112. package/dist/browser/operationsInterfaces/deletedAccounts.d.ts.map +1 -1
  113. package/dist/browser/operationsInterfaces/deletedAccounts.js.map +1 -1
  114. package/dist/browser/operationsInterfaces/deployments.d.ts.map +1 -1
  115. package/dist/browser/operationsInterfaces/deployments.js.map +1 -1
  116. package/dist/browser/operationsInterfaces/encryptionScopes.d.ts.map +1 -1
  117. package/dist/browser/operationsInterfaces/encryptionScopes.js.map +1 -1
  118. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  119. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  120. package/dist/browser/operationsInterfaces/index.js +5 -0
  121. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  122. package/dist/browser/operationsInterfaces/models.d.ts.map +1 -1
  123. package/dist/browser/operationsInterfaces/models.js.map +1 -1
  124. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  125. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  126. package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
  127. package/dist/browser/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/projectCapabilityHosts.js +9 -0
  129. package/dist/browser/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/projectConnection.d.ts +50 -0
  131. package/dist/browser/operationsInterfaces/projectConnection.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/projectConnection.js +9 -0
  133. package/dist/browser/operationsInterfaces/projectConnection.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/projects.d.ts +76 -0
  135. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/projects.js +9 -0
  137. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/raiBlocklists.d.ts.map +1 -1
  139. package/dist/browser/operationsInterfaces/raiBlocklists.js.map +1 -1
  140. package/dist/browser/operationsInterfaces/raiPolicies.d.ts.map +1 -1
  141. package/dist/browser/operationsInterfaces/raiPolicies.js.map +1 -1
  142. package/dist/browser/operationsInterfaces/resourceSkus.d.ts.map +1 -1
  143. package/dist/browser/operationsInterfaces/resourceSkus.js.map +1 -1
  144. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -1
  145. package/dist/browser/operationsInterfaces/usages.js.map +1 -1
  146. package/dist/browser/pagingHelper.d.ts.map +1 -1
  147. package/dist/browser/pagingHelper.js.map +1 -1
  148. package/dist/commonjs/cognitiveServicesManagementClient.d.ts +6 -1
  149. package/dist/commonjs/cognitiveServicesManagementClient.d.ts.map +1 -1
  150. package/dist/commonjs/cognitiveServicesManagementClient.js +10 -11
  151. package/dist/commonjs/cognitiveServicesManagementClient.js.map +1 -1
  152. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  153. package/dist/commonjs/lroImpl.js +7 -0
  154. package/dist/commonjs/lroImpl.js.map +1 -1
  155. package/dist/commonjs/models/index.d.ts +1007 -7
  156. package/dist/commonjs/models/index.d.ts.map +1 -1
  157. package/dist/commonjs/models/index.js +313 -1
  158. package/dist/commonjs/models/index.js.map +1 -1
  159. package/dist/commonjs/models/mappers.d.ts +52 -0
  160. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  161. package/dist/commonjs/models/mappers.js +1039 -104
  162. package/dist/commonjs/models/mappers.js.map +1 -1
  163. package/dist/commonjs/models/parameters.d.ts +10 -0
  164. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  165. package/dist/commonjs/models/parameters.js +88 -2
  166. package/dist/commonjs/models/parameters.js.map +1 -1
  167. package/dist/commonjs/operations/accountCapabilityHosts.d.ts +61 -0
  168. package/dist/commonjs/operations/accountCapabilityHosts.d.ts.map +1 -0
  169. package/dist/commonjs/operations/accountCapabilityHosts.js +247 -0
  170. package/dist/commonjs/operations/accountCapabilityHosts.js.map +1 -0
  171. package/dist/commonjs/operations/accountConnection.d.ts +70 -0
  172. package/dist/commonjs/operations/accountConnection.d.ts.map +1 -0
  173. package/dist/commonjs/operations/accountConnection.js +290 -0
  174. package/dist/commonjs/operations/accountConnection.js.map +1 -0
  175. package/dist/commonjs/operations/accounts.d.ts.map +1 -1
  176. package/dist/commonjs/operations/accounts.js +2 -10
  177. package/dist/commonjs/operations/accounts.js.map +1 -1
  178. package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -1
  179. package/dist/commonjs/operations/commitmentPlans.js +2 -10
  180. package/dist/commonjs/operations/commitmentPlans.js.map +1 -1
  181. package/dist/commonjs/operations/commitmentTiers.d.ts.map +1 -1
  182. package/dist/commonjs/operations/commitmentTiers.js +1 -5
  183. package/dist/commonjs/operations/commitmentTiers.js.map +1 -1
  184. package/dist/commonjs/operations/defenderForAISettings.d.ts.map +1 -1
  185. package/dist/commonjs/operations/defenderForAISettings.js.map +1 -1
  186. package/dist/commonjs/operations/deletedAccounts.d.ts.map +1 -1
  187. package/dist/commonjs/operations/deletedAccounts.js +1 -5
  188. package/dist/commonjs/operations/deletedAccounts.js.map +1 -1
  189. package/dist/commonjs/operations/deployments.d.ts.map +1 -1
  190. package/dist/commonjs/operations/deployments.js.map +1 -1
  191. package/dist/commonjs/operations/encryptionScopes.d.ts.map +1 -1
  192. package/dist/commonjs/operations/encryptionScopes.js.map +1 -1
  193. package/dist/commonjs/operations/index.d.ts +5 -0
  194. package/dist/commonjs/operations/index.d.ts.map +1 -1
  195. package/dist/commonjs/operations/index.js +5 -0
  196. package/dist/commonjs/operations/index.js.map +1 -1
  197. package/dist/commonjs/operations/locationBasedModelCapacities.d.ts.map +1 -1
  198. package/dist/commonjs/operations/locationBasedModelCapacities.js +1 -5
  199. package/dist/commonjs/operations/locationBasedModelCapacities.js.map +1 -1
  200. package/dist/commonjs/operations/modelCapacities.d.ts.map +1 -1
  201. package/dist/commonjs/operations/modelCapacities.js +1 -5
  202. package/dist/commonjs/operations/modelCapacities.js.map +1 -1
  203. package/dist/commonjs/operations/models.d.ts.map +1 -1
  204. package/dist/commonjs/operations/models.js +1 -5
  205. package/dist/commonjs/operations/models.js.map +1 -1
  206. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -1
  207. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
  208. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  209. package/dist/commonjs/operations/operations.js.map +1 -1
  210. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  211. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  212. package/dist/commonjs/operations/projectCapabilityHosts.d.ts +66 -0
  213. package/dist/commonjs/operations/projectCapabilityHosts.d.ts.map +1 -0
  214. package/dist/commonjs/operations/projectCapabilityHosts.js +268 -0
  215. package/dist/commonjs/operations/projectCapabilityHosts.js.map +1 -0
  216. package/dist/commonjs/operations/projectConnection.d.ts +77 -0
  217. package/dist/commonjs/operations/projectConnection.d.ts.map +1 -0
  218. package/dist/commonjs/operations/projectConnection.js +303 -0
  219. package/dist/commonjs/operations/projectConnection.js.map +1 -0
  220. package/dist/commonjs/operations/projects.d.ts +101 -0
  221. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  222. package/dist/commonjs/operations/projects.js +442 -0
  223. package/dist/commonjs/operations/projects.js.map +1 -0
  224. package/dist/commonjs/operations/raiBlocklistItems.d.ts.map +1 -1
  225. package/dist/commonjs/operations/raiBlocklistItems.js.map +1 -1
  226. package/dist/commonjs/operations/raiBlocklists.d.ts.map +1 -1
  227. package/dist/commonjs/operations/raiBlocklists.js.map +1 -1
  228. package/dist/commonjs/operations/raiContentFilters.d.ts.map +1 -1
  229. package/dist/commonjs/operations/raiContentFilters.js +1 -5
  230. package/dist/commonjs/operations/raiContentFilters.js.map +1 -1
  231. package/dist/commonjs/operations/raiPolicies.d.ts.map +1 -1
  232. package/dist/commonjs/operations/raiPolicies.js.map +1 -1
  233. package/dist/commonjs/operations/resourceSkus.d.ts.map +1 -1
  234. package/dist/commonjs/operations/resourceSkus.js +1 -5
  235. package/dist/commonjs/operations/resourceSkus.js.map +1 -1
  236. package/dist/commonjs/operations/usages.d.ts.map +1 -1
  237. package/dist/commonjs/operations/usages.js +1 -5
  238. package/dist/commonjs/operations/usages.js.map +1 -1
  239. package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
  240. package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
  241. package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js +10 -0
  242. package/dist/commonjs/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
  243. package/dist/commonjs/operationsInterfaces/accountConnection.d.ts +45 -0
  244. package/dist/commonjs/operationsInterfaces/accountConnection.d.ts.map +1 -0
  245. package/dist/commonjs/operationsInterfaces/accountConnection.js +10 -0
  246. package/dist/commonjs/operationsInterfaces/accountConnection.js.map +1 -0
  247. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -1
  248. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -1
  249. package/dist/commonjs/operationsInterfaces/deletedAccounts.d.ts.map +1 -1
  250. package/dist/commonjs/operationsInterfaces/deletedAccounts.js.map +1 -1
  251. package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +1 -1
  252. package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -1
  253. package/dist/commonjs/operationsInterfaces/encryptionScopes.d.ts.map +1 -1
  254. package/dist/commonjs/operationsInterfaces/encryptionScopes.js.map +1 -1
  255. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  256. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  257. package/dist/commonjs/operationsInterfaces/index.js +5 -0
  258. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  259. package/dist/commonjs/operationsInterfaces/models.d.ts.map +1 -1
  260. package/dist/commonjs/operationsInterfaces/models.js.map +1 -1
  261. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  262. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  263. package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
  264. package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
  265. package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js +10 -0
  266. package/dist/commonjs/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
  267. package/dist/commonjs/operationsInterfaces/projectConnection.d.ts +50 -0
  268. package/dist/commonjs/operationsInterfaces/projectConnection.d.ts.map +1 -0
  269. package/dist/commonjs/operationsInterfaces/projectConnection.js +10 -0
  270. package/dist/commonjs/operationsInterfaces/projectConnection.js.map +1 -0
  271. package/dist/commonjs/operationsInterfaces/projects.d.ts +76 -0
  272. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  273. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  274. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  275. package/dist/commonjs/operationsInterfaces/raiBlocklists.d.ts.map +1 -1
  276. package/dist/commonjs/operationsInterfaces/raiBlocklists.js.map +1 -1
  277. package/dist/commonjs/operationsInterfaces/raiPolicies.d.ts.map +1 -1
  278. package/dist/commonjs/operationsInterfaces/raiPolicies.js.map +1 -1
  279. package/dist/commonjs/operationsInterfaces/resourceSkus.d.ts.map +1 -1
  280. package/dist/commonjs/operationsInterfaces/resourceSkus.js.map +1 -1
  281. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -1
  282. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -1
  283. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  284. package/dist/commonjs/pagingHelper.js.map +1 -1
  285. package/dist/esm/cognitiveServicesManagementClient.d.ts +6 -1
  286. package/dist/esm/cognitiveServicesManagementClient.d.ts.map +1 -1
  287. package/dist/esm/cognitiveServicesManagementClient.js +11 -12
  288. package/dist/esm/cognitiveServicesManagementClient.js.map +1 -1
  289. package/dist/esm/lroImpl.d.ts.map +1 -1
  290. package/dist/esm/lroImpl.js +7 -0
  291. package/dist/esm/lroImpl.js.map +1 -1
  292. package/dist/esm/models/index.d.ts +1007 -7
  293. package/dist/esm/models/index.d.ts.map +1 -1
  294. package/dist/esm/models/index.js +312 -0
  295. package/dist/esm/models/index.js.map +1 -1
  296. package/dist/esm/models/mappers.d.ts +52 -0
  297. package/dist/esm/models/mappers.d.ts.map +1 -1
  298. package/dist/esm/models/mappers.js +1035 -101
  299. package/dist/esm/models/mappers.js.map +1 -1
  300. package/dist/esm/models/parameters.d.ts +10 -0
  301. package/dist/esm/models/parameters.d.ts.map +1 -1
  302. package/dist/esm/models/parameters.js +87 -2
  303. package/dist/esm/models/parameters.js.map +1 -1
  304. package/dist/esm/operations/accountCapabilityHosts.d.ts +61 -0
  305. package/dist/esm/operations/accountCapabilityHosts.d.ts.map +1 -0
  306. package/dist/esm/operations/accountCapabilityHosts.js +242 -0
  307. package/dist/esm/operations/accountCapabilityHosts.js.map +1 -0
  308. package/dist/esm/operations/accountConnection.d.ts +70 -0
  309. package/dist/esm/operations/accountConnection.d.ts.map +1 -0
  310. package/dist/esm/operations/accountConnection.js +286 -0
  311. package/dist/esm/operations/accountConnection.js.map +1 -0
  312. package/dist/esm/operations/accounts.d.ts.map +1 -1
  313. package/dist/esm/operations/accounts.js +3 -11
  314. package/dist/esm/operations/accounts.js.map +1 -1
  315. package/dist/esm/operations/commitmentPlans.d.ts.map +1 -1
  316. package/dist/esm/operations/commitmentPlans.js +3 -11
  317. package/dist/esm/operations/commitmentPlans.js.map +1 -1
  318. package/dist/esm/operations/commitmentTiers.d.ts.map +1 -1
  319. package/dist/esm/operations/commitmentTiers.js +1 -5
  320. package/dist/esm/operations/commitmentTiers.js.map +1 -1
  321. package/dist/esm/operations/defenderForAISettings.d.ts.map +1 -1
  322. package/dist/esm/operations/defenderForAISettings.js.map +1 -1
  323. package/dist/esm/operations/deletedAccounts.d.ts.map +1 -1
  324. package/dist/esm/operations/deletedAccounts.js +2 -6
  325. package/dist/esm/operations/deletedAccounts.js.map +1 -1
  326. package/dist/esm/operations/deployments.d.ts.map +1 -1
  327. package/dist/esm/operations/deployments.js +1 -1
  328. package/dist/esm/operations/deployments.js.map +1 -1
  329. package/dist/esm/operations/encryptionScopes.d.ts.map +1 -1
  330. package/dist/esm/operations/encryptionScopes.js +1 -1
  331. package/dist/esm/operations/encryptionScopes.js.map +1 -1
  332. package/dist/esm/operations/index.d.ts +5 -0
  333. package/dist/esm/operations/index.d.ts.map +1 -1
  334. package/dist/esm/operations/index.js +5 -0
  335. package/dist/esm/operations/index.js.map +1 -1
  336. package/dist/esm/operations/locationBasedModelCapacities.d.ts.map +1 -1
  337. package/dist/esm/operations/locationBasedModelCapacities.js +1 -5
  338. package/dist/esm/operations/locationBasedModelCapacities.js.map +1 -1
  339. package/dist/esm/operations/modelCapacities.d.ts.map +1 -1
  340. package/dist/esm/operations/modelCapacities.js +1 -5
  341. package/dist/esm/operations/modelCapacities.js.map +1 -1
  342. package/dist/esm/operations/models.d.ts.map +1 -1
  343. package/dist/esm/operations/models.js +1 -5
  344. package/dist/esm/operations/models.js.map +1 -1
  345. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -1
  346. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +1 -1
  347. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
  348. package/dist/esm/operations/operations.d.ts.map +1 -1
  349. package/dist/esm/operations/operations.js.map +1 -1
  350. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  351. package/dist/esm/operations/privateEndpointConnections.js +1 -1
  352. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  353. package/dist/esm/operations/projectCapabilityHosts.d.ts +66 -0
  354. package/dist/esm/operations/projectCapabilityHosts.d.ts.map +1 -0
  355. package/dist/esm/operations/projectCapabilityHosts.js +263 -0
  356. package/dist/esm/operations/projectCapabilityHosts.js.map +1 -0
  357. package/dist/esm/operations/projectConnection.d.ts +77 -0
  358. package/dist/esm/operations/projectConnection.d.ts.map +1 -0
  359. package/dist/esm/operations/projectConnection.js +299 -0
  360. package/dist/esm/operations/projectConnection.js.map +1 -0
  361. package/dist/esm/operations/projects.d.ts +101 -0
  362. package/dist/esm/operations/projects.d.ts.map +1 -0
  363. package/dist/esm/operations/projects.js +438 -0
  364. package/dist/esm/operations/projects.js.map +1 -0
  365. package/dist/esm/operations/raiBlocklistItems.d.ts.map +1 -1
  366. package/dist/esm/operations/raiBlocklistItems.js +1 -1
  367. package/dist/esm/operations/raiBlocklistItems.js.map +1 -1
  368. package/dist/esm/operations/raiBlocklists.d.ts.map +1 -1
  369. package/dist/esm/operations/raiBlocklists.js +1 -1
  370. package/dist/esm/operations/raiBlocklists.js.map +1 -1
  371. package/dist/esm/operations/raiContentFilters.d.ts.map +1 -1
  372. package/dist/esm/operations/raiContentFilters.js +1 -5
  373. package/dist/esm/operations/raiContentFilters.js.map +1 -1
  374. package/dist/esm/operations/raiPolicies.d.ts.map +1 -1
  375. package/dist/esm/operations/raiPolicies.js +1 -1
  376. package/dist/esm/operations/raiPolicies.js.map +1 -1
  377. package/dist/esm/operations/resourceSkus.d.ts.map +1 -1
  378. package/dist/esm/operations/resourceSkus.js +1 -5
  379. package/dist/esm/operations/resourceSkus.js.map +1 -1
  380. package/dist/esm/operations/usages.d.ts.map +1 -1
  381. package/dist/esm/operations/usages.js +1 -5
  382. package/dist/esm/operations/usages.js.map +1 -1
  383. package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
  384. package/dist/esm/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
  385. package/dist/esm/operationsInterfaces/accountCapabilityHosts.js +9 -0
  386. package/dist/esm/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
  387. package/dist/esm/operationsInterfaces/accountConnection.d.ts +45 -0
  388. package/dist/esm/operationsInterfaces/accountConnection.d.ts.map +1 -0
  389. package/dist/esm/operationsInterfaces/accountConnection.js +9 -0
  390. package/dist/esm/operationsInterfaces/accountConnection.js.map +1 -0
  391. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -1
  392. package/dist/esm/operationsInterfaces/accounts.js.map +1 -1
  393. package/dist/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -1
  394. package/dist/esm/operationsInterfaces/deletedAccounts.js.map +1 -1
  395. package/dist/esm/operationsInterfaces/deployments.d.ts.map +1 -1
  396. package/dist/esm/operationsInterfaces/deployments.js.map +1 -1
  397. package/dist/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -1
  398. package/dist/esm/operationsInterfaces/encryptionScopes.js.map +1 -1
  399. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  400. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  401. package/dist/esm/operationsInterfaces/index.js +5 -0
  402. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  403. package/dist/esm/operationsInterfaces/models.d.ts.map +1 -1
  404. package/dist/esm/operationsInterfaces/models.js.map +1 -1
  405. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  406. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  407. package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
  408. package/dist/esm/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
  409. package/dist/esm/operationsInterfaces/projectCapabilityHosts.js +9 -0
  410. package/dist/esm/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
  411. package/dist/esm/operationsInterfaces/projectConnection.d.ts +50 -0
  412. package/dist/esm/operationsInterfaces/projectConnection.d.ts.map +1 -0
  413. package/dist/esm/operationsInterfaces/projectConnection.js +9 -0
  414. package/dist/esm/operationsInterfaces/projectConnection.js.map +1 -0
  415. package/dist/esm/operationsInterfaces/projects.d.ts +76 -0
  416. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  417. package/dist/esm/operationsInterfaces/projects.js +9 -0
  418. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  419. package/dist/esm/operationsInterfaces/raiBlocklists.d.ts.map +1 -1
  420. package/dist/esm/operationsInterfaces/raiBlocklists.js.map +1 -1
  421. package/dist/esm/operationsInterfaces/raiPolicies.d.ts.map +1 -1
  422. package/dist/esm/operationsInterfaces/raiPolicies.js.map +1 -1
  423. package/dist/esm/operationsInterfaces/resourceSkus.d.ts.map +1 -1
  424. package/dist/esm/operationsInterfaces/resourceSkus.js.map +1 -1
  425. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -1
  426. package/dist/esm/operationsInterfaces/usages.js.map +1 -1
  427. package/dist/esm/pagingHelper.d.ts.map +1 -1
  428. package/dist/esm/pagingHelper.js.map +1 -1
  429. package/dist/react-native/cognitiveServicesManagementClient.d.ts +6 -1
  430. package/dist/react-native/cognitiveServicesManagementClient.d.ts.map +1 -1
  431. package/dist/react-native/cognitiveServicesManagementClient.js +11 -12
  432. package/dist/react-native/cognitiveServicesManagementClient.js.map +1 -1
  433. package/dist/react-native/lroImpl.d.ts.map +1 -1
  434. package/dist/react-native/lroImpl.js +7 -0
  435. package/dist/react-native/lroImpl.js.map +1 -1
  436. package/dist/react-native/models/index.d.ts +1007 -7
  437. package/dist/react-native/models/index.d.ts.map +1 -1
  438. package/dist/react-native/models/index.js +312 -0
  439. package/dist/react-native/models/index.js.map +1 -1
  440. package/dist/react-native/models/mappers.d.ts +52 -0
  441. package/dist/react-native/models/mappers.d.ts.map +1 -1
  442. package/dist/react-native/models/mappers.js +1035 -101
  443. package/dist/react-native/models/mappers.js.map +1 -1
  444. package/dist/react-native/models/parameters.d.ts +10 -0
  445. package/dist/react-native/models/parameters.d.ts.map +1 -1
  446. package/dist/react-native/models/parameters.js +87 -2
  447. package/dist/react-native/models/parameters.js.map +1 -1
  448. package/dist/react-native/operations/accountCapabilityHosts.d.ts +61 -0
  449. package/dist/react-native/operations/accountCapabilityHosts.d.ts.map +1 -0
  450. package/dist/react-native/operations/accountCapabilityHosts.js +242 -0
  451. package/dist/react-native/operations/accountCapabilityHosts.js.map +1 -0
  452. package/dist/react-native/operations/accountConnection.d.ts +70 -0
  453. package/dist/react-native/operations/accountConnection.d.ts.map +1 -0
  454. package/dist/react-native/operations/accountConnection.js +286 -0
  455. package/dist/react-native/operations/accountConnection.js.map +1 -0
  456. package/dist/react-native/operations/accounts.d.ts.map +1 -1
  457. package/dist/react-native/operations/accounts.js +3 -11
  458. package/dist/react-native/operations/accounts.js.map +1 -1
  459. package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -1
  460. package/dist/react-native/operations/commitmentPlans.js +3 -11
  461. package/dist/react-native/operations/commitmentPlans.js.map +1 -1
  462. package/dist/react-native/operations/commitmentTiers.d.ts.map +1 -1
  463. package/dist/react-native/operations/commitmentTiers.js +1 -5
  464. package/dist/react-native/operations/commitmentTiers.js.map +1 -1
  465. package/dist/react-native/operations/defenderForAISettings.d.ts.map +1 -1
  466. package/dist/react-native/operations/defenderForAISettings.js.map +1 -1
  467. package/dist/react-native/operations/deletedAccounts.d.ts.map +1 -1
  468. package/dist/react-native/operations/deletedAccounts.js +2 -6
  469. package/dist/react-native/operations/deletedAccounts.js.map +1 -1
  470. package/dist/react-native/operations/deployments.d.ts.map +1 -1
  471. package/dist/react-native/operations/deployments.js +1 -1
  472. package/dist/react-native/operations/deployments.js.map +1 -1
  473. package/dist/react-native/operations/encryptionScopes.d.ts.map +1 -1
  474. package/dist/react-native/operations/encryptionScopes.js +1 -1
  475. package/dist/react-native/operations/encryptionScopes.js.map +1 -1
  476. package/dist/react-native/operations/index.d.ts +5 -0
  477. package/dist/react-native/operations/index.d.ts.map +1 -1
  478. package/dist/react-native/operations/index.js +5 -0
  479. package/dist/react-native/operations/index.js.map +1 -1
  480. package/dist/react-native/operations/locationBasedModelCapacities.d.ts.map +1 -1
  481. package/dist/react-native/operations/locationBasedModelCapacities.js +1 -5
  482. package/dist/react-native/operations/locationBasedModelCapacities.js.map +1 -1
  483. package/dist/react-native/operations/modelCapacities.d.ts.map +1 -1
  484. package/dist/react-native/operations/modelCapacities.js +1 -5
  485. package/dist/react-native/operations/modelCapacities.js.map +1 -1
  486. package/dist/react-native/operations/models.d.ts.map +1 -1
  487. package/dist/react-native/operations/models.js +1 -5
  488. package/dist/react-native/operations/models.js.map +1 -1
  489. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -1
  490. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +1 -1
  491. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
  492. package/dist/react-native/operations/operations.d.ts.map +1 -1
  493. package/dist/react-native/operations/operations.js.map +1 -1
  494. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  495. package/dist/react-native/operations/privateEndpointConnections.js +1 -1
  496. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  497. package/dist/react-native/operations/projectCapabilityHosts.d.ts +66 -0
  498. package/dist/react-native/operations/projectCapabilityHosts.d.ts.map +1 -0
  499. package/dist/react-native/operations/projectCapabilityHosts.js +263 -0
  500. package/dist/react-native/operations/projectCapabilityHosts.js.map +1 -0
  501. package/dist/react-native/operations/projectConnection.d.ts +77 -0
  502. package/dist/react-native/operations/projectConnection.d.ts.map +1 -0
  503. package/dist/react-native/operations/projectConnection.js +299 -0
  504. package/dist/react-native/operations/projectConnection.js.map +1 -0
  505. package/dist/react-native/operations/projects.d.ts +101 -0
  506. package/dist/react-native/operations/projects.d.ts.map +1 -0
  507. package/dist/react-native/operations/projects.js +438 -0
  508. package/dist/react-native/operations/projects.js.map +1 -0
  509. package/dist/react-native/operations/raiBlocklistItems.d.ts.map +1 -1
  510. package/dist/react-native/operations/raiBlocklistItems.js +1 -1
  511. package/dist/react-native/operations/raiBlocklistItems.js.map +1 -1
  512. package/dist/react-native/operations/raiBlocklists.d.ts.map +1 -1
  513. package/dist/react-native/operations/raiBlocklists.js +1 -1
  514. package/dist/react-native/operations/raiBlocklists.js.map +1 -1
  515. package/dist/react-native/operations/raiContentFilters.d.ts.map +1 -1
  516. package/dist/react-native/operations/raiContentFilters.js +1 -5
  517. package/dist/react-native/operations/raiContentFilters.js.map +1 -1
  518. package/dist/react-native/operations/raiPolicies.d.ts.map +1 -1
  519. package/dist/react-native/operations/raiPolicies.js +1 -1
  520. package/dist/react-native/operations/raiPolicies.js.map +1 -1
  521. package/dist/react-native/operations/resourceSkus.d.ts.map +1 -1
  522. package/dist/react-native/operations/resourceSkus.js +1 -5
  523. package/dist/react-native/operations/resourceSkus.js.map +1 -1
  524. package/dist/react-native/operations/usages.d.ts.map +1 -1
  525. package/dist/react-native/operations/usages.js +1 -5
  526. package/dist/react-native/operations/usages.js.map +1 -1
  527. package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts +53 -0
  528. package/dist/react-native/operationsInterfaces/accountCapabilityHosts.d.ts.map +1 -0
  529. package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js +9 -0
  530. package/dist/react-native/operationsInterfaces/accountCapabilityHosts.js.map +1 -0
  531. package/dist/react-native/operationsInterfaces/accountConnection.d.ts +45 -0
  532. package/dist/react-native/operationsInterfaces/accountConnection.d.ts.map +1 -0
  533. package/dist/react-native/operationsInterfaces/accountConnection.js +9 -0
  534. package/dist/react-native/operationsInterfaces/accountConnection.js.map +1 -0
  535. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -1
  536. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -1
  537. package/dist/react-native/operationsInterfaces/deletedAccounts.d.ts.map +1 -1
  538. package/dist/react-native/operationsInterfaces/deletedAccounts.js.map +1 -1
  539. package/dist/react-native/operationsInterfaces/deployments.d.ts.map +1 -1
  540. package/dist/react-native/operationsInterfaces/deployments.js.map +1 -1
  541. package/dist/react-native/operationsInterfaces/encryptionScopes.d.ts.map +1 -1
  542. package/dist/react-native/operationsInterfaces/encryptionScopes.js.map +1 -1
  543. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  544. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  545. package/dist/react-native/operationsInterfaces/index.js +5 -0
  546. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  547. package/dist/react-native/operationsInterfaces/models.d.ts.map +1 -1
  548. package/dist/react-native/operationsInterfaces/models.js.map +1 -1
  549. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  550. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  551. package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts +58 -0
  552. package/dist/react-native/operationsInterfaces/projectCapabilityHosts.d.ts.map +1 -0
  553. package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js +9 -0
  554. package/dist/react-native/operationsInterfaces/projectCapabilityHosts.js.map +1 -0
  555. package/dist/react-native/operationsInterfaces/projectConnection.d.ts +50 -0
  556. package/dist/react-native/operationsInterfaces/projectConnection.d.ts.map +1 -0
  557. package/dist/react-native/operationsInterfaces/projectConnection.js +9 -0
  558. package/dist/react-native/operationsInterfaces/projectConnection.js.map +1 -0
  559. package/dist/react-native/operationsInterfaces/projects.d.ts +76 -0
  560. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  561. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  562. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  563. package/dist/react-native/operationsInterfaces/raiBlocklists.d.ts.map +1 -1
  564. package/dist/react-native/operationsInterfaces/raiBlocklists.js.map +1 -1
  565. package/dist/react-native/operationsInterfaces/raiPolicies.d.ts.map +1 -1
  566. package/dist/react-native/operationsInterfaces/raiPolicies.js.map +1 -1
  567. package/dist/react-native/operationsInterfaces/resourceSkus.d.ts.map +1 -1
  568. package/dist/react-native/operationsInterfaces/resourceSkus.js.map +1 -1
  569. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -1
  570. package/dist/react-native/operationsInterfaces/usages.js.map +1 -1
  571. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  572. package/dist/react-native/pagingHelper.js.map +1 -1
  573. package/package.json +24 -24
  574. package/review/arm-cognitiveservices.api.md +731 -0
@@ -1,4 +1,5 @@
1
1
  import * as coreClient from "@azure/core-client";
2
+ export type ConnectionPropertiesV2Union = ConnectionPropertiesV2 | PATAuthTypeConnectionProperties | ManagedIdentityAuthTypeConnectionProperties | UsernamePasswordAuthTypeConnectionProperties | NoneAuthTypeConnectionProperties | SASAuthTypeConnectionProperties | AccountKeyAuthTypeConnectionProperties | ServicePrincipalAuthTypeConnectionProperties | AccessKeyAuthTypeConnectionProperties | ApiKeyAuthConnectionProperties | CustomKeysConnectionProperties | OAuth2AuthTypeConnectionProperties | AADAuthTypeConnectionProperties;
2
3
  /** The resource model definition representing SKU */
3
4
  export interface Sku {
4
5
  /** The name of the SKU. Ex - P3. It is typically a letter+number code */
@@ -101,7 +102,7 @@ export interface AccountProperties {
101
102
  encryption?: Encryption;
102
103
  /** The storage accounts for this resource. */
103
104
  userOwnedStorage?: UserOwnedStorage[];
104
- /** The user owned AML workspace properties. */
105
+ /** The user owned AML account properties. */
105
106
  amlWorkspace?: UserOwnedAmlWorkspace;
106
107
  /**
107
108
  * The private endpoint connection associated with the Cognitive Services account.
@@ -161,6 +162,14 @@ export interface AccountProperties {
161
162
  readonly abusePenalty?: AbusePenalty;
162
163
  /** Cognitive Services Rai Monitor Config. */
163
164
  raiMonitorConfig?: RaiMonitorConfig;
165
+ /** Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. */
166
+ networkInjections?: NetworkInjections;
167
+ /** Specifies whether this resource support project management as child resources, used as containers for access management, data isolation and cost in AI Foundry. */
168
+ allowProjectManagement?: boolean;
169
+ /** Specifies the project that is targeted when data plane endpoints are called without a project parameter. */
170
+ defaultProject?: string;
171
+ /** Specifies the projects that are associated with this resource. */
172
+ associatedProjects?: string[];
164
173
  }
165
174
  /** SkuCapability indicates the capability of a certain feature. */
166
175
  export interface SkuCapability {
@@ -226,11 +235,11 @@ export interface UserOwnedStorage {
226
235
  resourceId?: string;
227
236
  identityClientId?: string;
228
237
  }
229
- /** The user owned AML workspace for Cognitive Services account. */
238
+ /** The user owned AML account for Cognitive Services account. */
230
239
  export interface UserOwnedAmlWorkspace {
231
- /** Full resource id of a AML workspace resource. */
240
+ /** Full resource id of a AML account resource. */
232
241
  resourceId?: string;
233
- /** Identity Client id of a AML workspace resource. */
242
+ /** Identity Client id of a AML account resource. */
234
243
  identityClientId?: string;
235
244
  }
236
245
  /** Properties of the PrivateEndpointConnectProperties. */
@@ -370,6 +379,15 @@ export interface RaiMonitorConfig {
370
379
  /** The identity client Id to access the storage. */
371
380
  identityClientId?: string;
372
381
  }
382
+ /** Specifies in AI Foundry where virtual network injection occurs to secure scenarios like Agents entirely within the user's private network, eliminating public internet exposure while maintaining control over network configurations and resources. */
383
+ export interface NetworkInjections {
384
+ /** Specifies what features in AI Foundry network injection applies to. Currently only supports 'agent' for agent scenarios. 'none' means no network injection. */
385
+ scenario?: ScenarioType;
386
+ /** Specify the subnet for which your Agent Client is injected into. */
387
+ subnetArmId?: string;
388
+ /** Boolean to enable Microsoft Managed Network for subnet delegation */
389
+ useMicrosoftManagedNetwork?: boolean;
390
+ }
373
391
  /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
374
392
  export interface ErrorResponse {
375
393
  /** The error object. */
@@ -893,6 +911,8 @@ export interface DeploymentProperties {
893
911
  capacitySettings?: DeploymentCapacitySettings;
894
912
  /** The name of parent deployment. */
895
913
  parentDeploymentName?: string;
914
+ /** Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. */
915
+ spilloverDeploymentName?: string;
896
916
  }
897
917
  /** Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) */
898
918
  export interface DeploymentScaleSettings {
@@ -1022,7 +1042,7 @@ export interface RaiPolicyProperties {
1022
1042
  * NOTE: This property will not be serialized. It can only be populated by the server.
1023
1043
  */
1024
1044
  readonly type?: RaiPolicyType;
1025
- /** Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2024-10-01. It is the same as 'Deferred' in previous version. */
1045
+ /** Rai policy mode. The enum value mapping is as below: Default = 0, Deferred=1, Blocking=2, Asynchronous_filter =3. Please use 'Asynchronous_filter' after 2025-04-01-preview. It is the same as 'Deferred' in previous version. */
1026
1046
  mode?: RaiPolicyMode;
1027
1047
  /** Name of Rai policy. */
1028
1048
  basePolicyName?: string;
@@ -1211,6 +1231,149 @@ export interface DefenderForAISettingResult {
1211
1231
  /** The list of Defender for AI Settings. */
1212
1232
  value?: DefenderForAISetting[];
1213
1233
  }
1234
+ /** Properties of Cognitive Services Project'. */
1235
+ export interface ProjectProperties {
1236
+ /**
1237
+ * Gets the status of the cognitive services project at the time the operation was called.
1238
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1239
+ */
1240
+ readonly provisioningState?: ProvisioningState;
1241
+ /** The display name of the Cognitive Services Project. */
1242
+ displayName?: string;
1243
+ /** The description of the Cognitive Services Project. */
1244
+ description?: string;
1245
+ /**
1246
+ * The list of endpoint for this Cognitive Services Project.
1247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1248
+ */
1249
+ readonly endpoints?: {
1250
+ [propertyName: string]: string;
1251
+ };
1252
+ /**
1253
+ * Indicates whether the project is the default project for the account.
1254
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1255
+ */
1256
+ readonly isDefault?: boolean;
1257
+ }
1258
+ /** The list of cognitive services projects operation response. */
1259
+ export interface ProjectListResult {
1260
+ /** The link used to get the next page of projects. */
1261
+ nextLink?: string;
1262
+ /**
1263
+ * Gets the list of Cognitive Services projects and their properties.
1264
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1265
+ */
1266
+ readonly value?: Project[];
1267
+ }
1268
+ /** Connection property base schema. */
1269
+ export interface ConnectionPropertiesV2 {
1270
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1271
+ authType: "PAT" | "ManagedIdentity" | "UsernamePassword" | "None" | "SAS" | "AccountKey" | "ServicePrincipal" | "AccessKey" | "ApiKey" | "CustomKeys" | "OAuth2" | "AAD";
1272
+ /** Category of the connection */
1273
+ category?: ConnectionCategory;
1274
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
1275
+ readonly createdByWorkspaceArmId?: string;
1276
+ error?: string;
1277
+ expiryTime?: Date;
1278
+ /**
1279
+ * Group based on connection category
1280
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1281
+ */
1282
+ readonly group?: ConnectionGroup;
1283
+ isSharedToAll?: boolean;
1284
+ /** Store user metadata for this connection */
1285
+ metadata?: {
1286
+ [propertyName: string]: string;
1287
+ };
1288
+ peRequirement?: ManagedPERequirement;
1289
+ peStatus?: ManagedPEStatus;
1290
+ sharedUserList?: string[];
1291
+ target?: string;
1292
+ useWorkspaceManagedIdentity?: boolean;
1293
+ }
1294
+ /** The properties that the Cognitive services connection will be updated with. */
1295
+ export interface ConnectionUpdateContent {
1296
+ /** The properties that the Cognitive services connection will be updated with. */
1297
+ properties?: ConnectionPropertiesV2Union;
1298
+ }
1299
+ export interface ConnectionPropertiesV2BasicResourceArmPaginatedResult {
1300
+ nextLink?: string;
1301
+ value?: ConnectionPropertiesV2BasicResource[];
1302
+ }
1303
+ export interface ResourceBase {
1304
+ /** The asset description text. */
1305
+ description?: string;
1306
+ /** Tag dictionary. Tags can be added, removed, and updated. */
1307
+ tags?: {
1308
+ [propertyName: string]: string | null;
1309
+ };
1310
+ }
1311
+ export interface ConnectionPersonalAccessToken {
1312
+ pat?: string;
1313
+ }
1314
+ export interface ConnectionManagedIdentity {
1315
+ clientId?: string;
1316
+ resourceId?: string;
1317
+ }
1318
+ export interface ConnectionUsernamePassword {
1319
+ password?: string;
1320
+ /** Optional, required by connections like SalesForce for extra security in addition to UsernamePassword */
1321
+ securityToken?: string;
1322
+ username?: string;
1323
+ }
1324
+ export interface ConnectionSharedAccessSignature {
1325
+ sas?: string;
1326
+ }
1327
+ /** Account key object for connection credential. */
1328
+ export interface ConnectionAccountKey {
1329
+ key?: string;
1330
+ }
1331
+ export interface ConnectionServicePrincipal {
1332
+ clientId?: string;
1333
+ clientSecret?: string;
1334
+ tenantId?: string;
1335
+ }
1336
+ export interface ConnectionAccessKey {
1337
+ accessKeyId?: string;
1338
+ secretAccessKey?: string;
1339
+ }
1340
+ /** Api key object for connection credential. */
1341
+ export interface ConnectionApiKey {
1342
+ key?: string;
1343
+ }
1344
+ /** Custom Keys credential object */
1345
+ export interface CustomKeys {
1346
+ /** Dictionary of <string> */
1347
+ keys?: {
1348
+ [propertyName: string]: string;
1349
+ };
1350
+ }
1351
+ /**
1352
+ * ClientId and ClientSecret are required. Other properties are optional
1353
+ * depending on each OAuth2 provider's implementation.
1354
+ */
1355
+ export interface ConnectionOAuth2 {
1356
+ /** Required by Concur connection category */
1357
+ authUrl?: string;
1358
+ /** Client id in the format of UUID */
1359
+ clientId?: string;
1360
+ clientSecret?: string;
1361
+ /** Required by GoogleAdWords connection category */
1362
+ developerToken?: string;
1363
+ password?: string;
1364
+ /**
1365
+ * Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho
1366
+ * where user needs to get RefreshToken offline
1367
+ */
1368
+ refreshToken?: string;
1369
+ /** Required by QuickBooks and Xero connection categories */
1370
+ tenantId?: string;
1371
+ /**
1372
+ * Concur, ServiceNow auth server AccessToken grant type is 'Password'
1373
+ * which requires UsernamePassword
1374
+ */
1375
+ username?: string;
1376
+ }
1214
1377
  /** Properties to EncryptionScope */
1215
1378
  export interface EncryptionScopeProperties extends Encryption {
1216
1379
  /**
@@ -1237,6 +1400,11 @@ export interface PrivateLinkResource extends Resource {
1237
1400
  /** Resource properties. */
1238
1401
  properties?: PrivateLinkResourceProperties;
1239
1402
  }
1403
+ /** Connection base resource schema. */
1404
+ export interface ConnectionPropertiesV2BasicResource extends Resource {
1405
+ /** Connection property base schema. */
1406
+ properties: ConnectionPropertiesV2Union;
1407
+ }
1240
1408
  /** Cognitive Services account Model. */
1241
1409
  export interface AccountModel extends DeploymentModel {
1242
1410
  /** Properties of Cognitive Services account deployment model. */
@@ -1275,6 +1443,121 @@ export interface CustomBlocklistConfig extends RaiBlocklistConfig {
1275
1443
  /** Content source to apply the Content Filters. */
1276
1444
  source?: RaiPolicyContentSource;
1277
1445
  }
1446
+ export interface PATAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1447
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1448
+ authType: "PAT";
1449
+ credentials?: ConnectionPersonalAccessToken;
1450
+ }
1451
+ export interface ManagedIdentityAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1452
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1453
+ authType: "ManagedIdentity";
1454
+ credentials?: ConnectionManagedIdentity;
1455
+ }
1456
+ export interface UsernamePasswordAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1457
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1458
+ authType: "UsernamePassword";
1459
+ credentials?: ConnectionUsernamePassword;
1460
+ }
1461
+ export interface NoneAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1462
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1463
+ authType: "None";
1464
+ }
1465
+ export interface SASAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1466
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1467
+ authType: "SAS";
1468
+ credentials?: ConnectionSharedAccessSignature;
1469
+ }
1470
+ /** This connection type covers the account key connection for Azure storage */
1471
+ export interface AccountKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1472
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1473
+ authType: "AccountKey";
1474
+ /** Account key object for connection credential. */
1475
+ credentials?: ConnectionAccountKey;
1476
+ }
1477
+ export interface ServicePrincipalAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1478
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1479
+ authType: "ServicePrincipal";
1480
+ credentials?: ConnectionServicePrincipal;
1481
+ }
1482
+ export interface AccessKeyAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1483
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1484
+ authType: "AccessKey";
1485
+ credentials?: ConnectionAccessKey;
1486
+ }
1487
+ /**
1488
+ * This connection type covers the generic ApiKey auth connection categories, for examples:
1489
+ * AzureOpenAI:
1490
+ * Category:= AzureOpenAI
1491
+ * AuthType:= ApiKey (as type discriminator)
1492
+ * Credentials:= {ApiKey} as .ApiKey
1493
+ * Target:= {ApiBase}
1494
+ *
1495
+ * CognitiveService:
1496
+ * Category:= CognitiveService
1497
+ * AuthType:= ApiKey (as type discriminator)
1498
+ * Credentials:= {SubscriptionKey} as ApiKey
1499
+ * Target:= ServiceRegion={serviceRegion}
1500
+ *
1501
+ * CognitiveSearch:
1502
+ * Category:= CognitiveSearch
1503
+ * AuthType:= ApiKey (as type discriminator)
1504
+ * Credentials:= {Key} as ApiKey
1505
+ * Target:= {Endpoint}
1506
+ *
1507
+ * Use Metadata property bag for ApiType, ApiVersion, Kind and other metadata fields
1508
+ */
1509
+ export interface ApiKeyAuthConnectionProperties extends ConnectionPropertiesV2 {
1510
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1511
+ authType: "ApiKey";
1512
+ /** Api key object for connection credential. */
1513
+ credentials?: ConnectionApiKey;
1514
+ }
1515
+ /**
1516
+ * Category:= CustomKeys
1517
+ * AuthType:= CustomKeys (as type discriminator)
1518
+ * Credentials:= {CustomKeys} as CustomKeys
1519
+ * Target:= {any value}
1520
+ * Use Metadata property bag for ApiVersion and other metadata fields
1521
+ */
1522
+ export interface CustomKeysConnectionProperties extends ConnectionPropertiesV2 {
1523
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1524
+ authType: "CustomKeys";
1525
+ /** Custom Keys credential object */
1526
+ credentials?: CustomKeys;
1527
+ }
1528
+ export interface OAuth2AuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1529
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1530
+ authType: "OAuth2";
1531
+ /**
1532
+ * ClientId and ClientSecret are required. Other properties are optional
1533
+ * depending on each OAuth2 provider's implementation.
1534
+ */
1535
+ credentials?: ConnectionOAuth2;
1536
+ }
1537
+ /** This connection type covers the AAD auth for any applicable Azure service */
1538
+ export interface AADAuthTypeConnectionProperties extends ConnectionPropertiesV2 {
1539
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1540
+ authType: "AAD";
1541
+ }
1542
+ export interface CapabilityHostProperties extends ResourceBase {
1543
+ /** List of AI services connections. */
1544
+ aiServicesConnections?: string[];
1545
+ /** Kind of this capability host. */
1546
+ capabilityHostKind?: CapabilityHostKind;
1547
+ /** Customer subnet info to help set up this capability host. */
1548
+ customerSubnet?: string;
1549
+ /**
1550
+ * Provisioning state for the CapabilityHost.
1551
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1552
+ */
1553
+ readonly provisioningState?: CapabilityHostProvisioningState;
1554
+ /** List of Storage connections. */
1555
+ storageConnections?: string[];
1556
+ /** List of Thread storage connections. */
1557
+ threadStorageConnections?: string[];
1558
+ /** List of VectorStore connections. */
1559
+ vectorStoreConnections?: string[];
1560
+ }
1278
1561
  /** The Private Endpoint Connection resource. */
1279
1562
  export interface PrivateEndpointConnection extends AzureEntityResource {
1280
1563
  /** Resource properties. */
@@ -1309,6 +1592,24 @@ export interface Account extends AzureEntityResource {
1309
1592
  /** Properties of Cognitive Services account. */
1310
1593
  properties?: AccountProperties;
1311
1594
  }
1595
+ /** Cognitive Services project is an Azure resource representing the provisioned account's project, it's type, location and SKU. */
1596
+ export interface Project extends AzureEntityResource {
1597
+ /** Identity for the resource. */
1598
+ identity?: Identity;
1599
+ /**
1600
+ * Metadata pertaining to creation and last modification of the resource.
1601
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1602
+ */
1603
+ readonly systemData?: SystemData;
1604
+ /** Resource tags. */
1605
+ tags?: {
1606
+ [propertyName: string]: string;
1607
+ };
1608
+ /** The geo-location where the resource lives */
1609
+ location?: string;
1610
+ /** Properties of Cognitive Services project. */
1611
+ properties?: ProjectProperties;
1612
+ }
1312
1613
  export interface ModelCapacityListResultValueItem extends ProxyResource {
1313
1614
  /** The location of the Model Sku Capacity. */
1314
1615
  location?: string;
@@ -1485,6 +1786,11 @@ export interface DefenderForAISetting extends ProxyResource {
1485
1786
  /** Defender for AI state on the AI resource. */
1486
1787
  state?: DefenderForAISettingState;
1487
1788
  }
1789
+ /** Azure Resource Manager resource envelope. */
1790
+ export interface CapabilityHost extends ProxyResource {
1791
+ /** [Required] Additional attributes of the entity. */
1792
+ properties: CapabilityHostProperties;
1793
+ }
1488
1794
  /** Defines headers for Deployments_update operation. */
1489
1795
  export interface DeploymentsUpdateHeaders {
1490
1796
  location?: string;
@@ -1521,6 +1827,38 @@ export interface RaiBlocklistItemsDeleteHeaders {
1521
1827
  export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
1522
1828
  location?: string;
1523
1829
  }
1830
+ /** Defines headers for AccountCapabilityHosts_delete operation. */
1831
+ export interface AccountCapabilityHostsDeleteHeaders {
1832
+ /** Timeout for the client to use when polling the asynchronous operation. */
1833
+ xMsAsyncOperationTimeout?: string;
1834
+ /** URI to poll for asynchronous operation result. */
1835
+ location?: string;
1836
+ /** Duration the client should wait between requests, in seconds. */
1837
+ retryAfter?: number;
1838
+ }
1839
+ /** Defines headers for AccountCapabilityHosts_createOrUpdate operation. */
1840
+ export interface AccountCapabilityHostsCreateOrUpdateHeaders {
1841
+ /** Timeout for the client to use when polling the asynchronous operation. */
1842
+ xMsAsyncOperationTimeout?: string;
1843
+ /** URI to poll for asynchronous operation status. */
1844
+ azureAsyncOperation?: string;
1845
+ }
1846
+ /** Defines headers for ProjectCapabilityHosts_delete operation. */
1847
+ export interface ProjectCapabilityHostsDeleteHeaders {
1848
+ /** Timeout for the client to use when polling the asynchronous operation. */
1849
+ xMsAsyncOperationTimeout?: string;
1850
+ /** URI to poll for asynchronous operation result. */
1851
+ location?: string;
1852
+ /** Duration the client should wait between requests, in seconds. */
1853
+ retryAfter?: number;
1854
+ }
1855
+ /** Defines headers for ProjectCapabilityHosts_createOrUpdate operation. */
1856
+ export interface ProjectCapabilityHostsCreateOrUpdateHeaders {
1857
+ /** Timeout for the client to use when polling the asynchronous operation. */
1858
+ xMsAsyncOperationTimeout?: string;
1859
+ /** URI to poll for asynchronous operation status. */
1860
+ azureAsyncOperation?: string;
1861
+ }
1524
1862
  /** Known values of {@link SkuTier} that the service accepts. */
1525
1863
  export declare enum KnownSkuTier {
1526
1864
  /** Free */
@@ -1583,7 +1921,9 @@ export declare enum KnownProvisioningState {
1583
1921
  /** Succeeded */
1584
1922
  Succeeded = "Succeeded",
1585
1923
  /** ResolvingDNS */
1586
- ResolvingDNS = "ResolvingDNS"
1924
+ ResolvingDNS = "ResolvingDNS",
1925
+ /** Canceled */
1926
+ Canceled = "Canceled"
1587
1927
  }
1588
1928
  /**
1589
1929
  * Defines values for ProvisioningState. \
@@ -1596,7 +1936,8 @@ export declare enum KnownProvisioningState {
1596
1936
  * **Moving** \
1597
1937
  * **Failed** \
1598
1938
  * **Succeeded** \
1599
- * **ResolvingDNS**
1939
+ * **ResolvingDNS** \
1940
+ * **Canceled**
1600
1941
  */
1601
1942
  export type ProvisioningState = string;
1602
1943
  /** Known values of {@link NetworkRuleAction} that the service accepts. */
@@ -1739,6 +2080,22 @@ export declare enum KnownAbusePenaltyAction {
1739
2080
  * **Block**
1740
2081
  */
1741
2082
  export type AbusePenaltyAction = string;
2083
+ /** Known values of {@link ScenarioType} that the service accepts. */
2084
+ export declare enum KnownScenarioType {
2085
+ /** None */
2086
+ None = "none",
2087
+ /** Agent */
2088
+ Agent = "agent"
2089
+ }
2090
+ /**
2091
+ * Defines values for ScenarioType. \
2092
+ * {@link KnownScenarioType} can be used interchangeably with ScenarioType,
2093
+ * this enum contains the known values that the service supports.
2094
+ * ### Known values supported by the service
2095
+ * **none** \
2096
+ * **agent**
2097
+ */
2098
+ export type ScenarioType = string;
1742
2099
  /** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
1743
2100
  export declare enum KnownResourceSkuRestrictionsReasonCode {
1744
2101
  /** QuotaId */
@@ -2139,6 +2496,487 @@ export declare enum KnownDefenderForAISettingState {
2139
2496
  * **Enabled**
2140
2497
  */
2141
2498
  export type DefenderForAISettingState = string;
2499
+ /** Known values of {@link ConnectionAuthType} that the service accepts. */
2500
+ export declare enum KnownConnectionAuthType {
2501
+ /** PAT */
2502
+ PAT = "PAT",
2503
+ /** ManagedIdentity */
2504
+ ManagedIdentity = "ManagedIdentity",
2505
+ /** UsernamePassword */
2506
+ UsernamePassword = "UsernamePassword",
2507
+ /** None */
2508
+ None = "None",
2509
+ /** SAS */
2510
+ SAS = "SAS",
2511
+ /** AccountKey */
2512
+ AccountKey = "AccountKey",
2513
+ /** ServicePrincipal */
2514
+ ServicePrincipal = "ServicePrincipal",
2515
+ /** AccessKey */
2516
+ AccessKey = "AccessKey",
2517
+ /** ApiKey */
2518
+ ApiKey = "ApiKey",
2519
+ /** CustomKeys */
2520
+ CustomKeys = "CustomKeys",
2521
+ /** OAuth2 */
2522
+ OAuth2 = "OAuth2",
2523
+ /** AAD */
2524
+ AAD = "AAD"
2525
+ }
2526
+ /**
2527
+ * Defines values for ConnectionAuthType. \
2528
+ * {@link KnownConnectionAuthType} can be used interchangeably with ConnectionAuthType,
2529
+ * this enum contains the known values that the service supports.
2530
+ * ### Known values supported by the service
2531
+ * **PAT** \
2532
+ * **ManagedIdentity** \
2533
+ * **UsernamePassword** \
2534
+ * **None** \
2535
+ * **SAS** \
2536
+ * **AccountKey** \
2537
+ * **ServicePrincipal** \
2538
+ * **AccessKey** \
2539
+ * **ApiKey** \
2540
+ * **CustomKeys** \
2541
+ * **OAuth2** \
2542
+ * **AAD**
2543
+ */
2544
+ export type ConnectionAuthType = string;
2545
+ /** Known values of {@link ConnectionCategory} that the service accepts. */
2546
+ export declare enum KnownConnectionCategory {
2547
+ /** PythonFeed */
2548
+ PythonFeed = "PythonFeed",
2549
+ /** ContainerRegistry */
2550
+ ContainerRegistry = "ContainerRegistry",
2551
+ /** Git */
2552
+ Git = "Git",
2553
+ /** S3 */
2554
+ S3 = "S3",
2555
+ /** Snowflake */
2556
+ Snowflake = "Snowflake",
2557
+ /** AzureSqlDb */
2558
+ AzureSqlDb = "AzureSqlDb",
2559
+ /** AzureSynapseAnalytics */
2560
+ AzureSynapseAnalytics = "AzureSynapseAnalytics",
2561
+ /** AzureMySqlDb */
2562
+ AzureMySqlDb = "AzureMySqlDb",
2563
+ /** AzurePostgresDb */
2564
+ AzurePostgresDb = "AzurePostgresDb",
2565
+ /** AdlsGen2 */
2566
+ AdlsGen2 = "ADLSGen2",
2567
+ /** Redis */
2568
+ Redis = "Redis",
2569
+ /** ApiKey */
2570
+ ApiKey = "ApiKey",
2571
+ /** AzureOpenAI */
2572
+ AzureOpenAI = "AzureOpenAI",
2573
+ /** AIServices */
2574
+ AIServices = "AIServices",
2575
+ /** CognitiveSearch */
2576
+ CognitiveSearch = "CognitiveSearch",
2577
+ /** CognitiveService */
2578
+ CognitiveService = "CognitiveService",
2579
+ /** CustomKeys */
2580
+ CustomKeys = "CustomKeys",
2581
+ /** AzureBlob */
2582
+ AzureBlob = "AzureBlob",
2583
+ /** AzureOneLake */
2584
+ AzureOneLake = "AzureOneLake",
2585
+ /** CosmosDb */
2586
+ CosmosDb = "CosmosDb",
2587
+ /** CosmosDbMongoDbApi */
2588
+ CosmosDbMongoDbApi = "CosmosDbMongoDbApi",
2589
+ /** AzureDataExplorer */
2590
+ AzureDataExplorer = "AzureDataExplorer",
2591
+ /** AzureMariaDb */
2592
+ AzureMariaDb = "AzureMariaDb",
2593
+ /** AzureDatabricksDeltaLake */
2594
+ AzureDatabricksDeltaLake = "AzureDatabricksDeltaLake",
2595
+ /** AzureSqlMi */
2596
+ AzureSqlMi = "AzureSqlMi",
2597
+ /** AzureTableStorage */
2598
+ AzureTableStorage = "AzureTableStorage",
2599
+ /** AmazonRdsForOracle */
2600
+ AmazonRdsForOracle = "AmazonRdsForOracle",
2601
+ /** AmazonRdsForSqlServer */
2602
+ AmazonRdsForSqlServer = "AmazonRdsForSqlServer",
2603
+ /** AmazonRedshift */
2604
+ AmazonRedshift = "AmazonRedshift",
2605
+ /** Db2 */
2606
+ Db2 = "Db2",
2607
+ /** Drill */
2608
+ Drill = "Drill",
2609
+ /** GoogleBigQuery */
2610
+ GoogleBigQuery = "GoogleBigQuery",
2611
+ /** Greenplum */
2612
+ Greenplum = "Greenplum",
2613
+ /** Hbase */
2614
+ Hbase = "Hbase",
2615
+ /** Hive */
2616
+ Hive = "Hive",
2617
+ /** Impala */
2618
+ Impala = "Impala",
2619
+ /** Informix */
2620
+ Informix = "Informix",
2621
+ /** MariaDb */
2622
+ MariaDb = "MariaDb",
2623
+ /** MicrosoftAccess */
2624
+ MicrosoftAccess = "MicrosoftAccess",
2625
+ /** MySql */
2626
+ MySql = "MySql",
2627
+ /** Netezza */
2628
+ Netezza = "Netezza",
2629
+ /** Oracle */
2630
+ Oracle = "Oracle",
2631
+ /** Phoenix */
2632
+ Phoenix = "Phoenix",
2633
+ /** PostgreSql */
2634
+ PostgreSql = "PostgreSql",
2635
+ /** Presto */
2636
+ Presto = "Presto",
2637
+ /** SapOpenHub */
2638
+ SapOpenHub = "SapOpenHub",
2639
+ /** SapBw */
2640
+ SapBw = "SapBw",
2641
+ /** SapHana */
2642
+ SapHana = "SapHana",
2643
+ /** SapTable */
2644
+ SapTable = "SapTable",
2645
+ /** Spark */
2646
+ Spark = "Spark",
2647
+ /** SqlServer */
2648
+ SqlServer = "SqlServer",
2649
+ /** Sybase */
2650
+ Sybase = "Sybase",
2651
+ /** Teradata */
2652
+ Teradata = "Teradata",
2653
+ /** Vertica */
2654
+ Vertica = "Vertica",
2655
+ /** Pinecone */
2656
+ Pinecone = "Pinecone",
2657
+ /** Cassandra */
2658
+ Cassandra = "Cassandra",
2659
+ /** Couchbase */
2660
+ Couchbase = "Couchbase",
2661
+ /** MongoDbV2 */
2662
+ MongoDbV2 = "MongoDbV2",
2663
+ /** MongoDbAtlas */
2664
+ MongoDbAtlas = "MongoDbAtlas",
2665
+ /** AmazonS3Compatible */
2666
+ AmazonS3Compatible = "AmazonS3Compatible",
2667
+ /** FileServer */
2668
+ FileServer = "FileServer",
2669
+ /** FtpServer */
2670
+ FtpServer = "FtpServer",
2671
+ /** GoogleCloudStorage */
2672
+ GoogleCloudStorage = "GoogleCloudStorage",
2673
+ /** Hdfs */
2674
+ Hdfs = "Hdfs",
2675
+ /** OracleCloudStorage */
2676
+ OracleCloudStorage = "OracleCloudStorage",
2677
+ /** Sftp */
2678
+ Sftp = "Sftp",
2679
+ /** GenericHttp */
2680
+ GenericHttp = "GenericHttp",
2681
+ /** ODataRest */
2682
+ ODataRest = "ODataRest",
2683
+ /** Odbc */
2684
+ Odbc = "Odbc",
2685
+ /** GenericRest */
2686
+ GenericRest = "GenericRest",
2687
+ /** AmazonMws */
2688
+ AmazonMws = "AmazonMws",
2689
+ /** Concur */
2690
+ Concur = "Concur",
2691
+ /** Dynamics */
2692
+ Dynamics = "Dynamics",
2693
+ /** DynamicsAx */
2694
+ DynamicsAx = "DynamicsAx",
2695
+ /** DynamicsCrm */
2696
+ DynamicsCrm = "DynamicsCrm",
2697
+ /** GoogleAdWords */
2698
+ GoogleAdWords = "GoogleAdWords",
2699
+ /** Hubspot */
2700
+ Hubspot = "Hubspot",
2701
+ /** Jira */
2702
+ Jira = "Jira",
2703
+ /** Magento */
2704
+ Magento = "Magento",
2705
+ /** Marketo */
2706
+ Marketo = "Marketo",
2707
+ /** Office365 */
2708
+ Office365 = "Office365",
2709
+ /** Eloqua */
2710
+ Eloqua = "Eloqua",
2711
+ /** Responsys */
2712
+ Responsys = "Responsys",
2713
+ /** OracleServiceCloud */
2714
+ OracleServiceCloud = "OracleServiceCloud",
2715
+ /** PayPal */
2716
+ PayPal = "PayPal",
2717
+ /** QuickBooks */
2718
+ QuickBooks = "QuickBooks",
2719
+ /** Salesforce */
2720
+ Salesforce = "Salesforce",
2721
+ /** SalesforceServiceCloud */
2722
+ SalesforceServiceCloud = "SalesforceServiceCloud",
2723
+ /** SalesforceMarketingCloud */
2724
+ SalesforceMarketingCloud = "SalesforceMarketingCloud",
2725
+ /** SapCloudForCustomer */
2726
+ SapCloudForCustomer = "SapCloudForCustomer",
2727
+ /** SapEcc */
2728
+ SapEcc = "SapEcc",
2729
+ /** ServiceNow */
2730
+ ServiceNow = "ServiceNow",
2731
+ /** SharePointOnlineList */
2732
+ SharePointOnlineList = "SharePointOnlineList",
2733
+ /** Shopify */
2734
+ Shopify = "Shopify",
2735
+ /** Square */
2736
+ Square = "Square",
2737
+ /** WebTable */
2738
+ WebTable = "WebTable",
2739
+ /** Xero */
2740
+ Xero = "Xero",
2741
+ /** Zoho */
2742
+ Zoho = "Zoho",
2743
+ /** GenericContainerRegistry */
2744
+ GenericContainerRegistry = "GenericContainerRegistry",
2745
+ /** Elasticsearch */
2746
+ Elasticsearch = "Elasticsearch",
2747
+ /** OpenAI */
2748
+ OpenAI = "OpenAI",
2749
+ /** Serp */
2750
+ Serp = "Serp",
2751
+ /** BingLLMSearch */
2752
+ BingLLMSearch = "BingLLMSearch",
2753
+ /** Serverless */
2754
+ Serverless = "Serverless",
2755
+ /** ManagedOnlineEndpoint */
2756
+ ManagedOnlineEndpoint = "ManagedOnlineEndpoint"
2757
+ }
2758
+ /**
2759
+ * Defines values for ConnectionCategory. \
2760
+ * {@link KnownConnectionCategory} can be used interchangeably with ConnectionCategory,
2761
+ * this enum contains the known values that the service supports.
2762
+ * ### Known values supported by the service
2763
+ * **PythonFeed** \
2764
+ * **ContainerRegistry** \
2765
+ * **Git** \
2766
+ * **S3** \
2767
+ * **Snowflake** \
2768
+ * **AzureSqlDb** \
2769
+ * **AzureSynapseAnalytics** \
2770
+ * **AzureMySqlDb** \
2771
+ * **AzurePostgresDb** \
2772
+ * **ADLSGen2** \
2773
+ * **Redis** \
2774
+ * **ApiKey** \
2775
+ * **AzureOpenAI** \
2776
+ * **AIServices** \
2777
+ * **CognitiveSearch** \
2778
+ * **CognitiveService** \
2779
+ * **CustomKeys** \
2780
+ * **AzureBlob** \
2781
+ * **AzureOneLake** \
2782
+ * **CosmosDb** \
2783
+ * **CosmosDbMongoDbApi** \
2784
+ * **AzureDataExplorer** \
2785
+ * **AzureMariaDb** \
2786
+ * **AzureDatabricksDeltaLake** \
2787
+ * **AzureSqlMi** \
2788
+ * **AzureTableStorage** \
2789
+ * **AmazonRdsForOracle** \
2790
+ * **AmazonRdsForSqlServer** \
2791
+ * **AmazonRedshift** \
2792
+ * **Db2** \
2793
+ * **Drill** \
2794
+ * **GoogleBigQuery** \
2795
+ * **Greenplum** \
2796
+ * **Hbase** \
2797
+ * **Hive** \
2798
+ * **Impala** \
2799
+ * **Informix** \
2800
+ * **MariaDb** \
2801
+ * **MicrosoftAccess** \
2802
+ * **MySql** \
2803
+ * **Netezza** \
2804
+ * **Oracle** \
2805
+ * **Phoenix** \
2806
+ * **PostgreSql** \
2807
+ * **Presto** \
2808
+ * **SapOpenHub** \
2809
+ * **SapBw** \
2810
+ * **SapHana** \
2811
+ * **SapTable** \
2812
+ * **Spark** \
2813
+ * **SqlServer** \
2814
+ * **Sybase** \
2815
+ * **Teradata** \
2816
+ * **Vertica** \
2817
+ * **Pinecone** \
2818
+ * **Cassandra** \
2819
+ * **Couchbase** \
2820
+ * **MongoDbV2** \
2821
+ * **MongoDbAtlas** \
2822
+ * **AmazonS3Compatible** \
2823
+ * **FileServer** \
2824
+ * **FtpServer** \
2825
+ * **GoogleCloudStorage** \
2826
+ * **Hdfs** \
2827
+ * **OracleCloudStorage** \
2828
+ * **Sftp** \
2829
+ * **GenericHttp** \
2830
+ * **ODataRest** \
2831
+ * **Odbc** \
2832
+ * **GenericRest** \
2833
+ * **AmazonMws** \
2834
+ * **Concur** \
2835
+ * **Dynamics** \
2836
+ * **DynamicsAx** \
2837
+ * **DynamicsCrm** \
2838
+ * **GoogleAdWords** \
2839
+ * **Hubspot** \
2840
+ * **Jira** \
2841
+ * **Magento** \
2842
+ * **Marketo** \
2843
+ * **Office365** \
2844
+ * **Eloqua** \
2845
+ * **Responsys** \
2846
+ * **OracleServiceCloud** \
2847
+ * **PayPal** \
2848
+ * **QuickBooks** \
2849
+ * **Salesforce** \
2850
+ * **SalesforceServiceCloud** \
2851
+ * **SalesforceMarketingCloud** \
2852
+ * **SapCloudForCustomer** \
2853
+ * **SapEcc** \
2854
+ * **ServiceNow** \
2855
+ * **SharePointOnlineList** \
2856
+ * **Shopify** \
2857
+ * **Square** \
2858
+ * **WebTable** \
2859
+ * **Xero** \
2860
+ * **Zoho** \
2861
+ * **GenericContainerRegistry** \
2862
+ * **Elasticsearch** \
2863
+ * **OpenAI** \
2864
+ * **Serp** \
2865
+ * **BingLLMSearch** \
2866
+ * **Serverless** \
2867
+ * **ManagedOnlineEndpoint**
2868
+ */
2869
+ export type ConnectionCategory = string;
2870
+ /** Known values of {@link ConnectionGroup} that the service accepts. */
2871
+ export declare enum KnownConnectionGroup {
2872
+ /** Azure */
2873
+ Azure = "Azure",
2874
+ /** AzureAI */
2875
+ AzureAI = "AzureAI",
2876
+ /** Database */
2877
+ Database = "Database",
2878
+ /** NoSQL */
2879
+ NoSQL = "NoSQL",
2880
+ /** File */
2881
+ File = "File",
2882
+ /** GenericProtocol */
2883
+ GenericProtocol = "GenericProtocol",
2884
+ /** ServicesAndApps */
2885
+ ServicesAndApps = "ServicesAndApps"
2886
+ }
2887
+ /**
2888
+ * Defines values for ConnectionGroup. \
2889
+ * {@link KnownConnectionGroup} can be used interchangeably with ConnectionGroup,
2890
+ * this enum contains the known values that the service supports.
2891
+ * ### Known values supported by the service
2892
+ * **Azure** \
2893
+ * **AzureAI** \
2894
+ * **Database** \
2895
+ * **NoSQL** \
2896
+ * **File** \
2897
+ * **GenericProtocol** \
2898
+ * **ServicesAndApps**
2899
+ */
2900
+ export type ConnectionGroup = string;
2901
+ /** Known values of {@link ManagedPERequirement} that the service accepts. */
2902
+ export declare enum KnownManagedPERequirement {
2903
+ /** Required */
2904
+ Required = "Required",
2905
+ /** NotRequired */
2906
+ NotRequired = "NotRequired",
2907
+ /** NotApplicable */
2908
+ NotApplicable = "NotApplicable"
2909
+ }
2910
+ /**
2911
+ * Defines values for ManagedPERequirement. \
2912
+ * {@link KnownManagedPERequirement} can be used interchangeably with ManagedPERequirement,
2913
+ * this enum contains the known values that the service supports.
2914
+ * ### Known values supported by the service
2915
+ * **Required** \
2916
+ * **NotRequired** \
2917
+ * **NotApplicable**
2918
+ */
2919
+ export type ManagedPERequirement = string;
2920
+ /** Known values of {@link ManagedPEStatus} that the service accepts. */
2921
+ export declare enum KnownManagedPEStatus {
2922
+ /** Inactive */
2923
+ Inactive = "Inactive",
2924
+ /** Active */
2925
+ Active = "Active",
2926
+ /** NotApplicable */
2927
+ NotApplicable = "NotApplicable"
2928
+ }
2929
+ /**
2930
+ * Defines values for ManagedPEStatus. \
2931
+ * {@link KnownManagedPEStatus} can be used interchangeably with ManagedPEStatus,
2932
+ * this enum contains the known values that the service supports.
2933
+ * ### Known values supported by the service
2934
+ * **Inactive** \
2935
+ * **Active** \
2936
+ * **NotApplicable**
2937
+ */
2938
+ export type ManagedPEStatus = string;
2939
+ /** Known values of {@link CapabilityHostKind} that the service accepts. */
2940
+ export declare enum KnownCapabilityHostKind {
2941
+ /** Agents */
2942
+ Agents = "Agents"
2943
+ }
2944
+ /**
2945
+ * Defines values for CapabilityHostKind. \
2946
+ * {@link KnownCapabilityHostKind} can be used interchangeably with CapabilityHostKind,
2947
+ * this enum contains the known values that the service supports.
2948
+ * ### Known values supported by the service
2949
+ * **Agents**
2950
+ */
2951
+ export type CapabilityHostKind = string;
2952
+ /** Known values of {@link CapabilityHostProvisioningState} that the service accepts. */
2953
+ export declare enum KnownCapabilityHostProvisioningState {
2954
+ /** Succeeded */
2955
+ Succeeded = "Succeeded",
2956
+ /** Failed */
2957
+ Failed = "Failed",
2958
+ /** Canceled */
2959
+ Canceled = "Canceled",
2960
+ /** Creating */
2961
+ Creating = "Creating",
2962
+ /** Updating */
2963
+ Updating = "Updating",
2964
+ /** Deleting */
2965
+ Deleting = "Deleting"
2966
+ }
2967
+ /**
2968
+ * Defines values for CapabilityHostProvisioningState. \
2969
+ * {@link KnownCapabilityHostProvisioningState} can be used interchangeably with CapabilityHostProvisioningState,
2970
+ * this enum contains the known values that the service supports.
2971
+ * ### Known values supported by the service
2972
+ * **Succeeded** \
2973
+ * **Failed** \
2974
+ * **Canceled** \
2975
+ * **Creating** \
2976
+ * **Updating** \
2977
+ * **Deleting**
2978
+ */
2979
+ export type CapabilityHostProvisioningState = string;
2142
2980
  /** Defines values for ResourceIdentityType. */
2143
2981
  export type ResourceIdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
2144
2982
  /** Defines values for KeyName. */
@@ -2722,6 +3560,168 @@ export interface DefenderForAISettingsListNextOptionalParams extends coreClient.
2722
3560
  /** Contains response data for the listNext operation. */
2723
3561
  export type DefenderForAISettingsListNextResponse = DefenderForAISettingResult;
2724
3562
  /** Optional parameters. */
3563
+ export interface ProjectsCreateOptionalParams extends coreClient.OperationOptions {
3564
+ /** Delay to wait until next poll, in milliseconds. */
3565
+ updateIntervalInMs?: number;
3566
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3567
+ resumeFrom?: string;
3568
+ }
3569
+ /** Contains response data for the create operation. */
3570
+ export type ProjectsCreateResponse = Project;
3571
+ /** Optional parameters. */
3572
+ export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
3573
+ /** Delay to wait until next poll, in milliseconds. */
3574
+ updateIntervalInMs?: number;
3575
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3576
+ resumeFrom?: string;
3577
+ }
3578
+ /** Contains response data for the update operation. */
3579
+ export type ProjectsUpdateResponse = Project;
3580
+ /** Optional parameters. */
3581
+ export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
3582
+ /** Delay to wait until next poll, in milliseconds. */
3583
+ updateIntervalInMs?: number;
3584
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3585
+ resumeFrom?: string;
3586
+ }
3587
+ /** Optional parameters. */
3588
+ export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
3589
+ }
3590
+ /** Contains response data for the get operation. */
3591
+ export type ProjectsGetResponse = Project;
3592
+ /** Optional parameters. */
3593
+ export interface ProjectsListOptionalParams extends coreClient.OperationOptions {
3594
+ }
3595
+ /** Contains response data for the list operation. */
3596
+ export type ProjectsListResponse = ProjectListResult;
3597
+ /** Optional parameters. */
3598
+ export interface ProjectsListNextOptionalParams extends coreClient.OperationOptions {
3599
+ }
3600
+ /** Contains response data for the listNext operation. */
3601
+ export type ProjectsListNextResponse = ProjectListResult;
3602
+ /** Optional parameters. */
3603
+ export interface AccountConnectionDeleteOptionalParams extends coreClient.OperationOptions {
3604
+ }
3605
+ /** Optional parameters. */
3606
+ export interface AccountConnectionGetOptionalParams extends coreClient.OperationOptions {
3607
+ }
3608
+ /** Contains response data for the get operation. */
3609
+ export type AccountConnectionGetResponse = ConnectionPropertiesV2BasicResource;
3610
+ /** Optional parameters. */
3611
+ export interface AccountConnectionUpdateOptionalParams extends coreClient.OperationOptions {
3612
+ /** Parameters for account connection update. */
3613
+ body?: ConnectionUpdateContent;
3614
+ }
3615
+ /** Contains response data for the update operation. */
3616
+ export type AccountConnectionUpdateResponse = ConnectionPropertiesV2BasicResource;
3617
+ /** Optional parameters. */
3618
+ export interface AccountConnectionCreateOptionalParams extends coreClient.OperationOptions {
3619
+ /** The object for creating or updating a new account connection */
3620
+ body?: ConnectionPropertiesV2BasicResource;
3621
+ }
3622
+ /** Contains response data for the create operation. */
3623
+ export type AccountConnectionCreateResponse = ConnectionPropertiesV2BasicResource;
3624
+ /** Optional parameters. */
3625
+ export interface AccountConnectionListOptionalParams extends coreClient.OperationOptions {
3626
+ /** Target of the connection. */
3627
+ target?: string;
3628
+ /** Category of the connection. */
3629
+ category?: string;
3630
+ /** query parameter that indicates if get connection call should return both connections and datastores */
3631
+ includeAll?: boolean;
3632
+ }
3633
+ /** Contains response data for the list operation. */
3634
+ export type AccountConnectionListResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
3635
+ /** Optional parameters. */
3636
+ export interface AccountConnectionListNextOptionalParams extends coreClient.OperationOptions {
3637
+ }
3638
+ /** Contains response data for the listNext operation. */
3639
+ export type AccountConnectionListNextResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
3640
+ /** Optional parameters. */
3641
+ export interface ProjectConnectionDeleteOptionalParams extends coreClient.OperationOptions {
3642
+ }
3643
+ /** Optional parameters. */
3644
+ export interface ProjectConnectionGetOptionalParams extends coreClient.OperationOptions {
3645
+ }
3646
+ /** Contains response data for the get operation. */
3647
+ export type ProjectConnectionGetResponse = ConnectionPropertiesV2BasicResource;
3648
+ /** Optional parameters. */
3649
+ export interface ProjectConnectionUpdateOptionalParams extends coreClient.OperationOptions {
3650
+ /** Parameters for account connection update. */
3651
+ body?: ConnectionUpdateContent;
3652
+ }
3653
+ /** Contains response data for the update operation. */
3654
+ export type ProjectConnectionUpdateResponse = ConnectionPropertiesV2BasicResource;
3655
+ /** Optional parameters. */
3656
+ export interface ProjectConnectionCreateOptionalParams extends coreClient.OperationOptions {
3657
+ /** The object for creating or updating a new account connection */
3658
+ body?: ConnectionPropertiesV2BasicResource;
3659
+ }
3660
+ /** Contains response data for the create operation. */
3661
+ export type ProjectConnectionCreateResponse = ConnectionPropertiesV2BasicResource;
3662
+ /** Optional parameters. */
3663
+ export interface ProjectConnectionListOptionalParams extends coreClient.OperationOptions {
3664
+ /** Target of the connection. */
3665
+ target?: string;
3666
+ /** Category of the connection. */
3667
+ category?: string;
3668
+ /** query parameter that indicates if get connection call should return both connections and datastores */
3669
+ includeAll?: boolean;
3670
+ }
3671
+ /** Contains response data for the list operation. */
3672
+ export type ProjectConnectionListResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
3673
+ /** Optional parameters. */
3674
+ export interface ProjectConnectionListNextOptionalParams extends coreClient.OperationOptions {
3675
+ }
3676
+ /** Contains response data for the listNext operation. */
3677
+ export type ProjectConnectionListNextResponse = ConnectionPropertiesV2BasicResourceArmPaginatedResult;
3678
+ /** Optional parameters. */
3679
+ export interface AccountCapabilityHostsDeleteOptionalParams extends coreClient.OperationOptions {
3680
+ /** Delay to wait until next poll, in milliseconds. */
3681
+ updateIntervalInMs?: number;
3682
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3683
+ resumeFrom?: string;
3684
+ }
3685
+ /** Contains response data for the delete operation. */
3686
+ export type AccountCapabilityHostsDeleteResponse = AccountCapabilityHostsDeleteHeaders;
3687
+ /** Optional parameters. */
3688
+ export interface AccountCapabilityHostsGetOptionalParams extends coreClient.OperationOptions {
3689
+ }
3690
+ /** Contains response data for the get operation. */
3691
+ export type AccountCapabilityHostsGetResponse = CapabilityHost;
3692
+ /** Optional parameters. */
3693
+ export interface AccountCapabilityHostsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3694
+ /** Delay to wait until next poll, in milliseconds. */
3695
+ updateIntervalInMs?: number;
3696
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3697
+ resumeFrom?: string;
3698
+ }
3699
+ /** Contains response data for the createOrUpdate operation. */
3700
+ export type AccountCapabilityHostsCreateOrUpdateResponse = CapabilityHost;
3701
+ /** Optional parameters. */
3702
+ export interface ProjectCapabilityHostsDeleteOptionalParams extends coreClient.OperationOptions {
3703
+ /** Delay to wait until next poll, in milliseconds. */
3704
+ updateIntervalInMs?: number;
3705
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3706
+ resumeFrom?: string;
3707
+ }
3708
+ /** Contains response data for the delete operation. */
3709
+ export type ProjectCapabilityHostsDeleteResponse = ProjectCapabilityHostsDeleteHeaders;
3710
+ /** Optional parameters. */
3711
+ export interface ProjectCapabilityHostsGetOptionalParams extends coreClient.OperationOptions {
3712
+ }
3713
+ /** Contains response data for the get operation. */
3714
+ export type ProjectCapabilityHostsGetResponse = CapabilityHost;
3715
+ /** Optional parameters. */
3716
+ export interface ProjectCapabilityHostsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3717
+ /** Delay to wait until next poll, in milliseconds. */
3718
+ updateIntervalInMs?: number;
3719
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3720
+ resumeFrom?: string;
3721
+ }
3722
+ /** Contains response data for the createOrUpdate operation. */
3723
+ export type ProjectCapabilityHostsCreateOrUpdateResponse = CapabilityHost;
3724
+ /** Optional parameters. */
2725
3725
  export interface CognitiveServicesManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2726
3726
  /** server parameter */
2727
3727
  $host?: string;