@azure/arm-cognitiveservices 6.1.0 → 7.0.1-alpha.20211221.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 (249) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +4800 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/cognitiveServicesManagementClient.d.ts +42 -0
  9. package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
  11. package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1310 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +128 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +68 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +964 -1092
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +26 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +199 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/accounts.d.ts +138 -0
  33. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  34. package/dist-esm/src/operations/accounts.js +628 -0
  35. package/dist-esm/src/operations/accounts.js.map +1 -0
  36. package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
  37. package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
  38. package/dist-esm/src/operations/commitmentPlans.js +293 -0
  39. package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
  40. package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
  41. package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
  42. package/dist-esm/src/operations/commitmentTiers.js +132 -0
  43. package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
  44. package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
  45. package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
  46. package/dist-esm/src/operations/deletedAccounts.js +232 -0
  47. package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
  48. package/dist-esm/src/operations/deployments.d.ts +81 -0
  49. package/dist-esm/src/operations/deployments.d.ts.map +1 -0
  50. package/dist-esm/src/operations/deployments.js +331 -0
  51. package/dist-esm/src/operations/deployments.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +120 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
  61. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
  63. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  64. package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
  65. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  66. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  67. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  68. package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
  69. package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
  70. package/dist-esm/src/operations/resourceSkus.js +124 -0
  71. package/dist-esm/src/operations/resourceSkus.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
  73. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  74. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
  75. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
  77. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  78. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
  79. package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
  81. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
  82. package/{src/models/commitmentTiersMappers.ts → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -10
  83. package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
  85. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  86. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -2
  87. package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
  89. package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  93. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  95. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  97. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  101. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
  105. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
  109. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
  112. package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
  113. package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
  114. package/dist-esm/test/cognitiveservices_examples.js +127 -0
  115. package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
  116. package/package.json +65 -22
  117. package/review/arm-cognitiveservices.api.md +1150 -0
  118. package/rollup.config.js +181 -30
  119. package/src/cognitiveServicesManagementClient.ts +157 -153
  120. package/src/{models/resourceSkusMappers.ts → index.ts} +4 -9
  121. package/src/lroImpl.ts +34 -0
  122. package/src/models/index.ts +1063 -1831
  123. package/src/models/mappers.ts +1021 -1150
  124. package/src/models/parameters.ts +151 -54
  125. package/src/operations/accounts.ts +613 -497
  126. package/src/operations/commitmentPlans.ts +253 -203
  127. package/src/operations/commitmentTiers.ts +105 -80
  128. package/src/operations/deletedAccounts.ts +209 -161
  129. package/src/operations/deployments.ts +325 -193
  130. package/src/operations/index.ts +1 -2
  131. package/src/operations/operations.ts +85 -73
  132. package/src/operations/privateEndpointConnections.ts +257 -164
  133. package/src/operations/privateLinkResources.ts +37 -51
  134. package/src/operations/resourceSkus.ts +90 -76
  135. package/src/operationsInterfaces/accounts.ts +195 -0
  136. package/src/operationsInterfaces/commitmentPlans.ts +93 -0
  137. package/src/operationsInterfaces/commitmentTiers.ts +24 -0
  138. package/src/operationsInterfaces/deletedAccounts.ts +68 -0
  139. package/src/operationsInterfaces/deployments.ts +109 -0
  140. package/src/operationsInterfaces/index.ts +17 -0
  141. package/src/operationsInterfaces/operations.ts +22 -0
  142. package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
  143. package/src/operationsInterfaces/privateLinkResources.ts +27 -0
  144. package/src/operationsInterfaces/resourceSkus.ts +22 -0
  145. package/tsconfig.json +3 -3
  146. package/types/arm-cognitiveservices.d.ts +1860 -0
  147. package/types/tsdoc-metadata.json +11 -0
  148. package/dist/arm-cognitiveservices.js +0 -4713
  149. package/dist/arm-cognitiveservices.js.map +0 -1
  150. package/dist/arm-cognitiveservices.min.js +0 -1
  151. package/dist/arm-cognitiveservices.min.js.map +0 -1
  152. package/esm/cognitiveServicesManagementClient.d.ts +0 -80
  153. package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
  154. package/esm/cognitiveServicesManagementClient.js +0 -128
  155. package/esm/cognitiveServicesManagementClient.js.map +0 -1
  156. package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
  157. package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
  158. package/esm/cognitiveServicesManagementClientContext.js +0 -60
  159. package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
  160. package/esm/models/accountsMappers.d.ts +0 -2
  161. package/esm/models/accountsMappers.d.ts.map +0 -1
  162. package/esm/models/accountsMappers.js +0 -9
  163. package/esm/models/accountsMappers.js.map +0 -1
  164. package/esm/models/commitmentPlansMappers.d.ts +0 -2
  165. package/esm/models/commitmentPlansMappers.d.ts.map +0 -1
  166. package/esm/models/commitmentPlansMappers.js +0 -9
  167. package/esm/models/commitmentPlansMappers.js.map +0 -1
  168. package/esm/models/commitmentTiersMappers.d.ts +0 -2
  169. package/esm/models/commitmentTiersMappers.d.ts.map +0 -1
  170. package/esm/models/commitmentTiersMappers.js +0 -9
  171. package/esm/models/commitmentTiersMappers.js.map +0 -1
  172. package/esm/models/deletedAccountsMappers.d.ts +0 -2
  173. package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
  174. package/esm/models/deletedAccountsMappers.js +0 -9
  175. package/esm/models/deletedAccountsMappers.js.map +0 -1
  176. package/esm/models/deploymentsMappers.d.ts +0 -2
  177. package/esm/models/deploymentsMappers.d.ts.map +0 -1
  178. package/esm/models/deploymentsMappers.js +0 -9
  179. package/esm/models/deploymentsMappers.js.map +0 -1
  180. package/esm/models/index.d.ts +0 -2102
  181. package/esm/models/index.d.ts.map +0 -1
  182. package/esm/models/index.js.map +0 -1
  183. package/esm/models/mappers.d.ts +0 -71
  184. package/esm/models/mappers.d.ts.map +0 -1
  185. package/esm/models/mappers.js.map +0 -1
  186. package/esm/models/operationsMappers.d.ts +0 -2
  187. package/esm/models/operationsMappers.d.ts.map +0 -1
  188. package/esm/models/operationsMappers.js.map +0 -1
  189. package/esm/models/parameters.d.ts +0 -13
  190. package/esm/models/parameters.d.ts.map +0 -1
  191. package/esm/models/parameters.js +0 -137
  192. package/esm/models/parameters.js.map +0 -1
  193. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  194. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  195. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  196. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  197. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  198. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  199. package/esm/models/privateLinkResourcesMappers.js +0 -9
  200. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  201. package/esm/models/resourceSkusMappers.d.ts +0 -2
  202. package/esm/models/resourceSkusMappers.d.ts.map +0 -1
  203. package/esm/models/resourceSkusMappers.js +0 -9
  204. package/esm/models/resourceSkusMappers.js.map +0 -1
  205. package/esm/operations/accounts.d.ts +0 -245
  206. package/esm/operations/accounts.d.ts.map +0 -1
  207. package/esm/operations/accounts.js +0 -476
  208. package/esm/operations/accounts.js.map +0 -1
  209. package/esm/operations/commitmentPlans.d.ts +0 -130
  210. package/esm/operations/commitmentPlans.d.ts.map +0 -1
  211. package/esm/operations/commitmentPlans.js +0 -216
  212. package/esm/operations/commitmentPlans.js.map +0 -1
  213. package/esm/operations/commitmentTiers.d.ts +0 -49
  214. package/esm/operations/commitmentTiers.d.ts.map +0 -1
  215. package/esm/operations/commitmentTiers.js +0 -84
  216. package/esm/operations/commitmentTiers.js.map +0 -1
  217. package/esm/operations/deletedAccounts.d.ts +0 -89
  218. package/esm/operations/deletedAccounts.d.ts.map +0 -1
  219. package/esm/operations/deletedAccounts.js +0 -168
  220. package/esm/operations/deletedAccounts.js.map +0 -1
  221. package/esm/operations/deployments.d.ts +0 -115
  222. package/esm/operations/deployments.d.ts.map +0 -1
  223. package/esm/operations/deployments.js +0 -236
  224. package/esm/operations/deployments.js.map +0 -1
  225. package/esm/operations/index.d.ts.map +0 -1
  226. package/esm/operations/index.js.map +0 -1
  227. package/esm/operations/operations.d.ts +0 -46
  228. package/esm/operations/operations.d.ts.map +0 -1
  229. package/esm/operations/operations.js +0 -79
  230. package/esm/operations/operations.js.map +0 -1
  231. package/esm/operations/privateEndpointConnections.d.ts +0 -108
  232. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  233. package/esm/operations/privateEndpointConnections.js +0 -215
  234. package/esm/operations/privateEndpointConnections.js.map +0 -1
  235. package/esm/operations/privateLinkResources.d.ts +0 -34
  236. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  237. package/esm/operations/privateLinkResources.js +0 -57
  238. package/esm/operations/privateLinkResources.js.map +0 -1
  239. package/esm/operations/resourceSkus.d.ts +0 -46
  240. package/esm/operations/resourceSkus.d.ts.map +0 -1
  241. package/esm/operations/resourceSkus.js +0 -82
  242. package/esm/operations/resourceSkus.js.map +0 -1
  243. package/src/cognitiveServicesManagementClientContext.ts +0 -67
  244. package/src/models/accountsMappers.ts +0 -59
  245. package/src/models/commitmentPlansMappers.ts +0 -52
  246. package/src/models/deletedAccountsMappers.ts +0 -52
  247. package/src/models/deploymentsMappers.ts +0 -52
  248. package/src/models/privateEndpointConnectionsMappers.ts +0 -52
  249. package/src/models/privateLinkResourcesMappers.ts +0 -52
@@ -1 +0,0 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@azure/ms-rest-js"),require("@azure/ms-rest-azure-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-js","@azure/ms-rest-azure-js"],t):t(((e=e||self).Azure=e.Azure||{},e.Azure.ArmCognitiveservices={}),e.msRest,e.msRestAzure)}(this,function(e,t,n){"use strict";var a=function(e,t){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function r(e,t){function r(){this.constructor=e}a(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var i=function(){return(i=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},o=Object.freeze({__proto__:null}),s=n.CloudErrorMapper,m=n.BaseResourceMapper,p={serializedName:"Sku",type:{name:"Composite",className:"Sku",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},tier:{serializedName:"tier",type:{name:"String"}},size:{serializedName:"size",type:{name:"String"}},family:{serializedName:"family",type:{name:"String"}},capacity:{serializedName:"capacity",type:{name:"Number"}}}}},l={serializedName:"UserAssignedIdentity",type:{name:"Composite",className:"UserAssignedIdentity",modelProperties:{principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},clientId:{readOnly:!0,serializedName:"clientId",type:{name:"String"}}}}},u={serializedName:"Identity",type:{name:"Composite",className:"Identity",modelProperties:{type:{serializedName:"type",type:{name:"Enum",allowedValues:["None","SystemAssigned","UserAssigned","SystemAssigned, UserAssigned"]}},tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"String"}},principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},userAssignedIdentities:{serializedName:"userAssignedIdentities",type:{name:"Dictionary",value:{type:{name:"Composite",className:"UserAssignedIdentity"}}}}}}},d={serializedName:"systemData",type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},c={serializedName:"SkuCapability",type:{name:"Composite",className:"SkuCapability",modelProperties:{name:{serializedName:"name",type:{name:"String"}},value:{serializedName:"value",type:{name:"String"}}}}},y={serializedName:"SkuChangeInfo",type:{name:"Composite",className:"SkuChangeInfo",modelProperties:{countOfDowngrades:{serializedName:"countOfDowngrades",type:{name:"Number"}},countOfUpgradesAfterDowngrades:{serializedName:"countOfUpgradesAfterDowngrades",type:{name:"Number"}},lastChangeDate:{serializedName:"lastChangeDate",type:{name:"String"}}}}},N={serializedName:"IpRule",type:{name:"Composite",className:"IpRule",modelProperties:{value:{required:!0,serializedName:"value",type:{name:"String"}}}}},P={serializedName:"VirtualNetworkRule",type:{name:"Composite",className:"VirtualNetworkRule",modelProperties:{id:{required:!0,serializedName:"id",type:{name:"String"}},state:{serializedName:"state",type:{name:"String"}},ignoreMissingVnetServiceEndpoint:{serializedName:"ignoreMissingVnetServiceEndpoint",type:{name:"Boolean"}}}}},g={serializedName:"NetworkRuleSet",type:{name:"Composite",className:"NetworkRuleSet",modelProperties:{defaultAction:{serializedName:"defaultAction",type:{name:"String"}},ipRules:{serializedName:"ipRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"IpRule"}}}},virtualNetworkRules:{serializedName:"virtualNetworkRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"VirtualNetworkRule"}}}}}}},S={serializedName:"KeyVaultProperties",type:{name:"Composite",className:"KeyVaultProperties",modelProperties:{keyName:{serializedName:"keyName",type:{name:"String"}},keyVersion:{serializedName:"keyVersion",type:{name:"String"}},keyVaultUri:{serializedName:"keyVaultUri",type:{name:"String"}},identityClientId:{serializedName:"identityClientId",type:{name:"String"}}}}},z={serializedName:"Encryption",type:{name:"Composite",className:"Encryption",modelProperties:{keyVaultProperties:{serializedName:"keyVaultProperties",type:{name:"Composite",className:"KeyVaultProperties"}},keySource:{serializedName:"keySource",defaultValue:"Microsoft.KeyVault",type:{name:"String"}}}}},h={serializedName:"UserOwnedStorage",type:{name:"Composite",className:"UserOwnedStorage",modelProperties:{resourceId:{serializedName:"resourceId",type:{name:"String"}},identityClientId:{serializedName:"identityClientId",type:{name:"String"}}}}},C={serializedName:"PrivateEndpoint",type:{name:"Composite",className:"PrivateEndpoint",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}}}}},v={serializedName:"PrivateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState",modelProperties:{status:{serializedName:"status",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},actionsRequired:{serializedName:"actionsRequired",type:{name:"String"}}}}},R={serializedName:"PrivateEndpointConnectionProperties",type:{name:"Composite",className:"PrivateEndpointConnectionProperties",modelProperties:{privateEndpoint:{serializedName:"privateEndpoint",type:{name:"Composite",className:"PrivateEndpoint"}},privateLinkServiceConnectionState:{required:!0,serializedName:"privateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionState"}},provisioningState:{serializedName:"provisioningState",type:{name:"String"}},groupIds:{serializedName:"groupIds",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},b={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},k={serializedName:"AzureEntityResource",type:{name:"Composite",className:"AzureEntityResource",modelProperties:i(i({},b.type.modelProperties),{etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}}})}},f={serializedName:"PrivateEndpointConnection",type:{name:"Composite",className:"PrivateEndpointConnection",modelProperties:i(i({},k.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"PrivateEndpointConnectionProperties"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},location:{serializedName:"location",type:{name:"String"}}})}},M={serializedName:"ApiProperties",type:{name:"Composite",className:"ApiProperties",modelProperties:{qnaRuntimeEndpoint:{serializedName:"qnaRuntimeEndpoint",type:{name:"String"}},qnaAzureSearchEndpointKey:{serializedName:"qnaAzureSearchEndpointKey",type:{name:"String"}},qnaAzureSearchEndpointId:{serializedName:"qnaAzureSearchEndpointId",type:{name:"String"}},statisticsEnabled:{serializedName:"statisticsEnabled",type:{name:"Boolean"}},eventHubConnectionString:{serializedName:"eventHubConnectionString",constraints:{MaxLength:1e3,Pattern:/^( *)Endpoint=sb:\/\/(.*);( *)SharedAccessKeyName=(.*);( *)SharedAccessKey=(.*)$/},type:{name:"String"}},storageAccountConnectionString:{serializedName:"storageAccountConnectionString",constraints:{MaxLength:1e3,Pattern:/^(( *)DefaultEndpointsProtocol=(http|https)( *);( *))?AccountName=(.*)AccountKey=(.*)EndpointSuffix=(.*)$/},type:{name:"String"}},aadClientId:{serializedName:"aadClientId",constraints:{MaxLength:500},type:{name:"String"}},aadTenantId:{serializedName:"aadTenantId",constraints:{MaxLength:500},type:{name:"String"}},superUser:{serializedName:"superUser",constraints:{MaxLength:500},type:{name:"String"}},websiteName:{serializedName:"websiteName",constraints:{MaxLength:500},type:{name:"String"}}},additionalProperties:{type:{name:"Object"}}}},q={serializedName:"RequestMatchPattern",type:{name:"Composite",className:"RequestMatchPattern",modelProperties:{path:{serializedName:"path",type:{name:"String"}},method:{serializedName:"method",type:{name:"String"}}}}},E={serializedName:"ThrottlingRule",type:{name:"Composite",className:"ThrottlingRule",modelProperties:{key:{serializedName:"key",type:{name:"String"}},renewalPeriod:{serializedName:"renewalPeriod",type:{name:"Number"}},count:{serializedName:"count",type:{name:"Number"}},minCount:{serializedName:"minCount",type:{name:"Number"}},dynamicThrottlingEnabled:{serializedName:"dynamicThrottlingEnabled",type:{name:"Boolean"}},matchPatterns:{serializedName:"matchPatterns",type:{name:"Sequence",element:{type:{name:"Composite",className:"RequestMatchPattern"}}}}}}},L={serializedName:"CallRateLimit",type:{name:"Composite",className:"CallRateLimit",modelProperties:{count:{serializedName:"count",type:{name:"Number"}},renewalPeriod:{serializedName:"renewalPeriod",type:{name:"Number"}},rules:{serializedName:"rules",type:{name:"Sequence",element:{type:{name:"Composite",className:"ThrottlingRule"}}}}}}},O={serializedName:"QuotaLimit",type:{name:"Composite",className:"QuotaLimit",modelProperties:{count:{serializedName:"count",type:{name:"Number"}},renewalPeriod:{serializedName:"renewalPeriod",type:{name:"Number"}},rules:{serializedName:"rules",type:{name:"Sequence",element:{type:{name:"Composite",className:"ThrottlingRule"}}}}}}},A={serializedName:"AccountProperties",type:{name:"Composite",className:"AccountProperties",modelProperties:{provisioningState:{readOnly:!0,serializedName:"provisioningState",type:{name:"String"}},endpoint:{readOnly:!0,serializedName:"endpoint",type:{name:"String"}},internalId:{readOnly:!0,serializedName:"internalId",type:{name:"String"}},capabilities:{readOnly:!0,serializedName:"capabilities",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuCapability"}}}},isMigrated:{readOnly:!0,serializedName:"isMigrated",type:{name:"Boolean"}},migrationToken:{serializedName:"migrationToken",type:{name:"String"}},skuChangeInfo:{readOnly:!0,serializedName:"skuChangeInfo",type:{name:"Composite",className:"SkuChangeInfo"}},customSubDomainName:{serializedName:"customSubDomainName",type:{name:"String"}},networkAcls:{serializedName:"networkAcls",type:{name:"Composite",className:"NetworkRuleSet"}},encryption:{serializedName:"encryption",type:{name:"Composite",className:"Encryption"}},userOwnedStorage:{serializedName:"userOwnedStorage",type:{name:"Sequence",element:{type:{name:"Composite",className:"UserOwnedStorage"}}}},privateEndpointConnections:{readOnly:!0,serializedName:"privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},publicNetworkAccess:{serializedName:"publicNetworkAccess",type:{name:"String"}},apiProperties:{serializedName:"apiProperties",type:{name:"Composite",className:"ApiProperties",additionalProperties:{type:{name:"Object"}}}},dateCreated:{readOnly:!0,serializedName:"dateCreated",type:{name:"String"}},callRateLimit:{readOnly:!0,serializedName:"callRateLimit",type:{name:"Composite",className:"CallRateLimit"}},quotaLimit:{readOnly:!0,serializedName:"quotaLimit",type:{name:"Composite",className:"QuotaLimit"}},restrictOutboundNetworkAccess:{serializedName:"restrictOutboundNetworkAccess",type:{name:"Boolean"}},allowedFqdnList:{serializedName:"allowedFqdnList",type:{name:"Sequence",element:{type:{name:"String"}}}},disableLocalAuth:{serializedName:"disableLocalAuth",type:{name:"Boolean"}},endpoints:{readOnly:!0,serializedName:"endpoints",type:{name:"Dictionary",value:{type:{name:"String"}}}},restore:{serializedName:"restore",type:{name:"Boolean"}}}}},I={serializedName:"Account",type:{name:"Composite",className:"Account",modelProperties:i(i({},k.type.modelProperties),{kind:{serializedName:"kind",type:{name:"String"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}},identity:{serializedName:"identity",type:{name:"Composite",className:"Identity"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{serializedName:"location",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"AccountProperties"}}})}},D={serializedName:"ApiKeys",type:{name:"Composite",className:"ApiKeys",modelProperties:{key1:{serializedName:"key1",type:{name:"String"}},key2:{serializedName:"key2",type:{name:"String"}}}}},T={serializedName:"RegenerateKeyParameters",type:{name:"Composite",className:"RegenerateKeyParameters",modelProperties:{keyName:{required:!0,serializedName:"keyName",type:{name:"Enum",allowedValues:["Key1","Key2"]}}}}},G={serializedName:"AccountSku",type:{name:"Composite",className:"AccountSku",modelProperties:{resourceType:{serializedName:"resourceType",type:{name:"String"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}}}}},w={serializedName:"AccountSkuListResult",type:{name:"Composite",className:"AccountSkuListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"AccountSku"}}}}}}},U={serializedName:"MetricName",type:{name:"Composite",className:"MetricName",modelProperties:{value:{serializedName:"value",type:{name:"String"}},localizedValue:{serializedName:"localizedValue",type:{name:"String"}}}}},x={serializedName:"Usage",type:{name:"Composite",className:"Usage",modelProperties:{unit:{serializedName:"unit",type:{name:"String"}},name:{serializedName:"name",type:{name:"Composite",className:"MetricName"}},quotaPeriod:{serializedName:"quotaPeriod",type:{name:"String"}},limit:{serializedName:"limit",type:{name:"Number"}},currentValue:{serializedName:"currentValue",type:{name:"Number"}},nextResetTime:{serializedName:"nextResetTime",type:{name:"String"}},status:{serializedName:"status",type:{name:"String"}}}}},_={serializedName:"UsageListResult",type:{name:"Composite",className:"UsageListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Usage"}}}}}}},V={serializedName:"CheckSkuAvailabilityParameter",type:{name:"Composite",className:"CheckSkuAvailabilityParameter",modelProperties:{skus:{required:!0,serializedName:"skus",type:{name:"Sequence",element:{type:{name:"String"}}}},kind:{required:!0,serializedName:"kind",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}}}}},B={serializedName:"SkuAvailabilityListResult",type:{name:"Composite",className:"SkuAvailabilityListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"SkuAvailability"}}}}}}},K={serializedName:"CheckDomainAvailabilityParameter",type:{name:"Composite",className:"CheckDomainAvailabilityParameter",modelProperties:{subdomainName:{required:!0,serializedName:"subdomainName",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}},kind:{serializedName:"kind",type:{name:"String"}}}}},j={serializedName:"DomainAvailability",type:{name:"Composite",className:"DomainAvailability",modelProperties:{isSubdomainAvailable:{serializedName:"isSubdomainAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},subdomainName:{serializedName:"subdomainName",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}},kind:{serializedName:"kind",type:{name:"String"}}}}},Q={serializedName:"ResourceSkuRestrictionInfo",type:{name:"Composite",className:"ResourceSkuRestrictionInfo",modelProperties:{locations:{serializedName:"locations",type:{name:"Sequence",element:{type:{name:"String"}}}},zones:{serializedName:"zones",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},F={serializedName:"ResourceSkuRestrictions",type:{name:"Composite",className:"ResourceSkuRestrictions",modelProperties:{type:{serializedName:"type",type:{name:"Enum",allowedValues:["Location","Zone"]}},values:{serializedName:"values",type:{name:"Sequence",element:{type:{name:"String"}}}},restrictionInfo:{serializedName:"restrictionInfo",type:{name:"Composite",className:"ResourceSkuRestrictionInfo"}},reasonCode:{serializedName:"reasonCode",type:{name:"String"}}}}},Z={serializedName:"ResourceSku",type:{name:"Composite",className:"ResourceSku",modelProperties:{resourceType:{serializedName:"resourceType",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},tier:{serializedName:"tier",type:{name:"String"}},kind:{serializedName:"kind",type:{name:"String"}},locations:{serializedName:"locations",type:{name:"Sequence",element:{type:{name:"String"}}}},restrictions:{serializedName:"restrictions",type:{name:"Sequence",element:{type:{name:"Composite",className:"ResourceSkuRestrictions"}}}}}}},$={serializedName:"PrivateEndpointConnectionListResult",type:{name:"Composite",className:"PrivateEndpointConnectionListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}}}}},H={serializedName:"PrivateLinkResourceProperties",type:{name:"Composite",className:"PrivateLinkResourceProperties",modelProperties:{groupId:{readOnly:!0,serializedName:"groupId",type:{name:"String"}},requiredMembers:{readOnly:!0,serializedName:"requiredMembers",type:{name:"Sequence",element:{type:{name:"String"}}}},requiredZoneNames:{serializedName:"requiredZoneNames",type:{name:"Sequence",element:{type:{name:"String"}}}},displayName:{readOnly:!0,serializedName:"displayName",type:{name:"String"}}}}},J={serializedName:"PrivateLinkResource",type:{name:"Composite",className:"PrivateLinkResource",modelProperties:i(i({},b.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Composite",className:"PrivateLinkResourceProperties"}}})}},W={serializedName:"PrivateLinkResourceListResult",type:{name:"Composite",className:"PrivateLinkResourceListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateLinkResource"}}}}}}},X={serializedName:"DeploymentModel",type:{name:"Composite",className:"DeploymentModel",modelProperties:{format:{serializedName:"format",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},version:{serializedName:"version",type:{name:"String"}}}}},Y={serializedName:"DeploymentScaleSettings",type:{name:"Composite",className:"DeploymentScaleSettings",modelProperties:{scaleType:{serializedName:"scaleType",type:{name:"String"}},capacity:{serializedName:"capacity",type:{name:"Number"}}}}},ee={serializedName:"DeploymentProperties",type:{name:"Composite",className:"DeploymentProperties",modelProperties:{provisioningState:{readOnly:!0,serializedName:"provisioningState",type:{name:"String"}},model:{serializedName:"model",type:{name:"Composite",className:"DeploymentModel"}},scaleSettings:{serializedName:"scaleSettings",type:{name:"Composite",className:"DeploymentScaleSettings"}}}}},te={serializedName:"ProxyResource",type:{name:"Composite",className:"ProxyResource",modelProperties:i({},b.type.modelProperties)}},re={serializedName:"Deployment",type:{name:"Composite",className:"Deployment",modelProperties:i(i({},te.type.modelProperties),{systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"DeploymentProperties"}}})}},ae={serializedName:"CommitmentQuota",type:{name:"Composite",className:"CommitmentQuota",modelProperties:{quantity:{serializedName:"quantity",type:{name:"Number"}},unit:{serializedName:"unit",type:{name:"String"}}}}},ie={serializedName:"CommitmentCost",type:{name:"Composite",className:"CommitmentCost",modelProperties:{commitmentMeterId:{serializedName:"commitmentMeterId",type:{name:"String"}},overageMeterId:{serializedName:"overageMeterId",type:{name:"String"}}}}},ne={serializedName:"CommitmentTier",type:{name:"Composite",className:"CommitmentTier",modelProperties:{kind:{serializedName:"kind",type:{name:"String"}},skuName:{serializedName:"skuName",type:{name:"String"}},hostingModel:{serializedName:"hostingModel",type:{name:"String"}},planType:{serializedName:"planType",type:{name:"String"}},tier:{serializedName:"tier",type:{name:"String"}},maxCount:{serializedName:"maxCount",type:{name:"Number"}},quota:{serializedName:"quota",type:{name:"Composite",className:"CommitmentQuota"}},cost:{serializedName:"cost",type:{name:"Composite",className:"CommitmentCost"}}}}},oe={serializedName:"CommitmentPeriod",type:{name:"Composite",className:"CommitmentPeriod",modelProperties:{tier:{serializedName:"tier",type:{name:"String"}},count:{serializedName:"count",type:{name:"Number"}},quota:{readOnly:!0,serializedName:"quota",type:{name:"Composite",className:"CommitmentQuota"}},startDate:{readOnly:!0,serializedName:"startDate",type:{name:"String"}},endDate:{readOnly:!0,serializedName:"endDate",type:{name:"String"}}}}},se={serializedName:"CommitmentPlanProperties",type:{name:"Composite",className:"CommitmentPlanProperties",modelProperties:{hostingModel:{serializedName:"hostingModel",type:{name:"String"}},planType:{serializedName:"planType",type:{name:"String"}},current:{serializedName:"current",type:{name:"Composite",className:"CommitmentPeriod"}},autoRenew:{serializedName:"autoRenew",type:{name:"Boolean"}},next:{serializedName:"next",type:{name:"Composite",className:"CommitmentPeriod"}},last:{readOnly:!0,serializedName:"last",type:{name:"Composite",className:"CommitmentPeriod"}}}}},me={serializedName:"CommitmentPlan",type:{name:"Composite",className:"CommitmentPlan",modelProperties:i(i({},te.type.modelProperties),{systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}},etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"CommitmentPlanProperties"}}})}},pe={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:i(i({},b.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{required:!0,serializedName:"location",type:{name:"String"}}})}},le={serializedName:"ErrorAdditionalInfo",type:{name:"Composite",className:"ErrorAdditionalInfo",modelProperties:{type:{readOnly:!0,serializedName:"type",type:{name:"String"}},info:{readOnly:!0,serializedName:"info",type:{name:"Object"}}}}},ue={serializedName:"ErrorDetail",type:{name:"Composite",className:"ErrorDetail",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorDetail"}}}},additionalInfo:{readOnly:!0,serializedName:"additionalInfo",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorAdditionalInfo"}}}}}}},de={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{error:{serializedName:"error",type:{name:"Composite",className:"ErrorDetail"}}}}},ce={serializedName:"Operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{readOnly:!0,serializedName:"provider",type:{name:"String"}},resource:{readOnly:!0,serializedName:"resource",type:{name:"String"}},operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}},description:{readOnly:!0,serializedName:"description",type:{name:"String"}}}}},ye={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},isDataAction:{readOnly:!0,serializedName:"isDataAction",type:{name:"Boolean"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{readOnly:!0,serializedName:"origin",type:{name:"String"}},actionType:{readOnly:!0,serializedName:"actionType",type:{name:"String"}}}}},Ne={serializedName:"AccountListResult",type:{name:"Composite",className:"AccountListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Account"}}}}}}},Pe={serializedName:"ResourceSkuListResult",type:{name:"Composite",className:"ResourceSkuListResult",modelProperties:{value:{required:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ResourceSku"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ge={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Se={serializedName:"CommitmentTierListResult",type:{name:"Composite",className:"CommitmentTierListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CommitmentTier"}}}}}}},ze={serializedName:"DeploymentListResult",type:{name:"Composite",className:"DeploymentListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Deployment"}}}}}}},he={serializedName:"CommitmentPlanListResult",type:{name:"Composite",className:"CommitmentPlanListResult",modelProperties:{nextLink:{serializedName:"nextLink",type:{name:"String"}},value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CommitmentPlan"}}}}}}},Ce=Object.freeze({__proto__:null,CloudError:s,BaseResource:m,Sku:p,UserAssignedIdentity:l,Identity:u,SystemData:d,SkuCapability:c,SkuChangeInfo:y,IpRule:N,VirtualNetworkRule:P,NetworkRuleSet:g,KeyVaultProperties:S,Encryption:z,UserOwnedStorage:h,PrivateEndpoint:C,PrivateLinkServiceConnectionState:v,PrivateEndpointConnectionProperties:R,Resource:b,AzureEntityResource:k,PrivateEndpointConnection:f,ApiProperties:M,RequestMatchPattern:q,ThrottlingRule:E,CallRateLimit:L,QuotaLimit:O,AccountProperties:A,Account:I,ApiKeys:D,RegenerateKeyParameters:T,AccountSku:G,AccountSkuListResult:w,MetricName:U,Usage:x,UsageListResult:_,CheckSkuAvailabilityParameter:V,SkuAvailability:{serializedName:"SkuAvailability",type:{name:"Composite",className:"SkuAvailability",modelProperties:{kind:{serializedName:"kind",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}},skuName:{serializedName:"skuName",type:{name:"String"}},skuAvailable:{serializedName:"skuAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}}}}},SkuAvailabilityListResult:B,CheckDomainAvailabilityParameter:K,DomainAvailability:j,ResourceSkuRestrictionInfo:Q,ResourceSkuRestrictions:F,ResourceSku:Z,PrivateEndpointConnectionListResult:$,PrivateLinkResourceProperties:H,PrivateLinkResource:J,PrivateLinkResourceListResult:W,DeploymentModel:X,DeploymentScaleSettings:Y,DeploymentProperties:ee,ProxyResource:te,Deployment:re,CommitmentQuota:ae,CommitmentCost:ie,CommitmentTier:ne,CommitmentPeriod:oe,CommitmentPlanProperties:se,CommitmentPlan:me,TrackedResource:pe,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,OperationDisplay:ce,Operation:ye,AccountListResult:Ne,ResourceSkuListResult:Pe,OperationListResult:ge,CommitmentTierListResult:Se,DeploymentListResult:ze,CommitmentPlanListResult:he}),ve={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},Re={parameterPath:"accountName",mapper:{required:!0,serializedName:"accountName",constraints:{MaxLength:64,MinLength:2,Pattern:/^[a-zA-Z0-9][a-zA-Z0-9_.-]*$/},type:{name:"String"}}},be={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",constraints:{MinLength:1},type:{name:"String"}}},ke={parameterPath:"commitmentPlanName",mapper:{required:!0,serializedName:"commitmentPlanName",type:{name:"String"}}},fe={parameterPath:"deploymentName",mapper:{required:!0,serializedName:"deploymentName",type:{name:"String"}}},Me={parameterPath:"location",mapper:{required:!0,serializedName:"location",type:{name:"String"}}},qe={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},Ee={parameterPath:"privateEndpointConnectionName",mapper:{required:!0,serializedName:"privateEndpointConnectionName",type:{name:"String"}}},Le={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1},type:{name:"String"}}},s={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",constraints:{MinLength:1},type:{name:"String"}}},x=Object.freeze({__proto__:null,Account:I,AccountListResult:Ne,AccountProperties:A,AccountSku:G,AccountSkuListResult:w,ApiKeys:D,ApiProperties:M,AzureEntityResource:k,BaseResource:m,CallRateLimit:L,CommitmentPeriod:oe,CommitmentPlan:me,CommitmentPlanProperties:se,CommitmentQuota:ae,Deployment:re,DeploymentModel:X,DeploymentProperties:ee,DeploymentScaleSettings:Y,Encryption:z,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,Identity:u,IpRule:N,KeyVaultProperties:S,MetricName:U,NetworkRuleSet:g,PrivateEndpoint:C,PrivateEndpointConnection:f,PrivateEndpointConnectionProperties:R,PrivateLinkResource:J,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:v,ProxyResource:te,QuotaLimit:O,RegenerateKeyParameters:T,RequestMatchPattern:q,Resource:b,Sku:p,SkuCapability:c,SkuChangeInfo:y,SystemData:d,ThrottlingRule:E,TrackedResource:pe,Usage:x,UsageListResult:_,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:P}),Oe=(Ae.prototype.create=function(e,t,r,a){return this.beginCreate(e,t,r,a).then(function(e){return e.pollUntilFinished()})},Ae.prototype.update=function(e,t,r,a){return this.beginUpdate(e,t,r,a).then(function(e){return e.pollUntilFinished()})},Ae.prototype.deleteMethod=function(e,t,r){return this.beginDeleteMethod(e,t,r).then(function(e){return e.pollUntilFinished()})},Ae.prototype.get=function(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},Ie,a)},Ae.prototype.listByResourceGroup=function(e,t,r){return this.client.sendOperationRequest({resourceGroupName:e,options:t},De,r)},Ae.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},Te,t)},Ae.prototype.listKeys=function(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},Ge,a)},Ae.prototype.regenerateKey=function(e,t,r,a,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,keyName:r,options:a},we,i)},Ae.prototype.listSkus=function(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},Ue,a)},Ae.prototype.listUsages=function(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},xe,a)},Ae.prototype.beginCreate=function(e,t,r,a){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,account:r,options:a},_e,a)},Ae.prototype.beginUpdate=function(e,t,r,a){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,account:r,options:a},Ve,a)},Ae.prototype.beginDeleteMethod=function(e,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,options:r},Be,r)},Ae.prototype.listByResourceGroupNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Ke,r)},Ae.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},je,r)},Ae);function Ae(e){this.client=e}var x=new t.Serializer(x),Ie={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:I},default:{bodyMapper:de}},serializer:x},De={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts",urlParameters:[Le,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Ne},default:{bodyMapper:de}},serializer:x},Te={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts",urlParameters:[s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Ne},default:{bodyMapper:de}},serializer:x},Ge={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/listKeys",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:D},default:{bodyMapper:de}},serializer:x},we={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/regenerateKey",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],requestBody:{parameterPath:{keyName:"keyName"},mapper:i(i({},T),{required:!0})},responses:{200:{bodyMapper:D},default:{bodyMapper:de}},serializer:x},Ue={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/skus",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:w},default:{bodyMapper:de}},serializer:x},xe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/usages",urlParameters:[Le,Re,s],queryParameters:[be,{parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}}],headerParameters:[ve],responses:{200:{bodyMapper:_},default:{bodyMapper:de}},serializer:x},_e={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],requestBody:{parameterPath:"account",mapper:i(i({},I),{required:!0})},responses:{200:{bodyMapper:I},201:{bodyMapper:I},202:{bodyMapper:I},default:{bodyMapper:de}},serializer:x},Ve={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],requestBody:{parameterPath:"account",mapper:i(i({},I),{required:!0})},responses:{200:{bodyMapper:I},202:{bodyMapper:I},default:{bodyMapper:de}},serializer:x},Be={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{},202:{},204:{},default:{bodyMapper:de}},serializer:x},Ke={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[qe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Ne},default:{bodyMapper:de}},serializer:x},je={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[qe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Ne},default:{bodyMapper:de}},serializer:x},x=Object.freeze({__proto__:null,Account:I,AccountListResult:Ne,AccountProperties:A,ApiProperties:M,AzureEntityResource:k,BaseResource:m,CallRateLimit:L,CommitmentPeriod:oe,CommitmentPlan:me,CommitmentPlanProperties:se,CommitmentQuota:ae,Deployment:re,DeploymentModel:X,DeploymentProperties:ee,DeploymentScaleSettings:Y,Encryption:z,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,Identity:u,IpRule:N,KeyVaultProperties:S,NetworkRuleSet:g,PrivateEndpoint:C,PrivateEndpointConnection:f,PrivateEndpointConnectionProperties:R,PrivateLinkResource:J,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:v,ProxyResource:te,QuotaLimit:O,RequestMatchPattern:q,Resource:b,Sku:p,SkuCapability:c,SkuChangeInfo:y,SystemData:d,ThrottlingRule:E,TrackedResource:pe,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:P}),Qe=(Fe.prototype.get=function(e,t,r,a,i){return this.client.sendOperationRequest({location:e,resourceGroupName:t,accountName:r,options:a},Ze,i)},Fe.prototype.purge=function(e,t,r,a){return this.beginPurge(e,t,r,a).then(function(e){return e.pollUntilFinished()})},Fe.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},$e,t)},Fe.prototype.beginPurge=function(e,t,r,a){return this.client.sendLRORequest({location:e,resourceGroupName:t,accountName:r,options:a},He,a)},Fe.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},Je,r)},Fe);function Fe(e){this.client=e}var x=new t.Serializer(x),Ze={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}",urlParameters:[Me,Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:I},default:{bodyMapper:de}},serializer:x},$e={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/deletedAccounts",urlParameters:[s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Ne},default:{bodyMapper:de}},serializer:x},He={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}",urlParameters:[Me,Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{},202:{},204:{},default:{bodyMapper:de}},serializer:x},Je={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[qe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Ne},default:{bodyMapper:de}},serializer:x},F=Object.freeze({__proto__:null,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,ResourceSku:Z,ResourceSkuListResult:Pe,ResourceSkuRestrictionInfo:Q,ResourceSkuRestrictions:F}),We=(Xe.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},Ye,t)},Xe.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},et,r)},Xe);function Xe(e){this.client=e}var F=new t.Serializer(F),Ye={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus",urlParameters:[s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Pe},default:{bodyMapper:de}},serializer:F},et={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[qe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Pe},default:{bodyMapper:de}},serializer:F},ce=Object.freeze({__proto__:null,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,Operation:ye,OperationDisplay:ce,OperationListResult:ge}),tt=(rt.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},at,t)},rt.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},it,r)},rt);function rt(e){this.client=e}var ce=new t.Serializer(ce),at={httpMethod:"GET",path:"providers/Microsoft.CognitiveServices/operations",queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:ge},default:{bodyMapper:de}},serializer:ce},it={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[qe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:ge},default:{bodyMapper:de}},serializer:ce},ne=Object.freeze({__proto__:null,CommitmentCost:ie,CommitmentQuota:ae,CommitmentTier:ne,CommitmentTierListResult:Se,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de}),nt=(ot.prototype.list=function(e,t,r){return this.client.sendOperationRequest({location:e,options:t},st,r)},ot.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},mt,r)},ot);function ot(e){this.client=e}var ne=new t.Serializer(ne),st={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/commitmentTiers",urlParameters:[s,Me],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Se},default:{bodyMapper:de}},serializer:ne},mt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[qe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:Se},default:{bodyMapper:de}},serializer:ne},ne=Object.freeze({__proto__:null,Account:I,AccountProperties:A,ApiProperties:M,AzureEntityResource:k,BaseResource:m,CallRateLimit:L,CommitmentPeriod:oe,CommitmentPlan:me,CommitmentPlanProperties:se,CommitmentQuota:ae,Deployment:re,DeploymentModel:X,DeploymentProperties:ee,DeploymentScaleSettings:Y,Encryption:z,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,Identity:u,IpRule:N,KeyVaultProperties:S,NetworkRuleSet:g,PrivateEndpoint:C,PrivateEndpointConnection:f,PrivateEndpointConnectionListResult:$,PrivateEndpointConnectionProperties:R,PrivateLinkResource:J,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:v,ProxyResource:te,QuotaLimit:O,RequestMatchPattern:q,Resource:b,Sku:p,SkuCapability:c,SkuChangeInfo:y,SystemData:d,ThrottlingRule:E,TrackedResource:pe,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:P}),pt=(lt.prototype.list=function(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},ut,a)},lt.prototype.get=function(e,t,r,a,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:r,options:a},dt,i)},lt.prototype.createOrUpdate=function(e,t,r,a,i){return this.beginCreateOrUpdate(e,t,r,a,i).then(function(e){return e.pollUntilFinished()})},lt.prototype.deleteMethod=function(e,t,r,a){return this.beginDeleteMethod(e,t,r,a).then(function(e){return e.pollUntilFinished()})},lt.prototype.beginCreateOrUpdate=function(e,t,r,a,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:r,properties:a,options:i},ct,i)},lt.prototype.beginDeleteMethod=function(e,t,r,a){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,privateEndpointConnectionName:r,options:a},yt,a)},lt);function lt(e){this.client=e}var ne=new t.Serializer(ne),ut={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:$},default:{bodyMapper:de}},serializer:ne},dt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Le,Re,s,Ee],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:f},default:{bodyMapper:de}},serializer:ne},ct={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Le,Re,s,Ee],queryParameters:[be],headerParameters:[ve],requestBody:{parameterPath:"properties",mapper:i(i({},f),{required:!0})},responses:{200:{bodyMapper:f},202:{bodyMapper:f},default:{bodyMapper:de}},serializer:ne},yt={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Le,Re,s,Ee],queryParameters:[be],headerParameters:[ve],responses:{200:{},202:{},204:{},default:{bodyMapper:de}},serializer:ne},ne=Object.freeze({__proto__:null,Account:I,AccountProperties:A,ApiProperties:M,AzureEntityResource:k,BaseResource:m,CallRateLimit:L,CommitmentPeriod:oe,CommitmentPlan:me,CommitmentPlanProperties:se,CommitmentQuota:ae,Deployment:re,DeploymentModel:X,DeploymentProperties:ee,DeploymentScaleSettings:Y,Encryption:z,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,Identity:u,IpRule:N,KeyVaultProperties:S,NetworkRuleSet:g,PrivateEndpoint:C,PrivateEndpointConnection:f,PrivateEndpointConnectionProperties:R,PrivateLinkResource:J,PrivateLinkResourceListResult:W,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:v,ProxyResource:te,QuotaLimit:O,RequestMatchPattern:q,Resource:b,Sku:p,SkuCapability:c,SkuChangeInfo:y,SystemData:d,ThrottlingRule:E,TrackedResource:pe,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:P}),Nt=(Pt.prototype.list=function(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},gt,a)},Pt);function Pt(e){this.client=e}var gt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateLinkResources",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:W},default:{bodyMapper:de}},serializer:new t.Serializer(ne)},ne=Object.freeze({__proto__:null,Account:I,AccountProperties:A,ApiProperties:M,AzureEntityResource:k,BaseResource:m,CallRateLimit:L,CommitmentPeriod:oe,CommitmentPlan:me,CommitmentPlanProperties:se,CommitmentQuota:ae,Deployment:re,DeploymentListResult:ze,DeploymentModel:X,DeploymentProperties:ee,DeploymentScaleSettings:Y,Encryption:z,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,Identity:u,IpRule:N,KeyVaultProperties:S,NetworkRuleSet:g,PrivateEndpoint:C,PrivateEndpointConnection:f,PrivateEndpointConnectionProperties:R,PrivateLinkResource:J,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:v,ProxyResource:te,QuotaLimit:O,RequestMatchPattern:q,Resource:b,Sku:p,SkuCapability:c,SkuChangeInfo:y,SystemData:d,ThrottlingRule:E,TrackedResource:pe,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:P}),St=(zt.prototype.list=function(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},ht,a)},zt.prototype.get=function(e,t,r,a,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,deploymentName:r,options:a},Ct,i)},zt.prototype.createOrUpdate=function(e,t,r,a,i){return this.beginCreateOrUpdate(e,t,r,a,i).then(function(e){return e.pollUntilFinished()})},zt.prototype.deleteMethod=function(e,t,r,a){return this.beginDeleteMethod(e,t,r,a).then(function(e){return e.pollUntilFinished()})},zt.prototype.beginCreateOrUpdate=function(e,t,r,a,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,deploymentName:r,deployment:a,options:i},vt,i)},zt.prototype.beginDeleteMethod=function(e,t,r,a){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,deploymentName:r,options:a},Rt,a)},zt.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},bt,r)},zt);function zt(e){this.client=e}var ne=new t.Serializer(ne),ht={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:ze},default:{bodyMapper:de}},serializer:ne},Ct={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",urlParameters:[Le,Re,s,fe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:re},default:{bodyMapper:de}},serializer:ne},vt={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",urlParameters:[Le,Re,s,fe],queryParameters:[be],headerParameters:[ve],requestBody:{parameterPath:"deployment",mapper:i(i({},re),{required:!0})},responses:{200:{bodyMapper:re},201:{bodyMapper:re},default:{bodyMapper:de}},serializer:ne},Rt={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}",urlParameters:[Le,Re,s,fe],queryParameters:[be],headerParameters:[ve],responses:{200:{},202:{},204:{},default:{bodyMapper:de}},serializer:ne},bt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[qe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:ze},default:{bodyMapper:de}},serializer:ne},P=Object.freeze({__proto__:null,Account:I,AccountProperties:A,ApiProperties:M,AzureEntityResource:k,BaseResource:m,CallRateLimit:L,CommitmentPeriod:oe,CommitmentPlan:me,CommitmentPlanListResult:he,CommitmentPlanProperties:se,CommitmentQuota:ae,Deployment:re,DeploymentModel:X,DeploymentProperties:ee,DeploymentScaleSettings:Y,Encryption:z,ErrorAdditionalInfo:le,ErrorDetail:ue,ErrorResponse:de,Identity:u,IpRule:N,KeyVaultProperties:S,NetworkRuleSet:g,PrivateEndpoint:C,PrivateEndpointConnection:f,PrivateEndpointConnectionProperties:R,PrivateLinkResource:J,PrivateLinkResourceProperties:H,PrivateLinkServiceConnectionState:v,ProxyResource:te,QuotaLimit:O,RequestMatchPattern:q,Resource:b,Sku:p,SkuCapability:c,SkuChangeInfo:y,SystemData:d,ThrottlingRule:E,TrackedResource:pe,UserAssignedIdentity:l,UserOwnedStorage:h,VirtualNetworkRule:P}),kt=(ft.prototype.list=function(e,t,r,a){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,options:r},qt,a)},ft.prototype.get=function(e,t,r,a,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,commitmentPlanName:r,options:a},Et,i)},ft.prototype.createOrUpdate=function(e,t,r,a,i,n){return this.client.sendOperationRequest({resourceGroupName:e,accountName:t,commitmentPlanName:r,commitmentPlan:a,options:i},Lt,n)},ft.prototype.deleteMethod=function(e,t,r,a){return this.beginDeleteMethod(e,t,r,a).then(function(e){return e.pollUntilFinished()})},ft.prototype.beginDeleteMethod=function(e,t,r,a){return this.client.sendLRORequest({resourceGroupName:e,accountName:t,commitmentPlanName:r,options:a},Ot,a)},ft.prototype.listNext=function(e,t,r){return this.client.sendOperationRequest({nextPageLink:e,options:t},At,r)},ft);function ft(e){this.client=e}var Mt,P=new t.Serializer(P),qt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans",urlParameters:[Le,Re,s],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:he},default:{bodyMapper:de}},serializer:P},Et={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",urlParameters:[Le,Re,s,ke],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:me},default:{bodyMapper:de}},serializer:P},Lt={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",urlParameters:[Le,Re,s,ke],queryParameters:[be],headerParameters:[ve],requestBody:{parameterPath:"commitmentPlan",mapper:i(i({},me),{required:!0})},responses:{200:{bodyMapper:me},201:{bodyMapper:me},default:{bodyMapper:de}},serializer:P},Ot={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}",urlParameters:[Le,Re,s,ke],queryParameters:[be],headerParameters:[ve],responses:{200:{},202:{},204:{},default:{bodyMapper:de}},serializer:P},At={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[qe],queryParameters:[be],headerParameters:[ve],responses:{200:{bodyMapper:he},default:{bodyMapper:de}},serializer:P},he=(r(It,Mt=n.AzureServiceClient),It);function It(e,t,r){var a,i=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==t)throw new Error("'subscriptionId' cannot be null.");return(r=r||{}).userAgent||(a=n.getDefaultUserAgentValue(),r.userAgent="@azure/arm-cognitiveservices/6.1.0 "+a),(i=Mt.call(this,e,r)||this).apiVersion="2021-10-01",i.acceptLanguage="en-US",i.longRunningOperationRetryTimeout=30,i.baseUri=r.baseUri||i.baseUri||"https://management.azure.com",i.requestContentType="application/json; charset=utf-8",i.credentials=e,i.subscriptionId=t,null!==r.acceptLanguage&&void 0!==r.acceptLanguage&&(i.acceptLanguage=r.acceptLanguage),null!==r.longRunningOperationRetryTimeout&&void 0!==r.longRunningOperationRetryTimeout&&(i.longRunningOperationRetryTimeout=r.longRunningOperationRetryTimeout),i}var Dt,P=(r(Tt,Dt=he),Tt.prototype.checkSkuAvailability=function(e,t,r,a,i,n){return this.sendOperationRequest({location:e,skus:t,kind:r,type:a,options:i},Gt,n)},Tt.prototype.checkDomainAvailability=function(e,t,r,a){return this.sendOperationRequest({subdomainName:e,type:t,options:r},wt,a)},Tt);function Tt(e,t,r){r=Dt.call(this,e,t,r)||this;return r.accounts=new Oe(r),r.deletedAccounts=new Qe(r),r.resourceSkus=new We(r),r.operations=new tt(r),r.commitmentTiers=new nt(r),r.privateEndpointConnections=new pt(r),r.privateLinkResources=new Nt(r),r.deployments=new St(r),r.commitmentPlans=new kt(r),r}var t=new t.Serializer(Ce),Gt={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability",urlParameters:[s,Me],queryParameters:[be],headerParameters:[ve],requestBody:{parameterPath:{skus:"skus",kind:"kind",type:"type"},mapper:i(i({},V),{required:!0})},responses:{200:{bodyMapper:B},default:{bodyMapper:de}},serializer:t},wt={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability",urlParameters:[s],queryParameters:[be],headerParameters:[ve],requestBody:{parameterPath:{subdomainName:"subdomainName",type:"type",kind:["options","kind"]},mapper:i(i({},K),{required:!0})},responses:{200:{bodyMapper:j},default:{bodyMapper:de}},serializer:t};e.Accounts=Oe,e.CognitiveServicesManagementClient=P,e.CognitiveServicesManagementClientContext=he,e.CognitiveServicesManagementMappers=Ce,e.CognitiveServicesManagementModels=o,e.CommitmentPlans=kt,e.CommitmentTiers=nt,e.DeletedAccounts=Qe,e.Deployments=St,e.Operations=tt,e.PrivateEndpointConnections=pt,e.PrivateLinkResources=Nt,e.ResourceSkus=We,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/accounts.ts","../src/operations/deletedAccounts.ts","../src/operations/resourceSkus.ts","../src/operations/operations.ts","../src/operations/commitmentTiers.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/operations/deployments.ts","../src/operations/commitmentPlans.ts","../src/cognitiveServicesManagementClientContext.ts","../src/cognitiveServicesManagementClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","Sku","serializedName","type","name","className","modelProperties","required","tier","size","family","capacity","UserAssignedIdentity","principalId","readOnly","clientId","Identity","allowedValues","tenantId","userAssignedIdentities","value","SystemData","createdBy","createdByType","createdAt","lastModifiedBy","lastModifiedByType","lastModifiedAt","SkuCapability","SkuChangeInfo","countOfDowngrades","countOfUpgradesAfterDowngrades","lastChangeDate","IpRule","VirtualNetworkRule","id","state","ignoreMissingVnetServiceEndpoint","NetworkRuleSet","defaultAction","ipRules","element","virtualNetworkRules","KeyVaultProperties","keyName","keyVersion","keyVaultUri","identityClientId","Encryption","keyVaultProperties","keySource","defaultValue","UserOwnedStorage","resourceId","PrivateEndpoint","PrivateLinkServiceConnectionState","status","description","actionsRequired","PrivateEndpointConnectionProperties","privateEndpoint","privateLinkServiceConnectionState","provisioningState","groupIds","Resource","AzureEntityResource","etag","PrivateEndpointConnection","properties","systemData","location","ApiProperties","qnaRuntimeEndpoint","qnaAzureSearchEndpointKey","qnaAzureSearchEndpointId","statisticsEnabled","eventHubConnectionString","constraints","MaxLength","Pattern","storageAccountConnectionString","aadClientId","aadTenantId","superUser","websiteName","additionalProperties","RequestMatchPattern","path","method","ThrottlingRule","key","renewalPeriod","count","minCount","dynamicThrottlingEnabled","matchPatterns","CallRateLimit","rules","QuotaLimit","AccountProperties","endpoint","internalId","capabilities","isMigrated","migrationToken","skuChangeInfo","customSubDomainName","networkAcls","encryption","userOwnedStorage","privateEndpointConnections","publicNetworkAccess","apiProperties","dateCreated","callRateLimit","quotaLimit","restrictOutboundNetworkAccess","allowedFqdnList","disableLocalAuth","endpoints","restore","Account","kind","sku","identity","tags","ApiKeys","key1","key2","RegenerateKeyParameters","AccountSku","resourceType","AccountSkuListResult","MetricName","localizedValue","Usage","unit","quotaPeriod","limit","currentValue","nextResetTime","UsageListResult","CheckSkuAvailabilityParameter","skus","SkuAvailabilityListResult","CheckDomainAvailabilityParameter","subdomainName","DomainAvailability","isSubdomainAvailable","reason","ResourceSkuRestrictionInfo","locations","zones","ResourceSkuRestrictions","values","restrictionInfo","reasonCode","ResourceSku","restrictions","PrivateEndpointConnectionListResult","PrivateLinkResourceProperties","groupId","requiredMembers","requiredZoneNames","displayName","PrivateLinkResource","PrivateLinkResourceListResult","DeploymentModel","format","version","DeploymentScaleSettings","scaleType","DeploymentProperties","model","scaleSettings","ProxyResource","Deployment","CommitmentQuota","quantity","CommitmentCost","commitmentMeterId","overageMeterId","CommitmentTier","skuName","hostingModel","planType","maxCount","quota","cost","CommitmentPeriod","startDate","endDate","CommitmentPlanProperties","current","autoRenew","next","last","CommitmentPlan","TrackedResource","ErrorAdditionalInfo","info","ErrorDetail","code","message","target","details","additionalInfo","ErrorResponse","error","OperationDisplay","provider","resource","operation","Operation","isDataAction","display","origin","actionType","AccountListResult","nextLink","ResourceSkuListResult","OperationListResult","CommitmentTierListResult","DeploymentListResult","CommitmentPlanListResult","skuAvailable","acceptLanguage","parameterPath","mapper","accountName","MinLength","apiVersion","commitmentPlanName","deploymentName","nextPageLink","skipEncoding","privateEndpointConnectionName","resourceGroupName","subscriptionId","Accounts","account","options","beginCreate","then","lroPoller","pollUntilFinished","update","beginUpdate","deleteMethod","beginDeleteMethod","get","callback","client","sendOperationRequest","getOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","list","listOperationSpec","listKeys","listKeysOperationSpec","regenerateKey","regenerateKeyOperationSpec","listSkus","listSkusOperationSpec","listUsages","listUsagesOperationSpec","sendLRORequest","beginCreateOperationSpec","beginUpdateOperationSpec","beginDeleteMethodOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","listNext","listNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","urlParameters","Parameters.resourceGroupName","Parameters.accountName","Parameters.subscriptionId","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.Account","default","Mappers.ErrorResponse","Mappers.AccountListResult","Mappers.ApiKeys","requestBody","Mappers.RegenerateKeyParameters","Mappers.AccountSkuListResult","Mappers.UsageListResult","201","202","204","baseUrl","Parameters.nextPageLink","DeletedAccounts","purge","beginPurge","beginPurgeOperationSpec","Parameters.location","serializer$1","ResourceSkus","Mappers.ResourceSkuListResult","serializer$2","Operations","Mappers.OperationListResult","serializer$3","CommitmentTiers","Mappers.CommitmentTierListResult","serializer$4","PrivateEndpointConnections","createOrUpdate","beginCreateOrUpdate","beginCreateOrUpdateOperationSpec","Mappers.PrivateEndpointConnectionListResult","serializer$5","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","PrivateLinkResources","Mappers.PrivateLinkResourceListResult","Deployments","deployment","Mappers.DeploymentListResult","serializer$7","Parameters.deploymentName","Mappers.Deployment","CommitmentPlans","commitmentPlan","createOrUpdateOperationSpec","_super","Mappers.CommitmentPlanListResult","serializer$8","Parameters.commitmentPlanName","Mappers.CommitmentPlan","CognitiveServicesManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","CognitiveServicesManagementClient","checkSkuAvailability","checkSkuAvailabilityOperationSpec","checkDomainAvailability","checkDomainAvailabilityOperationSpec","accounts","operations.Accounts","deletedAccounts","operations.DeletedAccounts","resourceSkus","operations.ResourceSkus","operations","operations.Operations","commitmentTiers","operations.CommitmentTiers","operations.PrivateEndpointConnections","privateLinkResources","operations.PrivateLinkResources","deployments","operations.Deployments","commitmentPlans","operations.CommitmentPlans","Mappers.CheckSkuAvailabilityParameter","Mappers.SkuAvailabilityListResult","serializer$9","Mappers.CheckDomainAvailabilityParameter","Mappers.DomainAvailability"],"mappings":"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"}
@@ -1,80 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import { TokenCredential } from "@azure/core-auth";
3
- import * as Models from "./models";
4
- import * as Mappers from "./models/mappers";
5
- import * as operations from "./operations";
6
- import { CognitiveServicesManagementClientContext } from "./cognitiveServicesManagementClientContext";
7
- declare class CognitiveServicesManagementClient extends CognitiveServicesManagementClientContext {
8
- accounts: operations.Accounts;
9
- deletedAccounts: operations.DeletedAccounts;
10
- resourceSkus: operations.ResourceSkus;
11
- operations: operations.Operations;
12
- commitmentTiers: operations.CommitmentTiers;
13
- privateEndpointConnections: operations.PrivateEndpointConnections;
14
- privateLinkResources: operations.PrivateLinkResources;
15
- deployments: operations.Deployments;
16
- commitmentPlans: operations.CommitmentPlans;
17
- /**
18
- * Initializes a new instance of the CognitiveServicesManagementClient class.
19
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
20
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
21
- * more information about these credentials, see
22
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
23
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
24
- * @azure/ms-rest-browserauth are also supported.
25
- * @param subscriptionId The ID of the target subscription.
26
- * @param [options] The parameter options
27
- */
28
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.CognitiveServicesManagementClientOptions);
29
- /**
30
- * Check available SKUs.
31
- * @param location Resource location.
32
- * @param skus The SKU of the resource.
33
- * @param kind The Kind of the resource.
34
- * @param type The Type of the resource.
35
- * @param [options] The optional parameters
36
- * @returns Promise<Models.CheckSkuAvailabilityResponse>
37
- */
38
- checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options?: msRest.RequestOptionsBase): Promise<Models.CheckSkuAvailabilityResponse>;
39
- /**
40
- * @param location Resource location.
41
- * @param skus The SKU of the resource.
42
- * @param kind The Kind of the resource.
43
- * @param type The Type of the resource.
44
- * @param callback The callback
45
- */
46
- checkSkuAvailability(location: string, skus: string[], kind: string, type: string, callback: msRest.ServiceCallback<Models.SkuAvailabilityListResult>): void;
47
- /**
48
- * @param location Resource location.
49
- * @param skus The SKU of the resource.
50
- * @param kind The Kind of the resource.
51
- * @param type The Type of the resource.
52
- * @param options The optional parameters
53
- * @param callback The callback
54
- */
55
- checkSkuAvailability(location: string, skus: string[], kind: string, type: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SkuAvailabilityListResult>): void;
56
- /**
57
- * Check whether a domain is available.
58
- * @param subdomainName The subdomain name to use.
59
- * @param type The Type of the resource.
60
- * @param [options] The optional parameters
61
- * @returns Promise<Models.CheckDomainAvailabilityResponse>
62
- */
63
- checkDomainAvailability(subdomainName: string, type: string, options?: Models.CognitiveServicesManagementClientCheckDomainAvailabilityOptionalParams): Promise<Models.CheckDomainAvailabilityResponse>;
64
- /**
65
- * @param subdomainName The subdomain name to use.
66
- * @param type The Type of the resource.
67
- * @param callback The callback
68
- */
69
- checkDomainAvailability(subdomainName: string, type: string, callback: msRest.ServiceCallback<Models.DomainAvailability>): void;
70
- /**
71
- * @param subdomainName The subdomain name to use.
72
- * @param type The Type of the resource.
73
- * @param options The optional parameters
74
- * @param callback The callback
75
- */
76
- checkDomainAvailability(subdomainName: string, type: string, options: Models.CognitiveServicesManagementClientCheckDomainAvailabilityOptionalParams, callback: msRest.ServiceCallback<Models.DomainAvailability>): void;
77
- }
78
- export { CognitiveServicesManagementClient, CognitiveServicesManagementClientContext, Models as CognitiveServicesManagementModels, Mappers as CognitiveServicesManagementMappers };
79
- export * from "./operations";
80
- //# sourceMappingURL=cognitiveServicesManagementClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cognitiveServicesManagementClient.d.ts","sourceRoot":"","sources":["../src/cognitiveServicesManagementClient.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAE5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAGtG,cAAM,iCAAkC,SAAQ,wCAAwC;IAEtF,QAAQ,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC9B,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAClE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IACtD,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC;IACpC,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAE5C;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,wCAAwC;IAa7J;;;;;;;;OAQG;IACH,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,4BAA4B,CAAC;IACrK;;;;;;OAMG;IACH,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAC5J;;;;;;;OAOG;IACH,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAchM;;;;;;OAMG;IACH,uBAAuB,CAAC,aAAa,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,sEAAsE,GAAG,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IACtM;;;;OAIG;IACH,uBAAuB,CAAC,aAAa,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI;IAC/H;;;;;OAKG;IACH,uBAAuB,CAAC,aAAa,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,sEAAsE,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI;CAWxN;AA4ED,OAAO,EACL,iCAAiC,EACjC,wCAAwC,EACxC,MAAM,IAAI,iCAAiC,EAC3C,OAAO,IAAI,kCAAkC,EAC9C,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,128 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is
7
- * regenerated.
8
- */
9
- import { __assign, __extends } from "tslib";
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Models from "./models";
12
- import * as Mappers from "./models/mappers";
13
- import * as Parameters from "./models/parameters";
14
- import * as operations from "./operations";
15
- import { CognitiveServicesManagementClientContext } from "./cognitiveServicesManagementClientContext";
16
- var CognitiveServicesManagementClient = /** @class */ (function (_super) {
17
- __extends(CognitiveServicesManagementClient, _super);
18
- /**
19
- * Initializes a new instance of the CognitiveServicesManagementClient class.
20
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
21
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
22
- * more information about these credentials, see
23
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
24
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
25
- * @azure/ms-rest-browserauth are also supported.
26
- * @param subscriptionId The ID of the target subscription.
27
- * @param [options] The parameter options
28
- */
29
- function CognitiveServicesManagementClient(credentials, subscriptionId, options) {
30
- var _this = _super.call(this, credentials, subscriptionId, options) || this;
31
- _this.accounts = new operations.Accounts(_this);
32
- _this.deletedAccounts = new operations.DeletedAccounts(_this);
33
- _this.resourceSkus = new operations.ResourceSkus(_this);
34
- _this.operations = new operations.Operations(_this);
35
- _this.commitmentTiers = new operations.CommitmentTiers(_this);
36
- _this.privateEndpointConnections = new operations.PrivateEndpointConnections(_this);
37
- _this.privateLinkResources = new operations.PrivateLinkResources(_this);
38
- _this.deployments = new operations.Deployments(_this);
39
- _this.commitmentPlans = new operations.CommitmentPlans(_this);
40
- return _this;
41
- }
42
- CognitiveServicesManagementClient.prototype.checkSkuAvailability = function (location, skus, kind, type, options, callback) {
43
- return this.sendOperationRequest({
44
- location: location,
45
- skus: skus,
46
- kind: kind,
47
- type: type,
48
- options: options
49
- }, checkSkuAvailabilityOperationSpec, callback);
50
- };
51
- CognitiveServicesManagementClient.prototype.checkDomainAvailability = function (subdomainName, type, options, callback) {
52
- return this.sendOperationRequest({
53
- subdomainName: subdomainName,
54
- type: type,
55
- options: options
56
- }, checkDomainAvailabilityOperationSpec, callback);
57
- };
58
- return CognitiveServicesManagementClient;
59
- }(CognitiveServicesManagementClientContext));
60
- // Operation Specifications
61
- var serializer = new msRest.Serializer(Mappers);
62
- var checkSkuAvailabilityOperationSpec = {
63
- httpMethod: "POST",
64
- path: "subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability",
65
- urlParameters: [
66
- Parameters.subscriptionId,
67
- Parameters.location
68
- ],
69
- queryParameters: [
70
- Parameters.apiVersion
71
- ],
72
- headerParameters: [
73
- Parameters.acceptLanguage
74
- ],
75
- requestBody: {
76
- parameterPath: {
77
- skus: "skus",
78
- kind: "kind",
79
- type: "type"
80
- },
81
- mapper: __assign(__assign({}, Mappers.CheckSkuAvailabilityParameter), { required: true })
82
- },
83
- responses: {
84
- 200: {
85
- bodyMapper: Mappers.SkuAvailabilityListResult
86
- },
87
- default: {
88
- bodyMapper: Mappers.ErrorResponse
89
- }
90
- },
91
- serializer: serializer
92
- };
93
- var checkDomainAvailabilityOperationSpec = {
94
- httpMethod: "POST",
95
- path: "subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability",
96
- urlParameters: [
97
- Parameters.subscriptionId
98
- ],
99
- queryParameters: [
100
- Parameters.apiVersion
101
- ],
102
- headerParameters: [
103
- Parameters.acceptLanguage
104
- ],
105
- requestBody: {
106
- parameterPath: {
107
- subdomainName: "subdomainName",
108
- type: "type",
109
- kind: [
110
- "options",
111
- "kind"
112
- ]
113
- },
114
- mapper: __assign(__assign({}, Mappers.CheckDomainAvailabilityParameter), { required: true })
115
- },
116
- responses: {
117
- 200: {
118
- bodyMapper: Mappers.DomainAvailability
119
- },
120
- default: {
121
- bodyMapper: Mappers.ErrorResponse
122
- }
123
- },
124
- serializer: serializer
125
- };
126
- export { CognitiveServicesManagementClient, CognitiveServicesManagementClientContext, Models as CognitiveServicesManagementModels, Mappers as CognitiveServicesManagementMappers };
127
- export * from "./operations";
128
- //# sourceMappingURL=cognitiveServicesManagementClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cognitiveServicesManagementClient.js","sourceRoot":"","sources":["../src/cognitiveServicesManagementClient.ts"],"names":[],"mappings":"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"}
@@ -1,22 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import * as msRestAzure from "@azure/ms-rest-azure-js";
4
- import { TokenCredential } from "@azure/core-auth";
5
- export declare class CognitiveServicesManagementClientContext extends msRestAzure.AzureServiceClient {
6
- credentials: msRest.ServiceClientCredentials | TokenCredential;
7
- subscriptionId: string;
8
- apiVersion?: string;
9
- /**
10
- * Initializes a new instance of the CognitiveServicesManagementClient class.
11
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
12
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
13
- * more information about these credentials, see
14
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
15
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
16
- * @azure/ms-rest-browserauth are also supported.
17
- * @param subscriptionId The ID of the target subscription.
18
- * @param [options] The parameter options
19
- */
20
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.CognitiveServicesManagementClientOptions);
21
- }
22
- //# sourceMappingURL=cognitiveServicesManagementClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cognitiveServicesManagementClientContext.d.ts","sourceRoot":"","sources":["../src/cognitiveServicesManagementClientContext.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKnD,qBAAa,wCAAyC,SAAQ,WAAW,CAAC,kBAAkB;IAC1F,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,wCAAwC;CAiC9J"}
@@ -1,60 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is
7
- * regenerated.
8
- */
9
- import { __extends } from "tslib";
10
- import * as msRestAzure from "@azure/ms-rest-azure-js";
11
- var packageName = "@azure/arm-cognitiveservices";
12
- var packageVersion = "6.1.0";
13
- var CognitiveServicesManagementClientContext = /** @class */ (function (_super) {
14
- __extends(CognitiveServicesManagementClientContext, _super);
15
- /**
16
- * Initializes a new instance of the CognitiveServicesManagementClient class.
17
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
18
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
19
- * more information about these credentials, see
20
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
21
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
22
- * @azure/ms-rest-browserauth are also supported.
23
- * @param subscriptionId The ID of the target subscription.
24
- * @param [options] The parameter options
25
- */
26
- function CognitiveServicesManagementClientContext(credentials, subscriptionId, options) {
27
- var _this = this;
28
- if (credentials == undefined) {
29
- throw new Error('\'credentials\' cannot be null.');
30
- }
31
- if (subscriptionId == undefined) {
32
- throw new Error('\'subscriptionId\' cannot be null.');
33
- }
34
- if (!options) {
35
- options = {};
36
- }
37
- if (!options.userAgent) {
38
- var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
39
- options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
40
- }
41
- _this = _super.call(this, credentials, options) || this;
42
- _this.apiVersion = '2021-10-01';
43
- _this.acceptLanguage = 'en-US';
44
- _this.longRunningOperationRetryTimeout = 30;
45
- _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
46
- _this.requestContentType = "application/json; charset=utf-8";
47
- _this.credentials = credentials;
48
- _this.subscriptionId = subscriptionId;
49
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
50
- _this.acceptLanguage = options.acceptLanguage;
51
- }
52
- if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
53
- _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
54
- }
55
- return _this;
56
- }
57
- return CognitiveServicesManagementClientContext;
58
- }(msRestAzure.AzureServiceClient));
59
- export { CognitiveServicesManagementClientContext };
60
- //# sourceMappingURL=cognitiveServicesManagementClientContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cognitiveServicesManagementClientContext.js","sourceRoot":"","sources":["../src/cognitiveServicesManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAGvD,IAAM,WAAW,GAAG,8BAA8B,CAAC;AACnD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAA8D,4DAA8B;IAK1F;;;;;;;;;;OAUG;IACH,kDAAY,WAA8D,EAAE,cAAsB,EAAE,OAAyD;QAA7J,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,+CAAC;AAAD,CAAC,AAjDD,CAA8D,WAAW,CAAC,kBAAkB,GAiD3F"}
@@ -1,2 +0,0 @@
1
- export { Account, AccountListResult, AccountProperties, AccountSku, AccountSkuListResult, ApiKeys, ApiProperties, AzureEntityResource, BaseResource, CallRateLimit, CommitmentPeriod, CommitmentPlan, CommitmentPlanProperties, CommitmentQuota, Deployment, DeploymentModel, DeploymentProperties, DeploymentScaleSettings, Encryption, ErrorAdditionalInfo, ErrorDetail, ErrorResponse, Identity, IpRule, KeyVaultProperties, MetricName, NetworkRuleSet, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionState, ProxyResource, QuotaLimit, RegenerateKeyParameters, RequestMatchPattern, Resource, Sku, SkuCapability, SkuChangeInfo, SystemData, ThrottlingRule, TrackedResource, Usage, UsageListResult, UserAssignedIdentity, UserOwnedStorage, VirtualNetworkRule } from "../models/mappers";
2
- //# sourceMappingURL=accountsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsMappers.d.ts","sourceRoot":"","sources":["../../src/models/accountsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,UAAU,EACV,oBAAoB,EACpB,OAAO,EACP,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,cAAc,EACd,wBAAwB,EACxB,eAAe,EACf,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,uBAAuB,EACvB,UAAU,EACV,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,UAAU,EACV,cAAc,EACd,eAAe,EACf,yBAAyB,EACzB,mCAAmC,EACnC,mBAAmB,EACnB,6BAA6B,EAC7B,iCAAiC,EACjC,aAAa,EACb,UAAU,EACV,uBAAuB,EACvB,mBAAmB,EACnB,QAAQ,EACR,GAAG,EACH,aAAa,EACb,aAAa,EACb,UAAU,EACV,cAAc,EACd,eAAe,EACf,KAAK,EACL,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { Account, AccountListResult, AccountProperties, AccountSku, AccountSkuListResult, ApiKeys, ApiProperties, AzureEntityResource, BaseResource, CallRateLimit, CommitmentPeriod, CommitmentPlan, CommitmentPlanProperties, CommitmentQuota, Deployment, DeploymentModel, DeploymentProperties, DeploymentScaleSettings, Encryption, ErrorAdditionalInfo, ErrorDetail, ErrorResponse, Identity, IpRule, KeyVaultProperties, MetricName, NetworkRuleSet, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionState, ProxyResource, QuotaLimit, RegenerateKeyParameters, RequestMatchPattern, Resource, Sku, SkuCapability, SkuChangeInfo, SystemData, ThrottlingRule, TrackedResource, Usage, UsageListResult, UserAssignedIdentity, UserOwnedStorage, VirtualNetworkRule } from "../models/mappers";
9
- //# sourceMappingURL=accountsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accountsMappers.js","sourceRoot":"","sources":["../../src/models/accountsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,UAAU,EACV,oBAAoB,EACpB,OAAO,EACP,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,cAAc,EACd,wBAAwB,EACxB,eAAe,EACf,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,uBAAuB,EACvB,UAAU,EACV,mBAAmB,EACnB,WAAW,EACX,aAAa,EACb,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,UAAU,EACV,cAAc,EACd,eAAe,EACf,yBAAyB,EACzB,mCAAmC,EACnC,mBAAmB,EACnB,6BAA6B,EAC7B,iCAAiC,EACjC,aAAa,EACb,UAAU,EACV,uBAAuB,EACvB,mBAAmB,EACnB,QAAQ,EACR,GAAG,EACH,aAAa,EACb,aAAa,EACb,UAAU,EACV,cAAc,EACd,eAAe,EACf,KAAK,EACL,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { Account, AccountProperties, ApiProperties, AzureEntityResource, BaseResource, CallRateLimit, CommitmentPeriod, CommitmentPlan, CommitmentPlanListResult, CommitmentPlanProperties, CommitmentQuota, Deployment, DeploymentModel, DeploymentProperties, DeploymentScaleSettings, Encryption, ErrorAdditionalInfo, ErrorDetail, ErrorResponse, Identity, IpRule, KeyVaultProperties, NetworkRuleSet, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionState, ProxyResource, QuotaLimit, RequestMatchPattern, Resource, Sku, SkuCapability, SkuChangeInfo, SystemData, ThrottlingRule, TrackedResource, UserAssignedIdentity, UserOwnedStorage, VirtualNetworkRule } from "../models/mappers";
2
- //# sourceMappingURL=commitmentPlansMappers.d.ts.map