@azure/arm-apimanagement 9.2.1-alpha.20241212.1 → 9.2.1-alpha.20241218.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 (3918) hide show
  1. package/dist/commonjs/apiManagementClient.d.ts +127 -0
  2. package/dist/commonjs/apiManagementClient.d.ts.map +1 -0
  3. package/dist/commonjs/apiManagementClient.js +286 -0
  4. package/dist/commonjs/apiManagementClient.js.map +1 -0
  5. package/dist/commonjs/index.d.ts +5 -0
  6. package/dist/commonjs/index.d.ts.map +1 -0
  7. package/dist/commonjs/index.js +19 -0
  8. package/dist/commonjs/index.js.map +1 -0
  9. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  10. package/dist/commonjs/lroImpl.js +24 -0
  11. package/dist/commonjs/lroImpl.js.map +1 -0
  12. package/dist/commonjs/models/index.d.ts.map +1 -0
  13. package/dist/commonjs/models/index.js +692 -0
  14. package/dist/commonjs/models/index.js.map +1 -0
  15. package/dist/commonjs/models/mappers.js +17700 -0
  16. package/dist/commonjs/models/mappers.js.map +1 -0
  17. package/dist/commonjs/models/parameters.d.ts +167 -0
  18. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  19. package/dist/commonjs/models/parameters.js +1430 -0
  20. package/dist/commonjs/models/parameters.js.map +1 -0
  21. package/dist/commonjs/operations/api.d.ts +124 -0
  22. package/dist/commonjs/operations/api.d.ts.map +1 -0
  23. package/dist/commonjs/operations/api.js +536 -0
  24. package/dist/commonjs/operations/api.js.map +1 -0
  25. package/dist/commonjs/operations/apiDiagnostic.d.ts +97 -0
  26. package/dist/commonjs/operations/apiDiagnostic.d.ts.map +1 -0
  27. package/dist/commonjs/operations/apiDiagnostic.js +378 -0
  28. package/dist/commonjs/operations/apiDiagnostic.js.map +1 -0
  29. package/dist/commonjs/operations/apiExport.d.ts +26 -0
  30. package/dist/commonjs/operations/apiExport.d.ts.map +1 -0
  31. package/dist/commonjs/operations/apiExport.js +69 -0
  32. package/dist/commonjs/operations/apiExport.js.map +1 -0
  33. package/dist/commonjs/operations/apiIssue.d.ts +92 -0
  34. package/dist/commonjs/operations/apiIssue.d.ts.map +1 -0
  35. package/dist/commonjs/operations/apiIssue.js +370 -0
  36. package/dist/commonjs/operations/apiIssue.js.map +1 -0
  37. package/dist/commonjs/operations/apiIssueAttachment.d.ts +87 -0
  38. package/dist/commonjs/operations/apiIssueAttachment.d.ts.map +1 -0
  39. package/dist/commonjs/operations/apiIssueAttachment.js +343 -0
  40. package/dist/commonjs/operations/apiIssueAttachment.js.map +1 -0
  41. package/dist/commonjs/operations/apiIssueComment.d.ts +87 -0
  42. package/dist/commonjs/operations/apiIssueComment.d.ts.map +1 -0
  43. package/dist/commonjs/operations/apiIssueComment.js +343 -0
  44. package/dist/commonjs/operations/apiIssueComment.js.map +1 -0
  45. package/dist/commonjs/operations/apiManagementOperations.d.ts +32 -0
  46. package/dist/commonjs/operations/apiManagementOperations.d.ts.map +1 -0
  47. package/dist/commonjs/operations/apiManagementOperations.js +137 -0
  48. package/dist/commonjs/operations/apiManagementOperations.js.map +1 -0
  49. package/dist/commonjs/operations/apiManagementService.d.ts +199 -0
  50. package/dist/commonjs/operations/apiManagementService.d.ts.map +1 -0
  51. package/dist/commonjs/operations/apiManagementService.js +966 -0
  52. package/dist/commonjs/operations/apiManagementService.js.map +1 -0
  53. package/dist/commonjs/operations/apiManagementServiceSkus.d.ts +39 -0
  54. package/dist/commonjs/operations/apiManagementServiceSkus.d.ts.map +1 -0
  55. package/dist/commonjs/operations/apiManagementServiceSkus.js +155 -0
  56. package/dist/commonjs/operations/apiManagementServiceSkus.js.map +1 -0
  57. package/dist/commonjs/operations/apiManagementSkus.d.ts +32 -0
  58. package/dist/commonjs/operations/apiManagementSkus.d.ts.map +1 -0
  59. package/dist/commonjs/operations/apiManagementSkus.js +141 -0
  60. package/dist/commonjs/operations/apiManagementSkus.js.map +1 -0
  61. package/dist/commonjs/operations/apiOperation.d.ts +105 -0
  62. package/dist/commonjs/operations/apiOperation.d.ts.map +1 -0
  63. package/dist/commonjs/operations/apiOperation.js +387 -0
  64. package/dist/commonjs/operations/apiOperation.js.map +1 -0
  65. package/dist/commonjs/operations/apiOperationPolicy.d.ts +75 -0
  66. package/dist/commonjs/operations/apiOperationPolicy.d.ts.map +1 -0
  67. package/dist/commonjs/operations/apiOperationPolicy.js +246 -0
  68. package/dist/commonjs/operations/apiOperationPolicy.js.map +1 -0
  69. package/dist/commonjs/operations/apiPolicy.d.ts +65 -0
  70. package/dist/commonjs/operations/apiPolicy.d.ts.map +1 -0
  71. package/dist/commonjs/operations/apiPolicy.js +215 -0
  72. package/dist/commonjs/operations/apiPolicy.js.map +1 -0
  73. package/dist/commonjs/operations/apiProduct.d.ts +41 -0
  74. package/dist/commonjs/operations/apiProduct.d.ts.map +1 -0
  75. package/dist/commonjs/operations/apiProduct.js +164 -0
  76. package/dist/commonjs/operations/apiProduct.js.map +1 -0
  77. package/dist/commonjs/operations/apiRelease.d.ts +101 -0
  78. package/dist/commonjs/operations/apiRelease.d.ts.map +1 -0
  79. package/dist/commonjs/operations/apiRelease.js +375 -0
  80. package/dist/commonjs/operations/apiRelease.js.map +1 -0
  81. package/dist/commonjs/operations/apiRevision.d.ts +41 -0
  82. package/dist/commonjs/operations/apiRevision.d.ts.map +1 -0
  83. package/dist/commonjs/operations/apiRevision.js +164 -0
  84. package/dist/commonjs/operations/apiRevision.js.map +1 -0
  85. package/dist/commonjs/operations/apiSchema.d.ts +99 -0
  86. package/dist/commonjs/operations/apiSchema.d.ts.map +1 -0
  87. package/dist/commonjs/operations/apiSchema.js +385 -0
  88. package/dist/commonjs/operations/apiSchema.js.map +1 -0
  89. package/dist/commonjs/operations/apiTagDescription.d.ts +93 -0
  90. package/dist/commonjs/operations/apiTagDescription.d.ts.map +1 -0
  91. package/dist/commonjs/operations/apiTagDescription.js +341 -0
  92. package/dist/commonjs/operations/apiTagDescription.js.map +1 -0
  93. package/dist/commonjs/operations/apiVersionSet.d.ts +89 -0
  94. package/dist/commonjs/operations/apiVersionSet.d.ts.map +1 -0
  95. package/dist/commonjs/operations/apiVersionSet.js +355 -0
  96. package/dist/commonjs/operations/apiVersionSet.js.map +1 -0
  97. package/dist/commonjs/operations/apiWiki.d.ts +59 -0
  98. package/dist/commonjs/operations/apiWiki.d.ts.map +1 -0
  99. package/dist/commonjs/operations/apiWiki.js +212 -0
  100. package/dist/commonjs/operations/apiWiki.js.map +1 -0
  101. package/dist/commonjs/operations/apiWikis.d.ts +41 -0
  102. package/dist/commonjs/operations/apiWikis.d.ts.map +1 -0
  103. package/dist/commonjs/operations/apiWikis.js +164 -0
  104. package/dist/commonjs/operations/apiWikis.js.map +1 -0
  105. package/dist/commonjs/operations/authorization.d.ts +82 -0
  106. package/dist/commonjs/operations/authorization.d.ts.map +1 -0
  107. package/dist/commonjs/operations/authorization.js +351 -0
  108. package/dist/commonjs/operations/authorization.js.map +1 -0
  109. package/dist/commonjs/operations/authorizationAccessPolicy.d.ts +77 -0
  110. package/dist/commonjs/operations/authorizationAccessPolicy.d.ts.map +1 -0
  111. package/dist/commonjs/operations/authorizationAccessPolicy.js +327 -0
  112. package/dist/commonjs/operations/authorizationAccessPolicy.js.map +1 -0
  113. package/dist/commonjs/operations/authorizationLoginLinks.d.ts +23 -0
  114. package/dist/commonjs/operations/authorizationLoginLinks.d.ts.map +1 -0
  115. package/dist/commonjs/operations/authorizationLoginLinks.js +73 -0
  116. package/dist/commonjs/operations/authorizationLoginLinks.js.map +1 -0
  117. package/dist/commonjs/operations/authorizationProvider.d.ts +65 -0
  118. package/dist/commonjs/operations/authorizationProvider.d.ts.map +1 -0
  119. package/dist/commonjs/operations/authorizationProvider.js +281 -0
  120. package/dist/commonjs/operations/authorizationProvider.js.map +1 -0
  121. package/dist/commonjs/operations/authorizationServer.d.ts +92 -0
  122. package/dist/commonjs/operations/authorizationServer.d.ts.map +1 -0
  123. package/dist/commonjs/operations/authorizationServer.js +376 -0
  124. package/dist/commonjs/operations/authorizationServer.js.map +1 -0
  125. package/dist/commonjs/operations/backend.d.ts +99 -0
  126. package/dist/commonjs/operations/backend.d.ts.map +1 -0
  127. package/dist/commonjs/operations/backend.js +389 -0
  128. package/dist/commonjs/operations/backend.js.map +1 -0
  129. package/dist/commonjs/operations/cache.d.ts +89 -0
  130. package/dist/commonjs/operations/cache.d.ts.map +1 -0
  131. package/dist/commonjs/operations/cache.js +343 -0
  132. package/dist/commonjs/operations/cache.js.map +1 -0
  133. package/dist/commonjs/operations/certificate.d.ts +86 -0
  134. package/dist/commonjs/operations/certificate.d.ts.map +1 -0
  135. package/dist/commonjs/operations/certificate.js +340 -0
  136. package/dist/commonjs/operations/certificate.js.map +1 -0
  137. package/dist/commonjs/operations/contentItem.d.ts +81 -0
  138. package/dist/commonjs/operations/contentItem.d.ts.map +1 -0
  139. package/dist/commonjs/operations/contentItem.js +324 -0
  140. package/dist/commonjs/operations/contentItem.js.map +1 -0
  141. package/dist/commonjs/operations/contentType.d.ts +72 -0
  142. package/dist/commonjs/operations/contentType.d.ts.map +1 -0
  143. package/dist/commonjs/operations/contentType.js +271 -0
  144. package/dist/commonjs/operations/contentType.js.map +1 -0
  145. package/dist/commonjs/operations/delegationSettings.d.ts +52 -0
  146. package/dist/commonjs/operations/delegationSettings.d.ts.map +1 -0
  147. package/dist/commonjs/operations/delegationSettings.js +193 -0
  148. package/dist/commonjs/operations/delegationSettings.js.map +1 -0
  149. package/dist/commonjs/operations/deletedServices.d.ts +54 -0
  150. package/dist/commonjs/operations/deletedServices.d.ts.map +1 -0
  151. package/dist/commonjs/operations/deletedServices.js +247 -0
  152. package/dist/commonjs/operations/deletedServices.js.map +1 -0
  153. package/dist/commonjs/operations/diagnostic.d.ts +89 -0
  154. package/dist/commonjs/operations/diagnostic.d.ts.map +1 -0
  155. package/dist/commonjs/operations/diagnostic.js +355 -0
  156. package/dist/commonjs/operations/diagnostic.js.map +1 -0
  157. package/dist/commonjs/operations/documentation.d.ts +89 -0
  158. package/dist/commonjs/operations/documentation.d.ts.map +1 -0
  159. package/dist/commonjs/operations/documentation.js +355 -0
  160. package/dist/commonjs/operations/documentation.js.map +1 -0
  161. package/dist/commonjs/operations/emailTemplate.d.ts +84 -0
  162. package/dist/commonjs/operations/emailTemplate.d.ts.map +1 -0
  163. package/dist/commonjs/operations/emailTemplate.js +348 -0
  164. package/dist/commonjs/operations/emailTemplate.js.map +1 -0
  165. package/dist/commonjs/operations/gateway.d.ts +118 -0
  166. package/dist/commonjs/operations/gateway.d.ts.map +1 -0
  167. package/dist/commonjs/operations/gateway.js +459 -0
  168. package/dist/commonjs/operations/gateway.js.map +1 -0
  169. package/dist/commonjs/operations/gatewayApi.d.ts +74 -0
  170. package/dist/commonjs/operations/gatewayApi.d.ts.map +1 -0
  171. package/dist/commonjs/operations/gatewayApi.js +276 -0
  172. package/dist/commonjs/operations/gatewayApi.js.map +1 -0
  173. package/dist/commonjs/operations/gatewayCertificateAuthority.d.ts +91 -0
  174. package/dist/commonjs/operations/gatewayCertificateAuthority.d.ts.map +1 -0
  175. package/dist/commonjs/operations/gatewayCertificateAuthority.js +339 -0
  176. package/dist/commonjs/operations/gatewayCertificateAuthority.js.map +1 -0
  177. package/dist/commonjs/operations/gatewayHostnameConfiguration.d.ts +92 -0
  178. package/dist/commonjs/operations/gatewayHostnameConfiguration.d.ts.map +1 -0
  179. package/dist/commonjs/operations/gatewayHostnameConfiguration.js +326 -0
  180. package/dist/commonjs/operations/gatewayHostnameConfiguration.js.map +1 -0
  181. package/dist/commonjs/operations/globalSchema.d.ts +83 -0
  182. package/dist/commonjs/operations/globalSchema.d.ts.map +1 -0
  183. package/dist/commonjs/operations/globalSchema.js +356 -0
  184. package/dist/commonjs/operations/globalSchema.js.map +1 -0
  185. package/dist/commonjs/operations/graphQLApiResolver.d.ts +105 -0
  186. package/dist/commonjs/operations/graphQLApiResolver.d.ts.map +1 -0
  187. package/dist/commonjs/operations/graphQLApiResolver.js +386 -0
  188. package/dist/commonjs/operations/graphQLApiResolver.js.map +1 -0
  189. package/dist/commonjs/operations/graphQLApiResolverPolicy.d.ts +101 -0
  190. package/dist/commonjs/operations/graphQLApiResolverPolicy.d.ts.map +1 -0
  191. package/dist/commonjs/operations/graphQLApiResolverPolicy.js +352 -0
  192. package/dist/commonjs/operations/graphQLApiResolverPolicy.js.map +1 -0
  193. package/dist/commonjs/operations/group.d.ts +84 -0
  194. package/dist/commonjs/operations/group.d.ts.map +1 -0
  195. package/dist/commonjs/operations/group.js +343 -0
  196. package/dist/commonjs/operations/group.js.map +1 -0
  197. package/dist/commonjs/operations/groupUser.d.ts +68 -0
  198. package/dist/commonjs/operations/groupUser.d.ts.map +1 -0
  199. package/dist/commonjs/operations/groupUser.js +267 -0
  200. package/dist/commonjs/operations/groupUser.js.map +1 -0
  201. package/dist/commonjs/operations/identityProvider.d.ts +92 -0
  202. package/dist/commonjs/operations/identityProvider.d.ts.map +1 -0
  203. package/dist/commonjs/operations/identityProvider.js +390 -0
  204. package/dist/commonjs/operations/identityProvider.js.map +1 -0
  205. package/dist/commonjs/operations/index.d.ts +89 -0
  206. package/dist/commonjs/operations/index.d.ts.map +1 -0
  207. package/dist/commonjs/operations/index.js +99 -0
  208. package/dist/commonjs/operations/index.js.map +1 -0
  209. package/dist/commonjs/operations/issue.d.ts +46 -0
  210. package/dist/commonjs/operations/issue.d.ts.map +1 -0
  211. package/dist/commonjs/operations/issue.js +192 -0
  212. package/dist/commonjs/operations/issue.js.map +1 -0
  213. package/dist/commonjs/operations/logger.d.ts +84 -0
  214. package/dist/commonjs/operations/logger.d.ts.map +1 -0
  215. package/dist/commonjs/operations/logger.js +350 -0
  216. package/dist/commonjs/operations/logger.js.map +1 -0
  217. package/dist/commonjs/operations/namedValue.d.ts +129 -0
  218. package/dist/commonjs/operations/namedValue.d.ts.map +1 -0
  219. package/dist/commonjs/operations/namedValue.js +593 -0
  220. package/dist/commonjs/operations/namedValue.js.map +1 -0
  221. package/dist/commonjs/operations/networkStatus.d.ts +31 -0
  222. package/dist/commonjs/operations/networkStatus.d.ts.map +1 -0
  223. package/dist/commonjs/operations/networkStatus.js +103 -0
  224. package/dist/commonjs/operations/networkStatus.js.map +1 -0
  225. package/dist/commonjs/operations/notification.d.ts +54 -0
  226. package/dist/commonjs/operations/notification.d.ts.map +1 -0
  227. package/dist/commonjs/operations/notification.js +218 -0
  228. package/dist/commonjs/operations/notification.js.map +1 -0
  229. package/dist/commonjs/operations/notificationRecipientEmail.d.ts +48 -0
  230. package/dist/commonjs/operations/notificationRecipientEmail.d.ts.map +1 -0
  231. package/dist/commonjs/operations/notificationRecipientEmail.js +163 -0
  232. package/dist/commonjs/operations/notificationRecipientEmail.js.map +1 -0
  233. package/dist/commonjs/operations/notificationRecipientUser.d.ts +48 -0
  234. package/dist/commonjs/operations/notificationRecipientUser.d.ts.map +1 -0
  235. package/dist/commonjs/operations/notificationRecipientUser.js +163 -0
  236. package/dist/commonjs/operations/notificationRecipientUser.js.map +1 -0
  237. package/dist/commonjs/operations/openIdConnectProvider.d.ts +92 -0
  238. package/dist/commonjs/operations/openIdConnectProvider.d.ts.map +1 -0
  239. package/dist/commonjs/operations/openIdConnectProvider.js +376 -0
  240. package/dist/commonjs/operations/openIdConnectProvider.js.map +1 -0
  241. package/dist/commonjs/operations/operationOperations.d.ts +44 -0
  242. package/dist/commonjs/operations/operationOperations.d.ts.map +1 -0
  243. package/dist/commonjs/operations/operationOperations.js +168 -0
  244. package/dist/commonjs/operations/operationOperations.js.map +1 -0
  245. package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.d.ts +20 -0
  246. package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
  247. package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.js +58 -0
  248. package/dist/commonjs/operations/outboundNetworkDependenciesEndpoints.js.map +1 -0
  249. package/dist/commonjs/operations/policy.d.ts +55 -0
  250. package/dist/commonjs/operations/policy.d.ts.map +1 -0
  251. package/dist/commonjs/operations/policy.js +200 -0
  252. package/dist/commonjs/operations/policy.js.map +1 -0
  253. package/dist/commonjs/operations/policyDescription.d.ts +20 -0
  254. package/dist/commonjs/operations/policyDescription.d.ts.map +1 -0
  255. package/dist/commonjs/operations/policyDescription.js +58 -0
  256. package/dist/commonjs/operations/policyDescription.js.map +1 -0
  257. package/dist/commonjs/operations/policyFragment.d.ts +73 -0
  258. package/dist/commonjs/operations/policyFragment.d.ts.map +1 -0
  259. package/dist/commonjs/operations/policyFragment.js +293 -0
  260. package/dist/commonjs/operations/policyFragment.js.map +1 -0
  261. package/dist/commonjs/operations/portalConfig.d.ts +58 -0
  262. package/dist/commonjs/operations/portalConfig.d.ts.map +1 -0
  263. package/dist/commonjs/operations/portalConfig.js +219 -0
  264. package/dist/commonjs/operations/portalConfig.js.map +1 -0
  265. package/dist/commonjs/operations/portalRevision.d.ts +103 -0
  266. package/dist/commonjs/operations/portalRevision.d.ts.map +1 -0
  267. package/dist/commonjs/operations/portalRevision.js +441 -0
  268. package/dist/commonjs/operations/portalRevision.js.map +1 -0
  269. package/dist/commonjs/operations/portalSettings.d.ts +20 -0
  270. package/dist/commonjs/operations/portalSettings.d.ts.map +1 -0
  271. package/dist/commonjs/operations/portalSettings.js +58 -0
  272. package/dist/commonjs/operations/portalSettings.js.map +1 -0
  273. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +88 -0
  274. package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  275. package/dist/commonjs/operations/privateEndpointConnectionOperations.js +385 -0
  276. package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -0
  277. package/dist/commonjs/operations/product.d.ts +108 -0
  278. package/dist/commonjs/operations/product.d.ts.map +1 -0
  279. package/dist/commonjs/operations/product.js +482 -0
  280. package/dist/commonjs/operations/product.js.map +1 -0
  281. package/dist/commonjs/operations/productApi.d.ts +71 -0
  282. package/dist/commonjs/operations/productApi.d.ts.map +1 -0
  283. package/dist/commonjs/operations/productApi.js +269 -0
  284. package/dist/commonjs/operations/productApi.js.map +1 -0
  285. package/dist/commonjs/operations/productGroup.d.ts +68 -0
  286. package/dist/commonjs/operations/productGroup.d.ts.map +1 -0
  287. package/dist/commonjs/operations/productGroup.js +266 -0
  288. package/dist/commonjs/operations/productGroup.js.map +1 -0
  289. package/dist/commonjs/operations/productPolicy.d.ts +60 -0
  290. package/dist/commonjs/operations/productPolicy.d.ts.map +1 -0
  291. package/dist/commonjs/operations/productPolicy.js +217 -0
  292. package/dist/commonjs/operations/productPolicy.js.map +1 -0
  293. package/dist/commonjs/operations/productSubscriptions.d.ts +41 -0
  294. package/dist/commonjs/operations/productSubscriptions.d.ts.map +1 -0
  295. package/dist/commonjs/operations/productSubscriptions.js +164 -0
  296. package/dist/commonjs/operations/productSubscriptions.js.map +1 -0
  297. package/dist/commonjs/operations/productWiki.d.ts +59 -0
  298. package/dist/commonjs/operations/productWiki.d.ts.map +1 -0
  299. package/dist/commonjs/operations/productWiki.js +219 -0
  300. package/dist/commonjs/operations/productWiki.js.map +1 -0
  301. package/dist/commonjs/operations/productWikis.d.ts +41 -0
  302. package/dist/commonjs/operations/productWikis.d.ts.map +1 -0
  303. package/dist/commonjs/operations/productWikis.js +166 -0
  304. package/dist/commonjs/operations/productWikis.js.map +1 -0
  305. package/dist/commonjs/operations/quotaByCounterKeys.d.ts +38 -0
  306. package/dist/commonjs/operations/quotaByCounterKeys.d.ts.map +1 -0
  307. package/dist/commonjs/operations/quotaByCounterKeys.js +103 -0
  308. package/dist/commonjs/operations/quotaByCounterKeys.js.map +1 -0
  309. package/dist/commonjs/operations/quotaByPeriodKeys.d.ts +39 -0
  310. package/dist/commonjs/operations/quotaByPeriodKeys.d.ts.map +1 -0
  311. package/dist/commonjs/operations/quotaByPeriodKeys.js +119 -0
  312. package/dist/commonjs/operations/quotaByPeriodKeys.js.map +1 -0
  313. package/dist/commonjs/operations/region.d.ts +38 -0
  314. package/dist/commonjs/operations/region.d.ts.map +1 -0
  315. package/dist/commonjs/operations/region.js +154 -0
  316. package/dist/commonjs/operations/region.js.map +1 -0
  317. package/dist/commonjs/operations/reports.d.ts +362 -0
  318. package/dist/commonjs/operations/reports.d.ts.map +1 -0
  319. package/dist/commonjs/operations/reports.js +1189 -0
  320. package/dist/commonjs/operations/reports.js.map +1 -0
  321. package/dist/commonjs/operations/signInSettings.d.ts +45 -0
  322. package/dist/commonjs/operations/signInSettings.d.ts.map +1 -0
  323. package/dist/commonjs/operations/signInSettings.js +163 -0
  324. package/dist/commonjs/operations/signInSettings.js.map +1 -0
  325. package/dist/commonjs/operations/signUpSettings.d.ts +45 -0
  326. package/dist/commonjs/operations/signUpSettings.d.ts.map +1 -0
  327. package/dist/commonjs/operations/signUpSettings.js +163 -0
  328. package/dist/commonjs/operations/signUpSettings.js.map +1 -0
  329. package/dist/commonjs/operations/subscription.d.ts +116 -0
  330. package/dist/commonjs/operations/subscription.d.ts.map +1 -0
  331. package/dist/commonjs/operations/subscription.js +452 -0
  332. package/dist/commonjs/operations/subscription.js.map +1 -0
  333. package/dist/commonjs/operations/tag.d.ts +301 -0
  334. package/dist/commonjs/operations/tag.d.ts.map +1 -0
  335. package/dist/commonjs/operations/tag.js +1199 -0
  336. package/dist/commonjs/operations/tag.js.map +1 -0
  337. package/dist/commonjs/operations/tagResource.d.ts +38 -0
  338. package/dist/commonjs/operations/tagResource.d.ts.map +1 -0
  339. package/dist/commonjs/operations/tagResource.js +159 -0
  340. package/dist/commonjs/operations/tagResource.js.map +1 -0
  341. package/dist/commonjs/operations/tenantAccess.d.ts +100 -0
  342. package/dist/commonjs/operations/tenantAccess.d.ts.map +1 -0
  343. package/dist/commonjs/operations/tenantAccess.js +410 -0
  344. package/dist/commonjs/operations/tenantAccess.js.map +1 -0
  345. package/dist/commonjs/operations/tenantAccessGit.d.ts +29 -0
  346. package/dist/commonjs/operations/tenantAccessGit.d.ts.map +1 -0
  347. package/dist/commonjs/operations/tenantAccessGit.js +88 -0
  348. package/dist/commonjs/operations/tenantAccessGit.js.map +1 -0
  349. package/dist/commonjs/operations/tenantConfiguration.d.ts +83 -0
  350. package/dist/commonjs/operations/tenantConfiguration.d.ts.map +1 -0
  351. package/dist/commonjs/operations/tenantConfiguration.js +354 -0
  352. package/dist/commonjs/operations/tenantConfiguration.js.map +1 -0
  353. package/dist/commonjs/operations/tenantSettings.d.ts +46 -0
  354. package/dist/commonjs/operations/tenantSettings.d.ts.map +1 -0
  355. package/dist/commonjs/operations/tenantSettings.js +187 -0
  356. package/dist/commonjs/operations/tenantSettings.js.map +1 -0
  357. package/dist/commonjs/operations/user.d.ts +102 -0
  358. package/dist/commonjs/operations/user.d.ts.map +1 -0
  359. package/dist/commonjs/operations/user.js +417 -0
  360. package/dist/commonjs/operations/user.js.map +1 -0
  361. package/dist/commonjs/operations/userConfirmationPassword.d.ts +21 -0
  362. package/dist/commonjs/operations/userConfirmationPassword.d.ts.map +1 -0
  363. package/dist/commonjs/operations/userConfirmationPassword.js +58 -0
  364. package/dist/commonjs/operations/userConfirmationPassword.js.map +1 -0
  365. package/dist/commonjs/operations/userGroup.d.ts +41 -0
  366. package/dist/commonjs/operations/userGroup.d.ts.map +1 -0
  367. package/dist/commonjs/operations/userGroup.js +164 -0
  368. package/dist/commonjs/operations/userGroup.js.map +1 -0
  369. package/dist/commonjs/operations/userIdentities.d.ts +41 -0
  370. package/dist/commonjs/operations/userIdentities.d.ts.map +1 -0
  371. package/dist/commonjs/operations/userIdentities.js +159 -0
  372. package/dist/commonjs/operations/userIdentities.js.map +1 -0
  373. package/dist/commonjs/operations/userSubscription.d.ts +51 -0
  374. package/dist/commonjs/operations/userSubscription.d.ts.map +1 -0
  375. package/dist/commonjs/operations/userSubscription.js +200 -0
  376. package/dist/commonjs/operations/userSubscription.js.map +1 -0
  377. package/dist/commonjs/operationsInterfaces/api.d.ts +82 -0
  378. package/dist/commonjs/operationsInterfaces/api.d.ts.map +1 -0
  379. package/dist/commonjs/operationsInterfaces/api.js +10 -0
  380. package/dist/commonjs/operationsInterfaces/api.js.map +1 -0
  381. package/dist/commonjs/operationsInterfaces/apiDiagnostic.d.ts +70 -0
  382. package/dist/commonjs/operationsInterfaces/apiDiagnostic.d.ts.map +1 -0
  383. package/dist/commonjs/operationsInterfaces/apiDiagnostic.js +10 -0
  384. package/dist/commonjs/operationsInterfaces/apiDiagnostic.js.map +1 -0
  385. package/dist/commonjs/operationsInterfaces/apiExport.d.ts +18 -0
  386. package/dist/commonjs/operationsInterfaces/apiExport.d.ts.map +1 -0
  387. package/dist/commonjs/operationsInterfaces/apiExport.js +10 -0
  388. package/dist/commonjs/operationsInterfaces/apiExport.js.map +1 -0
  389. package/dist/commonjs/operationsInterfaces/apiIssue.d.ts +65 -0
  390. package/dist/commonjs/operationsInterfaces/apiIssue.d.ts.map +1 -0
  391. package/dist/commonjs/operationsInterfaces/apiIssue.js +10 -0
  392. package/dist/commonjs/operationsInterfaces/apiIssue.js.map +1 -0
  393. package/dist/commonjs/operationsInterfaces/apiIssueAttachment.d.ts +58 -0
  394. package/dist/commonjs/operationsInterfaces/apiIssueAttachment.d.ts.map +1 -0
  395. package/dist/commonjs/operationsInterfaces/apiIssueAttachment.js +10 -0
  396. package/dist/commonjs/operationsInterfaces/apiIssueAttachment.js.map +1 -0
  397. package/dist/commonjs/operationsInterfaces/apiIssueComment.d.ts +58 -0
  398. package/dist/commonjs/operationsInterfaces/apiIssueComment.d.ts.map +1 -0
  399. package/dist/commonjs/operationsInterfaces/apiIssueComment.js +10 -0
  400. package/dist/commonjs/operationsInterfaces/apiIssueComment.js.map +1 -0
  401. package/dist/commonjs/operationsInterfaces/apiManagementOperations.d.ts +11 -0
  402. package/dist/commonjs/operationsInterfaces/apiManagementOperations.d.ts.map +1 -0
  403. package/dist/commonjs/operationsInterfaces/apiManagementOperations.js +10 -0
  404. package/dist/commonjs/operationsInterfaces/apiManagementOperations.js.map +1 -0
  405. package/dist/commonjs/operationsInterfaces/apiManagementService.d.ts +163 -0
  406. package/dist/commonjs/operationsInterfaces/apiManagementService.d.ts.map +1 -0
  407. package/dist/commonjs/operationsInterfaces/apiManagementService.js +10 -0
  408. package/dist/commonjs/operationsInterfaces/apiManagementService.js.map +1 -0
  409. package/dist/commonjs/operationsInterfaces/apiManagementServiceSkus.d.ts +13 -0
  410. package/dist/commonjs/operationsInterfaces/apiManagementServiceSkus.d.ts.map +1 -0
  411. package/dist/commonjs/operationsInterfaces/apiManagementServiceSkus.js +10 -0
  412. package/dist/commonjs/operationsInterfaces/apiManagementServiceSkus.js.map +1 -0
  413. package/dist/commonjs/operationsInterfaces/apiManagementSkus.d.ts +11 -0
  414. package/dist/commonjs/operationsInterfaces/apiManagementSkus.d.ts.map +1 -0
  415. package/dist/commonjs/operationsInterfaces/apiManagementSkus.js +10 -0
  416. package/dist/commonjs/operationsInterfaces/apiManagementSkus.js.map +1 -0
  417. package/dist/commonjs/operationsInterfaces/apiOperation.d.ts +76 -0
  418. package/dist/commonjs/operationsInterfaces/apiOperation.d.ts.map +1 -0
  419. package/dist/commonjs/operationsInterfaces/apiOperation.js +10 -0
  420. package/dist/commonjs/operationsInterfaces/apiOperation.js.map +1 -0
  421. package/dist/commonjs/operationsInterfaces/apiOperationPolicy.d.ts +67 -0
  422. package/dist/commonjs/operationsInterfaces/apiOperationPolicy.d.ts.map +1 -0
  423. package/dist/commonjs/operationsInterfaces/apiOperationPolicy.js +10 -0
  424. package/dist/commonjs/operationsInterfaces/apiOperationPolicy.js.map +1 -0
  425. package/dist/commonjs/operationsInterfaces/apiPolicy.d.ts +57 -0
  426. package/dist/commonjs/operationsInterfaces/apiPolicy.d.ts.map +1 -0
  427. package/dist/commonjs/operationsInterfaces/apiPolicy.js +10 -0
  428. package/dist/commonjs/operationsInterfaces/apiPolicy.js.map +1 -0
  429. package/dist/commonjs/operationsInterfaces/apiProduct.d.ts +14 -0
  430. package/dist/commonjs/operationsInterfaces/apiProduct.d.ts.map +1 -0
  431. package/dist/commonjs/operationsInterfaces/apiProduct.js +10 -0
  432. package/dist/commonjs/operationsInterfaces/apiProduct.js.map +1 -0
  433. package/dist/commonjs/operationsInterfaces/apiRelease.d.ts +72 -0
  434. package/dist/commonjs/operationsInterfaces/apiRelease.d.ts.map +1 -0
  435. package/dist/commonjs/operationsInterfaces/apiRelease.js +10 -0
  436. package/dist/commonjs/operationsInterfaces/apiRelease.js.map +1 -0
  437. package/dist/commonjs/operationsInterfaces/apiRevision.d.ts +14 -0
  438. package/dist/commonjs/operationsInterfaces/apiRevision.d.ts.map +1 -0
  439. package/dist/commonjs/operationsInterfaces/apiRevision.js +10 -0
  440. package/dist/commonjs/operationsInterfaces/apiRevision.js.map +1 -0
  441. package/dist/commonjs/operationsInterfaces/apiSchema.d.ts +70 -0
  442. package/dist/commonjs/operationsInterfaces/apiSchema.d.ts.map +1 -0
  443. package/dist/commonjs/operationsInterfaces/apiSchema.js +10 -0
  444. package/dist/commonjs/operationsInterfaces/apiSchema.js.map +1 -0
  445. package/dist/commonjs/operationsInterfaces/apiTagDescription.d.ts +63 -0
  446. package/dist/commonjs/operationsInterfaces/apiTagDescription.d.ts.map +1 -0
  447. package/dist/commonjs/operationsInterfaces/apiTagDescription.js +10 -0
  448. package/dist/commonjs/operationsInterfaces/apiTagDescription.js.map +1 -0
  449. package/dist/commonjs/operationsInterfaces/apiVersionSet.d.ts +64 -0
  450. package/dist/commonjs/operationsInterfaces/apiVersionSet.d.ts.map +1 -0
  451. package/dist/commonjs/operationsInterfaces/apiVersionSet.js +10 -0
  452. package/dist/commonjs/operationsInterfaces/apiVersionSet.js.map +1 -0
  453. package/dist/commonjs/operationsInterfaces/apiWiki.d.ts +51 -0
  454. package/dist/commonjs/operationsInterfaces/apiWiki.d.ts.map +1 -0
  455. package/dist/commonjs/operationsInterfaces/apiWiki.js +10 -0
  456. package/dist/commonjs/operationsInterfaces/apiWiki.js.map +1 -0
  457. package/dist/commonjs/operationsInterfaces/apiWikis.d.ts +14 -0
  458. package/dist/commonjs/operationsInterfaces/apiWikis.d.ts.map +1 -0
  459. package/dist/commonjs/operationsInterfaces/apiWikis.js +10 -0
  460. package/dist/commonjs/operationsInterfaces/apiWikis.js.map +1 -0
  461. package/dist/commonjs/operationsInterfaces/authorization.d.ts +54 -0
  462. package/dist/commonjs/operationsInterfaces/authorization.d.ts.map +1 -0
  463. package/dist/commonjs/operationsInterfaces/authorization.js +10 -0
  464. package/dist/commonjs/operationsInterfaces/authorization.js.map +1 -0
  465. package/dist/commonjs/operationsInterfaces/authorizationAccessPolicy.d.ts +48 -0
  466. package/dist/commonjs/operationsInterfaces/authorizationAccessPolicy.d.ts.map +1 -0
  467. package/dist/commonjs/operationsInterfaces/authorizationAccessPolicy.js +10 -0
  468. package/dist/commonjs/operationsInterfaces/authorizationAccessPolicy.js.map +1 -0
  469. package/dist/commonjs/operationsInterfaces/authorizationLoginLinks.d.ts +15 -0
  470. package/dist/commonjs/operationsInterfaces/authorizationLoginLinks.d.ts.map +1 -0
  471. package/dist/commonjs/operationsInterfaces/authorizationLoginLinks.js +10 -0
  472. package/dist/commonjs/operationsInterfaces/authorizationLoginLinks.js.map +1 -0
  473. package/dist/commonjs/operationsInterfaces/authorizationProvider.d.ts +40 -0
  474. package/dist/commonjs/operationsInterfaces/authorizationProvider.d.ts.map +1 -0
  475. package/dist/commonjs/operationsInterfaces/authorizationProvider.js +10 -0
  476. package/dist/commonjs/operationsInterfaces/authorizationProvider.js.map +1 -0
  477. package/dist/commonjs/operationsInterfaces/authorizationServer.d.ts +67 -0
  478. package/dist/commonjs/operationsInterfaces/authorizationServer.d.ts.map +1 -0
  479. package/dist/commonjs/operationsInterfaces/authorizationServer.js +10 -0
  480. package/dist/commonjs/operationsInterfaces/authorizationServer.js.map +1 -0
  481. package/dist/commonjs/operationsInterfaces/backend.d.ts +74 -0
  482. package/dist/commonjs/operationsInterfaces/backend.d.ts.map +1 -0
  483. package/dist/commonjs/operationsInterfaces/backend.js +10 -0
  484. package/dist/commonjs/operationsInterfaces/backend.js.map +1 -0
  485. package/dist/commonjs/operationsInterfaces/cache.d.ts +64 -0
  486. package/dist/commonjs/operationsInterfaces/cache.d.ts.map +1 -0
  487. package/dist/commonjs/operationsInterfaces/cache.js +10 -0
  488. package/dist/commonjs/operationsInterfaces/cache.js.map +1 -0
  489. package/dist/commonjs/operationsInterfaces/certificate.d.ts +61 -0
  490. package/dist/commonjs/operationsInterfaces/certificate.d.ts.map +1 -0
  491. package/dist/commonjs/operationsInterfaces/certificate.js +10 -0
  492. package/dist/commonjs/operationsInterfaces/certificate.js.map +1 -0
  493. package/dist/commonjs/operationsInterfaces/contentItem.d.ts +54 -0
  494. package/dist/commonjs/operationsInterfaces/contentItem.d.ts.map +1 -0
  495. package/dist/commonjs/operationsInterfaces/contentItem.js +10 -0
  496. package/dist/commonjs/operationsInterfaces/contentItem.js.map +1 -0
  497. package/dist/commonjs/operationsInterfaces/contentType.d.ts +46 -0
  498. package/dist/commonjs/operationsInterfaces/contentType.d.ts.map +1 -0
  499. package/dist/commonjs/operationsInterfaces/contentType.js +10 -0
  500. package/dist/commonjs/operationsInterfaces/contentType.js.map +1 -0
  501. package/dist/commonjs/operationsInterfaces/delegationSettings.d.ts +44 -0
  502. package/dist/commonjs/operationsInterfaces/delegationSettings.d.ts.map +1 -0
  503. package/dist/commonjs/operationsInterfaces/delegationSettings.js +10 -0
  504. package/dist/commonjs/operationsInterfaces/delegationSettings.js.map +1 -0
  505. package/dist/commonjs/operationsInterfaces/deletedServices.d.ts +33 -0
  506. package/dist/commonjs/operationsInterfaces/deletedServices.d.ts.map +1 -0
  507. package/dist/commonjs/operationsInterfaces/deletedServices.js +10 -0
  508. package/dist/commonjs/operationsInterfaces/deletedServices.js.map +1 -0
  509. package/dist/commonjs/operationsInterfaces/diagnostic.d.ts +64 -0
  510. package/dist/commonjs/operationsInterfaces/diagnostic.d.ts.map +1 -0
  511. package/dist/commonjs/operationsInterfaces/diagnostic.js +10 -0
  512. package/dist/commonjs/operationsInterfaces/diagnostic.js.map +1 -0
  513. package/dist/commonjs/operationsInterfaces/documentation.d.ts +64 -0
  514. package/dist/commonjs/operationsInterfaces/documentation.d.ts.map +1 -0
  515. package/dist/commonjs/operationsInterfaces/documentation.js +10 -0
  516. package/dist/commonjs/operationsInterfaces/documentation.js.map +1 -0
  517. package/dist/commonjs/operationsInterfaces/emailTemplate.d.ts +59 -0
  518. package/dist/commonjs/operationsInterfaces/emailTemplate.d.ts.map +1 -0
  519. package/dist/commonjs/operationsInterfaces/emailTemplate.js +10 -0
  520. package/dist/commonjs/operationsInterfaces/emailTemplate.js.map +1 -0
  521. package/dist/commonjs/operationsInterfaces/gateway.d.ts +93 -0
  522. package/dist/commonjs/operationsInterfaces/gateway.d.ts.map +1 -0
  523. package/dist/commonjs/operationsInterfaces/gateway.js +10 -0
  524. package/dist/commonjs/operationsInterfaces/gateway.js.map +1 -0
  525. package/dist/commonjs/operationsInterfaces/gatewayApi.d.ts +45 -0
  526. package/dist/commonjs/operationsInterfaces/gatewayApi.d.ts.map +1 -0
  527. package/dist/commonjs/operationsInterfaces/gatewayApi.js +10 -0
  528. package/dist/commonjs/operationsInterfaces/gatewayApi.js.map +1 -0
  529. package/dist/commonjs/operationsInterfaces/gatewayCertificateAuthority.d.ts +62 -0
  530. package/dist/commonjs/operationsInterfaces/gatewayCertificateAuthority.d.ts.map +1 -0
  531. package/dist/commonjs/operationsInterfaces/gatewayCertificateAuthority.js +10 -0
  532. package/dist/commonjs/operationsInterfaces/gatewayCertificateAuthority.js.map +1 -0
  533. package/dist/commonjs/operationsInterfaces/gatewayHostnameConfiguration.d.ts +63 -0
  534. package/dist/commonjs/operationsInterfaces/gatewayHostnameConfiguration.d.ts.map +1 -0
  535. package/dist/commonjs/operationsInterfaces/gatewayHostnameConfiguration.js +10 -0
  536. package/dist/commonjs/operationsInterfaces/gatewayHostnameConfiguration.js.map +1 -0
  537. package/dist/commonjs/operationsInterfaces/globalSchema.d.ts +58 -0
  538. package/dist/commonjs/operationsInterfaces/globalSchema.d.ts.map +1 -0
  539. package/dist/commonjs/operationsInterfaces/globalSchema.js +10 -0
  540. package/dist/commonjs/operationsInterfaces/globalSchema.js.map +1 -0
  541. package/dist/commonjs/operationsInterfaces/graphQLApiResolver.d.ts +76 -0
  542. package/dist/commonjs/operationsInterfaces/graphQLApiResolver.d.ts.map +1 -0
  543. package/dist/commonjs/operationsInterfaces/graphQLApiResolver.js +10 -0
  544. package/dist/commonjs/operationsInterfaces/graphQLApiResolver.js.map +1 -0
  545. package/dist/commonjs/operationsInterfaces/graphQLApiResolverPolicy.d.ts +68 -0
  546. package/dist/commonjs/operationsInterfaces/graphQLApiResolverPolicy.d.ts.map +1 -0
  547. package/dist/commonjs/operationsInterfaces/graphQLApiResolverPolicy.js +10 -0
  548. package/dist/commonjs/operationsInterfaces/graphQLApiResolverPolicy.js.map +1 -0
  549. package/dist/commonjs/operationsInterfaces/group.d.ts +59 -0
  550. package/dist/commonjs/operationsInterfaces/group.d.ts.map +1 -0
  551. package/dist/commonjs/operationsInterfaces/group.js +10 -0
  552. package/dist/commonjs/operationsInterfaces/group.js.map +1 -0
  553. package/dist/commonjs/operationsInterfaces/groupUser.d.ts +41 -0
  554. package/dist/commonjs/operationsInterfaces/groupUser.d.ts.map +1 -0
  555. package/dist/commonjs/operationsInterfaces/groupUser.js +10 -0
  556. package/dist/commonjs/operationsInterfaces/groupUser.js.map +1 -0
  557. package/dist/commonjs/operationsInterfaces/identityProvider.d.ts +67 -0
  558. package/dist/commonjs/operationsInterfaces/identityProvider.d.ts.map +1 -0
  559. package/dist/commonjs/operationsInterfaces/identityProvider.js +10 -0
  560. package/dist/commonjs/operationsInterfaces/identityProvider.js.map +1 -0
  561. package/dist/commonjs/operationsInterfaces/index.d.ts +89 -0
  562. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  563. package/dist/commonjs/operationsInterfaces/index.js +99 -0
  564. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  565. package/dist/commonjs/operationsInterfaces/issue.d.ts +21 -0
  566. package/dist/commonjs/operationsInterfaces/issue.d.ts.map +1 -0
  567. package/dist/commonjs/operationsInterfaces/issue.js +10 -0
  568. package/dist/commonjs/operationsInterfaces/issue.js.map +1 -0
  569. package/dist/commonjs/operationsInterfaces/logger.d.ts +59 -0
  570. package/dist/commonjs/operationsInterfaces/logger.d.ts.map +1 -0
  571. package/dist/commonjs/operationsInterfaces/logger.js +10 -0
  572. package/dist/commonjs/operationsInterfaces/logger.js.map +1 -0
  573. package/dist/commonjs/operationsInterfaces/namedValue.d.ts +104 -0
  574. package/dist/commonjs/operationsInterfaces/namedValue.d.ts.map +1 -0
  575. package/dist/commonjs/operationsInterfaces/namedValue.js +10 -0
  576. package/dist/commonjs/operationsInterfaces/namedValue.js.map +1 -0
  577. package/dist/commonjs/operationsInterfaces/networkStatus.d.ts +23 -0
  578. package/dist/commonjs/operationsInterfaces/networkStatus.d.ts.map +1 -0
  579. package/dist/commonjs/operationsInterfaces/networkStatus.js +10 -0
  580. package/dist/commonjs/operationsInterfaces/networkStatus.js.map +1 -0
  581. package/dist/commonjs/operationsInterfaces/notification.d.ts +29 -0
  582. package/dist/commonjs/operationsInterfaces/notification.d.ts.map +1 -0
  583. package/dist/commonjs/operationsInterfaces/notification.js +10 -0
  584. package/dist/commonjs/operationsInterfaces/notification.js.map +1 -0
  585. package/dist/commonjs/operationsInterfaces/notificationRecipientEmail.d.ts +40 -0
  586. package/dist/commonjs/operationsInterfaces/notificationRecipientEmail.d.ts.map +1 -0
  587. package/dist/commonjs/operationsInterfaces/notificationRecipientEmail.js +10 -0
  588. package/dist/commonjs/operationsInterfaces/notificationRecipientEmail.js.map +1 -0
  589. package/dist/commonjs/operationsInterfaces/notificationRecipientUser.d.ts +40 -0
  590. package/dist/commonjs/operationsInterfaces/notificationRecipientUser.d.ts.map +1 -0
  591. package/dist/commonjs/operationsInterfaces/notificationRecipientUser.js +10 -0
  592. package/dist/commonjs/operationsInterfaces/notificationRecipientUser.js.map +1 -0
  593. package/dist/commonjs/operationsInterfaces/openIdConnectProvider.d.ts +67 -0
  594. package/dist/commonjs/operationsInterfaces/openIdConnectProvider.d.ts.map +1 -0
  595. package/dist/commonjs/operationsInterfaces/openIdConnectProvider.js +10 -0
  596. package/dist/commonjs/operationsInterfaces/openIdConnectProvider.js.map +1 -0
  597. package/dist/commonjs/operationsInterfaces/operationOperations.d.ts +15 -0
  598. package/dist/commonjs/operationsInterfaces/operationOperations.d.ts.map +1 -0
  599. package/dist/commonjs/operationsInterfaces/operationOperations.js +10 -0
  600. package/dist/commonjs/operationsInterfaces/operationOperations.js.map +1 -0
  601. package/dist/commonjs/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +12 -0
  602. package/dist/commonjs/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
  603. package/dist/commonjs/operationsInterfaces/outboundNetworkDependenciesEndpoints.js +10 -0
  604. package/dist/commonjs/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +1 -0
  605. package/dist/commonjs/operationsInterfaces/policy.d.ts +47 -0
  606. package/dist/commonjs/operationsInterfaces/policy.d.ts.map +1 -0
  607. package/dist/commonjs/operationsInterfaces/policy.js +10 -0
  608. package/dist/commonjs/operationsInterfaces/policy.js.map +1 -0
  609. package/dist/commonjs/operationsInterfaces/policyDescription.d.ts +12 -0
  610. package/dist/commonjs/operationsInterfaces/policyDescription.d.ts.map +1 -0
  611. package/dist/commonjs/operationsInterfaces/policyDescription.js +10 -0
  612. package/dist/commonjs/operationsInterfaces/policyDescription.js.map +1 -0
  613. package/dist/commonjs/operationsInterfaces/policyFragment.d.ts +65 -0
  614. package/dist/commonjs/operationsInterfaces/policyFragment.d.ts.map +1 -0
  615. package/dist/commonjs/operationsInterfaces/policyFragment.js +10 -0
  616. package/dist/commonjs/operationsInterfaces/policyFragment.js.map +1 -0
  617. package/dist/commonjs/operationsInterfaces/portalConfig.d.ts +50 -0
  618. package/dist/commonjs/operationsInterfaces/portalConfig.d.ts.map +1 -0
  619. package/dist/commonjs/operationsInterfaces/portalConfig.js +10 -0
  620. package/dist/commonjs/operationsInterfaces/portalConfig.js.map +1 -0
  621. package/dist/commonjs/operationsInterfaces/portalRevision.d.ts +78 -0
  622. package/dist/commonjs/operationsInterfaces/portalRevision.d.ts.map +1 -0
  623. package/dist/commonjs/operationsInterfaces/portalRevision.js +10 -0
  624. package/dist/commonjs/operationsInterfaces/portalRevision.js.map +1 -0
  625. package/dist/commonjs/operationsInterfaces/portalSettings.d.ts +12 -0
  626. package/dist/commonjs/operationsInterfaces/portalSettings.d.ts.map +1 -0
  627. package/dist/commonjs/operationsInterfaces/portalSettings.js +10 -0
  628. package/dist/commonjs/operationsInterfaces/portalSettings.js.map +1 -0
  629. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +71 -0
  630. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  631. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +10 -0
  632. package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  633. package/dist/commonjs/operationsInterfaces/product.d.ts +66 -0
  634. package/dist/commonjs/operationsInterfaces/product.d.ts.map +1 -0
  635. package/dist/commonjs/operationsInterfaces/product.js +10 -0
  636. package/dist/commonjs/operationsInterfaces/product.js.map +1 -0
  637. package/dist/commonjs/operationsInterfaces/productApi.d.ts +44 -0
  638. package/dist/commonjs/operationsInterfaces/productApi.d.ts.map +1 -0
  639. package/dist/commonjs/operationsInterfaces/productApi.js +10 -0
  640. package/dist/commonjs/operationsInterfaces/productApi.js.map +1 -0
  641. package/dist/commonjs/operationsInterfaces/productGroup.d.ts +41 -0
  642. package/dist/commonjs/operationsInterfaces/productGroup.d.ts.map +1 -0
  643. package/dist/commonjs/operationsInterfaces/productGroup.js +10 -0
  644. package/dist/commonjs/operationsInterfaces/productGroup.js.map +1 -0
  645. package/dist/commonjs/operationsInterfaces/productPolicy.d.ts +52 -0
  646. package/dist/commonjs/operationsInterfaces/productPolicy.d.ts.map +1 -0
  647. package/dist/commonjs/operationsInterfaces/productPolicy.js +10 -0
  648. package/dist/commonjs/operationsInterfaces/productPolicy.js.map +1 -0
  649. package/dist/commonjs/operationsInterfaces/productSubscriptions.d.ts +14 -0
  650. package/dist/commonjs/operationsInterfaces/productSubscriptions.d.ts.map +1 -0
  651. package/dist/commonjs/operationsInterfaces/productSubscriptions.js +10 -0
  652. package/dist/commonjs/operationsInterfaces/productSubscriptions.js.map +1 -0
  653. package/dist/commonjs/operationsInterfaces/productWiki.d.ts +51 -0
  654. package/dist/commonjs/operationsInterfaces/productWiki.d.ts.map +1 -0
  655. package/dist/commonjs/operationsInterfaces/productWiki.js +10 -0
  656. package/dist/commonjs/operationsInterfaces/productWiki.js.map +1 -0
  657. package/dist/commonjs/operationsInterfaces/productWikis.d.ts +14 -0
  658. package/dist/commonjs/operationsInterfaces/productWikis.d.ts.map +1 -0
  659. package/dist/commonjs/operationsInterfaces/productWikis.js +10 -0
  660. package/dist/commonjs/operationsInterfaces/productWikis.js.map +1 -0
  661. package/dist/commonjs/operationsInterfaces/quotaByCounterKeys.d.ts +30 -0
  662. package/dist/commonjs/operationsInterfaces/quotaByCounterKeys.d.ts.map +1 -0
  663. package/dist/commonjs/operationsInterfaces/quotaByCounterKeys.js +10 -0
  664. package/dist/commonjs/operationsInterfaces/quotaByCounterKeys.js.map +1 -0
  665. package/dist/commonjs/operationsInterfaces/quotaByPeriodKeys.d.ts +31 -0
  666. package/dist/commonjs/operationsInterfaces/quotaByPeriodKeys.d.ts.map +1 -0
  667. package/dist/commonjs/operationsInterfaces/quotaByPeriodKeys.js +10 -0
  668. package/dist/commonjs/operationsInterfaces/quotaByPeriodKeys.js.map +1 -0
  669. package/dist/commonjs/operationsInterfaces/region.d.ts +13 -0
  670. package/dist/commonjs/operationsInterfaces/region.d.ts.map +1 -0
  671. package/dist/commonjs/operationsInterfaces/region.js +10 -0
  672. package/dist/commonjs/operationsInterfaces/region.js.map +1 -0
  673. package/dist/commonjs/operationsInterfaces/reports.d.ts +144 -0
  674. package/dist/commonjs/operationsInterfaces/reports.d.ts.map +1 -0
  675. package/dist/commonjs/operationsInterfaces/reports.js +10 -0
  676. package/dist/commonjs/operationsInterfaces/reports.js.map +1 -0
  677. package/dist/commonjs/operationsInterfaces/signInSettings.d.ts +37 -0
  678. package/dist/commonjs/operationsInterfaces/signInSettings.d.ts.map +1 -0
  679. package/dist/commonjs/operationsInterfaces/signInSettings.js +10 -0
  680. package/dist/commonjs/operationsInterfaces/signInSettings.js.map +1 -0
  681. package/dist/commonjs/operationsInterfaces/signUpSettings.d.ts +37 -0
  682. package/dist/commonjs/operationsInterfaces/signUpSettings.d.ts.map +1 -0
  683. package/dist/commonjs/operationsInterfaces/signUpSettings.js +10 -0
  684. package/dist/commonjs/operationsInterfaces/signUpSettings.js.map +1 -0
  685. package/dist/commonjs/operationsInterfaces/subscription.d.ts +91 -0
  686. package/dist/commonjs/operationsInterfaces/subscription.d.ts.map +1 -0
  687. package/dist/commonjs/operationsInterfaces/subscription.js +10 -0
  688. package/dist/commonjs/operationsInterfaces/subscription.js.map +1 -0
  689. package/dist/commonjs/operationsInterfaces/tag.d.ts +211 -0
  690. package/dist/commonjs/operationsInterfaces/tag.d.ts.map +1 -0
  691. package/dist/commonjs/operationsInterfaces/tag.js +10 -0
  692. package/dist/commonjs/operationsInterfaces/tag.js.map +1 -0
  693. package/dist/commonjs/operationsInterfaces/tagResource.d.ts +13 -0
  694. package/dist/commonjs/operationsInterfaces/tagResource.d.ts.map +1 -0
  695. package/dist/commonjs/operationsInterfaces/tagResource.js +10 -0
  696. package/dist/commonjs/operationsInterfaces/tagResource.js.map +1 -0
  697. package/dist/commonjs/operationsInterfaces/tenantAccess.d.ts +75 -0
  698. package/dist/commonjs/operationsInterfaces/tenantAccess.d.ts.map +1 -0
  699. package/dist/commonjs/operationsInterfaces/tenantAccess.js +10 -0
  700. package/dist/commonjs/operationsInterfaces/tenantAccess.js.map +1 -0
  701. package/dist/commonjs/operationsInterfaces/tenantAccessGit.d.ts +21 -0
  702. package/dist/commonjs/operationsInterfaces/tenantAccessGit.d.ts.map +1 -0
  703. package/dist/commonjs/operationsInterfaces/tenantAccessGit.js +10 -0
  704. package/dist/commonjs/operationsInterfaces/tenantAccessGit.js.map +1 -0
  705. package/dist/commonjs/operationsInterfaces/tenantConfiguration.d.ts +75 -0
  706. package/dist/commonjs/operationsInterfaces/tenantConfiguration.d.ts.map +1 -0
  707. package/dist/commonjs/operationsInterfaces/tenantConfiguration.js +10 -0
  708. package/dist/commonjs/operationsInterfaces/tenantConfiguration.js.map +1 -0
  709. package/dist/commonjs/operationsInterfaces/tenantSettings.d.ts +21 -0
  710. package/dist/commonjs/operationsInterfaces/tenantSettings.d.ts.map +1 -0
  711. package/dist/commonjs/operationsInterfaces/tenantSettings.js +10 -0
  712. package/dist/commonjs/operationsInterfaces/tenantSettings.js.map +1 -0
  713. package/dist/commonjs/operationsInterfaces/user.d.ts +77 -0
  714. package/dist/commonjs/operationsInterfaces/user.d.ts.map +1 -0
  715. package/dist/commonjs/operationsInterfaces/user.js +10 -0
  716. package/dist/commonjs/operationsInterfaces/user.js.map +1 -0
  717. package/dist/commonjs/operationsInterfaces/userConfirmationPassword.d.ts +13 -0
  718. package/dist/commonjs/operationsInterfaces/userConfirmationPassword.d.ts.map +1 -0
  719. package/dist/commonjs/operationsInterfaces/userConfirmationPassword.js +10 -0
  720. package/dist/commonjs/operationsInterfaces/userConfirmationPassword.js.map +1 -0
  721. package/dist/commonjs/operationsInterfaces/userGroup.d.ts +14 -0
  722. package/dist/commonjs/operationsInterfaces/userGroup.d.ts.map +1 -0
  723. package/dist/commonjs/operationsInterfaces/userGroup.js +10 -0
  724. package/dist/commonjs/operationsInterfaces/userGroup.js.map +1 -0
  725. package/dist/commonjs/operationsInterfaces/userIdentities.d.ts +14 -0
  726. package/dist/commonjs/operationsInterfaces/userIdentities.d.ts.map +1 -0
  727. package/dist/commonjs/operationsInterfaces/userIdentities.js +10 -0
  728. package/dist/commonjs/operationsInterfaces/userIdentities.js.map +1 -0
  729. package/dist/commonjs/operationsInterfaces/userSubscription.d.ts +24 -0
  730. package/dist/commonjs/operationsInterfaces/userSubscription.d.ts.map +1 -0
  731. package/dist/commonjs/operationsInterfaces/userSubscription.js +10 -0
  732. package/dist/commonjs/operationsInterfaces/userSubscription.js.map +1 -0
  733. package/dist/commonjs/package.json +3 -0
  734. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  735. package/dist/commonjs/pagingHelper.js +36 -0
  736. package/dist/commonjs/pagingHelper.js.map +1 -0
  737. package/dist/esm/apiManagementClient.d.ts +127 -0
  738. package/dist/esm/apiManagementClient.d.ts.map +1 -0
  739. package/dist/esm/apiManagementClient.js +281 -0
  740. package/dist/esm/apiManagementClient.js.map +1 -0
  741. package/dist/esm/index.d.ts +5 -0
  742. package/dist/esm/index.d.ts.map +1 -0
  743. package/dist/esm/index.js +13 -0
  744. package/dist/esm/index.js.map +1 -0
  745. package/dist/esm/lroImpl.d.ts +11 -0
  746. package/dist/esm/lroImpl.d.ts.map +1 -0
  747. package/dist/esm/lroImpl.js.map +1 -0
  748. package/dist/esm/models/index.d.ts +9644 -0
  749. package/dist/esm/models/index.d.ts.map +1 -0
  750. package/dist/esm/models/index.js.map +1 -0
  751. package/dist/esm/models/mappers.d.ts +532 -0
  752. package/dist/esm/models/mappers.d.ts.map +1 -0
  753. package/dist/esm/models/mappers.js.map +1 -0
  754. package/dist/esm/models/parameters.d.ts +167 -0
  755. package/dist/esm/models/parameters.d.ts.map +1 -0
  756. package/dist/esm/models/parameters.js +1424 -0
  757. package/dist/esm/models/parameters.js.map +1 -0
  758. package/dist/esm/operations/api.d.ts +124 -0
  759. package/dist/esm/operations/api.d.ts.map +1 -0
  760. package/dist/esm/operations/api.js +532 -0
  761. package/dist/esm/operations/api.js.map +1 -0
  762. package/dist/esm/operations/apiDiagnostic.d.ts +97 -0
  763. package/dist/esm/operations/apiDiagnostic.d.ts.map +1 -0
  764. package/dist/esm/operations/apiDiagnostic.js +374 -0
  765. package/dist/esm/operations/apiDiagnostic.js.map +1 -0
  766. package/dist/esm/operations/apiExport.d.ts +26 -0
  767. package/dist/esm/operations/apiExport.d.ts.map +1 -0
  768. package/dist/esm/operations/apiExport.js +64 -0
  769. package/dist/esm/operations/apiExport.js.map +1 -0
  770. package/dist/esm/operations/apiIssue.d.ts +92 -0
  771. package/dist/esm/operations/apiIssue.d.ts.map +1 -0
  772. package/dist/esm/operations/apiIssue.js +366 -0
  773. package/dist/esm/operations/apiIssue.js.map +1 -0
  774. package/dist/esm/operations/apiIssueAttachment.d.ts +87 -0
  775. package/dist/esm/operations/apiIssueAttachment.d.ts.map +1 -0
  776. package/dist/esm/operations/apiIssueAttachment.js +339 -0
  777. package/dist/esm/operations/apiIssueAttachment.js.map +1 -0
  778. package/dist/esm/operations/apiIssueComment.d.ts +87 -0
  779. package/dist/esm/operations/apiIssueComment.d.ts.map +1 -0
  780. package/dist/esm/operations/apiIssueComment.js +339 -0
  781. package/dist/esm/operations/apiIssueComment.js.map +1 -0
  782. package/dist/esm/operations/apiManagementOperations.d.ts +32 -0
  783. package/dist/esm/operations/apiManagementOperations.d.ts.map +1 -0
  784. package/dist/esm/operations/apiManagementOperations.js +133 -0
  785. package/dist/esm/operations/apiManagementOperations.js.map +1 -0
  786. package/dist/esm/operations/apiManagementService.d.ts +199 -0
  787. package/dist/esm/operations/apiManagementService.d.ts.map +1 -0
  788. package/dist/esm/operations/apiManagementService.js +962 -0
  789. package/dist/esm/operations/apiManagementService.js.map +1 -0
  790. package/dist/esm/operations/apiManagementServiceSkus.d.ts +39 -0
  791. package/dist/esm/operations/apiManagementServiceSkus.d.ts.map +1 -0
  792. package/dist/esm/operations/apiManagementServiceSkus.js +151 -0
  793. package/dist/esm/operations/apiManagementServiceSkus.js.map +1 -0
  794. package/dist/esm/operations/apiManagementSkus.d.ts +32 -0
  795. package/dist/esm/operations/apiManagementSkus.d.ts.map +1 -0
  796. package/dist/esm/operations/apiManagementSkus.js +137 -0
  797. package/dist/esm/operations/apiManagementSkus.js.map +1 -0
  798. package/dist/esm/operations/apiOperation.d.ts +105 -0
  799. package/dist/esm/operations/apiOperation.d.ts.map +1 -0
  800. package/dist/esm/operations/apiOperation.js +383 -0
  801. package/dist/esm/operations/apiOperation.js.map +1 -0
  802. package/dist/esm/operations/apiOperationPolicy.d.ts +75 -0
  803. package/dist/esm/operations/apiOperationPolicy.d.ts.map +1 -0
  804. package/dist/esm/operations/apiOperationPolicy.js +241 -0
  805. package/dist/esm/operations/apiOperationPolicy.js.map +1 -0
  806. package/dist/esm/operations/apiPolicy.d.ts +65 -0
  807. package/dist/esm/operations/apiPolicy.d.ts.map +1 -0
  808. package/dist/esm/operations/apiPolicy.js +210 -0
  809. package/dist/esm/operations/apiPolicy.js.map +1 -0
  810. package/dist/esm/operations/apiProduct.d.ts +41 -0
  811. package/dist/esm/operations/apiProduct.d.ts.map +1 -0
  812. package/dist/esm/operations/apiProduct.js +160 -0
  813. package/dist/esm/operations/apiProduct.js.map +1 -0
  814. package/dist/esm/operations/apiRelease.d.ts +101 -0
  815. package/dist/esm/operations/apiRelease.d.ts.map +1 -0
  816. package/dist/esm/operations/apiRelease.js +371 -0
  817. package/dist/esm/operations/apiRelease.js.map +1 -0
  818. package/dist/esm/operations/apiRevision.d.ts +41 -0
  819. package/dist/esm/operations/apiRevision.d.ts.map +1 -0
  820. package/dist/esm/operations/apiRevision.js +160 -0
  821. package/dist/esm/operations/apiRevision.js.map +1 -0
  822. package/dist/esm/operations/apiSchema.d.ts +99 -0
  823. package/dist/esm/operations/apiSchema.d.ts.map +1 -0
  824. package/dist/esm/operations/apiSchema.js +381 -0
  825. package/dist/esm/operations/apiSchema.js.map +1 -0
  826. package/dist/esm/operations/apiTagDescription.d.ts +93 -0
  827. package/dist/esm/operations/apiTagDescription.d.ts.map +1 -0
  828. package/dist/esm/operations/apiTagDescription.js +337 -0
  829. package/dist/esm/operations/apiTagDescription.js.map +1 -0
  830. package/dist/esm/operations/apiVersionSet.d.ts +89 -0
  831. package/dist/esm/operations/apiVersionSet.d.ts.map +1 -0
  832. package/dist/esm/operations/apiVersionSet.js +351 -0
  833. package/dist/esm/operations/apiVersionSet.js.map +1 -0
  834. package/dist/esm/operations/apiWiki.d.ts +59 -0
  835. package/dist/esm/operations/apiWiki.d.ts.map +1 -0
  836. package/dist/esm/operations/apiWiki.js +207 -0
  837. package/dist/esm/operations/apiWiki.js.map +1 -0
  838. package/dist/esm/operations/apiWikis.d.ts +41 -0
  839. package/dist/esm/operations/apiWikis.d.ts.map +1 -0
  840. package/dist/esm/operations/apiWikis.js +160 -0
  841. package/dist/esm/operations/apiWikis.js.map +1 -0
  842. package/dist/esm/operations/authorization.d.ts +82 -0
  843. package/dist/esm/operations/authorization.d.ts.map +1 -0
  844. package/dist/esm/operations/authorization.js +347 -0
  845. package/dist/esm/operations/authorization.js.map +1 -0
  846. package/dist/esm/operations/authorizationAccessPolicy.d.ts +77 -0
  847. package/dist/esm/operations/authorizationAccessPolicy.d.ts.map +1 -0
  848. package/dist/esm/operations/authorizationAccessPolicy.js +323 -0
  849. package/dist/esm/operations/authorizationAccessPolicy.js.map +1 -0
  850. package/dist/esm/operations/authorizationLoginLinks.d.ts +23 -0
  851. package/dist/esm/operations/authorizationLoginLinks.d.ts.map +1 -0
  852. package/dist/esm/operations/authorizationLoginLinks.js +68 -0
  853. package/dist/esm/operations/authorizationLoginLinks.js.map +1 -0
  854. package/dist/esm/operations/authorizationProvider.d.ts +65 -0
  855. package/dist/esm/operations/authorizationProvider.d.ts.map +1 -0
  856. package/dist/esm/operations/authorizationProvider.js +277 -0
  857. package/dist/esm/operations/authorizationProvider.js.map +1 -0
  858. package/dist/esm/operations/authorizationServer.d.ts +92 -0
  859. package/dist/esm/operations/authorizationServer.d.ts.map +1 -0
  860. package/dist/esm/operations/authorizationServer.js +372 -0
  861. package/dist/esm/operations/authorizationServer.js.map +1 -0
  862. package/dist/esm/operations/backend.d.ts +99 -0
  863. package/dist/esm/operations/backend.d.ts.map +1 -0
  864. package/dist/esm/operations/backend.js +385 -0
  865. package/dist/esm/operations/backend.js.map +1 -0
  866. package/dist/esm/operations/cache.d.ts +89 -0
  867. package/dist/esm/operations/cache.d.ts.map +1 -0
  868. package/dist/esm/operations/cache.js +339 -0
  869. package/dist/esm/operations/cache.js.map +1 -0
  870. package/dist/esm/operations/certificate.d.ts +86 -0
  871. package/dist/esm/operations/certificate.d.ts.map +1 -0
  872. package/dist/esm/operations/certificate.js +336 -0
  873. package/dist/esm/operations/certificate.js.map +1 -0
  874. package/dist/esm/operations/contentItem.d.ts +81 -0
  875. package/dist/esm/operations/contentItem.d.ts.map +1 -0
  876. package/dist/esm/operations/contentItem.js +320 -0
  877. package/dist/esm/operations/contentItem.js.map +1 -0
  878. package/dist/esm/operations/contentType.d.ts +72 -0
  879. package/dist/esm/operations/contentType.d.ts.map +1 -0
  880. package/dist/esm/operations/contentType.js +267 -0
  881. package/dist/esm/operations/contentType.js.map +1 -0
  882. package/dist/esm/operations/delegationSettings.d.ts +52 -0
  883. package/dist/esm/operations/delegationSettings.d.ts.map +1 -0
  884. package/dist/esm/operations/delegationSettings.js +188 -0
  885. package/dist/esm/operations/delegationSettings.js.map +1 -0
  886. package/dist/esm/operations/deletedServices.d.ts +54 -0
  887. package/dist/esm/operations/deletedServices.d.ts.map +1 -0
  888. package/dist/esm/operations/deletedServices.js +243 -0
  889. package/dist/esm/operations/deletedServices.js.map +1 -0
  890. package/dist/esm/operations/diagnostic.d.ts +89 -0
  891. package/dist/esm/operations/diagnostic.d.ts.map +1 -0
  892. package/dist/esm/operations/diagnostic.js +351 -0
  893. package/dist/esm/operations/diagnostic.js.map +1 -0
  894. package/dist/esm/operations/documentation.d.ts +89 -0
  895. package/dist/esm/operations/documentation.d.ts.map +1 -0
  896. package/dist/esm/operations/documentation.js +351 -0
  897. package/dist/esm/operations/documentation.js.map +1 -0
  898. package/dist/esm/operations/emailTemplate.d.ts +84 -0
  899. package/dist/esm/operations/emailTemplate.d.ts.map +1 -0
  900. package/dist/esm/operations/emailTemplate.js +344 -0
  901. package/dist/esm/operations/emailTemplate.js.map +1 -0
  902. package/dist/esm/operations/gateway.d.ts +118 -0
  903. package/dist/esm/operations/gateway.d.ts.map +1 -0
  904. package/dist/esm/operations/gateway.js +455 -0
  905. package/dist/esm/operations/gateway.js.map +1 -0
  906. package/dist/esm/operations/gatewayApi.d.ts +74 -0
  907. package/dist/esm/operations/gatewayApi.d.ts.map +1 -0
  908. package/dist/esm/operations/gatewayApi.js +272 -0
  909. package/dist/esm/operations/gatewayApi.js.map +1 -0
  910. package/dist/esm/operations/gatewayCertificateAuthority.d.ts +91 -0
  911. package/dist/esm/operations/gatewayCertificateAuthority.d.ts.map +1 -0
  912. package/dist/esm/operations/gatewayCertificateAuthority.js +335 -0
  913. package/dist/esm/operations/gatewayCertificateAuthority.js.map +1 -0
  914. package/dist/esm/operations/gatewayHostnameConfiguration.d.ts +92 -0
  915. package/dist/esm/operations/gatewayHostnameConfiguration.d.ts.map +1 -0
  916. package/dist/esm/operations/gatewayHostnameConfiguration.js +322 -0
  917. package/dist/esm/operations/gatewayHostnameConfiguration.js.map +1 -0
  918. package/dist/esm/operations/globalSchema.d.ts +83 -0
  919. package/dist/esm/operations/globalSchema.d.ts.map +1 -0
  920. package/dist/esm/operations/globalSchema.js +352 -0
  921. package/dist/esm/operations/globalSchema.js.map +1 -0
  922. package/dist/esm/operations/graphQLApiResolver.d.ts +105 -0
  923. package/dist/esm/operations/graphQLApiResolver.d.ts.map +1 -0
  924. package/dist/esm/operations/graphQLApiResolver.js +382 -0
  925. package/dist/esm/operations/graphQLApiResolver.js.map +1 -0
  926. package/dist/esm/operations/graphQLApiResolverPolicy.d.ts +101 -0
  927. package/dist/esm/operations/graphQLApiResolverPolicy.d.ts.map +1 -0
  928. package/dist/esm/operations/graphQLApiResolverPolicy.js +348 -0
  929. package/dist/esm/operations/graphQLApiResolverPolicy.js.map +1 -0
  930. package/dist/esm/operations/group.d.ts +84 -0
  931. package/dist/esm/operations/group.d.ts.map +1 -0
  932. package/dist/esm/operations/group.js +339 -0
  933. package/dist/esm/operations/group.js.map +1 -0
  934. package/dist/esm/operations/groupUser.d.ts +68 -0
  935. package/dist/esm/operations/groupUser.d.ts.map +1 -0
  936. package/dist/esm/operations/groupUser.js +263 -0
  937. package/dist/esm/operations/groupUser.js.map +1 -0
  938. package/dist/esm/operations/identityProvider.d.ts +92 -0
  939. package/dist/esm/operations/identityProvider.d.ts.map +1 -0
  940. package/dist/esm/operations/identityProvider.js +386 -0
  941. package/dist/esm/operations/identityProvider.js.map +1 -0
  942. package/dist/esm/operations/index.d.ts +89 -0
  943. package/dist/esm/operations/index.d.ts.map +1 -0
  944. package/dist/esm/operations/index.js +96 -0
  945. package/dist/esm/operations/index.js.map +1 -0
  946. package/dist/esm/operations/issue.d.ts +46 -0
  947. package/dist/esm/operations/issue.d.ts.map +1 -0
  948. package/dist/esm/operations/issue.js +188 -0
  949. package/dist/esm/operations/issue.js.map +1 -0
  950. package/dist/esm/operations/logger.d.ts +84 -0
  951. package/dist/esm/operations/logger.d.ts.map +1 -0
  952. package/dist/esm/operations/logger.js +346 -0
  953. package/dist/esm/operations/logger.js.map +1 -0
  954. package/dist/esm/operations/namedValue.d.ts +129 -0
  955. package/dist/esm/operations/namedValue.d.ts.map +1 -0
  956. package/dist/esm/operations/namedValue.js +589 -0
  957. package/dist/esm/operations/namedValue.js.map +1 -0
  958. package/dist/esm/operations/networkStatus.d.ts +31 -0
  959. package/dist/esm/operations/networkStatus.d.ts.map +1 -0
  960. package/dist/esm/operations/networkStatus.js +98 -0
  961. package/dist/esm/operations/networkStatus.js.map +1 -0
  962. package/dist/esm/operations/notification.d.ts +54 -0
  963. package/dist/esm/operations/notification.d.ts.map +1 -0
  964. package/dist/esm/operations/notification.js +214 -0
  965. package/dist/esm/operations/notification.js.map +1 -0
  966. package/dist/esm/operations/notificationRecipientEmail.d.ts +48 -0
  967. package/dist/esm/operations/notificationRecipientEmail.d.ts.map +1 -0
  968. package/dist/esm/operations/notificationRecipientEmail.js +158 -0
  969. package/dist/esm/operations/notificationRecipientEmail.js.map +1 -0
  970. package/dist/esm/operations/notificationRecipientUser.d.ts +48 -0
  971. package/dist/esm/operations/notificationRecipientUser.d.ts.map +1 -0
  972. package/dist/esm/operations/notificationRecipientUser.js +158 -0
  973. package/dist/esm/operations/notificationRecipientUser.js.map +1 -0
  974. package/dist/esm/operations/openIdConnectProvider.d.ts +92 -0
  975. package/dist/esm/operations/openIdConnectProvider.d.ts.map +1 -0
  976. package/dist/esm/operations/openIdConnectProvider.js +372 -0
  977. package/dist/esm/operations/openIdConnectProvider.js.map +1 -0
  978. package/dist/esm/operations/operationOperations.d.ts +44 -0
  979. package/dist/esm/operations/operationOperations.d.ts.map +1 -0
  980. package/dist/esm/operations/operationOperations.js +164 -0
  981. package/dist/esm/operations/operationOperations.js.map +1 -0
  982. package/dist/esm/operations/outboundNetworkDependenciesEndpoints.d.ts +20 -0
  983. package/dist/esm/operations/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
  984. package/dist/esm/operations/outboundNetworkDependenciesEndpoints.js +53 -0
  985. package/dist/esm/operations/outboundNetworkDependenciesEndpoints.js.map +1 -0
  986. package/dist/esm/operations/policy.d.ts +55 -0
  987. package/dist/esm/operations/policy.d.ts.map +1 -0
  988. package/dist/esm/operations/policy.js +195 -0
  989. package/dist/esm/operations/policy.js.map +1 -0
  990. package/dist/esm/operations/policyDescription.d.ts +20 -0
  991. package/dist/esm/operations/policyDescription.d.ts.map +1 -0
  992. package/dist/esm/operations/policyDescription.js +53 -0
  993. package/dist/esm/operations/policyDescription.js.map +1 -0
  994. package/dist/esm/operations/policyFragment.d.ts +73 -0
  995. package/dist/esm/operations/policyFragment.d.ts.map +1 -0
  996. package/dist/esm/operations/policyFragment.js +288 -0
  997. package/dist/esm/operations/policyFragment.js.map +1 -0
  998. package/dist/esm/operations/portalConfig.d.ts +58 -0
  999. package/dist/esm/operations/portalConfig.d.ts.map +1 -0
  1000. package/dist/esm/operations/portalConfig.js +214 -0
  1001. package/dist/esm/operations/portalConfig.js.map +1 -0
  1002. package/dist/esm/operations/portalRevision.d.ts +103 -0
  1003. package/dist/esm/operations/portalRevision.d.ts.map +1 -0
  1004. package/dist/esm/operations/portalRevision.js +437 -0
  1005. package/dist/esm/operations/portalRevision.js.map +1 -0
  1006. package/dist/esm/operations/portalSettings.d.ts +20 -0
  1007. package/dist/esm/operations/portalSettings.d.ts.map +1 -0
  1008. package/dist/esm/operations/portalSettings.js +53 -0
  1009. package/dist/esm/operations/portalSettings.js.map +1 -0
  1010. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +88 -0
  1011. package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  1012. package/dist/esm/operations/privateEndpointConnectionOperations.js +381 -0
  1013. package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -0
  1014. package/dist/esm/operations/product.d.ts +108 -0
  1015. package/dist/esm/operations/product.d.ts.map +1 -0
  1016. package/dist/esm/operations/product.js +478 -0
  1017. package/dist/esm/operations/product.js.map +1 -0
  1018. package/dist/esm/operations/productApi.d.ts +71 -0
  1019. package/dist/esm/operations/productApi.d.ts.map +1 -0
  1020. package/dist/esm/operations/productApi.js +265 -0
  1021. package/dist/esm/operations/productApi.js.map +1 -0
  1022. package/dist/esm/operations/productGroup.d.ts +68 -0
  1023. package/dist/esm/operations/productGroup.d.ts.map +1 -0
  1024. package/dist/esm/operations/productGroup.js +262 -0
  1025. package/dist/esm/operations/productGroup.js.map +1 -0
  1026. package/dist/esm/operations/productPolicy.d.ts +60 -0
  1027. package/dist/esm/operations/productPolicy.d.ts.map +1 -0
  1028. package/dist/esm/operations/productPolicy.js +212 -0
  1029. package/dist/esm/operations/productPolicy.js.map +1 -0
  1030. package/dist/esm/operations/productSubscriptions.d.ts +41 -0
  1031. package/dist/esm/operations/productSubscriptions.d.ts.map +1 -0
  1032. package/dist/esm/operations/productSubscriptions.js +160 -0
  1033. package/dist/esm/operations/productSubscriptions.js.map +1 -0
  1034. package/dist/esm/operations/productWiki.d.ts +59 -0
  1035. package/dist/esm/operations/productWiki.d.ts.map +1 -0
  1036. package/dist/esm/operations/productWiki.js +214 -0
  1037. package/dist/esm/operations/productWiki.js.map +1 -0
  1038. package/dist/esm/operations/productWikis.d.ts +41 -0
  1039. package/dist/esm/operations/productWikis.d.ts.map +1 -0
  1040. package/dist/esm/operations/productWikis.js +162 -0
  1041. package/dist/esm/operations/productWikis.js.map +1 -0
  1042. package/dist/esm/operations/quotaByCounterKeys.d.ts +38 -0
  1043. package/dist/esm/operations/quotaByCounterKeys.d.ts.map +1 -0
  1044. package/dist/esm/operations/quotaByCounterKeys.js +98 -0
  1045. package/dist/esm/operations/quotaByCounterKeys.js.map +1 -0
  1046. package/dist/esm/operations/quotaByPeriodKeys.d.ts +39 -0
  1047. package/dist/esm/operations/quotaByPeriodKeys.d.ts.map +1 -0
  1048. package/dist/esm/operations/quotaByPeriodKeys.js +114 -0
  1049. package/dist/esm/operations/quotaByPeriodKeys.js.map +1 -0
  1050. package/dist/esm/operations/region.d.ts +38 -0
  1051. package/dist/esm/operations/region.d.ts.map +1 -0
  1052. package/dist/esm/operations/region.js +150 -0
  1053. package/dist/esm/operations/region.js.map +1 -0
  1054. package/dist/esm/operations/reports.d.ts +362 -0
  1055. package/dist/esm/operations/reports.d.ts.map +1 -0
  1056. package/dist/esm/operations/reports.js +1185 -0
  1057. package/dist/esm/operations/reports.js.map +1 -0
  1058. package/dist/esm/operations/signInSettings.d.ts +45 -0
  1059. package/dist/esm/operations/signInSettings.d.ts.map +1 -0
  1060. package/dist/esm/operations/signInSettings.js +158 -0
  1061. package/dist/esm/operations/signInSettings.js.map +1 -0
  1062. package/dist/esm/operations/signUpSettings.d.ts +45 -0
  1063. package/dist/esm/operations/signUpSettings.d.ts.map +1 -0
  1064. package/dist/esm/operations/signUpSettings.js +158 -0
  1065. package/dist/esm/operations/signUpSettings.js.map +1 -0
  1066. package/dist/esm/operations/subscription.d.ts +116 -0
  1067. package/dist/esm/operations/subscription.d.ts.map +1 -0
  1068. package/dist/esm/operations/subscription.js +448 -0
  1069. package/dist/esm/operations/subscription.js.map +1 -0
  1070. package/dist/esm/operations/tag.d.ts +301 -0
  1071. package/dist/esm/operations/tag.d.ts.map +1 -0
  1072. package/dist/esm/operations/tag.js +1195 -0
  1073. package/dist/esm/operations/tag.js.map +1 -0
  1074. package/dist/esm/operations/tagResource.d.ts +38 -0
  1075. package/dist/esm/operations/tagResource.d.ts.map +1 -0
  1076. package/dist/esm/operations/tagResource.js +155 -0
  1077. package/dist/esm/operations/tagResource.js.map +1 -0
  1078. package/dist/esm/operations/tenantAccess.d.ts +100 -0
  1079. package/dist/esm/operations/tenantAccess.d.ts.map +1 -0
  1080. package/dist/esm/operations/tenantAccess.js +406 -0
  1081. package/dist/esm/operations/tenantAccess.js.map +1 -0
  1082. package/dist/esm/operations/tenantAccessGit.d.ts +29 -0
  1083. package/dist/esm/operations/tenantAccessGit.d.ts.map +1 -0
  1084. package/dist/esm/operations/tenantAccessGit.js +83 -0
  1085. package/dist/esm/operations/tenantAccessGit.js.map +1 -0
  1086. package/dist/esm/operations/tenantConfiguration.d.ts +83 -0
  1087. package/dist/esm/operations/tenantConfiguration.d.ts.map +1 -0
  1088. package/dist/esm/operations/tenantConfiguration.js +349 -0
  1089. package/dist/esm/operations/tenantConfiguration.js.map +1 -0
  1090. package/dist/esm/operations/tenantSettings.d.ts +46 -0
  1091. package/dist/esm/operations/tenantSettings.d.ts.map +1 -0
  1092. package/dist/esm/operations/tenantSettings.js +183 -0
  1093. package/dist/esm/operations/tenantSettings.js.map +1 -0
  1094. package/dist/esm/operations/user.d.ts +102 -0
  1095. package/dist/esm/operations/user.d.ts.map +1 -0
  1096. package/dist/esm/operations/user.js +413 -0
  1097. package/dist/esm/operations/user.js.map +1 -0
  1098. package/dist/esm/operations/userConfirmationPassword.d.ts +21 -0
  1099. package/dist/esm/operations/userConfirmationPassword.d.ts.map +1 -0
  1100. package/dist/esm/operations/userConfirmationPassword.js +53 -0
  1101. package/dist/esm/operations/userConfirmationPassword.js.map +1 -0
  1102. package/dist/esm/operations/userGroup.d.ts +41 -0
  1103. package/dist/esm/operations/userGroup.d.ts.map +1 -0
  1104. package/dist/esm/operations/userGroup.js +160 -0
  1105. package/dist/esm/operations/userGroup.js.map +1 -0
  1106. package/dist/esm/operations/userIdentities.d.ts +41 -0
  1107. package/dist/esm/operations/userIdentities.d.ts.map +1 -0
  1108. package/dist/esm/operations/userIdentities.js +155 -0
  1109. package/dist/esm/operations/userIdentities.js.map +1 -0
  1110. package/dist/esm/operations/userSubscription.d.ts +51 -0
  1111. package/dist/esm/operations/userSubscription.d.ts.map +1 -0
  1112. package/dist/esm/operations/userSubscription.js +196 -0
  1113. package/dist/esm/operations/userSubscription.js.map +1 -0
  1114. package/dist/esm/operationsInterfaces/api.d.ts +82 -0
  1115. package/dist/esm/operationsInterfaces/api.d.ts.map +1 -0
  1116. package/dist/esm/operationsInterfaces/api.js.map +1 -0
  1117. package/dist/esm/operationsInterfaces/apiDiagnostic.d.ts +70 -0
  1118. package/dist/esm/operationsInterfaces/apiDiagnostic.d.ts.map +1 -0
  1119. package/dist/esm/operationsInterfaces/apiDiagnostic.js.map +1 -0
  1120. package/dist/esm/operationsInterfaces/apiExport.d.ts +18 -0
  1121. package/dist/esm/operationsInterfaces/apiExport.d.ts.map +1 -0
  1122. package/dist/esm/operationsInterfaces/apiExport.js.map +1 -0
  1123. package/dist/esm/operationsInterfaces/apiIssue.d.ts +65 -0
  1124. package/dist/esm/operationsInterfaces/apiIssue.d.ts.map +1 -0
  1125. package/dist/esm/operationsInterfaces/apiIssue.js.map +1 -0
  1126. package/dist/esm/operationsInterfaces/apiIssueAttachment.d.ts +58 -0
  1127. package/dist/esm/operationsInterfaces/apiIssueAttachment.d.ts.map +1 -0
  1128. package/dist/esm/operationsInterfaces/apiIssueAttachment.js.map +1 -0
  1129. package/dist/esm/operationsInterfaces/apiIssueComment.d.ts +58 -0
  1130. package/dist/esm/operationsInterfaces/apiIssueComment.d.ts.map +1 -0
  1131. package/dist/esm/operationsInterfaces/apiIssueComment.js.map +1 -0
  1132. package/dist/esm/operationsInterfaces/apiManagementOperations.d.ts +11 -0
  1133. package/dist/esm/operationsInterfaces/apiManagementOperations.d.ts.map +1 -0
  1134. package/dist/esm/operationsInterfaces/apiManagementOperations.js.map +1 -0
  1135. package/dist/esm/operationsInterfaces/apiManagementService.d.ts +163 -0
  1136. package/dist/esm/operationsInterfaces/apiManagementService.d.ts.map +1 -0
  1137. package/dist/esm/operationsInterfaces/apiManagementService.js.map +1 -0
  1138. package/dist/esm/operationsInterfaces/apiManagementServiceSkus.d.ts +13 -0
  1139. package/dist/esm/operationsInterfaces/apiManagementServiceSkus.d.ts.map +1 -0
  1140. package/dist/esm/operationsInterfaces/apiManagementServiceSkus.js.map +1 -0
  1141. package/dist/esm/operationsInterfaces/apiManagementSkus.d.ts +11 -0
  1142. package/dist/esm/operationsInterfaces/apiManagementSkus.d.ts.map +1 -0
  1143. package/dist/esm/operationsInterfaces/apiManagementSkus.js.map +1 -0
  1144. package/dist/esm/operationsInterfaces/apiOperation.d.ts +76 -0
  1145. package/dist/esm/operationsInterfaces/apiOperation.d.ts.map +1 -0
  1146. package/dist/esm/operationsInterfaces/apiOperation.js.map +1 -0
  1147. package/dist/esm/operationsInterfaces/apiOperationPolicy.d.ts +67 -0
  1148. package/dist/esm/operationsInterfaces/apiOperationPolicy.d.ts.map +1 -0
  1149. package/dist/esm/operationsInterfaces/apiOperationPolicy.js.map +1 -0
  1150. package/dist/esm/operationsInterfaces/apiPolicy.d.ts +57 -0
  1151. package/dist/esm/operationsInterfaces/apiPolicy.d.ts.map +1 -0
  1152. package/dist/esm/operationsInterfaces/apiPolicy.js.map +1 -0
  1153. package/dist/esm/operationsInterfaces/apiProduct.d.ts +14 -0
  1154. package/dist/esm/operationsInterfaces/apiProduct.d.ts.map +1 -0
  1155. package/dist/esm/operationsInterfaces/apiProduct.js.map +1 -0
  1156. package/dist/esm/operationsInterfaces/apiRelease.d.ts +72 -0
  1157. package/dist/esm/operationsInterfaces/apiRelease.d.ts.map +1 -0
  1158. package/dist/esm/operationsInterfaces/apiRelease.js.map +1 -0
  1159. package/dist/esm/operationsInterfaces/apiRevision.d.ts +14 -0
  1160. package/dist/esm/operationsInterfaces/apiRevision.d.ts.map +1 -0
  1161. package/dist/esm/operationsInterfaces/apiRevision.js.map +1 -0
  1162. package/dist/esm/operationsInterfaces/apiSchema.d.ts +70 -0
  1163. package/dist/esm/operationsInterfaces/apiSchema.d.ts.map +1 -0
  1164. package/dist/esm/operationsInterfaces/apiSchema.js.map +1 -0
  1165. package/dist/esm/operationsInterfaces/apiTagDescription.d.ts +63 -0
  1166. package/dist/esm/operationsInterfaces/apiTagDescription.d.ts.map +1 -0
  1167. package/dist/esm/operationsInterfaces/apiTagDescription.js.map +1 -0
  1168. package/dist/esm/operationsInterfaces/apiVersionSet.d.ts +64 -0
  1169. package/dist/esm/operationsInterfaces/apiVersionSet.d.ts.map +1 -0
  1170. package/dist/esm/operationsInterfaces/apiVersionSet.js.map +1 -0
  1171. package/dist/esm/operationsInterfaces/apiWiki.d.ts +51 -0
  1172. package/dist/esm/operationsInterfaces/apiWiki.d.ts.map +1 -0
  1173. package/dist/esm/operationsInterfaces/apiWiki.js.map +1 -0
  1174. package/dist/esm/operationsInterfaces/apiWikis.d.ts +14 -0
  1175. package/dist/esm/operationsInterfaces/apiWikis.d.ts.map +1 -0
  1176. package/dist/esm/operationsInterfaces/apiWikis.js.map +1 -0
  1177. package/dist/esm/operationsInterfaces/authorization.d.ts +54 -0
  1178. package/dist/esm/operationsInterfaces/authorization.d.ts.map +1 -0
  1179. package/dist/esm/operationsInterfaces/authorization.js.map +1 -0
  1180. package/dist/esm/operationsInterfaces/authorizationAccessPolicy.d.ts +48 -0
  1181. package/dist/esm/operationsInterfaces/authorizationAccessPolicy.d.ts.map +1 -0
  1182. package/dist/esm/operationsInterfaces/authorizationAccessPolicy.js.map +1 -0
  1183. package/dist/esm/operationsInterfaces/authorizationLoginLinks.d.ts +15 -0
  1184. package/dist/esm/operationsInterfaces/authorizationLoginLinks.d.ts.map +1 -0
  1185. package/dist/esm/operationsInterfaces/authorizationLoginLinks.js.map +1 -0
  1186. package/dist/esm/operationsInterfaces/authorizationProvider.d.ts +40 -0
  1187. package/dist/esm/operationsInterfaces/authorizationProvider.d.ts.map +1 -0
  1188. package/dist/esm/operationsInterfaces/authorizationProvider.js.map +1 -0
  1189. package/dist/esm/operationsInterfaces/authorizationServer.d.ts +67 -0
  1190. package/dist/esm/operationsInterfaces/authorizationServer.d.ts.map +1 -0
  1191. package/dist/esm/operationsInterfaces/authorizationServer.js.map +1 -0
  1192. package/dist/esm/operationsInterfaces/backend.d.ts +74 -0
  1193. package/dist/esm/operationsInterfaces/backend.d.ts.map +1 -0
  1194. package/dist/esm/operationsInterfaces/backend.js.map +1 -0
  1195. package/dist/esm/operationsInterfaces/cache.d.ts +64 -0
  1196. package/dist/esm/operationsInterfaces/cache.d.ts.map +1 -0
  1197. package/dist/esm/operationsInterfaces/cache.js.map +1 -0
  1198. package/dist/esm/operationsInterfaces/certificate.d.ts +61 -0
  1199. package/dist/esm/operationsInterfaces/certificate.d.ts.map +1 -0
  1200. package/dist/esm/operationsInterfaces/certificate.js.map +1 -0
  1201. package/dist/esm/operationsInterfaces/contentItem.d.ts +54 -0
  1202. package/dist/esm/operationsInterfaces/contentItem.d.ts.map +1 -0
  1203. package/dist/esm/operationsInterfaces/contentItem.js.map +1 -0
  1204. package/dist/esm/operationsInterfaces/contentType.d.ts +46 -0
  1205. package/dist/esm/operationsInterfaces/contentType.d.ts.map +1 -0
  1206. package/dist/esm/operationsInterfaces/contentType.js.map +1 -0
  1207. package/dist/esm/operationsInterfaces/delegationSettings.d.ts +44 -0
  1208. package/dist/esm/operationsInterfaces/delegationSettings.d.ts.map +1 -0
  1209. package/dist/esm/operationsInterfaces/delegationSettings.js.map +1 -0
  1210. package/dist/esm/operationsInterfaces/deletedServices.d.ts +33 -0
  1211. package/dist/esm/operationsInterfaces/deletedServices.d.ts.map +1 -0
  1212. package/dist/esm/operationsInterfaces/deletedServices.js.map +1 -0
  1213. package/dist/esm/operationsInterfaces/diagnostic.d.ts +64 -0
  1214. package/dist/esm/operationsInterfaces/diagnostic.d.ts.map +1 -0
  1215. package/dist/esm/operationsInterfaces/diagnostic.js.map +1 -0
  1216. package/dist/esm/operationsInterfaces/documentation.d.ts +64 -0
  1217. package/dist/esm/operationsInterfaces/documentation.d.ts.map +1 -0
  1218. package/dist/esm/operationsInterfaces/documentation.js.map +1 -0
  1219. package/dist/esm/operationsInterfaces/emailTemplate.d.ts +59 -0
  1220. package/dist/esm/operationsInterfaces/emailTemplate.d.ts.map +1 -0
  1221. package/dist/esm/operationsInterfaces/emailTemplate.js.map +1 -0
  1222. package/dist/esm/operationsInterfaces/gateway.d.ts +93 -0
  1223. package/dist/esm/operationsInterfaces/gateway.d.ts.map +1 -0
  1224. package/dist/esm/operationsInterfaces/gateway.js.map +1 -0
  1225. package/dist/esm/operationsInterfaces/gatewayApi.d.ts +45 -0
  1226. package/dist/esm/operationsInterfaces/gatewayApi.d.ts.map +1 -0
  1227. package/dist/esm/operationsInterfaces/gatewayApi.js.map +1 -0
  1228. package/dist/esm/operationsInterfaces/gatewayCertificateAuthority.d.ts +62 -0
  1229. package/dist/esm/operationsInterfaces/gatewayCertificateAuthority.d.ts.map +1 -0
  1230. package/dist/esm/operationsInterfaces/gatewayCertificateAuthority.js.map +1 -0
  1231. package/dist/esm/operationsInterfaces/gatewayHostnameConfiguration.d.ts +63 -0
  1232. package/dist/esm/operationsInterfaces/gatewayHostnameConfiguration.d.ts.map +1 -0
  1233. package/dist/esm/operationsInterfaces/gatewayHostnameConfiguration.js.map +1 -0
  1234. package/dist/esm/operationsInterfaces/globalSchema.d.ts +58 -0
  1235. package/dist/esm/operationsInterfaces/globalSchema.d.ts.map +1 -0
  1236. package/dist/esm/operationsInterfaces/globalSchema.js.map +1 -0
  1237. package/dist/esm/operationsInterfaces/graphQLApiResolver.d.ts +76 -0
  1238. package/dist/esm/operationsInterfaces/graphQLApiResolver.d.ts.map +1 -0
  1239. package/dist/esm/operationsInterfaces/graphQLApiResolver.js.map +1 -0
  1240. package/dist/esm/operationsInterfaces/graphQLApiResolverPolicy.d.ts +68 -0
  1241. package/dist/esm/operationsInterfaces/graphQLApiResolverPolicy.d.ts.map +1 -0
  1242. package/dist/esm/operationsInterfaces/graphQLApiResolverPolicy.js.map +1 -0
  1243. package/dist/esm/operationsInterfaces/group.d.ts +59 -0
  1244. package/dist/esm/operationsInterfaces/group.d.ts.map +1 -0
  1245. package/dist/esm/operationsInterfaces/group.js.map +1 -0
  1246. package/dist/esm/operationsInterfaces/groupUser.d.ts +41 -0
  1247. package/dist/esm/operationsInterfaces/groupUser.d.ts.map +1 -0
  1248. package/dist/esm/operationsInterfaces/groupUser.js.map +1 -0
  1249. package/dist/esm/operationsInterfaces/identityProvider.d.ts +67 -0
  1250. package/dist/esm/operationsInterfaces/identityProvider.d.ts.map +1 -0
  1251. package/dist/esm/operationsInterfaces/identityProvider.js.map +1 -0
  1252. package/dist/esm/operationsInterfaces/index.d.ts +89 -0
  1253. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  1254. package/dist/esm/operationsInterfaces/index.js +96 -0
  1255. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  1256. package/dist/esm/operationsInterfaces/issue.d.ts +21 -0
  1257. package/dist/esm/operationsInterfaces/issue.d.ts.map +1 -0
  1258. package/dist/esm/operationsInterfaces/issue.js.map +1 -0
  1259. package/dist/esm/operationsInterfaces/logger.d.ts +59 -0
  1260. package/dist/esm/operationsInterfaces/logger.d.ts.map +1 -0
  1261. package/dist/esm/operationsInterfaces/logger.js.map +1 -0
  1262. package/dist/esm/operationsInterfaces/namedValue.d.ts +104 -0
  1263. package/dist/esm/operationsInterfaces/namedValue.d.ts.map +1 -0
  1264. package/dist/esm/operationsInterfaces/namedValue.js.map +1 -0
  1265. package/dist/esm/operationsInterfaces/networkStatus.d.ts +23 -0
  1266. package/dist/esm/operationsInterfaces/networkStatus.d.ts.map +1 -0
  1267. package/dist/esm/operationsInterfaces/networkStatus.js.map +1 -0
  1268. package/dist/esm/operationsInterfaces/notification.d.ts +29 -0
  1269. package/dist/esm/operationsInterfaces/notification.d.ts.map +1 -0
  1270. package/dist/esm/operationsInterfaces/notification.js.map +1 -0
  1271. package/dist/esm/operationsInterfaces/notificationRecipientEmail.d.ts +40 -0
  1272. package/dist/esm/operationsInterfaces/notificationRecipientEmail.d.ts.map +1 -0
  1273. package/dist/esm/operationsInterfaces/notificationRecipientEmail.js.map +1 -0
  1274. package/dist/esm/operationsInterfaces/notificationRecipientUser.d.ts +40 -0
  1275. package/dist/esm/operationsInterfaces/notificationRecipientUser.d.ts.map +1 -0
  1276. package/dist/esm/operationsInterfaces/notificationRecipientUser.js.map +1 -0
  1277. package/dist/esm/operationsInterfaces/openIdConnectProvider.d.ts +67 -0
  1278. package/dist/esm/operationsInterfaces/openIdConnectProvider.d.ts.map +1 -0
  1279. package/dist/esm/operationsInterfaces/openIdConnectProvider.js.map +1 -0
  1280. package/dist/esm/operationsInterfaces/operationOperations.d.ts +15 -0
  1281. package/dist/esm/operationsInterfaces/operationOperations.d.ts.map +1 -0
  1282. package/dist/esm/operationsInterfaces/operationOperations.js.map +1 -0
  1283. package/dist/esm/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +12 -0
  1284. package/dist/esm/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts.map +1 -0
  1285. package/dist/esm/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +1 -0
  1286. package/dist/esm/operationsInterfaces/policy.d.ts +47 -0
  1287. package/dist/esm/operationsInterfaces/policy.d.ts.map +1 -0
  1288. package/dist/esm/operationsInterfaces/policy.js.map +1 -0
  1289. package/dist/esm/operationsInterfaces/policyDescription.d.ts +12 -0
  1290. package/dist/esm/operationsInterfaces/policyDescription.d.ts.map +1 -0
  1291. package/dist/esm/operationsInterfaces/policyDescription.js.map +1 -0
  1292. package/dist/esm/operationsInterfaces/policyFragment.d.ts +65 -0
  1293. package/dist/esm/operationsInterfaces/policyFragment.d.ts.map +1 -0
  1294. package/dist/esm/operationsInterfaces/policyFragment.js.map +1 -0
  1295. package/dist/esm/operationsInterfaces/portalConfig.d.ts +50 -0
  1296. package/dist/esm/operationsInterfaces/portalConfig.d.ts.map +1 -0
  1297. package/dist/esm/operationsInterfaces/portalConfig.js.map +1 -0
  1298. package/dist/esm/operationsInterfaces/portalRevision.d.ts +78 -0
  1299. package/dist/esm/operationsInterfaces/portalRevision.d.ts.map +1 -0
  1300. package/dist/esm/operationsInterfaces/portalRevision.js.map +1 -0
  1301. package/dist/esm/operationsInterfaces/portalSettings.d.ts +12 -0
  1302. package/dist/esm/operationsInterfaces/portalSettings.d.ts.map +1 -0
  1303. package/dist/esm/operationsInterfaces/portalSettings.js.map +1 -0
  1304. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +71 -0
  1305. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  1306. package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  1307. package/dist/esm/operationsInterfaces/product.d.ts +66 -0
  1308. package/dist/esm/operationsInterfaces/product.d.ts.map +1 -0
  1309. package/dist/esm/operationsInterfaces/product.js.map +1 -0
  1310. package/dist/esm/operationsInterfaces/productApi.d.ts +44 -0
  1311. package/dist/esm/operationsInterfaces/productApi.d.ts.map +1 -0
  1312. package/dist/esm/operationsInterfaces/productApi.js.map +1 -0
  1313. package/dist/esm/operationsInterfaces/productGroup.d.ts +41 -0
  1314. package/dist/esm/operationsInterfaces/productGroup.d.ts.map +1 -0
  1315. package/dist/esm/operationsInterfaces/productGroup.js.map +1 -0
  1316. package/dist/esm/operationsInterfaces/productPolicy.d.ts +52 -0
  1317. package/dist/esm/operationsInterfaces/productPolicy.d.ts.map +1 -0
  1318. package/dist/esm/operationsInterfaces/productPolicy.js.map +1 -0
  1319. package/dist/esm/operationsInterfaces/productSubscriptions.d.ts +14 -0
  1320. package/dist/esm/operationsInterfaces/productSubscriptions.d.ts.map +1 -0
  1321. package/dist/esm/operationsInterfaces/productSubscriptions.js.map +1 -0
  1322. package/dist/esm/operationsInterfaces/productWiki.d.ts +51 -0
  1323. package/dist/esm/operationsInterfaces/productWiki.d.ts.map +1 -0
  1324. package/dist/esm/operationsInterfaces/productWiki.js.map +1 -0
  1325. package/dist/esm/operationsInterfaces/productWikis.d.ts +14 -0
  1326. package/dist/esm/operationsInterfaces/productWikis.d.ts.map +1 -0
  1327. package/dist/esm/operationsInterfaces/productWikis.js.map +1 -0
  1328. package/dist/esm/operationsInterfaces/quotaByCounterKeys.d.ts +30 -0
  1329. package/dist/esm/operationsInterfaces/quotaByCounterKeys.d.ts.map +1 -0
  1330. package/dist/esm/operationsInterfaces/quotaByCounterKeys.js.map +1 -0
  1331. package/dist/esm/operationsInterfaces/quotaByPeriodKeys.d.ts +31 -0
  1332. package/dist/esm/operationsInterfaces/quotaByPeriodKeys.d.ts.map +1 -0
  1333. package/dist/esm/operationsInterfaces/quotaByPeriodKeys.js.map +1 -0
  1334. package/dist/esm/operationsInterfaces/region.d.ts +13 -0
  1335. package/dist/esm/operationsInterfaces/region.d.ts.map +1 -0
  1336. package/dist/esm/operationsInterfaces/region.js.map +1 -0
  1337. package/dist/esm/operationsInterfaces/reports.d.ts +144 -0
  1338. package/dist/esm/operationsInterfaces/reports.d.ts.map +1 -0
  1339. package/dist/esm/operationsInterfaces/reports.js.map +1 -0
  1340. package/dist/esm/operationsInterfaces/signInSettings.d.ts +37 -0
  1341. package/dist/esm/operationsInterfaces/signInSettings.d.ts.map +1 -0
  1342. package/dist/esm/operationsInterfaces/signInSettings.js.map +1 -0
  1343. package/dist/esm/operationsInterfaces/signUpSettings.d.ts +37 -0
  1344. package/dist/esm/operationsInterfaces/signUpSettings.d.ts.map +1 -0
  1345. package/dist/esm/operationsInterfaces/signUpSettings.js.map +1 -0
  1346. package/dist/esm/operationsInterfaces/subscription.d.ts +91 -0
  1347. package/dist/esm/operationsInterfaces/subscription.d.ts.map +1 -0
  1348. package/dist/esm/operationsInterfaces/subscription.js.map +1 -0
  1349. package/dist/esm/operationsInterfaces/tag.d.ts +211 -0
  1350. package/dist/esm/operationsInterfaces/tag.d.ts.map +1 -0
  1351. package/dist/esm/operationsInterfaces/tag.js.map +1 -0
  1352. package/dist/esm/operationsInterfaces/tagResource.d.ts +13 -0
  1353. package/dist/esm/operationsInterfaces/tagResource.d.ts.map +1 -0
  1354. package/dist/esm/operationsInterfaces/tagResource.js.map +1 -0
  1355. package/dist/esm/operationsInterfaces/tenantAccess.d.ts +75 -0
  1356. package/dist/esm/operationsInterfaces/tenantAccess.d.ts.map +1 -0
  1357. package/dist/esm/operationsInterfaces/tenantAccess.js.map +1 -0
  1358. package/dist/esm/operationsInterfaces/tenantAccessGit.d.ts +21 -0
  1359. package/dist/esm/operationsInterfaces/tenantAccessGit.d.ts.map +1 -0
  1360. package/dist/esm/operationsInterfaces/tenantAccessGit.js.map +1 -0
  1361. package/dist/esm/operationsInterfaces/tenantConfiguration.d.ts +75 -0
  1362. package/dist/esm/operationsInterfaces/tenantConfiguration.d.ts.map +1 -0
  1363. package/dist/esm/operationsInterfaces/tenantConfiguration.js.map +1 -0
  1364. package/dist/esm/operationsInterfaces/tenantSettings.d.ts +21 -0
  1365. package/dist/esm/operationsInterfaces/tenantSettings.d.ts.map +1 -0
  1366. package/dist/esm/operationsInterfaces/tenantSettings.js.map +1 -0
  1367. package/dist/esm/operationsInterfaces/user.d.ts +77 -0
  1368. package/dist/esm/operationsInterfaces/user.d.ts.map +1 -0
  1369. package/dist/esm/operationsInterfaces/user.js.map +1 -0
  1370. package/dist/esm/operationsInterfaces/userConfirmationPassword.d.ts +13 -0
  1371. package/dist/esm/operationsInterfaces/userConfirmationPassword.d.ts.map +1 -0
  1372. package/dist/esm/operationsInterfaces/userConfirmationPassword.js.map +1 -0
  1373. package/dist/esm/operationsInterfaces/userGroup.d.ts +14 -0
  1374. package/dist/esm/operationsInterfaces/userGroup.d.ts.map +1 -0
  1375. package/dist/esm/operationsInterfaces/userGroup.js.map +1 -0
  1376. package/dist/esm/operationsInterfaces/userIdentities.d.ts +14 -0
  1377. package/dist/esm/operationsInterfaces/userIdentities.d.ts.map +1 -0
  1378. package/dist/esm/operationsInterfaces/userIdentities.js.map +1 -0
  1379. package/dist/esm/operationsInterfaces/userSubscription.d.ts +24 -0
  1380. package/dist/esm/operationsInterfaces/userSubscription.d.ts.map +1 -0
  1381. package/dist/esm/operationsInterfaces/userSubscription.js.map +1 -0
  1382. package/dist/esm/package.json +3 -0
  1383. package/dist/esm/pagingHelper.d.ts +13 -0
  1384. package/dist/esm/pagingHelper.d.ts.map +1 -0
  1385. package/dist/esm/pagingHelper.js.map +1 -0
  1386. package/package.json +51 -39
  1387. package/dist/index.js +0 -46069
  1388. package/dist/index.js.map +0 -1
  1389. package/dist/index.min.js +0 -1
  1390. package/dist/index.min.js.map +0 -1
  1391. package/dist-esm/samples-dev/apiCreateOrUpdateSample.d.ts +0 -2
  1392. package/dist-esm/samples-dev/apiCreateOrUpdateSample.d.ts.map +0 -1
  1393. package/dist-esm/samples-dev/apiCreateOrUpdateSample.js +0 -485
  1394. package/dist-esm/samples-dev/apiCreateOrUpdateSample.js.map +0 -1
  1395. package/dist-esm/samples-dev/apiDeleteSample.d.ts +0 -2
  1396. package/dist-esm/samples-dev/apiDeleteSample.d.ts.map +0 -1
  1397. package/dist-esm/samples-dev/apiDeleteSample.js +0 -40
  1398. package/dist-esm/samples-dev/apiDeleteSample.js.map +0 -1
  1399. package/dist-esm/samples-dev/apiDiagnosticCreateOrUpdateSample.d.ts +0 -2
  1400. package/dist-esm/samples-dev/apiDiagnosticCreateOrUpdateSample.d.ts.map +0 -1
  1401. package/dist-esm/samples-dev/apiDiagnosticCreateOrUpdateSample.js +0 -53
  1402. package/dist-esm/samples-dev/apiDiagnosticCreateOrUpdateSample.js.map +0 -1
  1403. package/dist-esm/samples-dev/apiDiagnosticDeleteSample.d.ts +0 -2
  1404. package/dist-esm/samples-dev/apiDiagnosticDeleteSample.d.ts.map +0 -1
  1405. package/dist-esm/samples-dev/apiDiagnosticDeleteSample.js +0 -41
  1406. package/dist-esm/samples-dev/apiDiagnosticDeleteSample.js.map +0 -1
  1407. package/dist-esm/samples-dev/apiDiagnosticGetEntityTagSample.d.ts +0 -2
  1408. package/dist-esm/samples-dev/apiDiagnosticGetEntityTagSample.d.ts.map +0 -1
  1409. package/dist-esm/samples-dev/apiDiagnosticGetEntityTagSample.js +0 -40
  1410. package/dist-esm/samples-dev/apiDiagnosticGetEntityTagSample.js.map +0 -1
  1411. package/dist-esm/samples-dev/apiDiagnosticGetSample.d.ts +0 -2
  1412. package/dist-esm/samples-dev/apiDiagnosticGetSample.d.ts.map +0 -1
  1413. package/dist-esm/samples-dev/apiDiagnosticGetSample.js +0 -40
  1414. package/dist-esm/samples-dev/apiDiagnosticGetSample.js.map +0 -1
  1415. package/dist-esm/samples-dev/apiDiagnosticListByServiceSample.d.ts +0 -2
  1416. package/dist-esm/samples-dev/apiDiagnosticListByServiceSample.d.ts.map +0 -1
  1417. package/dist-esm/samples-dev/apiDiagnosticListByServiceSample.js +0 -55
  1418. package/dist-esm/samples-dev/apiDiagnosticListByServiceSample.js.map +0 -1
  1419. package/dist-esm/samples-dev/apiDiagnosticUpdateSample.d.ts +0 -2
  1420. package/dist-esm/samples-dev/apiDiagnosticUpdateSample.d.ts.map +0 -1
  1421. package/dist-esm/samples-dev/apiDiagnosticUpdateSample.js +0 -54
  1422. package/dist-esm/samples-dev/apiDiagnosticUpdateSample.js.map +0 -1
  1423. package/dist-esm/samples-dev/apiExportGetSample.d.ts +0 -2
  1424. package/dist-esm/samples-dev/apiExportGetSample.d.ts.map +0 -1
  1425. package/dist-esm/samples-dev/apiExportGetSample.js +0 -62
  1426. package/dist-esm/samples-dev/apiExportGetSample.js.map +0 -1
  1427. package/dist-esm/samples-dev/apiGetEntityTagSample.d.ts +0 -2
  1428. package/dist-esm/samples-dev/apiGetEntityTagSample.d.ts.map +0 -1
  1429. package/dist-esm/samples-dev/apiGetEntityTagSample.js +0 -39
  1430. package/dist-esm/samples-dev/apiGetEntityTagSample.js.map +0 -1
  1431. package/dist-esm/samples-dev/apiGetSample.d.ts +0 -2
  1432. package/dist-esm/samples-dev/apiGetSample.d.ts.map +0 -1
  1433. package/dist-esm/samples-dev/apiGetSample.js +0 -58
  1434. package/dist-esm/samples-dev/apiGetSample.js.map +0 -1
  1435. package/dist-esm/samples-dev/apiIssueAttachmentCreateOrUpdateSample.d.ts +0 -2
  1436. package/dist-esm/samples-dev/apiIssueAttachmentCreateOrUpdateSample.d.ts.map +0 -1
  1437. package/dist-esm/samples-dev/apiIssueAttachmentCreateOrUpdateSample.js +0 -46
  1438. package/dist-esm/samples-dev/apiIssueAttachmentCreateOrUpdateSample.js.map +0 -1
  1439. package/dist-esm/samples-dev/apiIssueAttachmentDeleteSample.d.ts +0 -2
  1440. package/dist-esm/samples-dev/apiIssueAttachmentDeleteSample.d.ts.map +0 -1
  1441. package/dist-esm/samples-dev/apiIssueAttachmentDeleteSample.js +0 -42
  1442. package/dist-esm/samples-dev/apiIssueAttachmentDeleteSample.js.map +0 -1
  1443. package/dist-esm/samples-dev/apiIssueAttachmentGetEntityTagSample.d.ts +0 -2
  1444. package/dist-esm/samples-dev/apiIssueAttachmentGetEntityTagSample.d.ts.map +0 -1
  1445. package/dist-esm/samples-dev/apiIssueAttachmentGetEntityTagSample.js +0 -41
  1446. package/dist-esm/samples-dev/apiIssueAttachmentGetEntityTagSample.js.map +0 -1
  1447. package/dist-esm/samples-dev/apiIssueAttachmentGetSample.d.ts +0 -2
  1448. package/dist-esm/samples-dev/apiIssueAttachmentGetSample.d.ts.map +0 -1
  1449. package/dist-esm/samples-dev/apiIssueAttachmentGetSample.js +0 -41
  1450. package/dist-esm/samples-dev/apiIssueAttachmentGetSample.js.map +0 -1
  1451. package/dist-esm/samples-dev/apiIssueAttachmentListByServiceSample.d.ts +0 -2
  1452. package/dist-esm/samples-dev/apiIssueAttachmentListByServiceSample.d.ts.map +0 -1
  1453. package/dist-esm/samples-dev/apiIssueAttachmentListByServiceSample.js +0 -56
  1454. package/dist-esm/samples-dev/apiIssueAttachmentListByServiceSample.js.map +0 -1
  1455. package/dist-esm/samples-dev/apiIssueCommentCreateOrUpdateSample.d.ts +0 -2
  1456. package/dist-esm/samples-dev/apiIssueCommentCreateOrUpdateSample.d.ts.map +0 -1
  1457. package/dist-esm/samples-dev/apiIssueCommentCreateOrUpdateSample.js +0 -46
  1458. package/dist-esm/samples-dev/apiIssueCommentCreateOrUpdateSample.js.map +0 -1
  1459. package/dist-esm/samples-dev/apiIssueCommentDeleteSample.d.ts +0 -2
  1460. package/dist-esm/samples-dev/apiIssueCommentDeleteSample.d.ts.map +0 -1
  1461. package/dist-esm/samples-dev/apiIssueCommentDeleteSample.js +0 -42
  1462. package/dist-esm/samples-dev/apiIssueCommentDeleteSample.js.map +0 -1
  1463. package/dist-esm/samples-dev/apiIssueCommentGetEntityTagSample.d.ts +0 -2
  1464. package/dist-esm/samples-dev/apiIssueCommentGetEntityTagSample.d.ts.map +0 -1
  1465. package/dist-esm/samples-dev/apiIssueCommentGetEntityTagSample.js +0 -41
  1466. package/dist-esm/samples-dev/apiIssueCommentGetEntityTagSample.js.map +0 -1
  1467. package/dist-esm/samples-dev/apiIssueCommentGetSample.d.ts +0 -2
  1468. package/dist-esm/samples-dev/apiIssueCommentGetSample.d.ts.map +0 -1
  1469. package/dist-esm/samples-dev/apiIssueCommentGetSample.js +0 -41
  1470. package/dist-esm/samples-dev/apiIssueCommentGetSample.js.map +0 -1
  1471. package/dist-esm/samples-dev/apiIssueCommentListByServiceSample.d.ts +0 -2
  1472. package/dist-esm/samples-dev/apiIssueCommentListByServiceSample.d.ts.map +0 -1
  1473. package/dist-esm/samples-dev/apiIssueCommentListByServiceSample.js +0 -56
  1474. package/dist-esm/samples-dev/apiIssueCommentListByServiceSample.js.map +0 -1
  1475. package/dist-esm/samples-dev/apiIssueCreateOrUpdateSample.d.ts +0 -2
  1476. package/dist-esm/samples-dev/apiIssueCreateOrUpdateSample.d.ts.map +0 -1
  1477. package/dist-esm/samples-dev/apiIssueCreateOrUpdateSample.js +0 -47
  1478. package/dist-esm/samples-dev/apiIssueCreateOrUpdateSample.js.map +0 -1
  1479. package/dist-esm/samples-dev/apiIssueDeleteSample.d.ts +0 -2
  1480. package/dist-esm/samples-dev/apiIssueDeleteSample.d.ts.map +0 -1
  1481. package/dist-esm/samples-dev/apiIssueDeleteSample.js +0 -41
  1482. package/dist-esm/samples-dev/apiIssueDeleteSample.js.map +0 -1
  1483. package/dist-esm/samples-dev/apiIssueGetEntityTagSample.d.ts +0 -2
  1484. package/dist-esm/samples-dev/apiIssueGetEntityTagSample.d.ts.map +0 -1
  1485. package/dist-esm/samples-dev/apiIssueGetEntityTagSample.js +0 -40
  1486. package/dist-esm/samples-dev/apiIssueGetEntityTagSample.js.map +0 -1
  1487. package/dist-esm/samples-dev/apiIssueGetSample.d.ts +0 -2
  1488. package/dist-esm/samples-dev/apiIssueGetSample.d.ts.map +0 -1
  1489. package/dist-esm/samples-dev/apiIssueGetSample.js +0 -40
  1490. package/dist-esm/samples-dev/apiIssueGetSample.js.map +0 -1
  1491. package/dist-esm/samples-dev/apiIssueListByServiceSample.d.ts +0 -2
  1492. package/dist-esm/samples-dev/apiIssueListByServiceSample.d.ts.map +0 -1
  1493. package/dist-esm/samples-dev/apiIssueListByServiceSample.js +0 -55
  1494. package/dist-esm/samples-dev/apiIssueListByServiceSample.js.map +0 -1
  1495. package/dist-esm/samples-dev/apiIssueUpdateSample.d.ts +0 -2
  1496. package/dist-esm/samples-dev/apiIssueUpdateSample.d.ts.map +0 -1
  1497. package/dist-esm/samples-dev/apiIssueUpdateSample.js +0 -42
  1498. package/dist-esm/samples-dev/apiIssueUpdateSample.js.map +0 -1
  1499. package/dist-esm/samples-dev/apiListByServiceSample.d.ts +0 -2
  1500. package/dist-esm/samples-dev/apiListByServiceSample.d.ts.map +0 -1
  1501. package/dist-esm/samples-dev/apiListByServiceSample.js +0 -54
  1502. package/dist-esm/samples-dev/apiListByServiceSample.js.map +0 -1
  1503. package/dist-esm/samples-dev/apiListByTagsSample.d.ts +0 -2
  1504. package/dist-esm/samples-dev/apiListByTagsSample.d.ts.map +0 -1
  1505. package/dist-esm/samples-dev/apiListByTagsSample.js +0 -54
  1506. package/dist-esm/samples-dev/apiListByTagsSample.js.map +0 -1
  1507. package/dist-esm/samples-dev/apiManagementOperationsListSample.d.ts +0 -2
  1508. package/dist-esm/samples-dev/apiManagementOperationsListSample.d.ts.map +0 -1
  1509. package/dist-esm/samples-dev/apiManagementOperationsListSample.js +0 -51
  1510. package/dist-esm/samples-dev/apiManagementOperationsListSample.js.map +0 -1
  1511. package/dist-esm/samples-dev/apiManagementServiceApplyNetworkConfigurationUpdatesSample.d.ts +0 -2
  1512. package/dist-esm/samples-dev/apiManagementServiceApplyNetworkConfigurationUpdatesSample.d.ts.map +0 -1
  1513. package/dist-esm/samples-dev/apiManagementServiceApplyNetworkConfigurationUpdatesSample.js +0 -44
  1514. package/dist-esm/samples-dev/apiManagementServiceApplyNetworkConfigurationUpdatesSample.js.map +0 -1
  1515. package/dist-esm/samples-dev/apiManagementServiceBackupSample.d.ts +0 -2
  1516. package/dist-esm/samples-dev/apiManagementServiceBackupSample.d.ts.map +0 -1
  1517. package/dist-esm/samples-dev/apiManagementServiceBackupSample.js +0 -94
  1518. package/dist-esm/samples-dev/apiManagementServiceBackupSample.js.map +0 -1
  1519. package/dist-esm/samples-dev/apiManagementServiceCheckNameAvailabilitySample.d.ts +0 -2
  1520. package/dist-esm/samples-dev/apiManagementServiceCheckNameAvailabilitySample.d.ts.map +0 -1
  1521. package/dist-esm/samples-dev/apiManagementServiceCheckNameAvailabilitySample.js +0 -39
  1522. package/dist-esm/samples-dev/apiManagementServiceCheckNameAvailabilitySample.js.map +0 -1
  1523. package/dist-esm/samples-dev/apiManagementServiceCreateOrUpdateSample.d.ts +0 -2
  1524. package/dist-esm/samples-dev/apiManagementServiceCreateOrUpdateSample.d.ts.map +0 -1
  1525. package/dist-esm/samples-dev/apiManagementServiceCreateOrUpdateSample.js +0 -351
  1526. package/dist-esm/samples-dev/apiManagementServiceCreateOrUpdateSample.js.map +0 -1
  1527. package/dist-esm/samples-dev/apiManagementServiceDeleteSample.d.ts +0 -2
  1528. package/dist-esm/samples-dev/apiManagementServiceDeleteSample.d.ts.map +0 -1
  1529. package/dist-esm/samples-dev/apiManagementServiceDeleteSample.js +0 -38
  1530. package/dist-esm/samples-dev/apiManagementServiceDeleteSample.js.map +0 -1
  1531. package/dist-esm/samples-dev/apiManagementServiceGetDomainOwnershipIdentifierSample.d.ts +0 -2
  1532. package/dist-esm/samples-dev/apiManagementServiceGetDomainOwnershipIdentifierSample.d.ts.map +0 -1
  1533. package/dist-esm/samples-dev/apiManagementServiceGetDomainOwnershipIdentifierSample.js +0 -36
  1534. package/dist-esm/samples-dev/apiManagementServiceGetDomainOwnershipIdentifierSample.js.map +0 -1
  1535. package/dist-esm/samples-dev/apiManagementServiceGetSample.d.ts +0 -2
  1536. package/dist-esm/samples-dev/apiManagementServiceGetSample.d.ts.map +0 -1
  1537. package/dist-esm/samples-dev/apiManagementServiceGetSample.js +0 -74
  1538. package/dist-esm/samples-dev/apiManagementServiceGetSample.js.map +0 -1
  1539. package/dist-esm/samples-dev/apiManagementServiceGetSsoTokenSample.d.ts +0 -2
  1540. package/dist-esm/samples-dev/apiManagementServiceGetSsoTokenSample.d.ts.map +0 -1
  1541. package/dist-esm/samples-dev/apiManagementServiceGetSsoTokenSample.js +0 -38
  1542. package/dist-esm/samples-dev/apiManagementServiceGetSsoTokenSample.js.map +0 -1
  1543. package/dist-esm/samples-dev/apiManagementServiceListByResourceGroupSample.d.ts +0 -2
  1544. package/dist-esm/samples-dev/apiManagementServiceListByResourceGroupSample.d.ts.map +0 -1
  1545. package/dist-esm/samples-dev/apiManagementServiceListByResourceGroupSample.js +0 -53
  1546. package/dist-esm/samples-dev/apiManagementServiceListByResourceGroupSample.js.map +0 -1
  1547. package/dist-esm/samples-dev/apiManagementServiceListSample.d.ts +0 -2
  1548. package/dist-esm/samples-dev/apiManagementServiceListSample.d.ts.map +0 -1
  1549. package/dist-esm/samples-dev/apiManagementServiceListSample.js +0 -52
  1550. package/dist-esm/samples-dev/apiManagementServiceListSample.js.map +0 -1
  1551. package/dist-esm/samples-dev/apiManagementServiceMigrateToStv2Sample.d.ts +0 -2
  1552. package/dist-esm/samples-dev/apiManagementServiceMigrateToStv2Sample.d.ts.map +0 -1
  1553. package/dist-esm/samples-dev/apiManagementServiceMigrateToStv2Sample.js +0 -38
  1554. package/dist-esm/samples-dev/apiManagementServiceMigrateToStv2Sample.js.map +0 -1
  1555. package/dist-esm/samples-dev/apiManagementServiceRestoreSample.d.ts +0 -2
  1556. package/dist-esm/samples-dev/apiManagementServiceRestoreSample.d.ts.map +0 -1
  1557. package/dist-esm/samples-dev/apiManagementServiceRestoreSample.js +0 -45
  1558. package/dist-esm/samples-dev/apiManagementServiceRestoreSample.js.map +0 -1
  1559. package/dist-esm/samples-dev/apiManagementServiceSkusListAvailableServiceSkusSample.d.ts +0 -2
  1560. package/dist-esm/samples-dev/apiManagementServiceSkusListAvailableServiceSkusSample.d.ts.map +0 -1
  1561. package/dist-esm/samples-dev/apiManagementServiceSkusListAvailableServiceSkusSample.js +0 -88
  1562. package/dist-esm/samples-dev/apiManagementServiceSkusListAvailableServiceSkusSample.js.map +0 -1
  1563. package/dist-esm/samples-dev/apiManagementServiceUpdateSample.d.ts +0 -2
  1564. package/dist-esm/samples-dev/apiManagementServiceUpdateSample.d.ts.map +0 -1
  1565. package/dist-esm/samples-dev/apiManagementServiceUpdateSample.js +0 -103
  1566. package/dist-esm/samples-dev/apiManagementServiceUpdateSample.js.map +0 -1
  1567. package/dist-esm/samples-dev/apiManagementSkusListSample.d.ts +0 -2
  1568. package/dist-esm/samples-dev/apiManagementSkusListSample.d.ts.map +0 -1
  1569. package/dist-esm/samples-dev/apiManagementSkusListSample.js +0 -52
  1570. package/dist-esm/samples-dev/apiManagementSkusListSample.js.map +0 -1
  1571. package/dist-esm/samples-dev/apiOperationCreateOrUpdateSample.d.ts +0 -2
  1572. package/dist-esm/samples-dev/apiOperationCreateOrUpdateSample.d.ts.map +0 -1
  1573. package/dist-esm/samples-dev/apiOperationCreateOrUpdateSample.js +0 -70
  1574. package/dist-esm/samples-dev/apiOperationCreateOrUpdateSample.js.map +0 -1
  1575. package/dist-esm/samples-dev/apiOperationDeleteSample.d.ts +0 -2
  1576. package/dist-esm/samples-dev/apiOperationDeleteSample.d.ts.map +0 -1
  1577. package/dist-esm/samples-dev/apiOperationDeleteSample.js +0 -41
  1578. package/dist-esm/samples-dev/apiOperationDeleteSample.js.map +0 -1
  1579. package/dist-esm/samples-dev/apiOperationGetEntityTagSample.d.ts +0 -2
  1580. package/dist-esm/samples-dev/apiOperationGetEntityTagSample.d.ts.map +0 -1
  1581. package/dist-esm/samples-dev/apiOperationGetEntityTagSample.js +0 -40
  1582. package/dist-esm/samples-dev/apiOperationGetEntityTagSample.js.map +0 -1
  1583. package/dist-esm/samples-dev/apiOperationGetSample.d.ts +0 -2
  1584. package/dist-esm/samples-dev/apiOperationGetSample.d.ts.map +0 -1
  1585. package/dist-esm/samples-dev/apiOperationGetSample.js +0 -60
  1586. package/dist-esm/samples-dev/apiOperationGetSample.js.map +0 -1
  1587. package/dist-esm/samples-dev/apiOperationListByApiSample.d.ts +0 -2
  1588. package/dist-esm/samples-dev/apiOperationListByApiSample.d.ts.map +0 -1
  1589. package/dist-esm/samples-dev/apiOperationListByApiSample.js +0 -55
  1590. package/dist-esm/samples-dev/apiOperationListByApiSample.js.map +0 -1
  1591. package/dist-esm/samples-dev/apiOperationPolicyCreateOrUpdateSample.d.ts +0 -2
  1592. package/dist-esm/samples-dev/apiOperationPolicyCreateOrUpdateSample.d.ts.map +0 -1
  1593. package/dist-esm/samples-dev/apiOperationPolicyCreateOrUpdateSample.js +0 -47
  1594. package/dist-esm/samples-dev/apiOperationPolicyCreateOrUpdateSample.js.map +0 -1
  1595. package/dist-esm/samples-dev/apiOperationPolicyDeleteSample.d.ts +0 -2
  1596. package/dist-esm/samples-dev/apiOperationPolicyDeleteSample.d.ts.map +0 -1
  1597. package/dist-esm/samples-dev/apiOperationPolicyDeleteSample.js +0 -42
  1598. package/dist-esm/samples-dev/apiOperationPolicyDeleteSample.js.map +0 -1
  1599. package/dist-esm/samples-dev/apiOperationPolicyGetEntityTagSample.d.ts +0 -2
  1600. package/dist-esm/samples-dev/apiOperationPolicyGetEntityTagSample.d.ts.map +0 -1
  1601. package/dist-esm/samples-dev/apiOperationPolicyGetEntityTagSample.js +0 -41
  1602. package/dist-esm/samples-dev/apiOperationPolicyGetEntityTagSample.js.map +0 -1
  1603. package/dist-esm/samples-dev/apiOperationPolicyGetSample.d.ts +0 -2
  1604. package/dist-esm/samples-dev/apiOperationPolicyGetSample.d.ts.map +0 -1
  1605. package/dist-esm/samples-dev/apiOperationPolicyGetSample.js +0 -41
  1606. package/dist-esm/samples-dev/apiOperationPolicyGetSample.js.map +0 -1
  1607. package/dist-esm/samples-dev/apiOperationPolicyListByOperationSample.d.ts +0 -2
  1608. package/dist-esm/samples-dev/apiOperationPolicyListByOperationSample.d.ts.map +0 -1
  1609. package/dist-esm/samples-dev/apiOperationPolicyListByOperationSample.js +0 -40
  1610. package/dist-esm/samples-dev/apiOperationPolicyListByOperationSample.js.map +0 -1
  1611. package/dist-esm/samples-dev/apiOperationUpdateSample.d.ts +0 -2
  1612. package/dist-esm/samples-dev/apiOperationUpdateSample.d.ts.map +0 -1
  1613. package/dist-esm/samples-dev/apiOperationUpdateSample.js +0 -73
  1614. package/dist-esm/samples-dev/apiOperationUpdateSample.js.map +0 -1
  1615. package/dist-esm/samples-dev/apiPolicyCreateOrUpdateSample.d.ts +0 -2
  1616. package/dist-esm/samples-dev/apiPolicyCreateOrUpdateSample.d.ts.map +0 -1
  1617. package/dist-esm/samples-dev/apiPolicyCreateOrUpdateSample.js +0 -72
  1618. package/dist-esm/samples-dev/apiPolicyCreateOrUpdateSample.js.map +0 -1
  1619. package/dist-esm/samples-dev/apiPolicyDeleteSample.d.ts +0 -2
  1620. package/dist-esm/samples-dev/apiPolicyDeleteSample.d.ts.map +0 -1
  1621. package/dist-esm/samples-dev/apiPolicyDeleteSample.js +0 -41
  1622. package/dist-esm/samples-dev/apiPolicyDeleteSample.js.map +0 -1
  1623. package/dist-esm/samples-dev/apiPolicyGetEntityTagSample.d.ts +0 -2
  1624. package/dist-esm/samples-dev/apiPolicyGetEntityTagSample.d.ts.map +0 -1
  1625. package/dist-esm/samples-dev/apiPolicyGetEntityTagSample.js +0 -40
  1626. package/dist-esm/samples-dev/apiPolicyGetEntityTagSample.js.map +0 -1
  1627. package/dist-esm/samples-dev/apiPolicyGetSample.d.ts +0 -2
  1628. package/dist-esm/samples-dev/apiPolicyGetSample.d.ts.map +0 -1
  1629. package/dist-esm/samples-dev/apiPolicyGetSample.js +0 -40
  1630. package/dist-esm/samples-dev/apiPolicyGetSample.js.map +0 -1
  1631. package/dist-esm/samples-dev/apiPolicyListByApiSample.d.ts +0 -2
  1632. package/dist-esm/samples-dev/apiPolicyListByApiSample.d.ts.map +0 -1
  1633. package/dist-esm/samples-dev/apiPolicyListByApiSample.js +0 -39
  1634. package/dist-esm/samples-dev/apiPolicyListByApiSample.js.map +0 -1
  1635. package/dist-esm/samples-dev/apiProductListByApisSample.d.ts +0 -2
  1636. package/dist-esm/samples-dev/apiProductListByApisSample.d.ts.map +0 -1
  1637. package/dist-esm/samples-dev/apiProductListByApisSample.js +0 -55
  1638. package/dist-esm/samples-dev/apiProductListByApisSample.js.map +0 -1
  1639. package/dist-esm/samples-dev/apiReleaseCreateOrUpdateSample.d.ts +0 -2
  1640. package/dist-esm/samples-dev/apiReleaseCreateOrUpdateSample.d.ts.map +0 -1
  1641. package/dist-esm/samples-dev/apiReleaseCreateOrUpdateSample.js +0 -44
  1642. package/dist-esm/samples-dev/apiReleaseCreateOrUpdateSample.js.map +0 -1
  1643. package/dist-esm/samples-dev/apiReleaseDeleteSample.d.ts +0 -2
  1644. package/dist-esm/samples-dev/apiReleaseDeleteSample.d.ts.map +0 -1
  1645. package/dist-esm/samples-dev/apiReleaseDeleteSample.js +0 -41
  1646. package/dist-esm/samples-dev/apiReleaseDeleteSample.js.map +0 -1
  1647. package/dist-esm/samples-dev/apiReleaseGetEntityTagSample.d.ts +0 -2
  1648. package/dist-esm/samples-dev/apiReleaseGetEntityTagSample.d.ts.map +0 -1
  1649. package/dist-esm/samples-dev/apiReleaseGetEntityTagSample.js +0 -40
  1650. package/dist-esm/samples-dev/apiReleaseGetEntityTagSample.js.map +0 -1
  1651. package/dist-esm/samples-dev/apiReleaseGetSample.d.ts +0 -2
  1652. package/dist-esm/samples-dev/apiReleaseGetSample.d.ts.map +0 -1
  1653. package/dist-esm/samples-dev/apiReleaseGetSample.js +0 -40
  1654. package/dist-esm/samples-dev/apiReleaseGetSample.js.map +0 -1
  1655. package/dist-esm/samples-dev/apiReleaseListByServiceSample.d.ts +0 -2
  1656. package/dist-esm/samples-dev/apiReleaseListByServiceSample.d.ts.map +0 -1
  1657. package/dist-esm/samples-dev/apiReleaseListByServiceSample.js +0 -55
  1658. package/dist-esm/samples-dev/apiReleaseListByServiceSample.js.map +0 -1
  1659. package/dist-esm/samples-dev/apiReleaseUpdateSample.d.ts +0 -2
  1660. package/dist-esm/samples-dev/apiReleaseUpdateSample.d.ts.map +0 -1
  1661. package/dist-esm/samples-dev/apiReleaseUpdateSample.js +0 -45
  1662. package/dist-esm/samples-dev/apiReleaseUpdateSample.js.map +0 -1
  1663. package/dist-esm/samples-dev/apiRevisionListByServiceSample.d.ts +0 -2
  1664. package/dist-esm/samples-dev/apiRevisionListByServiceSample.d.ts.map +0 -1
  1665. package/dist-esm/samples-dev/apiRevisionListByServiceSample.js +0 -55
  1666. package/dist-esm/samples-dev/apiRevisionListByServiceSample.js.map +0 -1
  1667. package/dist-esm/samples-dev/apiSchemaCreateOrUpdateSample.d.ts +0 -2
  1668. package/dist-esm/samples-dev/apiSchemaCreateOrUpdateSample.d.ts.map +0 -1
  1669. package/dist-esm/samples-dev/apiSchemaCreateOrUpdateSample.js +0 -44
  1670. package/dist-esm/samples-dev/apiSchemaCreateOrUpdateSample.js.map +0 -1
  1671. package/dist-esm/samples-dev/apiSchemaDeleteSample.d.ts +0 -2
  1672. package/dist-esm/samples-dev/apiSchemaDeleteSample.d.ts.map +0 -1
  1673. package/dist-esm/samples-dev/apiSchemaDeleteSample.js +0 -41
  1674. package/dist-esm/samples-dev/apiSchemaDeleteSample.js.map +0 -1
  1675. package/dist-esm/samples-dev/apiSchemaGetEntityTagSample.d.ts +0 -2
  1676. package/dist-esm/samples-dev/apiSchemaGetEntityTagSample.d.ts.map +0 -1
  1677. package/dist-esm/samples-dev/apiSchemaGetEntityTagSample.js +0 -40
  1678. package/dist-esm/samples-dev/apiSchemaGetEntityTagSample.js.map +0 -1
  1679. package/dist-esm/samples-dev/apiSchemaGetSample.d.ts +0 -2
  1680. package/dist-esm/samples-dev/apiSchemaGetSample.d.ts.map +0 -1
  1681. package/dist-esm/samples-dev/apiSchemaGetSample.js +0 -40
  1682. package/dist-esm/samples-dev/apiSchemaGetSample.js.map +0 -1
  1683. package/dist-esm/samples-dev/apiSchemaListByApiSample.d.ts +0 -2
  1684. package/dist-esm/samples-dev/apiSchemaListByApiSample.d.ts.map +0 -1
  1685. package/dist-esm/samples-dev/apiSchemaListByApiSample.js +0 -55
  1686. package/dist-esm/samples-dev/apiSchemaListByApiSample.js.map +0 -1
  1687. package/dist-esm/samples-dev/apiTagDescriptionCreateOrUpdateSample.d.ts +0 -2
  1688. package/dist-esm/samples-dev/apiTagDescriptionCreateOrUpdateSample.d.ts.map +0 -1
  1689. package/dist-esm/samples-dev/apiTagDescriptionCreateOrUpdateSample.js +0 -45
  1690. package/dist-esm/samples-dev/apiTagDescriptionCreateOrUpdateSample.js.map +0 -1
  1691. package/dist-esm/samples-dev/apiTagDescriptionDeleteSample.d.ts +0 -2
  1692. package/dist-esm/samples-dev/apiTagDescriptionDeleteSample.d.ts.map +0 -1
  1693. package/dist-esm/samples-dev/apiTagDescriptionDeleteSample.js +0 -41
  1694. package/dist-esm/samples-dev/apiTagDescriptionDeleteSample.js.map +0 -1
  1695. package/dist-esm/samples-dev/apiTagDescriptionGetEntityTagSample.d.ts +0 -2
  1696. package/dist-esm/samples-dev/apiTagDescriptionGetEntityTagSample.d.ts.map +0 -1
  1697. package/dist-esm/samples-dev/apiTagDescriptionGetEntityTagSample.js +0 -40
  1698. package/dist-esm/samples-dev/apiTagDescriptionGetEntityTagSample.js.map +0 -1
  1699. package/dist-esm/samples-dev/apiTagDescriptionGetSample.d.ts +0 -2
  1700. package/dist-esm/samples-dev/apiTagDescriptionGetSample.d.ts.map +0 -1
  1701. package/dist-esm/samples-dev/apiTagDescriptionGetSample.js +0 -40
  1702. package/dist-esm/samples-dev/apiTagDescriptionGetSample.js.map +0 -1
  1703. package/dist-esm/samples-dev/apiTagDescriptionListByServiceSample.d.ts +0 -2
  1704. package/dist-esm/samples-dev/apiTagDescriptionListByServiceSample.d.ts.map +0 -1
  1705. package/dist-esm/samples-dev/apiTagDescriptionListByServiceSample.js +0 -55
  1706. package/dist-esm/samples-dev/apiTagDescriptionListByServiceSample.js.map +0 -1
  1707. package/dist-esm/samples-dev/apiUpdateSample.d.ts +0 -2
  1708. package/dist-esm/samples-dev/apiUpdateSample.d.ts.map +0 -1
  1709. package/dist-esm/samples-dev/apiUpdateSample.js +0 -45
  1710. package/dist-esm/samples-dev/apiUpdateSample.js.map +0 -1
  1711. package/dist-esm/samples-dev/apiVersionSetCreateOrUpdateSample.d.ts +0 -2
  1712. package/dist-esm/samples-dev/apiVersionSetCreateOrUpdateSample.d.ts.map +0 -1
  1713. package/dist-esm/samples-dev/apiVersionSetCreateOrUpdateSample.js +0 -44
  1714. package/dist-esm/samples-dev/apiVersionSetCreateOrUpdateSample.js.map +0 -1
  1715. package/dist-esm/samples-dev/apiVersionSetDeleteSample.d.ts +0 -2
  1716. package/dist-esm/samples-dev/apiVersionSetDeleteSample.d.ts.map +0 -1
  1717. package/dist-esm/samples-dev/apiVersionSetDeleteSample.js +0 -40
  1718. package/dist-esm/samples-dev/apiVersionSetDeleteSample.js.map +0 -1
  1719. package/dist-esm/samples-dev/apiVersionSetGetEntityTagSample.d.ts +0 -2
  1720. package/dist-esm/samples-dev/apiVersionSetGetEntityTagSample.d.ts.map +0 -1
  1721. package/dist-esm/samples-dev/apiVersionSetGetEntityTagSample.js +0 -39
  1722. package/dist-esm/samples-dev/apiVersionSetGetEntityTagSample.js.map +0 -1
  1723. package/dist-esm/samples-dev/apiVersionSetGetSample.d.ts +0 -2
  1724. package/dist-esm/samples-dev/apiVersionSetGetSample.d.ts.map +0 -1
  1725. package/dist-esm/samples-dev/apiVersionSetGetSample.js +0 -39
  1726. package/dist-esm/samples-dev/apiVersionSetGetSample.js.map +0 -1
  1727. package/dist-esm/samples-dev/apiVersionSetListByServiceSample.d.ts +0 -2
  1728. package/dist-esm/samples-dev/apiVersionSetListByServiceSample.d.ts.map +0 -1
  1729. package/dist-esm/samples-dev/apiVersionSetListByServiceSample.js +0 -54
  1730. package/dist-esm/samples-dev/apiVersionSetListByServiceSample.js.map +0 -1
  1731. package/dist-esm/samples-dev/apiVersionSetUpdateSample.d.ts +0 -2
  1732. package/dist-esm/samples-dev/apiVersionSetUpdateSample.d.ts.map +0 -1
  1733. package/dist-esm/samples-dev/apiVersionSetUpdateSample.js +0 -45
  1734. package/dist-esm/samples-dev/apiVersionSetUpdateSample.js.map +0 -1
  1735. package/dist-esm/samples-dev/apiWikiCreateOrUpdateSample.d.ts +0 -2
  1736. package/dist-esm/samples-dev/apiWikiCreateOrUpdateSample.d.ts.map +0 -1
  1737. package/dist-esm/samples-dev/apiWikiCreateOrUpdateSample.js +0 -42
  1738. package/dist-esm/samples-dev/apiWikiCreateOrUpdateSample.js.map +0 -1
  1739. package/dist-esm/samples-dev/apiWikiDeleteSample.d.ts +0 -2
  1740. package/dist-esm/samples-dev/apiWikiDeleteSample.d.ts.map +0 -1
  1741. package/dist-esm/samples-dev/apiWikiDeleteSample.js +0 -40
  1742. package/dist-esm/samples-dev/apiWikiDeleteSample.js.map +0 -1
  1743. package/dist-esm/samples-dev/apiWikiGetEntityTagSample.d.ts +0 -2
  1744. package/dist-esm/samples-dev/apiWikiGetEntityTagSample.d.ts.map +0 -1
  1745. package/dist-esm/samples-dev/apiWikiGetEntityTagSample.js +0 -39
  1746. package/dist-esm/samples-dev/apiWikiGetEntityTagSample.js.map +0 -1
  1747. package/dist-esm/samples-dev/apiWikiGetSample.d.ts +0 -2
  1748. package/dist-esm/samples-dev/apiWikiGetSample.d.ts.map +0 -1
  1749. package/dist-esm/samples-dev/apiWikiGetSample.js +0 -39
  1750. package/dist-esm/samples-dev/apiWikiGetSample.js.map +0 -1
  1751. package/dist-esm/samples-dev/apiWikiUpdateSample.d.ts +0 -2
  1752. package/dist-esm/samples-dev/apiWikiUpdateSample.d.ts.map +0 -1
  1753. package/dist-esm/samples-dev/apiWikiUpdateSample.js +0 -43
  1754. package/dist-esm/samples-dev/apiWikiUpdateSample.js.map +0 -1
  1755. package/dist-esm/samples-dev/apiWikisListSample.d.ts +0 -2
  1756. package/dist-esm/samples-dev/apiWikisListSample.d.ts.map +0 -1
  1757. package/dist-esm/samples-dev/apiWikisListSample.js +0 -55
  1758. package/dist-esm/samples-dev/apiWikisListSample.js.map +0 -1
  1759. package/dist-esm/samples-dev/authorizationAccessPolicyCreateOrUpdateSample.d.ts +0 -2
  1760. package/dist-esm/samples-dev/authorizationAccessPolicyCreateOrUpdateSample.d.ts.map +0 -1
  1761. package/dist-esm/samples-dev/authorizationAccessPolicyCreateOrUpdateSample.js +0 -45
  1762. package/dist-esm/samples-dev/authorizationAccessPolicyCreateOrUpdateSample.js.map +0 -1
  1763. package/dist-esm/samples-dev/authorizationAccessPolicyDeleteSample.d.ts +0 -2
  1764. package/dist-esm/samples-dev/authorizationAccessPolicyDeleteSample.d.ts.map +0 -1
  1765. package/dist-esm/samples-dev/authorizationAccessPolicyDeleteSample.js +0 -42
  1766. package/dist-esm/samples-dev/authorizationAccessPolicyDeleteSample.js.map +0 -1
  1767. package/dist-esm/samples-dev/authorizationAccessPolicyGetSample.d.ts +0 -2
  1768. package/dist-esm/samples-dev/authorizationAccessPolicyGetSample.d.ts.map +0 -1
  1769. package/dist-esm/samples-dev/authorizationAccessPolicyGetSample.js +0 -41
  1770. package/dist-esm/samples-dev/authorizationAccessPolicyGetSample.js.map +0 -1
  1771. package/dist-esm/samples-dev/authorizationAccessPolicyListByAuthorizationSample.d.ts +0 -2
  1772. package/dist-esm/samples-dev/authorizationAccessPolicyListByAuthorizationSample.d.ts.map +0 -1
  1773. package/dist-esm/samples-dev/authorizationAccessPolicyListByAuthorizationSample.js +0 -56
  1774. package/dist-esm/samples-dev/authorizationAccessPolicyListByAuthorizationSample.js.map +0 -1
  1775. package/dist-esm/samples-dev/authorizationConfirmConsentCodeSample.d.ts +0 -2
  1776. package/dist-esm/samples-dev/authorizationConfirmConsentCodeSample.d.ts.map +0 -1
  1777. package/dist-esm/samples-dev/authorizationConfirmConsentCodeSample.js +0 -43
  1778. package/dist-esm/samples-dev/authorizationConfirmConsentCodeSample.js.map +0 -1
  1779. package/dist-esm/samples-dev/authorizationCreateOrUpdateSample.d.ts +0 -2
  1780. package/dist-esm/samples-dev/authorizationCreateOrUpdateSample.d.ts.map +0 -1
  1781. package/dist-esm/samples-dev/authorizationCreateOrUpdateSample.js +0 -72
  1782. package/dist-esm/samples-dev/authorizationCreateOrUpdateSample.js.map +0 -1
  1783. package/dist-esm/samples-dev/authorizationDeleteSample.d.ts +0 -2
  1784. package/dist-esm/samples-dev/authorizationDeleteSample.d.ts.map +0 -1
  1785. package/dist-esm/samples-dev/authorizationDeleteSample.js +0 -41
  1786. package/dist-esm/samples-dev/authorizationDeleteSample.js.map +0 -1
  1787. package/dist-esm/samples-dev/authorizationGetSample.d.ts +0 -2
  1788. package/dist-esm/samples-dev/authorizationGetSample.d.ts.map +0 -1
  1789. package/dist-esm/samples-dev/authorizationGetSample.js +0 -40
  1790. package/dist-esm/samples-dev/authorizationGetSample.js.map +0 -1
  1791. package/dist-esm/samples-dev/authorizationListByAuthorizationProviderSample.d.ts +0 -2
  1792. package/dist-esm/samples-dev/authorizationListByAuthorizationProviderSample.d.ts.map +0 -1
  1793. package/dist-esm/samples-dev/authorizationListByAuthorizationProviderSample.js +0 -90
  1794. package/dist-esm/samples-dev/authorizationListByAuthorizationProviderSample.js.map +0 -1
  1795. package/dist-esm/samples-dev/authorizationLoginLinksPostSample.d.ts +0 -2
  1796. package/dist-esm/samples-dev/authorizationLoginLinksPostSample.d.ts.map +0 -1
  1797. package/dist-esm/samples-dev/authorizationLoginLinksPostSample.js +0 -43
  1798. package/dist-esm/samples-dev/authorizationLoginLinksPostSample.js.map +0 -1
  1799. package/dist-esm/samples-dev/authorizationProviderCreateOrUpdateSample.d.ts +0 -2
  1800. package/dist-esm/samples-dev/authorizationProviderCreateOrUpdateSample.d.ts.map +0 -1
  1801. package/dist-esm/samples-dev/authorizationProviderCreateOrUpdateSample.js +0 -155
  1802. package/dist-esm/samples-dev/authorizationProviderCreateOrUpdateSample.js.map +0 -1
  1803. package/dist-esm/samples-dev/authorizationProviderDeleteSample.d.ts +0 -2
  1804. package/dist-esm/samples-dev/authorizationProviderDeleteSample.d.ts.map +0 -1
  1805. package/dist-esm/samples-dev/authorizationProviderDeleteSample.js +0 -40
  1806. package/dist-esm/samples-dev/authorizationProviderDeleteSample.js.map +0 -1
  1807. package/dist-esm/samples-dev/authorizationProviderGetSample.d.ts +0 -2
  1808. package/dist-esm/samples-dev/authorizationProviderGetSample.d.ts.map +0 -1
  1809. package/dist-esm/samples-dev/authorizationProviderGetSample.js +0 -39
  1810. package/dist-esm/samples-dev/authorizationProviderGetSample.js.map +0 -1
  1811. package/dist-esm/samples-dev/authorizationProviderListByServiceSample.d.ts +0 -2
  1812. package/dist-esm/samples-dev/authorizationProviderListByServiceSample.d.ts.map +0 -1
  1813. package/dist-esm/samples-dev/authorizationProviderListByServiceSample.js +0 -54
  1814. package/dist-esm/samples-dev/authorizationProviderListByServiceSample.js.map +0 -1
  1815. package/dist-esm/samples-dev/authorizationServerCreateOrUpdateSample.d.ts +0 -2
  1816. package/dist-esm/samples-dev/authorizationServerCreateOrUpdateSample.d.ts.map +0 -1
  1817. package/dist-esm/samples-dev/authorizationServerCreateOrUpdateSample.js +0 -57
  1818. package/dist-esm/samples-dev/authorizationServerCreateOrUpdateSample.js.map +0 -1
  1819. package/dist-esm/samples-dev/authorizationServerDeleteSample.d.ts +0 -2
  1820. package/dist-esm/samples-dev/authorizationServerDeleteSample.d.ts.map +0 -1
  1821. package/dist-esm/samples-dev/authorizationServerDeleteSample.js +0 -40
  1822. package/dist-esm/samples-dev/authorizationServerDeleteSample.js.map +0 -1
  1823. package/dist-esm/samples-dev/authorizationServerGetEntityTagSample.d.ts +0 -2
  1824. package/dist-esm/samples-dev/authorizationServerGetEntityTagSample.d.ts.map +0 -1
  1825. package/dist-esm/samples-dev/authorizationServerGetEntityTagSample.js +0 -39
  1826. package/dist-esm/samples-dev/authorizationServerGetEntityTagSample.js.map +0 -1
  1827. package/dist-esm/samples-dev/authorizationServerGetSample.d.ts +0 -2
  1828. package/dist-esm/samples-dev/authorizationServerGetSample.d.ts.map +0 -1
  1829. package/dist-esm/samples-dev/authorizationServerGetSample.js +0 -39
  1830. package/dist-esm/samples-dev/authorizationServerGetSample.js.map +0 -1
  1831. package/dist-esm/samples-dev/authorizationServerListByServiceSample.d.ts +0 -2
  1832. package/dist-esm/samples-dev/authorizationServerListByServiceSample.d.ts.map +0 -1
  1833. package/dist-esm/samples-dev/authorizationServerListByServiceSample.js +0 -54
  1834. package/dist-esm/samples-dev/authorizationServerListByServiceSample.js.map +0 -1
  1835. package/dist-esm/samples-dev/authorizationServerListSecretsSample.d.ts +0 -2
  1836. package/dist-esm/samples-dev/authorizationServerListSecretsSample.d.ts.map +0 -1
  1837. package/dist-esm/samples-dev/authorizationServerListSecretsSample.js +0 -39
  1838. package/dist-esm/samples-dev/authorizationServerListSecretsSample.js.map +0 -1
  1839. package/dist-esm/samples-dev/authorizationServerUpdateSample.d.ts +0 -2
  1840. package/dist-esm/samples-dev/authorizationServerUpdateSample.d.ts.map +0 -1
  1841. package/dist-esm/samples-dev/authorizationServerUpdateSample.js +0 -46
  1842. package/dist-esm/samples-dev/authorizationServerUpdateSample.js.map +0 -1
  1843. package/dist-esm/samples-dev/backendCreateOrUpdateSample.d.ts +0 -2
  1844. package/dist-esm/samples-dev/backendCreateOrUpdateSample.d.ts.map +0 -1
  1845. package/dist-esm/samples-dev/backendCreateOrUpdateSample.js +0 -92
  1846. package/dist-esm/samples-dev/backendCreateOrUpdateSample.js.map +0 -1
  1847. package/dist-esm/samples-dev/backendDeleteSample.d.ts +0 -2
  1848. package/dist-esm/samples-dev/backendDeleteSample.d.ts.map +0 -1
  1849. package/dist-esm/samples-dev/backendDeleteSample.js +0 -40
  1850. package/dist-esm/samples-dev/backendDeleteSample.js.map +0 -1
  1851. package/dist-esm/samples-dev/backendGetEntityTagSample.d.ts +0 -2
  1852. package/dist-esm/samples-dev/backendGetEntityTagSample.d.ts.map +0 -1
  1853. package/dist-esm/samples-dev/backendGetEntityTagSample.js +0 -39
  1854. package/dist-esm/samples-dev/backendGetEntityTagSample.js.map +0 -1
  1855. package/dist-esm/samples-dev/backendGetSample.d.ts +0 -2
  1856. package/dist-esm/samples-dev/backendGetSample.d.ts.map +0 -1
  1857. package/dist-esm/samples-dev/backendGetSample.js +0 -39
  1858. package/dist-esm/samples-dev/backendGetSample.js.map +0 -1
  1859. package/dist-esm/samples-dev/backendListByServiceSample.d.ts +0 -2
  1860. package/dist-esm/samples-dev/backendListByServiceSample.d.ts.map +0 -1
  1861. package/dist-esm/samples-dev/backendListByServiceSample.js +0 -54
  1862. package/dist-esm/samples-dev/backendListByServiceSample.js.map +0 -1
  1863. package/dist-esm/samples-dev/backendReconnectSample.d.ts +0 -2
  1864. package/dist-esm/samples-dev/backendReconnectSample.d.ts.map +0 -1
  1865. package/dist-esm/samples-dev/backendReconnectSample.js +0 -41
  1866. package/dist-esm/samples-dev/backendReconnectSample.js.map +0 -1
  1867. package/dist-esm/samples-dev/backendUpdateSample.d.ts +0 -2
  1868. package/dist-esm/samples-dev/backendUpdateSample.d.ts.map +0 -1
  1869. package/dist-esm/samples-dev/backendUpdateSample.js +0 -44
  1870. package/dist-esm/samples-dev/backendUpdateSample.js.map +0 -1
  1871. package/dist-esm/samples-dev/cacheCreateOrUpdateSample.d.ts +0 -2
  1872. package/dist-esm/samples-dev/cacheCreateOrUpdateSample.d.ts.map +0 -1
  1873. package/dist-esm/samples-dev/cacheCreateOrUpdateSample.js +0 -45
  1874. package/dist-esm/samples-dev/cacheCreateOrUpdateSample.js.map +0 -1
  1875. package/dist-esm/samples-dev/cacheDeleteSample.d.ts +0 -2
  1876. package/dist-esm/samples-dev/cacheDeleteSample.d.ts.map +0 -1
  1877. package/dist-esm/samples-dev/cacheDeleteSample.js +0 -40
  1878. package/dist-esm/samples-dev/cacheDeleteSample.js.map +0 -1
  1879. package/dist-esm/samples-dev/cacheGetEntityTagSample.d.ts +0 -2
  1880. package/dist-esm/samples-dev/cacheGetEntityTagSample.d.ts.map +0 -1
  1881. package/dist-esm/samples-dev/cacheGetEntityTagSample.js +0 -39
  1882. package/dist-esm/samples-dev/cacheGetEntityTagSample.js.map +0 -1
  1883. package/dist-esm/samples-dev/cacheGetSample.d.ts +0 -2
  1884. package/dist-esm/samples-dev/cacheGetSample.d.ts.map +0 -1
  1885. package/dist-esm/samples-dev/cacheGetSample.js +0 -39
  1886. package/dist-esm/samples-dev/cacheGetSample.js.map +0 -1
  1887. package/dist-esm/samples-dev/cacheListByServiceSample.d.ts +0 -2
  1888. package/dist-esm/samples-dev/cacheListByServiceSample.d.ts.map +0 -1
  1889. package/dist-esm/samples-dev/cacheListByServiceSample.js +0 -54
  1890. package/dist-esm/samples-dev/cacheListByServiceSample.js.map +0 -1
  1891. package/dist-esm/samples-dev/cacheUpdateSample.d.ts +0 -2
  1892. package/dist-esm/samples-dev/cacheUpdateSample.d.ts.map +0 -1
  1893. package/dist-esm/samples-dev/cacheUpdateSample.js +0 -41
  1894. package/dist-esm/samples-dev/cacheUpdateSample.js.map +0 -1
  1895. package/dist-esm/samples-dev/certificateCreateOrUpdateSample.d.ts +0 -2
  1896. package/dist-esm/samples-dev/certificateCreateOrUpdateSample.d.ts.map +0 -1
  1897. package/dist-esm/samples-dev/certificateCreateOrUpdateSample.js +0 -68
  1898. package/dist-esm/samples-dev/certificateCreateOrUpdateSample.js.map +0 -1
  1899. package/dist-esm/samples-dev/certificateDeleteSample.d.ts +0 -2
  1900. package/dist-esm/samples-dev/certificateDeleteSample.d.ts.map +0 -1
  1901. package/dist-esm/samples-dev/certificateDeleteSample.js +0 -40
  1902. package/dist-esm/samples-dev/certificateDeleteSample.js.map +0 -1
  1903. package/dist-esm/samples-dev/certificateGetEntityTagSample.d.ts +0 -2
  1904. package/dist-esm/samples-dev/certificateGetEntityTagSample.d.ts.map +0 -1
  1905. package/dist-esm/samples-dev/certificateGetEntityTagSample.js +0 -39
  1906. package/dist-esm/samples-dev/certificateGetEntityTagSample.js.map +0 -1
  1907. package/dist-esm/samples-dev/certificateGetSample.d.ts +0 -2
  1908. package/dist-esm/samples-dev/certificateGetSample.d.ts.map +0 -1
  1909. package/dist-esm/samples-dev/certificateGetSample.js +0 -58
  1910. package/dist-esm/samples-dev/certificateGetSample.js.map +0 -1
  1911. package/dist-esm/samples-dev/certificateListByServiceSample.d.ts +0 -2
  1912. package/dist-esm/samples-dev/certificateListByServiceSample.d.ts.map +0 -1
  1913. package/dist-esm/samples-dev/certificateListByServiceSample.js +0 -54
  1914. package/dist-esm/samples-dev/certificateListByServiceSample.js.map +0 -1
  1915. package/dist-esm/samples-dev/certificateRefreshSecretSample.d.ts +0 -2
  1916. package/dist-esm/samples-dev/certificateRefreshSecretSample.d.ts.map +0 -1
  1917. package/dist-esm/samples-dev/certificateRefreshSecretSample.js +0 -39
  1918. package/dist-esm/samples-dev/certificateRefreshSecretSample.js.map +0 -1
  1919. package/dist-esm/samples-dev/contentItemCreateOrUpdateSample.d.ts +0 -2
  1920. package/dist-esm/samples-dev/contentItemCreateOrUpdateSample.d.ts.map +0 -1
  1921. package/dist-esm/samples-dev/contentItemCreateOrUpdateSample.js +0 -51
  1922. package/dist-esm/samples-dev/contentItemCreateOrUpdateSample.js.map +0 -1
  1923. package/dist-esm/samples-dev/contentItemDeleteSample.d.ts +0 -2
  1924. package/dist-esm/samples-dev/contentItemDeleteSample.d.ts.map +0 -1
  1925. package/dist-esm/samples-dev/contentItemDeleteSample.js +0 -41
  1926. package/dist-esm/samples-dev/contentItemDeleteSample.js.map +0 -1
  1927. package/dist-esm/samples-dev/contentItemGetEntityTagSample.d.ts +0 -2
  1928. package/dist-esm/samples-dev/contentItemGetEntityTagSample.d.ts.map +0 -1
  1929. package/dist-esm/samples-dev/contentItemGetEntityTagSample.js +0 -40
  1930. package/dist-esm/samples-dev/contentItemGetEntityTagSample.js.map +0 -1
  1931. package/dist-esm/samples-dev/contentItemGetSample.d.ts +0 -2
  1932. package/dist-esm/samples-dev/contentItemGetSample.d.ts.map +0 -1
  1933. package/dist-esm/samples-dev/contentItemGetSample.js +0 -40
  1934. package/dist-esm/samples-dev/contentItemGetSample.js.map +0 -1
  1935. package/dist-esm/samples-dev/contentItemListByServiceSample.d.ts +0 -2
  1936. package/dist-esm/samples-dev/contentItemListByServiceSample.d.ts.map +0 -1
  1937. package/dist-esm/samples-dev/contentItemListByServiceSample.js +0 -55
  1938. package/dist-esm/samples-dev/contentItemListByServiceSample.js.map +0 -1
  1939. package/dist-esm/samples-dev/contentTypeCreateOrUpdateSample.d.ts +0 -2
  1940. package/dist-esm/samples-dev/contentTypeCreateOrUpdateSample.d.ts.map +0 -1
  1941. package/dist-esm/samples-dev/contentTypeCreateOrUpdateSample.js +0 -85
  1942. package/dist-esm/samples-dev/contentTypeCreateOrUpdateSample.js.map +0 -1
  1943. package/dist-esm/samples-dev/contentTypeDeleteSample.d.ts +0 -2
  1944. package/dist-esm/samples-dev/contentTypeDeleteSample.d.ts.map +0 -1
  1945. package/dist-esm/samples-dev/contentTypeDeleteSample.js +0 -40
  1946. package/dist-esm/samples-dev/contentTypeDeleteSample.js.map +0 -1
  1947. package/dist-esm/samples-dev/contentTypeGetSample.d.ts +0 -2
  1948. package/dist-esm/samples-dev/contentTypeGetSample.d.ts.map +0 -1
  1949. package/dist-esm/samples-dev/contentTypeGetSample.js +0 -39
  1950. package/dist-esm/samples-dev/contentTypeGetSample.js.map +0 -1
  1951. package/dist-esm/samples-dev/contentTypeListByServiceSample.d.ts +0 -2
  1952. package/dist-esm/samples-dev/contentTypeListByServiceSample.d.ts.map +0 -1
  1953. package/dist-esm/samples-dev/contentTypeListByServiceSample.js +0 -54
  1954. package/dist-esm/samples-dev/contentTypeListByServiceSample.js.map +0 -1
  1955. package/dist-esm/samples-dev/delegationSettingsCreateOrUpdateSample.d.ts +0 -2
  1956. package/dist-esm/samples-dev/delegationSettingsCreateOrUpdateSample.d.ts.map +0 -1
  1957. package/dist-esm/samples-dev/delegationSettingsCreateOrUpdateSample.js +0 -46
  1958. package/dist-esm/samples-dev/delegationSettingsCreateOrUpdateSample.js.map +0 -1
  1959. package/dist-esm/samples-dev/delegationSettingsGetEntityTagSample.d.ts +0 -2
  1960. package/dist-esm/samples-dev/delegationSettingsGetEntityTagSample.d.ts.map +0 -1
  1961. package/dist-esm/samples-dev/delegationSettingsGetEntityTagSample.js +0 -38
  1962. package/dist-esm/samples-dev/delegationSettingsGetEntityTagSample.js.map +0 -1
  1963. package/dist-esm/samples-dev/delegationSettingsGetSample.d.ts +0 -2
  1964. package/dist-esm/samples-dev/delegationSettingsGetSample.d.ts.map +0 -1
  1965. package/dist-esm/samples-dev/delegationSettingsGetSample.js +0 -38
  1966. package/dist-esm/samples-dev/delegationSettingsGetSample.js.map +0 -1
  1967. package/dist-esm/samples-dev/delegationSettingsListSecretsSample.d.ts +0 -2
  1968. package/dist-esm/samples-dev/delegationSettingsListSecretsSample.d.ts.map +0 -1
  1969. package/dist-esm/samples-dev/delegationSettingsListSecretsSample.js +0 -38
  1970. package/dist-esm/samples-dev/delegationSettingsListSecretsSample.js.map +0 -1
  1971. package/dist-esm/samples-dev/delegationSettingsUpdateSample.d.ts +0 -2
  1972. package/dist-esm/samples-dev/delegationSettingsUpdateSample.d.ts.map +0 -1
  1973. package/dist-esm/samples-dev/delegationSettingsUpdateSample.js +0 -45
  1974. package/dist-esm/samples-dev/delegationSettingsUpdateSample.js.map +0 -1
  1975. package/dist-esm/samples-dev/deletedServicesGetByNameSample.d.ts +0 -2
  1976. package/dist-esm/samples-dev/deletedServicesGetByNameSample.d.ts.map +0 -1
  1977. package/dist-esm/samples-dev/deletedServicesGetByNameSample.js +0 -38
  1978. package/dist-esm/samples-dev/deletedServicesGetByNameSample.js.map +0 -1
  1979. package/dist-esm/samples-dev/deletedServicesListBySubscriptionSample.d.ts +0 -2
  1980. package/dist-esm/samples-dev/deletedServicesListBySubscriptionSample.d.ts.map +0 -1
  1981. package/dist-esm/samples-dev/deletedServicesListBySubscriptionSample.js +0 -52
  1982. package/dist-esm/samples-dev/deletedServicesListBySubscriptionSample.js.map +0 -1
  1983. package/dist-esm/samples-dev/deletedServicesPurgeSample.d.ts +0 -2
  1984. package/dist-esm/samples-dev/deletedServicesPurgeSample.d.ts.map +0 -1
  1985. package/dist-esm/samples-dev/deletedServicesPurgeSample.js +0 -38
  1986. package/dist-esm/samples-dev/deletedServicesPurgeSample.js.map +0 -1
  1987. package/dist-esm/samples-dev/diagnosticCreateOrUpdateSample.d.ts +0 -2
  1988. package/dist-esm/samples-dev/diagnosticCreateOrUpdateSample.d.ts.map +0 -1
  1989. package/dist-esm/samples-dev/diagnosticCreateOrUpdateSample.js +0 -52
  1990. package/dist-esm/samples-dev/diagnosticCreateOrUpdateSample.js.map +0 -1
  1991. package/dist-esm/samples-dev/diagnosticDeleteSample.d.ts +0 -2
  1992. package/dist-esm/samples-dev/diagnosticDeleteSample.d.ts.map +0 -1
  1993. package/dist-esm/samples-dev/diagnosticDeleteSample.js +0 -40
  1994. package/dist-esm/samples-dev/diagnosticDeleteSample.js.map +0 -1
  1995. package/dist-esm/samples-dev/diagnosticGetEntityTagSample.d.ts +0 -2
  1996. package/dist-esm/samples-dev/diagnosticGetEntityTagSample.d.ts.map +0 -1
  1997. package/dist-esm/samples-dev/diagnosticGetEntityTagSample.js +0 -39
  1998. package/dist-esm/samples-dev/diagnosticGetEntityTagSample.js.map +0 -1
  1999. package/dist-esm/samples-dev/diagnosticGetSample.d.ts +0 -2
  2000. package/dist-esm/samples-dev/diagnosticGetSample.d.ts.map +0 -1
  2001. package/dist-esm/samples-dev/diagnosticGetSample.js +0 -39
  2002. package/dist-esm/samples-dev/diagnosticGetSample.js.map +0 -1
  2003. package/dist-esm/samples-dev/diagnosticListByServiceSample.d.ts +0 -2
  2004. package/dist-esm/samples-dev/diagnosticListByServiceSample.d.ts.map +0 -1
  2005. package/dist-esm/samples-dev/diagnosticListByServiceSample.js +0 -54
  2006. package/dist-esm/samples-dev/diagnosticListByServiceSample.js.map +0 -1
  2007. package/dist-esm/samples-dev/diagnosticUpdateSample.d.ts +0 -2
  2008. package/dist-esm/samples-dev/diagnosticUpdateSample.d.ts.map +0 -1
  2009. package/dist-esm/samples-dev/diagnosticUpdateSample.js +0 -53
  2010. package/dist-esm/samples-dev/diagnosticUpdateSample.js.map +0 -1
  2011. package/dist-esm/samples-dev/documentationCreateOrUpdateSample.d.ts +0 -2
  2012. package/dist-esm/samples-dev/documentationCreateOrUpdateSample.d.ts.map +0 -1
  2013. package/dist-esm/samples-dev/documentationCreateOrUpdateSample.js +0 -43
  2014. package/dist-esm/samples-dev/documentationCreateOrUpdateSample.js.map +0 -1
  2015. package/dist-esm/samples-dev/documentationDeleteSample.d.ts +0 -2
  2016. package/dist-esm/samples-dev/documentationDeleteSample.d.ts.map +0 -1
  2017. package/dist-esm/samples-dev/documentationDeleteSample.js +0 -40
  2018. package/dist-esm/samples-dev/documentationDeleteSample.js.map +0 -1
  2019. package/dist-esm/samples-dev/documentationGetEntityTagSample.d.ts +0 -2
  2020. package/dist-esm/samples-dev/documentationGetEntityTagSample.d.ts.map +0 -1
  2021. package/dist-esm/samples-dev/documentationGetEntityTagSample.js +0 -39
  2022. package/dist-esm/samples-dev/documentationGetEntityTagSample.js.map +0 -1
  2023. package/dist-esm/samples-dev/documentationGetSample.d.ts +0 -2
  2024. package/dist-esm/samples-dev/documentationGetSample.d.ts.map +0 -1
  2025. package/dist-esm/samples-dev/documentationGetSample.js +0 -39
  2026. package/dist-esm/samples-dev/documentationGetSample.js.map +0 -1
  2027. package/dist-esm/samples-dev/documentationListByServiceSample.d.ts +0 -2
  2028. package/dist-esm/samples-dev/documentationListByServiceSample.d.ts.map +0 -1
  2029. package/dist-esm/samples-dev/documentationListByServiceSample.js +0 -54
  2030. package/dist-esm/samples-dev/documentationListByServiceSample.js.map +0 -1
  2031. package/dist-esm/samples-dev/documentationUpdateSample.d.ts +0 -2
  2032. package/dist-esm/samples-dev/documentationUpdateSample.d.ts.map +0 -1
  2033. package/dist-esm/samples-dev/documentationUpdateSample.js +0 -44
  2034. package/dist-esm/samples-dev/documentationUpdateSample.js.map +0 -1
  2035. package/dist-esm/samples-dev/emailTemplateCreateOrUpdateSample.d.ts +0 -2
  2036. package/dist-esm/samples-dev/emailTemplateCreateOrUpdateSample.d.ts.map +0 -1
  2037. package/dist-esm/samples-dev/emailTemplateCreateOrUpdateSample.js +0 -42
  2038. package/dist-esm/samples-dev/emailTemplateCreateOrUpdateSample.js.map +0 -1
  2039. package/dist-esm/samples-dev/emailTemplateDeleteSample.d.ts +0 -2
  2040. package/dist-esm/samples-dev/emailTemplateDeleteSample.d.ts.map +0 -1
  2041. package/dist-esm/samples-dev/emailTemplateDeleteSample.js +0 -40
  2042. package/dist-esm/samples-dev/emailTemplateDeleteSample.js.map +0 -1
  2043. package/dist-esm/samples-dev/emailTemplateGetEntityTagSample.d.ts +0 -2
  2044. package/dist-esm/samples-dev/emailTemplateGetEntityTagSample.d.ts.map +0 -1
  2045. package/dist-esm/samples-dev/emailTemplateGetEntityTagSample.js +0 -39
  2046. package/dist-esm/samples-dev/emailTemplateGetEntityTagSample.js.map +0 -1
  2047. package/dist-esm/samples-dev/emailTemplateGetSample.d.ts +0 -2
  2048. package/dist-esm/samples-dev/emailTemplateGetSample.d.ts.map +0 -1
  2049. package/dist-esm/samples-dev/emailTemplateGetSample.js +0 -39
  2050. package/dist-esm/samples-dev/emailTemplateGetSample.js.map +0 -1
  2051. package/dist-esm/samples-dev/emailTemplateListByServiceSample.d.ts +0 -2
  2052. package/dist-esm/samples-dev/emailTemplateListByServiceSample.d.ts.map +0 -1
  2053. package/dist-esm/samples-dev/emailTemplateListByServiceSample.js +0 -54
  2054. package/dist-esm/samples-dev/emailTemplateListByServiceSample.js.map +0 -1
  2055. package/dist-esm/samples-dev/emailTemplateUpdateSample.d.ts +0 -2
  2056. package/dist-esm/samples-dev/emailTemplateUpdateSample.d.ts.map +0 -1
  2057. package/dist-esm/samples-dev/emailTemplateUpdateSample.js +0 -44
  2058. package/dist-esm/samples-dev/emailTemplateUpdateSample.js.map +0 -1
  2059. package/dist-esm/samples-dev/gatewayApiCreateOrUpdateSample.d.ts +0 -2
  2060. package/dist-esm/samples-dev/gatewayApiCreateOrUpdateSample.d.ts.map +0 -1
  2061. package/dist-esm/samples-dev/gatewayApiCreateOrUpdateSample.js +0 -42
  2062. package/dist-esm/samples-dev/gatewayApiCreateOrUpdateSample.js.map +0 -1
  2063. package/dist-esm/samples-dev/gatewayApiDeleteSample.d.ts +0 -2
  2064. package/dist-esm/samples-dev/gatewayApiDeleteSample.d.ts.map +0 -1
  2065. package/dist-esm/samples-dev/gatewayApiDeleteSample.js +0 -40
  2066. package/dist-esm/samples-dev/gatewayApiDeleteSample.js.map +0 -1
  2067. package/dist-esm/samples-dev/gatewayApiGetEntityTagSample.d.ts +0 -2
  2068. package/dist-esm/samples-dev/gatewayApiGetEntityTagSample.d.ts.map +0 -1
  2069. package/dist-esm/samples-dev/gatewayApiGetEntityTagSample.js +0 -40
  2070. package/dist-esm/samples-dev/gatewayApiGetEntityTagSample.js.map +0 -1
  2071. package/dist-esm/samples-dev/gatewayApiListByServiceSample.d.ts +0 -2
  2072. package/dist-esm/samples-dev/gatewayApiListByServiceSample.d.ts.map +0 -1
  2073. package/dist-esm/samples-dev/gatewayApiListByServiceSample.js +0 -55
  2074. package/dist-esm/samples-dev/gatewayApiListByServiceSample.js.map +0 -1
  2075. package/dist-esm/samples-dev/gatewayCertificateAuthorityCreateOrUpdateSample.d.ts +0 -2
  2076. package/dist-esm/samples-dev/gatewayCertificateAuthorityCreateOrUpdateSample.d.ts.map +0 -1
  2077. package/dist-esm/samples-dev/gatewayCertificateAuthorityCreateOrUpdateSample.js +0 -41
  2078. package/dist-esm/samples-dev/gatewayCertificateAuthorityCreateOrUpdateSample.js.map +0 -1
  2079. package/dist-esm/samples-dev/gatewayCertificateAuthorityDeleteSample.d.ts +0 -2
  2080. package/dist-esm/samples-dev/gatewayCertificateAuthorityDeleteSample.d.ts.map +0 -1
  2081. package/dist-esm/samples-dev/gatewayCertificateAuthorityDeleteSample.js +0 -41
  2082. package/dist-esm/samples-dev/gatewayCertificateAuthorityDeleteSample.js.map +0 -1
  2083. package/dist-esm/samples-dev/gatewayCertificateAuthorityGetEntityTagSample.d.ts +0 -2
  2084. package/dist-esm/samples-dev/gatewayCertificateAuthorityGetEntityTagSample.d.ts.map +0 -1
  2085. package/dist-esm/samples-dev/gatewayCertificateAuthorityGetEntityTagSample.js +0 -40
  2086. package/dist-esm/samples-dev/gatewayCertificateAuthorityGetEntityTagSample.js.map +0 -1
  2087. package/dist-esm/samples-dev/gatewayCertificateAuthorityGetSample.d.ts +0 -2
  2088. package/dist-esm/samples-dev/gatewayCertificateAuthorityGetSample.d.ts.map +0 -1
  2089. package/dist-esm/samples-dev/gatewayCertificateAuthorityGetSample.js +0 -40
  2090. package/dist-esm/samples-dev/gatewayCertificateAuthorityGetSample.js.map +0 -1
  2091. package/dist-esm/samples-dev/gatewayCertificateAuthorityListByServiceSample.d.ts +0 -2
  2092. package/dist-esm/samples-dev/gatewayCertificateAuthorityListByServiceSample.d.ts.map +0 -1
  2093. package/dist-esm/samples-dev/gatewayCertificateAuthorityListByServiceSample.js +0 -55
  2094. package/dist-esm/samples-dev/gatewayCertificateAuthorityListByServiceSample.js.map +0 -1
  2095. package/dist-esm/samples-dev/gatewayCreateOrUpdateSample.d.ts +0 -2
  2096. package/dist-esm/samples-dev/gatewayCreateOrUpdateSample.d.ts.map +0 -1
  2097. package/dist-esm/samples-dev/gatewayCreateOrUpdateSample.js +0 -43
  2098. package/dist-esm/samples-dev/gatewayCreateOrUpdateSample.js.map +0 -1
  2099. package/dist-esm/samples-dev/gatewayDeleteSample.d.ts +0 -2
  2100. package/dist-esm/samples-dev/gatewayDeleteSample.d.ts.map +0 -1
  2101. package/dist-esm/samples-dev/gatewayDeleteSample.js +0 -40
  2102. package/dist-esm/samples-dev/gatewayDeleteSample.js.map +0 -1
  2103. package/dist-esm/samples-dev/gatewayGenerateTokenSample.d.ts +0 -2
  2104. package/dist-esm/samples-dev/gatewayGenerateTokenSample.d.ts.map +0 -1
  2105. package/dist-esm/samples-dev/gatewayGenerateTokenSample.js +0 -43
  2106. package/dist-esm/samples-dev/gatewayGenerateTokenSample.js.map +0 -1
  2107. package/dist-esm/samples-dev/gatewayGetEntityTagSample.d.ts +0 -2
  2108. package/dist-esm/samples-dev/gatewayGetEntityTagSample.d.ts.map +0 -1
  2109. package/dist-esm/samples-dev/gatewayGetEntityTagSample.js +0 -39
  2110. package/dist-esm/samples-dev/gatewayGetEntityTagSample.js.map +0 -1
  2111. package/dist-esm/samples-dev/gatewayGetSample.d.ts +0 -2
  2112. package/dist-esm/samples-dev/gatewayGetSample.d.ts.map +0 -1
  2113. package/dist-esm/samples-dev/gatewayGetSample.js +0 -39
  2114. package/dist-esm/samples-dev/gatewayGetSample.js.map +0 -1
  2115. package/dist-esm/samples-dev/gatewayHostnameConfigurationCreateOrUpdateSample.d.ts +0 -2
  2116. package/dist-esm/samples-dev/gatewayHostnameConfigurationCreateOrUpdateSample.d.ts.map +0 -1
  2117. package/dist-esm/samples-dev/gatewayHostnameConfigurationCreateOrUpdateSample.js +0 -48
  2118. package/dist-esm/samples-dev/gatewayHostnameConfigurationCreateOrUpdateSample.js.map +0 -1
  2119. package/dist-esm/samples-dev/gatewayHostnameConfigurationDeleteSample.d.ts +0 -2
  2120. package/dist-esm/samples-dev/gatewayHostnameConfigurationDeleteSample.d.ts.map +0 -1
  2121. package/dist-esm/samples-dev/gatewayHostnameConfigurationDeleteSample.js +0 -41
  2122. package/dist-esm/samples-dev/gatewayHostnameConfigurationDeleteSample.js.map +0 -1
  2123. package/dist-esm/samples-dev/gatewayHostnameConfigurationGetEntityTagSample.d.ts +0 -2
  2124. package/dist-esm/samples-dev/gatewayHostnameConfigurationGetEntityTagSample.d.ts.map +0 -1
  2125. package/dist-esm/samples-dev/gatewayHostnameConfigurationGetEntityTagSample.js +0 -40
  2126. package/dist-esm/samples-dev/gatewayHostnameConfigurationGetEntityTagSample.js.map +0 -1
  2127. package/dist-esm/samples-dev/gatewayHostnameConfigurationGetSample.d.ts +0 -2
  2128. package/dist-esm/samples-dev/gatewayHostnameConfigurationGetSample.d.ts.map +0 -1
  2129. package/dist-esm/samples-dev/gatewayHostnameConfigurationGetSample.js +0 -40
  2130. package/dist-esm/samples-dev/gatewayHostnameConfigurationGetSample.js.map +0 -1
  2131. package/dist-esm/samples-dev/gatewayHostnameConfigurationListByServiceSample.d.ts +0 -2
  2132. package/dist-esm/samples-dev/gatewayHostnameConfigurationListByServiceSample.d.ts.map +0 -1
  2133. package/dist-esm/samples-dev/gatewayHostnameConfigurationListByServiceSample.js +0 -55
  2134. package/dist-esm/samples-dev/gatewayHostnameConfigurationListByServiceSample.js.map +0 -1
  2135. package/dist-esm/samples-dev/gatewayListByServiceSample.d.ts +0 -2
  2136. package/dist-esm/samples-dev/gatewayListByServiceSample.d.ts.map +0 -1
  2137. package/dist-esm/samples-dev/gatewayListByServiceSample.js +0 -54
  2138. package/dist-esm/samples-dev/gatewayListByServiceSample.js.map +0 -1
  2139. package/dist-esm/samples-dev/gatewayListKeysSample.d.ts +0 -2
  2140. package/dist-esm/samples-dev/gatewayListKeysSample.d.ts.map +0 -1
  2141. package/dist-esm/samples-dev/gatewayListKeysSample.js +0 -39
  2142. package/dist-esm/samples-dev/gatewayListKeysSample.js.map +0 -1
  2143. package/dist-esm/samples-dev/gatewayRegenerateKeySample.d.ts +0 -2
  2144. package/dist-esm/samples-dev/gatewayRegenerateKeySample.d.ts.map +0 -1
  2145. package/dist-esm/samples-dev/gatewayRegenerateKeySample.js +0 -42
  2146. package/dist-esm/samples-dev/gatewayRegenerateKeySample.js.map +0 -1
  2147. package/dist-esm/samples-dev/gatewayUpdateSample.d.ts +0 -2
  2148. package/dist-esm/samples-dev/gatewayUpdateSample.d.ts.map +0 -1
  2149. package/dist-esm/samples-dev/gatewayUpdateSample.js +0 -44
  2150. package/dist-esm/samples-dev/gatewayUpdateSample.js.map +0 -1
  2151. package/dist-esm/samples-dev/globalSchemaCreateOrUpdateSample.d.ts +0 -2
  2152. package/dist-esm/samples-dev/globalSchemaCreateOrUpdateSample.d.ts.map +0 -1
  2153. package/dist-esm/samples-dev/globalSchemaCreateOrUpdateSample.js +0 -82
  2154. package/dist-esm/samples-dev/globalSchemaCreateOrUpdateSample.js.map +0 -1
  2155. package/dist-esm/samples-dev/globalSchemaDeleteSample.d.ts +0 -2
  2156. package/dist-esm/samples-dev/globalSchemaDeleteSample.d.ts.map +0 -1
  2157. package/dist-esm/samples-dev/globalSchemaDeleteSample.js +0 -40
  2158. package/dist-esm/samples-dev/globalSchemaDeleteSample.js.map +0 -1
  2159. package/dist-esm/samples-dev/globalSchemaGetEntityTagSample.d.ts +0 -2
  2160. package/dist-esm/samples-dev/globalSchemaGetEntityTagSample.d.ts.map +0 -1
  2161. package/dist-esm/samples-dev/globalSchemaGetEntityTagSample.js +0 -39
  2162. package/dist-esm/samples-dev/globalSchemaGetEntityTagSample.js.map +0 -1
  2163. package/dist-esm/samples-dev/globalSchemaGetSample.d.ts +0 -2
  2164. package/dist-esm/samples-dev/globalSchemaGetSample.d.ts.map +0 -1
  2165. package/dist-esm/samples-dev/globalSchemaGetSample.js +0 -58
  2166. package/dist-esm/samples-dev/globalSchemaGetSample.js.map +0 -1
  2167. package/dist-esm/samples-dev/globalSchemaListByServiceSample.d.ts +0 -2
  2168. package/dist-esm/samples-dev/globalSchemaListByServiceSample.d.ts.map +0 -1
  2169. package/dist-esm/samples-dev/globalSchemaListByServiceSample.js +0 -54
  2170. package/dist-esm/samples-dev/globalSchemaListByServiceSample.js.map +0 -1
  2171. package/dist-esm/samples-dev/graphQlApiResolverCreateOrUpdateSample.d.ts +0 -2
  2172. package/dist-esm/samples-dev/graphQlApiResolverCreateOrUpdateSample.d.ts.map +0 -1
  2173. package/dist-esm/samples-dev/graphQlApiResolverCreateOrUpdateSample.js +0 -45
  2174. package/dist-esm/samples-dev/graphQlApiResolverCreateOrUpdateSample.js.map +0 -1
  2175. package/dist-esm/samples-dev/graphQlApiResolverDeleteSample.d.ts +0 -2
  2176. package/dist-esm/samples-dev/graphQlApiResolverDeleteSample.d.ts.map +0 -1
  2177. package/dist-esm/samples-dev/graphQlApiResolverDeleteSample.js +0 -41
  2178. package/dist-esm/samples-dev/graphQlApiResolverDeleteSample.js.map +0 -1
  2179. package/dist-esm/samples-dev/graphQlApiResolverGetEntityTagSample.d.ts +0 -2
  2180. package/dist-esm/samples-dev/graphQlApiResolverGetEntityTagSample.d.ts.map +0 -1
  2181. package/dist-esm/samples-dev/graphQlApiResolverGetEntityTagSample.js +0 -40
  2182. package/dist-esm/samples-dev/graphQlApiResolverGetEntityTagSample.js.map +0 -1
  2183. package/dist-esm/samples-dev/graphQlApiResolverGetSample.d.ts +0 -2
  2184. package/dist-esm/samples-dev/graphQlApiResolverGetSample.d.ts.map +0 -1
  2185. package/dist-esm/samples-dev/graphQlApiResolverGetSample.js +0 -40
  2186. package/dist-esm/samples-dev/graphQlApiResolverGetSample.js.map +0 -1
  2187. package/dist-esm/samples-dev/graphQlApiResolverListByApiSample.d.ts +0 -2
  2188. package/dist-esm/samples-dev/graphQlApiResolverListByApiSample.d.ts.map +0 -1
  2189. package/dist-esm/samples-dev/graphQlApiResolverListByApiSample.js +0 -55
  2190. package/dist-esm/samples-dev/graphQlApiResolverListByApiSample.js.map +0 -1
  2191. package/dist-esm/samples-dev/graphQlApiResolverPolicyCreateOrUpdateSample.d.ts +0 -2
  2192. package/dist-esm/samples-dev/graphQlApiResolverPolicyCreateOrUpdateSample.d.ts.map +0 -1
  2193. package/dist-esm/samples-dev/graphQlApiResolverPolicyCreateOrUpdateSample.js +0 -49
  2194. package/dist-esm/samples-dev/graphQlApiResolverPolicyCreateOrUpdateSample.js.map +0 -1
  2195. package/dist-esm/samples-dev/graphQlApiResolverPolicyDeleteSample.d.ts +0 -2
  2196. package/dist-esm/samples-dev/graphQlApiResolverPolicyDeleteSample.d.ts.map +0 -1
  2197. package/dist-esm/samples-dev/graphQlApiResolverPolicyDeleteSample.js +0 -42
  2198. package/dist-esm/samples-dev/graphQlApiResolverPolicyDeleteSample.js.map +0 -1
  2199. package/dist-esm/samples-dev/graphQlApiResolverPolicyGetEntityTagSample.d.ts +0 -2
  2200. package/dist-esm/samples-dev/graphQlApiResolverPolicyGetEntityTagSample.d.ts.map +0 -1
  2201. package/dist-esm/samples-dev/graphQlApiResolverPolicyGetEntityTagSample.js +0 -41
  2202. package/dist-esm/samples-dev/graphQlApiResolverPolicyGetEntityTagSample.js.map +0 -1
  2203. package/dist-esm/samples-dev/graphQlApiResolverPolicyGetSample.d.ts +0 -2
  2204. package/dist-esm/samples-dev/graphQlApiResolverPolicyGetSample.d.ts.map +0 -1
  2205. package/dist-esm/samples-dev/graphQlApiResolverPolicyGetSample.js +0 -41
  2206. package/dist-esm/samples-dev/graphQlApiResolverPolicyGetSample.js.map +0 -1
  2207. package/dist-esm/samples-dev/graphQlApiResolverPolicyListByResolverSample.d.ts +0 -2
  2208. package/dist-esm/samples-dev/graphQlApiResolverPolicyListByResolverSample.d.ts.map +0 -1
  2209. package/dist-esm/samples-dev/graphQlApiResolverPolicyListByResolverSample.js +0 -56
  2210. package/dist-esm/samples-dev/graphQlApiResolverPolicyListByResolverSample.js.map +0 -1
  2211. package/dist-esm/samples-dev/graphQlApiResolverUpdateSample.d.ts +0 -2
  2212. package/dist-esm/samples-dev/graphQlApiResolverUpdateSample.d.ts.map +0 -1
  2213. package/dist-esm/samples-dev/graphQlApiResolverUpdateSample.js +0 -46
  2214. package/dist-esm/samples-dev/graphQlApiResolverUpdateSample.js.map +0 -1
  2215. package/dist-esm/samples-dev/groupCreateOrUpdateSample.d.ts +0 -2
  2216. package/dist-esm/samples-dev/groupCreateOrUpdateSample.d.ts.map +0 -1
  2217. package/dist-esm/samples-dev/groupCreateOrUpdateSample.js +0 -65
  2218. package/dist-esm/samples-dev/groupCreateOrUpdateSample.js.map +0 -1
  2219. package/dist-esm/samples-dev/groupDeleteSample.d.ts +0 -2
  2220. package/dist-esm/samples-dev/groupDeleteSample.d.ts.map +0 -1
  2221. package/dist-esm/samples-dev/groupDeleteSample.js +0 -40
  2222. package/dist-esm/samples-dev/groupDeleteSample.js.map +0 -1
  2223. package/dist-esm/samples-dev/groupGetEntityTagSample.d.ts +0 -2
  2224. package/dist-esm/samples-dev/groupGetEntityTagSample.d.ts.map +0 -1
  2225. package/dist-esm/samples-dev/groupGetEntityTagSample.js +0 -39
  2226. package/dist-esm/samples-dev/groupGetEntityTagSample.js.map +0 -1
  2227. package/dist-esm/samples-dev/groupGetSample.d.ts +0 -2
  2228. package/dist-esm/samples-dev/groupGetSample.d.ts.map +0 -1
  2229. package/dist-esm/samples-dev/groupGetSample.js +0 -39
  2230. package/dist-esm/samples-dev/groupGetSample.js.map +0 -1
  2231. package/dist-esm/samples-dev/groupListByServiceSample.d.ts +0 -2
  2232. package/dist-esm/samples-dev/groupListByServiceSample.d.ts.map +0 -1
  2233. package/dist-esm/samples-dev/groupListByServiceSample.js +0 -54
  2234. package/dist-esm/samples-dev/groupListByServiceSample.js.map +0 -1
  2235. package/dist-esm/samples-dev/groupUpdateSample.d.ts +0 -2
  2236. package/dist-esm/samples-dev/groupUpdateSample.d.ts.map +0 -1
  2237. package/dist-esm/samples-dev/groupUpdateSample.js +0 -41
  2238. package/dist-esm/samples-dev/groupUpdateSample.js.map +0 -1
  2239. package/dist-esm/samples-dev/groupUserCheckEntityExistsSample.d.ts +0 -2
  2240. package/dist-esm/samples-dev/groupUserCheckEntityExistsSample.d.ts.map +0 -1
  2241. package/dist-esm/samples-dev/groupUserCheckEntityExistsSample.js +0 -40
  2242. package/dist-esm/samples-dev/groupUserCheckEntityExistsSample.js.map +0 -1
  2243. package/dist-esm/samples-dev/groupUserCreateSample.d.ts +0 -2
  2244. package/dist-esm/samples-dev/groupUserCreateSample.d.ts.map +0 -1
  2245. package/dist-esm/samples-dev/groupUserCreateSample.js +0 -40
  2246. package/dist-esm/samples-dev/groupUserCreateSample.js.map +0 -1
  2247. package/dist-esm/samples-dev/groupUserDeleteSample.d.ts +0 -2
  2248. package/dist-esm/samples-dev/groupUserDeleteSample.d.ts.map +0 -1
  2249. package/dist-esm/samples-dev/groupUserDeleteSample.js +0 -40
  2250. package/dist-esm/samples-dev/groupUserDeleteSample.js.map +0 -1
  2251. package/dist-esm/samples-dev/groupUserListSample.d.ts +0 -2
  2252. package/dist-esm/samples-dev/groupUserListSample.d.ts.map +0 -1
  2253. package/dist-esm/samples-dev/groupUserListSample.js +0 -55
  2254. package/dist-esm/samples-dev/groupUserListSample.js.map +0 -1
  2255. package/dist-esm/samples-dev/identityProviderCreateOrUpdateSample.d.ts +0 -2
  2256. package/dist-esm/samples-dev/identityProviderCreateOrUpdateSample.d.ts.map +0 -1
  2257. package/dist-esm/samples-dev/identityProviderCreateOrUpdateSample.js +0 -43
  2258. package/dist-esm/samples-dev/identityProviderCreateOrUpdateSample.js.map +0 -1
  2259. package/dist-esm/samples-dev/identityProviderDeleteSample.d.ts +0 -2
  2260. package/dist-esm/samples-dev/identityProviderDeleteSample.d.ts.map +0 -1
  2261. package/dist-esm/samples-dev/identityProviderDeleteSample.js +0 -40
  2262. package/dist-esm/samples-dev/identityProviderDeleteSample.js.map +0 -1
  2263. package/dist-esm/samples-dev/identityProviderGetEntityTagSample.d.ts +0 -2
  2264. package/dist-esm/samples-dev/identityProviderGetEntityTagSample.d.ts.map +0 -1
  2265. package/dist-esm/samples-dev/identityProviderGetEntityTagSample.js +0 -39
  2266. package/dist-esm/samples-dev/identityProviderGetEntityTagSample.js.map +0 -1
  2267. package/dist-esm/samples-dev/identityProviderGetSample.d.ts +0 -2
  2268. package/dist-esm/samples-dev/identityProviderGetSample.d.ts.map +0 -1
  2269. package/dist-esm/samples-dev/identityProviderGetSample.js +0 -39
  2270. package/dist-esm/samples-dev/identityProviderGetSample.js.map +0 -1
  2271. package/dist-esm/samples-dev/identityProviderListByServiceSample.d.ts +0 -2
  2272. package/dist-esm/samples-dev/identityProviderListByServiceSample.d.ts.map +0 -1
  2273. package/dist-esm/samples-dev/identityProviderListByServiceSample.js +0 -54
  2274. package/dist-esm/samples-dev/identityProviderListByServiceSample.js.map +0 -1
  2275. package/dist-esm/samples-dev/identityProviderListSecretsSample.d.ts +0 -2
  2276. package/dist-esm/samples-dev/identityProviderListSecretsSample.d.ts.map +0 -1
  2277. package/dist-esm/samples-dev/identityProviderListSecretsSample.js +0 -39
  2278. package/dist-esm/samples-dev/identityProviderListSecretsSample.js.map +0 -1
  2279. package/dist-esm/samples-dev/identityProviderUpdateSample.d.ts +0 -2
  2280. package/dist-esm/samples-dev/identityProviderUpdateSample.d.ts.map +0 -1
  2281. package/dist-esm/samples-dev/identityProviderUpdateSample.js +0 -44
  2282. package/dist-esm/samples-dev/identityProviderUpdateSample.js.map +0 -1
  2283. package/dist-esm/samples-dev/issueGetSample.d.ts +0 -2
  2284. package/dist-esm/samples-dev/issueGetSample.d.ts.map +0 -1
  2285. package/dist-esm/samples-dev/issueGetSample.js +0 -39
  2286. package/dist-esm/samples-dev/issueGetSample.js.map +0 -1
  2287. package/dist-esm/samples-dev/issueListByServiceSample.d.ts +0 -2
  2288. package/dist-esm/samples-dev/issueListByServiceSample.d.ts.map +0 -1
  2289. package/dist-esm/samples-dev/issueListByServiceSample.js +0 -54
  2290. package/dist-esm/samples-dev/issueListByServiceSample.js.map +0 -1
  2291. package/dist-esm/samples-dev/loggerCreateOrUpdateSample.d.ts +0 -2
  2292. package/dist-esm/samples-dev/loggerCreateOrUpdateSample.d.ts.map +0 -1
  2293. package/dist-esm/samples-dev/loggerCreateOrUpdateSample.js +0 -71
  2294. package/dist-esm/samples-dev/loggerCreateOrUpdateSample.js.map +0 -1
  2295. package/dist-esm/samples-dev/loggerDeleteSample.d.ts +0 -2
  2296. package/dist-esm/samples-dev/loggerDeleteSample.d.ts.map +0 -1
  2297. package/dist-esm/samples-dev/loggerDeleteSample.js +0 -40
  2298. package/dist-esm/samples-dev/loggerDeleteSample.js.map +0 -1
  2299. package/dist-esm/samples-dev/loggerGetEntityTagSample.d.ts +0 -2
  2300. package/dist-esm/samples-dev/loggerGetEntityTagSample.d.ts.map +0 -1
  2301. package/dist-esm/samples-dev/loggerGetEntityTagSample.js +0 -39
  2302. package/dist-esm/samples-dev/loggerGetEntityTagSample.js.map +0 -1
  2303. package/dist-esm/samples-dev/loggerGetSample.d.ts +0 -2
  2304. package/dist-esm/samples-dev/loggerGetSample.d.ts.map +0 -1
  2305. package/dist-esm/samples-dev/loggerGetSample.js +0 -39
  2306. package/dist-esm/samples-dev/loggerGetSample.js.map +0 -1
  2307. package/dist-esm/samples-dev/loggerListByServiceSample.d.ts +0 -2
  2308. package/dist-esm/samples-dev/loggerListByServiceSample.d.ts.map +0 -1
  2309. package/dist-esm/samples-dev/loggerListByServiceSample.js +0 -54
  2310. package/dist-esm/samples-dev/loggerListByServiceSample.js.map +0 -1
  2311. package/dist-esm/samples-dev/loggerUpdateSample.d.ts +0 -2
  2312. package/dist-esm/samples-dev/loggerUpdateSample.d.ts.map +0 -1
  2313. package/dist-esm/samples-dev/loggerUpdateSample.js +0 -44
  2314. package/dist-esm/samples-dev/loggerUpdateSample.js.map +0 -1
  2315. package/dist-esm/samples-dev/namedValueCreateOrUpdateSample.d.ts +0 -2
  2316. package/dist-esm/samples-dev/namedValueCreateOrUpdateSample.d.ts.map +0 -1
  2317. package/dist-esm/samples-dev/namedValueCreateOrUpdateSample.js +0 -73
  2318. package/dist-esm/samples-dev/namedValueCreateOrUpdateSample.js.map +0 -1
  2319. package/dist-esm/samples-dev/namedValueDeleteSample.d.ts +0 -2
  2320. package/dist-esm/samples-dev/namedValueDeleteSample.d.ts.map +0 -1
  2321. package/dist-esm/samples-dev/namedValueDeleteSample.js +0 -40
  2322. package/dist-esm/samples-dev/namedValueDeleteSample.js.map +0 -1
  2323. package/dist-esm/samples-dev/namedValueGetEntityTagSample.d.ts +0 -2
  2324. package/dist-esm/samples-dev/namedValueGetEntityTagSample.d.ts.map +0 -1
  2325. package/dist-esm/samples-dev/namedValueGetEntityTagSample.js +0 -39
  2326. package/dist-esm/samples-dev/namedValueGetEntityTagSample.js.map +0 -1
  2327. package/dist-esm/samples-dev/namedValueGetSample.d.ts +0 -2
  2328. package/dist-esm/samples-dev/namedValueGetSample.d.ts.map +0 -1
  2329. package/dist-esm/samples-dev/namedValueGetSample.js +0 -58
  2330. package/dist-esm/samples-dev/namedValueGetSample.js.map +0 -1
  2331. package/dist-esm/samples-dev/namedValueListByServiceSample.d.ts +0 -2
  2332. package/dist-esm/samples-dev/namedValueListByServiceSample.d.ts.map +0 -1
  2333. package/dist-esm/samples-dev/namedValueListByServiceSample.js +0 -54
  2334. package/dist-esm/samples-dev/namedValueListByServiceSample.js.map +0 -1
  2335. package/dist-esm/samples-dev/namedValueListValueSample.d.ts +0 -2
  2336. package/dist-esm/samples-dev/namedValueListValueSample.d.ts.map +0 -1
  2337. package/dist-esm/samples-dev/namedValueListValueSample.js +0 -39
  2338. package/dist-esm/samples-dev/namedValueListValueSample.js.map +0 -1
  2339. package/dist-esm/samples-dev/namedValueRefreshSecretSample.d.ts +0 -2
  2340. package/dist-esm/samples-dev/namedValueRefreshSecretSample.d.ts.map +0 -1
  2341. package/dist-esm/samples-dev/namedValueRefreshSecretSample.js +0 -39
  2342. package/dist-esm/samples-dev/namedValueRefreshSecretSample.js.map +0 -1
  2343. package/dist-esm/samples-dev/namedValueUpdateSample.d.ts +0 -2
  2344. package/dist-esm/samples-dev/namedValueUpdateSample.d.ts.map +0 -1
  2345. package/dist-esm/samples-dev/namedValueUpdateSample.js +0 -46
  2346. package/dist-esm/samples-dev/namedValueUpdateSample.js.map +0 -1
  2347. package/dist-esm/samples-dev/networkStatusListByLocationSample.d.ts +0 -2
  2348. package/dist-esm/samples-dev/networkStatusListByLocationSample.d.ts.map +0 -1
  2349. package/dist-esm/samples-dev/networkStatusListByLocationSample.js +0 -39
  2350. package/dist-esm/samples-dev/networkStatusListByLocationSample.js.map +0 -1
  2351. package/dist-esm/samples-dev/networkStatusListByServiceSample.d.ts +0 -2
  2352. package/dist-esm/samples-dev/networkStatusListByServiceSample.d.ts.map +0 -1
  2353. package/dist-esm/samples-dev/networkStatusListByServiceSample.js +0 -38
  2354. package/dist-esm/samples-dev/networkStatusListByServiceSample.js.map +0 -1
  2355. package/dist-esm/samples-dev/notificationCreateOrUpdateSample.d.ts +0 -2
  2356. package/dist-esm/samples-dev/notificationCreateOrUpdateSample.d.ts.map +0 -1
  2357. package/dist-esm/samples-dev/notificationCreateOrUpdateSample.js +0 -39
  2358. package/dist-esm/samples-dev/notificationCreateOrUpdateSample.js.map +0 -1
  2359. package/dist-esm/samples-dev/notificationGetSample.d.ts +0 -2
  2360. package/dist-esm/samples-dev/notificationGetSample.d.ts.map +0 -1
  2361. package/dist-esm/samples-dev/notificationGetSample.js +0 -39
  2362. package/dist-esm/samples-dev/notificationGetSample.js.map +0 -1
  2363. package/dist-esm/samples-dev/notificationListByServiceSample.d.ts +0 -2
  2364. package/dist-esm/samples-dev/notificationListByServiceSample.d.ts.map +0 -1
  2365. package/dist-esm/samples-dev/notificationListByServiceSample.js +0 -54
  2366. package/dist-esm/samples-dev/notificationListByServiceSample.js.map +0 -1
  2367. package/dist-esm/samples-dev/notificationRecipientEmailCheckEntityExistsSample.d.ts +0 -2
  2368. package/dist-esm/samples-dev/notificationRecipientEmailCheckEntityExistsSample.d.ts.map +0 -1
  2369. package/dist-esm/samples-dev/notificationRecipientEmailCheckEntityExistsSample.js +0 -40
  2370. package/dist-esm/samples-dev/notificationRecipientEmailCheckEntityExistsSample.js.map +0 -1
  2371. package/dist-esm/samples-dev/notificationRecipientEmailCreateOrUpdateSample.d.ts +0 -2
  2372. package/dist-esm/samples-dev/notificationRecipientEmailCreateOrUpdateSample.d.ts.map +0 -1
  2373. package/dist-esm/samples-dev/notificationRecipientEmailCreateOrUpdateSample.js +0 -40
  2374. package/dist-esm/samples-dev/notificationRecipientEmailCreateOrUpdateSample.js.map +0 -1
  2375. package/dist-esm/samples-dev/notificationRecipientEmailDeleteSample.d.ts +0 -2
  2376. package/dist-esm/samples-dev/notificationRecipientEmailDeleteSample.d.ts.map +0 -1
  2377. package/dist-esm/samples-dev/notificationRecipientEmailDeleteSample.js +0 -40
  2378. package/dist-esm/samples-dev/notificationRecipientEmailDeleteSample.js.map +0 -1
  2379. package/dist-esm/samples-dev/notificationRecipientEmailListByNotificationSample.d.ts +0 -2
  2380. package/dist-esm/samples-dev/notificationRecipientEmailListByNotificationSample.d.ts.map +0 -1
  2381. package/dist-esm/samples-dev/notificationRecipientEmailListByNotificationSample.js +0 -39
  2382. package/dist-esm/samples-dev/notificationRecipientEmailListByNotificationSample.js.map +0 -1
  2383. package/dist-esm/samples-dev/notificationRecipientUserCheckEntityExistsSample.d.ts +0 -2
  2384. package/dist-esm/samples-dev/notificationRecipientUserCheckEntityExistsSample.d.ts.map +0 -1
  2385. package/dist-esm/samples-dev/notificationRecipientUserCheckEntityExistsSample.js +0 -40
  2386. package/dist-esm/samples-dev/notificationRecipientUserCheckEntityExistsSample.js.map +0 -1
  2387. package/dist-esm/samples-dev/notificationRecipientUserCreateOrUpdateSample.d.ts +0 -2
  2388. package/dist-esm/samples-dev/notificationRecipientUserCreateOrUpdateSample.d.ts.map +0 -1
  2389. package/dist-esm/samples-dev/notificationRecipientUserCreateOrUpdateSample.js +0 -40
  2390. package/dist-esm/samples-dev/notificationRecipientUserCreateOrUpdateSample.js.map +0 -1
  2391. package/dist-esm/samples-dev/notificationRecipientUserDeleteSample.d.ts +0 -2
  2392. package/dist-esm/samples-dev/notificationRecipientUserDeleteSample.d.ts.map +0 -1
  2393. package/dist-esm/samples-dev/notificationRecipientUserDeleteSample.js +0 -40
  2394. package/dist-esm/samples-dev/notificationRecipientUserDeleteSample.js.map +0 -1
  2395. package/dist-esm/samples-dev/notificationRecipientUserListByNotificationSample.d.ts +0 -2
  2396. package/dist-esm/samples-dev/notificationRecipientUserListByNotificationSample.d.ts.map +0 -1
  2397. package/dist-esm/samples-dev/notificationRecipientUserListByNotificationSample.js +0 -39
  2398. package/dist-esm/samples-dev/notificationRecipientUserListByNotificationSample.js.map +0 -1
  2399. package/dist-esm/samples-dev/openIdConnectProviderCreateOrUpdateSample.d.ts +0 -2
  2400. package/dist-esm/samples-dev/openIdConnectProviderCreateOrUpdateSample.d.ts.map +0 -1
  2401. package/dist-esm/samples-dev/openIdConnectProviderCreateOrUpdateSample.js +0 -47
  2402. package/dist-esm/samples-dev/openIdConnectProviderCreateOrUpdateSample.js.map +0 -1
  2403. package/dist-esm/samples-dev/openIdConnectProviderDeleteSample.d.ts +0 -2
  2404. package/dist-esm/samples-dev/openIdConnectProviderDeleteSample.d.ts.map +0 -1
  2405. package/dist-esm/samples-dev/openIdConnectProviderDeleteSample.js +0 -40
  2406. package/dist-esm/samples-dev/openIdConnectProviderDeleteSample.js.map +0 -1
  2407. package/dist-esm/samples-dev/openIdConnectProviderGetEntityTagSample.d.ts +0 -2
  2408. package/dist-esm/samples-dev/openIdConnectProviderGetEntityTagSample.d.ts.map +0 -1
  2409. package/dist-esm/samples-dev/openIdConnectProviderGetEntityTagSample.js +0 -39
  2410. package/dist-esm/samples-dev/openIdConnectProviderGetEntityTagSample.js.map +0 -1
  2411. package/dist-esm/samples-dev/openIdConnectProviderGetSample.d.ts +0 -2
  2412. package/dist-esm/samples-dev/openIdConnectProviderGetSample.d.ts.map +0 -1
  2413. package/dist-esm/samples-dev/openIdConnectProviderGetSample.js +0 -39
  2414. package/dist-esm/samples-dev/openIdConnectProviderGetSample.js.map +0 -1
  2415. package/dist-esm/samples-dev/openIdConnectProviderListByServiceSample.d.ts +0 -2
  2416. package/dist-esm/samples-dev/openIdConnectProviderListByServiceSample.d.ts.map +0 -1
  2417. package/dist-esm/samples-dev/openIdConnectProviderListByServiceSample.js +0 -54
  2418. package/dist-esm/samples-dev/openIdConnectProviderListByServiceSample.js.map +0 -1
  2419. package/dist-esm/samples-dev/openIdConnectProviderListSecretsSample.d.ts +0 -2
  2420. package/dist-esm/samples-dev/openIdConnectProviderListSecretsSample.d.ts.map +0 -1
  2421. package/dist-esm/samples-dev/openIdConnectProviderListSecretsSample.js +0 -39
  2422. package/dist-esm/samples-dev/openIdConnectProviderListSecretsSample.js.map +0 -1
  2423. package/dist-esm/samples-dev/openIdConnectProviderUpdateSample.d.ts +0 -2
  2424. package/dist-esm/samples-dev/openIdConnectProviderUpdateSample.d.ts.map +0 -1
  2425. package/dist-esm/samples-dev/openIdConnectProviderUpdateSample.js +0 -45
  2426. package/dist-esm/samples-dev/openIdConnectProviderUpdateSample.js.map +0 -1
  2427. package/dist-esm/samples-dev/operationListByTagsSample.d.ts +0 -2
  2428. package/dist-esm/samples-dev/operationListByTagsSample.d.ts.map +0 -1
  2429. package/dist-esm/samples-dev/operationListByTagsSample.js +0 -55
  2430. package/dist-esm/samples-dev/operationListByTagsSample.js.map +0 -1
  2431. package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListByServiceSample.d.ts +0 -2
  2432. package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListByServiceSample.d.ts.map +0 -1
  2433. package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListByServiceSample.js +0 -38
  2434. package/dist-esm/samples-dev/outboundNetworkDependenciesEndpointsListByServiceSample.js.map +0 -1
  2435. package/dist-esm/samples-dev/performConnectivityCheckAsyncSample.d.ts +0 -2
  2436. package/dist-esm/samples-dev/performConnectivityCheckAsyncSample.d.ts.map +0 -1
  2437. package/dist-esm/samples-dev/performConnectivityCheckAsyncSample.js +0 -73
  2438. package/dist-esm/samples-dev/performConnectivityCheckAsyncSample.js.map +0 -1
  2439. package/dist-esm/samples-dev/policyCreateOrUpdateSample.d.ts +0 -2
  2440. package/dist-esm/samples-dev/policyCreateOrUpdateSample.d.ts.map +0 -1
  2441. package/dist-esm/samples-dev/policyCreateOrUpdateSample.js +0 -43
  2442. package/dist-esm/samples-dev/policyCreateOrUpdateSample.js.map +0 -1
  2443. package/dist-esm/samples-dev/policyDeleteSample.d.ts +0 -2
  2444. package/dist-esm/samples-dev/policyDeleteSample.d.ts.map +0 -1
  2445. package/dist-esm/samples-dev/policyDeleteSample.js +0 -40
  2446. package/dist-esm/samples-dev/policyDeleteSample.js.map +0 -1
  2447. package/dist-esm/samples-dev/policyDescriptionListByServiceSample.d.ts +0 -2
  2448. package/dist-esm/samples-dev/policyDescriptionListByServiceSample.d.ts.map +0 -1
  2449. package/dist-esm/samples-dev/policyDescriptionListByServiceSample.js +0 -40
  2450. package/dist-esm/samples-dev/policyDescriptionListByServiceSample.js.map +0 -1
  2451. package/dist-esm/samples-dev/policyFragmentCreateOrUpdateSample.d.ts +0 -2
  2452. package/dist-esm/samples-dev/policyFragmentCreateOrUpdateSample.d.ts.map +0 -1
  2453. package/dist-esm/samples-dev/policyFragmentCreateOrUpdateSample.js +0 -44
  2454. package/dist-esm/samples-dev/policyFragmentCreateOrUpdateSample.js.map +0 -1
  2455. package/dist-esm/samples-dev/policyFragmentDeleteSample.d.ts +0 -2
  2456. package/dist-esm/samples-dev/policyFragmentDeleteSample.d.ts.map +0 -1
  2457. package/dist-esm/samples-dev/policyFragmentDeleteSample.js +0 -40
  2458. package/dist-esm/samples-dev/policyFragmentDeleteSample.js.map +0 -1
  2459. package/dist-esm/samples-dev/policyFragmentGetEntityTagSample.d.ts +0 -2
  2460. package/dist-esm/samples-dev/policyFragmentGetEntityTagSample.d.ts.map +0 -1
  2461. package/dist-esm/samples-dev/policyFragmentGetEntityTagSample.js +0 -39
  2462. package/dist-esm/samples-dev/policyFragmentGetEntityTagSample.js.map +0 -1
  2463. package/dist-esm/samples-dev/policyFragmentGetSample.d.ts +0 -2
  2464. package/dist-esm/samples-dev/policyFragmentGetSample.d.ts.map +0 -1
  2465. package/dist-esm/samples-dev/policyFragmentGetSample.js +0 -60
  2466. package/dist-esm/samples-dev/policyFragmentGetSample.js.map +0 -1
  2467. package/dist-esm/samples-dev/policyFragmentListByServiceSample.d.ts +0 -2
  2468. package/dist-esm/samples-dev/policyFragmentListByServiceSample.d.ts.map +0 -1
  2469. package/dist-esm/samples-dev/policyFragmentListByServiceSample.js +0 -38
  2470. package/dist-esm/samples-dev/policyFragmentListByServiceSample.js.map +0 -1
  2471. package/dist-esm/samples-dev/policyFragmentListReferencesSample.d.ts +0 -2
  2472. package/dist-esm/samples-dev/policyFragmentListReferencesSample.d.ts.map +0 -1
  2473. package/dist-esm/samples-dev/policyFragmentListReferencesSample.js +0 -39
  2474. package/dist-esm/samples-dev/policyFragmentListReferencesSample.js.map +0 -1
  2475. package/dist-esm/samples-dev/policyGetEntityTagSample.d.ts +0 -2
  2476. package/dist-esm/samples-dev/policyGetEntityTagSample.d.ts.map +0 -1
  2477. package/dist-esm/samples-dev/policyGetEntityTagSample.js +0 -39
  2478. package/dist-esm/samples-dev/policyGetEntityTagSample.js.map +0 -1
  2479. package/dist-esm/samples-dev/policyGetSample.d.ts +0 -2
  2480. package/dist-esm/samples-dev/policyGetSample.d.ts.map +0 -1
  2481. package/dist-esm/samples-dev/policyGetSample.js +0 -60
  2482. package/dist-esm/samples-dev/policyGetSample.js.map +0 -1
  2483. package/dist-esm/samples-dev/policyListByServiceSample.d.ts +0 -2
  2484. package/dist-esm/samples-dev/policyListByServiceSample.d.ts.map +0 -1
  2485. package/dist-esm/samples-dev/policyListByServiceSample.js +0 -38
  2486. package/dist-esm/samples-dev/policyListByServiceSample.js.map +0 -1
  2487. package/dist-esm/samples-dev/portalConfigCreateOrUpdateSample.d.ts +0 -2
  2488. package/dist-esm/samples-dev/portalConfigCreateOrUpdateSample.d.ts.map +0 -1
  2489. package/dist-esm/samples-dev/portalConfigCreateOrUpdateSample.js +0 -62
  2490. package/dist-esm/samples-dev/portalConfigCreateOrUpdateSample.js.map +0 -1
  2491. package/dist-esm/samples-dev/portalConfigGetEntityTagSample.d.ts +0 -2
  2492. package/dist-esm/samples-dev/portalConfigGetEntityTagSample.d.ts.map +0 -1
  2493. package/dist-esm/samples-dev/portalConfigGetEntityTagSample.js +0 -39
  2494. package/dist-esm/samples-dev/portalConfigGetEntityTagSample.js.map +0 -1
  2495. package/dist-esm/samples-dev/portalConfigGetSample.d.ts +0 -2
  2496. package/dist-esm/samples-dev/portalConfigGetSample.d.ts.map +0 -1
  2497. package/dist-esm/samples-dev/portalConfigGetSample.js +0 -39
  2498. package/dist-esm/samples-dev/portalConfigGetSample.js.map +0 -1
  2499. package/dist-esm/samples-dev/portalConfigListByServiceSample.d.ts +0 -2
  2500. package/dist-esm/samples-dev/portalConfigListByServiceSample.d.ts.map +0 -1
  2501. package/dist-esm/samples-dev/portalConfigListByServiceSample.js +0 -38
  2502. package/dist-esm/samples-dev/portalConfigListByServiceSample.js.map +0 -1
  2503. package/dist-esm/samples-dev/portalConfigUpdateSample.d.ts +0 -2
  2504. package/dist-esm/samples-dev/portalConfigUpdateSample.d.ts.map +0 -1
  2505. package/dist-esm/samples-dev/portalConfigUpdateSample.js +0 -62
  2506. package/dist-esm/samples-dev/portalConfigUpdateSample.js.map +0 -1
  2507. package/dist-esm/samples-dev/portalRevisionCreateOrUpdateSample.d.ts +0 -2
  2508. package/dist-esm/samples-dev/portalRevisionCreateOrUpdateSample.d.ts.map +0 -1
  2509. package/dist-esm/samples-dev/portalRevisionCreateOrUpdateSample.js +0 -43
  2510. package/dist-esm/samples-dev/portalRevisionCreateOrUpdateSample.js.map +0 -1
  2511. package/dist-esm/samples-dev/portalRevisionGetEntityTagSample.d.ts +0 -2
  2512. package/dist-esm/samples-dev/portalRevisionGetEntityTagSample.d.ts.map +0 -1
  2513. package/dist-esm/samples-dev/portalRevisionGetEntityTagSample.js +0 -39
  2514. package/dist-esm/samples-dev/portalRevisionGetEntityTagSample.js.map +0 -1
  2515. package/dist-esm/samples-dev/portalRevisionGetSample.d.ts +0 -2
  2516. package/dist-esm/samples-dev/portalRevisionGetSample.d.ts.map +0 -1
  2517. package/dist-esm/samples-dev/portalRevisionGetSample.js +0 -39
  2518. package/dist-esm/samples-dev/portalRevisionGetSample.js.map +0 -1
  2519. package/dist-esm/samples-dev/portalRevisionListByServiceSample.d.ts +0 -2
  2520. package/dist-esm/samples-dev/portalRevisionListByServiceSample.d.ts.map +0 -1
  2521. package/dist-esm/samples-dev/portalRevisionListByServiceSample.js +0 -54
  2522. package/dist-esm/samples-dev/portalRevisionListByServiceSample.js.map +0 -1
  2523. package/dist-esm/samples-dev/portalRevisionUpdateSample.d.ts +0 -2
  2524. package/dist-esm/samples-dev/portalRevisionUpdateSample.d.ts.map +0 -1
  2525. package/dist-esm/samples-dev/portalRevisionUpdateSample.js +0 -44
  2526. package/dist-esm/samples-dev/portalRevisionUpdateSample.js.map +0 -1
  2527. package/dist-esm/samples-dev/portalSettingsListByServiceSample.d.ts +0 -2
  2528. package/dist-esm/samples-dev/portalSettingsListByServiceSample.d.ts.map +0 -1
  2529. package/dist-esm/samples-dev/portalSettingsListByServiceSample.js +0 -38
  2530. package/dist-esm/samples-dev/portalSettingsListByServiceSample.js.map +0 -1
  2531. package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.d.ts +0 -2
  2532. package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.d.ts.map +0 -1
  2533. package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.js +0 -48
  2534. package/dist-esm/samples-dev/privateEndpointConnectionCreateOrUpdateSample.js.map +0 -1
  2535. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
  2536. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
  2537. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -39
  2538. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
  2539. package/dist-esm/samples-dev/privateEndpointConnectionGetByNameSample.d.ts +0 -2
  2540. package/dist-esm/samples-dev/privateEndpointConnectionGetByNameSample.d.ts.map +0 -1
  2541. package/dist-esm/samples-dev/privateEndpointConnectionGetByNameSample.js +0 -39
  2542. package/dist-esm/samples-dev/privateEndpointConnectionGetByNameSample.js.map +0 -1
  2543. package/dist-esm/samples-dev/privateEndpointConnectionGetPrivateLinkResourceSample.d.ts +0 -2
  2544. package/dist-esm/samples-dev/privateEndpointConnectionGetPrivateLinkResourceSample.d.ts.map +0 -1
  2545. package/dist-esm/samples-dev/privateEndpointConnectionGetPrivateLinkResourceSample.js +0 -39
  2546. package/dist-esm/samples-dev/privateEndpointConnectionGetPrivateLinkResourceSample.js.map +0 -1
  2547. package/dist-esm/samples-dev/privateEndpointConnectionListByServiceSample.d.ts +0 -2
  2548. package/dist-esm/samples-dev/privateEndpointConnectionListByServiceSample.d.ts.map +0 -1
  2549. package/dist-esm/samples-dev/privateEndpointConnectionListByServiceSample.js +0 -54
  2550. package/dist-esm/samples-dev/privateEndpointConnectionListByServiceSample.js.map +0 -1
  2551. package/dist-esm/samples-dev/privateEndpointConnectionListPrivateLinkResourcesSample.d.ts +0 -2
  2552. package/dist-esm/samples-dev/privateEndpointConnectionListPrivateLinkResourcesSample.d.ts.map +0 -1
  2553. package/dist-esm/samples-dev/privateEndpointConnectionListPrivateLinkResourcesSample.js +0 -38
  2554. package/dist-esm/samples-dev/privateEndpointConnectionListPrivateLinkResourcesSample.js.map +0 -1
  2555. package/dist-esm/samples-dev/productApiCheckEntityExistsSample.d.ts +0 -2
  2556. package/dist-esm/samples-dev/productApiCheckEntityExistsSample.d.ts.map +0 -1
  2557. package/dist-esm/samples-dev/productApiCheckEntityExistsSample.js +0 -40
  2558. package/dist-esm/samples-dev/productApiCheckEntityExistsSample.js.map +0 -1
  2559. package/dist-esm/samples-dev/productApiCreateOrUpdateSample.d.ts +0 -2
  2560. package/dist-esm/samples-dev/productApiCreateOrUpdateSample.d.ts.map +0 -1
  2561. package/dist-esm/samples-dev/productApiCreateOrUpdateSample.js +0 -40
  2562. package/dist-esm/samples-dev/productApiCreateOrUpdateSample.js.map +0 -1
  2563. package/dist-esm/samples-dev/productApiDeleteSample.d.ts +0 -2
  2564. package/dist-esm/samples-dev/productApiDeleteSample.d.ts.map +0 -1
  2565. package/dist-esm/samples-dev/productApiDeleteSample.js +0 -40
  2566. package/dist-esm/samples-dev/productApiDeleteSample.js.map +0 -1
  2567. package/dist-esm/samples-dev/productApiListByProductSample.d.ts +0 -2
  2568. package/dist-esm/samples-dev/productApiListByProductSample.d.ts.map +0 -1
  2569. package/dist-esm/samples-dev/productApiListByProductSample.js +0 -55
  2570. package/dist-esm/samples-dev/productApiListByProductSample.js.map +0 -1
  2571. package/dist-esm/samples-dev/productCreateOrUpdateSample.d.ts +0 -2
  2572. package/dist-esm/samples-dev/productCreateOrUpdateSample.d.ts.map +0 -1
  2573. package/dist-esm/samples-dev/productCreateOrUpdateSample.js +0 -42
  2574. package/dist-esm/samples-dev/productCreateOrUpdateSample.js.map +0 -1
  2575. package/dist-esm/samples-dev/productDeleteSample.d.ts +0 -2
  2576. package/dist-esm/samples-dev/productDeleteSample.d.ts.map +0 -1
  2577. package/dist-esm/samples-dev/productDeleteSample.js +0 -42
  2578. package/dist-esm/samples-dev/productDeleteSample.js.map +0 -1
  2579. package/dist-esm/samples-dev/productGetEntityTagSample.d.ts +0 -2
  2580. package/dist-esm/samples-dev/productGetEntityTagSample.d.ts.map +0 -1
  2581. package/dist-esm/samples-dev/productGetEntityTagSample.js +0 -39
  2582. package/dist-esm/samples-dev/productGetEntityTagSample.js.map +0 -1
  2583. package/dist-esm/samples-dev/productGetSample.d.ts +0 -2
  2584. package/dist-esm/samples-dev/productGetSample.d.ts.map +0 -1
  2585. package/dist-esm/samples-dev/productGetSample.js +0 -39
  2586. package/dist-esm/samples-dev/productGetSample.js.map +0 -1
  2587. package/dist-esm/samples-dev/productGroupCheckEntityExistsSample.d.ts +0 -2
  2588. package/dist-esm/samples-dev/productGroupCheckEntityExistsSample.d.ts.map +0 -1
  2589. package/dist-esm/samples-dev/productGroupCheckEntityExistsSample.js +0 -40
  2590. package/dist-esm/samples-dev/productGroupCheckEntityExistsSample.js.map +0 -1
  2591. package/dist-esm/samples-dev/productGroupCreateOrUpdateSample.d.ts +0 -2
  2592. package/dist-esm/samples-dev/productGroupCreateOrUpdateSample.d.ts.map +0 -1
  2593. package/dist-esm/samples-dev/productGroupCreateOrUpdateSample.js +0 -40
  2594. package/dist-esm/samples-dev/productGroupCreateOrUpdateSample.js.map +0 -1
  2595. package/dist-esm/samples-dev/productGroupDeleteSample.d.ts +0 -2
  2596. package/dist-esm/samples-dev/productGroupDeleteSample.d.ts.map +0 -1
  2597. package/dist-esm/samples-dev/productGroupDeleteSample.js +0 -40
  2598. package/dist-esm/samples-dev/productGroupDeleteSample.js.map +0 -1
  2599. package/dist-esm/samples-dev/productGroupListByProductSample.d.ts +0 -2
  2600. package/dist-esm/samples-dev/productGroupListByProductSample.d.ts.map +0 -1
  2601. package/dist-esm/samples-dev/productGroupListByProductSample.js +0 -55
  2602. package/dist-esm/samples-dev/productGroupListByProductSample.js.map +0 -1
  2603. package/dist-esm/samples-dev/productListByServiceSample.d.ts +0 -2
  2604. package/dist-esm/samples-dev/productListByServiceSample.d.ts.map +0 -1
  2605. package/dist-esm/samples-dev/productListByServiceSample.js +0 -54
  2606. package/dist-esm/samples-dev/productListByServiceSample.js.map +0 -1
  2607. package/dist-esm/samples-dev/productListByTagsSample.d.ts +0 -2
  2608. package/dist-esm/samples-dev/productListByTagsSample.d.ts.map +0 -1
  2609. package/dist-esm/samples-dev/productListByTagsSample.js +0 -54
  2610. package/dist-esm/samples-dev/productListByTagsSample.js.map +0 -1
  2611. package/dist-esm/samples-dev/productPolicyCreateOrUpdateSample.d.ts +0 -2
  2612. package/dist-esm/samples-dev/productPolicyCreateOrUpdateSample.d.ts.map +0 -1
  2613. package/dist-esm/samples-dev/productPolicyCreateOrUpdateSample.js +0 -44
  2614. package/dist-esm/samples-dev/productPolicyCreateOrUpdateSample.js.map +0 -1
  2615. package/dist-esm/samples-dev/productPolicyDeleteSample.d.ts +0 -2
  2616. package/dist-esm/samples-dev/productPolicyDeleteSample.d.ts.map +0 -1
  2617. package/dist-esm/samples-dev/productPolicyDeleteSample.js +0 -41
  2618. package/dist-esm/samples-dev/productPolicyDeleteSample.js.map +0 -1
  2619. package/dist-esm/samples-dev/productPolicyGetEntityTagSample.d.ts +0 -2
  2620. package/dist-esm/samples-dev/productPolicyGetEntityTagSample.d.ts.map +0 -1
  2621. package/dist-esm/samples-dev/productPolicyGetEntityTagSample.js +0 -40
  2622. package/dist-esm/samples-dev/productPolicyGetEntityTagSample.js.map +0 -1
  2623. package/dist-esm/samples-dev/productPolicyGetSample.d.ts +0 -2
  2624. package/dist-esm/samples-dev/productPolicyGetSample.d.ts.map +0 -1
  2625. package/dist-esm/samples-dev/productPolicyGetSample.js +0 -40
  2626. package/dist-esm/samples-dev/productPolicyGetSample.js.map +0 -1
  2627. package/dist-esm/samples-dev/productPolicyListByProductSample.d.ts +0 -2
  2628. package/dist-esm/samples-dev/productPolicyListByProductSample.d.ts.map +0 -1
  2629. package/dist-esm/samples-dev/productPolicyListByProductSample.js +0 -39
  2630. package/dist-esm/samples-dev/productPolicyListByProductSample.js.map +0 -1
  2631. package/dist-esm/samples-dev/productSubscriptionsListSample.d.ts +0 -2
  2632. package/dist-esm/samples-dev/productSubscriptionsListSample.d.ts.map +0 -1
  2633. package/dist-esm/samples-dev/productSubscriptionsListSample.js +0 -55
  2634. package/dist-esm/samples-dev/productSubscriptionsListSample.js.map +0 -1
  2635. package/dist-esm/samples-dev/productUpdateSample.d.ts +0 -2
  2636. package/dist-esm/samples-dev/productUpdateSample.d.ts.map +0 -1
  2637. package/dist-esm/samples-dev/productUpdateSample.js +0 -43
  2638. package/dist-esm/samples-dev/productUpdateSample.js.map +0 -1
  2639. package/dist-esm/samples-dev/productWikiCreateOrUpdateSample.d.ts +0 -2
  2640. package/dist-esm/samples-dev/productWikiCreateOrUpdateSample.d.ts.map +0 -1
  2641. package/dist-esm/samples-dev/productWikiCreateOrUpdateSample.js +0 -42
  2642. package/dist-esm/samples-dev/productWikiCreateOrUpdateSample.js.map +0 -1
  2643. package/dist-esm/samples-dev/productWikiDeleteSample.d.ts +0 -2
  2644. package/dist-esm/samples-dev/productWikiDeleteSample.d.ts.map +0 -1
  2645. package/dist-esm/samples-dev/productWikiDeleteSample.js +0 -40
  2646. package/dist-esm/samples-dev/productWikiDeleteSample.js.map +0 -1
  2647. package/dist-esm/samples-dev/productWikiGetEntityTagSample.d.ts +0 -2
  2648. package/dist-esm/samples-dev/productWikiGetEntityTagSample.d.ts.map +0 -1
  2649. package/dist-esm/samples-dev/productWikiGetEntityTagSample.js +0 -39
  2650. package/dist-esm/samples-dev/productWikiGetEntityTagSample.js.map +0 -1
  2651. package/dist-esm/samples-dev/productWikiGetSample.d.ts +0 -2
  2652. package/dist-esm/samples-dev/productWikiGetSample.d.ts.map +0 -1
  2653. package/dist-esm/samples-dev/productWikiGetSample.js +0 -39
  2654. package/dist-esm/samples-dev/productWikiGetSample.js.map +0 -1
  2655. package/dist-esm/samples-dev/productWikiUpdateSample.d.ts +0 -2
  2656. package/dist-esm/samples-dev/productWikiUpdateSample.d.ts.map +0 -1
  2657. package/dist-esm/samples-dev/productWikiUpdateSample.js +0 -43
  2658. package/dist-esm/samples-dev/productWikiUpdateSample.js.map +0 -1
  2659. package/dist-esm/samples-dev/productWikisListSample.d.ts +0 -2
  2660. package/dist-esm/samples-dev/productWikisListSample.d.ts.map +0 -1
  2661. package/dist-esm/samples-dev/productWikisListSample.js +0 -55
  2662. package/dist-esm/samples-dev/productWikisListSample.js.map +0 -1
  2663. package/dist-esm/samples-dev/quotaByCounterKeysListByServiceSample.d.ts +0 -2
  2664. package/dist-esm/samples-dev/quotaByCounterKeysListByServiceSample.d.ts.map +0 -1
  2665. package/dist-esm/samples-dev/quotaByCounterKeysListByServiceSample.js +0 -39
  2666. package/dist-esm/samples-dev/quotaByCounterKeysListByServiceSample.js.map +0 -1
  2667. package/dist-esm/samples-dev/quotaByCounterKeysUpdateSample.d.ts +0 -2
  2668. package/dist-esm/samples-dev/quotaByCounterKeysUpdateSample.d.ts.map +0 -1
  2669. package/dist-esm/samples-dev/quotaByCounterKeysUpdateSample.js +0 -43
  2670. package/dist-esm/samples-dev/quotaByCounterKeysUpdateSample.js.map +0 -1
  2671. package/dist-esm/samples-dev/quotaByPeriodKeysGetSample.d.ts +0 -2
  2672. package/dist-esm/samples-dev/quotaByPeriodKeysGetSample.d.ts.map +0 -1
  2673. package/dist-esm/samples-dev/quotaByPeriodKeysGetSample.js +0 -40
  2674. package/dist-esm/samples-dev/quotaByPeriodKeysGetSample.js.map +0 -1
  2675. package/dist-esm/samples-dev/quotaByPeriodKeysUpdateSample.d.ts +0 -2
  2676. package/dist-esm/samples-dev/quotaByPeriodKeysUpdateSample.d.ts.map +0 -1
  2677. package/dist-esm/samples-dev/quotaByPeriodKeysUpdateSample.js +0 -44
  2678. package/dist-esm/samples-dev/quotaByPeriodKeysUpdateSample.js.map +0 -1
  2679. package/dist-esm/samples-dev/regionListByServiceSample.d.ts +0 -2
  2680. package/dist-esm/samples-dev/regionListByServiceSample.d.ts.map +0 -1
  2681. package/dist-esm/samples-dev/regionListByServiceSample.js +0 -54
  2682. package/dist-esm/samples-dev/regionListByServiceSample.js.map +0 -1
  2683. package/dist-esm/samples-dev/reportsListByApiSample.d.ts +0 -2
  2684. package/dist-esm/samples-dev/reportsListByApiSample.d.ts.map +0 -1
  2685. package/dist-esm/samples-dev/reportsListByApiSample.js +0 -55
  2686. package/dist-esm/samples-dev/reportsListByApiSample.js.map +0 -1
  2687. package/dist-esm/samples-dev/reportsListByGeoSample.d.ts +0 -2
  2688. package/dist-esm/samples-dev/reportsListByGeoSample.d.ts.map +0 -1
  2689. package/dist-esm/samples-dev/reportsListByGeoSample.js +0 -55
  2690. package/dist-esm/samples-dev/reportsListByGeoSample.js.map +0 -1
  2691. package/dist-esm/samples-dev/reportsListByOperationSample.d.ts +0 -2
  2692. package/dist-esm/samples-dev/reportsListByOperationSample.d.ts.map +0 -1
  2693. package/dist-esm/samples-dev/reportsListByOperationSample.js +0 -55
  2694. package/dist-esm/samples-dev/reportsListByOperationSample.js.map +0 -1
  2695. package/dist-esm/samples-dev/reportsListByProductSample.d.ts +0 -2
  2696. package/dist-esm/samples-dev/reportsListByProductSample.d.ts.map +0 -1
  2697. package/dist-esm/samples-dev/reportsListByProductSample.js +0 -55
  2698. package/dist-esm/samples-dev/reportsListByProductSample.js.map +0 -1
  2699. package/dist-esm/samples-dev/reportsListByRequestSample.d.ts +0 -2
  2700. package/dist-esm/samples-dev/reportsListByRequestSample.d.ts.map +0 -1
  2701. package/dist-esm/samples-dev/reportsListByRequestSample.js +0 -55
  2702. package/dist-esm/samples-dev/reportsListByRequestSample.js.map +0 -1
  2703. package/dist-esm/samples-dev/reportsListBySubscriptionSample.d.ts +0 -2
  2704. package/dist-esm/samples-dev/reportsListBySubscriptionSample.d.ts.map +0 -1
  2705. package/dist-esm/samples-dev/reportsListBySubscriptionSample.js +0 -55
  2706. package/dist-esm/samples-dev/reportsListBySubscriptionSample.js.map +0 -1
  2707. package/dist-esm/samples-dev/reportsListByTimeSample.d.ts +0 -2
  2708. package/dist-esm/samples-dev/reportsListByTimeSample.d.ts.map +0 -1
  2709. package/dist-esm/samples-dev/reportsListByTimeSample.js +0 -56
  2710. package/dist-esm/samples-dev/reportsListByTimeSample.js.map +0 -1
  2711. package/dist-esm/samples-dev/reportsListByUserSample.d.ts +0 -2
  2712. package/dist-esm/samples-dev/reportsListByUserSample.d.ts.map +0 -1
  2713. package/dist-esm/samples-dev/reportsListByUserSample.js +0 -55
  2714. package/dist-esm/samples-dev/reportsListByUserSample.js.map +0 -1
  2715. package/dist-esm/samples-dev/signInSettingsCreateOrUpdateSample.d.ts +0 -2
  2716. package/dist-esm/samples-dev/signInSettingsCreateOrUpdateSample.d.ts.map +0 -1
  2717. package/dist-esm/samples-dev/signInSettingsCreateOrUpdateSample.js +0 -41
  2718. package/dist-esm/samples-dev/signInSettingsCreateOrUpdateSample.js.map +0 -1
  2719. package/dist-esm/samples-dev/signInSettingsGetEntityTagSample.d.ts +0 -2
  2720. package/dist-esm/samples-dev/signInSettingsGetEntityTagSample.d.ts.map +0 -1
  2721. package/dist-esm/samples-dev/signInSettingsGetEntityTagSample.js +0 -38
  2722. package/dist-esm/samples-dev/signInSettingsGetEntityTagSample.js.map +0 -1
  2723. package/dist-esm/samples-dev/signInSettingsGetSample.d.ts +0 -2
  2724. package/dist-esm/samples-dev/signInSettingsGetSample.d.ts.map +0 -1
  2725. package/dist-esm/samples-dev/signInSettingsGetSample.js +0 -38
  2726. package/dist-esm/samples-dev/signInSettingsGetSample.js.map +0 -1
  2727. package/dist-esm/samples-dev/signInSettingsUpdateSample.d.ts +0 -2
  2728. package/dist-esm/samples-dev/signInSettingsUpdateSample.d.ts.map +0 -1
  2729. package/dist-esm/samples-dev/signInSettingsUpdateSample.js +0 -40
  2730. package/dist-esm/samples-dev/signInSettingsUpdateSample.js.map +0 -1
  2731. package/dist-esm/samples-dev/signUpSettingsCreateOrUpdateSample.d.ts +0 -2
  2732. package/dist-esm/samples-dev/signUpSettingsCreateOrUpdateSample.d.ts.map +0 -1
  2733. package/dist-esm/samples-dev/signUpSettingsCreateOrUpdateSample.js +0 -48
  2734. package/dist-esm/samples-dev/signUpSettingsCreateOrUpdateSample.js.map +0 -1
  2735. package/dist-esm/samples-dev/signUpSettingsGetEntityTagSample.d.ts +0 -2
  2736. package/dist-esm/samples-dev/signUpSettingsGetEntityTagSample.d.ts.map +0 -1
  2737. package/dist-esm/samples-dev/signUpSettingsGetEntityTagSample.js +0 -38
  2738. package/dist-esm/samples-dev/signUpSettingsGetEntityTagSample.js.map +0 -1
  2739. package/dist-esm/samples-dev/signUpSettingsGetSample.d.ts +0 -2
  2740. package/dist-esm/samples-dev/signUpSettingsGetSample.d.ts.map +0 -1
  2741. package/dist-esm/samples-dev/signUpSettingsGetSample.js +0 -38
  2742. package/dist-esm/samples-dev/signUpSettingsGetSample.js.map +0 -1
  2743. package/dist-esm/samples-dev/signUpSettingsUpdateSample.d.ts +0 -2
  2744. package/dist-esm/samples-dev/signUpSettingsUpdateSample.d.ts.map +0 -1
  2745. package/dist-esm/samples-dev/signUpSettingsUpdateSample.js +0 -47
  2746. package/dist-esm/samples-dev/signUpSettingsUpdateSample.js.map +0 -1
  2747. package/dist-esm/samples-dev/subscriptionCreateOrUpdateSample.d.ts +0 -2
  2748. package/dist-esm/samples-dev/subscriptionCreateOrUpdateSample.d.ts.map +0 -1
  2749. package/dist-esm/samples-dev/subscriptionCreateOrUpdateSample.js +0 -44
  2750. package/dist-esm/samples-dev/subscriptionCreateOrUpdateSample.js.map +0 -1
  2751. package/dist-esm/samples-dev/subscriptionDeleteSample.d.ts +0 -2
  2752. package/dist-esm/samples-dev/subscriptionDeleteSample.d.ts.map +0 -1
  2753. package/dist-esm/samples-dev/subscriptionDeleteSample.js +0 -40
  2754. package/dist-esm/samples-dev/subscriptionDeleteSample.js.map +0 -1
  2755. package/dist-esm/samples-dev/subscriptionGetEntityTagSample.d.ts +0 -2
  2756. package/dist-esm/samples-dev/subscriptionGetEntityTagSample.d.ts.map +0 -1
  2757. package/dist-esm/samples-dev/subscriptionGetEntityTagSample.js +0 -39
  2758. package/dist-esm/samples-dev/subscriptionGetEntityTagSample.js.map +0 -1
  2759. package/dist-esm/samples-dev/subscriptionGetSample.d.ts +0 -2
  2760. package/dist-esm/samples-dev/subscriptionGetSample.d.ts.map +0 -1
  2761. package/dist-esm/samples-dev/subscriptionGetSample.js +0 -39
  2762. package/dist-esm/samples-dev/subscriptionGetSample.js.map +0 -1
  2763. package/dist-esm/samples-dev/subscriptionListSample.d.ts +0 -2
  2764. package/dist-esm/samples-dev/subscriptionListSample.d.ts.map +0 -1
  2765. package/dist-esm/samples-dev/subscriptionListSample.js +0 -54
  2766. package/dist-esm/samples-dev/subscriptionListSample.js.map +0 -1
  2767. package/dist-esm/samples-dev/subscriptionListSecretsSample.d.ts +0 -2
  2768. package/dist-esm/samples-dev/subscriptionListSecretsSample.d.ts.map +0 -1
  2769. package/dist-esm/samples-dev/subscriptionListSecretsSample.js +0 -39
  2770. package/dist-esm/samples-dev/subscriptionListSecretsSample.js.map +0 -1
  2771. package/dist-esm/samples-dev/subscriptionRegeneratePrimaryKeySample.d.ts +0 -2
  2772. package/dist-esm/samples-dev/subscriptionRegeneratePrimaryKeySample.d.ts.map +0 -1
  2773. package/dist-esm/samples-dev/subscriptionRegeneratePrimaryKeySample.js +0 -39
  2774. package/dist-esm/samples-dev/subscriptionRegeneratePrimaryKeySample.js.map +0 -1
  2775. package/dist-esm/samples-dev/subscriptionRegenerateSecondaryKeySample.d.ts +0 -2
  2776. package/dist-esm/samples-dev/subscriptionRegenerateSecondaryKeySample.d.ts.map +0 -1
  2777. package/dist-esm/samples-dev/subscriptionRegenerateSecondaryKeySample.js +0 -39
  2778. package/dist-esm/samples-dev/subscriptionRegenerateSecondaryKeySample.js.map +0 -1
  2779. package/dist-esm/samples-dev/subscriptionUpdateSample.d.ts +0 -2
  2780. package/dist-esm/samples-dev/subscriptionUpdateSample.d.ts.map +0 -1
  2781. package/dist-esm/samples-dev/subscriptionUpdateSample.js +0 -41
  2782. package/dist-esm/samples-dev/subscriptionUpdateSample.js.map +0 -1
  2783. package/dist-esm/samples-dev/tagAssignToApiSample.d.ts +0 -2
  2784. package/dist-esm/samples-dev/tagAssignToApiSample.d.ts.map +0 -1
  2785. package/dist-esm/samples-dev/tagAssignToApiSample.js +0 -40
  2786. package/dist-esm/samples-dev/tagAssignToApiSample.js.map +0 -1
  2787. package/dist-esm/samples-dev/tagAssignToOperationSample.d.ts +0 -2
  2788. package/dist-esm/samples-dev/tagAssignToOperationSample.d.ts.map +0 -1
  2789. package/dist-esm/samples-dev/tagAssignToOperationSample.js +0 -41
  2790. package/dist-esm/samples-dev/tagAssignToOperationSample.js.map +0 -1
  2791. package/dist-esm/samples-dev/tagAssignToProductSample.d.ts +0 -2
  2792. package/dist-esm/samples-dev/tagAssignToProductSample.d.ts.map +0 -1
  2793. package/dist-esm/samples-dev/tagAssignToProductSample.js +0 -40
  2794. package/dist-esm/samples-dev/tagAssignToProductSample.js.map +0 -1
  2795. package/dist-esm/samples-dev/tagCreateOrUpdateSample.d.ts +0 -2
  2796. package/dist-esm/samples-dev/tagCreateOrUpdateSample.d.ts.map +0 -1
  2797. package/dist-esm/samples-dev/tagCreateOrUpdateSample.js +0 -40
  2798. package/dist-esm/samples-dev/tagCreateOrUpdateSample.js.map +0 -1
  2799. package/dist-esm/samples-dev/tagDeleteSample.d.ts +0 -2
  2800. package/dist-esm/samples-dev/tagDeleteSample.d.ts.map +0 -1
  2801. package/dist-esm/samples-dev/tagDeleteSample.js +0 -40
  2802. package/dist-esm/samples-dev/tagDeleteSample.js.map +0 -1
  2803. package/dist-esm/samples-dev/tagDetachFromApiSample.d.ts +0 -2
  2804. package/dist-esm/samples-dev/tagDetachFromApiSample.d.ts.map +0 -1
  2805. package/dist-esm/samples-dev/tagDetachFromApiSample.js +0 -40
  2806. package/dist-esm/samples-dev/tagDetachFromApiSample.js.map +0 -1
  2807. package/dist-esm/samples-dev/tagDetachFromOperationSample.d.ts +0 -2
  2808. package/dist-esm/samples-dev/tagDetachFromOperationSample.d.ts.map +0 -1
  2809. package/dist-esm/samples-dev/tagDetachFromOperationSample.js +0 -41
  2810. package/dist-esm/samples-dev/tagDetachFromOperationSample.js.map +0 -1
  2811. package/dist-esm/samples-dev/tagDetachFromProductSample.d.ts +0 -2
  2812. package/dist-esm/samples-dev/tagDetachFromProductSample.d.ts.map +0 -1
  2813. package/dist-esm/samples-dev/tagDetachFromProductSample.js +0 -40
  2814. package/dist-esm/samples-dev/tagDetachFromProductSample.js.map +0 -1
  2815. package/dist-esm/samples-dev/tagGetByApiSample.d.ts +0 -2
  2816. package/dist-esm/samples-dev/tagGetByApiSample.d.ts.map +0 -1
  2817. package/dist-esm/samples-dev/tagGetByApiSample.js +0 -40
  2818. package/dist-esm/samples-dev/tagGetByApiSample.js.map +0 -1
  2819. package/dist-esm/samples-dev/tagGetByOperationSample.d.ts +0 -2
  2820. package/dist-esm/samples-dev/tagGetByOperationSample.d.ts.map +0 -1
  2821. package/dist-esm/samples-dev/tagGetByOperationSample.js +0 -41
  2822. package/dist-esm/samples-dev/tagGetByOperationSample.js.map +0 -1
  2823. package/dist-esm/samples-dev/tagGetByProductSample.d.ts +0 -2
  2824. package/dist-esm/samples-dev/tagGetByProductSample.d.ts.map +0 -1
  2825. package/dist-esm/samples-dev/tagGetByProductSample.js +0 -40
  2826. package/dist-esm/samples-dev/tagGetByProductSample.js.map +0 -1
  2827. package/dist-esm/samples-dev/tagGetEntityStateByApiSample.d.ts +0 -2
  2828. package/dist-esm/samples-dev/tagGetEntityStateByApiSample.d.ts.map +0 -1
  2829. package/dist-esm/samples-dev/tagGetEntityStateByApiSample.js +0 -40
  2830. package/dist-esm/samples-dev/tagGetEntityStateByApiSample.js.map +0 -1
  2831. package/dist-esm/samples-dev/tagGetEntityStateByOperationSample.d.ts +0 -2
  2832. package/dist-esm/samples-dev/tagGetEntityStateByOperationSample.d.ts.map +0 -1
  2833. package/dist-esm/samples-dev/tagGetEntityStateByOperationSample.js +0 -41
  2834. package/dist-esm/samples-dev/tagGetEntityStateByOperationSample.js.map +0 -1
  2835. package/dist-esm/samples-dev/tagGetEntityStateByProductSample.d.ts +0 -2
  2836. package/dist-esm/samples-dev/tagGetEntityStateByProductSample.d.ts.map +0 -1
  2837. package/dist-esm/samples-dev/tagGetEntityStateByProductSample.js +0 -40
  2838. package/dist-esm/samples-dev/tagGetEntityStateByProductSample.js.map +0 -1
  2839. package/dist-esm/samples-dev/tagGetEntityStateSample.d.ts +0 -2
  2840. package/dist-esm/samples-dev/tagGetEntityStateSample.d.ts.map +0 -1
  2841. package/dist-esm/samples-dev/tagGetEntityStateSample.js +0 -39
  2842. package/dist-esm/samples-dev/tagGetEntityStateSample.js.map +0 -1
  2843. package/dist-esm/samples-dev/tagGetSample.d.ts +0 -2
  2844. package/dist-esm/samples-dev/tagGetSample.d.ts.map +0 -1
  2845. package/dist-esm/samples-dev/tagGetSample.js +0 -39
  2846. package/dist-esm/samples-dev/tagGetSample.js.map +0 -1
  2847. package/dist-esm/samples-dev/tagListByApiSample.d.ts +0 -2
  2848. package/dist-esm/samples-dev/tagListByApiSample.d.ts.map +0 -1
  2849. package/dist-esm/samples-dev/tagListByApiSample.js +0 -55
  2850. package/dist-esm/samples-dev/tagListByApiSample.js.map +0 -1
  2851. package/dist-esm/samples-dev/tagListByOperationSample.d.ts +0 -2
  2852. package/dist-esm/samples-dev/tagListByOperationSample.d.ts.map +0 -1
  2853. package/dist-esm/samples-dev/tagListByOperationSample.js +0 -56
  2854. package/dist-esm/samples-dev/tagListByOperationSample.js.map +0 -1
  2855. package/dist-esm/samples-dev/tagListByProductSample.d.ts +0 -2
  2856. package/dist-esm/samples-dev/tagListByProductSample.d.ts.map +0 -1
  2857. package/dist-esm/samples-dev/tagListByProductSample.js +0 -55
  2858. package/dist-esm/samples-dev/tagListByProductSample.js.map +0 -1
  2859. package/dist-esm/samples-dev/tagListByServiceSample.d.ts +0 -2
  2860. package/dist-esm/samples-dev/tagListByServiceSample.d.ts.map +0 -1
  2861. package/dist-esm/samples-dev/tagListByServiceSample.js +0 -54
  2862. package/dist-esm/samples-dev/tagListByServiceSample.js.map +0 -1
  2863. package/dist-esm/samples-dev/tagResourceListByServiceSample.d.ts +0 -2
  2864. package/dist-esm/samples-dev/tagResourceListByServiceSample.d.ts.map +0 -1
  2865. package/dist-esm/samples-dev/tagResourceListByServiceSample.js +0 -54
  2866. package/dist-esm/samples-dev/tagResourceListByServiceSample.js.map +0 -1
  2867. package/dist-esm/samples-dev/tagUpdateSample.d.ts +0 -2
  2868. package/dist-esm/samples-dev/tagUpdateSample.d.ts.map +0 -1
  2869. package/dist-esm/samples-dev/tagUpdateSample.js +0 -41
  2870. package/dist-esm/samples-dev/tagUpdateSample.js.map +0 -1
  2871. package/dist-esm/samples-dev/tenantAccessCreateSample.d.ts +0 -2
  2872. package/dist-esm/samples-dev/tenantAccessCreateSample.d.ts.map +0 -1
  2873. package/dist-esm/samples-dev/tenantAccessCreateSample.js +0 -41
  2874. package/dist-esm/samples-dev/tenantAccessCreateSample.js.map +0 -1
  2875. package/dist-esm/samples-dev/tenantAccessGetEntityTagSample.d.ts +0 -2
  2876. package/dist-esm/samples-dev/tenantAccessGetEntityTagSample.d.ts.map +0 -1
  2877. package/dist-esm/samples-dev/tenantAccessGetEntityTagSample.js +0 -39
  2878. package/dist-esm/samples-dev/tenantAccessGetEntityTagSample.js.map +0 -1
  2879. package/dist-esm/samples-dev/tenantAccessGetSample.d.ts +0 -2
  2880. package/dist-esm/samples-dev/tenantAccessGetSample.d.ts.map +0 -1
  2881. package/dist-esm/samples-dev/tenantAccessGetSample.js +0 -58
  2882. package/dist-esm/samples-dev/tenantAccessGetSample.js.map +0 -1
  2883. package/dist-esm/samples-dev/tenantAccessGitRegeneratePrimaryKeySample.d.ts +0 -2
  2884. package/dist-esm/samples-dev/tenantAccessGitRegeneratePrimaryKeySample.d.ts.map +0 -1
  2885. package/dist-esm/samples-dev/tenantAccessGitRegeneratePrimaryKeySample.js +0 -39
  2886. package/dist-esm/samples-dev/tenantAccessGitRegeneratePrimaryKeySample.js.map +0 -1
  2887. package/dist-esm/samples-dev/tenantAccessGitRegenerateSecondaryKeySample.d.ts +0 -2
  2888. package/dist-esm/samples-dev/tenantAccessGitRegenerateSecondaryKeySample.d.ts.map +0 -1
  2889. package/dist-esm/samples-dev/tenantAccessGitRegenerateSecondaryKeySample.js +0 -39
  2890. package/dist-esm/samples-dev/tenantAccessGitRegenerateSecondaryKeySample.js.map +0 -1
  2891. package/dist-esm/samples-dev/tenantAccessListByServiceSample.d.ts +0 -2
  2892. package/dist-esm/samples-dev/tenantAccessListByServiceSample.d.ts.map +0 -1
  2893. package/dist-esm/samples-dev/tenantAccessListByServiceSample.js +0 -54
  2894. package/dist-esm/samples-dev/tenantAccessListByServiceSample.js.map +0 -1
  2895. package/dist-esm/samples-dev/tenantAccessListSecretsSample.d.ts +0 -2
  2896. package/dist-esm/samples-dev/tenantAccessListSecretsSample.d.ts.map +0 -1
  2897. package/dist-esm/samples-dev/tenantAccessListSecretsSample.js +0 -39
  2898. package/dist-esm/samples-dev/tenantAccessListSecretsSample.js.map +0 -1
  2899. package/dist-esm/samples-dev/tenantAccessRegeneratePrimaryKeySample.d.ts +0 -2
  2900. package/dist-esm/samples-dev/tenantAccessRegeneratePrimaryKeySample.d.ts.map +0 -1
  2901. package/dist-esm/samples-dev/tenantAccessRegeneratePrimaryKeySample.js +0 -39
  2902. package/dist-esm/samples-dev/tenantAccessRegeneratePrimaryKeySample.js.map +0 -1
  2903. package/dist-esm/samples-dev/tenantAccessRegenerateSecondaryKeySample.d.ts +0 -2
  2904. package/dist-esm/samples-dev/tenantAccessRegenerateSecondaryKeySample.d.ts.map +0 -1
  2905. package/dist-esm/samples-dev/tenantAccessRegenerateSecondaryKeySample.js +0 -39
  2906. package/dist-esm/samples-dev/tenantAccessRegenerateSecondaryKeySample.js.map +0 -1
  2907. package/dist-esm/samples-dev/tenantAccessUpdateSample.d.ts +0 -2
  2908. package/dist-esm/samples-dev/tenantAccessUpdateSample.d.ts.map +0 -1
  2909. package/dist-esm/samples-dev/tenantAccessUpdateSample.js +0 -41
  2910. package/dist-esm/samples-dev/tenantAccessUpdateSample.js.map +0 -1
  2911. package/dist-esm/samples-dev/tenantConfigurationDeploySample.d.ts +0 -2
  2912. package/dist-esm/samples-dev/tenantConfigurationDeploySample.d.ts.map +0 -1
  2913. package/dist-esm/samples-dev/tenantConfigurationDeploySample.js +0 -40
  2914. package/dist-esm/samples-dev/tenantConfigurationDeploySample.js.map +0 -1
  2915. package/dist-esm/samples-dev/tenantConfigurationGetSyncStateSample.d.ts +0 -2
  2916. package/dist-esm/samples-dev/tenantConfigurationGetSyncStateSample.d.ts.map +0 -1
  2917. package/dist-esm/samples-dev/tenantConfigurationGetSyncStateSample.js +0 -39
  2918. package/dist-esm/samples-dev/tenantConfigurationGetSyncStateSample.js.map +0 -1
  2919. package/dist-esm/samples-dev/tenantConfigurationSaveSample.d.ts +0 -2
  2920. package/dist-esm/samples-dev/tenantConfigurationSaveSample.d.ts.map +0 -1
  2921. package/dist-esm/samples-dev/tenantConfigurationSaveSample.js +0 -40
  2922. package/dist-esm/samples-dev/tenantConfigurationSaveSample.js.map +0 -1
  2923. package/dist-esm/samples-dev/tenantConfigurationValidateSample.d.ts +0 -2
  2924. package/dist-esm/samples-dev/tenantConfigurationValidateSample.d.ts.map +0 -1
  2925. package/dist-esm/samples-dev/tenantConfigurationValidateSample.js +0 -40
  2926. package/dist-esm/samples-dev/tenantConfigurationValidateSample.js.map +0 -1
  2927. package/dist-esm/samples-dev/tenantSettingsGetSample.d.ts +0 -2
  2928. package/dist-esm/samples-dev/tenantSettingsGetSample.d.ts.map +0 -1
  2929. package/dist-esm/samples-dev/tenantSettingsGetSample.js +0 -39
  2930. package/dist-esm/samples-dev/tenantSettingsGetSample.js.map +0 -1
  2931. package/dist-esm/samples-dev/tenantSettingsListByServiceSample.d.ts +0 -2
  2932. package/dist-esm/samples-dev/tenantSettingsListByServiceSample.d.ts.map +0 -1
  2933. package/dist-esm/samples-dev/tenantSettingsListByServiceSample.js +0 -54
  2934. package/dist-esm/samples-dev/tenantSettingsListByServiceSample.js.map +0 -1
  2935. package/dist-esm/samples-dev/userConfirmationPasswordSendSample.d.ts +0 -2
  2936. package/dist-esm/samples-dev/userConfirmationPasswordSendSample.d.ts.map +0 -1
  2937. package/dist-esm/samples-dev/userConfirmationPasswordSendSample.js +0 -39
  2938. package/dist-esm/samples-dev/userConfirmationPasswordSendSample.js.map +0 -1
  2939. package/dist-esm/samples-dev/userCreateOrUpdateSample.d.ts +0 -2
  2940. package/dist-esm/samples-dev/userCreateOrUpdateSample.d.ts.map +0 -1
  2941. package/dist-esm/samples-dev/userCreateOrUpdateSample.js +0 -45
  2942. package/dist-esm/samples-dev/userCreateOrUpdateSample.js.map +0 -1
  2943. package/dist-esm/samples-dev/userDeleteSample.d.ts +0 -2
  2944. package/dist-esm/samples-dev/userDeleteSample.d.ts.map +0 -1
  2945. package/dist-esm/samples-dev/userDeleteSample.js +0 -40
  2946. package/dist-esm/samples-dev/userDeleteSample.js.map +0 -1
  2947. package/dist-esm/samples-dev/userGenerateSsoUrlSample.d.ts +0 -2
  2948. package/dist-esm/samples-dev/userGenerateSsoUrlSample.d.ts.map +0 -1
  2949. package/dist-esm/samples-dev/userGenerateSsoUrlSample.js +0 -39
  2950. package/dist-esm/samples-dev/userGenerateSsoUrlSample.js.map +0 -1
  2951. package/dist-esm/samples-dev/userGetEntityTagSample.d.ts +0 -2
  2952. package/dist-esm/samples-dev/userGetEntityTagSample.d.ts.map +0 -1
  2953. package/dist-esm/samples-dev/userGetEntityTagSample.js +0 -39
  2954. package/dist-esm/samples-dev/userGetEntityTagSample.js.map +0 -1
  2955. package/dist-esm/samples-dev/userGetSample.d.ts +0 -2
  2956. package/dist-esm/samples-dev/userGetSample.d.ts.map +0 -1
  2957. package/dist-esm/samples-dev/userGetSample.js +0 -39
  2958. package/dist-esm/samples-dev/userGetSample.js.map +0 -1
  2959. package/dist-esm/samples-dev/userGetSharedAccessTokenSample.d.ts +0 -2
  2960. package/dist-esm/samples-dev/userGetSharedAccessTokenSample.d.ts.map +0 -1
  2961. package/dist-esm/samples-dev/userGetSharedAccessTokenSample.js +0 -43
  2962. package/dist-esm/samples-dev/userGetSharedAccessTokenSample.js.map +0 -1
  2963. package/dist-esm/samples-dev/userGroupListSample.d.ts +0 -2
  2964. package/dist-esm/samples-dev/userGroupListSample.d.ts.map +0 -1
  2965. package/dist-esm/samples-dev/userGroupListSample.js +0 -55
  2966. package/dist-esm/samples-dev/userGroupListSample.js.map +0 -1
  2967. package/dist-esm/samples-dev/userIdentitiesListSample.d.ts +0 -2
  2968. package/dist-esm/samples-dev/userIdentitiesListSample.d.ts.map +0 -1
  2969. package/dist-esm/samples-dev/userIdentitiesListSample.js +0 -55
  2970. package/dist-esm/samples-dev/userIdentitiesListSample.js.map +0 -1
  2971. package/dist-esm/samples-dev/userListByServiceSample.d.ts +0 -2
  2972. package/dist-esm/samples-dev/userListByServiceSample.d.ts.map +0 -1
  2973. package/dist-esm/samples-dev/userListByServiceSample.js +0 -54
  2974. package/dist-esm/samples-dev/userListByServiceSample.js.map +0 -1
  2975. package/dist-esm/samples-dev/userSubscriptionGetSample.d.ts +0 -2
  2976. package/dist-esm/samples-dev/userSubscriptionGetSample.d.ts.map +0 -1
  2977. package/dist-esm/samples-dev/userSubscriptionGetSample.js +0 -40
  2978. package/dist-esm/samples-dev/userSubscriptionGetSample.js.map +0 -1
  2979. package/dist-esm/samples-dev/userSubscriptionListSample.d.ts +0 -2
  2980. package/dist-esm/samples-dev/userSubscriptionListSample.d.ts.map +0 -1
  2981. package/dist-esm/samples-dev/userSubscriptionListSample.js +0 -55
  2982. package/dist-esm/samples-dev/userSubscriptionListSample.js.map +0 -1
  2983. package/dist-esm/samples-dev/userUpdateSample.d.ts +0 -2
  2984. package/dist-esm/samples-dev/userUpdateSample.d.ts.map +0 -1
  2985. package/dist-esm/samples-dev/userUpdateSample.js +0 -45
  2986. package/dist-esm/samples-dev/userUpdateSample.js.map +0 -1
  2987. package/dist-esm/src/apiManagementClient.d.ts +0 -127
  2988. package/dist-esm/src/apiManagementClient.d.ts.map +0 -1
  2989. package/dist-esm/src/apiManagementClient.js +0 -288
  2990. package/dist-esm/src/apiManagementClient.js.map +0 -1
  2991. package/dist-esm/src/index.d.ts +0 -5
  2992. package/dist-esm/src/index.d.ts.map +0 -1
  2993. package/dist-esm/src/index.js +0 -13
  2994. package/dist-esm/src/index.js.map +0 -1
  2995. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  2996. package/dist-esm/src/lroImpl.js.map +0 -1
  2997. package/dist-esm/src/models/index.d.ts.map +0 -1
  2998. package/dist-esm/src/models/index.js.map +0 -1
  2999. package/dist-esm/src/models/mappers.js.map +0 -1
  3000. package/dist-esm/src/models/parameters.d.ts +0 -167
  3001. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  3002. package/dist-esm/src/models/parameters.js +0 -1424
  3003. package/dist-esm/src/models/parameters.js.map +0 -1
  3004. package/dist-esm/src/operations/api.d.ts +0 -124
  3005. package/dist-esm/src/operations/api.d.ts.map +0 -1
  3006. package/dist-esm/src/operations/api.js +0 -536
  3007. package/dist-esm/src/operations/api.js.map +0 -1
  3008. package/dist-esm/src/operations/apiDiagnostic.d.ts +0 -97
  3009. package/dist-esm/src/operations/apiDiagnostic.d.ts.map +0 -1
  3010. package/dist-esm/src/operations/apiDiagnostic.js +0 -374
  3011. package/dist-esm/src/operations/apiDiagnostic.js.map +0 -1
  3012. package/dist-esm/src/operations/apiExport.d.ts +0 -26
  3013. package/dist-esm/src/operations/apiExport.d.ts.map +0 -1
  3014. package/dist-esm/src/operations/apiExport.js +0 -64
  3015. package/dist-esm/src/operations/apiExport.js.map +0 -1
  3016. package/dist-esm/src/operations/apiIssue.d.ts +0 -92
  3017. package/dist-esm/src/operations/apiIssue.d.ts.map +0 -1
  3018. package/dist-esm/src/operations/apiIssue.js +0 -366
  3019. package/dist-esm/src/operations/apiIssue.js.map +0 -1
  3020. package/dist-esm/src/operations/apiIssueAttachment.d.ts +0 -87
  3021. package/dist-esm/src/operations/apiIssueAttachment.d.ts.map +0 -1
  3022. package/dist-esm/src/operations/apiIssueAttachment.js +0 -339
  3023. package/dist-esm/src/operations/apiIssueAttachment.js.map +0 -1
  3024. package/dist-esm/src/operations/apiIssueComment.d.ts +0 -87
  3025. package/dist-esm/src/operations/apiIssueComment.d.ts.map +0 -1
  3026. package/dist-esm/src/operations/apiIssueComment.js +0 -339
  3027. package/dist-esm/src/operations/apiIssueComment.js.map +0 -1
  3028. package/dist-esm/src/operations/apiManagementOperations.d.ts +0 -32
  3029. package/dist-esm/src/operations/apiManagementOperations.d.ts.map +0 -1
  3030. package/dist-esm/src/operations/apiManagementOperations.js +0 -133
  3031. package/dist-esm/src/operations/apiManagementOperations.js.map +0 -1
  3032. package/dist-esm/src/operations/apiManagementService.d.ts +0 -199
  3033. package/dist-esm/src/operations/apiManagementService.d.ts.map +0 -1
  3034. package/dist-esm/src/operations/apiManagementService.js +0 -990
  3035. package/dist-esm/src/operations/apiManagementService.js.map +0 -1
  3036. package/dist-esm/src/operations/apiManagementServiceSkus.d.ts +0 -39
  3037. package/dist-esm/src/operations/apiManagementServiceSkus.d.ts.map +0 -1
  3038. package/dist-esm/src/operations/apiManagementServiceSkus.js +0 -151
  3039. package/dist-esm/src/operations/apiManagementServiceSkus.js.map +0 -1
  3040. package/dist-esm/src/operations/apiManagementSkus.d.ts +0 -32
  3041. package/dist-esm/src/operations/apiManagementSkus.d.ts.map +0 -1
  3042. package/dist-esm/src/operations/apiManagementSkus.js +0 -137
  3043. package/dist-esm/src/operations/apiManagementSkus.js.map +0 -1
  3044. package/dist-esm/src/operations/apiOperation.d.ts +0 -105
  3045. package/dist-esm/src/operations/apiOperation.d.ts.map +0 -1
  3046. package/dist-esm/src/operations/apiOperation.js +0 -383
  3047. package/dist-esm/src/operations/apiOperation.js.map +0 -1
  3048. package/dist-esm/src/operations/apiOperationPolicy.d.ts +0 -75
  3049. package/dist-esm/src/operations/apiOperationPolicy.d.ts.map +0 -1
  3050. package/dist-esm/src/operations/apiOperationPolicy.js +0 -241
  3051. package/dist-esm/src/operations/apiOperationPolicy.js.map +0 -1
  3052. package/dist-esm/src/operations/apiPolicy.d.ts +0 -65
  3053. package/dist-esm/src/operations/apiPolicy.d.ts.map +0 -1
  3054. package/dist-esm/src/operations/apiPolicy.js +0 -210
  3055. package/dist-esm/src/operations/apiPolicy.js.map +0 -1
  3056. package/dist-esm/src/operations/apiProduct.d.ts +0 -41
  3057. package/dist-esm/src/operations/apiProduct.d.ts.map +0 -1
  3058. package/dist-esm/src/operations/apiProduct.js +0 -160
  3059. package/dist-esm/src/operations/apiProduct.js.map +0 -1
  3060. package/dist-esm/src/operations/apiRelease.d.ts +0 -101
  3061. package/dist-esm/src/operations/apiRelease.d.ts.map +0 -1
  3062. package/dist-esm/src/operations/apiRelease.js +0 -371
  3063. package/dist-esm/src/operations/apiRelease.js.map +0 -1
  3064. package/dist-esm/src/operations/apiRevision.d.ts +0 -41
  3065. package/dist-esm/src/operations/apiRevision.d.ts.map +0 -1
  3066. package/dist-esm/src/operations/apiRevision.js +0 -160
  3067. package/dist-esm/src/operations/apiRevision.js.map +0 -1
  3068. package/dist-esm/src/operations/apiSchema.d.ts +0 -99
  3069. package/dist-esm/src/operations/apiSchema.d.ts.map +0 -1
  3070. package/dist-esm/src/operations/apiSchema.js +0 -385
  3071. package/dist-esm/src/operations/apiSchema.js.map +0 -1
  3072. package/dist-esm/src/operations/apiTagDescription.d.ts +0 -93
  3073. package/dist-esm/src/operations/apiTagDescription.d.ts.map +0 -1
  3074. package/dist-esm/src/operations/apiTagDescription.js +0 -337
  3075. package/dist-esm/src/operations/apiTagDescription.js.map +0 -1
  3076. package/dist-esm/src/operations/apiVersionSet.d.ts +0 -89
  3077. package/dist-esm/src/operations/apiVersionSet.d.ts.map +0 -1
  3078. package/dist-esm/src/operations/apiVersionSet.js +0 -351
  3079. package/dist-esm/src/operations/apiVersionSet.js.map +0 -1
  3080. package/dist-esm/src/operations/apiWiki.d.ts +0 -59
  3081. package/dist-esm/src/operations/apiWiki.d.ts.map +0 -1
  3082. package/dist-esm/src/operations/apiWiki.js +0 -207
  3083. package/dist-esm/src/operations/apiWiki.js.map +0 -1
  3084. package/dist-esm/src/operations/apiWikis.d.ts +0 -41
  3085. package/dist-esm/src/operations/apiWikis.d.ts.map +0 -1
  3086. package/dist-esm/src/operations/apiWikis.js +0 -160
  3087. package/dist-esm/src/operations/apiWikis.js.map +0 -1
  3088. package/dist-esm/src/operations/authorization.d.ts +0 -82
  3089. package/dist-esm/src/operations/authorization.d.ts.map +0 -1
  3090. package/dist-esm/src/operations/authorization.js +0 -347
  3091. package/dist-esm/src/operations/authorization.js.map +0 -1
  3092. package/dist-esm/src/operations/authorizationAccessPolicy.d.ts +0 -77
  3093. package/dist-esm/src/operations/authorizationAccessPolicy.d.ts.map +0 -1
  3094. package/dist-esm/src/operations/authorizationAccessPolicy.js +0 -323
  3095. package/dist-esm/src/operations/authorizationAccessPolicy.js.map +0 -1
  3096. package/dist-esm/src/operations/authorizationLoginLinks.d.ts +0 -23
  3097. package/dist-esm/src/operations/authorizationLoginLinks.d.ts.map +0 -1
  3098. package/dist-esm/src/operations/authorizationLoginLinks.js +0 -68
  3099. package/dist-esm/src/operations/authorizationLoginLinks.js.map +0 -1
  3100. package/dist-esm/src/operations/authorizationProvider.d.ts +0 -65
  3101. package/dist-esm/src/operations/authorizationProvider.d.ts.map +0 -1
  3102. package/dist-esm/src/operations/authorizationProvider.js +0 -277
  3103. package/dist-esm/src/operations/authorizationProvider.js.map +0 -1
  3104. package/dist-esm/src/operations/authorizationServer.d.ts +0 -92
  3105. package/dist-esm/src/operations/authorizationServer.d.ts.map +0 -1
  3106. package/dist-esm/src/operations/authorizationServer.js +0 -372
  3107. package/dist-esm/src/operations/authorizationServer.js.map +0 -1
  3108. package/dist-esm/src/operations/backend.d.ts +0 -99
  3109. package/dist-esm/src/operations/backend.d.ts.map +0 -1
  3110. package/dist-esm/src/operations/backend.js +0 -385
  3111. package/dist-esm/src/operations/backend.js.map +0 -1
  3112. package/dist-esm/src/operations/cache.d.ts +0 -89
  3113. package/dist-esm/src/operations/cache.d.ts.map +0 -1
  3114. package/dist-esm/src/operations/cache.js +0 -339
  3115. package/dist-esm/src/operations/cache.js.map +0 -1
  3116. package/dist-esm/src/operations/certificate.d.ts +0 -86
  3117. package/dist-esm/src/operations/certificate.d.ts.map +0 -1
  3118. package/dist-esm/src/operations/certificate.js +0 -336
  3119. package/dist-esm/src/operations/certificate.js.map +0 -1
  3120. package/dist-esm/src/operations/contentItem.d.ts +0 -81
  3121. package/dist-esm/src/operations/contentItem.d.ts.map +0 -1
  3122. package/dist-esm/src/operations/contentItem.js +0 -320
  3123. package/dist-esm/src/operations/contentItem.js.map +0 -1
  3124. package/dist-esm/src/operations/contentType.d.ts +0 -72
  3125. package/dist-esm/src/operations/contentType.d.ts.map +0 -1
  3126. package/dist-esm/src/operations/contentType.js +0 -267
  3127. package/dist-esm/src/operations/contentType.js.map +0 -1
  3128. package/dist-esm/src/operations/delegationSettings.d.ts +0 -52
  3129. package/dist-esm/src/operations/delegationSettings.d.ts.map +0 -1
  3130. package/dist-esm/src/operations/delegationSettings.js +0 -188
  3131. package/dist-esm/src/operations/delegationSettings.js.map +0 -1
  3132. package/dist-esm/src/operations/deletedServices.d.ts +0 -54
  3133. package/dist-esm/src/operations/deletedServices.d.ts.map +0 -1
  3134. package/dist-esm/src/operations/deletedServices.js +0 -247
  3135. package/dist-esm/src/operations/deletedServices.js.map +0 -1
  3136. package/dist-esm/src/operations/diagnostic.d.ts +0 -89
  3137. package/dist-esm/src/operations/diagnostic.d.ts.map +0 -1
  3138. package/dist-esm/src/operations/diagnostic.js +0 -351
  3139. package/dist-esm/src/operations/diagnostic.js.map +0 -1
  3140. package/dist-esm/src/operations/documentation.d.ts +0 -89
  3141. package/dist-esm/src/operations/documentation.d.ts.map +0 -1
  3142. package/dist-esm/src/operations/documentation.js +0 -351
  3143. package/dist-esm/src/operations/documentation.js.map +0 -1
  3144. package/dist-esm/src/operations/emailTemplate.d.ts +0 -84
  3145. package/dist-esm/src/operations/emailTemplate.d.ts.map +0 -1
  3146. package/dist-esm/src/operations/emailTemplate.js +0 -344
  3147. package/dist-esm/src/operations/emailTemplate.js.map +0 -1
  3148. package/dist-esm/src/operations/gateway.d.ts +0 -118
  3149. package/dist-esm/src/operations/gateway.d.ts.map +0 -1
  3150. package/dist-esm/src/operations/gateway.js +0 -455
  3151. package/dist-esm/src/operations/gateway.js.map +0 -1
  3152. package/dist-esm/src/operations/gatewayApi.d.ts +0 -74
  3153. package/dist-esm/src/operations/gatewayApi.d.ts.map +0 -1
  3154. package/dist-esm/src/operations/gatewayApi.js +0 -272
  3155. package/dist-esm/src/operations/gatewayApi.js.map +0 -1
  3156. package/dist-esm/src/operations/gatewayCertificateAuthority.d.ts +0 -91
  3157. package/dist-esm/src/operations/gatewayCertificateAuthority.d.ts.map +0 -1
  3158. package/dist-esm/src/operations/gatewayCertificateAuthority.js +0 -335
  3159. package/dist-esm/src/operations/gatewayCertificateAuthority.js.map +0 -1
  3160. package/dist-esm/src/operations/gatewayHostnameConfiguration.d.ts +0 -92
  3161. package/dist-esm/src/operations/gatewayHostnameConfiguration.d.ts.map +0 -1
  3162. package/dist-esm/src/operations/gatewayHostnameConfiguration.js +0 -322
  3163. package/dist-esm/src/operations/gatewayHostnameConfiguration.js.map +0 -1
  3164. package/dist-esm/src/operations/globalSchema.d.ts +0 -83
  3165. package/dist-esm/src/operations/globalSchema.d.ts.map +0 -1
  3166. package/dist-esm/src/operations/globalSchema.js +0 -356
  3167. package/dist-esm/src/operations/globalSchema.js.map +0 -1
  3168. package/dist-esm/src/operations/graphQLApiResolver.d.ts +0 -105
  3169. package/dist-esm/src/operations/graphQLApiResolver.d.ts.map +0 -1
  3170. package/dist-esm/src/operations/graphQLApiResolver.js +0 -382
  3171. package/dist-esm/src/operations/graphQLApiResolver.js.map +0 -1
  3172. package/dist-esm/src/operations/graphQLApiResolverPolicy.d.ts +0 -101
  3173. package/dist-esm/src/operations/graphQLApiResolverPolicy.d.ts.map +0 -1
  3174. package/dist-esm/src/operations/graphQLApiResolverPolicy.js +0 -348
  3175. package/dist-esm/src/operations/graphQLApiResolverPolicy.js.map +0 -1
  3176. package/dist-esm/src/operations/group.d.ts +0 -84
  3177. package/dist-esm/src/operations/group.d.ts.map +0 -1
  3178. package/dist-esm/src/operations/group.js +0 -339
  3179. package/dist-esm/src/operations/group.js.map +0 -1
  3180. package/dist-esm/src/operations/groupUser.d.ts +0 -68
  3181. package/dist-esm/src/operations/groupUser.d.ts.map +0 -1
  3182. package/dist-esm/src/operations/groupUser.js +0 -263
  3183. package/dist-esm/src/operations/groupUser.js.map +0 -1
  3184. package/dist-esm/src/operations/identityProvider.d.ts +0 -92
  3185. package/dist-esm/src/operations/identityProvider.d.ts.map +0 -1
  3186. package/dist-esm/src/operations/identityProvider.js +0 -386
  3187. package/dist-esm/src/operations/identityProvider.js.map +0 -1
  3188. package/dist-esm/src/operations/index.d.ts +0 -89
  3189. package/dist-esm/src/operations/index.d.ts.map +0 -1
  3190. package/dist-esm/src/operations/index.js +0 -96
  3191. package/dist-esm/src/operations/index.js.map +0 -1
  3192. package/dist-esm/src/operations/issue.d.ts +0 -46
  3193. package/dist-esm/src/operations/issue.d.ts.map +0 -1
  3194. package/dist-esm/src/operations/issue.js +0 -188
  3195. package/dist-esm/src/operations/issue.js.map +0 -1
  3196. package/dist-esm/src/operations/logger.d.ts +0 -84
  3197. package/dist-esm/src/operations/logger.d.ts.map +0 -1
  3198. package/dist-esm/src/operations/logger.js +0 -346
  3199. package/dist-esm/src/operations/logger.js.map +0 -1
  3200. package/dist-esm/src/operations/namedValue.d.ts +0 -129
  3201. package/dist-esm/src/operations/namedValue.d.ts.map +0 -1
  3202. package/dist-esm/src/operations/namedValue.js +0 -601
  3203. package/dist-esm/src/operations/namedValue.js.map +0 -1
  3204. package/dist-esm/src/operations/networkStatus.d.ts +0 -31
  3205. package/dist-esm/src/operations/networkStatus.d.ts.map +0 -1
  3206. package/dist-esm/src/operations/networkStatus.js +0 -98
  3207. package/dist-esm/src/operations/networkStatus.js.map +0 -1
  3208. package/dist-esm/src/operations/notification.d.ts +0 -54
  3209. package/dist-esm/src/operations/notification.d.ts.map +0 -1
  3210. package/dist-esm/src/operations/notification.js +0 -214
  3211. package/dist-esm/src/operations/notification.js.map +0 -1
  3212. package/dist-esm/src/operations/notificationRecipientEmail.d.ts +0 -48
  3213. package/dist-esm/src/operations/notificationRecipientEmail.d.ts.map +0 -1
  3214. package/dist-esm/src/operations/notificationRecipientEmail.js +0 -158
  3215. package/dist-esm/src/operations/notificationRecipientEmail.js.map +0 -1
  3216. package/dist-esm/src/operations/notificationRecipientUser.d.ts +0 -48
  3217. package/dist-esm/src/operations/notificationRecipientUser.d.ts.map +0 -1
  3218. package/dist-esm/src/operations/notificationRecipientUser.js +0 -158
  3219. package/dist-esm/src/operations/notificationRecipientUser.js.map +0 -1
  3220. package/dist-esm/src/operations/openIdConnectProvider.d.ts +0 -92
  3221. package/dist-esm/src/operations/openIdConnectProvider.d.ts.map +0 -1
  3222. package/dist-esm/src/operations/openIdConnectProvider.js +0 -372
  3223. package/dist-esm/src/operations/openIdConnectProvider.js.map +0 -1
  3224. package/dist-esm/src/operations/operationOperations.d.ts +0 -44
  3225. package/dist-esm/src/operations/operationOperations.d.ts.map +0 -1
  3226. package/dist-esm/src/operations/operationOperations.js +0 -164
  3227. package/dist-esm/src/operations/operationOperations.js.map +0 -1
  3228. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts +0 -20
  3229. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.d.ts.map +0 -1
  3230. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js +0 -53
  3231. package/dist-esm/src/operations/outboundNetworkDependenciesEndpoints.js.map +0 -1
  3232. package/dist-esm/src/operations/policy.d.ts +0 -55
  3233. package/dist-esm/src/operations/policy.d.ts.map +0 -1
  3234. package/dist-esm/src/operations/policy.js +0 -195
  3235. package/dist-esm/src/operations/policy.js.map +0 -1
  3236. package/dist-esm/src/operations/policyDescription.d.ts +0 -20
  3237. package/dist-esm/src/operations/policyDescription.d.ts.map +0 -1
  3238. package/dist-esm/src/operations/policyDescription.js +0 -53
  3239. package/dist-esm/src/operations/policyDescription.js.map +0 -1
  3240. package/dist-esm/src/operations/policyFragment.d.ts +0 -73
  3241. package/dist-esm/src/operations/policyFragment.d.ts.map +0 -1
  3242. package/dist-esm/src/operations/policyFragment.js +0 -293
  3243. package/dist-esm/src/operations/policyFragment.js.map +0 -1
  3244. package/dist-esm/src/operations/portalConfig.d.ts +0 -58
  3245. package/dist-esm/src/operations/portalConfig.d.ts.map +0 -1
  3246. package/dist-esm/src/operations/portalConfig.js +0 -214
  3247. package/dist-esm/src/operations/portalConfig.js.map +0 -1
  3248. package/dist-esm/src/operations/portalRevision.d.ts +0 -103
  3249. package/dist-esm/src/operations/portalRevision.d.ts.map +0 -1
  3250. package/dist-esm/src/operations/portalRevision.js +0 -445
  3251. package/dist-esm/src/operations/portalRevision.js.map +0 -1
  3252. package/dist-esm/src/operations/portalSettings.d.ts +0 -20
  3253. package/dist-esm/src/operations/portalSettings.d.ts.map +0 -1
  3254. package/dist-esm/src/operations/portalSettings.js +0 -53
  3255. package/dist-esm/src/operations/portalSettings.js.map +0 -1
  3256. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +0 -88
  3257. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  3258. package/dist-esm/src/operations/privateEndpointConnectionOperations.js +0 -389
  3259. package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +0 -1
  3260. package/dist-esm/src/operations/product.d.ts +0 -108
  3261. package/dist-esm/src/operations/product.d.ts.map +0 -1
  3262. package/dist-esm/src/operations/product.js +0 -478
  3263. package/dist-esm/src/operations/product.js.map +0 -1
  3264. package/dist-esm/src/operations/productApi.d.ts +0 -71
  3265. package/dist-esm/src/operations/productApi.d.ts.map +0 -1
  3266. package/dist-esm/src/operations/productApi.js +0 -265
  3267. package/dist-esm/src/operations/productApi.js.map +0 -1
  3268. package/dist-esm/src/operations/productGroup.d.ts +0 -68
  3269. package/dist-esm/src/operations/productGroup.d.ts.map +0 -1
  3270. package/dist-esm/src/operations/productGroup.js +0 -262
  3271. package/dist-esm/src/operations/productGroup.js.map +0 -1
  3272. package/dist-esm/src/operations/productPolicy.d.ts +0 -60
  3273. package/dist-esm/src/operations/productPolicy.d.ts.map +0 -1
  3274. package/dist-esm/src/operations/productPolicy.js +0 -212
  3275. package/dist-esm/src/operations/productPolicy.js.map +0 -1
  3276. package/dist-esm/src/operations/productSubscriptions.d.ts +0 -41
  3277. package/dist-esm/src/operations/productSubscriptions.d.ts.map +0 -1
  3278. package/dist-esm/src/operations/productSubscriptions.js +0 -160
  3279. package/dist-esm/src/operations/productSubscriptions.js.map +0 -1
  3280. package/dist-esm/src/operations/productWiki.d.ts +0 -59
  3281. package/dist-esm/src/operations/productWiki.d.ts.map +0 -1
  3282. package/dist-esm/src/operations/productWiki.js +0 -214
  3283. package/dist-esm/src/operations/productWiki.js.map +0 -1
  3284. package/dist-esm/src/operations/productWikis.d.ts +0 -41
  3285. package/dist-esm/src/operations/productWikis.d.ts.map +0 -1
  3286. package/dist-esm/src/operations/productWikis.js +0 -162
  3287. package/dist-esm/src/operations/productWikis.js.map +0 -1
  3288. package/dist-esm/src/operations/quotaByCounterKeys.d.ts +0 -38
  3289. package/dist-esm/src/operations/quotaByCounterKeys.d.ts.map +0 -1
  3290. package/dist-esm/src/operations/quotaByCounterKeys.js +0 -98
  3291. package/dist-esm/src/operations/quotaByCounterKeys.js.map +0 -1
  3292. package/dist-esm/src/operations/quotaByPeriodKeys.d.ts +0 -39
  3293. package/dist-esm/src/operations/quotaByPeriodKeys.d.ts.map +0 -1
  3294. package/dist-esm/src/operations/quotaByPeriodKeys.js +0 -114
  3295. package/dist-esm/src/operations/quotaByPeriodKeys.js.map +0 -1
  3296. package/dist-esm/src/operations/region.d.ts +0 -38
  3297. package/dist-esm/src/operations/region.d.ts.map +0 -1
  3298. package/dist-esm/src/operations/region.js +0 -150
  3299. package/dist-esm/src/operations/region.js.map +0 -1
  3300. package/dist-esm/src/operations/reports.d.ts +0 -362
  3301. package/dist-esm/src/operations/reports.d.ts.map +0 -1
  3302. package/dist-esm/src/operations/reports.js +0 -1185
  3303. package/dist-esm/src/operations/reports.js.map +0 -1
  3304. package/dist-esm/src/operations/signInSettings.d.ts +0 -45
  3305. package/dist-esm/src/operations/signInSettings.d.ts.map +0 -1
  3306. package/dist-esm/src/operations/signInSettings.js +0 -158
  3307. package/dist-esm/src/operations/signInSettings.js.map +0 -1
  3308. package/dist-esm/src/operations/signUpSettings.d.ts +0 -45
  3309. package/dist-esm/src/operations/signUpSettings.d.ts.map +0 -1
  3310. package/dist-esm/src/operations/signUpSettings.js +0 -158
  3311. package/dist-esm/src/operations/signUpSettings.js.map +0 -1
  3312. package/dist-esm/src/operations/subscription.d.ts +0 -116
  3313. package/dist-esm/src/operations/subscription.d.ts.map +0 -1
  3314. package/dist-esm/src/operations/subscription.js +0 -448
  3315. package/dist-esm/src/operations/subscription.js.map +0 -1
  3316. package/dist-esm/src/operations/tag.d.ts +0 -301
  3317. package/dist-esm/src/operations/tag.d.ts.map +0 -1
  3318. package/dist-esm/src/operations/tag.js +0 -1195
  3319. package/dist-esm/src/operations/tag.js.map +0 -1
  3320. package/dist-esm/src/operations/tagResource.d.ts +0 -38
  3321. package/dist-esm/src/operations/tagResource.d.ts.map +0 -1
  3322. package/dist-esm/src/operations/tagResource.js +0 -155
  3323. package/dist-esm/src/operations/tagResource.js.map +0 -1
  3324. package/dist-esm/src/operations/tenantAccess.d.ts +0 -100
  3325. package/dist-esm/src/operations/tenantAccess.d.ts.map +0 -1
  3326. package/dist-esm/src/operations/tenantAccess.js +0 -406
  3327. package/dist-esm/src/operations/tenantAccess.js.map +0 -1
  3328. package/dist-esm/src/operations/tenantAccessGit.d.ts +0 -29
  3329. package/dist-esm/src/operations/tenantAccessGit.d.ts.map +0 -1
  3330. package/dist-esm/src/operations/tenantAccessGit.js +0 -83
  3331. package/dist-esm/src/operations/tenantAccessGit.js.map +0 -1
  3332. package/dist-esm/src/operations/tenantConfiguration.d.ts +0 -83
  3333. package/dist-esm/src/operations/tenantConfiguration.d.ts.map +0 -1
  3334. package/dist-esm/src/operations/tenantConfiguration.js +0 -362
  3335. package/dist-esm/src/operations/tenantConfiguration.js.map +0 -1
  3336. package/dist-esm/src/operations/tenantSettings.d.ts +0 -46
  3337. package/dist-esm/src/operations/tenantSettings.d.ts.map +0 -1
  3338. package/dist-esm/src/operations/tenantSettings.js +0 -183
  3339. package/dist-esm/src/operations/tenantSettings.js.map +0 -1
  3340. package/dist-esm/src/operations/user.d.ts +0 -102
  3341. package/dist-esm/src/operations/user.d.ts.map +0 -1
  3342. package/dist-esm/src/operations/user.js +0 -413
  3343. package/dist-esm/src/operations/user.js.map +0 -1
  3344. package/dist-esm/src/operations/userConfirmationPassword.d.ts +0 -21
  3345. package/dist-esm/src/operations/userConfirmationPassword.d.ts.map +0 -1
  3346. package/dist-esm/src/operations/userConfirmationPassword.js +0 -53
  3347. package/dist-esm/src/operations/userConfirmationPassword.js.map +0 -1
  3348. package/dist-esm/src/operations/userGroup.d.ts +0 -41
  3349. package/dist-esm/src/operations/userGroup.d.ts.map +0 -1
  3350. package/dist-esm/src/operations/userGroup.js +0 -160
  3351. package/dist-esm/src/operations/userGroup.js.map +0 -1
  3352. package/dist-esm/src/operations/userIdentities.d.ts +0 -41
  3353. package/dist-esm/src/operations/userIdentities.d.ts.map +0 -1
  3354. package/dist-esm/src/operations/userIdentities.js +0 -155
  3355. package/dist-esm/src/operations/userIdentities.js.map +0 -1
  3356. package/dist-esm/src/operations/userSubscription.d.ts +0 -51
  3357. package/dist-esm/src/operations/userSubscription.d.ts.map +0 -1
  3358. package/dist-esm/src/operations/userSubscription.js +0 -196
  3359. package/dist-esm/src/operations/userSubscription.js.map +0 -1
  3360. package/dist-esm/src/operationsInterfaces/api.d.ts +0 -82
  3361. package/dist-esm/src/operationsInterfaces/api.d.ts.map +0 -1
  3362. package/dist-esm/src/operationsInterfaces/api.js.map +0 -1
  3363. package/dist-esm/src/operationsInterfaces/apiDiagnostic.d.ts +0 -70
  3364. package/dist-esm/src/operationsInterfaces/apiDiagnostic.d.ts.map +0 -1
  3365. package/dist-esm/src/operationsInterfaces/apiDiagnostic.js.map +0 -1
  3366. package/dist-esm/src/operationsInterfaces/apiExport.d.ts +0 -18
  3367. package/dist-esm/src/operationsInterfaces/apiExport.d.ts.map +0 -1
  3368. package/dist-esm/src/operationsInterfaces/apiExport.js.map +0 -1
  3369. package/dist-esm/src/operationsInterfaces/apiIssue.d.ts +0 -65
  3370. package/dist-esm/src/operationsInterfaces/apiIssue.d.ts.map +0 -1
  3371. package/dist-esm/src/operationsInterfaces/apiIssue.js.map +0 -1
  3372. package/dist-esm/src/operationsInterfaces/apiIssueAttachment.d.ts +0 -58
  3373. package/dist-esm/src/operationsInterfaces/apiIssueAttachment.d.ts.map +0 -1
  3374. package/dist-esm/src/operationsInterfaces/apiIssueAttachment.js.map +0 -1
  3375. package/dist-esm/src/operationsInterfaces/apiIssueComment.d.ts +0 -58
  3376. package/dist-esm/src/operationsInterfaces/apiIssueComment.d.ts.map +0 -1
  3377. package/dist-esm/src/operationsInterfaces/apiIssueComment.js.map +0 -1
  3378. package/dist-esm/src/operationsInterfaces/apiManagementOperations.d.ts +0 -11
  3379. package/dist-esm/src/operationsInterfaces/apiManagementOperations.d.ts.map +0 -1
  3380. package/dist-esm/src/operationsInterfaces/apiManagementOperations.js.map +0 -1
  3381. package/dist-esm/src/operationsInterfaces/apiManagementService.d.ts +0 -163
  3382. package/dist-esm/src/operationsInterfaces/apiManagementService.d.ts.map +0 -1
  3383. package/dist-esm/src/operationsInterfaces/apiManagementService.js.map +0 -1
  3384. package/dist-esm/src/operationsInterfaces/apiManagementServiceSkus.d.ts +0 -13
  3385. package/dist-esm/src/operationsInterfaces/apiManagementServiceSkus.d.ts.map +0 -1
  3386. package/dist-esm/src/operationsInterfaces/apiManagementServiceSkus.js.map +0 -1
  3387. package/dist-esm/src/operationsInterfaces/apiManagementSkus.d.ts +0 -11
  3388. package/dist-esm/src/operationsInterfaces/apiManagementSkus.d.ts.map +0 -1
  3389. package/dist-esm/src/operationsInterfaces/apiManagementSkus.js.map +0 -1
  3390. package/dist-esm/src/operationsInterfaces/apiOperation.d.ts +0 -76
  3391. package/dist-esm/src/operationsInterfaces/apiOperation.d.ts.map +0 -1
  3392. package/dist-esm/src/operationsInterfaces/apiOperation.js.map +0 -1
  3393. package/dist-esm/src/operationsInterfaces/apiOperationPolicy.d.ts +0 -67
  3394. package/dist-esm/src/operationsInterfaces/apiOperationPolicy.d.ts.map +0 -1
  3395. package/dist-esm/src/operationsInterfaces/apiOperationPolicy.js.map +0 -1
  3396. package/dist-esm/src/operationsInterfaces/apiPolicy.d.ts +0 -57
  3397. package/dist-esm/src/operationsInterfaces/apiPolicy.d.ts.map +0 -1
  3398. package/dist-esm/src/operationsInterfaces/apiPolicy.js.map +0 -1
  3399. package/dist-esm/src/operationsInterfaces/apiProduct.d.ts +0 -14
  3400. package/dist-esm/src/operationsInterfaces/apiProduct.d.ts.map +0 -1
  3401. package/dist-esm/src/operationsInterfaces/apiProduct.js.map +0 -1
  3402. package/dist-esm/src/operationsInterfaces/apiRelease.d.ts +0 -72
  3403. package/dist-esm/src/operationsInterfaces/apiRelease.d.ts.map +0 -1
  3404. package/dist-esm/src/operationsInterfaces/apiRelease.js.map +0 -1
  3405. package/dist-esm/src/operationsInterfaces/apiRevision.d.ts +0 -14
  3406. package/dist-esm/src/operationsInterfaces/apiRevision.d.ts.map +0 -1
  3407. package/dist-esm/src/operationsInterfaces/apiRevision.js.map +0 -1
  3408. package/dist-esm/src/operationsInterfaces/apiSchema.d.ts +0 -70
  3409. package/dist-esm/src/operationsInterfaces/apiSchema.d.ts.map +0 -1
  3410. package/dist-esm/src/operationsInterfaces/apiSchema.js.map +0 -1
  3411. package/dist-esm/src/operationsInterfaces/apiTagDescription.d.ts +0 -63
  3412. package/dist-esm/src/operationsInterfaces/apiTagDescription.d.ts.map +0 -1
  3413. package/dist-esm/src/operationsInterfaces/apiTagDescription.js.map +0 -1
  3414. package/dist-esm/src/operationsInterfaces/apiVersionSet.d.ts +0 -64
  3415. package/dist-esm/src/operationsInterfaces/apiVersionSet.d.ts.map +0 -1
  3416. package/dist-esm/src/operationsInterfaces/apiVersionSet.js.map +0 -1
  3417. package/dist-esm/src/operationsInterfaces/apiWiki.d.ts +0 -51
  3418. package/dist-esm/src/operationsInterfaces/apiWiki.d.ts.map +0 -1
  3419. package/dist-esm/src/operationsInterfaces/apiWiki.js.map +0 -1
  3420. package/dist-esm/src/operationsInterfaces/apiWikis.d.ts +0 -14
  3421. package/dist-esm/src/operationsInterfaces/apiWikis.d.ts.map +0 -1
  3422. package/dist-esm/src/operationsInterfaces/apiWikis.js.map +0 -1
  3423. package/dist-esm/src/operationsInterfaces/authorization.d.ts +0 -54
  3424. package/dist-esm/src/operationsInterfaces/authorization.d.ts.map +0 -1
  3425. package/dist-esm/src/operationsInterfaces/authorization.js.map +0 -1
  3426. package/dist-esm/src/operationsInterfaces/authorizationAccessPolicy.d.ts +0 -48
  3427. package/dist-esm/src/operationsInterfaces/authorizationAccessPolicy.d.ts.map +0 -1
  3428. package/dist-esm/src/operationsInterfaces/authorizationAccessPolicy.js.map +0 -1
  3429. package/dist-esm/src/operationsInterfaces/authorizationLoginLinks.d.ts +0 -15
  3430. package/dist-esm/src/operationsInterfaces/authorizationLoginLinks.d.ts.map +0 -1
  3431. package/dist-esm/src/operationsInterfaces/authorizationLoginLinks.js.map +0 -1
  3432. package/dist-esm/src/operationsInterfaces/authorizationProvider.d.ts +0 -40
  3433. package/dist-esm/src/operationsInterfaces/authorizationProvider.d.ts.map +0 -1
  3434. package/dist-esm/src/operationsInterfaces/authorizationProvider.js.map +0 -1
  3435. package/dist-esm/src/operationsInterfaces/authorizationServer.d.ts +0 -67
  3436. package/dist-esm/src/operationsInterfaces/authorizationServer.d.ts.map +0 -1
  3437. package/dist-esm/src/operationsInterfaces/authorizationServer.js.map +0 -1
  3438. package/dist-esm/src/operationsInterfaces/backend.d.ts +0 -74
  3439. package/dist-esm/src/operationsInterfaces/backend.d.ts.map +0 -1
  3440. package/dist-esm/src/operationsInterfaces/backend.js.map +0 -1
  3441. package/dist-esm/src/operationsInterfaces/cache.d.ts +0 -64
  3442. package/dist-esm/src/operationsInterfaces/cache.d.ts.map +0 -1
  3443. package/dist-esm/src/operationsInterfaces/cache.js.map +0 -1
  3444. package/dist-esm/src/operationsInterfaces/certificate.d.ts +0 -61
  3445. package/dist-esm/src/operationsInterfaces/certificate.d.ts.map +0 -1
  3446. package/dist-esm/src/operationsInterfaces/certificate.js.map +0 -1
  3447. package/dist-esm/src/operationsInterfaces/contentItem.d.ts +0 -54
  3448. package/dist-esm/src/operationsInterfaces/contentItem.d.ts.map +0 -1
  3449. package/dist-esm/src/operationsInterfaces/contentItem.js.map +0 -1
  3450. package/dist-esm/src/operationsInterfaces/contentType.d.ts +0 -46
  3451. package/dist-esm/src/operationsInterfaces/contentType.d.ts.map +0 -1
  3452. package/dist-esm/src/operationsInterfaces/contentType.js.map +0 -1
  3453. package/dist-esm/src/operationsInterfaces/delegationSettings.d.ts +0 -44
  3454. package/dist-esm/src/operationsInterfaces/delegationSettings.d.ts.map +0 -1
  3455. package/dist-esm/src/operationsInterfaces/delegationSettings.js.map +0 -1
  3456. package/dist-esm/src/operationsInterfaces/deletedServices.d.ts +0 -33
  3457. package/dist-esm/src/operationsInterfaces/deletedServices.d.ts.map +0 -1
  3458. package/dist-esm/src/operationsInterfaces/deletedServices.js.map +0 -1
  3459. package/dist-esm/src/operationsInterfaces/diagnostic.d.ts +0 -64
  3460. package/dist-esm/src/operationsInterfaces/diagnostic.d.ts.map +0 -1
  3461. package/dist-esm/src/operationsInterfaces/diagnostic.js.map +0 -1
  3462. package/dist-esm/src/operationsInterfaces/documentation.d.ts +0 -64
  3463. package/dist-esm/src/operationsInterfaces/documentation.d.ts.map +0 -1
  3464. package/dist-esm/src/operationsInterfaces/documentation.js.map +0 -1
  3465. package/dist-esm/src/operationsInterfaces/emailTemplate.d.ts +0 -59
  3466. package/dist-esm/src/operationsInterfaces/emailTemplate.d.ts.map +0 -1
  3467. package/dist-esm/src/operationsInterfaces/emailTemplate.js.map +0 -1
  3468. package/dist-esm/src/operationsInterfaces/gateway.d.ts +0 -93
  3469. package/dist-esm/src/operationsInterfaces/gateway.d.ts.map +0 -1
  3470. package/dist-esm/src/operationsInterfaces/gateway.js.map +0 -1
  3471. package/dist-esm/src/operationsInterfaces/gatewayApi.d.ts +0 -45
  3472. package/dist-esm/src/operationsInterfaces/gatewayApi.d.ts.map +0 -1
  3473. package/dist-esm/src/operationsInterfaces/gatewayApi.js.map +0 -1
  3474. package/dist-esm/src/operationsInterfaces/gatewayCertificateAuthority.d.ts +0 -62
  3475. package/dist-esm/src/operationsInterfaces/gatewayCertificateAuthority.d.ts.map +0 -1
  3476. package/dist-esm/src/operationsInterfaces/gatewayCertificateAuthority.js.map +0 -1
  3477. package/dist-esm/src/operationsInterfaces/gatewayHostnameConfiguration.d.ts +0 -63
  3478. package/dist-esm/src/operationsInterfaces/gatewayHostnameConfiguration.d.ts.map +0 -1
  3479. package/dist-esm/src/operationsInterfaces/gatewayHostnameConfiguration.js.map +0 -1
  3480. package/dist-esm/src/operationsInterfaces/globalSchema.d.ts +0 -58
  3481. package/dist-esm/src/operationsInterfaces/globalSchema.d.ts.map +0 -1
  3482. package/dist-esm/src/operationsInterfaces/globalSchema.js.map +0 -1
  3483. package/dist-esm/src/operationsInterfaces/graphQLApiResolver.d.ts +0 -76
  3484. package/dist-esm/src/operationsInterfaces/graphQLApiResolver.d.ts.map +0 -1
  3485. package/dist-esm/src/operationsInterfaces/graphQLApiResolver.js.map +0 -1
  3486. package/dist-esm/src/operationsInterfaces/graphQLApiResolverPolicy.d.ts +0 -68
  3487. package/dist-esm/src/operationsInterfaces/graphQLApiResolverPolicy.d.ts.map +0 -1
  3488. package/dist-esm/src/operationsInterfaces/graphQLApiResolverPolicy.js.map +0 -1
  3489. package/dist-esm/src/operationsInterfaces/group.d.ts +0 -59
  3490. package/dist-esm/src/operationsInterfaces/group.d.ts.map +0 -1
  3491. package/dist-esm/src/operationsInterfaces/group.js.map +0 -1
  3492. package/dist-esm/src/operationsInterfaces/groupUser.d.ts +0 -41
  3493. package/dist-esm/src/operationsInterfaces/groupUser.d.ts.map +0 -1
  3494. package/dist-esm/src/operationsInterfaces/groupUser.js.map +0 -1
  3495. package/dist-esm/src/operationsInterfaces/identityProvider.d.ts +0 -67
  3496. package/dist-esm/src/operationsInterfaces/identityProvider.d.ts.map +0 -1
  3497. package/dist-esm/src/operationsInterfaces/identityProvider.js.map +0 -1
  3498. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -89
  3499. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  3500. package/dist-esm/src/operationsInterfaces/index.js +0 -96
  3501. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  3502. package/dist-esm/src/operationsInterfaces/issue.d.ts +0 -21
  3503. package/dist-esm/src/operationsInterfaces/issue.d.ts.map +0 -1
  3504. package/dist-esm/src/operationsInterfaces/issue.js.map +0 -1
  3505. package/dist-esm/src/operationsInterfaces/logger.d.ts +0 -59
  3506. package/dist-esm/src/operationsInterfaces/logger.d.ts.map +0 -1
  3507. package/dist-esm/src/operationsInterfaces/logger.js.map +0 -1
  3508. package/dist-esm/src/operationsInterfaces/namedValue.d.ts +0 -104
  3509. package/dist-esm/src/operationsInterfaces/namedValue.d.ts.map +0 -1
  3510. package/dist-esm/src/operationsInterfaces/namedValue.js.map +0 -1
  3511. package/dist-esm/src/operationsInterfaces/networkStatus.d.ts +0 -23
  3512. package/dist-esm/src/operationsInterfaces/networkStatus.d.ts.map +0 -1
  3513. package/dist-esm/src/operationsInterfaces/networkStatus.js.map +0 -1
  3514. package/dist-esm/src/operationsInterfaces/notification.d.ts +0 -29
  3515. package/dist-esm/src/operationsInterfaces/notification.d.ts.map +0 -1
  3516. package/dist-esm/src/operationsInterfaces/notification.js.map +0 -1
  3517. package/dist-esm/src/operationsInterfaces/notificationRecipientEmail.d.ts +0 -40
  3518. package/dist-esm/src/operationsInterfaces/notificationRecipientEmail.d.ts.map +0 -1
  3519. package/dist-esm/src/operationsInterfaces/notificationRecipientEmail.js.map +0 -1
  3520. package/dist-esm/src/operationsInterfaces/notificationRecipientUser.d.ts +0 -40
  3521. package/dist-esm/src/operationsInterfaces/notificationRecipientUser.d.ts.map +0 -1
  3522. package/dist-esm/src/operationsInterfaces/notificationRecipientUser.js.map +0 -1
  3523. package/dist-esm/src/operationsInterfaces/openIdConnectProvider.d.ts +0 -67
  3524. package/dist-esm/src/operationsInterfaces/openIdConnectProvider.d.ts.map +0 -1
  3525. package/dist-esm/src/operationsInterfaces/openIdConnectProvider.js.map +0 -1
  3526. package/dist-esm/src/operationsInterfaces/operationOperations.d.ts +0 -15
  3527. package/dist-esm/src/operationsInterfaces/operationOperations.d.ts.map +0 -1
  3528. package/dist-esm/src/operationsInterfaces/operationOperations.js.map +0 -1
  3529. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts +0 -12
  3530. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.d.ts.map +0 -1
  3531. package/dist-esm/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.js.map +0 -1
  3532. package/dist-esm/src/operationsInterfaces/policy.d.ts +0 -47
  3533. package/dist-esm/src/operationsInterfaces/policy.d.ts.map +0 -1
  3534. package/dist-esm/src/operationsInterfaces/policy.js.map +0 -1
  3535. package/dist-esm/src/operationsInterfaces/policyDescription.d.ts +0 -12
  3536. package/dist-esm/src/operationsInterfaces/policyDescription.d.ts.map +0 -1
  3537. package/dist-esm/src/operationsInterfaces/policyDescription.js.map +0 -1
  3538. package/dist-esm/src/operationsInterfaces/policyFragment.d.ts +0 -65
  3539. package/dist-esm/src/operationsInterfaces/policyFragment.d.ts.map +0 -1
  3540. package/dist-esm/src/operationsInterfaces/policyFragment.js.map +0 -1
  3541. package/dist-esm/src/operationsInterfaces/portalConfig.d.ts +0 -50
  3542. package/dist-esm/src/operationsInterfaces/portalConfig.d.ts.map +0 -1
  3543. package/dist-esm/src/operationsInterfaces/portalConfig.js.map +0 -1
  3544. package/dist-esm/src/operationsInterfaces/portalRevision.d.ts +0 -78
  3545. package/dist-esm/src/operationsInterfaces/portalRevision.d.ts.map +0 -1
  3546. package/dist-esm/src/operationsInterfaces/portalRevision.js.map +0 -1
  3547. package/dist-esm/src/operationsInterfaces/portalSettings.d.ts +0 -12
  3548. package/dist-esm/src/operationsInterfaces/portalSettings.d.ts.map +0 -1
  3549. package/dist-esm/src/operationsInterfaces/portalSettings.js.map +0 -1
  3550. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -71
  3551. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
  3552. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
  3553. package/dist-esm/src/operationsInterfaces/product.d.ts +0 -66
  3554. package/dist-esm/src/operationsInterfaces/product.d.ts.map +0 -1
  3555. package/dist-esm/src/operationsInterfaces/product.js.map +0 -1
  3556. package/dist-esm/src/operationsInterfaces/productApi.d.ts +0 -44
  3557. package/dist-esm/src/operationsInterfaces/productApi.d.ts.map +0 -1
  3558. package/dist-esm/src/operationsInterfaces/productApi.js.map +0 -1
  3559. package/dist-esm/src/operationsInterfaces/productGroup.d.ts +0 -41
  3560. package/dist-esm/src/operationsInterfaces/productGroup.d.ts.map +0 -1
  3561. package/dist-esm/src/operationsInterfaces/productGroup.js.map +0 -1
  3562. package/dist-esm/src/operationsInterfaces/productPolicy.d.ts +0 -52
  3563. package/dist-esm/src/operationsInterfaces/productPolicy.d.ts.map +0 -1
  3564. package/dist-esm/src/operationsInterfaces/productPolicy.js.map +0 -1
  3565. package/dist-esm/src/operationsInterfaces/productSubscriptions.d.ts +0 -14
  3566. package/dist-esm/src/operationsInterfaces/productSubscriptions.d.ts.map +0 -1
  3567. package/dist-esm/src/operationsInterfaces/productSubscriptions.js.map +0 -1
  3568. package/dist-esm/src/operationsInterfaces/productWiki.d.ts +0 -51
  3569. package/dist-esm/src/operationsInterfaces/productWiki.d.ts.map +0 -1
  3570. package/dist-esm/src/operationsInterfaces/productWiki.js.map +0 -1
  3571. package/dist-esm/src/operationsInterfaces/productWikis.d.ts +0 -14
  3572. package/dist-esm/src/operationsInterfaces/productWikis.d.ts.map +0 -1
  3573. package/dist-esm/src/operationsInterfaces/productWikis.js.map +0 -1
  3574. package/dist-esm/src/operationsInterfaces/quotaByCounterKeys.d.ts +0 -30
  3575. package/dist-esm/src/operationsInterfaces/quotaByCounterKeys.d.ts.map +0 -1
  3576. package/dist-esm/src/operationsInterfaces/quotaByCounterKeys.js.map +0 -1
  3577. package/dist-esm/src/operationsInterfaces/quotaByPeriodKeys.d.ts +0 -31
  3578. package/dist-esm/src/operationsInterfaces/quotaByPeriodKeys.d.ts.map +0 -1
  3579. package/dist-esm/src/operationsInterfaces/quotaByPeriodKeys.js.map +0 -1
  3580. package/dist-esm/src/operationsInterfaces/region.d.ts +0 -13
  3581. package/dist-esm/src/operationsInterfaces/region.d.ts.map +0 -1
  3582. package/dist-esm/src/operationsInterfaces/region.js.map +0 -1
  3583. package/dist-esm/src/operationsInterfaces/reports.d.ts +0 -144
  3584. package/dist-esm/src/operationsInterfaces/reports.d.ts.map +0 -1
  3585. package/dist-esm/src/operationsInterfaces/reports.js.map +0 -1
  3586. package/dist-esm/src/operationsInterfaces/signInSettings.d.ts +0 -37
  3587. package/dist-esm/src/operationsInterfaces/signInSettings.d.ts.map +0 -1
  3588. package/dist-esm/src/operationsInterfaces/signInSettings.js.map +0 -1
  3589. package/dist-esm/src/operationsInterfaces/signUpSettings.d.ts +0 -37
  3590. package/dist-esm/src/operationsInterfaces/signUpSettings.d.ts.map +0 -1
  3591. package/dist-esm/src/operationsInterfaces/signUpSettings.js.map +0 -1
  3592. package/dist-esm/src/operationsInterfaces/subscription.d.ts +0 -91
  3593. package/dist-esm/src/operationsInterfaces/subscription.d.ts.map +0 -1
  3594. package/dist-esm/src/operationsInterfaces/subscription.js.map +0 -1
  3595. package/dist-esm/src/operationsInterfaces/tag.d.ts +0 -211
  3596. package/dist-esm/src/operationsInterfaces/tag.d.ts.map +0 -1
  3597. package/dist-esm/src/operationsInterfaces/tag.js.map +0 -1
  3598. package/dist-esm/src/operationsInterfaces/tagResource.d.ts +0 -13
  3599. package/dist-esm/src/operationsInterfaces/tagResource.d.ts.map +0 -1
  3600. package/dist-esm/src/operationsInterfaces/tagResource.js.map +0 -1
  3601. package/dist-esm/src/operationsInterfaces/tenantAccess.d.ts +0 -75
  3602. package/dist-esm/src/operationsInterfaces/tenantAccess.d.ts.map +0 -1
  3603. package/dist-esm/src/operationsInterfaces/tenantAccess.js.map +0 -1
  3604. package/dist-esm/src/operationsInterfaces/tenantAccessGit.d.ts +0 -21
  3605. package/dist-esm/src/operationsInterfaces/tenantAccessGit.d.ts.map +0 -1
  3606. package/dist-esm/src/operationsInterfaces/tenantAccessGit.js.map +0 -1
  3607. package/dist-esm/src/operationsInterfaces/tenantConfiguration.d.ts +0 -75
  3608. package/dist-esm/src/operationsInterfaces/tenantConfiguration.d.ts.map +0 -1
  3609. package/dist-esm/src/operationsInterfaces/tenantConfiguration.js.map +0 -1
  3610. package/dist-esm/src/operationsInterfaces/tenantSettings.d.ts +0 -21
  3611. package/dist-esm/src/operationsInterfaces/tenantSettings.d.ts.map +0 -1
  3612. package/dist-esm/src/operationsInterfaces/tenantSettings.js.map +0 -1
  3613. package/dist-esm/src/operationsInterfaces/user.d.ts +0 -77
  3614. package/dist-esm/src/operationsInterfaces/user.d.ts.map +0 -1
  3615. package/dist-esm/src/operationsInterfaces/user.js.map +0 -1
  3616. package/dist-esm/src/operationsInterfaces/userConfirmationPassword.d.ts +0 -13
  3617. package/dist-esm/src/operationsInterfaces/userConfirmationPassword.d.ts.map +0 -1
  3618. package/dist-esm/src/operationsInterfaces/userConfirmationPassword.js.map +0 -1
  3619. package/dist-esm/src/operationsInterfaces/userGroup.d.ts +0 -14
  3620. package/dist-esm/src/operationsInterfaces/userGroup.d.ts.map +0 -1
  3621. package/dist-esm/src/operationsInterfaces/userGroup.js.map +0 -1
  3622. package/dist-esm/src/operationsInterfaces/userIdentities.d.ts +0 -14
  3623. package/dist-esm/src/operationsInterfaces/userIdentities.d.ts.map +0 -1
  3624. package/dist-esm/src/operationsInterfaces/userIdentities.js.map +0 -1
  3625. package/dist-esm/src/operationsInterfaces/userSubscription.d.ts +0 -24
  3626. package/dist-esm/src/operationsInterfaces/userSubscription.d.ts.map +0 -1
  3627. package/dist-esm/src/operationsInterfaces/userSubscription.js.map +0 -1
  3628. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  3629. package/dist-esm/src/pagingHelper.js.map +0 -1
  3630. package/dist-esm/test/apimanagement_examples.d.ts +0 -4
  3631. package/dist-esm/test/apimanagement_examples.d.ts.map +0 -1
  3632. package/dist-esm/test/apimanagement_examples.js +0 -220
  3633. package/dist-esm/test/apimanagement_examples.js.map +0 -1
  3634. package/src/apiManagementClient.ts +0 -666
  3635. package/src/index.ts +0 -13
  3636. package/src/lroImpl.ts +0 -42
  3637. package/src/models/index.ts +0 -11437
  3638. package/src/models/mappers.ts +0 -18908
  3639. package/src/models/parameters.ts +0 -1676
  3640. package/src/operations/api.ts +0 -728
  3641. package/src/operations/apiDiagnostic.ts +0 -504
  3642. package/src/operations/apiExport.ts +0 -88
  3643. package/src/operations/apiIssue.ts +0 -497
  3644. package/src/operations/apiIssueAttachment.ts +0 -468
  3645. package/src/operations/apiIssueComment.ts +0 -468
  3646. package/src/operations/apiManagementOperations.ts +0 -149
  3647. package/src/operations/apiManagementService.ts +0 -1355
  3648. package/src/operations/apiManagementServiceSkus.ts +0 -203
  3649. package/src/operations/apiManagementSkus.ts +0 -154
  3650. package/src/operations/apiOperation.ts +0 -514
  3651. package/src/operations/apiOperationPolicy.ts +0 -321
  3652. package/src/operations/apiPolicy.ts +0 -285
  3653. package/src/operations/apiProduct.ts +0 -222
  3654. package/src/operations/apiRelease.ts +0 -501
  3655. package/src/operations/apiRevision.ts +0 -222
  3656. package/src/operations/apiSchema.ts +0 -537
  3657. package/src/operations/apiTagDescription.ts +0 -453
  3658. package/src/operations/apiVersionSet.ts +0 -467
  3659. package/src/operations/apiWiki.ts +0 -280
  3660. package/src/operations/apiWikis.ts +0 -217
  3661. package/src/operations/authorization.ts +0 -464
  3662. package/src/operations/authorizationAccessPolicy.ts +0 -439
  3663. package/src/operations/authorizationLoginLinks.ts +0 -91
  3664. package/src/operations/authorizationProvider.ts +0 -366
  3665. package/src/operations/authorizationServer.ts +0 -500
  3666. package/src/operations/backend.ts +0 -512
  3667. package/src/operations/cache.ts +0 -455
  3668. package/src/operations/certificate.ts +0 -450
  3669. package/src/operations/contentItem.ts +0 -435
  3670. package/src/operations/contentType.ts +0 -356
  3671. package/src/operations/delegationSettings.ts +0 -254
  3672. package/src/operations/deletedServices.ts +0 -307
  3673. package/src/operations/diagnostic.ts +0 -466
  3674. package/src/operations/documentation.ts +0 -467
  3675. package/src/operations/emailTemplate.ts +0 -461
  3676. package/src/operations/gateway.ts +0 -609
  3677. package/src/operations/gatewayApi.ts +0 -372
  3678. package/src/operations/gatewayCertificateAuthority.ts +0 -451
  3679. package/src/operations/gatewayHostnameConfiguration.ts +0 -438
  3680. package/src/operations/globalSchema.ts +0 -492
  3681. package/src/operations/graphQLApiResolver.ts +0 -513
  3682. package/src/operations/graphQLApiResolverPolicy.ts +0 -478
  3683. package/src/operations/group.ts +0 -456
  3684. package/src/operations/groupUser.ts +0 -363
  3685. package/src/operations/identityProvider.ts +0 -516
  3686. package/src/operations/index.ts +0 -96
  3687. package/src/operations/issue.ts +0 -252
  3688. package/src/operations/logger.ts +0 -462
  3689. package/src/operations/namedValue.ts +0 -839
  3690. package/src/operations/networkStatus.ts +0 -129
  3691. package/src/operations/notification.ts +0 -291
  3692. package/src/operations/notificationRecipientEmail.ts +0 -218
  3693. package/src/operations/notificationRecipientUser.ts +0 -218
  3694. package/src/operations/openIdConnectProvider.ts +0 -500
  3695. package/src/operations/operationOperations.ts +0 -226
  3696. package/src/operations/outboundNetworkDependenciesEndpoints.ts +0 -73
  3697. package/src/operations/policy.ts +0 -265
  3698. package/src/operations/policyDescription.ts +0 -72
  3699. package/src/operations/policyFragment.ts +0 -408
  3700. package/src/operations/portalConfig.ts +0 -286
  3701. package/src/operations/portalRevision.ts +0 -616
  3702. package/src/operations/portalSettings.ts +0 -72
  3703. package/src/operations/privateEndpointConnectionOperations.ts +0 -538
  3704. package/src/operations/product.ts +0 -634
  3705. package/src/operations/productApi.ts +0 -365
  3706. package/src/operations/productGroup.ts +0 -362
  3707. package/src/operations/productPolicy.ts +0 -287
  3708. package/src/operations/productSubscriptions.ts +0 -222
  3709. package/src/operations/productWiki.ts +0 -287
  3710. package/src/operations/productWikis.ts +0 -224
  3711. package/src/operations/quotaByCounterKeys.ts +0 -132
  3712. package/src/operations/quotaByPeriodKeys.ts +0 -150
  3713. package/src/operations/region.ts +0 -202
  3714. package/src/operations/reports.ts +0 -1595
  3715. package/src/operations/signInSettings.ts +0 -213
  3716. package/src/operations/signUpSettings.ts +0 -213
  3717. package/src/operations/subscription.ts +0 -591
  3718. package/src/operations/tag.ts +0 -1637
  3719. package/src/operations/tagResource.ts +0 -207
  3720. package/src/operations/tenantAccess.ts +0 -547
  3721. package/src/operations/tenantAccessGit.ts +0 -114
  3722. package/src/operations/tenantConfiguration.ts +0 -520
  3723. package/src/operations/tenantSettings.ts +0 -248
  3724. package/src/operations/user.ts +0 -556
  3725. package/src/operations/userConfirmationPassword.ts +0 -70
  3726. package/src/operations/userGroup.ts +0 -222
  3727. package/src/operations/userIdentities.ts +0 -217
  3728. package/src/operations/userSubscription.ts +0 -271
  3729. package/src/operationsInterfaces/api.ts +0 -155
  3730. package/src/operationsInterfaces/apiDiagnostic.ts +0 -130
  3731. package/src/operationsInterfaces/apiExport.ts +0 -38
  3732. package/src/operationsInterfaces/apiIssue.ts +0 -126
  3733. package/src/operationsInterfaces/apiIssueAttachment.ts +0 -113
  3734. package/src/operationsInterfaces/apiIssueComment.ts +0 -113
  3735. package/src/operationsInterfaces/apiManagementOperations.ts +0 -25
  3736. package/src/operationsInterfaces/apiManagementService.ts +0 -314
  3737. package/src/operationsInterfaces/apiManagementServiceSkus.ts +0 -29
  3738. package/src/operationsInterfaces/apiManagementSkus.ts +0 -25
  3739. package/src/operationsInterfaces/apiOperation.ts +0 -137
  3740. package/src/operationsInterfaces/apiOperationPolicy.ts +0 -123
  3741. package/src/operationsInterfaces/apiPolicy.ts +0 -108
  3742. package/src/operationsInterfaces/apiProduct.ts +0 -28
  3743. package/src/operationsInterfaces/apiRelease.ts +0 -132
  3744. package/src/operationsInterfaces/apiRevision.ts +0 -31
  3745. package/src/operationsInterfaces/apiSchema.ts +0 -132
  3746. package/src/operationsInterfaces/apiTagDescription.ts +0 -114
  3747. package/src/operationsInterfaces/apiVersionSet.ts +0 -119
  3748. package/src/operationsInterfaces/apiWiki.ts +0 -100
  3749. package/src/operationsInterfaces/apiWikis.ts +0 -28
  3750. package/src/operationsInterfaces/authorization.ts +0 -106
  3751. package/src/operationsInterfaces/authorizationAccessPolicy.ts +0 -94
  3752. package/src/operationsInterfaces/authorizationLoginLinks.ts +0 -34
  3753. package/src/operationsInterfaces/authorizationProvider.ts +0 -78
  3754. package/src/operationsInterfaces/authorizationServer.ts +0 -129
  3755. package/src/operationsInterfaces/backend.ts +0 -135
  3756. package/src/operationsInterfaces/cache.ts +0 -119
  3757. package/src/operationsInterfaces/certificate.ts +0 -114
  3758. package/src/operationsInterfaces/contentItem.ts +0 -104
  3759. package/src/operationsInterfaces/contentType.ts +0 -84
  3760. package/src/operationsInterfaces/delegationSettings.ts +0 -86
  3761. package/src/operationsInterfaces/deletedServices.ts +0 -62
  3762. package/src/operationsInterfaces/diagnostic.ts +0 -118
  3763. package/src/operationsInterfaces/documentation.ts +0 -119
  3764. package/src/operationsInterfaces/emailTemplate.ts +0 -115
  3765. package/src/operationsInterfaces/gateway.ts +0 -171
  3766. package/src/operationsInterfaces/gatewayApi.ts +0 -85
  3767. package/src/operationsInterfaces/gatewayCertificateAuthority.ts +0 -112
  3768. package/src/operationsInterfaces/gatewayHostnameConfiguration.ts +0 -113
  3769. package/src/operationsInterfaces/globalSchema.ts +0 -114
  3770. package/src/operationsInterfaces/graphQLApiResolver.ts +0 -137
  3771. package/src/operationsInterfaces/graphQLApiResolverPolicy.ts +0 -124
  3772. package/src/operationsInterfaces/group.ts +0 -115
  3773. package/src/operationsInterfaces/groupUser.ts +0 -81
  3774. package/src/operationsInterfaces/identityProvider.ts +0 -131
  3775. package/src/operationsInterfaces/index.ts +0 -96
  3776. package/src/operationsInterfaces/issue.ts +0 -44
  3777. package/src/operationsInterfaces/logger.ts +0 -114
  3778. package/src/operationsInterfaces/namedValue.ts +0 -207
  3779. package/src/operationsInterfaces/networkStatus.ts +0 -45
  3780. package/src/operationsInterfaces/notification.ts +0 -60
  3781. package/src/operationsInterfaces/notificationRecipientEmail.ts +0 -80
  3782. package/src/operationsInterfaces/notificationRecipientUser.ts +0 -80
  3783. package/src/operationsInterfaces/openIdConnectProvider.ts +0 -129
  3784. package/src/operationsInterfaces/operationOperations.ts +0 -32
  3785. package/src/operationsInterfaces/outboundNetworkDependenciesEndpoints.ts +0 -27
  3786. package/src/operationsInterfaces/policy.ts +0 -93
  3787. package/src/operationsInterfaces/policyDescription.ts +0 -27
  3788. package/src/operationsInterfaces/policyFragment.ts +0 -128
  3789. package/src/operationsInterfaces/portalConfig.ts +0 -98
  3790. package/src/operationsInterfaces/portalRevision.ts +0 -148
  3791. package/src/operationsInterfaces/portalSettings.ts +0 -27
  3792. package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +0 -138
  3793. package/src/operationsInterfaces/product.ts +0 -127
  3794. package/src/operationsInterfaces/productApi.ts +0 -84
  3795. package/src/operationsInterfaces/productGroup.ts +0 -81
  3796. package/src/operationsInterfaces/productPolicy.ts +0 -103
  3797. package/src/operationsInterfaces/productSubscriptions.ts +0 -31
  3798. package/src/operationsInterfaces/productWiki.ts +0 -100
  3799. package/src/operationsInterfaces/productWikis.ts +0 -28
  3800. package/src/operationsInterfaces/quotaByCounterKeys.ts +0 -55
  3801. package/src/operationsInterfaces/quotaByPeriodKeys.ts +0 -58
  3802. package/src/operationsInterfaces/region.ts +0 -26
  3803. package/src/operationsInterfaces/reports.ts +0 -205
  3804. package/src/operationsInterfaces/signInSettings.ts +0 -73
  3805. package/src/operationsInterfaces/signUpSettings.ts +0 -73
  3806. package/src/operationsInterfaces/subscription.ts +0 -166
  3807. package/src/operationsInterfaces/tag.ts +0 -382
  3808. package/src/operationsInterfaces/tagResource.ts +0 -29
  3809. package/src/operationsInterfaces/tenantAccess.ts +0 -145
  3810. package/src/operationsInterfaces/tenantAccessGit.ts +0 -43
  3811. package/src/operationsInterfaces/tenantConfiguration.ts +0 -151
  3812. package/src/operationsInterfaces/tenantSettings.ts +0 -45
  3813. package/src/operationsInterfaces/user.ts +0 -149
  3814. package/src/operationsInterfaces/userConfirmationPassword.ts +0 -26
  3815. package/src/operationsInterfaces/userGroup.ts +0 -28
  3816. package/src/operationsInterfaces/userIdentities.ts +0 -31
  3817. package/src/operationsInterfaces/userSubscription.ts +0 -49
  3818. package/src/pagingHelper.ts +0 -39
  3819. package/tsconfig.json +0 -33
  3820. package/types/arm-apimanagement.d.ts +0 -15670
  3821. /package/{dist-esm/src → dist/commonjs}/lroImpl.d.ts +0 -0
  3822. /package/{dist-esm/src → dist/commonjs}/models/index.d.ts +0 -0
  3823. /package/{dist-esm/src → dist/commonjs}/models/mappers.d.ts +0 -0
  3824. /package/{dist-esm/src → dist/commonjs}/models/mappers.d.ts.map +0 -0
  3825. /package/{dist-esm/src → dist/commonjs}/pagingHelper.d.ts +0 -0
  3826. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
  3827. /package/{dist-esm/src → dist/esm}/lroImpl.js +0 -0
  3828. /package/{dist-esm/src → dist/esm}/models/index.js +0 -0
  3829. /package/{dist-esm/src → dist/esm}/models/mappers.js +0 -0
  3830. /package/{dist-esm/src → dist/esm}/operationsInterfaces/api.js +0 -0
  3831. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiDiagnostic.js +0 -0
  3832. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiExport.js +0 -0
  3833. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiIssue.js +0 -0
  3834. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiIssueAttachment.js +0 -0
  3835. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiIssueComment.js +0 -0
  3836. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiManagementOperations.js +0 -0
  3837. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiManagementService.js +0 -0
  3838. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiManagementServiceSkus.js +0 -0
  3839. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiManagementSkus.js +0 -0
  3840. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiOperation.js +0 -0
  3841. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiOperationPolicy.js +0 -0
  3842. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiPolicy.js +0 -0
  3843. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiProduct.js +0 -0
  3844. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiRelease.js +0 -0
  3845. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiRevision.js +0 -0
  3846. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiSchema.js +0 -0
  3847. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiTagDescription.js +0 -0
  3848. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiVersionSet.js +0 -0
  3849. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiWiki.js +0 -0
  3850. /package/{dist-esm/src → dist/esm}/operationsInterfaces/apiWikis.js +0 -0
  3851. /package/{dist-esm/src → dist/esm}/operationsInterfaces/authorization.js +0 -0
  3852. /package/{dist-esm/src → dist/esm}/operationsInterfaces/authorizationAccessPolicy.js +0 -0
  3853. /package/{dist-esm/src → dist/esm}/operationsInterfaces/authorizationLoginLinks.js +0 -0
  3854. /package/{dist-esm/src → dist/esm}/operationsInterfaces/authorizationProvider.js +0 -0
  3855. /package/{dist-esm/src → dist/esm}/operationsInterfaces/authorizationServer.js +0 -0
  3856. /package/{dist-esm/src → dist/esm}/operationsInterfaces/backend.js +0 -0
  3857. /package/{dist-esm/src → dist/esm}/operationsInterfaces/cache.js +0 -0
  3858. /package/{dist-esm/src → dist/esm}/operationsInterfaces/certificate.js +0 -0
  3859. /package/{dist-esm/src → dist/esm}/operationsInterfaces/contentItem.js +0 -0
  3860. /package/{dist-esm/src → dist/esm}/operationsInterfaces/contentType.js +0 -0
  3861. /package/{dist-esm/src → dist/esm}/operationsInterfaces/delegationSettings.js +0 -0
  3862. /package/{dist-esm/src → dist/esm}/operationsInterfaces/deletedServices.js +0 -0
  3863. /package/{dist-esm/src → dist/esm}/operationsInterfaces/diagnostic.js +0 -0
  3864. /package/{dist-esm/src → dist/esm}/operationsInterfaces/documentation.js +0 -0
  3865. /package/{dist-esm/src → dist/esm}/operationsInterfaces/emailTemplate.js +0 -0
  3866. /package/{dist-esm/src → dist/esm}/operationsInterfaces/gateway.js +0 -0
  3867. /package/{dist-esm/src → dist/esm}/operationsInterfaces/gatewayApi.js +0 -0
  3868. /package/{dist-esm/src → dist/esm}/operationsInterfaces/gatewayCertificateAuthority.js +0 -0
  3869. /package/{dist-esm/src → dist/esm}/operationsInterfaces/gatewayHostnameConfiguration.js +0 -0
  3870. /package/{dist-esm/src → dist/esm}/operationsInterfaces/globalSchema.js +0 -0
  3871. /package/{dist-esm/src → dist/esm}/operationsInterfaces/graphQLApiResolver.js +0 -0
  3872. /package/{dist-esm/src → dist/esm}/operationsInterfaces/graphQLApiResolverPolicy.js +0 -0
  3873. /package/{dist-esm/src → dist/esm}/operationsInterfaces/group.js +0 -0
  3874. /package/{dist-esm/src → dist/esm}/operationsInterfaces/groupUser.js +0 -0
  3875. /package/{dist-esm/src → dist/esm}/operationsInterfaces/identityProvider.js +0 -0
  3876. /package/{dist-esm/src → dist/esm}/operationsInterfaces/issue.js +0 -0
  3877. /package/{dist-esm/src → dist/esm}/operationsInterfaces/logger.js +0 -0
  3878. /package/{dist-esm/src → dist/esm}/operationsInterfaces/namedValue.js +0 -0
  3879. /package/{dist-esm/src → dist/esm}/operationsInterfaces/networkStatus.js +0 -0
  3880. /package/{dist-esm/src → dist/esm}/operationsInterfaces/notification.js +0 -0
  3881. /package/{dist-esm/src → dist/esm}/operationsInterfaces/notificationRecipientEmail.js +0 -0
  3882. /package/{dist-esm/src → dist/esm}/operationsInterfaces/notificationRecipientUser.js +0 -0
  3883. /package/{dist-esm/src → dist/esm}/operationsInterfaces/openIdConnectProvider.js +0 -0
  3884. /package/{dist-esm/src → dist/esm}/operationsInterfaces/operationOperations.js +0 -0
  3885. /package/{dist-esm/src → dist/esm}/operationsInterfaces/outboundNetworkDependenciesEndpoints.js +0 -0
  3886. /package/{dist-esm/src → dist/esm}/operationsInterfaces/policy.js +0 -0
  3887. /package/{dist-esm/src → dist/esm}/operationsInterfaces/policyDescription.js +0 -0
  3888. /package/{dist-esm/src → dist/esm}/operationsInterfaces/policyFragment.js +0 -0
  3889. /package/{dist-esm/src → dist/esm}/operationsInterfaces/portalConfig.js +0 -0
  3890. /package/{dist-esm/src → dist/esm}/operationsInterfaces/portalRevision.js +0 -0
  3891. /package/{dist-esm/src → dist/esm}/operationsInterfaces/portalSettings.js +0 -0
  3892. /package/{dist-esm/src → dist/esm}/operationsInterfaces/privateEndpointConnectionOperations.js +0 -0
  3893. /package/{dist-esm/src → dist/esm}/operationsInterfaces/product.js +0 -0
  3894. /package/{dist-esm/src → dist/esm}/operationsInterfaces/productApi.js +0 -0
  3895. /package/{dist-esm/src → dist/esm}/operationsInterfaces/productGroup.js +0 -0
  3896. /package/{dist-esm/src → dist/esm}/operationsInterfaces/productPolicy.js +0 -0
  3897. /package/{dist-esm/src → dist/esm}/operationsInterfaces/productSubscriptions.js +0 -0
  3898. /package/{dist-esm/src → dist/esm}/operationsInterfaces/productWiki.js +0 -0
  3899. /package/{dist-esm/src → dist/esm}/operationsInterfaces/productWikis.js +0 -0
  3900. /package/{dist-esm/src → dist/esm}/operationsInterfaces/quotaByCounterKeys.js +0 -0
  3901. /package/{dist-esm/src → dist/esm}/operationsInterfaces/quotaByPeriodKeys.js +0 -0
  3902. /package/{dist-esm/src → dist/esm}/operationsInterfaces/region.js +0 -0
  3903. /package/{dist-esm/src → dist/esm}/operationsInterfaces/reports.js +0 -0
  3904. /package/{dist-esm/src → dist/esm}/operationsInterfaces/signInSettings.js +0 -0
  3905. /package/{dist-esm/src → dist/esm}/operationsInterfaces/signUpSettings.js +0 -0
  3906. /package/{dist-esm/src → dist/esm}/operationsInterfaces/subscription.js +0 -0
  3907. /package/{dist-esm/src → dist/esm}/operationsInterfaces/tag.js +0 -0
  3908. /package/{dist-esm/src → dist/esm}/operationsInterfaces/tagResource.js +0 -0
  3909. /package/{dist-esm/src → dist/esm}/operationsInterfaces/tenantAccess.js +0 -0
  3910. /package/{dist-esm/src → dist/esm}/operationsInterfaces/tenantAccessGit.js +0 -0
  3911. /package/{dist-esm/src → dist/esm}/operationsInterfaces/tenantConfiguration.js +0 -0
  3912. /package/{dist-esm/src → dist/esm}/operationsInterfaces/tenantSettings.js +0 -0
  3913. /package/{dist-esm/src → dist/esm}/operationsInterfaces/user.js +0 -0
  3914. /package/{dist-esm/src → dist/esm}/operationsInterfaces/userConfirmationPassword.js +0 -0
  3915. /package/{dist-esm/src → dist/esm}/operationsInterfaces/userGroup.js +0 -0
  3916. /package/{dist-esm/src → dist/esm}/operationsInterfaces/userIdentities.js +0 -0
  3917. /package/{dist-esm/src → dist/esm}/operationsInterfaces/userSubscription.js +0 -0
  3918. /package/{dist-esm/src → dist/esm}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAi0LH,iEAAiE;AACjE,IAAY,aASX;AATD,WAAY,aAAa;IACrB,WAAW;IACX,8BAAa,CAAA;IACb,YAAY;IACZ,gCAAe,CAAA;IACf,SAAS;IACT,0BAAS,CAAA;IACT,UAAU;IACV,4BAAW,CAAA;AACf,CAAC,EATW,aAAa,6BAAb,aAAa,QASxB;AAcD,qGAAqG;AACrG,IAAY,iDAOX;AAPD,WAAY,iDAAiD;IACzD,mDAAmD;IACnD,wEAAmB,CAAA;IACnB,sDAAsD;IACtD,oEAAe,CAAA;IACf,kDAAkD;IAClD,sEAAiB,CAAA;AACrB,CAAC,EAPW,iDAAiD,iEAAjD,iDAAiD,QAO5D;AAaD,kFAAkF;AAClF,IAAY,8BAKX;AALD,WAAY,8BAA8B;IACtC,uFAAuF;IACvF,6EAA2C,CAAA;IAC3C,4DAA4D;IAC5D,iDAAe,CAAA;AACnB,CAAC,EALW,8BAA8B,8CAA9B,8BAA8B,QAKzC;AAYD,gEAAgE;AAChE,IAAY,YASX;AATD,WAAY,YAAY;IACpB,WAAW;IACX,6BAAa,CAAA;IACb,WAAW;IACX,6BAAa,CAAA;IACb,gBAAgB;IAChB,uCAAuB,CAAA;IACvB,cAAc;IACd,mCAAmB,CAAA;AACvB,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAcD,sEAAsE;AACtE,IAAY,kBAuBX;AAvBD,WAAY,kBAAkB;IAC1B,mEAAmE;IACnE,0CAAoB,CAAA;IACpB,6EAA6E;IAC7E,qDAA+B,CAAA;IAC/B,+EAA+E;IAC/E,kDAA4B,CAAA;IAC5B,yFAAyF;IACzF,2DAAqC,CAAA;IACrC,yEAAyE;IACzE,mCAAa,CAAA;IACb,6EAA6E;IAC7E,4CAAsB,CAAA;IACtB,+EAA+E;IAC/E,yCAAmB,CAAA;IACnB,+EAA+E;IAC/E,kDAA4B,CAAA;IAC5B,yFAAyF;IACzF,kDAA4B,CAAA;IAC5B,yFAAyF;IACzF,2DAAqC,CAAA;IACrC,iFAAiF;IACjF,kDAA4B,CAAA;AAChC,CAAC,EAvBW,kBAAkB,kCAAlB,kBAAkB,QAuB7B;AAqBD,oEAAoE;AACpE,IAAY,gBASX;AATD,WAAY,gBAAgB;IACxB,qDAAqD;IACrD,uCAAmB,CAAA;IACnB,oDAAoD;IACpD,4CAAwB,CAAA;IACxB,oDAAoD;IACpD,2CAAuB,CAAA;IACvB,kDAAkD;IAClD,uCAAmB,CAAA;AACvB,CAAC,EATW,gBAAgB,gCAAhB,gBAAgB,QAS3B;AAcD,gGAAgG;AAChG,IAAY,4CAKX;AALD,WAAY,4CAA4C;IACpD,gFAAgF;IAChF,qEAAqB,CAAA;IACrB,0EAA0E;IAC1E,+DAAe,CAAA;AACnB,CAAC,EALW,4CAA4C,4DAA5C,4CAA4C,QAKvD;AAYD,4EAA4E;AAC5E,IAAY,wBASX;AATD,WAAY,wBAAwB;IAChC,mEAAmE;IACnE,uCAAW,CAAA;IACX,uGAAuG;IACvG,gDAAoB,CAAA;IACpB,qFAAqF;IACrF,6CAAiB,CAAA;IACjB,0HAA0H;IAC1H,sDAA0B,CAAA;AAC9B,CAAC,EATW,wBAAwB,wCAAxB,wBAAwB,QASnC;AAcD,qEAAqE;AACrE,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,aAAa;IACb,sCAAiB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAWD,2EAA2E;AAC3E,IAAY,uBAKX;AALD,WAAY,uBAAuB;IAC/B,mEAAmE;IACnE,sCAAW,CAAA;IACX,qFAAqF;IACrF,4CAAiB,CAAA;AACrB,CAAC,EALW,uBAAuB,uCAAvB,uBAAuB,QAKlC;AAYD,kEAAkE;AAClE,IAAY,cAGX;AAHD,WAAY,cAAc;IACtB,wEAAwE;IACxE,yCAAuB,CAAA;AAC3B,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB;AAWD,qEAAqE;AACrE,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,2BAA2B;IAC3B,oCAAe,CAAA;AACnB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAWD,wEAAwE;AACxE,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,mCAAmC;IACnC,qCAAa,CAAA;IACb,sCAAsC;IACtC,qCAAa,CAAA;AACjB,CAAC,EALW,oBAAoB,oCAApB,oBAAoB,QAK/B;AAYD,gFAAgF;AAChF,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACpC,kDAAkD;IAClD,6CAAa,CAAA;IACb,qNAAqN;IACrN,iDAAiB,CAAA;IACjB,+EAA+E;IAC/E,2CAAW,CAAA;AACf,CAAC,EAPW,4BAA4B,4CAA5B,4BAA4B,QAOvC;AAaD,kEAAkE;AAClE,IAAY,cAOX;AAPD,WAAY,cAAc;IACtB,gHAAgH;IAChH,qCAAmB,CAAA;IACnB,+HAA+H;IAC/H,6CAA2B,CAAA;IAC3B,kHAAkH;IAClH,iCAAe,CAAA;AACnB,CAAC,EAPW,cAAc,8BAAd,cAAc,QAOzB;AAaD,4EAA4E;AAC5E,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAChC,iDAAiD;IACjD,yCAAa,CAAA;IACb,oBAAoB;IACpB,uCAAW,CAAA;AACf,CAAC,EALW,wBAAwB,wCAAxB,wBAAwB,QAKnC;AAYD,8DAA8D;AAC9D,IAAY,UAWX;AAXD,WAAY,UAAU;IAClB,6BAA6B;IAC7B,mCAAqB,CAAA;IACrB,2BAA2B;IAC3B,2BAAa,CAAA;IACb,6BAA6B;IAC7B,iCAAmB,CAAA;IACnB,iCAAiC;IACjC,mCAAqB,CAAA;IACrB,4BAA4B;IAC5B,+BAAiB,CAAA;AACrB,CAAC,EAXW,UAAU,0BAAV,UAAU,QAWrB;AAeD,qEAAqE;AACrE,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IACzB,mGAAmG;IACnG,6CAAwB,CAAA;IACxB,+GAA+G;IAC/G,uCAAkB,CAAA;IAClB,gEAAgE;IAChE,uCAAkB,CAAA;IAClB,+FAA+F;IAC/F,6CAAwB,CAAA;IACxB,+FAA+F;IAC/F,sDAAiC,CAAA;AACrC,CAAC,EAXW,iBAAiB,iCAAjB,iBAAiB,QAW5B;AAeD,kEAAkE;AAClE,IAAY,cAGX;AAHD,WAAY,cAAc;IACtB,WAAW;IACX,+BAAa,CAAA;AACjB,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB;AAWD,2EAA2E;AAC3E,IAAY,uBASX;AATD,WAAY,uBAAuB;IAC/B,8FAA8F;IAC9F,wDAA6B,CAAA;IAC7B,oHAAoH;IACpH,iDAAsB,CAAA;IACtB,gEAAgE;IAChE,kDAAuB,CAAA;IACvB,8EAA8E;IAC9E,mDAAwB,CAAA;AAC5B,CAAC,EATW,uBAAuB,uCAAvB,uBAAuB,QASlC;AAcD,yEAAyE;AACzE,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC7B,mDAAmD;IACnD,4CAAmB,CAAA;IACnB,sDAAsD;IACtD,wCAAe,CAAA;IACf,kDAAkD;IAClD,0CAAiB,CAAA;AACrB,CAAC,EAPW,qBAAqB,qCAArB,qBAAqB,QAOhC;AAaD,kEAAkE;AAClE,IAAY,cASX;AATD,WAAY,cAAc;IACtB,qGAAqG;IACrG,yDAAuC,CAAA;IACvC,gGAAgG;IAChG,uCAAqB,CAAA;IACrB,0GAA0G;IAC1G,iEAA+C,CAAA;IAC/C,qGAAqG;IACrG,yDAAuC,CAAA;AAC3C,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB;AAcD,mFAAmF;AACnF,IAAY,+BAKX;AALD,WAAY,+BAA+B;IACvC,0CAA0C;IAC1C,kDAAe,CAAA;IACf,wCAAwC;IACxC,gDAAa,CAAA;AACjB,CAAC,EALW,+BAA+B,+CAA/B,+BAA+B,QAK1C;AAYD,iFAAiF;AACjF,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACrC,0BAA0B;IAC1B,4EAA2C,CAAA;IAC3C,YAAY;IACZ,gDAAe,CAAA;AACnB,CAAC,EALW,6BAA6B,6CAA7B,6BAA6B,QAKxC;AAYD,0EAA0E;AAC1E,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAC9B,gCAAgC;IAChC,2CAAiB,CAAA;AACrB,CAAC,EAHW,sBAAsB,sCAAtB,sBAAsB,QAGjC;AAWD,wEAAwE;AACxE,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,+BAA+B;IAC/B,+DAAuC,CAAA;IACvC,8BAA8B;IAC9B,+DAAuC,CAAA;AAC3C,CAAC,EALW,oBAAoB,oCAApB,oBAAoB,QAK/B;AAYD,wEAAwE;AACxE,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,wCAAwC;IACxC,qCAAa,CAAA;IACb,qCAAqC;IACrC,qCAAa,CAAA;AACjB,CAAC,EALW,oBAAoB,oCAApB,oBAAoB,QAK/B;AAYD,2EAA2E;AAC3E,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IAC/B,WAAW;IACX,wCAAa,CAAA;AACjB,CAAC,EAHW,uBAAuB,uCAAvB,uBAAuB,QAGlC;AAWD,kFAAkF;AAClF,IAAY,8BAOX;AAPD,WAAY,8BAA8B;IACtC,UAAU;IACV,6CAAW,CAAA;IACX,WAAW;IACX,+CAAa,CAAA;IACb,YAAY;IACZ,iDAAe,CAAA;AACnB,CAAC,EAPW,8BAA8B,8CAA9B,8BAA8B,QAOzC;AAaD,+DAA+D;AAC/D,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,UAAU;IACV,0BAAW,CAAA;IACX,WAAW;IACX,4BAAa,CAAA;AACjB,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAYD,+DAA+D;AAC/D,IAAY,WAOX;AAPD,WAAY,WAAW;IACnB,YAAY;IACZ,8BAAe,CAAA;IACf,cAAc;IACd,kCAAmB,CAAA;IACnB,eAAe;IACf,oCAAqB,CAAA;AACzB,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAaD,iEAAiE;AACjE,IAAY,aAKX;AALD,WAAY,aAAa;IACrB,YAAY;IACZ,gCAAe,CAAA;IACf,cAAc;IACd,oCAAmB,CAAA;AACvB,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB;AAYD,kEAAkE;AAClE,IAAY,cAmBX;AAnBD,WAAY,cAAc;IACtB,cAAc;IACd,qCAAmB,CAAA;IACnB,mBAAmB;IACnB,+CAA6B,CAAA;IAC7B,oBAAoB;IACpB,iDAA+B,CAAA;IAC/B,oBAAoB;IACpB,iDAA+B,CAAA;IAC/B,iBAAiB;IACjB,2CAAyB,CAAA;IACzB,0BAA0B;IAC1B,6DAA2C,CAAA;IAC3C,uBAAuB;IACvB,uDAAqC,CAAA;IACrC,oBAAoB;IACpB,iDAA+B,CAAA;IAC/B,eAAe;IACf,uCAAqB,CAAA;AACzB,CAAC,EAnBW,cAAc,8BAAd,cAAc,QAmBzB;AAmBD,yEAAyE;AACzE,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC7B,cAAc;IACd,4CAAmB,CAAA;IACnB,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,eAAe;IACf,8CAAqB,CAAA;AACzB,CAAC,EATW,qBAAqB,qCAArB,qBAAqB,QAShC;AAcD,gEAAgE;AAChE,IAAY,YAaX;AAbD,WAAY,YAAY;IACpB,uCAAuC;IACvC,uCAAuB,CAAA;IACvB,sCAAsC;IACtC,qCAAqB,CAAA;IACrB,qCAAqC;IACrC,mCAAmB,CAAA;IACnB,mCAAmC;IACnC,+BAAe,CAAA;IACf,yCAAyC;IACzC,2CAA2B,CAAA;IAC3B,sCAAsC;IACtC,qCAAqB,CAAA;AACzB,CAAC,EAbW,YAAY,4BAAZ,YAAY,QAavB;AAgBD,qFAAqF;AACrF,IAAY,iCAOX;AAPD,WAAY,iCAAiC;IACzC,sCAAsC;IACtC,4DAAuB,CAAA;IACvB,mCAAmC;IACnC,sDAAiB,CAAA;IACjB,6BAA6B;IAC7B,kDAAa,CAAA;AACjB,CAAC,EAPW,iCAAiC,iDAAjC,iCAAiC,QAO5C;AAaD,mEAAmE;AACnE,IAAY,eAOX;AAPD,WAAY,eAAe;IACvB,sBAAsB;IACtB,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,kFAA+D,CAAA;IAC/D,0CAA0C;IAC1C,8EAA2D,CAAA;AAC/D,CAAC,EAPW,eAAe,+BAAf,eAAe,QAO1B;AAaD,qEAAqE;AACrE,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IACzB,YAAY;IACZ,oCAAe,CAAA;IACf,aAAa;IACb,sCAAiB,CAAA;IACjB,iBAAiB;IACjB,8CAAyB,CAAA;IACzB,UAAU;IACV,gCAAW,CAAA;IACX,sBAAsB;IACtB,wDAAmC,CAAA;AACvC,CAAC,EAXW,iBAAiB,iCAAjB,iBAAiB,QAW5B;AAeD,0EAA0E;AAC1E,IAAY,sBASX;AATD,WAAY,sBAAsB;IAC9B,cAAc;IACd,6CAAmB,CAAA;IACnB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;IACjB,cAAc;IACd,6CAAmB,CAAA;AACvB,CAAC,EATW,sBAAsB,sCAAtB,sBAAsB,QASjC;AAcD,0EAA0E;AAC1E,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAC9B,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,iBAAiB;IACjB,mDAAyB,CAAA;AAC7B,CAAC,EAPW,sBAAsB,sCAAtB,sBAAsB,QAOjC;AAaD,4EAA4E;AAC5E,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAChC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACzB,CAAC,EALW,wBAAwB,wCAAxB,wBAAwB,QAKnC;AAYD,wEAAwE;AACxE,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,8CAA8C;IAC9C,2CAAmB,CAAA;IACnB,+CAA+C;IAC/C,6CAAqB,CAAA;AACzB,CAAC,EALW,oBAAoB,oCAApB,oBAAoB,QAK/B;AAYD,wEAAwE;AACxE,IAAY,oBASX;AATD,WAAY,oBAAoB;IAC5B,kFAAkF;IAClF,qDAA6B,CAAA;IAC7B,iEAAiE;IACjE,qCAAa,CAAA;IACb,iEAAiE;IACjE,qCAAa,CAAA;IACb,gEAAgE;IAChE,qCAAa,CAAA;AACjB,CAAC,EATW,oBAAoB,oCAApB,oBAAoB,QAS/B;AAcD,0FAA0F;AAC1F,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAC9C,2BAA2B;IAC3B,uFAA6C,CAAA;IAC7C,WAAW;IACX,uDAAa,CAAA;AACjB,CAAC,EALW,sCAAsC,sDAAtC,sCAAsC,QAKjD;AAYD,2EAA2E;AAC3E,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IAC/B,sDAAsD;IACtD,wCAAa,CAAA;IACb,iFAAiF;IACjF,gDAAqB,CAAA;IACrB,wGAAwG;IACxG,gDAAqB,CAAA;AACzB,CAAC,EAPW,uBAAuB,uCAAvB,uBAAuB,QAOlC;AAaD,+FAA+F;AAC/F,IAAY,2CAOX;AAPD,WAAY,2CAA2C;IACnD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;AACzB,CAAC,EAPW,2CAA2C,2DAA3C,2CAA2C,QAOtD;AAaD,yEAAyE;AACzE,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC7B,qBAAqB;IACrB,0DAAiC,CAAA;IACjC,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,iCAAiC;IACjC,oFAA2D,CAAA;IAC3D,WAAW;IACX,sCAAa,CAAA;AACjB,CAAC,EATW,qBAAqB,qCAArB,qBAAqB,QAShC;AAcD,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC1B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACf,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AAcD,qEAAqE;AACrE,IAAY,iBA6BX;AA7BD,WAAY,iBAAiB;IACzB,6CAA6C;IAC7C,sGAAiF,CAAA;IACjF,6BAA6B;IAC7B,sEAAiD,CAAA;IACjD,wDAAwD;IACxD,4HAAuG,CAAA;IACvG,sCAAsC;IACtC,wFAAmE,CAAA;IACnE,iCAAiC;IACjC,8EAAyD,CAAA;IACzD,oCAAoC;IACpC,oFAA+D,CAAA;IAC/D,oCAAoC;IACpC,oFAA+D,CAAA;IAC/D,mCAAmC;IACnC,kFAA6D,CAAA;IAC7D,kCAAkC;IAClC,gFAA2D,CAAA;IAC3D,2CAA2C;IAC3C,kGAA6E,CAAA;IAC7E,mCAAmC;IACnC,kFAA6D,CAAA;IAC7D,8CAA8C;IAC9C,wGAAmF,CAAA;IACnF,yCAAyC;IACzC,8FAAyE,CAAA;IACzE,0CAA0C;IAC1C,gGAA2E,CAAA;AAC/E,CAAC,EA7BW,iBAAiB,iCAAjB,iBAAiB,QA6B5B;AAwBD,kEAAkE;AAClE,IAAY,cASX;AATD,WAAY,cAAc;IACtB,4BAA4B;IAC5B,mCAAiB,CAAA;IACjB,0FAA0F;IAC1F,qCAAmB,CAAA;IACnB,4FAA4F;IAC5F,qCAAmB,CAAA;IACnB,+EAA+E;IAC/E,qCAAmB,CAAA;AACvB,CAAC,EATW,cAAc,8BAAd,cAAc,QASzB;AAcD,6EAA6E;AAC7E,IAAY,yBAaX;AAbD,WAAY,yBAAyB;IACjC,qCAAqC;IACrC,kDAAqB,CAAA;IACrB,mCAAmC;IACnC,8CAAiB,CAAA;IACjB,2CAA2C;IAC3C,oDAAuB,CAAA;IACvB,oCAAoC;IACpC,gDAAmB,CAAA;IACnB,mDAAmD;IACnD,wCAAW,CAAA;IACX,uDAAuD;IACvD,8CAAiB,CAAA;AACrB,CAAC,EAbW,yBAAyB,yCAAzB,yBAAyB,QAapC;AAgBD,mEAAmE;AACnE,IAAY,eAOX;AAPD,WAAY,eAAe;IACvB,0CAA0C;IAC1C,kDAA+B,CAAA;IAC/B,qDAAqD;IACrD,8DAA2C,CAAA;IAC3C,oBAAoB;IACpB,gDAA6B,CAAA;AACjC,CAAC,EAPW,eAAe,+BAAf,eAAe,QAO1B;AAaD,+EAA+E;AAC/E,IAAY,2BAOX;AAPD,WAAY,2BAA2B;IACnC,mBAAmB;IACnB,4DAA6B,CAAA;IAC7B,cAAc;IACd,kDAAmB,CAAA;IACnB,cAAc;IACd,kDAAmB,CAAA;AACvB,CAAC,EAPW,2BAA2B,2CAA3B,2BAA2B,QAOtC;AAaD,yEAAyE;AACzE,IAAY,qBAeX;AAfD,WAAY,qBAAqB;IAC7B,iJAAiJ;IACjJ,oGAA2E,CAAA;IAC3E,qHAAqH;IACrH,sGAA6E,CAAA;IAC7E,gJAAgJ;IAChJ,gGAAuE,CAAA;IACvE,kGAAkG;IAClG,oCAAW,CAAA;IACX,kJAAkJ;IAClJ,sGAA6E,CAAA;IAC7E,mHAAmH;IACnH,0EAAiD,CAAA;IACjD,mIAAmI;IACnI,gIAAuG,CAAA;AAC3G,CAAC,EAfW,qBAAqB,qCAArB,qBAAqB,QAehC;AAiBD,oFAAoF;AACpF,IAAY,gCAKX;AALD,WAAY,gCAAgC;IACxC,mEAAmE;IACnE,+CAAW,CAAA;IACX,qFAAqF;IACrF,qDAAiB,CAAA;AACrB,CAAC,EALW,gCAAgC,gDAAhC,gCAAgC,QAK3C;AAYD,8EAA8E;AAC9E,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IAClC,oEAAoE;IACpE,iDAAmB,CAAA;IACnB,0DAA0D;IAC1D,mDAAqB,CAAA;IACrB,2FAA2F;IAC3F,uDAAyB,CAAA;AAC7B,CAAC,EAPW,0BAA0B,0CAA1B,0BAA0B,QAOrC;AAaD,6EAA6E;AAC7E,IAAY,yBASX;AATD,WAAY,yBAAyB;IACjC,yCAAyC;IACzC,gDAAmB,CAAA;IACnB,4CAA4C;IAC5C,sDAAyB,CAAA;IACzB,8CAA8C;IAC9C,oDAAuB,CAAA;IACvB,2CAA2C;IAC3C,8CAAiB,CAAA;AACrB,CAAC,EATW,yBAAyB,yCAAzB,yBAAyB,QASpC;AAcD,mGAAmG;AACnG,IAAY,+CASX;AATD,WAAY,+CAA+C;IACvD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;AACrB,CAAC,EATW,+CAA+C,+DAA/C,+CAA+C,QAS1D;AAcD,mEAAmE;AACnE,IAAY,eAKX;AALD,WAAY,eAAe;IACvB,uBAAuB;IACvB,8BAAW,CAAA;IACX,wBAAwB;IACxB,gCAAa,CAAA;AACjB,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B;AAYD,yEAAyE;AACzE,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC7B,aAAa;IACb,0CAAiB,CAAA;AACrB,CAAC,EAHW,qBAAqB,qCAArB,qBAAqB,QAGhC;AAWD,gEAAgE;AAChE,IAAY,YAKX;AALD,WAAY,YAAY;IACpB,+DAA+D;IAC/D,iCAAiB,CAAA;IACjB,4DAA4D;IAC5D,mDAAmC,CAAA;AACvC,CAAC,EALW,YAAY,4BAAZ,YAAY,QAKvB;AAYD,qEAAqE;AACrE,IAAY,iBAKX;AALD,WAAY,iBAAiB;IACzB,aAAa;IACb,sCAAiB,CAAA;IACjB,gBAAgB;IAChB,4CAAuB,CAAA;AAC3B,CAAC,EALW,iBAAiB,iCAAjB,iBAAiB,QAK5B;AAYD,4EAA4E;AAC5E,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAChC,oBAAoB;IACpB,2DAA+B,CAAA;AACnC,CAAC,EAHW,wBAAwB,wCAAxB,wBAAwB,QAGnC;AAWD,qEAAqE;AACrE,IAAY,iBAKX;AALD,WAAY,iBAAiB;IACzB,8EAA8E;IAC9E,sCAAiB,CAAA;IACjB,6EAA6E;IAC7E,sCAAiB,CAAA;AACrB,CAAC,EALW,iBAAiB,iCAAjB,iBAAiB,QAK5B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Paged API list representation. */\nexport interface ApiCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ApiContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** An API Version Set contains the common configuration for a set of API Versions relating */\nexport interface ApiVersionSetContractDetails {\n /** Identifier for existing API Version Set. Omit this value to create a new Version Set. */\n id?: string;\n /** The display Name of the API Version Set. */\n name?: string;\n /** Description of API Version Set. */\n description?: string;\n /** An value that determines where the API Version identifier will be located in a HTTP request. */\n versioningScheme?: ApiVersionSetContractDetailsVersioningScheme;\n /** Name of query parameter that indicates the API Version if versioningScheme is set to `query`. */\n versionQueryName?: string;\n /** Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`. */\n versionHeaderName?: string;\n}\n\n/** API base contract details. */\nexport interface ApiEntityBaseContract {\n /** Description of the API. May include HTML formatting tags. */\n description?: string;\n /** Collection of authentication settings included into this API. */\n authenticationSettings?: AuthenticationSettingsContract;\n /** Protocols over which API is made available. */\n subscriptionKeyParameterNames?: SubscriptionKeyParameterNamesContract;\n /** Type of API. */\n apiType?: ApiType;\n /** Describes the revision of the API. If no value is provided, default revision 1 is created */\n apiRevision?: string;\n /** Indicates the version identifier of the API if the API is versioned */\n apiVersion?: string;\n /** Indicates if API revision is current api revision. */\n isCurrent?: boolean;\n /**\n * Indicates if API revision is accessible via the gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOnline?: boolean;\n /** Description of the API Revision. */\n apiRevisionDescription?: string;\n /** Description of the API Version. */\n apiVersionDescription?: string;\n /** A resource identifier for the related ApiVersionSet. */\n apiVersionSetId?: string;\n /** Specifies whether an API or Product subscription is required for accessing the API. */\n subscriptionRequired?: boolean;\n /** A URL to the Terms of Service for the API. MUST be in the format of a URL. */\n termsOfServiceUrl?: string;\n /** Contact information for the API. */\n contact?: ApiContactInformation;\n /** License information for the API. */\n license?: ApiLicenseInformation;\n}\n\n/** API Authentication Settings. */\nexport interface AuthenticationSettingsContract {\n /** OAuth2 Authentication settings */\n oAuth2?: OAuth2AuthenticationSettingsContract;\n /** OpenID Connect Authentication Settings */\n openid?: OpenIdAuthenticationSettingsContract;\n /** Collection of OAuth2 authentication settings included into this API. */\n oAuth2AuthenticationSettings?: OAuth2AuthenticationSettingsContract[];\n /** Collection of Open ID Connect authentication settings included into this API. */\n openidAuthenticationSettings?: OpenIdAuthenticationSettingsContract[];\n}\n\n/** API OAuth2 Authentication settings details. */\nexport interface OAuth2AuthenticationSettingsContract {\n /** OAuth authorization server identifier. */\n authorizationServerId?: string;\n /** operations scope. */\n scope?: string;\n}\n\n/** API OAuth2 Authentication settings details. */\nexport interface OpenIdAuthenticationSettingsContract {\n /** OAuth authorization server identifier. */\n openidProviderId?: string;\n /** How to send token to the server. */\n bearerTokenSendingMethods?: BearerTokenSendingMethods[];\n}\n\n/** Subscription key parameter names details. */\nexport interface SubscriptionKeyParameterNamesContract {\n /** Subscription key header name. */\n header?: string;\n /** Subscription key query string parameter name. */\n query?: string;\n}\n\n/** API contact information */\nexport interface ApiContactInformation {\n /** The identifying name of the contact person/organization */\n name?: string;\n /** The URL pointing to the contact information. MUST be in the format of a URL */\n url?: string;\n /** The email address of the contact person/organization. MUST be in the format of an email address */\n email?: string;\n}\n\n/** API license information */\nexport interface ApiLicenseInformation {\n /** The license name used for the API */\n name?: string;\n /** A URL to the license used for the API. MUST be in the format of a URL */\n url?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Error Response. */\nexport interface ErrorResponse {\n /** Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. */\n code?: string;\n /** Human-readable representation of the error. */\n message?: string;\n /** The list of invalid fields send in request, in case of validation error. */\n details?: ErrorFieldContract[];\n}\n\n/** Error Body contract. */\nexport interface ErrorResponseBody {\n /** Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. */\n code?: string;\n /** Human-readable representation of the error. */\n message?: string;\n /** The list of invalid fields send in request, in case of validation error. */\n details?: ErrorFieldContract[];\n}\n\n/** Error Field contract. */\nexport interface ErrorFieldContract {\n /** Property level error code. */\n code?: string;\n /** Human-readable representation of property-level error. */\n message?: string;\n /** Property name. */\n target?: string;\n}\n\n/** API Create or Update Parameters. */\nexport interface ApiCreateOrUpdateParameter {\n /** Description of the API. May include HTML formatting tags. */\n description?: string;\n /** Collection of authentication settings included into this API. */\n authenticationSettings?: AuthenticationSettingsContract;\n /** Protocols over which API is made available. */\n subscriptionKeyParameterNames?: SubscriptionKeyParameterNamesContract;\n /** Type of API. */\n apiType?: ApiType;\n /** Describes the revision of the API. If no value is provided, default revision 1 is created */\n apiRevision?: string;\n /** Indicates the version identifier of the API if the API is versioned */\n apiVersion?: string;\n /** Indicates if API revision is current api revision. */\n isCurrent?: boolean;\n /**\n * Indicates if API revision is accessible via the gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOnline?: boolean;\n /** Description of the API Revision. */\n apiRevisionDescription?: string;\n /** Description of the API Version. */\n apiVersionDescription?: string;\n /** A resource identifier for the related ApiVersionSet. */\n apiVersionSetId?: string;\n /** Specifies whether an API or Product subscription is required for accessing the API. */\n subscriptionRequired?: boolean;\n /** A URL to the Terms of Service for the API. MUST be in the format of a URL. */\n termsOfServiceUrl?: string;\n /** Contact information for the API. */\n contact?: ApiContactInformation;\n /** License information for the API. */\n license?: ApiLicenseInformation;\n /** API identifier of the source API. */\n sourceApiId?: string;\n /** API name. Must be 1 to 300 characters long. */\n displayName?: string;\n /** Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long. */\n serviceUrl?: string;\n /** Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API. */\n path?: string;\n /** Describes on which protocols the operations in this API can be invoked. */\n protocols?: Protocol[];\n /** Version set details */\n apiVersionSet?: ApiVersionSetContractDetails;\n /** Content value when Importing an API. */\n value?: string;\n /** Format of the Content in which the API is getting imported. */\n format?: ContentFormat;\n /** Criteria to limit import of WSDL to a subset of the document. */\n wsdlSelector?: ApiCreateOrUpdatePropertiesWsdlSelector;\n /**\n * Type of API to create.\n * * `http` creates a REST API\n * * `soap` creates a SOAP pass-through API\n * * `websocket` creates websocket API\n * * `graphql` creates GraphQL API.\n */\n soapApiType?: SoapApiType;\n /** Strategy of translating required query parameters to template ones. By default has value 'template'. Possible values: 'template', 'query' */\n translateRequiredQueryParametersConduct?: TranslateRequiredQueryParametersConduct;\n}\n\n/** Criteria to limit import of WSDL to a subset of the document. */\nexport interface ApiCreateOrUpdatePropertiesWsdlSelector {\n /** Name of service to import from WSDL */\n wsdlServiceName?: string;\n /** Name of endpoint(port) to import from WSDL */\n wsdlEndpointName?: string;\n}\n\n/** API update contract details. */\nexport interface ApiUpdateContract {\n /** Description of the API. May include HTML formatting tags. */\n description?: string;\n /** Collection of authentication settings included into this API. */\n authenticationSettings?: AuthenticationSettingsContract;\n /** Protocols over which API is made available. */\n subscriptionKeyParameterNames?: SubscriptionKeyParameterNamesContract;\n /** Type of API. */\n apiType?: ApiType;\n /** Describes the revision of the API. If no value is provided, default revision 1 is created */\n apiRevision?: string;\n /** Indicates the version identifier of the API if the API is versioned */\n apiVersion?: string;\n /** Indicates if API revision is current api revision. */\n isCurrent?: boolean;\n /**\n * Indicates if API revision is accessible via the gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOnline?: boolean;\n /** Description of the API Revision. */\n apiRevisionDescription?: string;\n /** Description of the API Version. */\n apiVersionDescription?: string;\n /** A resource identifier for the related ApiVersionSet. */\n apiVersionSetId?: string;\n /** Specifies whether an API or Product subscription is required for accessing the API. */\n subscriptionRequired?: boolean;\n /** A URL to the Terms of Service for the API. MUST be in the format of a URL. */\n termsOfServiceUrl?: string;\n /** Contact information for the API. */\n contact?: ApiContactInformation;\n /** License information for the API. */\n license?: ApiLicenseInformation;\n /** API name. */\n displayName?: string;\n /** Absolute URL of the backend service implementing this API. */\n serviceUrl?: string;\n /** Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API. */\n path?: string;\n /** Describes on which protocols the operations in this API can be invoked. */\n protocols?: Protocol[];\n}\n\n/** Paged API Revision list representation. */\nexport interface ApiRevisionCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ApiRevisionContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Summary of revision metadata. */\nexport interface ApiRevisionContract {\n /**\n * Identifier of the API Revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiId?: string;\n /**\n * Revision number of API.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiRevision?: string;\n /**\n * The time the API Revision was created. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n /**\n * The time the API Revision were updated. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedDateTime?: Date;\n /**\n * Description of the API Revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Gateway URL for accessing the non-current API Revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateUrl?: string;\n /**\n * Indicates if API revision is the current api revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOnline?: boolean;\n /**\n * Indicates if API revision is accessible via the gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isCurrent?: boolean;\n}\n\n/** Paged ApiRelease list representation. */\nexport interface ApiReleaseCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ApiReleaseContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged Operation list representation. */\nexport interface OperationCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OperationContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** API Operation Entity Base Contract details. */\nexport interface OperationEntityBaseContract {\n /** Collection of URL template parameters. */\n templateParameters?: ParameterContract[];\n /** Description of the operation. May include HTML formatting tags. */\n description?: string;\n /** An entity containing request details. */\n request?: RequestContract;\n /** Array of Operation responses. */\n responses?: ResponseContract[];\n /** Operation Policies */\n policies?: string;\n}\n\n/** Operation parameters details. */\nexport interface ParameterContract {\n /** Parameter name. */\n name: string;\n /** Parameter description. */\n description?: string;\n /** Parameter type. */\n type: string;\n /** Default parameter value. */\n defaultValue?: string;\n /** Specifies whether parameter is required or not. */\n required?: boolean;\n /** Parameter values. */\n values?: string[];\n /** Schema identifier. */\n schemaId?: string;\n /** Type name defined by the schema. */\n typeName?: string;\n /** Exampled defined for the parameter. */\n examples?: { [propertyName: string]: ParameterExampleContract };\n}\n\n/** Parameter example. */\nexport interface ParameterExampleContract {\n /** Short description for the example */\n summary?: string;\n /** Long description for the example */\n description?: string;\n /** Example value. May be a primitive value, or an object. */\n value?: any;\n /** A URL that points to the literal example */\n externalValue?: string;\n}\n\n/** Operation request details. */\nexport interface RequestContract {\n /** Operation request description. */\n description?: string;\n /** Collection of operation request query parameters. */\n queryParameters?: ParameterContract[];\n /** Collection of operation request headers. */\n headers?: ParameterContract[];\n /** Collection of operation request representations. */\n representations?: RepresentationContract[];\n}\n\n/** Operation request/response representation details. */\nexport interface RepresentationContract {\n /** Specifies a registered or custom content type for this representation, e.g. application/xml. */\n contentType: string;\n /** Schema identifier. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'. */\n schemaId?: string;\n /** Type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'. */\n typeName?: string;\n /** Collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'.. */\n formParameters?: ParameterContract[];\n /** Exampled defined for the representation. */\n examples?: { [propertyName: string]: ParameterExampleContract };\n}\n\n/** Operation response details. */\nexport interface ResponseContract {\n /** Operation response HTTP status code. */\n statusCode: number;\n /** Operation response description. */\n description?: string;\n /** Collection of operation response representations. */\n representations?: RepresentationContract[];\n /** Collection of operation response headers. */\n headers?: ParameterContract[];\n}\n\n/** API Operation Update Contract details. */\nexport interface OperationUpdateContract {\n /** Collection of URL template parameters. */\n templateParameters?: ParameterContract[];\n /** Description of the operation. May include HTML formatting tags. */\n description?: string;\n /** An entity containing request details. */\n request?: RequestContract;\n /** Array of Operation responses. */\n responses?: ResponseContract[];\n /** Operation Policies */\n policies?: string;\n /** Operation Name. */\n displayName?: string;\n /** A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. */\n method?: string;\n /** Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} */\n urlTemplate?: string;\n}\n\n/** The response of the list policy operation. */\nexport interface PolicyCollection {\n /** Policy Contract value. */\n value?: PolicyContract[];\n /** Total record count number. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Paged Tag list representation. */\nexport interface TagCollection {\n /** Page values. */\n value?: TagContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Paged Resolver list representation. */\nexport interface ResolverCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ResolverContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** GraphQL API Resolver Update Contract details. */\nexport interface ResolverUpdateContract {\n /** Resolver Name. */\n displayName?: string;\n /** Path is type/field being resolved. */\n path?: string;\n /** Description of the resolver. May include HTML formatting tags. */\n description?: string;\n}\n\n/** Paged Products list representation. */\nexport interface ProductCollection {\n /** Page values. */\n value?: ProductContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Product Entity Base Parameters */\nexport interface ProductEntityBaseParameters {\n /** Product description. May include HTML formatting tags. */\n description?: string;\n /** Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process. */\n terms?: string;\n /** Whether a product subscription is required for accessing APIs included in this product. If true, the product is referred to as \"protected\" and a valid subscription key is required for a request to an API included in the product to succeed. If false, the product is referred to as \"open\" and requests to an API included in the product can be made without a subscription key. If property is omitted when creating a new product it's value is assumed to be true. */\n subscriptionRequired?: boolean;\n /** whether subscription approval is required. If false, new subscriptions will be approved automatically enabling developers to call the product’s APIs immediately after subscribing. If true, administrators must manually approve the subscription before the developer can any of the product’s APIs. Can be present only if subscriptionRequired property is present and has a value of false. */\n approvalRequired?: boolean;\n /** Whether the number of subscriptions a user can have to this product at the same time. Set to null or omit to allow unlimited per user subscriptions. Can be present only if subscriptionRequired property is present and has a value of false. */\n subscriptionsLimit?: number;\n /** whether product is published or not. Published products are discoverable by users of developer portal. Non published products are visible only to administrators. Default state of Product is notPublished. */\n state?: ProductState;\n}\n\n/** The response of the list schema operation. */\nexport interface SchemaCollection {\n /**\n * API Schema Contract value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SchemaContract[];\n /** Total record count number. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged Diagnostic list representation. */\nexport interface DiagnosticCollection {\n /** Page values. */\n value?: DiagnosticContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Sampling settings for Diagnostic. */\nexport interface SamplingSettings {\n /** Sampling type. */\n samplingType?: SamplingType;\n /** Rate of sampling for fixed-rate sampling. */\n percentage?: number;\n}\n\n/** Diagnostic settings for incoming/outgoing HTTP messages to the Gateway. */\nexport interface PipelineDiagnosticSettings {\n /** Diagnostic settings for request. */\n request?: HttpMessageDiagnostic;\n /** Diagnostic settings for response. */\n response?: HttpMessageDiagnostic;\n}\n\n/** Http message diagnostic settings. */\nexport interface HttpMessageDiagnostic {\n /** Array of HTTP Headers to log. */\n headers?: string[];\n /** Body logging settings. */\n body?: BodyDiagnosticSettings;\n /** Data masking settings. */\n dataMasking?: DataMasking;\n}\n\n/** Body logging settings. */\nexport interface BodyDiagnosticSettings {\n /** Number of request body bytes to log. */\n bytes?: number;\n}\n\nexport interface DataMasking {\n /** Masking settings for Url query parameters */\n queryParams?: DataMaskingEntity[];\n /** Masking settings for headers */\n headers?: DataMaskingEntity[];\n}\n\nexport interface DataMaskingEntity {\n /** The name of an entity to mask (e.g. a name of a header or a query parameter). */\n value?: string;\n /** Data masking mode. */\n mode?: DataMaskingMode;\n}\n\n/** Paged Issue list representation. */\nexport interface IssueCollection {\n /**\n * Issue values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: IssueContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Issue contract Base Properties. */\nexport interface IssueContractBaseProperties {\n /** Date and time when the issue was created. */\n createdDate?: Date;\n /** Status of the issue. */\n state?: State;\n /** A resource identifier for the API the issue was created for. */\n apiId?: string;\n}\n\n/** Issue update Parameters. */\nexport interface IssueUpdateContract {\n /** Date and time when the issue was created. */\n createdDate?: Date;\n /** Status of the issue. */\n state?: State;\n /** A resource identifier for the API the issue was created for. */\n apiId?: string;\n /** The issue title. */\n title?: string;\n /** Text describing the issue. */\n description?: string;\n /** A resource identifier for the user created the issue. */\n userId?: string;\n}\n\n/** Paged Issue Comment list representation. */\nexport interface IssueCommentCollection {\n /**\n * Issue Comment values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: IssueCommentContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged Issue Attachment list representation. */\nexport interface IssueAttachmentCollection {\n /**\n * Issue Attachment values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: IssueAttachmentContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged TagDescription list representation. */\nexport interface TagDescriptionCollection {\n /** Page values. */\n value?: TagDescriptionContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Parameters supplied to the Create TagDescription operation. */\nexport interface TagDescriptionBaseProperties {\n /** Description of the Tag. */\n description?: string;\n /** Absolute URL of external resources describing the tag. */\n externalDocsUrl?: string;\n /** Description of the external resources describing the tag. */\n externalDocsDescription?: string;\n}\n\n/** Parameters supplied to the Create TagDescription operation. */\nexport interface TagDescriptionCreateParameters {\n /** Description of the Tag. */\n description?: string;\n /** Absolute URL of external resources describing the tag. */\n externalDocsUrl?: string;\n /** Description of the external resources describing the tag. */\n externalDocsDescription?: string;\n}\n\n/** Paged Tag list representation. */\nexport interface TagResourceCollection {\n /** Page values. */\n value?: TagResourceContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** TagResource contract properties. */\nexport interface TagResourceContract {\n /** Tag associated with the resource. */\n tag: TagResourceContractProperties;\n /** API associated with the tag. */\n api?: ApiTagResourceContractProperties;\n /** Operation associated with the tag. */\n operation?: OperationTagResourceContractProperties;\n /** Product associated with the tag. */\n product?: ProductTagResourceContractProperties;\n}\n\n/** Contract defining the Tag property in the Tag Resource Contract */\nexport interface TagResourceContractProperties {\n /** Tag identifier */\n id?: string;\n /** Tag Name */\n name?: string;\n}\n\n/** Operation Entity contract Properties. */\nexport interface OperationTagResourceContractProperties {\n /** Identifier of the operation in form /operations/{operationId}. */\n id?: string;\n /**\n * Operation name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * API Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiName?: string;\n /**\n * API Revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiRevision?: string;\n /**\n * API Version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiVersion?: string;\n /**\n * Operation Description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly method?: string;\n /**\n * Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly urlTemplate?: string;\n}\n\n/** Wiki documentation details. */\nexport interface WikiDocumentationContract {\n /** Documentation Identifier */\n documentationId?: string;\n}\n\n/** Wiki update contract details. */\nexport interface WikiUpdateContract {\n /** Collection wiki documents included into this wiki. */\n documents?: WikiDocumentationContract[];\n}\n\n/** Paged Wiki list representation. */\nexport interface WikiCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: WikiContract[];\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** API Export result. */\nexport interface ApiExportResult {\n /** ResourceId of the API which was exported. */\n id?: string;\n /** Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes. */\n exportResultFormat?: ExportResultFormat;\n /** The object defining the schema of the exported API Detail */\n value?: ApiExportResultValue;\n}\n\n/** The object defining the schema of the exported API Detail */\nexport interface ApiExportResultValue {\n /** Link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes. */\n link?: string;\n}\n\n/** Paged API Version Set list representation. */\nexport interface ApiVersionSetCollection {\n /** Page values. */\n value?: ApiVersionSetContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** API Version set base parameters */\nexport interface ApiVersionSetEntityBase {\n /** Description of API Version Set. */\n description?: string;\n /** Name of query parameter that indicates the API Version if versioningScheme is set to `query`. */\n versionQueryName?: string;\n /** Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`. */\n versionHeaderName?: string;\n}\n\n/** Parameters to update or create an API Version Set Contract. */\nexport interface ApiVersionSetUpdateParameters {\n /** Description of API Version Set. */\n description?: string;\n /** Name of query parameter that indicates the API Version if versioningScheme is set to `query`. */\n versionQueryName?: string;\n /** Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`. */\n versionHeaderName?: string;\n /** Name of API Version Set */\n displayName?: string;\n /** An value that determines where the API Version identifier will be located in a HTTP request. */\n versioningScheme?: VersioningScheme;\n}\n\n/** Paged OAuth2 Authorization Servers list representation. */\nexport interface AuthorizationServerCollection {\n /** Page values. */\n value?: AuthorizationServerContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** External OAuth authorization server Update settings contract. */\nexport interface AuthorizationServerContractBaseProperties {\n /** Description of the authorization server. Can contain HTML formatting tags. */\n description?: string;\n /** HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional. */\n authorizationMethods?: AuthorizationMethod[];\n /** Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format. */\n clientAuthenticationMethod?: ClientAuthenticationMethod[];\n /** Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {\"name\" : \"name value\", \"value\": \"a value\"}. */\n tokenBodyParameters?: TokenBodyParameterContract[];\n /** OAuth token endpoint. Contains absolute URI to entity being referenced. */\n tokenEndpoint?: string;\n /** If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security. */\n supportState?: boolean;\n /** Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values. */\n defaultScope?: string;\n /** Specifies the mechanism by which access token is passed to the API. */\n bearerTokenSendingMethods?: BearerTokenSendingMethod[];\n /** Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username. */\n resourceOwnerUsername?: string;\n /** Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password. */\n resourceOwnerPassword?: string;\n}\n\n/** OAuth acquire token request body parameter (www-url-form-encoded). */\nexport interface TokenBodyParameterContract {\n /** body parameter name. */\n name: string;\n /** body parameter value. */\n value: string;\n}\n\n/** OAuth Server Secrets Contract. */\nexport interface AuthorizationServerSecretsContract {\n /** oAuth Authorization Server Secrets. */\n clientSecret?: string;\n /** Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username. */\n resourceOwnerUsername?: string;\n /** Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password. */\n resourceOwnerPassword?: string;\n}\n\n/** Paged Authorization Provider list representation. */\nexport interface AuthorizationProviderCollection {\n /** Page values. */\n value?: AuthorizationProviderContract[];\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** OAuth2 settings details */\nexport interface AuthorizationProviderOAuth2Settings {\n /** Redirect URL to be set in the OAuth application. */\n redirectUrl?: string;\n /** OAuth2 settings */\n grantTypes?: AuthorizationProviderOAuth2GrantTypes;\n}\n\n/** Authorization Provider oauth2 grant types settings */\nexport interface AuthorizationProviderOAuth2GrantTypes {\n /** OAuth2 authorization code grant parameters */\n authorizationCode?: { [propertyName: string]: string };\n /** OAuth2 client credential grant parameters */\n clientCredentials?: { [propertyName: string]: string };\n}\n\n/** Paged Authorization list representation. */\nexport interface AuthorizationCollection {\n /** Page values. */\n value?: AuthorizationContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Authorization error details. */\nexport interface AuthorizationError {\n /** Error code */\n code?: string;\n /** Error message */\n message?: string;\n}\n\n/** Authorization login request contract. */\nexport interface AuthorizationLoginRequestContract {\n /** The redirect URL after login has completed. */\n postLoginRedirectUrl?: string;\n}\n\n/** Authorization login response contract. */\nexport interface AuthorizationLoginResponseContract {\n /** The login link */\n loginLink?: string;\n}\n\n/** Authorization confirm consent code request contract. */\nexport interface AuthorizationConfirmConsentCodeRequestContract {\n /** The consent code from the authorization server after authorizing and consenting. */\n consentCode?: string;\n}\n\n/** Paged Authorization Access Policy list representation. */\nexport interface AuthorizationAccessPolicyCollection {\n /** Page values. */\n value?: AuthorizationAccessPolicyContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Paged Backend list representation. */\nexport interface BackendCollection {\n /** Backend values. */\n value?: BackendContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Backend entity base Parameter set. */\nexport interface BackendBaseParameters {\n /** Backend Title. */\n title?: string;\n /** Backend Description. */\n description?: string;\n /** Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps. */\n resourceId?: string;\n /** Backend Properties contract */\n properties?: BackendProperties;\n /** Backend Credentials Contract Properties */\n credentials?: BackendCredentialsContract;\n /** Backend gateway Contract Properties */\n proxy?: BackendProxyContract;\n /** Backend TLS Properties */\n tls?: BackendTlsProperties;\n}\n\n/** Properties specific to the Backend Type. */\nexport interface BackendProperties {\n /** Backend Service Fabric Cluster Properties */\n serviceFabricCluster?: BackendServiceFabricClusterProperties;\n}\n\n/** Properties of the Service Fabric Type Backend. */\nexport interface BackendServiceFabricClusterProperties {\n /** The client certificate id for the management endpoint. */\n clientCertificateId?: string;\n /** The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided */\n clientCertificatethumbprint?: string;\n /** Maximum number of retries while attempting resolve the partition. */\n maxPartitionResolutionRetries?: number;\n /** The cluster management endpoint. */\n managementEndpoints: string[];\n /** Thumbprints of certificates cluster management service uses for tls communication */\n serverCertificateThumbprints?: string[];\n /** Server X509 Certificate Names Collection */\n serverX509Names?: X509CertificateName[];\n}\n\n/** Properties of server X509Names. */\nexport interface X509CertificateName {\n /** Common Name of the Certificate. */\n name?: string;\n /** Thumbprint for the Issuer of the Certificate. */\n issuerCertificateThumbprint?: string;\n}\n\n/** Details of the Credentials used to connect to Backend. */\nexport interface BackendCredentialsContract {\n /** List of Client Certificate Ids. */\n certificateIds?: string[];\n /** List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided. */\n certificate?: string[];\n /** Query Parameter description. */\n query?: { [propertyName: string]: string[] };\n /** Header Parameter description. */\n header?: { [propertyName: string]: string[] };\n /** Authorization header authentication */\n authorization?: BackendAuthorizationHeaderCredentials;\n}\n\n/** Authorization header information. */\nexport interface BackendAuthorizationHeaderCredentials {\n /** Authentication Scheme name. */\n scheme: string;\n /** Authentication Parameter value. */\n parameter: string;\n}\n\n/** Details of the Backend WebProxy Server to use in the Request to Backend. */\nexport interface BackendProxyContract {\n /** WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings. */\n url: string;\n /** Username to connect to the WebProxy server */\n username?: string;\n /** Password to connect to the WebProxy Server */\n password?: string;\n}\n\n/** Properties controlling TLS Certificate Validation. */\nexport interface BackendTlsProperties {\n /** Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. */\n validateCertificateChain?: boolean;\n /** Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host. */\n validateCertificateName?: boolean;\n}\n\n/** Backend update parameters. */\nexport interface BackendUpdateParameters {\n /** Backend Title. */\n title?: string;\n /** Backend Description. */\n description?: string;\n /** Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps. */\n resourceId?: string;\n /** Backend Properties contract */\n properties?: BackendProperties;\n /** Backend Credentials Contract Properties */\n credentials?: BackendCredentialsContract;\n /** Backend gateway Contract Properties */\n proxy?: BackendProxyContract;\n /** Backend TLS Properties */\n tls?: BackendTlsProperties;\n /** Runtime Url of the Backend. */\n url?: string;\n /** Backend communication protocol. */\n protocol?: BackendProtocol;\n}\n\n/** Paged Caches list representation. */\nexport interface CacheCollection {\n /** Page values. */\n value?: CacheContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Cache update details. */\nexport interface CacheUpdateParameters {\n /** Cache description */\n description?: string;\n /** Runtime connection string to cache */\n connectionString?: string;\n /** Location identifier to use cache from (should be either 'default' or valid Azure region identifier) */\n useFromLocation?: string;\n /** Original uri of entity in external system cache points to */\n resourceId?: string;\n}\n\n/** Paged Certificates list representation. */\nexport interface CertificateCollection {\n /** Page values. */\n value?: CertificateContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Issue contract Update Properties. */\nexport interface KeyVaultLastAccessStatusContractProperties {\n /** Last status code for sync and refresh of secret from key vault. */\n code?: string;\n /** Details of the error else empty. */\n message?: string;\n /**\n * Last time secret was accessed. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n timeStampUtc?: Date;\n}\n\n/** Create keyVault contract details. */\nexport interface KeyVaultContractCreateProperties {\n /** Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi */\n secretIdentifier?: string;\n /** Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret. */\n identityClientId?: string;\n}\n\n/** Certificate create or update details. */\nexport interface CertificateCreateOrUpdateParameters {\n /** Base 64 encoded certificate using the application/x-pkcs12 representation. */\n data?: string;\n /** Password for the Certificate */\n password?: string;\n /** KeyVault location details of the certificate. */\n keyVault?: KeyVaultContractCreateProperties;\n}\n\n/** A request to perform the connectivity check operation on a API Management service. */\nexport interface ConnectivityCheckRequest {\n /** Definitions about the connectivity check origin. */\n source: ConnectivityCheckRequestSource;\n /** The connectivity check operation destination. */\n destination: ConnectivityCheckRequestDestination;\n /** The IP version to be used. Only IPv4 is supported for now. */\n preferredIPVersion?: PreferredIPVersion;\n /** The request's protocol. Specific protocol configuration can be available based on this selection. The specified destination address must be coherent with this value. */\n protocol?: ConnectivityCheckProtocol;\n /** Protocol-specific configuration. */\n protocolConfiguration?: ConnectivityCheckRequestProtocolConfiguration;\n}\n\n/** Definitions about the connectivity check origin. */\nexport interface ConnectivityCheckRequestSource {\n /** The API Management service region from where to start the connectivity check operation. */\n region: string;\n /** The particular VMSS instance from which to fire the request. */\n instance?: number;\n}\n\n/** The connectivity check operation destination. */\nexport interface ConnectivityCheckRequestDestination {\n /** Destination address. Can either be an IP address or a FQDN. */\n address: string;\n /** Destination port. */\n port: number;\n}\n\n/** Protocol-specific configuration. */\nexport interface ConnectivityCheckRequestProtocolConfiguration {\n /** Configuration for HTTP or HTTPS requests. */\n httpConfiguration?: ConnectivityCheckRequestProtocolConfigurationHttpConfiguration;\n}\n\n/** Configuration for HTTP or HTTPS requests. */\nexport interface ConnectivityCheckRequestProtocolConfigurationHttpConfiguration {\n /** The HTTP method to be used. */\n method?: Method;\n /** List of HTTP status codes considered valid for the request response. */\n validStatusCodes?: number[];\n /** List of headers to be included in the request. */\n headers?: HttpHeader[];\n}\n\n/** HTTP header and it's value. */\nexport interface HttpHeader {\n /** Header name. */\n name: string;\n /** Header value. */\n value: string;\n}\n\n/** Information on the connectivity status. */\nexport interface ConnectivityCheckResponse {\n /**\n * List of hops between the source and the destination.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hops?: ConnectivityHop[];\n /**\n * The connection status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionStatus?: ConnectionStatus;\n /**\n * Average latency in milliseconds.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly avgLatencyInMs?: number;\n /**\n * Minimum latency in milliseconds.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minLatencyInMs?: number;\n /**\n * Maximum latency in milliseconds.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxLatencyInMs?: number;\n /**\n * Total number of probes sent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly probesSent?: number;\n /**\n * Number of failed probes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly probesFailed?: number;\n}\n\n/** Information about a hop between the source and the destination. */\nexport interface ConnectivityHop {\n /**\n * The type of the hop.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The ID of the hop.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The IP address of the hop.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly address?: string;\n /**\n * The ID of the resource corresponding to this hop.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * List of next hop identifiers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextHopIds?: string[];\n /**\n * List of issues.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issues?: ConnectivityIssue[];\n}\n\n/** Information about an issue encountered in the process of checking for connectivity. */\nexport interface ConnectivityIssue {\n /**\n * The origin of the issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * The severity of the issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severity?: Severity;\n /**\n * The type of issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: IssueType;\n /**\n * Provides additional context on the issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly context?: { [propertyName: string]: string }[];\n}\n\n/** Paged list of content types. */\nexport interface ContentTypeCollection {\n /**\n * Collection of content types.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ContentTypeContract[];\n /**\n * Next page link, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged list of content items. */\nexport interface ContentItemCollection {\n /**\n * Collection of content items.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ContentItemContract[];\n /**\n * Next page link, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged deleted API Management Services List Representation. */\nexport interface DeletedServicesCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DeletedServiceContract[];\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results. */\nexport interface OperationListResult {\n /** List of operations supported by the resource provider. */\n value?: Operation[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The object that describes the operation. */\n display?: OperationDisplay;\n /** The operation origin. */\n origin?: string;\n /** The operation properties. */\n properties?: Record<string, unknown>;\n}\n\n/** The object that describes the operation. */\nexport interface OperationDisplay {\n /** Friendly name of the resource provider */\n provider?: string;\n /** Operation type: read, write, delete, listKeys/action, etc. */\n operation?: string;\n /** Resource type on which the operation is performed. */\n resource?: string;\n /** Friendly name of the operation */\n description?: string;\n}\n\n/** The API Management service SKUs operation response. */\nexport interface ResourceSkuResults {\n /** The list of skus available for the service. */\n value: ResourceSkuResult[];\n /** The uri to fetch the next page of API Management service Skus. */\n nextLink?: string;\n}\n\n/** Describes an available API Management service SKU. */\nexport interface ResourceSkuResult {\n /**\n * The type of resource the SKU applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * Specifies API Management SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: ResourceSku;\n /**\n * Specifies the number of API Management units.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: ResourceSkuCapacity;\n}\n\n/** Describes an available API Management SKU. */\nexport interface ResourceSku {\n /** Name of the Sku. */\n name?: SkuType;\n}\n\n/** Describes scaling information of a SKU. */\nexport interface ResourceSkuCapacity {\n /**\n * The minimum capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimum?: number;\n /**\n * The maximum capacity that can be set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n /**\n * The default capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: number;\n /**\n * The scale type applicable to the sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: ResourceSkuCapacityScaleType;\n}\n\n/** Parameters supplied to the Backup/Restore of an API Management service operation. */\nexport interface ApiManagementServiceBackupRestoreParameters {\n /** The name of the Azure storage account (used to place/retrieve the backup). */\n storageAccount: string;\n /** The name of the blob container (used to place/retrieve the backup). */\n containerName: string;\n /** The name of the backup file to create/retrieve. */\n backupName: string;\n /** The type of access to be used for the storage account. */\n accessType?: AccessType;\n /** Storage account access key. Required only if `accessType` is set to `AccessKey`. */\n accessKey?: string;\n /** The Client ID of user assigned managed identity. Required only if `accessType` is set to `UserAssignedManagedIdentity`. */\n clientId?: string;\n}\n\n/** Base Properties of an API Management service resource description. */\nexport interface ApiManagementServiceBaseProperties {\n /** Email address from which the notification will be sent. */\n notificationSenderEmail?: string;\n /**\n * The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The provisioning state of the API Management service, which is targeted by the long running operation started on the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetProvisioningState?: string;\n /**\n * Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAtUtc?: Date;\n /**\n * Gateway URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayUrl?: string;\n /**\n * Gateway URL of the API Management service in the Default Region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayRegionalUrl?: string;\n /**\n * Publisher portal endpoint Url of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly portalUrl?: string;\n /**\n * Management API endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managementApiUrl?: string;\n /**\n * SCM endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scmUrl?: string;\n /**\n * DEveloper Portal endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly developerPortalUrl?: string;\n /** Custom hostname configuration of the API Management service. */\n hostnameConfigurations?: HostnameConfiguration[];\n /**\n * Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIPAddresses?: string[];\n /**\n * Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIPAddresses?: string[];\n /** Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network. */\n publicIpAddressId?: string;\n /** Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled' */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Virtual network configuration of the API Management service. */\n virtualNetworkConfiguration?: VirtualNetworkConfiguration;\n /** Additional datacenter locations of the API Management service. */\n additionalLocations?: AdditionalLocation[];\n /** Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value is `True` if the service was created on or before April 1, 2018 and `False` otherwise. Http2 setting's default value is `False`.</br></br>You can disable any of the following ciphers by using settings `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example, `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. The default value is `true` for them.</br> Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 */\n customProperties?: { [propertyName: string]: string };\n /** List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10. */\n certificates?: CertificateConfiguration[];\n /** Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway. */\n enableClientCertificate?: boolean;\n /** Property can be used to enable NAT Gateway for this API Management service. */\n natGatewayState?: NatGatewayState;\n /**\n * Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundPublicIPAddresses?: string[];\n /** Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region. */\n disableGateway?: boolean;\n /** The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only. */\n virtualNetworkType?: VirtualNetworkType;\n /** Control Plane Apis version constraint for the API Management service. */\n apiVersionConstraint?: ApiVersionConstraint;\n /** Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored. */\n restore?: boolean;\n /** List of Private Endpoint Connections of this service. */\n privateEndpointConnections?: RemotePrivateEndpointConnectionWrapper[];\n /**\n * Compute Platform Version running the service in this location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly platformVersion?: PlatformVersion;\n}\n\n/** Custom hostname configuration. */\nexport interface HostnameConfiguration {\n /** Hostname type. */\n type: HostnameType;\n /** Hostname to configure on the Api Management service. */\n hostName: string;\n /** Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type *application/x-pkcs12* */\n keyVaultId?: string;\n /** System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate. */\n identityClientId?: string;\n /** Base64 Encoded certificate. */\n encodedCertificate?: string;\n /** Certificate Password. */\n certificatePassword?: string;\n /** Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type. */\n defaultSslBinding?: boolean;\n /** Specify true to always negotiate client certificate on the hostname. Default Value is false. */\n negotiateClientCertificate?: boolean;\n /** Certificate information. */\n certificate?: CertificateInformation;\n /** Certificate Source. */\n certificateSource?: CertificateSource;\n /** Certificate Status. */\n certificateStatus?: CertificateStatus;\n}\n\n/** SSL certificate information. */\nexport interface CertificateInformation {\n /** Expiration date of the certificate. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. */\n expiry: Date;\n /** Thumbprint of the certificate. */\n thumbprint: string;\n /** Subject of the certificate. */\n subject: string;\n}\n\n/** Configuration of a virtual network to which API Management service is deployed. */\nexport interface VirtualNetworkConfiguration {\n /**\n * The virtual network ID. This is typically a GUID. Expect a null GUID by default.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vnetid?: string;\n /**\n * The name of the subnet.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetname?: string;\n /** The full resource ID of a subnet in a virtual network to deploy the API Management service in. */\n subnetResourceId?: string;\n}\n\n/** Description of an additional API Management resource location. */\nexport interface AdditionalLocation {\n /** The location name of the additional region among Azure Data center regions. */\n location: string;\n /** SKU properties of the API Management service. */\n sku: ApiManagementServiceSkuProperties;\n /** A list of availability zones denoting where the resource needs to come from. */\n zones?: string[];\n /**\n * Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIPAddresses?: string[];\n /**\n * Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIPAddresses?: string[];\n /** Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network. */\n publicIpAddressId?: string;\n /** Virtual network configuration for the location. */\n virtualNetworkConfiguration?: VirtualNetworkConfiguration;\n /**\n * Gateway URL of the API Management service in the Region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayRegionalUrl?: string;\n /** Property can be used to enable NAT Gateway for this API Management service. */\n natGatewayState?: NatGatewayState;\n /**\n * Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundPublicIPAddresses?: string[];\n /** Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location. */\n disableGateway?: boolean;\n /**\n * Compute Platform Version running the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly platformVersion?: PlatformVersion;\n}\n\n/** API Management service resource SKU properties. */\nexport interface ApiManagementServiceSkuProperties {\n /** Name of the Sku. */\n name: SkuType;\n /** Capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0. */\n capacity: number;\n}\n\n/** Certificate configuration which consist of non-trusted intermediates and root certificates. */\nexport interface CertificateConfiguration {\n /** Base64 Encoded certificate. */\n encodedCertificate?: string;\n /** Certificate Password. */\n certificatePassword?: string;\n /** The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations. */\n storeName: CertificateConfigurationStoreName;\n /** Certificate information. */\n certificate?: CertificateInformation;\n}\n\n/** Control Plane Apis version constraint for the API Management service. */\nexport interface ApiVersionConstraint {\n /** Limit control plane API calls to API Management service with version equal to or newer than this value. */\n minApiVersion?: string;\n}\n\n/** Remote Private Endpoint Connection resource. */\nexport interface RemotePrivateEndpointConnectionWrapper {\n /** Private Endpoint connection resource id */\n id?: string;\n /** Private Endpoint Connection Name */\n name?: string;\n /** Private Endpoint Connection Resource Type */\n type?: string;\n /** The resource of private end point. */\n privateEndpoint?: ArmIdWrapper;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * All the Group ids.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n}\n\n/** A wrapper for an ARM resource id */\nexport interface ArmIdWrapper {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Identity properties of the Api Management service resource. */\nexport interface ApiManagementServiceIdentity {\n /** The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service. */\n type: ApimIdentityType;\n /**\n * The principal id of the identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client tenant id of the identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The list of user identities associated with the resource. The user identity\n * dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/\n * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n */\n userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };\n}\n\nexport interface UserIdentityProperties {\n /** The principal id of user assigned identity. */\n principalId?: string;\n /** The client id of user assigned identity. */\n clientId?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The Resource definition. */\nexport interface ApimResource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type for API Management resource is set to Microsoft.ApiManagement.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of the List API Management services operation. */\nexport interface ApiManagementServiceListResult {\n /** Result of the List API Management services operation. */\n value: ApiManagementServiceResource[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of API Management services. */\n nextLink?: string;\n}\n\n/** The response of the GetSsoToken operation. */\nexport interface ApiManagementServiceGetSsoTokenResult {\n /** Redirect URL to the Publisher Portal containing the SSO token. */\n redirectUri?: string;\n}\n\n/** Parameters supplied to the CheckNameAvailability operation. */\nexport interface ApiManagementServiceCheckNameAvailabilityParameters {\n /** The name to check for availability. */\n name: string;\n}\n\n/** Response of the CheckNameAvailability operation. */\nexport interface ApiManagementServiceNameAvailabilityResult {\n /**\n * True if the name is available and can be used to create a new API Management service; otherwise false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that <resourceName> is already in use, and direct them to select a different name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Invalid indicates the name provided does not match the resource provider’s naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable. */\n reason?: NameAvailabilityReason;\n}\n\n/** Response of the GetDomainOwnershipIdentifier operation. */\nexport interface ApiManagementServiceGetDomainOwnershipIdentifierResult {\n /**\n * The domain ownership identifier value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainOwnershipIdentifier?: string;\n}\n\n/** Parameter supplied to the Apply Network configuration operation. */\nexport interface ApiManagementServiceApplyNetworkConfigurationParameters {\n /** Location of the Api Management service to update for a multi-region service. For a service deployed in a single region, this parameter is not required. */\n location?: string;\n}\n\n/** Paged email template list representation. */\nexport interface EmailTemplateCollection {\n /** Page values. */\n value?: EmailTemplateContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Email Template Parameter contract. */\nexport interface EmailTemplateParametersContractProperties {\n /** Template parameter name. */\n name?: string;\n /** Template parameter title. */\n title?: string;\n /** Template parameter description. */\n description?: string;\n}\n\n/** Email Template update Parameters. */\nexport interface EmailTemplateUpdateParameters {\n /** Subject of the Template. */\n subject?: string;\n /** Title of the Template. */\n title?: string;\n /** Description of the Email Template. */\n description?: string;\n /** Email Template Body. This should be a valid XDocument */\n body?: string;\n /** Email Template Parameter values. */\n parameters?: EmailTemplateParametersContractProperties[];\n}\n\n/** Paged Gateway list representation. */\nexport interface GatewayCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GatewayContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Resource location data properties. */\nexport interface ResourceLocationDataContract {\n /** A canonical name for the geographic or physical location. */\n name: string;\n /** The city or locality where the resource is located. */\n city?: string;\n /** The district, state, or province where the resource is located. */\n district?: string;\n /** The country or region where the resource is located. */\n countryOrRegion?: string;\n}\n\n/** Gateway authentication keys. */\nexport interface GatewayKeysContract {\n /** Primary gateway key. */\n primary?: string;\n /** Secondary gateway key. */\n secondary?: string;\n}\n\n/** Gateway key regeneration request contract properties. */\nexport interface GatewayKeyRegenerationRequestContract {\n /** The Key being regenerated. */\n keyType: KeyType;\n}\n\n/** Gateway token request contract properties. */\nexport interface GatewayTokenRequestContract {\n /** The Key to be used to generate gateway token. */\n keyType: KeyType;\n /**\n * The Expiry time of the Token. Maximum token expiry time is set to 30 days. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n expiry: Date;\n}\n\n/** Gateway access token. */\nexport interface GatewayTokenContract {\n /** Shared Access Authentication token value for the Gateway. */\n value?: string;\n}\n\n/** Paged Gateway hostname configuration list representation. */\nexport interface GatewayHostnameConfigurationCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GatewayHostnameConfigurationContract[];\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged Gateway certificate authority list representation. */\nexport interface GatewayCertificateAuthorityCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GatewayCertificateAuthorityContract[];\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged Group list representation. */\nexport interface GroupCollection {\n /** Page values. */\n value?: GroupContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Group contract Properties. */\nexport interface GroupContractProperties {\n /** Group name. */\n displayName: string;\n /** Group description. Can contain HTML formatting tags. */\n description?: string;\n /**\n * true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly builtIn?: boolean;\n /** Group type. */\n type?: GroupType;\n /** For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null. */\n externalId?: string;\n}\n\n/** Parameters supplied to the Create Group operation. */\nexport interface GroupCreateParameters {\n /** Group name. */\n displayName?: string;\n /** Group description. */\n description?: string;\n /** Group type. */\n type?: GroupType;\n /** Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null. */\n externalId?: string;\n}\n\n/** Parameters supplied to the Update Group operation. */\nexport interface GroupUpdateParameters {\n /** Group name. */\n displayName?: string;\n /** Group description. */\n description?: string;\n /** Group type. */\n type?: GroupType;\n /** Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null. */\n externalId?: string;\n}\n\n/** Paged Users list representation. */\nexport interface UserCollection {\n /** Page values. */\n value?: UserContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** User Entity Base Parameters set. */\nexport interface UserEntityBaseParameters {\n /** Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. */\n state?: UserState;\n /** Optional note about a user set by the administrator. */\n note?: string;\n /** Collection of user identities. */\n identities?: UserIdentityContract[];\n}\n\n/** User identity details. */\nexport interface UserIdentityContract {\n /** Identity provider name. */\n provider?: string;\n /** Identifier value within provider. */\n id?: string;\n}\n\n/** List of all the Identity Providers configured on the service instance. */\nexport interface IdentityProviderList {\n /** Identity Provider configuration values. */\n value?: IdentityProviderContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Identity Provider Base Parameter Properties. */\nexport interface IdentityProviderBaseParameters {\n /** Identity Provider Type identifier. */\n type?: IdentityProviderType;\n /** The TenantId to use instead of Common when logging into Active Directory */\n signinTenant?: string;\n /** List of Allowed Tenants when configuring Azure Active Directory login. */\n allowedTenants?: string[];\n /** OpenID Connect discovery endpoint hostname for AAD or AAD B2C. */\n authority?: string;\n /** Signup Policy Name. Only applies to AAD B2C Identity Provider. */\n signupPolicyName?: string;\n /** Signin Policy Name. Only applies to AAD B2C Identity Provider. */\n signinPolicyName?: string;\n /** Profile Editing Policy Name. Only applies to AAD B2C Identity Provider. */\n profileEditingPolicyName?: string;\n /** Password Reset Policy Name. Only applies to AAD B2C Identity Provider. */\n passwordResetPolicyName?: string;\n /** The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider. */\n clientLibrary?: string;\n}\n\n/** Parameters supplied to update Identity Provider */\nexport interface IdentityProviderUpdateParameters {\n /** Identity Provider Type identifier. */\n type?: IdentityProviderType;\n /** The TenantId to use instead of Common when logging into Active Directory */\n signinTenant?: string;\n /** List of Allowed Tenants when configuring Azure Active Directory login. */\n allowedTenants?: string[];\n /** OpenID Connect discovery endpoint hostname for AAD or AAD B2C. */\n authority?: string;\n /** Signup Policy Name. Only applies to AAD B2C Identity Provider. */\n signupPolicyName?: string;\n /** Signin Policy Name. Only applies to AAD B2C Identity Provider. */\n signinPolicyName?: string;\n /** Profile Editing Policy Name. Only applies to AAD B2C Identity Provider. */\n profileEditingPolicyName?: string;\n /** Password Reset Policy Name. Only applies to AAD B2C Identity Provider. */\n passwordResetPolicyName?: string;\n /** The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider. */\n clientLibrary?: string;\n /** Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft. */\n clientId?: string;\n /** Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. */\n clientSecret?: string;\n}\n\n/** Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. */\nexport interface ClientSecretContract {\n /** Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. */\n clientSecret?: string;\n}\n\n/** Paged Logger list representation. */\nexport interface LoggerCollection {\n /** Logger values. */\n value?: LoggerContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Logger update contract. */\nexport interface LoggerUpdateContract {\n /** Logger type. */\n loggerType?: LoggerType;\n /** Logger description. */\n description?: string;\n /** Logger credentials. */\n credentials?: { [propertyName: string]: string };\n /** Whether records are buffered in the logger before publishing. Default is assumed to be true. */\n isBuffered?: boolean;\n}\n\n/** Paged NamedValue list representation. */\nexport interface NamedValueCollection {\n /** Page values. */\n value?: NamedValueContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** NamedValue Entity Base Parameters set. */\nexport interface NamedValueEntityBaseParameters {\n /** Optional tags that when provided can be used to filter the NamedValue list. */\n tags?: string[];\n /** Determines whether the value is a secret and should be encrypted or not. Default value is false. */\n secret?: boolean;\n}\n\n/** NamedValue update Parameters. */\nexport interface NamedValueUpdateParameters {\n /** Optional tags that when provided can be used to filter the NamedValue list. */\n tags?: string[];\n /** Determines whether the value is a secret and should be encrypted or not. Default value is false. */\n secret?: boolean;\n /** Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. */\n displayName?: string;\n /** Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. */\n value?: string;\n /** KeyVault location details of the namedValue. */\n keyVault?: KeyVaultContractCreateProperties;\n}\n\n/** Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. */\nexport interface NamedValueSecretContract {\n /** This is secret value of the NamedValue entity. */\n value?: string;\n}\n\n/** Network Status in the Location */\nexport interface NetworkStatusContractByLocation {\n /** Location of service */\n location?: string;\n /** Network status in Location */\n networkStatus?: NetworkStatusContract;\n}\n\n/** Network Status details. */\nexport interface NetworkStatusContract {\n /** Gets the list of DNS servers IPV4 addresses. */\n dnsServers: string[];\n /** Gets the list of Connectivity Status to the Resources on which the service depends upon. */\n connectivityStatus: ConnectivityStatusContract[];\n}\n\n/** Details about connectivity to a resource. */\nexport interface ConnectivityStatusContract {\n /** The hostname of the resource which the service depends on. This can be the database, storage or any other azure resource on which the service depends upon. */\n name: string;\n /** Resource Connectivity Status Type identifier. */\n status: ConnectivityStatusType;\n /** Error details of the connectivity to the resource. */\n error?: string;\n /**\n * The date when the resource connectivity status was last updated. This status should be updated every 15 minutes. If this status has not been updated, then it means that the service has lost network connectivity to the resource, from inside the Virtual Network.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n lastUpdated: Date;\n /**\n * The date when the resource connectivity status last Changed from success to failure or vice-versa. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n lastStatusChange: Date;\n /** Resource Type. */\n resourceType: string;\n /** Whether this is optional. */\n isOptional: boolean;\n}\n\n/** Paged Notification list representation. */\nexport interface NotificationCollection {\n /** Page values. */\n value?: NotificationContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Notification Parameter contract. */\nexport interface RecipientsContractProperties {\n /** List of Emails subscribed for the notification. */\n emails?: string[];\n /** List of Users subscribed for the notification. */\n users?: string[];\n}\n\n/** Paged Recipient User list representation. */\nexport interface RecipientUserCollection {\n /** Page values. */\n value?: RecipientUserContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Paged Recipient User list representation. */\nexport interface RecipientEmailCollection {\n /** Page values. */\n value?: RecipientEmailContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Paged OpenIdProviders list representation. */\nexport interface OpenIdConnectProviderCollection {\n /** Page values. */\n value?: OpenidConnectProviderContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Parameters supplied to the Update OpenID Connect Provider operation. */\nexport interface OpenidConnectProviderUpdateContract {\n /** User-friendly OpenID Connect Provider name. */\n displayName?: string;\n /** User-friendly description of OpenID Connect Provider. */\n description?: string;\n /** Metadata endpoint URI. */\n metadataEndpoint?: string;\n /** Client ID of developer console which is the client application. */\n clientId?: string;\n /** Client Secret of developer console which is the client application. */\n clientSecret?: string;\n /** If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided. */\n useInTestConsole?: boolean;\n /** If true, the Open ID Connect provider will be used in the API documentation in the developer portal. False by default if no value is provided. */\n useInApiDocumentation?: boolean;\n}\n\n/** Collection of Outbound Environment Endpoints */\nexport interface OutboundEnvironmentEndpointList {\n /** Collection of resources. */\n value: OutboundEnvironmentEndpoint[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Endpoints accessed for a common purpose that the Api Management Service requires outbound network access to. */\nexport interface OutboundEnvironmentEndpoint {\n /** The type of service accessed by the Api Management Service, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. */\n category?: string;\n /** The endpoints that the Api Management Service reaches the service at. */\n endpoints?: EndpointDependency[];\n}\n\n/** A domain name that a service is reached at. */\nexport interface EndpointDependency {\n /** The domain name of the dependency. */\n domainName?: string;\n /** The Ports used when connecting to DomainName. */\n endpointDetails?: EndpointDetail[];\n}\n\n/** Current TCP connectivity information from the Api Management Service to a single endpoint. */\nexport interface EndpointDetail {\n /** The port an endpoint is connected to. */\n port?: number;\n /** The region of the dependency. */\n region?: string;\n}\n\n/** Descriptions of API Management policies. */\nexport interface PolicyDescriptionCollection {\n /** Descriptions of API Management policies. */\n value?: PolicyDescriptionContract[];\n /** Total record count number. */\n count?: number;\n}\n\n/** The response of the get policy fragments operation. */\nexport interface PolicyFragmentCollection {\n /** Policy fragment contract value. */\n value?: PolicyFragmentContract[];\n /** Total record count number. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** A collection of resources. */\nexport interface ResourceCollection {\n /** A collection of resources. */\n value?: ResourceCollectionValueItem[];\n /** Total record count number. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** The collection of the developer portal configurations. */\nexport interface PortalConfigCollection {\n /** The developer portal configurations. */\n value?: PortalConfigContract[];\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface PortalConfigPropertiesSignin {\n /** Redirect anonymous users to the sign-in page. */\n require?: boolean;\n}\n\nexport interface PortalConfigPropertiesSignup {\n /** Terms of service settings. */\n termsOfService?: PortalConfigTermsOfServiceProperties;\n}\n\n/** Terms of service contract properties. */\nexport interface PortalConfigTermsOfServiceProperties {\n /** A terms of service text. */\n text?: string;\n /** Ask user for consent to the terms of service. */\n requireConsent?: boolean;\n}\n\nexport interface PortalConfigDelegationProperties {\n /** Enable or disable delegation for user registration. */\n delegateRegistration?: boolean;\n /** Enable or disable delegation for product subscriptions. */\n delegateSubscription?: boolean;\n /** A delegation endpoint URL. */\n delegationUrl?: string;\n /** A base64-encoded validation key to ensure requests originate from Azure API Management service. */\n validationKey?: string;\n}\n\n/** The developer portal Cross-Origin Resource Sharing (CORS) settings. */\nexport interface PortalConfigCorsProperties {\n /** Allowed origins, e.g. `https://trusted.com`. */\n allowedOrigins?: string[];\n}\n\n/** The developer portal Content Security Policy (CSP) settings. */\nexport interface PortalConfigCspProperties {\n /** The mode of the developer portal Content Security Policy (CSP). */\n mode?: PortalSettingsCspMode;\n /** The URLs used by the browser to report CSP violations. */\n reportUri?: string[];\n /** Allowed sources, e.g. `*.trusted.com`, `trusted.com`, `https://`. */\n allowedSources?: string[];\n}\n\n/** Paged list of portal revisions. */\nexport interface PortalRevisionCollection {\n /**\n * Collection of portal revisions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PortalRevisionContract[];\n /**\n * Next page link, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Descriptions of API Management policies. */\nexport interface PortalSettingsCollection {\n /** Descriptions of API Management policies. */\n value?: PortalSettingsContract[];\n /** Total record count number. */\n count?: number;\n}\n\n/** Subscriptions delegation settings properties. */\nexport interface SubscriptionsDelegationSettingsProperties {\n /** Enable or disable delegation for subscriptions. */\n enabled?: boolean;\n}\n\n/** User registration delegation settings properties. */\nexport interface RegistrationDelegationSettingsProperties {\n /** Enable or disable delegation for user registration. */\n enabled?: boolean;\n}\n\n/** Terms of service contract properties. */\nexport interface TermsOfServiceProperties {\n /** A terms of service text. */\n text?: string;\n /** Display terms of service during a sign-up process. */\n enabled?: boolean;\n /** Ask user for consent to the terms of service. */\n consentRequired?: boolean;\n}\n\n/** Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. */\nexport interface PortalSettingValidationKeyContract {\n /** This is secret value of the validation key in portal settings. */\n validationKey?: string;\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A request to approve or reject a private endpoint connection */\nexport interface PrivateEndpointConnectionRequest {\n /** Private Endpoint Connection Resource Id. */\n id?: string;\n /** The connection state of the private endpoint connection. */\n properties?: PrivateEndpointConnectionRequestProperties;\n}\n\n/** The connection state of the private endpoint connection. */\nexport interface PrivateEndpointConnectionRequestProperties {\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** Product Update parameters. */\nexport interface ProductUpdateParameters {\n /** Product description. May include HTML formatting tags. */\n description?: string;\n /** Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process. */\n terms?: string;\n /** Whether a product subscription is required for accessing APIs included in this product. If true, the product is referred to as \"protected\" and a valid subscription key is required for a request to an API included in the product to succeed. If false, the product is referred to as \"open\" and requests to an API included in the product can be made without a subscription key. If property is omitted when creating a new product it's value is assumed to be true. */\n subscriptionRequired?: boolean;\n /** whether subscription approval is required. If false, new subscriptions will be approved automatically enabling developers to call the product’s APIs immediately after subscribing. If true, administrators must manually approve the subscription before the developer can any of the product’s APIs. Can be present only if subscriptionRequired property is present and has a value of false. */\n approvalRequired?: boolean;\n /** Whether the number of subscriptions a user can have to this product at the same time. Set to null or omit to allow unlimited per user subscriptions. Can be present only if subscriptionRequired property is present and has a value of false. */\n subscriptionsLimit?: number;\n /** whether product is published or not. Published products are discoverable by users of developer portal. Non published products are visible only to administrators. Default state of Product is notPublished. */\n state?: ProductState;\n /** Product name. */\n displayName?: string;\n}\n\n/** Paged Subscriptions list representation. */\nexport interface SubscriptionCollection {\n /** Page values. */\n value?: SubscriptionContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Paged Quota Counter list representation. */\nexport interface QuotaCounterCollection {\n /** Quota counter values. */\n value?: QuotaCounterContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Quota counter details. */\nexport interface QuotaCounterContract {\n /** The Key value of the Counter. Must not be empty. */\n counterKey: string;\n /** Identifier of the Period for which the counter was collected. Must not be empty. */\n periodKey: string;\n /**\n * The date of the start of Counter Period. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n periodStartTime: Date;\n /**\n * The date of the end of Counter Period. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n periodEndTime: Date;\n /** Quota Value Properties */\n value?: QuotaCounterValueContractProperties;\n}\n\n/** Quota counter value details. */\nexport interface QuotaCounterValueContractProperties {\n /** Number of times Counter was called. */\n callsCount?: number;\n /** Data Transferred in KiloBytes. */\n kbTransferred?: number;\n}\n\n/** Quota counter value details. */\nexport interface QuotaCounterValueUpdateContract {\n /** Number of times Counter was called. */\n callsCount?: number;\n /** Data Transferred in KiloBytes. */\n kbTransferred?: number;\n}\n\n/** Lists Regions operation response details. */\nexport interface RegionListResult {\n /** Lists of Regions. */\n value?: RegionContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Region profile. */\nexport interface RegionContract {\n /**\n * Region name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** whether Region is the master region. */\n isMasterRegion?: boolean;\n /** whether Region is deleted. */\n isDeleted?: boolean;\n}\n\n/** Paged Report records list representation. */\nexport interface ReportCollection {\n /** Page values. */\n value?: ReportRecordContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Report data. */\nexport interface ReportRecordContract {\n /** Name depending on report endpoint specifies product, API, operation or developer name. */\n name?: string;\n /**\n * Start of aggregation period. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n timestamp?: Date;\n /** Length of aggregation period. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations). */\n interval?: string;\n /** Country to which this record data is related. */\n country?: string;\n /** Country region to which this record data is related. */\n region?: string;\n /** Zip code to which this record data is related. */\n zip?: string;\n /**\n * User identifier path. /users/{userId}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userId?: string;\n /**\n * Product identifier path. /products/{productId}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly productId?: string;\n /** API identifier path. /apis/{apiId} */\n apiId?: string;\n /** Operation identifier path. /apis/{apiId}/operations/{operationId} */\n operationId?: string;\n /** API region identifier. */\n apiRegion?: string;\n /** Subscription identifier path. /subscriptions/{subscriptionId} */\n subscriptionId?: string;\n /** Number of successful calls. This includes calls returning HttpStatusCode <= 301 and HttpStatusCode.NotModified and HttpStatusCode.TemporaryRedirect */\n callCountSuccess?: number;\n /** Number of calls blocked due to invalid credentials. This includes calls returning HttpStatusCode.Unauthorized and HttpStatusCode.Forbidden and HttpStatusCode.TooManyRequests */\n callCountBlocked?: number;\n /** Number of calls failed due to gateway or backend errors. This includes calls returning HttpStatusCode.BadRequest(400) and any Code between HttpStatusCode.InternalServerError (500) and 600 */\n callCountFailed?: number;\n /** Number of other calls. */\n callCountOther?: number;\n /** Total number of calls. */\n callCountTotal?: number;\n /** Bandwidth consumed. */\n bandwidth?: number;\n /** Number of times when content was served from cache policy. */\n cacheHitCount?: number;\n /** Number of times content was fetched from backend. */\n cacheMissCount?: number;\n /** Average time it took to process request. */\n apiTimeAvg?: number;\n /** Minimum time it took to process request. */\n apiTimeMin?: number;\n /** Maximum time it took to process request. */\n apiTimeMax?: number;\n /** Average time it took to process request on backend. */\n serviceTimeAvg?: number;\n /** Minimum time it took to process request on backend. */\n serviceTimeMin?: number;\n /** Maximum time it took to process request on backend. */\n serviceTimeMax?: number;\n}\n\n/** Paged Report records list representation. */\nexport interface RequestReportCollection {\n /** Page values. */\n value?: RequestReportRecordContract[];\n /** Total record count number across all pages. */\n count?: number;\n}\n\n/** Request Report data. */\nexport interface RequestReportRecordContract {\n /** API identifier path. /apis/{apiId} */\n apiId?: string;\n /** Operation identifier path. /apis/{apiId}/operations/{operationId} */\n operationId?: string;\n /**\n * Product identifier path. /products/{productId}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly productId?: string;\n /**\n * User identifier path. /users/{userId}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userId?: string;\n /** The HTTP method associated with this request.. */\n method?: string;\n /** The full URL associated with this request. */\n url?: string;\n /** The client IP address associated with this request. */\n ipAddress?: string;\n /** The HTTP status code received by the gateway as a result of forwarding this request to the backend. */\n backendResponseCode?: string;\n /** The HTTP status code returned by the gateway. */\n responseCode?: number;\n /** The size of the response returned by the gateway. */\n responseSize?: number;\n /** The date and time when this request was received by the gateway in ISO 8601 format. */\n timestamp?: Date;\n /** Specifies if response cache was involved in generating the response. If the value is none, the cache was not used. If the value is hit, cached response was returned. If the value is miss, the cache was used but lookup resulted in a miss and request was fulfilled by the backend. */\n cache?: string;\n /** The total time it took to process this request. */\n apiTime?: number;\n /** he time it took to forward this request to the backend and get the response back. */\n serviceTime?: number;\n /** Azure region where the gateway that processed this request is located. */\n apiRegion?: string;\n /** Subscription identifier path. /subscriptions/{subscriptionId} */\n subscriptionId?: string;\n /** Request Identifier. */\n requestId?: string;\n /** The size of this request.. */\n requestSize?: number;\n}\n\n/** The response of the list schema operation. */\nexport interface GlobalSchemaCollection {\n /**\n * Global Schema Contract value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GlobalSchemaContract[];\n /** Total record count number. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Paged AccessInformation list representation. */\nexport interface TenantSettingsCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: TenantSettingsContract[];\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The List Resource Skus operation response. */\nexport interface ApiManagementSkusResult {\n /** The list of skus available for the subscription. */\n value: ApiManagementSku[];\n /**\n * The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes an available ApiManagement SKU. */\nexport interface ApiManagementSku {\n /**\n * The type of resource the SKU applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * The name of SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tier?: string;\n /**\n * The Size of the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: string;\n /**\n * The Family of this particular SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly family?: string;\n /**\n * The Kind of resources that are supported in this SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kind?: string;\n /**\n * Specifies the number of virtual machines in the scale set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: ApiManagementSkuCapacity;\n /**\n * The set of locations that the SKU is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /**\n * A list of locations and availability zones in those locations where the SKU is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locationInfo?: ApiManagementSkuLocationInfo[];\n /**\n * The api versions that support this SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apiVersions?: string[];\n /**\n * Metadata for retrieving price info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly costs?: ApiManagementSkuCosts[];\n /**\n * A name value pair to describe the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: ApiManagementSkuCapabilities[];\n /**\n * The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restrictions?: ApiManagementSkuRestrictions[];\n}\n\n/** Describes scaling information of a SKU. */\nexport interface ApiManagementSkuCapacity {\n /**\n * The minimum capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimum?: number;\n /**\n * The maximum capacity that can be set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n /**\n * The default capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: number;\n /**\n * The scale type applicable to the sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: ApiManagementSkuCapacityScaleType;\n}\n\nexport interface ApiManagementSkuLocationInfo {\n /**\n * Location of the SKU\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * List of availability zones where the SKU is supported.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zones?: string[];\n /**\n * Details of capabilities available to a SKU in specific zones.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneDetails?: ApiManagementSkuZoneDetails[];\n}\n\n/** Describes The zonal capabilities of a SKU. */\nexport interface ApiManagementSkuZoneDetails {\n /**\n * The set of zones that the SKU is available in with the specified capabilities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string[];\n /**\n * A list of capabilities that are available for the SKU in the specified list of zones.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: ApiManagementSkuCapabilities[];\n}\n\n/** Describes The SKU capabilities object. */\nexport interface ApiManagementSkuCapabilities {\n /**\n * An invariant to describe the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * An invariant if the feature is measured by quantity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Describes metadata for retrieving price info. */\nexport interface ApiManagementSkuCosts {\n /**\n * Used for querying price from commerce.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterID?: string;\n /**\n * The multiplier is needed to extend the base metered cost.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quantity?: number;\n /**\n * An invariant to show the extended unit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extendedUnit?: string;\n}\n\n/** Describes scaling information of a SKU. */\nexport interface ApiManagementSkuRestrictions {\n /**\n * The type of restrictions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: ApiManagementSkuRestrictionsType;\n /**\n * The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly values?: string[];\n /**\n * The information about the restriction where the SKU cannot be used.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restrictionInfo?: ApiManagementSkuRestrictionInfo;\n /**\n * The reason for restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reasonCode?: ApiManagementSkuRestrictionsReasonCode;\n}\n\nexport interface ApiManagementSkuRestrictionInfo {\n /**\n * Locations where the SKU is restricted\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /**\n * List of availability zones where the SKU is restricted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zones?: string[];\n}\n\n/** Subscription create details. */\nexport interface SubscriptionCreateParameters {\n /** User (user id path) for whom subscription is being created in form /users/{userId} */\n ownerId?: string;\n /** Scope like /products/{productId} or /apis or /apis/{apiId}. */\n scope?: string;\n /** Subscription name. */\n displayName?: string;\n /** Primary subscription key. If not specified during request key will be generated automatically. */\n primaryKey?: string;\n /** Secondary subscription key. If not specified during request key will be generated automatically. */\n secondaryKey?: string;\n /** Initial subscription state. If no value is specified, subscription is created with Submitted state. Possible states are * active – the subscription is active, * suspended – the subscription is blocked, and the subscriber cannot call any APIs of the product, * submitted – the subscription request has been made by the developer, but has not yet been approved or rejected, * rejected – the subscription request has been denied by an administrator, * cancelled – the subscription has been cancelled by the developer or administrator, * expired – the subscription reached its expiration date and was deactivated. */\n state?: SubscriptionState;\n /** Determines whether tracing can be enabled */\n allowTracing?: boolean;\n}\n\n/** Subscription update details. */\nexport interface SubscriptionUpdateParameters {\n /** User identifier path: /users/{userId} */\n ownerId?: string;\n /** Scope like /products/{productId} or /apis or /apis/{apiId} */\n scope?: string;\n /** Subscription expiration date. The setting is for audit purposes only and the subscription is not automatically expired. The subscription lifecycle can be managed by using the `state` property. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. */\n expirationDate?: Date;\n /** Subscription name. */\n displayName?: string;\n /** Primary subscription key. */\n primaryKey?: string;\n /** Secondary subscription key. */\n secondaryKey?: string;\n /** Subscription state. Possible states are * active – the subscription is active, * suspended – the subscription is blocked, and the subscriber cannot call any APIs of the product, * submitted – the subscription request has been made by the developer, but has not yet been approved or rejected, * rejected – the subscription request has been denied by an administrator, * cancelled – the subscription has been cancelled by the developer or administrator, * expired – the subscription reached its expiration date and was deactivated. */\n state?: SubscriptionState;\n /** Comments describing subscription state change by the administrator when the state is changed to the 'rejected'. */\n stateComment?: string;\n /** Determines whether tracing can be enabled */\n allowTracing?: boolean;\n}\n\n/** Subscription keys. */\nexport interface SubscriptionKeysContract {\n /** Subscription primary key. */\n primaryKey?: string;\n /** Subscription secondary key. */\n secondaryKey?: string;\n}\n\n/** Parameters supplied to Create/Update Tag operations. */\nexport interface TagCreateUpdateParameters {\n /** Tag name. */\n displayName?: string;\n}\n\n/** Paged AccessInformation list representation. */\nexport interface AccessInformationCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AccessInformationContract[];\n /** Total record count number across all pages. */\n count?: number;\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Tenant access information update parameters. */\nexport interface AccessInformationCreateParameters {\n /** Principal (User) Identifier. */\n principalId?: string;\n /** Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n primaryKey?: string;\n /** Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n secondaryKey?: string;\n /** Determines whether direct access is enabled. */\n enabled?: boolean;\n}\n\n/** Tenant access information update parameters. */\nexport interface AccessInformationUpdateParameters {\n /** Determines whether direct access is enabled. */\n enabled?: boolean;\n}\n\n/** Tenant access information contract of the API Management service. */\nexport interface AccessInformationSecretsContract {\n /** Access Information type ('access' or 'gitAccess') */\n id?: string;\n /** Principal (User) Identifier. */\n principalId?: string;\n /** Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n primaryKey?: string;\n /** Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n secondaryKey?: string;\n /** Determines whether direct access is enabled. */\n enabled?: boolean;\n}\n\n/** Deploy Tenant Configuration Contract. */\nexport interface DeployConfigurationParameters {\n /** The name of the Git branch from which the configuration is to be deployed to the configuration database. */\n branch?: string;\n /** The value enforcing deleting subscriptions to products that are deleted in this update. */\n force?: boolean;\n}\n\n/** Log of the entity being created, updated or deleted. */\nexport interface OperationResultLogItemContract {\n /** The type of entity contract. */\n objectType?: string;\n /** Action like create/update/delete. */\n action?: string;\n /** Identifier of the entity being created/updated/deleted. */\n objectKey?: string;\n}\n\n/** Save Tenant Configuration Contract details. */\nexport interface SaveConfigurationParameter {\n /** The name of the Git branch in which to commit the current configuration snapshot. */\n branch?: string;\n /** The value if true, the current configuration database is committed to the Git repository, even if the Git repository has newer changes that would be overwritten. */\n force?: boolean;\n}\n\n/** User create details. */\nexport interface UserCreateParameters {\n /** Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. */\n state?: UserState;\n /** Optional note about a user set by the administrator. */\n note?: string;\n /** Collection of user identities. */\n identities?: UserIdentityContract[];\n /** Email address. Must not be empty and must be unique within the service instance. */\n email?: string;\n /** First name. */\n firstName?: string;\n /** Last name. */\n lastName?: string;\n /** User Password. If no value is provided, a default password is generated. */\n password?: string;\n /** Determines the type of application which send the create user request. Default is legacy portal. */\n appType?: AppType;\n /** Determines the type of confirmation e-mail that will be sent to the newly created user. */\n confirmation?: Confirmation;\n}\n\n/** User update parameters. */\nexport interface UserUpdateParameters {\n /** Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. */\n state?: UserState;\n /** Optional note about a user set by the administrator. */\n note?: string;\n /** Collection of user identities. */\n identities?: UserIdentityContract[];\n /** Email address. Must not be empty and must be unique within the service instance. */\n email?: string;\n /** User Password. */\n password?: string;\n /** First name. */\n firstName?: string;\n /** Last name. */\n lastName?: string;\n}\n\n/** Generate SSO Url operations response details. */\nexport interface GenerateSsoUrlResult {\n /** Redirect Url containing the SSO URL value. */\n value?: string;\n}\n\n/** List of Users Identity list representation. */\nexport interface UserIdentityCollection {\n /** User Identity values. */\n value?: UserIdentityContract[];\n /** Total record count number across all pages. */\n count?: number;\n /** Next page link if any. */\n nextLink?: string;\n}\n\n/** Get User Token parameters. */\nexport interface UserTokenParameters {\n /** The Key to be used to generate token for user. */\n keyType?: KeyType;\n /**\n * The Expiry time of the Token. Maximum token expiry time is set to 30 days. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n expiry?: Date;\n}\n\n/** Get User Token response details. */\nexport interface UserTokenResult {\n /** Shared Access Authorization token for the User. */\n value?: string;\n}\n\n/** Paged Documentation list representation. */\nexport interface DocumentationCollection {\n /**\n * Page values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DocumentationContract[];\n /**\n * Next page link if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Documentation update contract details. */\nexport interface DocumentationUpdateContract {\n /** documentation title. */\n title?: string;\n /** Markdown documentation content. */\n content?: string;\n}\n\n/** Object used to create an API Revision or Version based on an existing API Revision */\nexport interface ApiRevisionInfoContract {\n /** Resource identifier of API to be used to create the revision from. */\n sourceApiId?: string;\n /** Version identifier for the new API Version. */\n apiVersionName?: string;\n /** Description of new API Revision. */\n apiRevisionDescription?: string;\n /** Version set details */\n apiVersionSet?: ApiVersionSetContractDetails;\n}\n\n/** Quota counter value details. */\nexport interface QuotaCounterValueContract {\n /** Number of times Counter was called. */\n callsCount?: number;\n /** Data Transferred in KiloBytes. */\n kbTransferred?: number;\n}\n\n/** Log of the entity being created, updated or deleted. */\nexport interface ResolverResultLogItemContract {\n /** The type of entity contract. */\n objectType?: string;\n /** Action like create/update/delete. */\n action?: string;\n /** Identifier of the entity being created/updated/deleted. */\n objectKey?: string;\n}\n\n/** API Entity Properties */\nexport interface ApiContractProperties extends ApiEntityBaseContract {\n /** API identifier of the source API. */\n sourceApiId?: string;\n /** API name. Must be 1 to 300 characters long. */\n displayName?: string;\n /** Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long. */\n serviceUrl?: string;\n /** Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API. */\n path: string;\n /** Describes on which protocols the operations in this API can be invoked. */\n protocols?: Protocol[];\n /** Version set details */\n apiVersionSet?: ApiVersionSetContractDetails;\n}\n\n/** API update contract properties. */\nexport interface ApiContractUpdateProperties extends ApiEntityBaseContract {\n /** API name. */\n displayName?: string;\n /** Absolute URL of the backend service implementing this API. */\n serviceUrl?: string;\n /** Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API. */\n path?: string;\n /** Describes on which protocols the operations in this API can be invoked. */\n protocols?: Protocol[];\n}\n\n/** API contract properties for the Tag Resources. */\nexport interface ApiTagResourceContractProperties\n extends ApiEntityBaseContract {\n /** API identifier in the form /apis/{apiId}. */\n id?: string;\n /** API name. */\n name?: string;\n /** Absolute URL of the backend service implementing this API. */\n serviceUrl?: string;\n /** Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API. */\n path?: string;\n /** Describes on which protocols the operations in this API can be invoked. */\n protocols?: Protocol[];\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource { }\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** Operation Contract Properties */\nexport interface OperationContractProperties\n extends OperationEntityBaseContract {\n /** Operation Name. */\n displayName: string;\n /** A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. */\n method: string;\n /** Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} */\n urlTemplate: string;\n}\n\n/** Operation Update Contract Properties. */\nexport interface OperationUpdateContractProperties\n extends OperationEntityBaseContract {\n /** Operation Name. */\n displayName?: string;\n /** A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. */\n method?: string;\n /** Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} */\n urlTemplate?: string;\n}\n\n/** Product profile. */\nexport interface ProductContractProperties extends ProductEntityBaseParameters {\n /** Product name. */\n displayName: string;\n}\n\n/** Product profile. */\nexport interface ProductTagResourceContractProperties\n extends ProductEntityBaseParameters {\n /** Identifier of the product in the form of /products/{productId} */\n id?: string;\n /** Product name. */\n name: string;\n}\n\n/** Parameters supplied to the Update Product operation. */\nexport interface ProductUpdateProperties extends ProductEntityBaseParameters {\n /** Product name. */\n displayName?: string;\n}\n\n/** Issue contract Properties. */\nexport interface IssueContractProperties extends IssueContractBaseProperties {\n /** The issue title. */\n title: string;\n /** Text describing the issue. */\n description: string;\n /** A resource identifier for the user created the issue. */\n userId: string;\n}\n\n/** Issue contract Update Properties. */\nexport interface IssueUpdateContractProperties\n extends IssueContractBaseProperties {\n /** The issue title. */\n title?: string;\n /** Text describing the issue. */\n description?: string;\n /** A resource identifier for the user created the issue. */\n userId?: string;\n}\n\n/** TagDescription contract Properties. */\nexport interface TagDescriptionContractProperties\n extends TagDescriptionBaseProperties {\n /** Identifier of the tag in the form of /tags/{tagId} */\n tagId?: string;\n /** Tag name. */\n displayName?: string;\n}\n\n/** Properties of an API Version Set. */\nexport interface ApiVersionSetContractProperties\n extends ApiVersionSetEntityBase {\n /** Name of API Version Set */\n displayName: string;\n /** An value that determines where the API Version identifier will be located in a HTTP request. */\n versioningScheme: VersioningScheme;\n}\n\n/** Properties used to create or update an API Version Set. */\nexport interface ApiVersionSetUpdateParametersProperties\n extends ApiVersionSetEntityBase {\n /** Name of API Version Set */\n displayName?: string;\n /** An value that determines where the API Version identifier will be located in a HTTP request. */\n versioningScheme?: VersioningScheme;\n}\n\n/** External OAuth authorization server settings Properties. */\nexport interface AuthorizationServerContractProperties\n extends AuthorizationServerContractBaseProperties {\n /** User-friendly authorization server name. */\n displayName: string;\n /** If true, the authorization server may be used in the developer portal test console. True by default if no value is provided. */\n useInTestConsole?: boolean;\n /** If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided. */\n useInApiDocumentation?: boolean;\n /** Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced. */\n clientRegistrationEndpoint: string;\n /** OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2. */\n authorizationEndpoint: string;\n /** Form of an authorization grant, which the client uses to request the access token. */\n grantTypes: GrantType[];\n /** Client or app id registered with this authorization server. */\n clientId: string;\n /** Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n clientSecret?: string;\n}\n\n/** External OAuth authorization server Update settings contract. */\nexport interface AuthorizationServerUpdateContractProperties\n extends AuthorizationServerContractBaseProperties {\n /** User-friendly authorization server name. */\n displayName?: string;\n /** If true, the authorization server may be used in the developer portal test console. True by default if no value is provided. */\n useInTestConsole?: boolean;\n /** If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided. */\n useInApiDocumentation?: boolean;\n /** Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced. */\n clientRegistrationEndpoint?: string;\n /** OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2. */\n authorizationEndpoint?: string;\n /** Form of an authorization grant, which the client uses to request the access token. */\n grantTypes?: GrantType[];\n /** Client or app id registered with this authorization server. */\n clientId?: string;\n /** Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n clientSecret?: string;\n}\n\n/** Parameters supplied to the Create Backend operation. */\nexport interface BackendContractProperties extends BackendBaseParameters {\n /** Runtime Url of the Backend. */\n url: string;\n /** Backend communication protocol. */\n protocol: BackendProtocol;\n}\n\n/** Parameters supplied to the Update Backend operation. */\nexport interface BackendUpdateParameterProperties\n extends BackendBaseParameters {\n /** Runtime Url of the Backend. */\n url?: string;\n /** Backend communication protocol. */\n protocol?: BackendProtocol;\n}\n\n/** KeyVault contract details. */\nexport interface KeyVaultContractProperties\n extends KeyVaultContractCreateProperties {\n /** Last time sync and refresh status of secret from key vault. */\n lastStatus?: KeyVaultLastAccessStatusContractProperties;\n}\n\n/** Properties of an API Management service resource description. */\nexport interface ApiManagementServiceProperties\n extends ApiManagementServiceBaseProperties {\n /** Publisher email. */\n publisherEmail: string;\n /** Publisher name. */\n publisherName: string;\n}\n\n/** Properties of an API Management service resource description. */\nexport interface ApiManagementServiceUpdateProperties\n extends ApiManagementServiceBaseProperties {\n /** Publisher email. */\n publisherEmail?: string;\n /** Publisher name. */\n publisherName?: string;\n}\n\n/** A single API Management service resource in List or Get response. */\nexport interface ApiManagementServiceResource extends ApimResource {\n /** SKU properties of the API Management service. */\n sku: ApiManagementServiceSkuProperties;\n /** Managed service identity of the Api Management service. */\n identity?: ApiManagementServiceIdentity;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Resource location. */\n location: string;\n /**\n * ETag of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** A list of availability zones denoting where the resource needs to come from. */\n zones?: string[];\n /** Email address from which the notification will be sent. */\n notificationSenderEmail?: string;\n /**\n * The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The provisioning state of the API Management service, which is targeted by the long running operation started on the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetProvisioningState?: string;\n /**\n * Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAtUtc?: Date;\n /**\n * Gateway URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayUrl?: string;\n /**\n * Gateway URL of the API Management service in the Default Region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayRegionalUrl?: string;\n /**\n * Publisher portal endpoint Url of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly portalUrl?: string;\n /**\n * Management API endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managementApiUrl?: string;\n /**\n * SCM endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scmUrl?: string;\n /**\n * DEveloper Portal endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly developerPortalUrl?: string;\n /** Custom hostname configuration of the API Management service. */\n hostnameConfigurations?: HostnameConfiguration[];\n /**\n * Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIPAddresses?: string[];\n /**\n * Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIPAddresses?: string[];\n /** Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network. */\n publicIpAddressId?: string;\n /** Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled' */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Virtual network configuration of the API Management service. */\n virtualNetworkConfiguration?: VirtualNetworkConfiguration;\n /** Additional datacenter locations of the API Management service. */\n additionalLocations?: AdditionalLocation[];\n /** Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value is `True` if the service was created on or before April 1, 2018 and `False` otherwise. Http2 setting's default value is `False`.</br></br>You can disable any of the following ciphers by using settings `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example, `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. The default value is `true` for them.</br> Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 */\n customProperties?: { [propertyName: string]: string };\n /** List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10. */\n certificates?: CertificateConfiguration[];\n /** Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway. */\n enableClientCertificate?: boolean;\n /** Property can be used to enable NAT Gateway for this API Management service. */\n natGatewayState?: NatGatewayState;\n /**\n * Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundPublicIPAddresses?: string[];\n /** Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region. */\n disableGateway?: boolean;\n /** The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only. */\n virtualNetworkType?: VirtualNetworkType;\n /** Control Plane Apis version constraint for the API Management service. */\n apiVersionConstraint?: ApiVersionConstraint;\n /** Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored. */\n restore?: boolean;\n /** List of Private Endpoint Connections of this service. */\n privateEndpointConnections?: RemotePrivateEndpointConnectionWrapper[];\n /**\n * Compute Platform Version running the service in this location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly platformVersion?: PlatformVersion;\n /** Publisher email. */\n publisherEmail: string;\n /** Publisher name. */\n publisherName: string;\n}\n\n/** Parameter supplied to Update Api Management Service. */\nexport interface ApiManagementServiceUpdateParameters extends ApimResource {\n /** SKU properties of the API Management service. */\n sku?: ApiManagementServiceSkuProperties;\n /** Managed service identity of the Api Management service. */\n identity?: ApiManagementServiceIdentity;\n /**\n * ETag of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** A list of availability zones denoting where the resource needs to come from. */\n zones?: string[];\n /** Email address from which the notification will be sent. */\n notificationSenderEmail?: string;\n /**\n * The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The provisioning state of the API Management service, which is targeted by the long running operation started on the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetProvisioningState?: string;\n /**\n * Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAtUtc?: Date;\n /**\n * Gateway URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayUrl?: string;\n /**\n * Gateway URL of the API Management service in the Default Region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly gatewayRegionalUrl?: string;\n /**\n * Publisher portal endpoint Url of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly portalUrl?: string;\n /**\n * Management API endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managementApiUrl?: string;\n /**\n * SCM endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scmUrl?: string;\n /**\n * DEveloper Portal endpoint URL of the API Management service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly developerPortalUrl?: string;\n /** Custom hostname configuration of the API Management service. */\n hostnameConfigurations?: HostnameConfiguration[];\n /**\n * Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIPAddresses?: string[];\n /**\n * Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIPAddresses?: string[];\n /** Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network. */\n publicIpAddressId?: string;\n /** Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled' */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Virtual network configuration of the API Management service. */\n virtualNetworkConfiguration?: VirtualNetworkConfiguration;\n /** Additional datacenter locations of the API Management service. */\n additionalLocations?: AdditionalLocation[];\n /** Custom properties of the API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to disable just TLS 1.1 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to disable TLS 1.0 for communications with backends.</br>Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable HTTP2 protocol on an API Management service.</br>Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value is `True` if the service was created on or before April 1, 2018 and `False` otherwise. Http2 setting's default value is `False`.</br></br>You can disable any of the following ciphers by using settings `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example, `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. The default value is `true` for them.</br> Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 */\n customProperties?: { [propertyName: string]: string };\n /** List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10. */\n certificates?: CertificateConfiguration[];\n /** Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway. */\n enableClientCertificate?: boolean;\n /** Property can be used to enable NAT Gateway for this API Management service. */\n natGatewayState?: NatGatewayState;\n /**\n * Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundPublicIPAddresses?: string[];\n /** Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region. */\n disableGateway?: boolean;\n /** The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only. */\n virtualNetworkType?: VirtualNetworkType;\n /** Control Plane Apis version constraint for the API Management service. */\n apiVersionConstraint?: ApiVersionConstraint;\n /** Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored. */\n restore?: boolean;\n /** List of Private Endpoint Connections of this service. */\n privateEndpointConnections?: RemotePrivateEndpointConnectionWrapper[];\n /**\n * Compute Platform Version running the service in this location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly platformVersion?: PlatformVersion;\n /** Publisher email. */\n publisherEmail?: string;\n /** Publisher name. */\n publisherName?: string;\n}\n\n/** User profile. */\nexport interface UserContractProperties extends UserEntityBaseParameters {\n /** First name. */\n firstName?: string;\n /** Last name. */\n lastName?: string;\n /** Email address. */\n email?: string;\n /**\n * Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n registrationDate?: Date;\n /**\n * Collection of groups user is part of.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groups?: GroupContractProperties[];\n}\n\n/** Parameters supplied to the Create User operation. */\nexport interface UserCreateParameterProperties\n extends UserEntityBaseParameters {\n /** Email address. Must not be empty and must be unique within the service instance. */\n email: string;\n /** First name. */\n firstName: string;\n /** Last name. */\n lastName: string;\n /** User Password. If no value is provided, a default password is generated. */\n password?: string;\n /** Determines the type of application which send the create user request. Default is legacy portal. */\n appType?: AppType;\n /** Determines the type of confirmation e-mail that will be sent to the newly created user. */\n confirmation?: Confirmation;\n}\n\n/** Parameters supplied to the Update User operation. */\nexport interface UserUpdateParametersProperties\n extends UserEntityBaseParameters {\n /** Email address. Must not be empty and must be unique within the service instance. */\n email?: string;\n /** User Password. */\n password?: string;\n /** First name. */\n firstName?: string;\n /** Last name. */\n lastName?: string;\n}\n\n/** The external Identity Providers like Facebook, Google, Microsoft, Twitter or Azure Active Directory which can be used to enable access to the API Management service developer portal for all users. */\nexport interface IdentityProviderContractProperties\n extends IdentityProviderBaseParameters {\n /** Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft. */\n clientId: string;\n /** Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n clientSecret?: string;\n}\n\n/** The external Identity Providers like Facebook, Google, Microsoft, Twitter or Azure Active Directory which can be used to enable access to the API Management service developer portal for all users. */\nexport interface IdentityProviderCreateContractProperties\n extends IdentityProviderBaseParameters {\n /** Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft. */\n clientId: string;\n /** Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n clientSecret: string;\n}\n\n/** Parameters supplied to the Update Identity Provider operation. */\nexport interface IdentityProviderUpdateProperties\n extends IdentityProviderBaseParameters {\n /** Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft. */\n clientId?: string;\n /** Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. */\n clientSecret?: string;\n}\n\n/** NamedValue Contract properties. */\nexport interface NamedValueContractProperties\n extends NamedValueEntityBaseParameters {\n /** Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. */\n displayName: string;\n /** Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n value?: string;\n /** KeyVault location details of the namedValue. */\n keyVault?: KeyVaultContractProperties;\n}\n\n/** NamedValue Contract properties. */\nexport interface NamedValueCreateContractProperties\n extends NamedValueEntityBaseParameters {\n /** Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. */\n displayName: string;\n /** Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n value?: string;\n /** KeyVault location details of the namedValue. */\n keyVault?: KeyVaultContractCreateProperties;\n}\n\n/** NamedValue Contract properties. */\nexport interface NamedValueUpdateParameterProperties\n extends NamedValueEntityBaseParameters {\n /** Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. */\n displayName?: string;\n /** Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. */\n value?: string;\n /** KeyVault location details of the namedValue. */\n keyVault?: KeyVaultContractCreateProperties;\n}\n\n/** API Create or Update Properties. */\nexport interface ApiCreateOrUpdateProperties extends ApiContractProperties {\n /** Content value when Importing an API. */\n value?: string;\n /** Format of the Content in which the API is getting imported. */\n format?: ContentFormat;\n /** Criteria to limit import of WSDL to a subset of the document. */\n wsdlSelector?: ApiCreateOrUpdatePropertiesWsdlSelector;\n /**\n * Type of API to create.\n * * `http` creates a REST API\n * * `soap` creates a SOAP pass-through API\n * * `websocket` creates websocket API\n * * `graphql` creates GraphQL API.\n */\n soapApiType?: SoapApiType;\n /** Strategy of translating required query parameters to template ones. By default has value 'template'. Possible values: 'template', 'query' */\n translateRequiredQueryParametersConduct?: TranslateRequiredQueryParametersConduct;\n}\n\n/** API details. */\nexport interface ApiContract extends ProxyResource {\n /** Description of the API. May include HTML formatting tags. */\n description?: string;\n /** Collection of authentication settings included into this API. */\n authenticationSettings?: AuthenticationSettingsContract;\n /** Protocols over which API is made available. */\n subscriptionKeyParameterNames?: SubscriptionKeyParameterNamesContract;\n /** Type of API. */\n apiType?: ApiType;\n /** Describes the revision of the API. If no value is provided, default revision 1 is created */\n apiRevision?: string;\n /** Indicates the version identifier of the API if the API is versioned */\n apiVersion?: string;\n /** Indicates if API revision is current api revision. */\n isCurrent?: boolean;\n /**\n * Indicates if API revision is accessible via the gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOnline?: boolean;\n /** Description of the API Revision. */\n apiRevisionDescription?: string;\n /** Description of the API Version. */\n apiVersionDescription?: string;\n /** A resource identifier for the related ApiVersionSet. */\n apiVersionSetId?: string;\n /** Specifies whether an API or Product subscription is required for accessing the API. */\n subscriptionRequired?: boolean;\n /** A URL to the Terms of Service for the API. MUST be in the format of a URL. */\n termsOfServiceUrl?: string;\n /** Contact information for the API. */\n contact?: ApiContactInformation;\n /** License information for the API. */\n license?: ApiLicenseInformation;\n /** API identifier of the source API. */\n sourceApiId?: string;\n /** API name. Must be 1 to 300 characters long. */\n displayName?: string;\n /** Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long. */\n serviceUrl?: string;\n /** Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API. */\n path?: string;\n /** Describes on which protocols the operations in this API can be invoked. */\n protocols?: Protocol[];\n /** Version set details */\n apiVersionSet?: ApiVersionSetContractDetails;\n}\n\n/** ApiRelease details. */\nexport interface ApiReleaseContract extends ProxyResource {\n /** Identifier of the API the release belongs to. */\n apiId?: string;\n /**\n * The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n /**\n * The time the API release was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedDateTime?: Date;\n /** Release Notes */\n notes?: string;\n}\n\n/** API Operation details. */\nexport interface OperationContract extends ProxyResource {\n /** Collection of URL template parameters. */\n templateParameters?: ParameterContract[];\n /** Description of the operation. May include HTML formatting tags. */\n description?: string;\n /** An entity containing request details. */\n request?: RequestContract;\n /** Array of Operation responses. */\n responses?: ResponseContract[];\n /** Operation Policies */\n policies?: string;\n /** Operation Name. */\n displayName?: string;\n /** A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them. */\n method?: string;\n /** Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date} */\n urlTemplate?: string;\n}\n\n/** Policy Contract details. */\nexport interface PolicyContract extends ProxyResource {\n /** Contents of the Policy as defined by the format. */\n value?: string;\n /** Format of the policyContent. */\n format?: PolicyContentFormat;\n}\n\n/** Tag Contract details. */\nexport interface TagContract extends ProxyResource {\n /** Tag name. */\n displayName?: string;\n}\n\n/** GraphQL API Resolver details. */\nexport interface ResolverContract extends ProxyResource {\n /** Resolver Name. */\n displayName?: string;\n /** Path is type/field being resolved. */\n path?: string;\n /** Description of the resolver. May include HTML formatting tags. */\n description?: string;\n}\n\n/** Product details. */\nexport interface ProductContract extends ProxyResource {\n /** Product description. May include HTML formatting tags. */\n description?: string;\n /** Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process. */\n terms?: string;\n /** Whether a product subscription is required for accessing APIs included in this product. If true, the product is referred to as \"protected\" and a valid subscription key is required for a request to an API included in the product to succeed. If false, the product is referred to as \"open\" and requests to an API included in the product can be made without a subscription key. If property is omitted when creating a new product it's value is assumed to be true. */\n subscriptionRequired?: boolean;\n /** whether subscription approval is required. If false, new subscriptions will be approved automatically enabling developers to call the product’s APIs immediately after subscribing. If true, administrators must manually approve the subscription before the developer can any of the product’s APIs. Can be present only if subscriptionRequired property is present and has a value of false. */\n approvalRequired?: boolean;\n /** Whether the number of subscriptions a user can have to this product at the same time. Set to null or omit to allow unlimited per user subscriptions. Can be present only if subscriptionRequired property is present and has a value of false. */\n subscriptionsLimit?: number;\n /** whether product is published or not. Published products are discoverable by users of developer portal. Non published products are visible only to administrators. Default state of Product is notPublished. */\n state?: ProductState;\n /** Product name. */\n displayName?: string;\n}\n\n/** API Schema Contract details. */\nexport interface SchemaContract extends ProxyResource {\n /** Must be a valid a media type used in a Content-Type header as defined in the RFC 2616. Media type of the schema document (e.g. application/json, application/xml). </br> - `Swagger` Schema use `application/vnd.ms-azure-apim.swagger.definitions+json` </br> - `WSDL` Schema use `application/vnd.ms-azure-apim.xsd+xml` </br> - `OpenApi` Schema use `application/vnd.oai.openapi.components+json` </br> - `WADL Schema` use `application/vnd.ms-azure-apim.wadl.grammars+xml`. */\n contentType?: string;\n /** Json escaped string defining the document representing the Schema. Used for schemas other than Swagger/OpenAPI. */\n value?: string;\n /** Types definitions. Used for Swagger/OpenAPI v1 schemas only, null otherwise. */\n definitions?: Record<string, unknown>;\n /** Types definitions. Used for Swagger/OpenAPI v2/v3 schemas only, null otherwise. */\n components?: Record<string, unknown>;\n}\n\n/** Diagnostic details. */\nexport interface DiagnosticContract extends ProxyResource {\n /** Specifies for what type of messages sampling settings should not apply. */\n alwaysLog?: AlwaysLog;\n /** Resource Id of a target logger. */\n loggerId?: string;\n /** Sampling settings for Diagnostic. */\n sampling?: SamplingSettings;\n /** Diagnostic settings for incoming/outgoing HTTP messages to the Gateway. */\n frontend?: PipelineDiagnosticSettings;\n /** Diagnostic settings for incoming/outgoing HTTP messages to the Backend */\n backend?: PipelineDiagnosticSettings;\n /** Log the ClientIP. Default is false. */\n logClientIp?: boolean;\n /** Sets correlation protocol to use for Application Insights diagnostics. */\n httpCorrelationProtocol?: HttpCorrelationProtocol;\n /** The verbosity level applied to traces emitted by trace policies. */\n verbosity?: Verbosity;\n /** The format of the Operation Name for Application Insights telemetries. Default is Name. */\n operationNameFormat?: OperationNameFormat;\n /** Emit custom metrics via emit-metric policy. Applicable only to Application Insights diagnostic settings. */\n metrics?: boolean;\n}\n\n/** Issue Contract details. */\nexport interface IssueContract extends ProxyResource {\n /** Date and time when the issue was created. */\n createdDate?: Date;\n /** Status of the issue. */\n state?: State;\n /** A resource identifier for the API the issue was created for. */\n apiId?: string;\n /** The issue title. */\n title?: string;\n /** Text describing the issue. */\n description?: string;\n /** A resource identifier for the user created the issue. */\n userId?: string;\n}\n\n/** Issue Comment Contract details. */\nexport interface IssueCommentContract extends ProxyResource {\n /** Comment text. */\n text?: string;\n /** Date and time when the comment was created. */\n createdDate?: Date;\n /** A resource identifier for the user who left the comment. */\n userId?: string;\n}\n\n/** Issue Attachment Contract details. */\nexport interface IssueAttachmentContract extends ProxyResource {\n /** Filename by which the binary data will be saved. */\n title?: string;\n /** Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property. */\n contentFormat?: string;\n /** An HTTP link or Base64-encoded binary data. */\n content?: string;\n}\n\n/** Contract details. */\nexport interface TagDescriptionContract extends ProxyResource {\n /** Description of the Tag. */\n description?: string;\n /** Absolute URL of external resources describing the tag. */\n externalDocsUrl?: string;\n /** Description of the external resources describing the tag. */\n externalDocsDescription?: string;\n /** Identifier of the tag in the form of /tags/{tagId} */\n tagId?: string;\n /** Tag name. */\n displayName?: string;\n}\n\n/** Wiki properties */\nexport interface WikiContract extends ProxyResource {\n /** Collection wiki documents included into this wiki. */\n documents?: WikiDocumentationContract[];\n}\n\n/** API Version Set Contract details. */\nexport interface ApiVersionSetContract extends ProxyResource {\n /** Description of API Version Set. */\n description?: string;\n /** Name of query parameter that indicates the API Version if versioningScheme is set to `query`. */\n versionQueryName?: string;\n /** Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`. */\n versionHeaderName?: string;\n /** Name of API Version Set */\n displayName?: string;\n /** An value that determines where the API Version identifier will be located in a HTTP request. */\n versioningScheme?: VersioningScheme;\n}\n\n/** External OAuth authorization server settings. */\nexport interface AuthorizationServerContract extends ProxyResource {\n /** Description of the authorization server. Can contain HTML formatting tags. */\n description?: string;\n /** HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional. */\n authorizationMethods?: AuthorizationMethod[];\n /** Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format. */\n clientAuthenticationMethod?: ClientAuthenticationMethod[];\n /** Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {\"name\" : \"name value\", \"value\": \"a value\"}. */\n tokenBodyParameters?: TokenBodyParameterContract[];\n /** OAuth token endpoint. Contains absolute URI to entity being referenced. */\n tokenEndpoint?: string;\n /** If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security. */\n supportState?: boolean;\n /** Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values. */\n defaultScope?: string;\n /** Specifies the mechanism by which access token is passed to the API. */\n bearerTokenSendingMethods?: BearerTokenSendingMethod[];\n /** Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username. */\n resourceOwnerUsername?: string;\n /** Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password. */\n resourceOwnerPassword?: string;\n /** User-friendly authorization server name. */\n displayName?: string;\n /** If true, the authorization server may be used in the developer portal test console. True by default if no value is provided. */\n useInTestConsole?: boolean;\n /** If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided. */\n useInApiDocumentation?: boolean;\n /** Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced. */\n clientRegistrationEndpoint?: string;\n /** OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2. */\n authorizationEndpoint?: string;\n /** Form of an authorization grant, which the client uses to request the access token. */\n grantTypes?: GrantType[];\n /** Client or app id registered with this authorization server. */\n clientId?: string;\n /** Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n clientSecret?: string;\n}\n\n/** External OAuth authorization server settings. */\nexport interface AuthorizationServerUpdateContract extends ProxyResource {\n /** Description of the authorization server. Can contain HTML formatting tags. */\n description?: string;\n /** HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional. */\n authorizationMethods?: AuthorizationMethod[];\n /** Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format. */\n clientAuthenticationMethod?: ClientAuthenticationMethod[];\n /** Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {\"name\" : \"name value\", \"value\": \"a value\"}. */\n tokenBodyParameters?: TokenBodyParameterContract[];\n /** OAuth token endpoint. Contains absolute URI to entity being referenced. */\n tokenEndpoint?: string;\n /** If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security. */\n supportState?: boolean;\n /** Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values. */\n defaultScope?: string;\n /** Specifies the mechanism by which access token is passed to the API. */\n bearerTokenSendingMethods?: BearerTokenSendingMethod[];\n /** Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username. */\n resourceOwnerUsername?: string;\n /** Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password. */\n resourceOwnerPassword?: string;\n /** User-friendly authorization server name. */\n displayName?: string;\n /** If true, the authorization server may be used in the developer portal test console. True by default if no value is provided. */\n useInTestConsole?: boolean;\n /** If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided. */\n useInApiDocumentation?: boolean;\n /** Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced. */\n clientRegistrationEndpoint?: string;\n /** OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2. */\n authorizationEndpoint?: string;\n /** Form of an authorization grant, which the client uses to request the access token. */\n grantTypes?: GrantType[];\n /** Client or app id registered with this authorization server. */\n clientId?: string;\n /** Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n clientSecret?: string;\n}\n\n/** Authorization Provider contract. */\nexport interface AuthorizationProviderContract extends ProxyResource {\n /** Authorization Provider name. Must be 1 to 300 characters long. */\n displayName?: string;\n /** Identity provider name. Must be 1 to 300 characters long. */\n identityProvider?: string;\n /** OAuth2 settings */\n oauth2?: AuthorizationProviderOAuth2Settings;\n}\n\n/** Authorization contract. */\nexport interface AuthorizationContract extends ProxyResource {\n /** Authorization type options */\n authorizationType?: AuthorizationType;\n /** OAuth2 grant type options */\n oAuth2GrantType?: OAuth2GrantType;\n /** Authorization parameters */\n parameters?: { [propertyName: string]: string };\n /** Authorization error details. */\n error?: AuthorizationError;\n /** Status of the Authorization */\n status?: string;\n}\n\n/** Authorization access policy contract. */\nexport interface AuthorizationAccessPolicyContract extends ProxyResource {\n /** The Tenant Id */\n tenantId?: string;\n /** The Object Id */\n objectId?: string;\n}\n\n/** Backend details. */\nexport interface BackendContract extends ProxyResource {\n /** Backend Title. */\n title?: string;\n /** Backend Description. */\n description?: string;\n /** Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps. */\n resourceId?: string;\n /** Backend Properties contract */\n properties?: BackendProperties;\n /** Backend Credentials Contract Properties */\n credentials?: BackendCredentialsContract;\n /** Backend gateway Contract Properties */\n proxy?: BackendProxyContract;\n /** Backend TLS Properties */\n tls?: BackendTlsProperties;\n /** Runtime Url of the Backend. */\n url?: string;\n /** Backend communication protocol. */\n protocol?: BackendProtocol;\n}\n\n/** Reconnect request parameters. */\nexport interface BackendReconnectContract extends ProxyResource {\n /** Duration in ISO8601 format after which reconnect will be initiated. Minimum duration of the Reconnect is PT2M. */\n after?: string;\n}\n\n/** Cache details. */\nexport interface CacheContract extends ProxyResource {\n /** Cache description */\n description?: string;\n /** Runtime connection string to cache */\n connectionString?: string;\n /** Location identifier to use cache from (should be either 'default' or valid Azure region identifier) */\n useFromLocation?: string;\n /** Original uri of entity in external system cache points to */\n resourceId?: string;\n}\n\n/** Certificate details. */\nexport interface CertificateContract extends ProxyResource {\n /** Subject attribute of the certificate. */\n subject?: string;\n /** Thumbprint of the certificate. */\n thumbprint?: string;\n /**\n * Expiration date of the certificate. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n expirationDate?: Date;\n /** KeyVault location details of the certificate. */\n keyVault?: KeyVaultContractProperties;\n}\n\n/** Content type contract details. */\nexport interface ContentTypeContract extends ProxyResource {\n /** Content type identifier */\n idPropertiesId?: string;\n /** Content type name. Must be 1 to 250 characters long. */\n namePropertiesName?: string;\n /** Content type description. */\n description?: string;\n /** Content type schema. */\n schema?: Record<string, unknown>;\n /** Content type version. */\n version?: string;\n}\n\n/** Content type contract details. */\nexport interface ContentItemContract extends ProxyResource {\n /** Properties of the content item. */\n properties?: { [propertyName: string]: any };\n}\n\n/** Deleted API Management Service information. */\nexport interface DeletedServiceContract extends ProxyResource {\n /**\n * API Management Service Master Location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** Fully-qualified API Management Service Resource ID */\n serviceId?: string;\n /** UTC Date and Time when the service will be automatically purged. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. */\n scheduledPurgeDate?: Date;\n /** UTC Timestamp when the service was soft-deleted. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. */\n deletionDate?: Date;\n}\n\n/** Email Template details. */\nexport interface EmailTemplateContract extends ProxyResource {\n /** Subject of the Template. */\n subject?: string;\n /** Email Template Body. This should be a valid XDocument */\n body?: string;\n /** Title of the Template. */\n title?: string;\n /** Description of the Email Template. */\n description?: string;\n /**\n * Whether the template is the default template provided by API Management or has been edited.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefault?: boolean;\n /** Email Template Parameter values. */\n parameters?: EmailTemplateParametersContractProperties[];\n}\n\n/** Gateway details. */\nexport interface GatewayContract extends ProxyResource {\n /** Gateway location. */\n locationData?: ResourceLocationDataContract;\n /** Gateway description */\n description?: string;\n}\n\n/** Gateway hostname configuration details. */\nexport interface GatewayHostnameConfigurationContract extends ProxyResource {\n /** Hostname value. Supports valid domain name, partial or full wildcard */\n hostname?: string;\n /** Identifier of Certificate entity that will be used for TLS connection establishment */\n certificateId?: string;\n /** Determines whether gateway requests client certificate */\n negotiateClientCertificate?: boolean;\n /** Specifies if TLS 1.0 is supported */\n tls10Enabled?: boolean;\n /** Specifies if TLS 1.1 is supported */\n tls11Enabled?: boolean;\n /** Specifies if HTTP/2.0 is supported */\n http2Enabled?: boolean;\n}\n\n/** Association entity details. */\nexport interface AssociationContract extends ProxyResource {\n /** Provisioning state. */\n provisioningState?: \"created\";\n}\n\n/** Gateway certificate authority details. */\nexport interface GatewayCertificateAuthorityContract extends ProxyResource {\n /** Determines whether certificate authority is trusted. */\n isTrusted?: boolean;\n}\n\n/** Contract details. */\nexport interface GroupContract extends ProxyResource {\n /** Group name. */\n displayName?: string;\n /** Group description. Can contain HTML formatting tags. */\n description?: string;\n /**\n * true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly builtIn?: boolean;\n /** Group type. */\n typePropertiesType?: GroupType;\n /** For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null. */\n externalId?: string;\n}\n\n/** User details. */\nexport interface UserContract extends ProxyResource {\n /** Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. */\n state?: UserState;\n /** Optional note about a user set by the administrator. */\n note?: string;\n /** Collection of user identities. */\n identities?: UserIdentityContract[];\n /** First name. */\n firstName?: string;\n /** Last name. */\n lastName?: string;\n /** Email address. */\n email?: string;\n /**\n * Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n registrationDate?: Date;\n /**\n * Collection of groups user is part of.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groups?: GroupContractProperties[];\n}\n\n/** Identity Provider details. */\nexport interface IdentityProviderContract extends ProxyResource {\n /** Identity Provider Type identifier. */\n typePropertiesType?: IdentityProviderType;\n /** The TenantId to use instead of Common when logging into Active Directory */\n signinTenant?: string;\n /** List of Allowed Tenants when configuring Azure Active Directory login. */\n allowedTenants?: string[];\n /** OpenID Connect discovery endpoint hostname for AAD or AAD B2C. */\n authority?: string;\n /** Signup Policy Name. Only applies to AAD B2C Identity Provider. */\n signupPolicyName?: string;\n /** Signin Policy Name. Only applies to AAD B2C Identity Provider. */\n signinPolicyName?: string;\n /** Profile Editing Policy Name. Only applies to AAD B2C Identity Provider. */\n profileEditingPolicyName?: string;\n /** Password Reset Policy Name. Only applies to AAD B2C Identity Provider. */\n passwordResetPolicyName?: string;\n /** The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider. */\n clientLibrary?: string;\n /** Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft. */\n clientId?: string;\n /** Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n clientSecret?: string;\n}\n\n/** Identity Provider details. */\nexport interface IdentityProviderCreateContract extends ProxyResource {\n /** Identity Provider Type identifier. */\n typePropertiesType?: IdentityProviderType;\n /** The TenantId to use instead of Common when logging into Active Directory */\n signinTenant?: string;\n /** List of Allowed Tenants when configuring Azure Active Directory login. */\n allowedTenants?: string[];\n /** OpenID Connect discovery endpoint hostname for AAD or AAD B2C. */\n authority?: string;\n /** Signup Policy Name. Only applies to AAD B2C Identity Provider. */\n signupPolicyName?: string;\n /** Signin Policy Name. Only applies to AAD B2C Identity Provider. */\n signinPolicyName?: string;\n /** Profile Editing Policy Name. Only applies to AAD B2C Identity Provider. */\n profileEditingPolicyName?: string;\n /** Password Reset Policy Name. Only applies to AAD B2C Identity Provider. */\n passwordResetPolicyName?: string;\n /** The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider. */\n clientLibrary?: string;\n /** Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft. */\n clientId?: string;\n /** Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n clientSecret?: string;\n}\n\n/** Logger details. */\nexport interface LoggerContract extends ProxyResource {\n /** Logger type. */\n loggerType?: LoggerType;\n /** Logger description. */\n description?: string;\n /**\n * The name and SendRule connection string of the event hub for azureEventHub logger.\n * Instrumentation key for applicationInsights logger.\n */\n credentials?: { [propertyName: string]: string };\n /** Whether records are buffered in the logger before publishing. Default is assumed to be true. */\n isBuffered?: boolean;\n /** Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource). */\n resourceId?: string;\n}\n\n/** NamedValue details. */\nexport interface NamedValueContract extends ProxyResource {\n /** Optional tags that when provided can be used to filter the NamedValue list. */\n tags?: string[];\n /** Determines whether the value is a secret and should be encrypted or not. Default value is false. */\n secret?: boolean;\n /** Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. */\n displayName?: string;\n /** Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n value?: string;\n /** KeyVault location details of the namedValue. */\n keyVault?: KeyVaultContractProperties;\n}\n\n/** NamedValue details. */\nexport interface NamedValueCreateContract extends ProxyResource {\n /** Optional tags that when provided can be used to filter the NamedValue list. */\n tags?: string[];\n /** Determines whether the value is a secret and should be encrypted or not. Default value is false. */\n secret?: boolean;\n /** Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. */\n displayName?: string;\n /** Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n value?: string;\n /** KeyVault location details of the namedValue. */\n keyVault?: KeyVaultContractCreateProperties;\n}\n\n/** Notification details. */\nexport interface NotificationContract extends ProxyResource {\n /** Title of the Notification. */\n title?: string;\n /** Description of the Notification. */\n description?: string;\n /** Recipient Parameter values. */\n recipients?: RecipientsContractProperties;\n}\n\n/** Recipient User details. */\nexport interface RecipientUserContract extends ProxyResource {\n /** API Management UserId subscribed to notification. */\n userId?: string;\n}\n\n/** Recipient Email details. */\nexport interface RecipientEmailContract extends ProxyResource {\n /** User Email subscribed to notification. */\n email?: string;\n}\n\n/** OpenId Connect Provider details. */\nexport interface OpenidConnectProviderContract extends ProxyResource {\n /** User-friendly OpenID Connect Provider name. */\n displayName?: string;\n /** User-friendly description of OpenID Connect Provider. */\n description?: string;\n /** Metadata endpoint URI. */\n metadataEndpoint?: string;\n /** Client ID of developer console which is the client application. */\n clientId?: string;\n /** Client Secret of developer console which is the client application. */\n clientSecret?: string;\n /** If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided. */\n useInTestConsole?: boolean;\n /** If true, the Open ID Connect provider will be used in the API documentation in the developer portal. False by default if no value is provided. */\n useInApiDocumentation?: boolean;\n}\n\n/** Policy description details. */\nexport interface PolicyDescriptionContract extends ProxyResource {\n /**\n * Policy description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Binary OR value of the Snippet scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: number;\n}\n\n/** Policy fragment contract details. */\nexport interface PolicyFragmentContract extends ProxyResource {\n /** Contents of the policy fragment. */\n value?: string;\n /** Policy fragment description. */\n description?: string;\n /** Format of the policy fragment content. */\n format?: PolicyFragmentContentFormat;\n}\n\nexport interface ResourceCollectionValueItem extends ProxyResource { }\n\n/** The developer portal configuration contract. */\nexport interface PortalConfigContract extends ProxyResource {\n /** Enable or disable Basic authentication method. */\n enableBasicAuth?: boolean;\n signin?: PortalConfigPropertiesSignin;\n signup?: PortalConfigPropertiesSignup;\n /** The developer portal delegation settings. */\n delegation?: PortalConfigDelegationProperties;\n /** The developer portal Cross-Origin Resource Sharing (CORS) settings. */\n cors?: PortalConfigCorsProperties;\n /** The developer portal Content Security Policy (CSP) settings. */\n csp?: PortalConfigCspProperties;\n}\n\n/** Portal Revision's contract details. */\nexport interface PortalRevisionContract extends ProxyResource {\n /** Portal revision description. */\n description?: string;\n /**\n * Portal revision publishing status details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * Status of the portal's revision.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: PortalRevisionStatus;\n /** Indicates if the portal's revision is public. */\n isCurrent?: boolean;\n /**\n * Portal's revision creation date and time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n /**\n * Last updated date and time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedDateTime?: Date;\n}\n\n/** Portal Settings for the Developer Portal. */\nexport interface PortalSettingsContract extends ProxyResource {\n /** A delegation Url. */\n url?: string;\n /** A base64-encoded validation key to validate, that a request is coming from Azure API Management. */\n validationKey?: string;\n /** Subscriptions delegation settings. */\n subscriptions?: SubscriptionsDelegationSettingsProperties;\n /** User registration delegation settings. */\n userRegistration?: RegistrationDelegationSettingsProperties;\n /** Redirect Anonymous users to the Sign-In page. */\n enabled?: boolean;\n /** Terms of service contract properties. */\n termsOfService?: TermsOfServiceProperties;\n}\n\n/** Sign-In settings for the Developer Portal. */\nexport interface PortalSigninSettings extends ProxyResource {\n /** Redirect Anonymous users to the Sign-In page. */\n enabled?: boolean;\n}\n\n/** Sign-Up settings for a developer portal. */\nexport interface PortalSignupSettings extends ProxyResource {\n /** Allow users to sign up on a developer portal. */\n enabled?: boolean;\n /** Terms of service contract properties. */\n termsOfService?: TermsOfServiceProperties;\n}\n\n/** Delegation settings for a developer portal. */\nexport interface PortalDelegationSettings extends ProxyResource {\n /** A delegation Url. */\n url?: string;\n /** A base64-encoded validation key to validate, that a request is coming from Azure API Management. */\n validationKey?: string;\n /** Subscriptions delegation settings. */\n subscriptions?: SubscriptionsDelegationSettingsProperties;\n /** User registration delegation settings. */\n userRegistration?: RegistrationDelegationSettingsProperties;\n}\n\n/** Subscription details. */\nexport interface SubscriptionContract extends ProxyResource {\n /** The user resource identifier of the subscription owner. The value is a valid relative URL in the format of /users/{userId} where {userId} is a user identifier. */\n ownerId?: string;\n /** Scope like /products/{productId} or /apis or /apis/{apiId}. */\n scope?: string;\n /** The name of the subscription, or null if the subscription has no name. */\n displayName?: string;\n /** Subscription state. Possible states are * active – the subscription is active, * suspended – the subscription is blocked, and the subscriber cannot call any APIs of the product, * submitted – the subscription request has been made by the developer, but has not yet been approved or rejected, * rejected – the subscription request has been denied by an administrator, * cancelled – the subscription has been cancelled by the developer or administrator, * expired – the subscription reached its expiration date and was deactivated. */\n state?: SubscriptionState;\n /**\n * Subscription creation date. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * Subscription activation date. The setting is for audit purposes only and the subscription is not automatically activated. The subscription lifecycle can be managed by using the `state` property. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n startDate?: Date;\n /**\n * Subscription expiration date. The setting is for audit purposes only and the subscription is not automatically expired. The subscription lifecycle can be managed by using the `state` property. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n expirationDate?: Date;\n /**\n * Date when subscription was cancelled or expired. The setting is for audit purposes only and the subscription is not automatically cancelled. The subscription lifecycle can be managed by using the `state` property. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n endDate?: Date;\n /**\n * Upcoming subscription expiration notification date. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n notificationDate?: Date;\n /** Subscription primary key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n primaryKey?: string;\n /** Subscription secondary key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. */\n secondaryKey?: string;\n /** Optional subscription comment added by an administrator when the state is changed to the 'rejected'. */\n stateComment?: string;\n /** Determines whether tracing is enabled */\n allowTracing?: boolean;\n}\n\n/** Global Schema Contract details. */\nexport interface GlobalSchemaContract extends ProxyResource {\n /** Schema Type. Immutable. */\n schemaType?: SchemaType;\n /** Free-form schema entity description. */\n description?: string;\n /** Json-encoded string for non json-based schema. */\n value?: any;\n /** Global Schema document object for json-based schema formats(e.g. json schema). */\n document?: Record<string, unknown>;\n}\n\n/** Tenant Settings. */\nexport interface TenantSettingsContract extends ProxyResource {\n /** Tenant settings */\n settings?: { [propertyName: string]: string };\n}\n\n/** Tenant Settings. */\nexport interface AccessInformationContract extends ProxyResource {\n /** Access Information type ('access' or 'gitAccess') */\n idPropertiesId?: string;\n /** Principal (User) Identifier. */\n principalId?: string;\n /** Determines whether direct access is enabled. */\n enabled?: boolean;\n}\n\n/** Long Running Git Operation Results. */\nexport interface OperationResultContract extends ProxyResource {\n /** Operation result identifier. */\n idPropertiesId?: string;\n /** Status of an async operation. */\n status?: AsyncOperationStatus;\n /**\n * Start time of an async operation. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n started?: Date;\n /**\n * Last update time of an async operation. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n updated?: Date;\n /** Optional result info. */\n resultInfo?: string;\n /** Error Body Contract */\n error?: ErrorResponseBody;\n /**\n * This property if only provided as part of the TenantConfiguration_Validate operation. It contains the log the entities which will be updated/created/deleted as part of the TenantConfiguration_Deploy operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionLog?: OperationResultLogItemContract[];\n}\n\n/** Result of Tenant Configuration Sync State. */\nexport interface TenantConfigurationSyncStateContract extends ProxyResource {\n /** The name of Git branch. */\n branch?: string;\n /** The latest commit Id. */\n commitId?: string;\n /** value indicating if last sync was save (true) or deploy (false) operation. */\n isExport?: boolean;\n /** value indicating if last synchronization was later than the configuration change. */\n isSynced?: boolean;\n /** value indicating whether Git configuration access is enabled. */\n isGitEnabled?: boolean;\n /**\n * The date of the latest synchronization. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n syncDate?: Date;\n /**\n * The date of the latest configuration change. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n configurationChangeDate?: Date;\n /** Most recent tenant configuration operation identifier */\n lastOperationId?: string;\n}\n\n/** Markdown documentation details. */\nexport interface DocumentationContract extends ProxyResource {\n /** documentation title. */\n title?: string;\n /** Markdown documentation content. */\n content?: string;\n}\n\n/** Long Running Git Resolver Results. */\nexport interface ResolverResultContract extends ProxyResource {\n /** Resolver result identifier. */\n idPropertiesId?: string;\n /** Status of an async resolver. */\n status?: AsyncResolverStatus;\n /**\n * Start time of an async resolver. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n started?: Date;\n /**\n * Last update time of an async resolver. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n *\n */\n updated?: Date;\n /** Optional result info. */\n resultInfo?: string;\n /** Error Body Contract */\n error?: ErrorResponseBody;\n /**\n * This property if only provided as part of the TenantConfiguration_Validate resolver. It contains the log the entities which will be updated/created/deleted as part of the TenantConfiguration_Deploy resolver.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionLog?: ResolverResultLogItemContract[];\n}\n\n/** Defines headers for Api_getEntityTag operation. */\nexport interface ApiGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Api_get operation. */\nexport interface ApiGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Api_createOrUpdate operation. */\nexport interface ApiCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Api_update operation. */\nexport interface ApiUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiRelease_getEntityTag operation. */\nexport interface ApiReleaseGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiRelease_get operation. */\nexport interface ApiReleaseGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiRelease_createOrUpdate operation. */\nexport interface ApiReleaseCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiRelease_update operation. */\nexport interface ApiReleaseUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiOperation_getEntityTag operation. */\nexport interface ApiOperationGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiOperation_get operation. */\nexport interface ApiOperationGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiOperation_createOrUpdate operation. */\nexport interface ApiOperationCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiOperation_update operation. */\nexport interface ApiOperationUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiOperationPolicy_getEntityTag operation. */\nexport interface ApiOperationPolicyGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiOperationPolicy_get operation. */\nexport interface ApiOperationPolicyGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiOperationPolicy_createOrUpdate operation. */\nexport interface ApiOperationPolicyCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_getEntityStateByOperation operation. */\nexport interface TagGetEntityStateByOperationHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_getByOperation operation. */\nexport interface TagGetByOperationHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_getEntityStateByApi operation. */\nexport interface TagGetEntityStateByApiHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_getByApi operation. */\nexport interface TagGetByApiHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_assignToApi operation. */\nexport interface TagAssignToApiHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_getEntityStateByProduct operation. */\nexport interface TagGetEntityStateByProductHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_getByProduct operation. */\nexport interface TagGetByProductHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_getEntityState operation. */\nexport interface TagGetEntityStateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_get operation. */\nexport interface TagGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_createOrUpdate operation. */\nexport interface TagCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Tag_update operation. */\nexport interface TagUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GraphQLApiResolver_getEntityTag operation. */\nexport interface GraphQLApiResolverGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GraphQLApiResolver_get operation. */\nexport interface GraphQLApiResolverGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GraphQLApiResolver_createOrUpdate operation. */\nexport interface GraphQLApiResolverCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GraphQLApiResolver_update operation. */\nexport interface GraphQLApiResolverUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GraphQLApiResolverPolicy_getEntityTag operation. */\nexport interface GraphQLApiResolverPolicyGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GraphQLApiResolverPolicy_get operation. */\nexport interface GraphQLApiResolverPolicyGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GraphQLApiResolverPolicy_createOrUpdate operation. */\nexport interface GraphQLApiResolverPolicyCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiPolicy_getEntityTag operation. */\nexport interface ApiPolicyGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiPolicy_get operation. */\nexport interface ApiPolicyGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiPolicy_createOrUpdate operation. */\nexport interface ApiPolicyCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiSchema_getEntityTag operation. */\nexport interface ApiSchemaGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiSchema_get operation. */\nexport interface ApiSchemaGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiSchema_createOrUpdate operation. */\nexport interface ApiSchemaCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiDiagnostic_getEntityTag operation. */\nexport interface ApiDiagnosticGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiDiagnostic_get operation. */\nexport interface ApiDiagnosticGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiDiagnostic_createOrUpdate operation. */\nexport interface ApiDiagnosticCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiDiagnostic_update operation. */\nexport interface ApiDiagnosticUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssue_getEntityTag operation. */\nexport interface ApiIssueGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssue_get operation. */\nexport interface ApiIssueGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssue_createOrUpdate operation. */\nexport interface ApiIssueCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssue_update operation. */\nexport interface ApiIssueUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssueComment_getEntityTag operation. */\nexport interface ApiIssueCommentGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssueComment_get operation. */\nexport interface ApiIssueCommentGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssueComment_createOrUpdate operation. */\nexport interface ApiIssueCommentCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssueAttachment_getEntityTag operation. */\nexport interface ApiIssueAttachmentGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssueAttachment_get operation. */\nexport interface ApiIssueAttachmentGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiIssueAttachment_createOrUpdate operation. */\nexport interface ApiIssueAttachmentCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiTagDescription_getEntityTag operation. */\nexport interface ApiTagDescriptionGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiTagDescription_get operation. */\nexport interface ApiTagDescriptionGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiTagDescription_createOrUpdate operation. */\nexport interface ApiTagDescriptionCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiWiki_getEntityTag operation. */\nexport interface ApiWikiGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiWiki_get operation. */\nexport interface ApiWikiGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiWiki_createOrUpdate operation. */\nexport interface ApiWikiCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiWiki_update operation. */\nexport interface ApiWikiUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiVersionSet_getEntityTag operation. */\nexport interface ApiVersionSetGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiVersionSet_get operation. */\nexport interface ApiVersionSetGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiVersionSet_createOrUpdate operation. */\nexport interface ApiVersionSetCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ApiVersionSet_update operation. */\nexport interface ApiVersionSetUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationServer_getEntityTag operation. */\nexport interface AuthorizationServerGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationServer_get operation. */\nexport interface AuthorizationServerGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationServer_createOrUpdate operation. */\nexport interface AuthorizationServerCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationServer_update operation. */\nexport interface AuthorizationServerUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationServer_listSecrets operation. */\nexport interface AuthorizationServerListSecretsHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationProvider_get operation. */\nexport interface AuthorizationProviderGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationProvider_createOrUpdate operation. */\nexport interface AuthorizationProviderCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Authorization_get operation. */\nexport interface AuthorizationGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Authorization_createOrUpdate operation. */\nexport interface AuthorizationCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Authorization_confirmConsentCode operation. */\nexport interface AuthorizationConfirmConsentCodeHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationLoginLinks_post operation. */\nexport interface AuthorizationLoginLinksPostHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationAccessPolicy_get operation. */\nexport interface AuthorizationAccessPolicyGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for AuthorizationAccessPolicy_createOrUpdate operation. */\nexport interface AuthorizationAccessPolicyCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Backend_getEntityTag operation. */\nexport interface BackendGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Backend_get operation. */\nexport interface BackendGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Backend_createOrUpdate operation. */\nexport interface BackendCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Backend_update operation. */\nexport interface BackendUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Cache_getEntityTag operation. */\nexport interface CacheGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Cache_get operation. */\nexport interface CacheGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Cache_createOrUpdate operation. */\nexport interface CacheCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Cache_update operation. */\nexport interface CacheUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Certificate_getEntityTag operation. */\nexport interface CertificateGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Certificate_get operation. */\nexport interface CertificateGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Certificate_createOrUpdate operation. */\nexport interface CertificateCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Certificate_refreshSecret operation. */\nexport interface CertificateRefreshSecretHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ContentType_get operation. */\nexport interface ContentTypeGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ContentType_createOrUpdate operation. */\nexport interface ContentTypeCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ContentItem_getEntityTag operation. */\nexport interface ContentItemGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ContentItem_get operation. */\nexport interface ContentItemGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ContentItem_createOrUpdate operation. */\nexport interface ContentItemCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for DeletedServices_purge operation. */\nexport interface DeletedServicesPurgeHeaders {\n location?: string;\n}\n\n/** Defines headers for ApiManagementService_restore operation. */\nexport interface ApiManagementServiceRestoreHeaders {\n location?: string;\n}\n\n/** Defines headers for ApiManagementService_backup operation. */\nexport interface ApiManagementServiceBackupHeaders {\n location?: string;\n}\n\n/** Defines headers for ApiManagementService_migrateToStv2 operation. */\nexport interface ApiManagementServiceMigrateToStv2Headers {\n location?: string;\n}\n\n/** Defines headers for ApiManagementService_applyNetworkConfigurationUpdates operation. */\nexport interface ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders {\n location?: string;\n}\n\n/** Defines headers for Diagnostic_getEntityTag operation. */\nexport interface DiagnosticGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Diagnostic_get operation. */\nexport interface DiagnosticGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Diagnostic_createOrUpdate operation. */\nexport interface DiagnosticCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Diagnostic_update operation. */\nexport interface DiagnosticUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for EmailTemplate_getEntityTag operation. */\nexport interface EmailTemplateGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for EmailTemplate_get operation. */\nexport interface EmailTemplateGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for EmailTemplate_update operation. */\nexport interface EmailTemplateUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Gateway_getEntityTag operation. */\nexport interface GatewayGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Gateway_get operation. */\nexport interface GatewayGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Gateway_createOrUpdate operation. */\nexport interface GatewayCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Gateway_update operation. */\nexport interface GatewayUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Gateway_listKeys operation. */\nexport interface GatewayListKeysHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GatewayHostnameConfiguration_getEntityTag operation. */\nexport interface GatewayHostnameConfigurationGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GatewayHostnameConfiguration_get operation. */\nexport interface GatewayHostnameConfigurationGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GatewayHostnameConfiguration_createOrUpdate operation. */\nexport interface GatewayHostnameConfigurationCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GatewayApi_getEntityTag operation. */\nexport interface GatewayApiGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GatewayCertificateAuthority_getEntityTag operation. */\nexport interface GatewayCertificateAuthorityGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GatewayCertificateAuthority_get operation. */\nexport interface GatewayCertificateAuthorityGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GatewayCertificateAuthority_createOrUpdate operation. */\nexport interface GatewayCertificateAuthorityCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Group_getEntityTag operation. */\nexport interface GroupGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Group_get operation. */\nexport interface GroupGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Group_createOrUpdate operation. */\nexport interface GroupCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Group_update operation. */\nexport interface GroupUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for IdentityProvider_getEntityTag operation. */\nexport interface IdentityProviderGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for IdentityProvider_get operation. */\nexport interface IdentityProviderGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for IdentityProvider_createOrUpdate operation. */\nexport interface IdentityProviderCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for IdentityProvider_update operation. */\nexport interface IdentityProviderUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for IdentityProvider_listSecrets operation. */\nexport interface IdentityProviderListSecretsHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Issue_get operation. */\nexport interface IssueGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Logger_getEntityTag operation. */\nexport interface LoggerGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Logger_get operation. */\nexport interface LoggerGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Logger_createOrUpdate operation. */\nexport interface LoggerCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Logger_update operation. */\nexport interface LoggerUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for NamedValue_getEntityTag operation. */\nexport interface NamedValueGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for NamedValue_get operation. */\nexport interface NamedValueGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for NamedValue_createOrUpdate operation. */\nexport interface NamedValueCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for NamedValue_update operation. */\nexport interface NamedValueUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for NamedValue_listValue operation. */\nexport interface NamedValueListValueHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for NamedValue_refreshSecret operation. */\nexport interface NamedValueRefreshSecretHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for OpenIdConnectProvider_getEntityTag operation. */\nexport interface OpenIdConnectProviderGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for OpenIdConnectProvider_get operation. */\nexport interface OpenIdConnectProviderGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for OpenIdConnectProvider_createOrUpdate operation. */\nexport interface OpenIdConnectProviderCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for OpenIdConnectProvider_update operation. */\nexport interface OpenIdConnectProviderUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for OpenIdConnectProvider_listSecrets operation. */\nexport interface OpenIdConnectProviderListSecretsHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Policy_getEntityTag operation. */\nexport interface PolicyGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Policy_get operation. */\nexport interface PolicyGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Policy_createOrUpdate operation. */\nexport interface PolicyCreateOrUpdateHeaders {\n /** Current entity state version */\n eTag?: string;\n}\n\n/** Defines headers for PolicyFragment_getEntityTag operation. */\nexport interface PolicyFragmentGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for PolicyFragment_get operation. */\nexport interface PolicyFragmentGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for PolicyFragment_createOrUpdate operation. */\nexport interface PolicyFragmentCreateOrUpdateHeaders {\n /** Current entity state version */\n eTag?: string;\n}\n\n/** Defines headers for PortalConfig_getEntityTag operation. */\nexport interface PortalConfigGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for PortalConfig_get operation. */\nexport interface PortalConfigGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for PortalRevision_getEntityTag operation. */\nexport interface PortalRevisionGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for PortalRevision_get operation. */\nexport interface PortalRevisionGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for PortalRevision_createOrUpdate operation. */\nexport interface PortalRevisionCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for PortalRevision_update operation. */\nexport interface PortalRevisionUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for SignInSettings_getEntityTag operation. */\nexport interface SignInSettingsGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for SignInSettings_get operation. */\nexport interface SignInSettingsGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for SignUpSettings_getEntityTag operation. */\nexport interface SignUpSettingsGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for SignUpSettings_get operation. */\nexport interface SignUpSettingsGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for DelegationSettings_getEntityTag operation. */\nexport interface DelegationSettingsGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for DelegationSettings_get operation. */\nexport interface DelegationSettingsGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Product_getEntityTag operation. */\nexport interface ProductGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Product_get operation. */\nexport interface ProductGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Product_createOrUpdate operation. */\nexport interface ProductCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Product_update operation. */\nexport interface ProductUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductPolicy_getEntityTag operation. */\nexport interface ProductPolicyGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductPolicy_get operation. */\nexport interface ProductPolicyGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductPolicy_createOrUpdate operation. */\nexport interface ProductPolicyCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductWiki_getEntityTag operation. */\nexport interface ProductWikiGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductWiki_get operation. */\nexport interface ProductWikiGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductWiki_createOrUpdate operation. */\nexport interface ProductWikiCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductWiki_update operation. */\nexport interface ProductWikiUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductWikis_list operation. */\nexport interface ProductWikisListHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for ProductWikis_listNext operation. */\nexport interface ProductWikisListNextHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GlobalSchema_getEntityTag operation. */\nexport interface GlobalSchemaGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GlobalSchema_get operation. */\nexport interface GlobalSchemaGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for GlobalSchema_createOrUpdate operation. */\nexport interface GlobalSchemaCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for TenantSettings_get operation. */\nexport interface TenantSettingsGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Subscription_getEntityTag operation. */\nexport interface SubscriptionGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Subscription_get operation. */\nexport interface SubscriptionGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Subscription_createOrUpdate operation. */\nexport interface SubscriptionCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Subscription_update operation. */\nexport interface SubscriptionUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Subscription_listSecrets operation. */\nexport interface SubscriptionListSecretsHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for TenantAccess_getEntityTag operation. */\nexport interface TenantAccessGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for TenantAccess_get operation. */\nexport interface TenantAccessGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for TenantAccess_create operation. */\nexport interface TenantAccessCreateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for TenantAccess_update operation. */\nexport interface TenantAccessUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for TenantAccess_listSecrets operation. */\nexport interface TenantAccessListSecretsHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for User_getEntityTag operation. */\nexport interface UserGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for User_get operation. */\nexport interface UserGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for User_createOrUpdate operation. */\nexport interface UserCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for User_update operation. */\nexport interface UserUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for UserSubscription_get operation. */\nexport interface UserSubscriptionGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Documentation_getEntityTag operation. */\nexport interface DocumentationGetEntityTagHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Documentation_get operation. */\nexport interface DocumentationGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Documentation_createOrUpdate operation. */\nexport interface DocumentationCreateOrUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Documentation_update operation. */\nexport interface DocumentationUpdateHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Known values of {@link Protocol} that the service accepts. */\nexport enum KnownProtocol {\n /** Http */\n Http = \"http\",\n /** Https */\n Https = \"https\",\n /** Ws */\n Ws = \"ws\",\n /** Wss */\n Wss = \"wss\"\n}\n\n/**\n * Defines values for Protocol. \\\n * {@link KnownProtocol} can be used interchangeably with Protocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http** \\\n * **https** \\\n * **ws** \\\n * **wss**\n */\nexport type Protocol = string;\n\n/** Known values of {@link ApiVersionSetContractDetailsVersioningScheme} that the service accepts. */\nexport enum KnownApiVersionSetContractDetailsVersioningScheme {\n /** The API Version is passed in a path segment. */\n Segment = \"Segment\",\n /** The API Version is passed in a query parameter. */\n Query = \"Query\",\n /** The API Version is passed in a HTTP header. */\n Header = \"Header\"\n}\n\n/**\n * Defines values for ApiVersionSetContractDetailsVersioningScheme. \\\n * {@link KnownApiVersionSetContractDetailsVersioningScheme} can be used interchangeably with ApiVersionSetContractDetailsVersioningScheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Segment**: The API Version is passed in a path segment. \\\n * **Query**: The API Version is passed in a query parameter. \\\n * **Header**: The API Version is passed in a HTTP header.\n */\nexport type ApiVersionSetContractDetailsVersioningScheme = string;\n\n/** Known values of {@link BearerTokenSendingMethods} that the service accepts. */\nexport enum KnownBearerTokenSendingMethods {\n /** Access token will be transmitted in the Authorization header using Bearer schema */\n AuthorizationHeader = \"authorizationHeader\",\n /** Access token will be transmitted as query parameters. */\n Query = \"query\"\n}\n\n/**\n * Defines values for BearerTokenSendingMethods. \\\n * {@link KnownBearerTokenSendingMethods} can be used interchangeably with BearerTokenSendingMethods,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **authorizationHeader**: Access token will be transmitted in the Authorization header using Bearer schema \\\n * **query**: Access token will be transmitted as query parameters.\n */\nexport type BearerTokenSendingMethods = string;\n\n/** Known values of {@link ApiType} that the service accepts. */\nexport enum KnownApiType {\n /** Http */\n Http = \"http\",\n /** Soap */\n Soap = \"soap\",\n /** Websocket */\n Websocket = \"websocket\",\n /** Graphql */\n Graphql = \"graphql\"\n}\n\n/**\n * Defines values for ApiType. \\\n * {@link KnownApiType} can be used interchangeably with ApiType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http** \\\n * **soap** \\\n * **websocket** \\\n * **graphql**\n */\nexport type ApiType = string;\n\n/** Known values of {@link ContentFormat} that the service accepts. */\nexport enum KnownContentFormat {\n /** The contents are inline and Content type is a WADL document. */\n WadlXml = \"wadl-xml\",\n /** The WADL document is hosted on a publicly accessible internet address. */\n WadlLinkJson = \"wadl-link-json\",\n /** The contents are inline and Content Type is a OpenAPI 2.0 JSON Document. */\n SwaggerJson = \"swagger-json\",\n /** The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address. */\n SwaggerLinkJson = \"swagger-link-json\",\n /** The contents are inline and the document is a WSDL\\/Soap document. */\n Wsdl = \"wsdl\",\n /** The WSDL document is hosted on a publicly accessible internet address. */\n WsdlLink = \"wsdl-link\",\n /** The contents are inline and Content Type is a OpenAPI 3.0 YAML Document. */\n Openapi = \"openapi\",\n /** The contents are inline and Content Type is a OpenAPI 3.0 JSON Document. */\n OpenapiJson = \"openapi+json\",\n /** The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address. */\n OpenapiLink = \"openapi-link\",\n /** The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address. */\n OpenapiJsonLink = \"openapi+json-link\",\n /** The GraphQL API endpoint hosted on a publicly accessible internet address. */\n GraphqlLink = \"graphql-link\"\n}\n\n/**\n * Defines values for ContentFormat. \\\n * {@link KnownContentFormat} can be used interchangeably with ContentFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **wadl-xml**: The contents are inline and Content type is a WADL document. \\\n * **wadl-link-json**: The WADL document is hosted on a publicly accessible internet address. \\\n * **swagger-json**: The contents are inline and Content Type is a OpenAPI 2.0 JSON Document. \\\n * **swagger-link-json**: The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address. \\\n * **wsdl**: The contents are inline and the document is a WSDL\\/Soap document. \\\n * **wsdl-link**: The WSDL document is hosted on a publicly accessible internet address. \\\n * **openapi**: The contents are inline and Content Type is a OpenAPI 3.0 YAML Document. \\\n * **openapi+json**: The contents are inline and Content Type is a OpenAPI 3.0 JSON Document. \\\n * **openapi-link**: The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address. \\\n * **openapi+json-link**: The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address. \\\n * **graphql-link**: The GraphQL API endpoint hosted on a publicly accessible internet address.\n */\nexport type ContentFormat = string;\n\n/** Known values of {@link SoapApiType} that the service accepts. */\nexport enum KnownSoapApiType {\n /** Imports a SOAP API having a RESTful front end. */\n SoapToRest = \"http\",\n /** Imports the SOAP API having a SOAP front end. */\n SoapPassThrough = \"soap\",\n /** Imports the API having a Websocket front end. */\n WebSocket = \"websocket\",\n /** Imports the API having a GraphQL front end. */\n GraphQL = \"graphql\"\n}\n\n/**\n * Defines values for SoapApiType. \\\n * {@link KnownSoapApiType} can be used interchangeably with SoapApiType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http**: Imports a SOAP API having a RESTful front end. \\\n * **soap**: Imports the SOAP API having a SOAP front end. \\\n * **websocket**: Imports the API having a Websocket front end. \\\n * **graphql**: Imports the API having a GraphQL front end.\n */\nexport type SoapApiType = string;\n\n/** Known values of {@link TranslateRequiredQueryParametersConduct} that the service accepts. */\nexport enum KnownTranslateRequiredQueryParametersConduct {\n /** Translates required query parameters to template ones. Is a default value */\n Template = \"template\",\n /** Leaves required query parameters as they are (no translation done). */\n Query = \"query\"\n}\n\n/**\n * Defines values for TranslateRequiredQueryParametersConduct. \\\n * {@link KnownTranslateRequiredQueryParametersConduct} can be used interchangeably with TranslateRequiredQueryParametersConduct,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **template**: Translates required query parameters to template ones. Is a default value \\\n * **query**: Leaves required query parameters as they are (no translation done).\n */\nexport type TranslateRequiredQueryParametersConduct = string;\n\n/** Known values of {@link PolicyContentFormat} that the service accepts. */\nexport enum KnownPolicyContentFormat {\n /** The contents are inline and Content type is an XML document. */\n Xml = \"xml\",\n /** The policy XML document is hosted on a HTTP endpoint accessible from the API Management service. */\n XmlLink = \"xml-link\",\n /** The contents are inline and Content type is a non XML encoded policy document. */\n Rawxml = \"rawxml\",\n /** The policy document is not XML encoded and is hosted on a HTTP endpoint accessible from the API Management service. */\n RawxmlLink = \"rawxml-link\"\n}\n\n/**\n * Defines values for PolicyContentFormat. \\\n * {@link KnownPolicyContentFormat} can be used interchangeably with PolicyContentFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **xml**: The contents are inline and Content type is an XML document. \\\n * **xml-link**: The policy XML document is hosted on a HTTP endpoint accessible from the API Management service. \\\n * **rawxml**: The contents are inline and Content type is a non XML encoded policy document. \\\n * **rawxml-link**: The policy document is not XML encoded and is hosted on a HTTP endpoint accessible from the API Management service.\n */\nexport type PolicyContentFormat = string;\n\n/** Known values of {@link PolicyIdName} that the service accepts. */\nexport enum KnownPolicyIdName {\n /** Policy */\n Policy = \"policy\"\n}\n\n/**\n * Defines values for PolicyIdName. \\\n * {@link KnownPolicyIdName} can be used interchangeably with PolicyIdName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **policy**\n */\nexport type PolicyIdName = string;\n\n/** Known values of {@link PolicyExportFormat} that the service accepts. */\nexport enum KnownPolicyExportFormat {\n /** The contents are inline and Content type is an XML document. */\n Xml = \"xml\",\n /** The contents are inline and Content type is a non XML encoded policy document. */\n Rawxml = \"rawxml\"\n}\n\n/**\n * Defines values for PolicyExportFormat. \\\n * {@link KnownPolicyExportFormat} can be used interchangeably with PolicyExportFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **xml**: The contents are inline and Content type is an XML document. \\\n * **rawxml**: The contents are inline and Content type is a non XML encoded policy document.\n */\nexport type PolicyExportFormat = string;\n\n/** Known values of {@link AlwaysLog} that the service accepts. */\nexport enum KnownAlwaysLog {\n /** Always log all erroneous request regardless of sampling settings. */\n AllErrors = \"allErrors\"\n}\n\n/**\n * Defines values for AlwaysLog. \\\n * {@link KnownAlwaysLog} can be used interchangeably with AlwaysLog,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **allErrors**: Always log all erroneous request regardless of sampling settings.\n */\nexport type AlwaysLog = string;\n\n/** Known values of {@link SamplingType} that the service accepts. */\nexport enum KnownSamplingType {\n /** Fixed-rate sampling. */\n Fixed = \"fixed\"\n}\n\n/**\n * Defines values for SamplingType. \\\n * {@link KnownSamplingType} can be used interchangeably with SamplingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **fixed**: Fixed-rate sampling.\n */\nexport type SamplingType = string;\n\n/** Known values of {@link DataMaskingMode} that the service accepts. */\nexport enum KnownDataMaskingMode {\n /** Mask the value of an entity. */\n Mask = \"Mask\",\n /** Hide the presence of an entity. */\n Hide = \"Hide\"\n}\n\n/**\n * Defines values for DataMaskingMode. \\\n * {@link KnownDataMaskingMode} can be used interchangeably with DataMaskingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Mask**: Mask the value of an entity. \\\n * **Hide**: Hide the presence of an entity.\n */\nexport type DataMaskingMode = string;\n\n/** Known values of {@link HttpCorrelationProtocol} that the service accepts. */\nexport enum KnownHttpCorrelationProtocol {\n /** Do not read and inject correlation headers. */\n None = \"None\",\n /** Inject Request-Id and Request-Context headers with request correlation data. See https:\\//github.com\\/dotnet\\/corefx\\/blob\\/master\\/src\\/System.Diagnostics.DiagnosticSource\\/src\\/HttpCorrelationProtocol.md. */\n Legacy = \"Legacy\",\n /** Inject Trace Context headers. See https:\\//w3c.github.io\\/trace-context. */\n W3C = \"W3C\"\n}\n\n/**\n * Defines values for HttpCorrelationProtocol. \\\n * {@link KnownHttpCorrelationProtocol} can be used interchangeably with HttpCorrelationProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Do not read and inject correlation headers. \\\n * **Legacy**: Inject Request-Id and Request-Context headers with request correlation data. See https:\\/\\/github.com\\/dotnet\\/corefx\\/blob\\/master\\/src\\/System.Diagnostics.DiagnosticSource\\/src\\/HttpCorrelationProtocol.md. \\\n * **W3C**: Inject Trace Context headers. See https:\\/\\/w3c.github.io\\/trace-context.\n */\nexport type HttpCorrelationProtocol = string;\n\n/** Known values of {@link Verbosity} that the service accepts. */\nexport enum KnownVerbosity {\n /** All the traces emitted by trace policies will be sent to the logger attached to this diagnostic instance. */\n Verbose = \"verbose\",\n /** Traces with 'severity' set to 'information' and 'error' will be sent to the logger attached to this diagnostic instance. */\n Information = \"information\",\n /** Only traces with 'severity' set to 'error' will be sent to the logger attached to this diagnostic instance. */\n Error = \"error\"\n}\n\n/**\n * Defines values for Verbosity. \\\n * {@link KnownVerbosity} can be used interchangeably with Verbosity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **verbose**: All the traces emitted by trace policies will be sent to the logger attached to this diagnostic instance. \\\n * **information**: Traces with 'severity' set to 'information' and 'error' will be sent to the logger attached to this diagnostic instance. \\\n * **error**: Only traces with 'severity' set to 'error' will be sent to the logger attached to this diagnostic instance.\n */\nexport type Verbosity = string;\n\n/** Known values of {@link OperationNameFormat} that the service accepts. */\nexport enum KnownOperationNameFormat {\n /** API_NAME;rev=API_REVISION - OPERATION_NAME */\n Name = \"Name\",\n /** HTTP_VERB URL */\n Url = \"Url\"\n}\n\n/**\n * Defines values for OperationNameFormat. \\\n * {@link KnownOperationNameFormat} can be used interchangeably with OperationNameFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Name**: API_NAME;rev=API_REVISION - OPERATION_NAME \\\n * **Url**: HTTP_VERB URL\n */\nexport type OperationNameFormat = string;\n\n/** Known values of {@link State} that the service accepts. */\nexport enum KnownState {\n /** The issue is proposed. */\n Proposed = \"proposed\",\n /** The issue is opened. */\n Open = \"open\",\n /** The issue was removed. */\n Removed = \"removed\",\n /** The issue is now resolved. */\n Resolved = \"resolved\",\n /** The issue was closed. */\n Closed = \"closed\"\n}\n\n/**\n * Defines values for State. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **proposed**: The issue is proposed. \\\n * **open**: The issue is opened. \\\n * **removed**: The issue was removed. \\\n * **resolved**: The issue is now resolved. \\\n * **closed**: The issue was closed.\n */\nexport type State = string;\n\n/** Known values of {@link ExportFormat} that the service accepts. */\nexport enum KnownExportFormat {\n /** Export the Api Definition in OpenAPI 2.0 Specification as JSON document to the Storage Blob. */\n Swagger = \"swagger-link\",\n /** Export the Api Definition in WSDL Schema to Storage Blob. This is only supported for APIs of Type `soap` */\n Wsdl = \"wsdl-link\",\n /** Export the Api Definition in WADL Schema to Storage Blob. */\n Wadl = \"wadl-link\",\n /** Export the Api Definition in OpenAPI 3.0 Specification as YAML document to Storage Blob. */\n Openapi = \"openapi-link\",\n /** Export the Api Definition in OpenAPI 3.0 Specification as JSON document to Storage Blob. */\n OpenapiJson = \"openapi+json-link\"\n}\n\n/**\n * Defines values for ExportFormat. \\\n * {@link KnownExportFormat} can be used interchangeably with ExportFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **swagger-link**: Export the Api Definition in OpenAPI 2.0 Specification as JSON document to the Storage Blob. \\\n * **wsdl-link**: Export the Api Definition in WSDL Schema to Storage Blob. This is only supported for APIs of Type `soap` \\\n * **wadl-link**: Export the Api Definition in WADL Schema to Storage Blob. \\\n * **openapi-link**: Export the Api Definition in OpenAPI 3.0 Specification as YAML document to Storage Blob. \\\n * **openapi+json-link**: Export the Api Definition in OpenAPI 3.0 Specification as JSON document to Storage Blob.\n */\nexport type ExportFormat = string;\n\n/** Known values of {@link ExportApi} that the service accepts. */\nexport enum KnownExportApi {\n /** True */\n True = \"true\"\n}\n\n/**\n * Defines values for ExportApi. \\\n * {@link KnownExportApi} can be used interchangeably with ExportApi,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**\n */\nexport type ExportApi = string;\n\n/** Known values of {@link ExportResultFormat} that the service accepts. */\nexport enum KnownExportResultFormat {\n /** The API Definition is exported in OpenAPI Specification 2.0 format to the Storage Blob. */\n Swagger = \"swagger-link-json\",\n /** The API Definition is exported in WSDL Schema to Storage Blob. This is only supported for APIs of Type `soap` */\n Wsdl = \"wsdl-link+xml\",\n /** Export the API Definition in WADL Schema to Storage Blob. */\n Wadl = \"wadl-link-json\",\n /** Export the API Definition in OpenAPI Specification 3.0 to Storage Blob. */\n OpenApi = \"openapi-link\"\n}\n\n/**\n * Defines values for ExportResultFormat. \\\n * {@link KnownExportResultFormat} can be used interchangeably with ExportResultFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **swagger-link-json**: The API Definition is exported in OpenAPI Specification 2.0 format to the Storage Blob. \\\n * **wsdl-link+xml**: The API Definition is exported in WSDL Schema to Storage Blob. This is only supported for APIs of Type `soap` \\\n * **wadl-link-json**: Export the API Definition in WADL Schema to Storage Blob. \\\n * **openapi-link**: Export the API Definition in OpenAPI Specification 3.0 to Storage Blob.\n */\nexport type ExportResultFormat = string;\n\n/** Known values of {@link VersioningScheme} that the service accepts. */\nexport enum KnownVersioningScheme {\n /** The API Version is passed in a path segment. */\n Segment = \"Segment\",\n /** The API Version is passed in a query parameter. */\n Query = \"Query\",\n /** The API Version is passed in a HTTP header. */\n Header = \"Header\"\n}\n\n/**\n * Defines values for VersioningScheme. \\\n * {@link KnownVersioningScheme} can be used interchangeably with VersioningScheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Segment**: The API Version is passed in a path segment. \\\n * **Query**: The API Version is passed in a query parameter. \\\n * **Header**: The API Version is passed in a HTTP header.\n */\nexport type VersioningScheme = string;\n\n/** Known values of {@link GrantType} that the service accepts. */\nexport enum KnownGrantType {\n /** Authorization Code Grant flow as described https:\\//tools.ietf.org\\/html\\/rfc6749#section-4.1. */\n AuthorizationCode = \"authorizationCode\",\n /** Implicit Code Grant flow as described https:\\//tools.ietf.org\\/html\\/rfc6749#section-4.2. */\n Implicit = \"implicit\",\n /** Resource Owner Password Grant flow as described https:\\//tools.ietf.org\\/html\\/rfc6749#section-4.3. */\n ResourceOwnerPassword = \"resourceOwnerPassword\",\n /** Client Credentials Grant flow as described https:\\//tools.ietf.org\\/html\\/rfc6749#section-4.4. */\n ClientCredentials = \"clientCredentials\"\n}\n\n/**\n * Defines values for GrantType. \\\n * {@link KnownGrantType} can be used interchangeably with GrantType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **authorizationCode**: Authorization Code Grant flow as described https:\\/\\/tools.ietf.org\\/html\\/rfc6749#section-4.1. \\\n * **implicit**: Implicit Code Grant flow as described https:\\/\\/tools.ietf.org\\/html\\/rfc6749#section-4.2. \\\n * **resourceOwnerPassword**: Resource Owner Password Grant flow as described https:\\/\\/tools.ietf.org\\/html\\/rfc6749#section-4.3. \\\n * **clientCredentials**: Client Credentials Grant flow as described https:\\/\\/tools.ietf.org\\/html\\/rfc6749#section-4.4.\n */\nexport type GrantType = string;\n\n/** Known values of {@link ClientAuthenticationMethod} that the service accepts. */\nexport enum KnownClientAuthenticationMethod {\n /** Basic Client Authentication method. */\n Basic = \"Basic\",\n /** Body based Authentication method. */\n Body = \"Body\"\n}\n\n/**\n * Defines values for ClientAuthenticationMethod. \\\n * {@link KnownClientAuthenticationMethod} can be used interchangeably with ClientAuthenticationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Basic**: Basic Client Authentication method. \\\n * **Body**: Body based Authentication method.\n */\nexport type ClientAuthenticationMethod = string;\n\n/** Known values of {@link BearerTokenSendingMethod} that the service accepts. */\nexport enum KnownBearerTokenSendingMethod {\n /** AuthorizationHeader */\n AuthorizationHeader = \"authorizationHeader\",\n /** Query */\n Query = \"query\"\n}\n\n/**\n * Defines values for BearerTokenSendingMethod. \\\n * {@link KnownBearerTokenSendingMethod} can be used interchangeably with BearerTokenSendingMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **authorizationHeader** \\\n * **query**\n */\nexport type BearerTokenSendingMethod = string;\n\n/** Known values of {@link AuthorizationType} that the service accepts. */\nexport enum KnownAuthorizationType {\n /** OAuth2 authorization type */\n OAuth2 = \"OAuth2\"\n}\n\n/**\n * Defines values for AuthorizationType. \\\n * {@link KnownAuthorizationType} can be used interchangeably with AuthorizationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OAuth2**: OAuth2 authorization type\n */\nexport type AuthorizationType = string;\n\n/** Known values of {@link OAuth2GrantType} that the service accepts. */\nexport enum KnownOAuth2GrantType {\n /** Authorization Code grant */\n AuthorizationCode = \"AuthorizationCode\",\n /** Client Credential grant */\n ClientCredentials = \"ClientCredentials\"\n}\n\n/**\n * Defines values for OAuth2GrantType. \\\n * {@link KnownOAuth2GrantType} can be used interchangeably with OAuth2GrantType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AuthorizationCode**: Authorization Code grant \\\n * **ClientCredentials**: Client Credential grant\n */\nexport type OAuth2GrantType = string;\n\n/** Known values of {@link BackendProtocol} that the service accepts. */\nexport enum KnownBackendProtocol {\n /** The Backend is a RESTful service. */\n Http = \"http\",\n /** The Backend is a SOAP service. */\n Soap = \"soap\"\n}\n\n/**\n * Defines values for BackendProtocol. \\\n * {@link KnownBackendProtocol} can be used interchangeably with BackendProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http**: The Backend is a RESTful service. \\\n * **soap**: The Backend is a SOAP service.\n */\nexport type BackendProtocol = string;\n\n/** Known values of {@link PreferredIPVersion} that the service accepts. */\nexport enum KnownPreferredIPVersion {\n /** IPv4 */\n IPv4 = \"IPv4\"\n}\n\n/**\n * Defines values for PreferredIPVersion. \\\n * {@link KnownPreferredIPVersion} can be used interchangeably with PreferredIPVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IPv4**\n */\nexport type PreferredIPVersion = string;\n\n/** Known values of {@link ConnectivityCheckProtocol} that the service accepts. */\nexport enum KnownConnectivityCheckProtocol {\n /** TCP */\n TCP = \"TCP\",\n /** Http */\n Http = \"HTTP\",\n /** Https */\n Https = \"HTTPS\"\n}\n\n/**\n * Defines values for ConnectivityCheckProtocol. \\\n * {@link KnownConnectivityCheckProtocol} can be used interchangeably with ConnectivityCheckProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TCP** \\\n * **HTTP** \\\n * **HTTPS**\n */\nexport type ConnectivityCheckProtocol = string;\n\n/** Known values of {@link Method} that the service accepts. */\nexport enum KnownMethod {\n /** GET */\n GET = \"GET\",\n /** Post */\n Post = \"POST\"\n}\n\n/**\n * Defines values for Method. \\\n * {@link KnownMethod} can be used interchangeably with Method,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GET** \\\n * **POST**\n */\nexport type Method = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** Local */\n Local = \"Local\",\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Local** \\\n * **Inbound** \\\n * **Outbound**\n */\nexport type Origin = string;\n\n/** Known values of {@link Severity} that the service accepts. */\nexport enum KnownSeverity {\n /** Error */\n Error = \"Error\",\n /** Warning */\n Warning = \"Warning\"\n}\n\n/**\n * Defines values for Severity. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Error** \\\n * **Warning**\n */\nexport type Severity = string;\n\n/** Known values of {@link IssueType} that the service accepts. */\nexport enum KnownIssueType {\n /** Unknown */\n Unknown = \"Unknown\",\n /** AgentStopped */\n AgentStopped = \"AgentStopped\",\n /** GuestFirewall */\n GuestFirewall = \"GuestFirewall\",\n /** DnsResolution */\n DnsResolution = \"DnsResolution\",\n /** SocketBind */\n SocketBind = \"SocketBind\",\n /** NetworkSecurityRule */\n NetworkSecurityRule = \"NetworkSecurityRule\",\n /** UserDefinedRoute */\n UserDefinedRoute = \"UserDefinedRoute\",\n /** PortThrottled */\n PortThrottled = \"PortThrottled\",\n /** Platform */\n Platform = \"Platform\"\n}\n\n/**\n * Defines values for IssueType. \\\n * {@link KnownIssueType} can be used interchangeably with IssueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **AgentStopped** \\\n * **GuestFirewall** \\\n * **DnsResolution** \\\n * **SocketBind** \\\n * **NetworkSecurityRule** \\\n * **UserDefinedRoute** \\\n * **PortThrottled** \\\n * **Platform**\n */\nexport type IssueType = string;\n\n/** Known values of {@link ConnectionStatus} that the service accepts. */\nexport enum KnownConnectionStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Degraded */\n Degraded = \"Degraded\"\n}\n\n/**\n * Defines values for ConnectionStatus. \\\n * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Connected** \\\n * **Disconnected** \\\n * **Degraded**\n */\nexport type ConnectionStatus = string;\n\n/** Known values of {@link SkuType} that the service accepts. */\nexport enum KnownSkuType {\n /** Developer SKU of Api Management. */\n Developer = \"Developer\",\n /** Standard SKU of Api Management. */\n Standard = \"Standard\",\n /** Premium SKU of Api Management. */\n Premium = \"Premium\",\n /** Basic SKU of Api Management. */\n Basic = \"Basic\",\n /** Consumption SKU of Api Management. */\n Consumption = \"Consumption\",\n /** Isolated SKU of Api Management. */\n Isolated = \"Isolated\"\n}\n\n/**\n * Defines values for SkuType. \\\n * {@link KnownSkuType} can be used interchangeably with SkuType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Developer**: Developer SKU of Api Management. \\\n * **Standard**: Standard SKU of Api Management. \\\n * **Premium**: Premium SKU of Api Management. \\\n * **Basic**: Basic SKU of Api Management. \\\n * **Consumption**: Consumption SKU of Api Management. \\\n * **Isolated**: Isolated SKU of Api Management.\n */\nexport type SkuType = string;\n\n/** Known values of {@link ResourceSkuCapacityScaleType} that the service accepts. */\nexport enum KnownResourceSkuCapacityScaleType {\n /** Supported scale type automatic. */\n Automatic = \"automatic\",\n /** Supported scale type manual. */\n Manual = \"manual\",\n /** Scaling not supported. */\n None = \"none\"\n}\n\n/**\n * Defines values for ResourceSkuCapacityScaleType. \\\n * {@link KnownResourceSkuCapacityScaleType} can be used interchangeably with ResourceSkuCapacityScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **automatic**: Supported scale type automatic. \\\n * **manual**: Supported scale type manual. \\\n * **none**: Scaling not supported.\n */\nexport type ResourceSkuCapacityScaleType = string;\n\n/** Known values of {@link AccessType} that the service accepts. */\nexport enum KnownAccessType {\n /** Use access key. */\n AccessKey = \"AccessKey\",\n /** Use system assigned managed identity. */\n SystemAssignedManagedIdentity = \"SystemAssignedManagedIdentity\",\n /** Use user assigned managed identity. */\n UserAssignedManagedIdentity = \"UserAssignedManagedIdentity\"\n}\n\n/**\n * Defines values for AccessType. \\\n * {@link KnownAccessType} can be used interchangeably with AccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccessKey**: Use access key. \\\n * **SystemAssignedManagedIdentity**: Use system assigned managed identity. \\\n * **UserAssignedManagedIdentity**: Use user assigned managed identity.\n */\nexport type AccessType = string;\n\n/** Known values of {@link HostnameType} that the service accepts. */\nexport enum KnownHostnameType {\n /** Proxy */\n Proxy = \"Proxy\",\n /** Portal */\n Portal = \"Portal\",\n /** Management */\n Management = \"Management\",\n /** Scm */\n Scm = \"Scm\",\n /** DeveloperPortal */\n DeveloperPortal = \"DeveloperPortal\"\n}\n\n/**\n * Defines values for HostnameType. \\\n * {@link KnownHostnameType} can be used interchangeably with HostnameType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Proxy** \\\n * **Portal** \\\n * **Management** \\\n * **Scm** \\\n * **DeveloperPortal**\n */\nexport type HostnameType = string;\n\n/** Known values of {@link CertificateSource} that the service accepts. */\nexport enum KnownCertificateSource {\n /** Managed */\n Managed = \"Managed\",\n /** KeyVault */\n KeyVault = \"KeyVault\",\n /** Custom */\n Custom = \"Custom\",\n /** BuiltIn */\n BuiltIn = \"BuiltIn\"\n}\n\n/**\n * Defines values for CertificateSource. \\\n * {@link KnownCertificateSource} can be used interchangeably with CertificateSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed** \\\n * **KeyVault** \\\n * **Custom** \\\n * **BuiltIn**\n */\nexport type CertificateSource = string;\n\n/** Known values of {@link CertificateStatus} that the service accepts. */\nexport enum KnownCertificateStatus {\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** InProgress */\n InProgress = \"InProgress\"\n}\n\n/**\n * Defines values for CertificateStatus. \\\n * {@link KnownCertificateStatus} can be used interchangeably with CertificateStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Completed** \\\n * **Failed** \\\n * **InProgress**\n */\nexport type CertificateStatus = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link NatGatewayState} that the service accepts. */\nexport enum KnownNatGatewayState {\n /** Nat Gateway is enabled for the service. */\n Enabled = \"Enabled\",\n /** Nat Gateway is disabled for the service. */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for NatGatewayState. \\\n * {@link KnownNatGatewayState} can be used interchangeably with NatGatewayState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Nat Gateway is enabled for the service. \\\n * **Disabled**: Nat Gateway is disabled for the service.\n */\nexport type NatGatewayState = string;\n\n/** Known values of {@link PlatformVersion} that the service accepts. */\nexport enum KnownPlatformVersion {\n /** Platform version cannot be determined, as compute platform is not deployed. */\n Undetermined = \"undetermined\",\n /** Platform running the service on Single Tenant V1 platform. */\n Stv1 = \"stv1\",\n /** Platform running the service on Single Tenant V2 platform. */\n Stv2 = \"stv2\",\n /** Platform running the service on Multi Tenant V1 platform. */\n Mtv1 = \"mtv1\"\n}\n\n/**\n * Defines values for PlatformVersion. \\\n * {@link KnownPlatformVersion} can be used interchangeably with PlatformVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **undetermined**: Platform version cannot be determined, as compute platform is not deployed. \\\n * **stv1**: Platform running the service on Single Tenant V1 platform. \\\n * **stv2**: Platform running the service on Single Tenant V2 platform. \\\n * **mtv1**: Platform running the service on Multi Tenant V1 platform.\n */\nexport type PlatformVersion = string;\n\n/** Known values of {@link CertificateConfigurationStoreName} that the service accepts. */\nexport enum KnownCertificateConfigurationStoreName {\n /** CertificateAuthority */\n CertificateAuthority = \"CertificateAuthority\",\n /** Root */\n Root = \"Root\"\n}\n\n/**\n * Defines values for CertificateConfigurationStoreName. \\\n * {@link KnownCertificateConfigurationStoreName} can be used interchangeably with CertificateConfigurationStoreName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CertificateAuthority** \\\n * **Root**\n */\nexport type CertificateConfigurationStoreName = string;\n\n/** Known values of {@link VirtualNetworkType} that the service accepts. */\nexport enum KnownVirtualNetworkType {\n /** The service is not part of any Virtual Network. */\n None = \"None\",\n /** The service is part of Virtual Network and it is accessible from Internet. */\n External = \"External\",\n /** The service is part of Virtual Network and it is only accessible from within the virtual network. */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for VirtualNetworkType. \\\n * {@link KnownVirtualNetworkType} can be used interchangeably with VirtualNetworkType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: The service is not part of any Virtual Network. \\\n * **External**: The service is part of Virtual Network and it is accessible from Internet. \\\n * **Internal**: The service is part of Virtual Network and it is only accessible from within the virtual network.\n */\nexport type VirtualNetworkType = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\"\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link ApimIdentityType} that the service accepts. */\nexport enum KnownApimIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for ApimIdentityType. \\\n * {@link KnownApimIdentityType} can be used interchangeably with ApimIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned** \\\n * **None**\n */\nexport type ApimIdentityType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link TemplateName} that the service accepts. */\nexport enum KnownTemplateName {\n /** ApplicationApprovedNotificationMessage */\n ApplicationApprovedNotificationMessage = \"applicationApprovedNotificationMessage\",\n /** AccountClosedDeveloper */\n AccountClosedDeveloper = \"accountClosedDeveloper\",\n /** QuotaLimitApproachingDeveloperNotificationMessage */\n QuotaLimitApproachingDeveloperNotificationMessage = \"quotaLimitApproachingDeveloperNotificationMessage\",\n /** NewDeveloperNotificationMessage */\n NewDeveloperNotificationMessage = \"newDeveloperNotificationMessage\",\n /** EmailChangeIdentityDefault */\n EmailChangeIdentityDefault = \"emailChangeIdentityDefault\",\n /** InviteUserNotificationMessage */\n InviteUserNotificationMessage = \"inviteUserNotificationMessage\",\n /** NewCommentNotificationMessage */\n NewCommentNotificationMessage = \"newCommentNotificationMessage\",\n /** ConfirmSignUpIdentityDefault */\n ConfirmSignUpIdentityDefault = \"confirmSignUpIdentityDefault\",\n /** NewIssueNotificationMessage */\n NewIssueNotificationMessage = \"newIssueNotificationMessage\",\n /** PurchaseDeveloperNotificationMessage */\n PurchaseDeveloperNotificationMessage = \"purchaseDeveloperNotificationMessage\",\n /** PasswordResetIdentityDefault */\n PasswordResetIdentityDefault = \"passwordResetIdentityDefault\",\n /** PasswordResetByAdminNotificationMessage */\n PasswordResetByAdminNotificationMessage = \"passwordResetByAdminNotificationMessage\",\n /** RejectDeveloperNotificationMessage */\n RejectDeveloperNotificationMessage = \"rejectDeveloperNotificationMessage\",\n /** RequestDeveloperNotificationMessage */\n RequestDeveloperNotificationMessage = \"requestDeveloperNotificationMessage\"\n}\n\n/**\n * Defines values for TemplateName. \\\n * {@link KnownTemplateName} can be used interchangeably with TemplateName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **applicationApprovedNotificationMessage** \\\n * **accountClosedDeveloper** \\\n * **quotaLimitApproachingDeveloperNotificationMessage** \\\n * **newDeveloperNotificationMessage** \\\n * **emailChangeIdentityDefault** \\\n * **inviteUserNotificationMessage** \\\n * **newCommentNotificationMessage** \\\n * **confirmSignUpIdentityDefault** \\\n * **newIssueNotificationMessage** \\\n * **purchaseDeveloperNotificationMessage** \\\n * **passwordResetIdentityDefault** \\\n * **passwordResetByAdminNotificationMessage** \\\n * **rejectDeveloperNotificationMessage** \\\n * **requestDeveloperNotificationMessage**\n */\nexport type TemplateName = string;\n\n/** Known values of {@link UserState} that the service accepts. */\nexport enum KnownUserState {\n /** User state is active. */\n Active = \"active\",\n /** User is blocked. Blocked users cannot authenticate at developer portal or call API. */\n Blocked = \"blocked\",\n /** User account is pending. Requires identity confirmation before it can be made active. */\n Pending = \"pending\",\n /** User account is closed. All identities and related entities are removed. */\n Deleted = \"deleted\"\n}\n\n/**\n * Defines values for UserState. \\\n * {@link KnownUserState} can be used interchangeably with UserState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **active**: User state is active. \\\n * **blocked**: User is blocked. Blocked users cannot authenticate at developer portal or call API. \\\n * **pending**: User account is pending. Requires identity confirmation before it can be made active. \\\n * **deleted**: User account is closed. All identities and related entities are removed.\n */\nexport type UserState = string;\n\n/** Known values of {@link IdentityProviderType} that the service accepts. */\nexport enum KnownIdentityProviderType {\n /** Facebook as Identity provider. */\n Facebook = \"facebook\",\n /** Google as Identity provider. */\n Google = \"google\",\n /** Microsoft Live as Identity provider. */\n Microsoft = \"microsoft\",\n /** Twitter as Identity provider. */\n Twitter = \"twitter\",\n /** Azure Active Directory as Identity provider. */\n Aad = \"aad\",\n /** Azure Active Directory B2C as Identity provider. */\n AadB2C = \"aadB2C\"\n}\n\n/**\n * Defines values for IdentityProviderType. \\\n * {@link KnownIdentityProviderType} can be used interchangeably with IdentityProviderType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **facebook**: Facebook as Identity provider. \\\n * **google**: Google as Identity provider. \\\n * **microsoft**: Microsoft Live as Identity provider. \\\n * **twitter**: Twitter as Identity provider. \\\n * **aad**: Azure Active Directory as Identity provider. \\\n * **aadB2C**: Azure Active Directory B2C as Identity provider.\n */\nexport type IdentityProviderType = string;\n\n/** Known values of {@link LoggerType} that the service accepts. */\nexport enum KnownLoggerType {\n /** Azure Event Hub as log destination. */\n AzureEventHub = \"azureEventHub\",\n /** Azure Application Insights as log destination. */\n ApplicationInsights = \"applicationInsights\",\n /** Azure Monitor */\n AzureMonitor = \"azureMonitor\"\n}\n\n/**\n * Defines values for LoggerType. \\\n * {@link KnownLoggerType} can be used interchangeably with LoggerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **azureEventHub**: Azure Event Hub as log destination. \\\n * **applicationInsights**: Azure Application Insights as log destination. \\\n * **azureMonitor**: Azure Monitor\n */\nexport type LoggerType = string;\n\n/** Known values of {@link ConnectivityStatusType} that the service accepts. */\nexport enum KnownConnectivityStatusType {\n /** Initializing */\n Initializing = \"initializing\",\n /** Success */\n Success = \"success\",\n /** Failure */\n Failure = \"failure\"\n}\n\n/**\n * Defines values for ConnectivityStatusType. \\\n * {@link KnownConnectivityStatusType} can be used interchangeably with ConnectivityStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **initializing** \\\n * **success** \\\n * **failure**\n */\nexport type ConnectivityStatusType = string;\n\n/** Known values of {@link NotificationName} that the service accepts. */\nexport enum KnownNotificationName {\n /** The following email recipients and users will receive email notifications about subscription requests for API products requiring approval. */\n RequestPublisherNotificationMessage = \"RequestPublisherNotificationMessage\",\n /** The following email recipients and users will receive email notifications about new API product subscriptions. */\n PurchasePublisherNotificationMessage = \"PurchasePublisherNotificationMessage\",\n /** The following email recipients and users will receive email notifications when new applications are submitted to the application gallery. */\n NewApplicationNotificationMessage = \"NewApplicationNotificationMessage\",\n /** The following recipients will receive blind carbon copies of all emails sent to developers. */\n BCC = \"BCC\",\n /** The following email recipients and users will receive email notifications when a new issue or comment is submitted on the developer portal. */\n NewIssuePublisherNotificationMessage = \"NewIssuePublisherNotificationMessage\",\n /** The following email recipients and users will receive email notifications when developer closes his account. */\n AccountClosedPublisher = \"AccountClosedPublisher\",\n /** The following email recipients and users will receive email notifications when subscription usage gets close to usage quota. */\n QuotaLimitApproachingPublisherNotificationMessage = \"QuotaLimitApproachingPublisherNotificationMessage\"\n}\n\n/**\n * Defines values for NotificationName. \\\n * {@link KnownNotificationName} can be used interchangeably with NotificationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RequestPublisherNotificationMessage**: The following email recipients and users will receive email notifications about subscription requests for API products requiring approval. \\\n * **PurchasePublisherNotificationMessage**: The following email recipients and users will receive email notifications about new API product subscriptions. \\\n * **NewApplicationNotificationMessage**: The following email recipients and users will receive email notifications when new applications are submitted to the application gallery. \\\n * **BCC**: The following recipients will receive blind carbon copies of all emails sent to developers. \\\n * **NewIssuePublisherNotificationMessage**: The following email recipients and users will receive email notifications when a new issue or comment is submitted on the developer portal. \\\n * **AccountClosedPublisher**: The following email recipients and users will receive email notifications when developer closes his account. \\\n * **QuotaLimitApproachingPublisherNotificationMessage**: The following email recipients and users will receive email notifications when subscription usage gets close to usage quota.\n */\nexport type NotificationName = string;\n\n/** Known values of {@link PolicyFragmentContentFormat} that the service accepts. */\nexport enum KnownPolicyFragmentContentFormat {\n /** The contents are inline and Content type is an XML document. */\n Xml = \"xml\",\n /** The contents are inline and Content type is a non XML encoded policy document. */\n Rawxml = \"rawxml\"\n}\n\n/**\n * Defines values for PolicyFragmentContentFormat. \\\n * {@link KnownPolicyFragmentContentFormat} can be used interchangeably with PolicyFragmentContentFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **xml**: The contents are inline and Content type is an XML document. \\\n * **rawxml**: The contents are inline and Content type is a non XML encoded policy document.\n */\nexport type PolicyFragmentContentFormat = string;\n\n/** Known values of {@link PortalSettingsCspMode} that the service accepts. */\nexport enum KnownPortalSettingsCspMode {\n /** The browser will block requests not matching allowed origins. */\n Enabled = \"enabled\",\n /** The browser will not apply the origin restrictions. */\n Disabled = \"disabled\",\n /** The browser will report requests not matching allowed origins without blocking them. */\n ReportOnly = \"reportOnly\"\n}\n\n/**\n * Defines values for PortalSettingsCspMode. \\\n * {@link KnownPortalSettingsCspMode} can be used interchangeably with PortalSettingsCspMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled**: The browser will block requests not matching allowed origins. \\\n * **disabled**: The browser will not apply the origin restrictions. \\\n * **reportOnly**: The browser will report requests not matching allowed origins without blocking them.\n */\nexport type PortalSettingsCspMode = string;\n\n/** Known values of {@link PortalRevisionStatus} that the service accepts. */\nexport enum KnownPortalRevisionStatus {\n /** Portal's revision has been queued. */\n Pending = \"pending\",\n /** Portal's revision is being published. */\n Publishing = \"publishing\",\n /** Portal's revision publishing completed. */\n Completed = \"completed\",\n /** Portal's revision publishing failed. */\n Failed = \"failed\"\n}\n\n/**\n * Defines values for PortalRevisionStatus. \\\n * {@link KnownPortalRevisionStatus} can be used interchangeably with PortalRevisionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **pending**: Portal's revision has been queued. \\\n * **publishing**: Portal's revision is being published. \\\n * **completed**: Portal's revision publishing completed. \\\n * **failed**: Portal's revision publishing failed.\n */\nexport type PortalRevisionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link SchemaType} that the service accepts. */\nexport enum KnownSchemaType {\n /** XML schema type. */\n Xml = \"xml\",\n /** Json schema type. */\n Json = \"json\"\n}\n\n/**\n * Defines values for SchemaType. \\\n * {@link KnownSchemaType} can be used interchangeably with SchemaType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **xml**: XML schema type. \\\n * **json**: Json schema type.\n */\nexport type SchemaType = string;\n\n/** Known values of {@link SettingsTypeName} that the service accepts. */\nexport enum KnownSettingsTypeName {\n /** Public */\n Public = \"public\"\n}\n\n/**\n * Defines values for SettingsTypeName. \\\n * {@link KnownSettingsTypeName} can be used interchangeably with SettingsTypeName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **public**\n */\nexport type SettingsTypeName = string;\n\n/** Known values of {@link AppType} that the service accepts. */\nexport enum KnownAppType {\n /** User create request was sent by legacy developer portal. */\n Portal = \"portal\",\n /** User create request was sent by new developer portal. */\n DeveloperPortal = \"developerPortal\"\n}\n\n/**\n * Defines values for AppType. \\\n * {@link KnownAppType} can be used interchangeably with AppType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **portal**: User create request was sent by legacy developer portal. \\\n * **developerPortal**: User create request was sent by new developer portal.\n */\nexport type AppType = string;\n\n/** Known values of {@link AccessIdName} that the service accepts. */\nexport enum KnownAccessIdName {\n /** Access */\n Access = \"access\",\n /** GitAccess */\n GitAccess = \"gitAccess\"\n}\n\n/**\n * Defines values for AccessIdName. \\\n * {@link KnownAccessIdName} can be used interchangeably with AccessIdName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **access** \\\n * **gitAccess**\n */\nexport type AccessIdName = string;\n\n/** Known values of {@link ConfigurationIdName} that the service accepts. */\nexport enum KnownConfigurationIdName {\n /** Configuration */\n Configuration = \"configuration\"\n}\n\n/**\n * Defines values for ConfigurationIdName. \\\n * {@link KnownConfigurationIdName} can be used interchangeably with ConfigurationIdName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **configuration**\n */\nexport type ConfigurationIdName = string;\n\n/** Known values of {@link Confirmation} that the service accepts. */\nexport enum KnownConfirmation {\n /** Send an e-mail to the user confirming they have successfully signed up. */\n Signup = \"signup\",\n /** Send an e-mail inviting the user to sign-up and complete registration. */\n Invite = \"invite\"\n}\n\n/**\n * Defines values for Confirmation. \\\n * {@link KnownConfirmation} can be used interchangeably with Confirmation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **signup**: Send an e-mail to the user confirming they have successfully signed up. \\\n * **invite**: Send an e-mail inviting the user to sign-up and complete registration.\n */\nexport type Confirmation = string;\n/** Defines values for ProductState. */\nexport type ProductState = \"notPublished\" | \"published\";\n/** Defines values for AuthorizationMethod. */\nexport type AuthorizationMethod =\n | \"HEAD\"\n | \"OPTIONS\"\n | \"TRACE\"\n | \"GET\"\n | \"POST\"\n | \"PUT\"\n | \"PATCH\"\n | \"DELETE\";\n/** Defines values for NameAvailabilityReason. */\nexport type NameAvailabilityReason = \"Valid\" | \"Invalid\" | \"AlreadyExists\";\n/** Defines values for KeyType. */\nexport type KeyType = \"primary\" | \"secondary\";\n/** Defines values for GroupType. */\nexport type GroupType = \"custom\" | \"system\" | \"external\";\n/** Defines values for PolicyScopeContract. */\nexport type PolicyScopeContract =\n | \"Tenant\"\n | \"Product\"\n | \"Api\"\n | \"Operation\"\n | \"All\";\n/** Defines values for SubscriptionState. */\nexport type SubscriptionState =\n | \"suspended\"\n | \"active\"\n | \"expired\"\n | \"submitted\"\n | \"rejected\"\n | \"cancelled\";\n/** Defines values for ApiManagementSkuCapacityScaleType. */\nexport type ApiManagementSkuCapacityScaleType = \"Automatic\" | \"Manual\" | \"None\";\n/** Defines values for ApiManagementSkuRestrictionsType. */\nexport type ApiManagementSkuRestrictionsType = \"Location\" | \"Zone\";\n/** Defines values for ApiManagementSkuRestrictionsReasonCode. */\nexport type ApiManagementSkuRestrictionsReasonCode =\n | \"QuotaId\"\n | \"NotAvailableForSubscription\";\n/** Defines values for AsyncOperationStatus. */\nexport type AsyncOperationStatus =\n | \"Started\"\n | \"InProgress\"\n | \"Succeeded\"\n | \"Failed\";\n/** Defines values for AsyncResolverStatus. */\nexport type AsyncResolverStatus =\n | \"Started\"\n | \"InProgress\"\n | \"Succeeded\"\n | \"Failed\";\n\n/** Optional parameters. */\nexport interface ApiListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| isCurrent | filter | eq, ne | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Include tags in the response. */\n tags?: string;\n /** Include full ApiVersionSet resource in response */\n expandApiVersionSet?: boolean;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiListByServiceResponse = ApiCollection;\n\n/** Optional parameters. */\nexport interface ApiGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiGetEntityTagResponse = ApiGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiGetResponse = ApiGetHeaders & ApiContract;\n\n/** Optional parameters. */\nexport interface ApiCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiCreateOrUpdateResponse = ApiCreateOrUpdateHeaders & ApiContract;\n\n/** Optional parameters. */\nexport interface ApiUpdateOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ApiUpdateResponse = ApiUpdateHeaders & ApiContract;\n\n/** Optional parameters. */\nexport interface ApiDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delete all revisions of the Api. */\n deleteRevisions?: boolean;\n}\n\n/** Optional parameters. */\nexport interface ApiListByTagsOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| apiRevision | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| isCurrent | filter | eq | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Include not tagged APIs. */\n includeNotTaggedApis?: boolean;\n}\n\n/** Contains response data for the listByTags operation. */\nexport type ApiListByTagsResponse = TagResourceCollection;\n\n/** Optional parameters. */\nexport interface ApiListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiListByServiceNextResponse = ApiCollection;\n\n/** Optional parameters. */\nexport interface ApiListByTagsNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByTagsNext operation. */\nexport type ApiListByTagsNextResponse = TagResourceCollection;\n\n/** Optional parameters. */\nexport interface ApiRevisionListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| apiRevision | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiRevisionListByServiceResponse = ApiRevisionCollection;\n\n/** Optional parameters. */\nexport interface ApiRevisionListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiRevisionListByServiceNextResponse = ApiRevisionCollection;\n\n/** Optional parameters. */\nexport interface ApiReleaseListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| notes | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiReleaseListByServiceResponse = ApiReleaseCollection;\n\n/** Optional parameters. */\nexport interface ApiReleaseGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiReleaseGetEntityTagResponse = ApiReleaseGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiReleaseGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiReleaseGetResponse = ApiReleaseGetHeaders & ApiReleaseContract;\n\n/** Optional parameters. */\nexport interface ApiReleaseCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiReleaseCreateOrUpdateResponse = ApiReleaseCreateOrUpdateHeaders &\n ApiReleaseContract;\n\n/** Optional parameters. */\nexport interface ApiReleaseUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ApiReleaseUpdateResponse = ApiReleaseUpdateHeaders &\n ApiReleaseContract;\n\n/** Optional parameters. */\nexport interface ApiReleaseDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiReleaseListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiReleaseListByServiceNextResponse = ApiReleaseCollection;\n\n/** Optional parameters. */\nexport interface ApiOperationListByApiOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| method | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| urlTemplate | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Include tags in the response. */\n tags?: string;\n}\n\n/** Contains response data for the listByApi operation. */\nexport type ApiOperationListByApiResponse = OperationCollection;\n\n/** Optional parameters. */\nexport interface ApiOperationGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiOperationGetEntityTagResponse = ApiOperationGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiOperationGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiOperationGetResponse = ApiOperationGetHeaders &\n OperationContract;\n\n/** Optional parameters. */\nexport interface ApiOperationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiOperationCreateOrUpdateResponse = ApiOperationCreateOrUpdateHeaders &\n OperationContract;\n\n/** Optional parameters. */\nexport interface ApiOperationUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ApiOperationUpdateResponse = ApiOperationUpdateHeaders &\n OperationContract;\n\n/** Optional parameters. */\nexport interface ApiOperationDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiOperationListByApiNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByApiNext operation. */\nexport type ApiOperationListByApiNextResponse = OperationCollection;\n\n/** Optional parameters. */\nexport interface ApiOperationPolicyListByOperationOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByOperation operation. */\nexport type ApiOperationPolicyListByOperationResponse = PolicyCollection;\n\n/** Optional parameters. */\nexport interface ApiOperationPolicyGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiOperationPolicyGetEntityTagResponse = ApiOperationPolicyGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiOperationPolicyGetOptionalParams\n extends coreClient.OperationOptions {\n /** Policy Export Format. */\n format?: PolicyExportFormat;\n}\n\n/** Contains response data for the get operation. */\nexport type ApiOperationPolicyGetResponse = ApiOperationPolicyGetHeaders &\n PolicyContract;\n\n/** Optional parameters. */\nexport interface ApiOperationPolicyCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiOperationPolicyCreateOrUpdateResponse = ApiOperationPolicyCreateOrUpdateHeaders &\n PolicyContract;\n\n/** Optional parameters. */\nexport interface ApiOperationPolicyDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TagListByOperationOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByOperation operation. */\nexport type TagListByOperationResponse = TagCollection;\n\n/** Optional parameters. */\nexport interface TagGetEntityStateByOperationOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityStateByOperation operation. */\nexport type TagGetEntityStateByOperationResponse = TagGetEntityStateByOperationHeaders;\n\n/** Optional parameters. */\nexport interface TagGetByOperationOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getByOperation operation. */\nexport type TagGetByOperationResponse = TagGetByOperationHeaders & TagContract;\n\n/** Optional parameters. */\nexport interface TagAssignToOperationOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the assignToOperation operation. */\nexport type TagAssignToOperationResponse = TagContract;\n\n/** Optional parameters. */\nexport interface TagDetachFromOperationOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TagListByApiOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByApi operation. */\nexport type TagListByApiResponse = TagCollection;\n\n/** Optional parameters. */\nexport interface TagGetEntityStateByApiOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityStateByApi operation. */\nexport type TagGetEntityStateByApiResponse = TagGetEntityStateByApiHeaders;\n\n/** Optional parameters. */\nexport interface TagGetByApiOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getByApi operation. */\nexport type TagGetByApiResponse = TagGetByApiHeaders & TagContract;\n\n/** Optional parameters. */\nexport interface TagAssignToApiOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the assignToApi operation. */\nexport type TagAssignToApiResponse = TagAssignToApiHeaders & TagContract;\n\n/** Optional parameters. */\nexport interface TagDetachFromApiOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TagListByProductOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByProduct operation. */\nexport type TagListByProductResponse = TagCollection;\n\n/** Optional parameters. */\nexport interface TagGetEntityStateByProductOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityStateByProduct operation. */\nexport type TagGetEntityStateByProductResponse = TagGetEntityStateByProductHeaders;\n\n/** Optional parameters. */\nexport interface TagGetByProductOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getByProduct operation. */\nexport type TagGetByProductResponse = TagGetByProductHeaders & TagContract;\n\n/** Optional parameters. */\nexport interface TagAssignToProductOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the assignToProduct operation. */\nexport type TagAssignToProductResponse = TagContract;\n\n/** Optional parameters. */\nexport interface TagDetachFromProductOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TagListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Scope like 'apis', 'products' or 'apis/{apiId} */\n scope?: string;\n}\n\n/** Contains response data for the listByService operation. */\nexport type TagListByServiceResponse = TagCollection;\n\n/** Optional parameters. */\nexport interface TagGetEntityStateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityState operation. */\nexport type TagGetEntityStateResponse = TagGetEntityStateHeaders;\n\n/** Optional parameters. */\nexport interface TagGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type TagGetResponse = TagGetHeaders & TagContract;\n\n/** Optional parameters. */\nexport interface TagCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TagCreateOrUpdateResponse = TagCreateOrUpdateHeaders & TagContract;\n\n/** Optional parameters. */\nexport interface TagUpdateOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type TagUpdateResponse = TagUpdateHeaders & TagContract;\n\n/** Optional parameters. */\nexport interface TagDeleteOptionalParams extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TagListByOperationNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByOperationNext operation. */\nexport type TagListByOperationNextResponse = TagCollection;\n\n/** Optional parameters. */\nexport interface TagListByApiNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByApiNext operation. */\nexport type TagListByApiNextResponse = TagCollection;\n\n/** Optional parameters. */\nexport interface TagListByProductNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByProductNext operation. */\nexport type TagListByProductNextResponse = TagCollection;\n\n/** Optional parameters. */\nexport interface TagListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type TagListByServiceNextResponse = TagCollection;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverListByApiOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByApi operation. */\nexport type GraphQLApiResolverListByApiResponse = ResolverCollection;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type GraphQLApiResolverGetEntityTagResponse = GraphQLApiResolverGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type GraphQLApiResolverGetResponse = GraphQLApiResolverGetHeaders &\n ResolverContract;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GraphQLApiResolverCreateOrUpdateResponse = GraphQLApiResolverCreateOrUpdateHeaders &\n ResolverContract;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type GraphQLApiResolverUpdateResponse = GraphQLApiResolverUpdateHeaders &\n ResolverContract;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverListByApiNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByApiNext operation. */\nexport type GraphQLApiResolverListByApiNextResponse = ResolverCollection;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverPolicyListByResolverOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByResolver operation. */\nexport type GraphQLApiResolverPolicyListByResolverResponse = PolicyCollection;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverPolicyGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type GraphQLApiResolverPolicyGetEntityTagResponse = GraphQLApiResolverPolicyGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverPolicyGetOptionalParams\n extends coreClient.OperationOptions {\n /** Policy Export Format. */\n format?: PolicyExportFormat;\n}\n\n/** Contains response data for the get operation. */\nexport type GraphQLApiResolverPolicyGetResponse = GraphQLApiResolverPolicyGetHeaders &\n PolicyContract;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverPolicyCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GraphQLApiResolverPolicyCreateOrUpdateResponse = GraphQLApiResolverPolicyCreateOrUpdateHeaders &\n PolicyContract;\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverPolicyDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GraphQLApiResolverPolicyListByResolverNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByResolverNext operation. */\nexport type GraphQLApiResolverPolicyListByResolverNextResponse = PolicyCollection;\n\n/** Optional parameters. */\nexport interface ApiProductListByApisOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByApis operation. */\nexport type ApiProductListByApisResponse = ProductCollection;\n\n/** Optional parameters. */\nexport interface ApiProductListByApisNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByApisNext operation. */\nexport type ApiProductListByApisNextResponse = ProductCollection;\n\n/** Optional parameters. */\nexport interface ApiPolicyListByApiOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByApi operation. */\nexport type ApiPolicyListByApiResponse = PolicyCollection;\n\n/** Optional parameters. */\nexport interface ApiPolicyGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiPolicyGetEntityTagResponse = ApiPolicyGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiPolicyGetOptionalParams\n extends coreClient.OperationOptions {\n /** Policy Export Format. */\n format?: PolicyExportFormat;\n}\n\n/** Contains response data for the get operation. */\nexport type ApiPolicyGetResponse = ApiPolicyGetHeaders & PolicyContract;\n\n/** Optional parameters. */\nexport interface ApiPolicyCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiPolicyCreateOrUpdateResponse = ApiPolicyCreateOrUpdateHeaders &\n PolicyContract;\n\n/** Optional parameters. */\nexport interface ApiPolicyDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiSchemaListByApiOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| contentType | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByApi operation. */\nexport type ApiSchemaListByApiResponse = SchemaCollection;\n\n/** Optional parameters. */\nexport interface ApiSchemaGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiSchemaGetEntityTagResponse = ApiSchemaGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiSchemaGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiSchemaGetResponse = ApiSchemaGetHeaders & SchemaContract;\n\n/** Optional parameters. */\nexport interface ApiSchemaCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiSchemaCreateOrUpdateResponse = ApiSchemaCreateOrUpdateHeaders &\n SchemaContract;\n\n/** Optional parameters. */\nexport interface ApiSchemaDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** If true removes all references to the schema before deleting it. */\n force?: boolean;\n}\n\n/** Optional parameters. */\nexport interface ApiSchemaListByApiNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByApiNext operation. */\nexport type ApiSchemaListByApiNextResponse = SchemaCollection;\n\n/** Optional parameters. */\nexport interface ApiDiagnosticListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiDiagnosticListByServiceResponse = DiagnosticCollection;\n\n/** Optional parameters. */\nexport interface ApiDiagnosticGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiDiagnosticGetEntityTagResponse = ApiDiagnosticGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiDiagnosticGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiDiagnosticGetResponse = ApiDiagnosticGetHeaders &\n DiagnosticContract;\n\n/** Optional parameters. */\nexport interface ApiDiagnosticCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiDiagnosticCreateOrUpdateResponse = ApiDiagnosticCreateOrUpdateHeaders &\n DiagnosticContract;\n\n/** Optional parameters. */\nexport interface ApiDiagnosticUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ApiDiagnosticUpdateResponse = ApiDiagnosticUpdateHeaders &\n DiagnosticContract;\n\n/** Optional parameters. */\nexport interface ApiDiagnosticDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiDiagnosticListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiDiagnosticListByServiceNextResponse = DiagnosticCollection;\n\n/** Optional parameters. */\nexport interface ApiIssueListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| userId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Expand the comment attachments. */\n expandCommentsAttachments?: boolean;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiIssueListByServiceResponse = IssueCollection;\n\n/** Optional parameters. */\nexport interface ApiIssueGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiIssueGetEntityTagResponse = ApiIssueGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiIssueGetOptionalParams extends coreClient.OperationOptions {\n /** Expand the comment attachments. */\n expandCommentsAttachments?: boolean;\n}\n\n/** Contains response data for the get operation. */\nexport type ApiIssueGetResponse = ApiIssueGetHeaders & IssueContract;\n\n/** Optional parameters. */\nexport interface ApiIssueCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiIssueCreateOrUpdateResponse = ApiIssueCreateOrUpdateHeaders &\n IssueContract;\n\n/** Optional parameters. */\nexport interface ApiIssueUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ApiIssueUpdateResponse = ApiIssueUpdateHeaders & IssueContract;\n\n/** Optional parameters. */\nexport interface ApiIssueDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiIssueListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiIssueListByServiceNextResponse = IssueCollection;\n\n/** Optional parameters. */\nexport interface ApiIssueCommentListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| userId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiIssueCommentListByServiceResponse = IssueCommentCollection;\n\n/** Optional parameters. */\nexport interface ApiIssueCommentGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiIssueCommentGetEntityTagResponse = ApiIssueCommentGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiIssueCommentGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiIssueCommentGetResponse = ApiIssueCommentGetHeaders &\n IssueCommentContract;\n\n/** Optional parameters. */\nexport interface ApiIssueCommentCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiIssueCommentCreateOrUpdateResponse = ApiIssueCommentCreateOrUpdateHeaders &\n IssueCommentContract;\n\n/** Optional parameters. */\nexport interface ApiIssueCommentDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiIssueCommentListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiIssueCommentListByServiceNextResponse = IssueCommentCollection;\n\n/** Optional parameters. */\nexport interface ApiIssueAttachmentListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| userId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiIssueAttachmentListByServiceResponse = IssueAttachmentCollection;\n\n/** Optional parameters. */\nexport interface ApiIssueAttachmentGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiIssueAttachmentGetEntityTagResponse = ApiIssueAttachmentGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiIssueAttachmentGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiIssueAttachmentGetResponse = ApiIssueAttachmentGetHeaders &\n IssueAttachmentContract;\n\n/** Optional parameters. */\nexport interface ApiIssueAttachmentCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiIssueAttachmentCreateOrUpdateResponse = ApiIssueAttachmentCreateOrUpdateHeaders &\n IssueAttachmentContract;\n\n/** Optional parameters. */\nexport interface ApiIssueAttachmentDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiIssueAttachmentListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiIssueAttachmentListByServiceNextResponse = IssueAttachmentCollection;\n\n/** Optional parameters. */\nexport interface ApiTagDescriptionListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiTagDescriptionListByServiceResponse = TagDescriptionCollection;\n\n/** Optional parameters. */\nexport interface ApiTagDescriptionGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiTagDescriptionGetEntityTagResponse = ApiTagDescriptionGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiTagDescriptionGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiTagDescriptionGetResponse = ApiTagDescriptionGetHeaders &\n TagDescriptionContract;\n\n/** Optional parameters. */\nexport interface ApiTagDescriptionCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiTagDescriptionCreateOrUpdateResponse = ApiTagDescriptionCreateOrUpdateHeaders &\n TagDescriptionContract;\n\n/** Optional parameters. */\nexport interface ApiTagDescriptionDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiTagDescriptionListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiTagDescriptionListByServiceNextResponse = TagDescriptionCollection;\n\n/** Optional parameters. */\nexport interface OperationListByTagsOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| apiName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| method | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| urlTemplate | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Include not tagged Operations. */\n includeNotTaggedOperations?: boolean;\n}\n\n/** Contains response data for the listByTags operation. */\nexport type OperationListByTagsResponse = TagResourceCollection;\n\n/** Optional parameters. */\nexport interface OperationListByTagsNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByTagsNext operation. */\nexport type OperationListByTagsNextResponse = TagResourceCollection;\n\n/** Optional parameters. */\nexport interface ApiWikiGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiWikiGetEntityTagResponse = ApiWikiGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiWikiGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiWikiGetResponse = ApiWikiGetHeaders & WikiContract;\n\n/** Optional parameters. */\nexport interface ApiWikiCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiWikiCreateOrUpdateResponse = ApiWikiCreateOrUpdateHeaders &\n WikiContract;\n\n/** Optional parameters. */\nexport interface ApiWikiUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ApiWikiUpdateResponse = ApiWikiUpdateHeaders & WikiContract;\n\n/** Optional parameters. */\nexport interface ApiWikiDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiWikisListOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | eq | contains |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ApiWikisListResponse = WikiCollection;\n\n/** Optional parameters. */\nexport interface ApiWikisListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type ApiWikisListNextResponse = WikiCollection;\n\n/** Optional parameters. */\nexport interface ApiExportGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiExportGetResponse = ApiExportResult;\n\n/** Optional parameters. */\nexport interface ApiVersionSetListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ApiVersionSetListByServiceResponse = ApiVersionSetCollection;\n\n/** Optional parameters. */\nexport interface ApiVersionSetGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ApiVersionSetGetEntityTagResponse = ApiVersionSetGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ApiVersionSetGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiVersionSetGetResponse = ApiVersionSetGetHeaders &\n ApiVersionSetContract;\n\n/** Optional parameters. */\nexport interface ApiVersionSetCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiVersionSetCreateOrUpdateResponse = ApiVersionSetCreateOrUpdateHeaders &\n ApiVersionSetContract;\n\n/** Optional parameters. */\nexport interface ApiVersionSetUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ApiVersionSetUpdateResponse = ApiVersionSetUpdateHeaders &\n ApiVersionSetContract;\n\n/** Optional parameters. */\nexport interface ApiVersionSetDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ApiVersionSetListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ApiVersionSetListByServiceNextResponse = ApiVersionSetCollection;\n\n/** Optional parameters. */\nexport interface AuthorizationServerListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type AuthorizationServerListByServiceResponse = AuthorizationServerCollection;\n\n/** Optional parameters. */\nexport interface AuthorizationServerGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type AuthorizationServerGetEntityTagResponse = AuthorizationServerGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface AuthorizationServerGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type AuthorizationServerGetResponse = AuthorizationServerGetHeaders &\n AuthorizationServerContract;\n\n/** Optional parameters. */\nexport interface AuthorizationServerCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AuthorizationServerCreateOrUpdateResponse = AuthorizationServerCreateOrUpdateHeaders &\n AuthorizationServerContract;\n\n/** Optional parameters. */\nexport interface AuthorizationServerUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type AuthorizationServerUpdateResponse = AuthorizationServerUpdateHeaders &\n AuthorizationServerContract;\n\n/** Optional parameters. */\nexport interface AuthorizationServerDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface AuthorizationServerListSecretsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listSecrets operation. */\nexport type AuthorizationServerListSecretsResponse = AuthorizationServerListSecretsHeaders &\n AuthorizationServerSecretsContract;\n\n/** Optional parameters. */\nexport interface AuthorizationServerListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type AuthorizationServerListByServiceNextResponse = AuthorizationServerCollection;\n\n/** Optional parameters. */\nexport interface AuthorizationProviderListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type AuthorizationProviderListByServiceResponse = AuthorizationProviderCollection;\n\n/** Optional parameters. */\nexport interface AuthorizationProviderGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type AuthorizationProviderGetResponse = AuthorizationProviderGetHeaders &\n AuthorizationProviderContract;\n\n/** Optional parameters. */\nexport interface AuthorizationProviderCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AuthorizationProviderCreateOrUpdateResponse = AuthorizationProviderCreateOrUpdateHeaders &\n AuthorizationProviderContract;\n\n/** Optional parameters. */\nexport interface AuthorizationProviderDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface AuthorizationProviderListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type AuthorizationProviderListByServiceNextResponse = AuthorizationProviderCollection;\n\n/** Optional parameters. */\nexport interface AuthorizationListByAuthorizationProviderOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByAuthorizationProvider operation. */\nexport type AuthorizationListByAuthorizationProviderResponse = AuthorizationCollection;\n\n/** Optional parameters. */\nexport interface AuthorizationGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type AuthorizationGetResponse = AuthorizationGetHeaders &\n AuthorizationContract;\n\n/** Optional parameters. */\nexport interface AuthorizationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AuthorizationCreateOrUpdateResponse = AuthorizationCreateOrUpdateHeaders &\n AuthorizationContract;\n\n/** Optional parameters. */\nexport interface AuthorizationDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface AuthorizationConfirmConsentCodeOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the confirmConsentCode operation. */\nexport type AuthorizationConfirmConsentCodeResponse = AuthorizationConfirmConsentCodeHeaders;\n\n/** Optional parameters. */\nexport interface AuthorizationListByAuthorizationProviderNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByAuthorizationProviderNext operation. */\nexport type AuthorizationListByAuthorizationProviderNextResponse = AuthorizationCollection;\n\n/** Optional parameters. */\nexport interface AuthorizationLoginLinksPostOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the post operation. */\nexport type AuthorizationLoginLinksPostResponse = AuthorizationLoginLinksPostHeaders &\n AuthorizationLoginResponseContract;\n\n/** Optional parameters. */\nexport interface AuthorizationAccessPolicyListByAuthorizationOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByAuthorization operation. */\nexport type AuthorizationAccessPolicyListByAuthorizationResponse = AuthorizationAccessPolicyCollection;\n\n/** Optional parameters. */\nexport interface AuthorizationAccessPolicyGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type AuthorizationAccessPolicyGetResponse = AuthorizationAccessPolicyGetHeaders &\n AuthorizationAccessPolicyContract;\n\n/** Optional parameters. */\nexport interface AuthorizationAccessPolicyCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AuthorizationAccessPolicyCreateOrUpdateResponse = AuthorizationAccessPolicyCreateOrUpdateHeaders &\n AuthorizationAccessPolicyContract;\n\n/** Optional parameters. */\nexport interface AuthorizationAccessPolicyDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface AuthorizationAccessPolicyListByAuthorizationNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByAuthorizationNext operation. */\nexport type AuthorizationAccessPolicyListByAuthorizationNextResponse = AuthorizationAccessPolicyCollection;\n\n/** Optional parameters. */\nexport interface BackendListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| title | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| url | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type BackendListByServiceResponse = BackendCollection;\n\n/** Optional parameters. */\nexport interface BackendGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type BackendGetEntityTagResponse = BackendGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface BackendGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type BackendGetResponse = BackendGetHeaders & BackendContract;\n\n/** Optional parameters. */\nexport interface BackendCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type BackendCreateOrUpdateResponse = BackendCreateOrUpdateHeaders &\n BackendContract;\n\n/** Optional parameters. */\nexport interface BackendUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type BackendUpdateResponse = BackendUpdateHeaders & BackendContract;\n\n/** Optional parameters. */\nexport interface BackendDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface BackendReconnectOptionalParams\n extends coreClient.OperationOptions {\n /** Reconnect request parameters. */\n parameters?: BackendReconnectContract;\n}\n\n/** Optional parameters. */\nexport interface BackendListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type BackendListByServiceNextResponse = BackendCollection;\n\n/** Optional parameters. */\nexport interface CacheListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type CacheListByServiceResponse = CacheCollection;\n\n/** Optional parameters. */\nexport interface CacheGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type CacheGetEntityTagResponse = CacheGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface CacheGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type CacheGetResponse = CacheGetHeaders & CacheContract;\n\n/** Optional parameters. */\nexport interface CacheCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CacheCreateOrUpdateResponse = CacheCreateOrUpdateHeaders &\n CacheContract;\n\n/** Optional parameters. */\nexport interface CacheUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type CacheUpdateResponse = CacheUpdateHeaders & CacheContract;\n\n/** Optional parameters. */\nexport interface CacheDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface CacheListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type CacheListByServiceNextResponse = CacheCollection;\n\n/** Optional parameters. */\nexport interface CertificateListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| subject | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| thumbprint | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| expirationDate | filter | ge, le, eq, ne, gt, lt | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** When set to true, the response contains only certificates entities which failed refresh. */\n isKeyVaultRefreshFailed?: boolean;\n}\n\n/** Contains response data for the listByService operation. */\nexport type CertificateListByServiceResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface CertificateGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type CertificateGetEntityTagResponse = CertificateGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface CertificateGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type CertificateGetResponse = CertificateGetHeaders &\n CertificateContract;\n\n/** Optional parameters. */\nexport interface CertificateCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CertificateCreateOrUpdateResponse = CertificateCreateOrUpdateHeaders &\n CertificateContract;\n\n/** Optional parameters. */\nexport interface CertificateDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface CertificateRefreshSecretOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the refreshSecret operation. */\nexport type CertificateRefreshSecretResponse = CertificateRefreshSecretHeaders &\n CertificateContract;\n\n/** Optional parameters. */\nexport interface CertificateListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type CertificateListByServiceNextResponse = CertificateCollection;\n\n/** Optional parameters. */\nexport interface PerformConnectivityCheckAsyncOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the performConnectivityCheckAsync operation. */\nexport type PerformConnectivityCheckAsyncResponse = ConnectivityCheckResponse;\n\n/** Optional parameters. */\nexport interface ContentTypeListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type ContentTypeListByServiceResponse = ContentTypeCollection;\n\n/** Optional parameters. */\nexport interface ContentTypeGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ContentTypeGetResponse = ContentTypeGetHeaders &\n ContentTypeContract;\n\n/** Optional parameters. */\nexport interface ContentTypeCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContentTypeCreateOrUpdateResponse = ContentTypeCreateOrUpdateHeaders &\n ContentTypeContract;\n\n/** Optional parameters. */\nexport interface ContentTypeDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ContentTypeListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ContentTypeListByServiceNextResponse = ContentTypeCollection;\n\n/** Optional parameters. */\nexport interface ContentItemListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type ContentItemListByServiceResponse = ContentItemCollection;\n\n/** Optional parameters. */\nexport interface ContentItemGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ContentItemGetEntityTagResponse = ContentItemGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ContentItemGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ContentItemGetResponse = ContentItemGetHeaders &\n ContentItemContract;\n\n/** Optional parameters. */\nexport interface ContentItemCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ContentItemCreateOrUpdateResponse = ContentItemCreateOrUpdateHeaders &\n ContentItemContract;\n\n/** Optional parameters. */\nexport interface ContentItemDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ContentItemListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ContentItemListByServiceNextResponse = ContentItemCollection;\n\n/** Optional parameters. */\nexport interface DeletedServicesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listBySubscription operation. */\nexport type DeletedServicesListBySubscriptionResponse = DeletedServicesCollection;\n\n/** Optional parameters. */\nexport interface DeletedServicesGetByNameOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getByName operation. */\nexport type DeletedServicesGetByNameResponse = DeletedServiceContract;\n\n/** Optional parameters. */\nexport interface DeletedServicesPurgeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DeletedServicesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DeletedServicesListBySubscriptionNextResponse = DeletedServicesCollection;\n\n/** Optional parameters. */\nexport interface ApiManagementOperationsListOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the list operation. */\nexport type ApiManagementOperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ApiManagementOperationsListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type ApiManagementOperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceSkusListAvailableServiceSkusOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listAvailableServiceSkus operation. */\nexport type ApiManagementServiceSkusListAvailableServiceSkusResponse = ResourceSkuResults;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceSkusListAvailableServiceSkusNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listAvailableServiceSkusNext operation. */\nexport type ApiManagementServiceSkusListAvailableServiceSkusNextResponse = ResourceSkuResults;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restore operation. */\nexport type ApiManagementServiceRestoreResponse = ApiManagementServiceResource;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceBackupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the backup operation. */\nexport type ApiManagementServiceBackupResponse = ApiManagementServiceResource;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApiManagementServiceCreateOrUpdateResponse = ApiManagementServiceResource;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ApiManagementServiceUpdateResponse = ApiManagementServiceResource;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ApiManagementServiceGetResponse = ApiManagementServiceResource;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ApiManagementServiceMigrateToStv2OptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the migrateToStv2 operation. */\nexport type ApiManagementServiceMigrateToStv2Response = ApiManagementServiceResource;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceListByResourceGroupOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ApiManagementServiceListByResourceGroupResponse = ApiManagementServiceListResult;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceListOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the list operation. */\nexport type ApiManagementServiceListResponse = ApiManagementServiceListResult;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceGetSsoTokenOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getSsoToken operation. */\nexport type ApiManagementServiceGetSsoTokenResponse = ApiManagementServiceGetSsoTokenResult;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type ApiManagementServiceCheckNameAvailabilityResponse = ApiManagementServiceNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceGetDomainOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getDomainOwnershipIdentifier operation. */\nexport type ApiManagementServiceGetDomainOwnershipIdentifierResponse = ApiManagementServiceGetDomainOwnershipIdentifierResult;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceApplyNetworkConfigurationUpdatesOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters supplied to the Apply Network Configuration operation. If the parameters are empty, all the regions in which the Api Management service is deployed will be updated sequentially without incurring downtime in the region. */\n parameters?: ApiManagementServiceApplyNetworkConfigurationParameters;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the applyNetworkConfigurationUpdates operation. */\nexport type ApiManagementServiceApplyNetworkConfigurationUpdatesResponse = ApiManagementServiceResource;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ApiManagementServiceListByResourceGroupNextResponse = ApiManagementServiceListResult;\n\n/** Optional parameters. */\nexport interface ApiManagementServiceListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type ApiManagementServiceListNextResponse = ApiManagementServiceListResult;\n\n/** Optional parameters. */\nexport interface DiagnosticListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type DiagnosticListByServiceResponse = DiagnosticCollection;\n\n/** Optional parameters. */\nexport interface DiagnosticGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type DiagnosticGetEntityTagResponse = DiagnosticGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface DiagnosticGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type DiagnosticGetResponse = DiagnosticGetHeaders & DiagnosticContract;\n\n/** Optional parameters. */\nexport interface DiagnosticCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DiagnosticCreateOrUpdateResponse = DiagnosticCreateOrUpdateHeaders &\n DiagnosticContract;\n\n/** Optional parameters. */\nexport interface DiagnosticUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type DiagnosticUpdateResponse = DiagnosticUpdateHeaders &\n DiagnosticContract;\n\n/** Optional parameters. */\nexport interface DiagnosticDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface DiagnosticListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type DiagnosticListByServiceNextResponse = DiagnosticCollection;\n\n/** Optional parameters. */\nexport interface EmailTemplateListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type EmailTemplateListByServiceResponse = EmailTemplateCollection;\n\n/** Optional parameters. */\nexport interface EmailTemplateGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type EmailTemplateGetEntityTagResponse = EmailTemplateGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface EmailTemplateGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type EmailTemplateGetResponse = EmailTemplateGetHeaders &\n EmailTemplateContract;\n\n/** Optional parameters. */\nexport interface EmailTemplateCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EmailTemplateCreateOrUpdateResponse = EmailTemplateContract;\n\n/** Optional parameters. */\nexport interface EmailTemplateUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type EmailTemplateUpdateResponse = EmailTemplateUpdateHeaders &\n EmailTemplateContract;\n\n/** Optional parameters. */\nexport interface EmailTemplateDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface EmailTemplateListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type EmailTemplateListByServiceNextResponse = EmailTemplateCollection;\n\n/** Optional parameters. */\nexport interface GatewayListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| region | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type GatewayListByServiceResponse = GatewayCollection;\n\n/** Optional parameters. */\nexport interface GatewayGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type GatewayGetEntityTagResponse = GatewayGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface GatewayGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type GatewayGetResponse = GatewayGetHeaders & GatewayContract;\n\n/** Optional parameters. */\nexport interface GatewayCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GatewayCreateOrUpdateResponse = GatewayCreateOrUpdateHeaders &\n GatewayContract;\n\n/** Optional parameters. */\nexport interface GatewayUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type GatewayUpdateResponse = GatewayUpdateHeaders & GatewayContract;\n\n/** Optional parameters. */\nexport interface GatewayDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GatewayListKeysOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listKeys operation. */\nexport type GatewayListKeysResponse = GatewayListKeysHeaders &\n GatewayKeysContract;\n\n/** Optional parameters. */\nexport interface GatewayRegenerateKeyOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GatewayGenerateTokenOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the generateToken operation. */\nexport type GatewayGenerateTokenResponse = GatewayTokenContract;\n\n/** Optional parameters. */\nexport interface GatewayListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type GatewayListByServiceNextResponse = GatewayCollection;\n\n/** Optional parameters. */\nexport interface GatewayHostnameConfigurationListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| hostname | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type GatewayHostnameConfigurationListByServiceResponse = GatewayHostnameConfigurationCollection;\n\n/** Optional parameters. */\nexport interface GatewayHostnameConfigurationGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type GatewayHostnameConfigurationGetEntityTagResponse = GatewayHostnameConfigurationGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface GatewayHostnameConfigurationGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type GatewayHostnameConfigurationGetResponse = GatewayHostnameConfigurationGetHeaders &\n GatewayHostnameConfigurationContract;\n\n/** Optional parameters. */\nexport interface GatewayHostnameConfigurationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GatewayHostnameConfigurationCreateOrUpdateResponse = GatewayHostnameConfigurationCreateOrUpdateHeaders &\n GatewayHostnameConfigurationContract;\n\n/** Optional parameters. */\nexport interface GatewayHostnameConfigurationDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GatewayHostnameConfigurationListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type GatewayHostnameConfigurationListByServiceNextResponse = GatewayHostnameConfigurationCollection;\n\n/** Optional parameters. */\nexport interface GatewayApiListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type GatewayApiListByServiceResponse = ApiCollection;\n\n/** Optional parameters. */\nexport interface GatewayApiGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type GatewayApiGetEntityTagResponse = GatewayApiGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface GatewayApiCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Association entity details. */\n parameters?: AssociationContract;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GatewayApiCreateOrUpdateResponse = ApiContract;\n\n/** Optional parameters. */\nexport interface GatewayApiDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GatewayApiListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type GatewayApiListByServiceNextResponse = ApiCollection;\n\n/** Optional parameters. */\nexport interface GatewayCertificateAuthorityListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | eq, ne | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type GatewayCertificateAuthorityListByServiceResponse = GatewayCertificateAuthorityCollection;\n\n/** Optional parameters. */\nexport interface GatewayCertificateAuthorityGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type GatewayCertificateAuthorityGetEntityTagResponse = GatewayCertificateAuthorityGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface GatewayCertificateAuthorityGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type GatewayCertificateAuthorityGetResponse = GatewayCertificateAuthorityGetHeaders &\n GatewayCertificateAuthorityContract;\n\n/** Optional parameters. */\nexport interface GatewayCertificateAuthorityCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GatewayCertificateAuthorityCreateOrUpdateResponse = GatewayCertificateAuthorityCreateOrUpdateHeaders &\n GatewayCertificateAuthorityContract;\n\n/** Optional parameters. */\nexport interface GatewayCertificateAuthorityDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GatewayCertificateAuthorityListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type GatewayCertificateAuthorityListByServiceNextResponse = GatewayCertificateAuthorityCollection;\n\n/** Optional parameters. */\nexport interface GroupListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| externalId | filter | eq | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type GroupListByServiceResponse = GroupCollection;\n\n/** Optional parameters. */\nexport interface GroupGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type GroupGetEntityTagResponse = GroupGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface GroupGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type GroupGetResponse = GroupGetHeaders & GroupContract;\n\n/** Optional parameters. */\nexport interface GroupCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GroupCreateOrUpdateResponse = GroupCreateOrUpdateHeaders &\n GroupContract;\n\n/** Optional parameters. */\nexport interface GroupUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type GroupUpdateResponse = GroupUpdateHeaders & GroupContract;\n\n/** Optional parameters. */\nexport interface GroupDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GroupListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type GroupListByServiceNextResponse = GroupCollection;\n\n/** Optional parameters. */\nexport interface GroupUserListOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| firstName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| lastName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| email | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| registrationDate | filter | ge, le, eq, ne, gt, lt | |</br>| note | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type GroupUserListResponse = UserCollection;\n\n/** Optional parameters. */\nexport interface GroupUserCheckEntityExistsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the checkEntityExists operation. */\nexport type GroupUserCheckEntityExistsResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface GroupUserCreateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the create operation. */\nexport type GroupUserCreateResponse = UserContract;\n\n/** Optional parameters. */\nexport interface GroupUserDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GroupUserListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type GroupUserListNextResponse = UserCollection;\n\n/** Optional parameters. */\nexport interface IdentityProviderListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type IdentityProviderListByServiceResponse = IdentityProviderList;\n\n/** Optional parameters. */\nexport interface IdentityProviderGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type IdentityProviderGetEntityTagResponse = IdentityProviderGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface IdentityProviderGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type IdentityProviderGetResponse = IdentityProviderGetHeaders &\n IdentityProviderContract;\n\n/** Optional parameters. */\nexport interface IdentityProviderCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type IdentityProviderCreateOrUpdateResponse = IdentityProviderCreateOrUpdateHeaders &\n IdentityProviderContract;\n\n/** Optional parameters. */\nexport interface IdentityProviderUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type IdentityProviderUpdateResponse = IdentityProviderUpdateHeaders &\n IdentityProviderContract;\n\n/** Optional parameters. */\nexport interface IdentityProviderDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface IdentityProviderListSecretsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listSecrets operation. */\nexport type IdentityProviderListSecretsResponse = IdentityProviderListSecretsHeaders &\n ClientSecretContract;\n\n/** Optional parameters. */\nexport interface IdentityProviderListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type IdentityProviderListByServiceNextResponse = IdentityProviderList;\n\n/** Optional parameters. */\nexport interface IssueListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| apiId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| title | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| authorName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type IssueListByServiceResponse = IssueCollection;\n\n/** Optional parameters. */\nexport interface IssueGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type IssueGetResponse = IssueGetHeaders & IssueContract;\n\n/** Optional parameters. */\nexport interface IssueListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type IssueListByServiceNextResponse = IssueCollection;\n\n/** Optional parameters. */\nexport interface LoggerListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| loggerType | filter | eq | |</br>| resourceId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type LoggerListByServiceResponse = LoggerCollection;\n\n/** Optional parameters. */\nexport interface LoggerGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type LoggerGetEntityTagResponse = LoggerGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface LoggerGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type LoggerGetResponse = LoggerGetHeaders & LoggerContract;\n\n/** Optional parameters. */\nexport interface LoggerCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LoggerCreateOrUpdateResponse = LoggerCreateOrUpdateHeaders &\n LoggerContract;\n\n/** Optional parameters. */\nexport interface LoggerUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type LoggerUpdateResponse = LoggerUpdateHeaders & LoggerContract;\n\n/** Optional parameters. */\nexport interface LoggerDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface LoggerListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type LoggerListByServiceNextResponse = LoggerCollection;\n\n/** Optional parameters. */\nexport interface NamedValueListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| tags | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith, any, all |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** When set to true, the response contains only named value entities which failed refresh. */\n isKeyVaultRefreshFailed?: boolean;\n}\n\n/** Contains response data for the listByService operation. */\nexport type NamedValueListByServiceResponse = NamedValueCollection;\n\n/** Optional parameters. */\nexport interface NamedValueGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type NamedValueGetEntityTagResponse = NamedValueGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface NamedValueGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type NamedValueGetResponse = NamedValueGetHeaders & NamedValueContract;\n\n/** Optional parameters. */\nexport interface NamedValueCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamedValueCreateOrUpdateResponse = NamedValueCreateOrUpdateHeaders &\n NamedValueContract;\n\n/** Optional parameters. */\nexport interface NamedValueUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type NamedValueUpdateResponse = NamedValueUpdateHeaders &\n NamedValueContract;\n\n/** Optional parameters. */\nexport interface NamedValueDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface NamedValueListValueOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listValue operation. */\nexport type NamedValueListValueResponse = NamedValueListValueHeaders &\n NamedValueSecretContract;\n\n/** Optional parameters. */\nexport interface NamedValueRefreshSecretOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the refreshSecret operation. */\nexport type NamedValueRefreshSecretResponse = NamedValueRefreshSecretHeaders &\n NamedValueContract;\n\n/** Optional parameters. */\nexport interface NamedValueListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type NamedValueListByServiceNextResponse = NamedValueCollection;\n\n/** Optional parameters. */\nexport interface NetworkStatusListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type NetworkStatusListByServiceResponse = NetworkStatusContractByLocation[];\n\n/** Optional parameters. */\nexport interface NetworkStatusListByLocationOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByLocation operation. */\nexport type NetworkStatusListByLocationResponse = NetworkStatusContract;\n\n/** Optional parameters. */\nexport interface NotificationListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type NotificationListByServiceResponse = NotificationCollection;\n\n/** Optional parameters. */\nexport interface NotificationGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type NotificationGetResponse = NotificationContract;\n\n/** Optional parameters. */\nexport interface NotificationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NotificationCreateOrUpdateResponse = NotificationContract;\n\n/** Optional parameters. */\nexport interface NotificationListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type NotificationListByServiceNextResponse = NotificationCollection;\n\n/** Optional parameters. */\nexport interface NotificationRecipientUserListByNotificationOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByNotification operation. */\nexport type NotificationRecipientUserListByNotificationResponse = RecipientUserCollection;\n\n/** Optional parameters. */\nexport interface NotificationRecipientUserCheckEntityExistsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the checkEntityExists operation. */\nexport type NotificationRecipientUserCheckEntityExistsResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface NotificationRecipientUserCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NotificationRecipientUserCreateOrUpdateResponse = RecipientUserContract;\n\n/** Optional parameters. */\nexport interface NotificationRecipientUserDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface NotificationRecipientEmailListByNotificationOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByNotification operation. */\nexport type NotificationRecipientEmailListByNotificationResponse = RecipientEmailCollection;\n\n/** Optional parameters. */\nexport interface NotificationRecipientEmailCheckEntityExistsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the checkEntityExists operation. */\nexport type NotificationRecipientEmailCheckEntityExistsResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface NotificationRecipientEmailCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NotificationRecipientEmailCreateOrUpdateResponse = RecipientEmailContract;\n\n/** Optional parameters. */\nexport interface NotificationRecipientEmailDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface OpenIdConnectProviderListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type OpenIdConnectProviderListByServiceResponse = OpenIdConnectProviderCollection;\n\n/** Optional parameters. */\nexport interface OpenIdConnectProviderGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type OpenIdConnectProviderGetEntityTagResponse = OpenIdConnectProviderGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface OpenIdConnectProviderGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type OpenIdConnectProviderGetResponse = OpenIdConnectProviderGetHeaders &\n OpenidConnectProviderContract;\n\n/** Optional parameters. */\nexport interface OpenIdConnectProviderCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OpenIdConnectProviderCreateOrUpdateResponse = OpenIdConnectProviderCreateOrUpdateHeaders &\n OpenidConnectProviderContract;\n\n/** Optional parameters. */\nexport interface OpenIdConnectProviderUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type OpenIdConnectProviderUpdateResponse = OpenIdConnectProviderUpdateHeaders &\n OpenidConnectProviderContract;\n\n/** Optional parameters. */\nexport interface OpenIdConnectProviderDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface OpenIdConnectProviderListSecretsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listSecrets operation. */\nexport type OpenIdConnectProviderListSecretsResponse = OpenIdConnectProviderListSecretsHeaders &\n ClientSecretContract;\n\n/** Optional parameters. */\nexport interface OpenIdConnectProviderListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type OpenIdConnectProviderListByServiceNextResponse = OpenIdConnectProviderCollection;\n\n/** Optional parameters. */\nexport interface OutboundNetworkDependenciesEndpointsListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type OutboundNetworkDependenciesEndpointsListByServiceResponse = OutboundEnvironmentEndpointList;\n\n/** Optional parameters. */\nexport interface PolicyListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type PolicyListByServiceResponse = PolicyCollection;\n\n/** Optional parameters. */\nexport interface PolicyGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type PolicyGetEntityTagResponse = PolicyGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface PolicyGetOptionalParams extends coreClient.OperationOptions {\n /** Policy Export Format. */\n format?: PolicyExportFormat;\n}\n\n/** Contains response data for the get operation. */\nexport type PolicyGetResponse = PolicyGetHeaders & PolicyContract;\n\n/** Optional parameters. */\nexport interface PolicyCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PolicyCreateOrUpdateResponse = PolicyCreateOrUpdateHeaders &\n PolicyContract;\n\n/** Optional parameters. */\nexport interface PolicyDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface PolicyDescriptionListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Policy scope. */\n scope?: PolicyScopeContract;\n}\n\n/** Contains response data for the listByService operation. */\nexport type PolicyDescriptionListByServiceResponse = PolicyDescriptionCollection;\n\n/** Optional parameters. */\nexport interface PolicyFragmentListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter, orderBy | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| value | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** OData order by query option. */\n orderby?: string;\n}\n\n/** Contains response data for the listByService operation. */\nexport type PolicyFragmentListByServiceResponse = PolicyFragmentCollection;\n\n/** Optional parameters. */\nexport interface PolicyFragmentGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type PolicyFragmentGetEntityTagResponse = PolicyFragmentGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface PolicyFragmentGetOptionalParams\n extends coreClient.OperationOptions {\n /** Policy fragment content format. */\n format?: PolicyFragmentContentFormat;\n}\n\n/** Contains response data for the get operation. */\nexport type PolicyFragmentGetResponse = PolicyFragmentGetHeaders &\n PolicyFragmentContract;\n\n/** Optional parameters. */\nexport interface PolicyFragmentCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PolicyFragmentCreateOrUpdateResponse = PolicyFragmentCreateOrUpdateHeaders &\n PolicyFragmentContract;\n\n/** Optional parameters. */\nexport interface PolicyFragmentDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface PolicyFragmentListReferencesOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listReferences operation. */\nexport type PolicyFragmentListReferencesResponse = ResourceCollection;\n\n/** Optional parameters. */\nexport interface PortalConfigListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type PortalConfigListByServiceResponse = PortalConfigCollection;\n\n/** Optional parameters. */\nexport interface PortalConfigGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type PortalConfigGetEntityTagResponse = PortalConfigGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface PortalConfigGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type PortalConfigGetResponse = PortalConfigGetHeaders &\n PortalConfigContract;\n\n/** Optional parameters. */\nexport interface PortalConfigUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type PortalConfigUpdateResponse = PortalConfigContract;\n\n/** Optional parameters. */\nexport interface PortalConfigCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PortalConfigCreateOrUpdateResponse = PortalConfigContract;\n\n/** Optional parameters. */\nexport interface PortalRevisionListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /**\n * | Field | Supported operators | Supported functions |\n * |-------------|------------------------|-----------------------------------|\n *\n * |name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|\n * |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|\n * |isCurrent | eq, ne | |\n *\n */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type PortalRevisionListByServiceResponse = PortalRevisionCollection;\n\n/** Optional parameters. */\nexport interface PortalRevisionGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type PortalRevisionGetEntityTagResponse = PortalRevisionGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface PortalRevisionGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type PortalRevisionGetResponse = PortalRevisionGetHeaders &\n PortalRevisionContract;\n\n/** Optional parameters. */\nexport interface PortalRevisionCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PortalRevisionCreateOrUpdateResponse = PortalRevisionCreateOrUpdateHeaders &\n PortalRevisionContract;\n\n/** Optional parameters. */\nexport interface PortalRevisionUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PortalRevisionUpdateResponse = PortalRevisionUpdateHeaders &\n PortalRevisionContract;\n\n/** Optional parameters. */\nexport interface PortalRevisionListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type PortalRevisionListByServiceNextResponse = PortalRevisionCollection;\n\n/** Optional parameters. */\nexport interface PortalSettingsListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type PortalSettingsListByServiceResponse = PortalSettingsCollection;\n\n/** Optional parameters. */\nexport interface SignInSettingsGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type SignInSettingsGetEntityTagResponse = SignInSettingsGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface SignInSettingsGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type SignInSettingsGetResponse = SignInSettingsGetHeaders &\n PortalSigninSettings;\n\n/** Optional parameters. */\nexport interface SignInSettingsUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface SignInSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SignInSettingsCreateOrUpdateResponse = PortalSigninSettings;\n\n/** Optional parameters. */\nexport interface SignUpSettingsGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type SignUpSettingsGetEntityTagResponse = SignUpSettingsGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface SignUpSettingsGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type SignUpSettingsGetResponse = SignUpSettingsGetHeaders &\n PortalSignupSettings;\n\n/** Optional parameters. */\nexport interface SignUpSettingsUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface SignUpSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SignUpSettingsCreateOrUpdateResponse = PortalSignupSettings;\n\n/** Optional parameters. */\nexport interface DelegationSettingsGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type DelegationSettingsGetEntityTagResponse = DelegationSettingsGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface DelegationSettingsGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type DelegationSettingsGetResponse = DelegationSettingsGetHeaders &\n PortalDelegationSettings;\n\n/** Optional parameters. */\nexport interface DelegationSettingsUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface DelegationSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DelegationSettingsCreateOrUpdateResponse = PortalDelegationSettings;\n\n/** Optional parameters. */\nexport interface DelegationSettingsListSecretsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listSecrets operation. */\nexport type DelegationSettingsListSecretsResponse = PortalSettingValidationKeyContract;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type PrivateEndpointConnectionListByServiceResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionGetByNameOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getByName operation. */\nexport type PrivateEndpointConnectionGetByNameResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listPrivateLinkResources operation. */\nexport type PrivateEndpointConnectionListPrivateLinkResourcesResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getPrivateLinkResource operation. */\nexport type PrivateEndpointConnectionGetPrivateLinkResourceResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface ProductListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| terms | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | |</br>| groups | expand | | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Products which are part of a specific tag. */\n tags?: string;\n /** When set to true, the response contains an array of groups that have visibility to the product. The default is false. */\n expandGroups?: boolean;\n}\n\n/** Contains response data for the listByService operation. */\nexport type ProductListByServiceResponse = ProductCollection;\n\n/** Optional parameters. */\nexport interface ProductGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ProductGetEntityTagResponse = ProductGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ProductGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ProductGetResponse = ProductGetHeaders & ProductContract;\n\n/** Optional parameters. */\nexport interface ProductCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProductCreateOrUpdateResponse = ProductCreateOrUpdateHeaders &\n ProductContract;\n\n/** Optional parameters. */\nexport interface ProductUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ProductUpdateResponse = ProductUpdateHeaders & ProductContract;\n\n/** Optional parameters. */\nexport interface ProductDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delete existing subscriptions associated with the product or not. */\n deleteSubscriptions?: boolean;\n}\n\n/** Optional parameters. */\nexport interface ProductListByTagsOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| terms | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Include not tagged Products. */\n includeNotTaggedProducts?: boolean;\n}\n\n/** Contains response data for the listByTags operation. */\nexport type ProductListByTagsResponse = TagResourceCollection;\n\n/** Optional parameters. */\nexport interface ProductListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type ProductListByServiceNextResponse = ProductCollection;\n\n/** Optional parameters. */\nexport interface ProductListByTagsNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByTagsNext operation. */\nexport type ProductListByTagsNextResponse = TagResourceCollection;\n\n/** Optional parameters. */\nexport interface ProductApiListByProductOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByProduct operation. */\nexport type ProductApiListByProductResponse = ApiCollection;\n\n/** Optional parameters. */\nexport interface ProductApiCheckEntityExistsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the checkEntityExists operation. */\nexport type ProductApiCheckEntityExistsResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface ProductApiCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProductApiCreateOrUpdateResponse = ApiContract;\n\n/** Optional parameters. */\nexport interface ProductApiDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ProductApiListByProductNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByProductNext operation. */\nexport type ProductApiListByProductNextResponse = ApiCollection;\n\n/** Optional parameters. */\nexport interface ProductGroupListByProductOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | |</br>| displayName | filter | eq, ne | |</br>| description | filter | eq, ne | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByProduct operation. */\nexport type ProductGroupListByProductResponse = GroupCollection;\n\n/** Optional parameters. */\nexport interface ProductGroupCheckEntityExistsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the checkEntityExists operation. */\nexport type ProductGroupCheckEntityExistsResponse = {\n body: boolean;\n};\n\n/** Optional parameters. */\nexport interface ProductGroupCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProductGroupCreateOrUpdateResponse = GroupContract;\n\n/** Optional parameters. */\nexport interface ProductGroupDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ProductGroupListByProductNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByProductNext operation. */\nexport type ProductGroupListByProductNextResponse = GroupCollection;\n\n/** Optional parameters. */\nexport interface ProductSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| stateComment | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| ownerId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| scope | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| userId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| productId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | |</br>| user | expand | | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ProductSubscriptionsListResponse = SubscriptionCollection;\n\n/** Optional parameters. */\nexport interface ProductSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type ProductSubscriptionsListNextResponse = SubscriptionCollection;\n\n/** Optional parameters. */\nexport interface ProductPolicyListByProductOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByProduct operation. */\nexport type ProductPolicyListByProductResponse = PolicyCollection;\n\n/** Optional parameters. */\nexport interface ProductPolicyGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ProductPolicyGetEntityTagResponse = ProductPolicyGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ProductPolicyGetOptionalParams\n extends coreClient.OperationOptions {\n /** Policy Export Format. */\n format?: PolicyExportFormat;\n}\n\n/** Contains response data for the get operation. */\nexport type ProductPolicyGetResponse = ProductPolicyGetHeaders & PolicyContract;\n\n/** Optional parameters. */\nexport interface ProductPolicyCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProductPolicyCreateOrUpdateResponse = ProductPolicyCreateOrUpdateHeaders &\n PolicyContract;\n\n/** Optional parameters. */\nexport interface ProductPolicyDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ProductWikiGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type ProductWikiGetEntityTagResponse = ProductWikiGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface ProductWikiGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type ProductWikiGetResponse = ProductWikiGetHeaders & WikiContract;\n\n/** Optional parameters. */\nexport interface ProductWikiCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProductWikiCreateOrUpdateResponse = ProductWikiCreateOrUpdateHeaders &\n WikiContract;\n\n/** Optional parameters. */\nexport interface ProductWikiUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type ProductWikiUpdateResponse = ProductWikiUpdateHeaders & WikiContract;\n\n/** Optional parameters. */\nexport interface ProductWikiDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface ProductWikisListOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | eq | contains |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ProductWikisListResponse = ProductWikisListHeaders & WikiCollection;\n\n/** Optional parameters. */\nexport interface ProductWikisListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type ProductWikisListNextResponse = ProductWikisListNextHeaders &\n WikiCollection;\n\n/** Optional parameters. */\nexport interface QuotaByCounterKeysListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type QuotaByCounterKeysListByServiceResponse = QuotaCounterCollection;\n\n/** Optional parameters. */\nexport interface QuotaByCounterKeysUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type QuotaByCounterKeysUpdateResponse = QuotaCounterCollection;\n\n/** Optional parameters. */\nexport interface QuotaByPeriodKeysGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type QuotaByPeriodKeysGetResponse = QuotaCounterContract;\n\n/** Optional parameters. */\nexport interface QuotaByPeriodKeysUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type QuotaByPeriodKeysUpdateResponse = QuotaCounterContract;\n\n/** Optional parameters. */\nexport interface RegionListByServiceOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByService operation. */\nexport type RegionListByServiceResponse = RegionListResult;\n\n/** Optional parameters. */\nexport interface RegionListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type RegionListByServiceNextResponse = RegionListResult;\n\n/** Optional parameters. */\nexport interface ReportsListByApiOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** OData order by query option. */\n orderby?: string;\n}\n\n/** Contains response data for the listByApi operation. */\nexport type ReportsListByApiResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByUserOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** OData order by query option. */\n orderby?: string;\n}\n\n/** Contains response data for the listByUser operation. */\nexport type ReportsListByUserResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByOperationOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** OData order by query option. */\n orderby?: string;\n}\n\n/** Contains response data for the listByOperation operation. */\nexport type ReportsListByOperationResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByProductOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** OData order by query option. */\n orderby?: string;\n}\n\n/** Contains response data for the listByProduct operation. */\nexport type ReportsListByProductResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByGeoOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByGeo operation. */\nexport type ReportsListByGeoResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** OData order by query option. */\n orderby?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ReportsListBySubscriptionResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByTimeOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** OData order by query option. */\n orderby?: string;\n}\n\n/** Contains response data for the listByTime operation. */\nexport type ReportsListByTimeResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByRequestOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByRequest operation. */\nexport type ReportsListByRequestResponse = RequestReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByApiNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByApiNext operation. */\nexport type ReportsListByApiNextResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByUserNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByUserNext operation. */\nexport type ReportsListByUserNextResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByOperationNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByOperationNext operation. */\nexport type ReportsListByOperationNextResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByProductNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByProductNext operation. */\nexport type ReportsListByProductNextResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByGeoNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByGeoNext operation. */\nexport type ReportsListByGeoNextResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ReportsListBySubscriptionNextResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface ReportsListByTimeNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByTimeNext operation. */\nexport type ReportsListByTimeNextResponse = ReportCollection;\n\n/** Optional parameters. */\nexport interface GlobalSchemaListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type GlobalSchemaListByServiceResponse = GlobalSchemaCollection;\n\n/** Optional parameters. */\nexport interface GlobalSchemaGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type GlobalSchemaGetEntityTagResponse = GlobalSchemaGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface GlobalSchemaGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type GlobalSchemaGetResponse = GlobalSchemaGetHeaders &\n GlobalSchemaContract;\n\n/** Optional parameters. */\nexport interface GlobalSchemaCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GlobalSchemaCreateOrUpdateResponse = GlobalSchemaCreateOrUpdateHeaders &\n GlobalSchemaContract;\n\n/** Optional parameters. */\nexport interface GlobalSchemaDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface GlobalSchemaListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type GlobalSchemaListByServiceNextResponse = GlobalSchemaCollection;\n\n/** Optional parameters. */\nexport interface TenantSettingsListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Not used */\n filter?: string;\n}\n\n/** Contains response data for the listByService operation. */\nexport type TenantSettingsListByServiceResponse = TenantSettingsCollection;\n\n/** Optional parameters. */\nexport interface TenantSettingsGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type TenantSettingsGetResponse = TenantSettingsGetHeaders &\n TenantSettingsContract;\n\n/** Optional parameters. */\nexport interface TenantSettingsListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type TenantSettingsListByServiceNextResponse = TenantSettingsCollection;\n\n/** Optional parameters. */\nexport interface ApiManagementSkusListOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the list operation. */\nexport type ApiManagementSkusListResponse = ApiManagementSkusResult;\n\n/** Optional parameters. */\nexport interface ApiManagementSkusListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type ApiManagementSkusListNextResponse = ApiManagementSkusResult;\n\n/** Optional parameters. */\nexport interface SubscriptionListOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| stateComment | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| ownerId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| scope | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| userId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| productId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | |</br>| user | expand | | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type SubscriptionListResponse = SubscriptionCollection;\n\n/** Optional parameters. */\nexport interface SubscriptionGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type SubscriptionGetEntityTagResponse = SubscriptionGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface SubscriptionGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type SubscriptionGetResponse = SubscriptionGetHeaders &\n SubscriptionContract;\n\n/** Optional parameters. */\nexport interface SubscriptionCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n /**\n * Notify change in Subscription State.\n * - If false, do not send any email notification for change of state of subscription\n * - If true, send email notification of change of state of subscription\n */\n notify?: boolean;\n /** Determines the type of application which send the create user request. Default is legacy publisher portal. */\n appType?: AppType;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SubscriptionCreateOrUpdateResponse = SubscriptionCreateOrUpdateHeaders &\n SubscriptionContract;\n\n/** Optional parameters. */\nexport interface SubscriptionUpdateOptionalParams\n extends coreClient.OperationOptions {\n /**\n * Notify change in Subscription State.\n * - If false, do not send any email notification for change of state of subscription\n * - If true, send email notification of change of state of subscription\n */\n notify?: boolean;\n /** Determines the type of application which send the create user request. Default is legacy publisher portal. */\n appType?: AppType;\n}\n\n/** Contains response data for the update operation. */\nexport type SubscriptionUpdateResponse = SubscriptionUpdateHeaders &\n SubscriptionContract;\n\n/** Optional parameters. */\nexport interface SubscriptionDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface SubscriptionRegeneratePrimaryKeyOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface SubscriptionRegenerateSecondaryKeyOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface SubscriptionListSecretsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listSecrets operation. */\nexport type SubscriptionListSecretsResponse = SubscriptionListSecretsHeaders &\n SubscriptionKeysContract;\n\n/** Optional parameters. */\nexport interface SubscriptionListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type SubscriptionListNextResponse = SubscriptionCollection;\n\n/** Optional parameters. */\nexport interface TagResourceListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| aid | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| apiName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| apiRevision | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| method | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| urlTemplate | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| terms | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | |</br>| isCurrent | filter | eq | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type TagResourceListByServiceResponse = TagResourceCollection;\n\n/** Optional parameters. */\nexport interface TagResourceListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type TagResourceListByServiceNextResponse = TagResourceCollection;\n\n/** Optional parameters. */\nexport interface TenantAccessListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** Not used */\n filter?: string;\n}\n\n/** Contains response data for the listByService operation. */\nexport type TenantAccessListByServiceResponse = AccessInformationCollection;\n\n/** Optional parameters. */\nexport interface TenantAccessGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type TenantAccessGetEntityTagResponse = TenantAccessGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface TenantAccessGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type TenantAccessGetResponse = TenantAccessGetHeaders &\n AccessInformationContract;\n\n/** Optional parameters. */\nexport interface TenantAccessCreateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the create operation. */\nexport type TenantAccessCreateResponse = TenantAccessCreateHeaders &\n AccessInformationContract;\n\n/** Optional parameters. */\nexport interface TenantAccessUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type TenantAccessUpdateResponse = TenantAccessUpdateHeaders &\n AccessInformationContract;\n\n/** Optional parameters. */\nexport interface TenantAccessRegeneratePrimaryKeyOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TenantAccessRegenerateSecondaryKeyOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TenantAccessListSecretsOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listSecrets operation. */\nexport type TenantAccessListSecretsResponse = TenantAccessListSecretsHeaders &\n AccessInformationSecretsContract;\n\n/** Optional parameters. */\nexport interface TenantAccessListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type TenantAccessListByServiceNextResponse = AccessInformationCollection;\n\n/** Optional parameters. */\nexport interface TenantAccessGitRegeneratePrimaryKeyOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TenantAccessGitRegenerateSecondaryKeyOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface TenantConfigurationDeployOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deploy operation. */\nexport type TenantConfigurationDeployResponse = OperationResultContract;\n\n/** Optional parameters. */\nexport interface TenantConfigurationSaveOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the save operation. */\nexport type TenantConfigurationSaveResponse = OperationResultContract;\n\n/** Optional parameters. */\nexport interface TenantConfigurationValidateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the validate operation. */\nexport type TenantConfigurationValidateResponse = OperationResultContract;\n\n/** Optional parameters. */\nexport interface TenantConfigurationGetSyncStateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getSyncState operation. */\nexport type TenantConfigurationGetSyncStateResponse = TenantConfigurationSyncStateContract;\n\n/** Optional parameters. */\nexport interface UserListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| firstName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| lastName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| email | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| state | filter | eq | |</br>| registrationDate | filter | ge, le, eq, ne, gt, lt | |</br>| note | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| groups | expand | | |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n /** Detailed Group in response. */\n expandGroups?: boolean;\n}\n\n/** Contains response data for the listByService operation. */\nexport type UserListByServiceResponse = UserCollection;\n\n/** Optional parameters. */\nexport interface UserGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type UserGetEntityTagResponse = UserGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface UserGetOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type UserGetResponse = UserGetHeaders & UserContract;\n\n/** Optional parameters. */\nexport interface UserCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n /** Send an Email notification to the User. */\n notify?: boolean;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type UserCreateOrUpdateResponse = UserCreateOrUpdateHeaders &\n UserContract;\n\n/** Optional parameters. */\nexport interface UserUpdateOptionalParams extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type UserUpdateResponse = UserUpdateHeaders & UserContract;\n\n/** Optional parameters. */\nexport interface UserDeleteOptionalParams extends coreClient.OperationOptions {\n /** Whether to delete user's subscription or not. */\n deleteSubscriptions?: boolean;\n /** Send an Account Closed Email notification to the User. */\n notify?: boolean;\n /** Determines the type of application which send the create user request. Default is legacy publisher portal. */\n appType?: AppType;\n}\n\n/** Optional parameters. */\nexport interface UserGenerateSsoUrlOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the generateSsoUrl operation. */\nexport type UserGenerateSsoUrlResponse = GenerateSsoUrlResult;\n\n/** Optional parameters. */\nexport interface UserGetSharedAccessTokenOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getSharedAccessToken operation. */\nexport type UserGetSharedAccessTokenResponse = UserTokenResult;\n\n/** Optional parameters. */\nexport interface UserListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type UserListByServiceNextResponse = UserCollection;\n\n/** Optional parameters. */\nexport interface UserGroupListOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|------------------------|-----------------------------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type UserGroupListResponse = GroupCollection;\n\n/** Optional parameters. */\nexport interface UserGroupListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type UserGroupListNextResponse = GroupCollection;\n\n/** Optional parameters. */\nexport interface UserSubscriptionListOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|------------------------|-----------------------------------|</br>|name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>|displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>|stateComment | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>|ownerId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>|scope | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>|userId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>|productId | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type UserSubscriptionListResponse = SubscriptionCollection;\n\n/** Optional parameters. */\nexport interface UserSubscriptionGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type UserSubscriptionGetResponse = UserSubscriptionGetHeaders &\n SubscriptionContract;\n\n/** Optional parameters. */\nexport interface UserSubscriptionListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type UserSubscriptionListNextResponse = SubscriptionCollection;\n\n/** Optional parameters. */\nexport interface UserIdentitiesListOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the list operation. */\nexport type UserIdentitiesListResponse = UserIdentityCollection;\n\n/** Optional parameters. */\nexport interface UserIdentitiesListNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listNext operation. */\nexport type UserIdentitiesListNextResponse = UserIdentityCollection;\n\n/** Optional parameters. */\nexport interface UserConfirmationPasswordSendOptionalParams\n extends coreClient.OperationOptions {\n /** Determines the type of application which send the create user request. Default is legacy publisher portal. */\n appType?: AppType;\n}\n\n/** Optional parameters. */\nexport interface DocumentationListByServiceOptionalParams\n extends coreClient.OperationOptions {\n /** | Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | eq | contains |</br> */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** Number of records to skip. */\n skip?: number;\n}\n\n/** Contains response data for the listByService operation. */\nexport type DocumentationListByServiceResponse = DocumentationCollection;\n\n/** Optional parameters. */\nexport interface DocumentationGetEntityTagOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the getEntityTag operation. */\nexport type DocumentationGetEntityTagResponse = DocumentationGetEntityTagHeaders;\n\n/** Optional parameters. */\nexport interface DocumentationGetOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the get operation. */\nexport type DocumentationGetResponse = DocumentationGetHeaders &\n DocumentationContract;\n\n/** Optional parameters. */\nexport interface DocumentationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** ETag of the Entity. Not required when creating an entity, but required when updating an entity. */\n ifMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DocumentationCreateOrUpdateResponse = DocumentationCreateOrUpdateHeaders &\n DocumentationContract;\n\n/** Optional parameters. */\nexport interface DocumentationUpdateOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the update operation. */\nexport type DocumentationUpdateResponse = DocumentationUpdateHeaders &\n DocumentationContract;\n\n/** Optional parameters. */\nexport interface DocumentationDeleteOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Optional parameters. */\nexport interface DocumentationListByServiceNextOptionalParams\n extends coreClient.OperationOptions { }\n\n/** Contains response data for the listByServiceNext operation. */\nexport type DocumentationListByServiceNextResponse = DocumentationCollection;\n\n/** Optional parameters. */\nexport interface ApiManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}