@azure/arm-appcontainers 2.2.0-beta.1 → 3.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2698) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +24 -18
  3. package/dist/browser/containerAppsAPIClient.d.ts +77 -0
  4. package/dist/browser/containerAppsAPIClient.d.ts.map +1 -0
  5. package/dist/browser/containerAppsAPIClient.js +252 -0
  6. package/dist/browser/containerAppsAPIClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +13 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts.map +1 -0
  12. package/dist/browser/lroImpl.js +25 -0
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/dist/browser/models/index.d.ts +6806 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/dist/browser/models/index.js +772 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/dist/browser/models/mappers.d.ts +374 -0
  19. package/dist/browser/models/mappers.d.ts.map +1 -0
  20. package/dist/browser/models/mappers.js +11388 -0
  21. package/dist/browser/models/mappers.js.map +1 -0
  22. package/dist/browser/models/parameters.d.ts +89 -0
  23. package/dist/browser/models/parameters.d.ts.map +1 -0
  24. package/dist/browser/models/parameters.js +754 -0
  25. package/dist/browser/models/parameters.js.map +1 -0
  26. package/dist/browser/operations/appResiliencyOperations.d.ts +72 -0
  27. package/dist/browser/operations/appResiliencyOperations.d.ts.map +1 -0
  28. package/dist/browser/operations/appResiliencyOperations.js +269 -0
  29. package/dist/browser/operations/appResiliencyOperations.js.map +1 -0
  30. package/dist/browser/operations/availableWorkloadProfiles.d.ts +35 -0
  31. package/dist/browser/operations/availableWorkloadProfiles.d.ts.map +1 -0
  32. package/dist/browser/operations/availableWorkloadProfiles.js +124 -0
  33. package/dist/browser/operations/availableWorkloadProfiles.js.map +1 -0
  34. package/dist/browser/operations/billingMeters.d.ts +19 -0
  35. package/dist/browser/operations/billingMeters.d.ts.map +1 -0
  36. package/dist/browser/operations/billingMeters.js +48 -0
  37. package/dist/browser/operations/billingMeters.js.map +1 -0
  38. package/dist/browser/operations/buildAuthToken.d.ts +21 -0
  39. package/dist/browser/operations/buildAuthToken.d.ts.map +1 -0
  40. package/dist/browser/operations/buildAuthToken.js +56 -0
  41. package/dist/browser/operations/buildAuthToken.js.map +1 -0
  42. package/dist/browser/operations/builders.d.ts +107 -0
  43. package/dist/browser/operations/builders.d.ts.map +1 -0
  44. package/dist/browser/operations/builders.js +515 -0
  45. package/dist/browser/operations/builders.js.map +1 -0
  46. package/dist/browser/operations/builds.d.ts +56 -0
  47. package/dist/browser/operations/builds.d.ts.map +1 -0
  48. package/dist/browser/operations/builds.js +248 -0
  49. package/dist/browser/operations/builds.js.map +1 -0
  50. package/dist/browser/operations/buildsByBuilderResource.d.ts +38 -0
  51. package/dist/browser/operations/buildsByBuilderResource.d.ts.map +1 -0
  52. package/dist/browser/operations/buildsByBuilderResource.js +133 -0
  53. package/dist/browser/operations/buildsByBuilderResource.js.map +1 -0
  54. package/dist/browser/operations/certificates.d.ts +71 -0
  55. package/dist/browser/operations/certificates.d.ts.map +1 -0
  56. package/dist/browser/operations/certificates.js +271 -0
  57. package/dist/browser/operations/certificates.js.map +1 -0
  58. package/dist/browser/operations/connectedEnvironments.d.ts +106 -0
  59. package/dist/browser/operations/connectedEnvironments.d.ts.map +1 -0
  60. package/dist/browser/operations/connectedEnvironments.js +491 -0
  61. package/dist/browser/operations/connectedEnvironments.js.map +1 -0
  62. package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts +97 -0
  63. package/dist/browser/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
  64. package/dist/browser/operations/connectedEnvironmentsCertificates.js +459 -0
  65. package/dist/browser/operations/connectedEnvironmentsCertificates.js.map +1 -0
  66. package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts +89 -0
  67. package/dist/browser/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  68. package/dist/browser/operations/connectedEnvironmentsDaprComponents.js +394 -0
  69. package/dist/browser/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
  70. package/dist/browser/operations/connectedEnvironmentsStorages.d.ts +63 -0
  71. package/dist/browser/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
  72. package/dist/browser/operations/connectedEnvironmentsStorages.js +283 -0
  73. package/dist/browser/operations/connectedEnvironmentsStorages.js.map +1 -0
  74. package/dist/browser/operations/containerApps.d.ts +156 -0
  75. package/dist/browser/operations/containerApps.d.ts.map +1 -0
  76. package/dist/browser/operations/containerApps.js +786 -0
  77. package/dist/browser/operations/containerApps.js.map +1 -0
  78. package/dist/browser/operations/containerAppsAuthConfigs.d.ts +63 -0
  79. package/dist/browser/operations/containerAppsAuthConfigs.d.ts.map +1 -0
  80. package/dist/browser/operations/containerAppsAuthConfigs.js +237 -0
  81. package/dist/browser/operations/containerAppsAuthConfigs.js.map +1 -0
  82. package/dist/browser/operations/containerAppsBuilds.d.ts +38 -0
  83. package/dist/browser/operations/containerAppsBuilds.d.ts.map +1 -0
  84. package/dist/browser/operations/containerAppsBuilds.js +148 -0
  85. package/dist/browser/operations/containerAppsBuilds.js.map +1 -0
  86. package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  87. package/dist/browser/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  88. package/dist/browser/operations/containerAppsBuildsByContainerApp.js +133 -0
  89. package/dist/browser/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  90. package/dist/browser/operations/containerAppsDiagnostics.d.ts +85 -0
  91. package/dist/browser/operations/containerAppsDiagnostics.d.ts.map +1 -0
  92. package/dist/browser/operations/containerAppsDiagnostics.js +337 -0
  93. package/dist/browser/operations/containerAppsDiagnostics.js.map +1 -0
  94. package/dist/browser/operations/containerAppsLabelHistory.d.ts +54 -0
  95. package/dist/browser/operations/containerAppsLabelHistory.d.ts.map +1 -0
  96. package/dist/browser/operations/containerAppsLabelHistory.js +196 -0
  97. package/dist/browser/operations/containerAppsLabelHistory.js.map +1 -0
  98. package/dist/browser/operations/containerAppsPatches.d.ts +97 -0
  99. package/dist/browser/operations/containerAppsPatches.d.ts.map +1 -0
  100. package/dist/browser/operations/containerAppsPatches.js +447 -0
  101. package/dist/browser/operations/containerAppsPatches.js.map +1 -0
  102. package/dist/browser/operations/containerAppsRevisionReplicas.d.ts +30 -0
  103. package/dist/browser/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
  104. package/dist/browser/operations/containerAppsRevisionReplicas.js +96 -0
  105. package/dist/browser/operations/containerAppsRevisionReplicas.js.map +1 -0
  106. package/dist/browser/operations/containerAppsRevisions.d.ts +70 -0
  107. package/dist/browser/operations/containerAppsRevisions.d.ts.map +1 -0
  108. package/dist/browser/operations/containerAppsRevisions.js +255 -0
  109. package/dist/browser/operations/containerAppsRevisions.js.map +1 -0
  110. package/dist/browser/operations/containerAppsSessionPools.d.ts +107 -0
  111. package/dist/browser/operations/containerAppsSessionPools.d.ts.map +1 -0
  112. package/dist/browser/operations/containerAppsSessionPools.js +525 -0
  113. package/dist/browser/operations/containerAppsSessionPools.js.map +1 -0
  114. package/dist/browser/operations/containerAppsSourceControls.d.ts +81 -0
  115. package/dist/browser/operations/containerAppsSourceControls.d.ts.map +1 -0
  116. package/dist/browser/operations/containerAppsSourceControls.js +351 -0
  117. package/dist/browser/operations/containerAppsSourceControls.js.map +1 -0
  118. package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  119. package/dist/browser/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  120. package/dist/browser/operations/daprComponentResiliencyPolicies.js +253 -0
  121. package/dist/browser/operations/daprComponentResiliencyPolicies.js.map +1 -0
  122. package/dist/browser/operations/daprComponents.d.ts +71 -0
  123. package/dist/browser/operations/daprComponents.d.ts.map +1 -0
  124. package/dist/browser/operations/daprComponents.js +269 -0
  125. package/dist/browser/operations/daprComponents.js.map +1 -0
  126. package/dist/browser/operations/daprSubscriptions.d.ts +63 -0
  127. package/dist/browser/operations/daprSubscriptions.d.ts.map +1 -0
  128. package/dist/browser/operations/daprSubscriptions.js +240 -0
  129. package/dist/browser/operations/daprSubscriptions.js.map +1 -0
  130. package/dist/browser/operations/dotNetComponents.d.ts +99 -0
  131. package/dist/browser/operations/dotNetComponents.d.ts.map +1 -0
  132. package/dist/browser/operations/dotNetComponents.js +456 -0
  133. package/dist/browser/operations/dotNetComponents.js.map +1 -0
  134. package/dist/browser/operations/functionsExtension.d.ts +22 -0
  135. package/dist/browser/operations/functionsExtension.d.ts.map +1 -0
  136. package/dist/browser/operations/functionsExtension.js +64 -0
  137. package/dist/browser/operations/functionsExtension.js.map +1 -0
  138. package/dist/browser/operations/httpRouteConfigOperations.d.ts +71 -0
  139. package/dist/browser/operations/httpRouteConfigOperations.d.ts.map +1 -0
  140. package/dist/browser/operations/httpRouteConfigOperations.js +274 -0
  141. package/dist/browser/operations/httpRouteConfigOperations.js.map +1 -0
  142. package/dist/browser/operations/index.d.ts +46 -0
  143. package/dist/browser/operations/index.d.ts.map +1 -0
  144. package/dist/browser/operations/index.js +53 -0
  145. package/dist/browser/operations/index.js.map +1 -0
  146. package/dist/browser/operations/javaComponents.d.ts +99 -0
  147. package/dist/browser/operations/javaComponents.d.ts.map +1 -0
  148. package/dist/browser/operations/javaComponents.js +456 -0
  149. package/dist/browser/operations/javaComponents.js.map +1 -0
  150. package/dist/browser/operations/jobs.d.ts +226 -0
  151. package/dist/browser/operations/jobs.d.ts.map +1 -0
  152. package/dist/browser/operations/jobs.js +1139 -0
  153. package/dist/browser/operations/jobs.js.map +1 -0
  154. package/dist/browser/operations/jobsExecutions.d.ts +38 -0
  155. package/dist/browser/operations/jobsExecutions.d.ts.map +1 -0
  156. package/dist/browser/operations/jobsExecutions.js +133 -0
  157. package/dist/browser/operations/jobsExecutions.js.map +1 -0
  158. package/dist/browser/operations/logicApps.d.ts +101 -0
  159. package/dist/browser/operations/logicApps.d.ts.map +1 -0
  160. package/dist/browser/operations/logicApps.js +390 -0
  161. package/dist/browser/operations/logicApps.js.map +1 -0
  162. package/dist/browser/operations/maintenanceConfigurations.d.ts +64 -0
  163. package/dist/browser/operations/maintenanceConfigurations.d.ts.map +1 -0
  164. package/dist/browser/operations/maintenanceConfigurations.js +241 -0
  165. package/dist/browser/operations/maintenanceConfigurations.js.map +1 -0
  166. package/dist/browser/operations/managedCertificates.d.ts +80 -0
  167. package/dist/browser/operations/managedCertificates.d.ts.map +1 -0
  168. package/dist/browser/operations/managedCertificates.js +339 -0
  169. package/dist/browser/operations/managedCertificates.js.map +1 -0
  170. package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts +28 -0
  171. package/dist/browser/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
  172. package/dist/browser/operations/managedEnvironmentDiagnostics.js +86 -0
  173. package/dist/browser/operations/managedEnvironmentDiagnostics.js.map +1 -0
  174. package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  175. package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  176. package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
  177. package/dist/browser/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  178. package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  179. package/dist/browser/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  180. package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js +133 -0
  181. package/dist/browser/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  182. package/dist/browser/operations/managedEnvironmentUsages.d.ts +38 -0
  183. package/dist/browser/operations/managedEnvironmentUsages.d.ts.map +1 -0
  184. package/dist/browser/operations/managedEnvironmentUsages.js +133 -0
  185. package/dist/browser/operations/managedEnvironmentUsages.js.map +1 -0
  186. package/dist/browser/operations/managedEnvironments.d.ts +139 -0
  187. package/dist/browser/operations/managedEnvironments.d.ts.map +1 -0
  188. package/dist/browser/operations/managedEnvironments.js +652 -0
  189. package/dist/browser/operations/managedEnvironments.js.map +1 -0
  190. package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
  191. package/dist/browser/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  192. package/dist/browser/operations/managedEnvironmentsDiagnostics.js +54 -0
  193. package/dist/browser/operations/managedEnvironmentsDiagnostics.js.map +1 -0
  194. package/dist/browser/operations/managedEnvironmentsStorages.d.ts +45 -0
  195. package/dist/browser/operations/managedEnvironmentsStorages.d.ts.map +1 -0
  196. package/dist/browser/operations/managedEnvironmentsStorages.js +161 -0
  197. package/dist/browser/operations/managedEnvironmentsStorages.js.map +1 -0
  198. package/dist/browser/operations/namespaces.d.ts +21 -0
  199. package/dist/browser/operations/namespaces.d.ts.map +1 -0
  200. package/dist/browser/operations/namespaces.js +62 -0
  201. package/dist/browser/operations/namespaces.js.map +1 -0
  202. package/dist/browser/operations/operations.d.ts +32 -0
  203. package/dist/browser/operations/operations.d.ts.map +1 -0
  204. package/dist/browser/operations/operations.js +116 -0
  205. package/dist/browser/operations/operations.js.map +1 -0
  206. package/dist/browser/operations/usages.d.ts +37 -0
  207. package/dist/browser/operations/usages.d.ts.map +1 -0
  208. package/dist/browser/operations/usages.js +126 -0
  209. package/dist/browser/operations/usages.js.map +1 -0
  210. package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  211. package/dist/browser/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  212. package/dist/browser/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  213. package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
  214. package/dist/browser/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
  215. package/dist/browser/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
  216. package/dist/browser/operationsInterfaces/billingMeters.d.ts +11 -0
  217. package/dist/browser/operationsInterfaces/billingMeters.d.ts.map +1 -0
  218. package/dist/browser/operationsInterfaces/billingMeters.js.map +1 -0
  219. package/dist/browser/operationsInterfaces/buildAuthToken.d.ts +13 -0
  220. package/dist/browser/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  221. package/dist/browser/operationsInterfaces/buildAuthToken.js.map +1 -0
  222. package/dist/browser/operationsInterfaces/builders.d.ts +71 -0
  223. package/dist/browser/operationsInterfaces/builders.d.ts.map +1 -0
  224. package/dist/browser/operationsInterfaces/builders.js.map +1 -0
  225. package/dist/browser/operationsInterfaces/builds.d.ts +48 -0
  226. package/dist/browser/operationsInterfaces/builds.d.ts.map +1 -0
  227. package/dist/browser/operationsInterfaces/builds.js.map +1 -0
  228. package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  229. package/dist/browser/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  230. package/dist/browser/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  231. package/dist/browser/operationsInterfaces/certificates.d.ts +46 -0
  232. package/dist/browser/operationsInterfaces/certificates.d.ts.map +1 -0
  233. package/dist/browser/operationsInterfaces/certificates.js.map +1 -0
  234. package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts +70 -0
  235. package/dist/browser/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
  236. package/dist/browser/operationsInterfaces/connectedEnvironments.js.map +1 -0
  237. package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +72 -0
  238. package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
  239. package/dist/browser/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
  240. package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +64 -0
  241. package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  242. package/dist/browser/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
  243. package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts +55 -0
  244. package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
  245. package/dist/browser/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
  246. package/dist/browser/operationsInterfaces/containerApps.d.ts +120 -0
  247. package/dist/browser/operationsInterfaces/containerApps.d.ts.map +1 -0
  248. package/dist/browser/operationsInterfaces/containerApps.js.map +1 -0
  249. package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
  250. package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
  251. package/dist/browser/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
  252. package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  253. package/dist/browser/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  254. package/dist/browser/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  255. package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  256. package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  257. package/dist/browser/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  258. package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
  259. package/dist/browser/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
  260. package/dist/browser/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
  261. package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
  262. package/dist/browser/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
  263. package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js +9 -0
  264. package/dist/browser/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
  265. package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  266. package/dist/browser/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  267. package/dist/browser/operationsInterfaces/containerAppsPatches.js.map +1 -0
  268. package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
  269. package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
  270. package/dist/browser/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
  271. package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
  272. package/dist/browser/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
  273. package/dist/browser/operationsInterfaces/containerAppsRevisions.js.map +1 -0
  274. package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
  275. package/dist/browser/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
  276. package/dist/browser/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
  277. package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
  278. package/dist/browser/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
  279. package/dist/browser/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
  280. package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  281. package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  282. package/dist/browser/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  283. package/dist/browser/operationsInterfaces/daprComponents.d.ts +46 -0
  284. package/dist/browser/operationsInterfaces/daprComponents.d.ts.map +1 -0
  285. package/dist/browser/operationsInterfaces/daprComponents.js.map +1 -0
  286. package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  287. package/dist/browser/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  288. package/dist/browser/operationsInterfaces/daprSubscriptions.js.map +1 -0
  289. package/dist/browser/operationsInterfaces/dotNetComponents.d.ts +74 -0
  290. package/dist/browser/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  291. package/dist/browser/operationsInterfaces/dotNetComponents.js.map +1 -0
  292. package/dist/browser/operationsInterfaces/functionsExtension.d.ts +14 -0
  293. package/dist/browser/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  294. package/dist/browser/operationsInterfaces/functionsExtension.js.map +1 -0
  295. package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
  296. package/dist/browser/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
  297. package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js +9 -0
  298. package/dist/browser/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
  299. package/dist/browser/operationsInterfaces/index.d.ts +46 -0
  300. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  301. package/dist/browser/operationsInterfaces/index.js +53 -0
  302. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  303. package/dist/browser/operationsInterfaces/javaComponents.d.ts +74 -0
  304. package/dist/browser/operationsInterfaces/javaComponents.d.ts.map +1 -0
  305. package/dist/browser/operationsInterfaces/javaComponents.js.map +1 -0
  306. package/dist/browser/operationsInterfaces/jobs.d.ts +173 -0
  307. package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
  308. package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
  309. package/dist/browser/operationsInterfaces/jobsExecutions.d.ts +13 -0
  310. package/dist/browser/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
  311. package/dist/browser/operationsInterfaces/jobsExecutions.js.map +1 -0
  312. package/dist/browser/operationsInterfaces/logicApps.d.ts +74 -0
  313. package/dist/browser/operationsInterfaces/logicApps.d.ts.map +1 -0
  314. package/dist/browser/operationsInterfaces/logicApps.js.map +1 -0
  315. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
  316. package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
  317. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js +9 -0
  318. package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
  319. package/dist/browser/operationsInterfaces/managedCertificates.d.ts +55 -0
  320. package/dist/browser/operationsInterfaces/managedCertificates.d.ts.map +1 -0
  321. package/dist/browser/operationsInterfaces/managedCertificates.js.map +1 -0
  322. package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
  323. package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
  324. package/dist/browser/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
  325. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  326. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  327. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  328. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  329. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  330. package/dist/browser/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  331. package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
  332. package/dist/browser/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
  333. package/dist/browser/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
  334. package/dist/browser/operationsInterfaces/managedEnvironments.d.ts +85 -0
  335. package/dist/browser/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
  336. package/dist/browser/operationsInterfaces/managedEnvironments.js.map +1 -0
  337. package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
  338. package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  339. package/dist/browser/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
  340. package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
  341. package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
  342. package/dist/browser/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
  343. package/dist/browser/operationsInterfaces/namespaces.d.ts +13 -0
  344. package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
  345. package/dist/browser/operationsInterfaces/namespaces.js.map +1 -0
  346. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  347. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  348. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  349. package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
  350. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  351. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  352. package/dist/browser/package.json +3 -0
  353. package/dist/browser/pagingHelper.d.ts.map +1 -0
  354. package/dist/browser/pagingHelper.js +30 -0
  355. package/dist/browser/pagingHelper.js.map +1 -0
  356. package/dist/commonjs/containerAppsAPIClient.d.ts +77 -0
  357. package/dist/commonjs/containerAppsAPIClient.d.ts.map +1 -0
  358. package/dist/commonjs/containerAppsAPIClient.js +257 -0
  359. package/dist/commonjs/containerAppsAPIClient.js.map +1 -0
  360. package/dist/commonjs/index.d.ts +5 -0
  361. package/dist/commonjs/index.d.ts.map +1 -0
  362. package/dist/commonjs/index.js +19 -0
  363. package/dist/commonjs/index.js.map +1 -0
  364. package/dist/commonjs/lroImpl.d.ts +11 -0
  365. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  366. package/dist/commonjs/lroImpl.js +28 -0
  367. package/dist/commonjs/lroImpl.js.map +1 -0
  368. package/dist/commonjs/models/index.d.ts +6806 -0
  369. package/dist/commonjs/models/index.d.ts.map +1 -0
  370. package/dist/commonjs/models/index.js +776 -0
  371. package/dist/commonjs/models/index.js.map +1 -0
  372. package/dist/commonjs/models/mappers.d.ts +374 -0
  373. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  374. package/dist/commonjs/models/mappers.js +11398 -0
  375. package/dist/commonjs/models/mappers.js.map +1 -0
  376. package/dist/commonjs/models/parameters.d.ts +89 -0
  377. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  378. package/dist/commonjs/models/parameters.js +758 -0
  379. package/dist/commonjs/models/parameters.js.map +1 -0
  380. package/dist/commonjs/operations/appResiliencyOperations.d.ts +72 -0
  381. package/dist/commonjs/operations/appResiliencyOperations.d.ts.map +1 -0
  382. package/dist/commonjs/operations/appResiliencyOperations.js +274 -0
  383. package/dist/commonjs/operations/appResiliencyOperations.js.map +1 -0
  384. package/dist/commonjs/operations/availableWorkloadProfiles.d.ts +35 -0
  385. package/dist/commonjs/operations/availableWorkloadProfiles.d.ts.map +1 -0
  386. package/dist/commonjs/operations/availableWorkloadProfiles.js +129 -0
  387. package/dist/commonjs/operations/availableWorkloadProfiles.js.map +1 -0
  388. package/dist/commonjs/operations/billingMeters.d.ts +19 -0
  389. package/dist/commonjs/operations/billingMeters.d.ts.map +1 -0
  390. package/dist/commonjs/operations/billingMeters.js +53 -0
  391. package/dist/commonjs/operations/billingMeters.js.map +1 -0
  392. package/dist/commonjs/operations/buildAuthToken.d.ts +21 -0
  393. package/dist/commonjs/operations/buildAuthToken.d.ts.map +1 -0
  394. package/dist/commonjs/operations/buildAuthToken.js +61 -0
  395. package/dist/commonjs/operations/buildAuthToken.js.map +1 -0
  396. package/dist/commonjs/operations/builders.d.ts +107 -0
  397. package/dist/commonjs/operations/builders.d.ts.map +1 -0
  398. package/dist/commonjs/operations/builders.js +520 -0
  399. package/dist/commonjs/operations/builders.js.map +1 -0
  400. package/dist/commonjs/operations/builds.d.ts +56 -0
  401. package/dist/commonjs/operations/builds.d.ts.map +1 -0
  402. package/dist/commonjs/operations/builds.js +253 -0
  403. package/dist/commonjs/operations/builds.js.map +1 -0
  404. package/dist/commonjs/operations/buildsByBuilderResource.d.ts +38 -0
  405. package/dist/commonjs/operations/buildsByBuilderResource.d.ts.map +1 -0
  406. package/dist/commonjs/operations/buildsByBuilderResource.js +138 -0
  407. package/dist/commonjs/operations/buildsByBuilderResource.js.map +1 -0
  408. package/dist/commonjs/operations/certificates.d.ts +71 -0
  409. package/dist/commonjs/operations/certificates.d.ts.map +1 -0
  410. package/dist/commonjs/operations/certificates.js +276 -0
  411. package/dist/commonjs/operations/certificates.js.map +1 -0
  412. package/dist/commonjs/operations/connectedEnvironments.d.ts +106 -0
  413. package/dist/commonjs/operations/connectedEnvironments.d.ts.map +1 -0
  414. package/dist/commonjs/operations/connectedEnvironments.js +496 -0
  415. package/dist/commonjs/operations/connectedEnvironments.js.map +1 -0
  416. package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts +97 -0
  417. package/dist/commonjs/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
  418. package/dist/commonjs/operations/connectedEnvironmentsCertificates.js +464 -0
  419. package/dist/commonjs/operations/connectedEnvironmentsCertificates.js.map +1 -0
  420. package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts +89 -0
  421. package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  422. package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js +399 -0
  423. package/dist/commonjs/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
  424. package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts +63 -0
  425. package/dist/commonjs/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
  426. package/dist/commonjs/operations/connectedEnvironmentsStorages.js +288 -0
  427. package/dist/commonjs/operations/connectedEnvironmentsStorages.js.map +1 -0
  428. package/dist/commonjs/operations/containerApps.d.ts +156 -0
  429. package/dist/commonjs/operations/containerApps.d.ts.map +1 -0
  430. package/dist/commonjs/operations/containerApps.js +791 -0
  431. package/dist/commonjs/operations/containerApps.js.map +1 -0
  432. package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts +63 -0
  433. package/dist/commonjs/operations/containerAppsAuthConfigs.d.ts.map +1 -0
  434. package/dist/commonjs/operations/containerAppsAuthConfigs.js +242 -0
  435. package/dist/commonjs/operations/containerAppsAuthConfigs.js.map +1 -0
  436. package/dist/commonjs/operations/containerAppsBuilds.d.ts +38 -0
  437. package/dist/commonjs/operations/containerAppsBuilds.d.ts.map +1 -0
  438. package/dist/commonjs/operations/containerAppsBuilds.js +153 -0
  439. package/dist/commonjs/operations/containerAppsBuilds.js.map +1 -0
  440. package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  441. package/dist/commonjs/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  442. package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js +138 -0
  443. package/dist/commonjs/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  444. package/dist/commonjs/operations/containerAppsDiagnostics.d.ts +85 -0
  445. package/dist/commonjs/operations/containerAppsDiagnostics.d.ts.map +1 -0
  446. package/dist/commonjs/operations/containerAppsDiagnostics.js +342 -0
  447. package/dist/commonjs/operations/containerAppsDiagnostics.js.map +1 -0
  448. package/dist/commonjs/operations/containerAppsLabelHistory.d.ts +54 -0
  449. package/dist/commonjs/operations/containerAppsLabelHistory.d.ts.map +1 -0
  450. package/dist/commonjs/operations/containerAppsLabelHistory.js +201 -0
  451. package/dist/commonjs/operations/containerAppsLabelHistory.js.map +1 -0
  452. package/dist/commonjs/operations/containerAppsPatches.d.ts +97 -0
  453. package/dist/commonjs/operations/containerAppsPatches.d.ts.map +1 -0
  454. package/dist/commonjs/operations/containerAppsPatches.js +452 -0
  455. package/dist/commonjs/operations/containerAppsPatches.js.map +1 -0
  456. package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts +30 -0
  457. package/dist/commonjs/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
  458. package/dist/commonjs/operations/containerAppsRevisionReplicas.js +101 -0
  459. package/dist/commonjs/operations/containerAppsRevisionReplicas.js.map +1 -0
  460. package/dist/commonjs/operations/containerAppsRevisions.d.ts +70 -0
  461. package/dist/commonjs/operations/containerAppsRevisions.d.ts.map +1 -0
  462. package/dist/commonjs/operations/containerAppsRevisions.js +260 -0
  463. package/dist/commonjs/operations/containerAppsRevisions.js.map +1 -0
  464. package/dist/commonjs/operations/containerAppsSessionPools.d.ts +107 -0
  465. package/dist/commonjs/operations/containerAppsSessionPools.d.ts.map +1 -0
  466. package/dist/commonjs/operations/containerAppsSessionPools.js +530 -0
  467. package/dist/commonjs/operations/containerAppsSessionPools.js.map +1 -0
  468. package/dist/commonjs/operations/containerAppsSourceControls.d.ts +81 -0
  469. package/dist/commonjs/operations/containerAppsSourceControls.d.ts.map +1 -0
  470. package/dist/commonjs/operations/containerAppsSourceControls.js +356 -0
  471. package/dist/commonjs/operations/containerAppsSourceControls.js.map +1 -0
  472. package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  473. package/dist/commonjs/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  474. package/dist/commonjs/operations/daprComponentResiliencyPolicies.js +258 -0
  475. package/dist/commonjs/operations/daprComponentResiliencyPolicies.js.map +1 -0
  476. package/dist/commonjs/operations/daprComponents.d.ts +71 -0
  477. package/dist/commonjs/operations/daprComponents.d.ts.map +1 -0
  478. package/dist/commonjs/operations/daprComponents.js +274 -0
  479. package/dist/commonjs/operations/daprComponents.js.map +1 -0
  480. package/dist/commonjs/operations/daprSubscriptions.d.ts +63 -0
  481. package/dist/commonjs/operations/daprSubscriptions.d.ts.map +1 -0
  482. package/dist/commonjs/operations/daprSubscriptions.js +245 -0
  483. package/dist/commonjs/operations/daprSubscriptions.js.map +1 -0
  484. package/dist/commonjs/operations/dotNetComponents.d.ts +99 -0
  485. package/dist/commonjs/operations/dotNetComponents.d.ts.map +1 -0
  486. package/dist/commonjs/operations/dotNetComponents.js +461 -0
  487. package/dist/commonjs/operations/dotNetComponents.js.map +1 -0
  488. package/dist/commonjs/operations/functionsExtension.d.ts +22 -0
  489. package/dist/commonjs/operations/functionsExtension.d.ts.map +1 -0
  490. package/dist/commonjs/operations/functionsExtension.js +69 -0
  491. package/dist/commonjs/operations/functionsExtension.js.map +1 -0
  492. package/dist/commonjs/operations/httpRouteConfigOperations.d.ts +71 -0
  493. package/dist/commonjs/operations/httpRouteConfigOperations.d.ts.map +1 -0
  494. package/dist/commonjs/operations/httpRouteConfigOperations.js +279 -0
  495. package/dist/commonjs/operations/httpRouteConfigOperations.js.map +1 -0
  496. package/dist/commonjs/operations/index.d.ts +46 -0
  497. package/dist/commonjs/operations/index.d.ts.map +1 -0
  498. package/dist/commonjs/operations/index.js +56 -0
  499. package/dist/commonjs/operations/index.js.map +1 -0
  500. package/dist/commonjs/operations/javaComponents.d.ts +99 -0
  501. package/dist/commonjs/operations/javaComponents.d.ts.map +1 -0
  502. package/dist/commonjs/operations/javaComponents.js +461 -0
  503. package/dist/commonjs/operations/javaComponents.js.map +1 -0
  504. package/dist/commonjs/operations/jobs.d.ts +226 -0
  505. package/dist/commonjs/operations/jobs.d.ts.map +1 -0
  506. package/dist/commonjs/operations/jobs.js +1144 -0
  507. package/dist/commonjs/operations/jobs.js.map +1 -0
  508. package/dist/commonjs/operations/jobsExecutions.d.ts +38 -0
  509. package/dist/commonjs/operations/jobsExecutions.d.ts.map +1 -0
  510. package/dist/commonjs/operations/jobsExecutions.js +138 -0
  511. package/dist/commonjs/operations/jobsExecutions.js.map +1 -0
  512. package/dist/commonjs/operations/logicApps.d.ts +101 -0
  513. package/dist/commonjs/operations/logicApps.d.ts.map +1 -0
  514. package/dist/commonjs/operations/logicApps.js +395 -0
  515. package/dist/commonjs/operations/logicApps.js.map +1 -0
  516. package/dist/commonjs/operations/maintenanceConfigurations.d.ts +64 -0
  517. package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +1 -0
  518. package/dist/commonjs/operations/maintenanceConfigurations.js +246 -0
  519. package/dist/commonjs/operations/maintenanceConfigurations.js.map +1 -0
  520. package/dist/commonjs/operations/managedCertificates.d.ts +80 -0
  521. package/dist/commonjs/operations/managedCertificates.d.ts.map +1 -0
  522. package/dist/commonjs/operations/managedCertificates.js +344 -0
  523. package/dist/commonjs/operations/managedCertificates.js.map +1 -0
  524. package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts +28 -0
  525. package/dist/commonjs/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
  526. package/dist/commonjs/operations/managedEnvironmentDiagnostics.js +91 -0
  527. package/dist/commonjs/operations/managedEnvironmentDiagnostics.js.map +1 -0
  528. package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  529. package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  530. package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js +375 -0
  531. package/dist/commonjs/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  532. package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  533. package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  534. package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js +138 -0
  535. package/dist/commonjs/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  536. package/dist/commonjs/operations/managedEnvironmentUsages.d.ts +38 -0
  537. package/dist/commonjs/operations/managedEnvironmentUsages.d.ts.map +1 -0
  538. package/dist/commonjs/operations/managedEnvironmentUsages.js +138 -0
  539. package/dist/commonjs/operations/managedEnvironmentUsages.js.map +1 -0
  540. package/dist/commonjs/operations/managedEnvironments.d.ts +139 -0
  541. package/dist/commonjs/operations/managedEnvironments.d.ts.map +1 -0
  542. package/dist/commonjs/operations/managedEnvironments.js +657 -0
  543. package/dist/commonjs/operations/managedEnvironments.js.map +1 -0
  544. package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
  545. package/dist/commonjs/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  546. package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js +59 -0
  547. package/dist/commonjs/operations/managedEnvironmentsDiagnostics.js.map +1 -0
  548. package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts +45 -0
  549. package/dist/commonjs/operations/managedEnvironmentsStorages.d.ts.map +1 -0
  550. package/dist/commonjs/operations/managedEnvironmentsStorages.js +166 -0
  551. package/dist/commonjs/operations/managedEnvironmentsStorages.js.map +1 -0
  552. package/dist/commonjs/operations/namespaces.d.ts +21 -0
  553. package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
  554. package/dist/commonjs/operations/namespaces.js +67 -0
  555. package/dist/commonjs/operations/namespaces.js.map +1 -0
  556. package/dist/commonjs/operations/operations.d.ts +32 -0
  557. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  558. package/dist/commonjs/operations/operations.js +121 -0
  559. package/dist/commonjs/operations/operations.js.map +1 -0
  560. package/dist/commonjs/operations/usages.d.ts +37 -0
  561. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  562. package/dist/commonjs/operations/usages.js +131 -0
  563. package/dist/commonjs/operations/usages.js.map +1 -0
  564. package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  565. package/dist/commonjs/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  566. package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js +10 -0
  567. package/dist/commonjs/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  568. package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
  569. package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
  570. package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js +10 -0
  571. package/dist/commonjs/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
  572. package/dist/commonjs/operationsInterfaces/billingMeters.d.ts +11 -0
  573. package/dist/commonjs/operationsInterfaces/billingMeters.d.ts.map +1 -0
  574. package/dist/commonjs/operationsInterfaces/billingMeters.js +10 -0
  575. package/dist/commonjs/operationsInterfaces/billingMeters.js.map +1 -0
  576. package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts +13 -0
  577. package/dist/commonjs/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  578. package/dist/commonjs/operationsInterfaces/buildAuthToken.js +10 -0
  579. package/dist/commonjs/operationsInterfaces/buildAuthToken.js.map +1 -0
  580. package/dist/commonjs/operationsInterfaces/builders.d.ts +71 -0
  581. package/dist/commonjs/operationsInterfaces/builders.d.ts.map +1 -0
  582. package/dist/commonjs/operationsInterfaces/builders.js +10 -0
  583. package/dist/commonjs/operationsInterfaces/builders.js.map +1 -0
  584. package/dist/commonjs/operationsInterfaces/builds.d.ts +48 -0
  585. package/dist/commonjs/operationsInterfaces/builds.d.ts.map +1 -0
  586. package/dist/commonjs/operationsInterfaces/builds.js +10 -0
  587. package/dist/commonjs/operationsInterfaces/builds.js.map +1 -0
  588. package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  589. package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  590. package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js +10 -0
  591. package/dist/commonjs/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  592. package/dist/commonjs/operationsInterfaces/certificates.d.ts +46 -0
  593. package/dist/commonjs/operationsInterfaces/certificates.d.ts.map +1 -0
  594. package/dist/commonjs/operationsInterfaces/certificates.js +10 -0
  595. package/dist/commonjs/operationsInterfaces/certificates.js.map +1 -0
  596. package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts +70 -0
  597. package/dist/commonjs/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
  598. package/dist/commonjs/operationsInterfaces/connectedEnvironments.js +10 -0
  599. package/dist/commonjs/operationsInterfaces/connectedEnvironments.js.map +1 -0
  600. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +72 -0
  601. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
  602. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js +10 -0
  603. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
  604. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +64 -0
  605. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  606. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js +10 -0
  607. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
  608. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts +55 -0
  609. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
  610. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js +10 -0
  611. package/dist/commonjs/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
  612. package/dist/commonjs/operationsInterfaces/containerApps.d.ts +120 -0
  613. package/dist/commonjs/operationsInterfaces/containerApps.d.ts.map +1 -0
  614. package/dist/commonjs/operationsInterfaces/containerApps.js +10 -0
  615. package/dist/commonjs/operationsInterfaces/containerApps.js.map +1 -0
  616. package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
  617. package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
  618. package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js +10 -0
  619. package/dist/commonjs/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
  620. package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  621. package/dist/commonjs/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  622. package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js +10 -0
  623. package/dist/commonjs/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  624. package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  625. package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  626. package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js +10 -0
  627. package/dist/commonjs/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  628. package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
  629. package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
  630. package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js +10 -0
  631. package/dist/commonjs/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
  632. package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
  633. package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
  634. package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js +10 -0
  635. package/dist/commonjs/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
  636. package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  637. package/dist/commonjs/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  638. package/dist/commonjs/operationsInterfaces/containerAppsPatches.js +10 -0
  639. package/dist/commonjs/operationsInterfaces/containerAppsPatches.js.map +1 -0
  640. package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
  641. package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
  642. package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js +10 -0
  643. package/dist/commonjs/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
  644. package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
  645. package/dist/commonjs/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
  646. package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js +10 -0
  647. package/dist/commonjs/operationsInterfaces/containerAppsRevisions.js.map +1 -0
  648. package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
  649. package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
  650. package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js +10 -0
  651. package/dist/commonjs/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
  652. package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
  653. package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
  654. package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js +10 -0
  655. package/dist/commonjs/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
  656. package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  657. package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  658. package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js +10 -0
  659. package/dist/commonjs/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  660. package/dist/commonjs/operationsInterfaces/daprComponents.d.ts +46 -0
  661. package/dist/commonjs/operationsInterfaces/daprComponents.d.ts.map +1 -0
  662. package/dist/commonjs/operationsInterfaces/daprComponents.js +10 -0
  663. package/dist/commonjs/operationsInterfaces/daprComponents.js.map +1 -0
  664. package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  665. package/dist/commonjs/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  666. package/dist/commonjs/operationsInterfaces/daprSubscriptions.js +10 -0
  667. package/dist/commonjs/operationsInterfaces/daprSubscriptions.js.map +1 -0
  668. package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts +74 -0
  669. package/dist/commonjs/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  670. package/dist/commonjs/operationsInterfaces/dotNetComponents.js +10 -0
  671. package/dist/commonjs/operationsInterfaces/dotNetComponents.js.map +1 -0
  672. package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts +14 -0
  673. package/dist/commonjs/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  674. package/dist/commonjs/operationsInterfaces/functionsExtension.js +10 -0
  675. package/dist/commonjs/operationsInterfaces/functionsExtension.js.map +1 -0
  676. package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
  677. package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
  678. package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js +10 -0
  679. package/dist/commonjs/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
  680. package/dist/commonjs/operationsInterfaces/index.d.ts +46 -0
  681. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  682. package/dist/commonjs/operationsInterfaces/index.js +56 -0
  683. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  684. package/dist/commonjs/operationsInterfaces/javaComponents.d.ts +74 -0
  685. package/dist/commonjs/operationsInterfaces/javaComponents.d.ts.map +1 -0
  686. package/dist/commonjs/operationsInterfaces/javaComponents.js +10 -0
  687. package/dist/commonjs/operationsInterfaces/javaComponents.js.map +1 -0
  688. package/dist/commonjs/operationsInterfaces/jobs.d.ts +173 -0
  689. package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
  690. package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
  691. package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
  692. package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts +13 -0
  693. package/dist/commonjs/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
  694. package/dist/commonjs/operationsInterfaces/jobsExecutions.js +10 -0
  695. package/dist/commonjs/operationsInterfaces/jobsExecutions.js.map +1 -0
  696. package/dist/commonjs/operationsInterfaces/logicApps.d.ts +74 -0
  697. package/dist/commonjs/operationsInterfaces/logicApps.d.ts.map +1 -0
  698. package/dist/commonjs/operationsInterfaces/logicApps.js +10 -0
  699. package/dist/commonjs/operationsInterfaces/logicApps.js.map +1 -0
  700. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
  701. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
  702. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js +10 -0
  703. package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
  704. package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts +55 -0
  705. package/dist/commonjs/operationsInterfaces/managedCertificates.d.ts.map +1 -0
  706. package/dist/commonjs/operationsInterfaces/managedCertificates.js +10 -0
  707. package/dist/commonjs/operationsInterfaces/managedCertificates.js.map +1 -0
  708. package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
  709. package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
  710. package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js +10 -0
  711. package/dist/commonjs/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
  712. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  713. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  714. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +10 -0
  715. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  716. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  717. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  718. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +10 -0
  719. package/dist/commonjs/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  720. package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
  721. package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
  722. package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js +10 -0
  723. package/dist/commonjs/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
  724. package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts +85 -0
  725. package/dist/commonjs/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
  726. package/dist/commonjs/operationsInterfaces/managedEnvironments.js +10 -0
  727. package/dist/commonjs/operationsInterfaces/managedEnvironments.js.map +1 -0
  728. package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
  729. package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  730. package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js +10 -0
  731. package/dist/commonjs/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
  732. package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
  733. package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
  734. package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js +10 -0
  735. package/dist/commonjs/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
  736. package/dist/commonjs/operationsInterfaces/namespaces.d.ts +13 -0
  737. package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
  738. package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
  739. package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -0
  740. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  741. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  742. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  743. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  744. package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
  745. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  746. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  747. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  748. package/dist/commonjs/package.json +3 -0
  749. package/dist/commonjs/pagingHelper.d.ts +13 -0
  750. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  751. package/dist/commonjs/pagingHelper.js +34 -0
  752. package/dist/commonjs/pagingHelper.js.map +1 -0
  753. package/dist/commonjs/tsdoc-metadata.json +11 -0
  754. package/dist/esm/containerAppsAPIClient.d.ts +77 -0
  755. package/dist/esm/containerAppsAPIClient.d.ts.map +1 -0
  756. package/dist/esm/containerAppsAPIClient.js +252 -0
  757. package/dist/esm/containerAppsAPIClient.js.map +1 -0
  758. package/dist/esm/index.d.ts +5 -0
  759. package/dist/esm/index.d.ts.map +1 -0
  760. package/dist/esm/index.js +13 -0
  761. package/dist/esm/index.js.map +1 -0
  762. package/dist/esm/lroImpl.d.ts +11 -0
  763. package/dist/esm/lroImpl.d.ts.map +1 -0
  764. package/dist/esm/lroImpl.js +25 -0
  765. package/dist/esm/lroImpl.js.map +1 -0
  766. package/dist/esm/models/index.d.ts +6806 -0
  767. package/dist/esm/models/index.d.ts.map +1 -0
  768. package/dist/esm/models/index.js +772 -0
  769. package/dist/esm/models/index.js.map +1 -0
  770. package/dist/esm/models/mappers.d.ts +374 -0
  771. package/dist/esm/models/mappers.d.ts.map +1 -0
  772. package/dist/esm/models/mappers.js +11388 -0
  773. package/dist/esm/models/mappers.js.map +1 -0
  774. package/dist/esm/models/parameters.d.ts +89 -0
  775. package/dist/esm/models/parameters.d.ts.map +1 -0
  776. package/dist/esm/models/parameters.js +754 -0
  777. package/dist/esm/models/parameters.js.map +1 -0
  778. package/dist/esm/operations/appResiliencyOperations.d.ts +72 -0
  779. package/dist/esm/operations/appResiliencyOperations.d.ts.map +1 -0
  780. package/dist/esm/operations/appResiliencyOperations.js +269 -0
  781. package/dist/esm/operations/appResiliencyOperations.js.map +1 -0
  782. package/dist/esm/operations/availableWorkloadProfiles.d.ts +35 -0
  783. package/dist/esm/operations/availableWorkloadProfiles.d.ts.map +1 -0
  784. package/dist/esm/operations/availableWorkloadProfiles.js +124 -0
  785. package/dist/esm/operations/availableWorkloadProfiles.js.map +1 -0
  786. package/dist/esm/operations/billingMeters.d.ts +19 -0
  787. package/dist/esm/operations/billingMeters.d.ts.map +1 -0
  788. package/dist/esm/operations/billingMeters.js +48 -0
  789. package/dist/esm/operations/billingMeters.js.map +1 -0
  790. package/dist/esm/operations/buildAuthToken.d.ts +21 -0
  791. package/dist/esm/operations/buildAuthToken.d.ts.map +1 -0
  792. package/dist/esm/operations/buildAuthToken.js +56 -0
  793. package/dist/esm/operations/buildAuthToken.js.map +1 -0
  794. package/dist/esm/operations/builders.d.ts +107 -0
  795. package/dist/esm/operations/builders.d.ts.map +1 -0
  796. package/dist/esm/operations/builders.js +515 -0
  797. package/dist/esm/operations/builders.js.map +1 -0
  798. package/dist/esm/operations/builds.d.ts +56 -0
  799. package/dist/esm/operations/builds.d.ts.map +1 -0
  800. package/dist/esm/operations/builds.js +248 -0
  801. package/dist/esm/operations/builds.js.map +1 -0
  802. package/dist/esm/operations/buildsByBuilderResource.d.ts +38 -0
  803. package/dist/esm/operations/buildsByBuilderResource.d.ts.map +1 -0
  804. package/dist/esm/operations/buildsByBuilderResource.js +133 -0
  805. package/dist/esm/operations/buildsByBuilderResource.js.map +1 -0
  806. package/dist/esm/operations/certificates.d.ts +71 -0
  807. package/dist/esm/operations/certificates.d.ts.map +1 -0
  808. package/dist/esm/operations/certificates.js +271 -0
  809. package/dist/esm/operations/certificates.js.map +1 -0
  810. package/dist/esm/operations/connectedEnvironments.d.ts +106 -0
  811. package/dist/esm/operations/connectedEnvironments.d.ts.map +1 -0
  812. package/dist/esm/operations/connectedEnvironments.js +491 -0
  813. package/dist/esm/operations/connectedEnvironments.js.map +1 -0
  814. package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts +97 -0
  815. package/dist/esm/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
  816. package/dist/esm/operations/connectedEnvironmentsCertificates.js +459 -0
  817. package/dist/esm/operations/connectedEnvironmentsCertificates.js.map +1 -0
  818. package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts +89 -0
  819. package/dist/esm/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  820. package/dist/esm/operations/connectedEnvironmentsDaprComponents.js +394 -0
  821. package/dist/esm/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
  822. package/dist/esm/operations/connectedEnvironmentsStorages.d.ts +63 -0
  823. package/dist/esm/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
  824. package/dist/esm/operations/connectedEnvironmentsStorages.js +283 -0
  825. package/dist/esm/operations/connectedEnvironmentsStorages.js.map +1 -0
  826. package/dist/esm/operations/containerApps.d.ts +156 -0
  827. package/dist/esm/operations/containerApps.d.ts.map +1 -0
  828. package/dist/esm/operations/containerApps.js +786 -0
  829. package/dist/esm/operations/containerApps.js.map +1 -0
  830. package/dist/esm/operations/containerAppsAuthConfigs.d.ts +63 -0
  831. package/dist/esm/operations/containerAppsAuthConfigs.d.ts.map +1 -0
  832. package/dist/esm/operations/containerAppsAuthConfigs.js +237 -0
  833. package/dist/esm/operations/containerAppsAuthConfigs.js.map +1 -0
  834. package/dist/esm/operations/containerAppsBuilds.d.ts +38 -0
  835. package/dist/esm/operations/containerAppsBuilds.d.ts.map +1 -0
  836. package/dist/esm/operations/containerAppsBuilds.js +148 -0
  837. package/dist/esm/operations/containerAppsBuilds.js.map +1 -0
  838. package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  839. package/dist/esm/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  840. package/dist/esm/operations/containerAppsBuildsByContainerApp.js +133 -0
  841. package/dist/esm/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  842. package/dist/esm/operations/containerAppsDiagnostics.d.ts +85 -0
  843. package/dist/esm/operations/containerAppsDiagnostics.d.ts.map +1 -0
  844. package/dist/esm/operations/containerAppsDiagnostics.js +337 -0
  845. package/dist/esm/operations/containerAppsDiagnostics.js.map +1 -0
  846. package/dist/esm/operations/containerAppsLabelHistory.d.ts +54 -0
  847. package/dist/esm/operations/containerAppsLabelHistory.d.ts.map +1 -0
  848. package/dist/esm/operations/containerAppsLabelHistory.js +196 -0
  849. package/dist/esm/operations/containerAppsLabelHistory.js.map +1 -0
  850. package/dist/esm/operations/containerAppsPatches.d.ts +97 -0
  851. package/dist/esm/operations/containerAppsPatches.d.ts.map +1 -0
  852. package/dist/esm/operations/containerAppsPatches.js +447 -0
  853. package/dist/esm/operations/containerAppsPatches.js.map +1 -0
  854. package/dist/esm/operations/containerAppsRevisionReplicas.d.ts +30 -0
  855. package/dist/esm/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
  856. package/dist/esm/operations/containerAppsRevisionReplicas.js +96 -0
  857. package/dist/esm/operations/containerAppsRevisionReplicas.js.map +1 -0
  858. package/dist/esm/operations/containerAppsRevisions.d.ts +70 -0
  859. package/dist/esm/operations/containerAppsRevisions.d.ts.map +1 -0
  860. package/dist/esm/operations/containerAppsRevisions.js +255 -0
  861. package/dist/esm/operations/containerAppsRevisions.js.map +1 -0
  862. package/dist/esm/operations/containerAppsSessionPools.d.ts +107 -0
  863. package/dist/esm/operations/containerAppsSessionPools.d.ts.map +1 -0
  864. package/dist/esm/operations/containerAppsSessionPools.js +525 -0
  865. package/dist/esm/operations/containerAppsSessionPools.js.map +1 -0
  866. package/dist/esm/operations/containerAppsSourceControls.d.ts +81 -0
  867. package/dist/esm/operations/containerAppsSourceControls.d.ts.map +1 -0
  868. package/dist/esm/operations/containerAppsSourceControls.js +351 -0
  869. package/dist/esm/operations/containerAppsSourceControls.js.map +1 -0
  870. package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  871. package/dist/esm/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  872. package/dist/esm/operations/daprComponentResiliencyPolicies.js +253 -0
  873. package/dist/esm/operations/daprComponentResiliencyPolicies.js.map +1 -0
  874. package/dist/esm/operations/daprComponents.d.ts +71 -0
  875. package/dist/esm/operations/daprComponents.d.ts.map +1 -0
  876. package/dist/esm/operations/daprComponents.js +269 -0
  877. package/dist/esm/operations/daprComponents.js.map +1 -0
  878. package/dist/esm/operations/daprSubscriptions.d.ts +63 -0
  879. package/dist/esm/operations/daprSubscriptions.d.ts.map +1 -0
  880. package/dist/esm/operations/daprSubscriptions.js +240 -0
  881. package/dist/esm/operations/daprSubscriptions.js.map +1 -0
  882. package/dist/esm/operations/dotNetComponents.d.ts +99 -0
  883. package/dist/esm/operations/dotNetComponents.d.ts.map +1 -0
  884. package/dist/esm/operations/dotNetComponents.js +456 -0
  885. package/dist/esm/operations/dotNetComponents.js.map +1 -0
  886. package/dist/esm/operations/functionsExtension.d.ts +22 -0
  887. package/dist/esm/operations/functionsExtension.d.ts.map +1 -0
  888. package/dist/esm/operations/functionsExtension.js +64 -0
  889. package/dist/esm/operations/functionsExtension.js.map +1 -0
  890. package/dist/esm/operations/httpRouteConfigOperations.d.ts +71 -0
  891. package/dist/esm/operations/httpRouteConfigOperations.d.ts.map +1 -0
  892. package/dist/esm/operations/httpRouteConfigOperations.js +274 -0
  893. package/dist/esm/operations/httpRouteConfigOperations.js.map +1 -0
  894. package/dist/esm/operations/index.d.ts +46 -0
  895. package/dist/esm/operations/index.d.ts.map +1 -0
  896. package/dist/esm/operations/index.js +53 -0
  897. package/dist/esm/operations/index.js.map +1 -0
  898. package/dist/esm/operations/javaComponents.d.ts +99 -0
  899. package/dist/esm/operations/javaComponents.d.ts.map +1 -0
  900. package/dist/esm/operations/javaComponents.js +456 -0
  901. package/dist/esm/operations/javaComponents.js.map +1 -0
  902. package/dist/esm/operations/jobs.d.ts +226 -0
  903. package/dist/esm/operations/jobs.d.ts.map +1 -0
  904. package/dist/esm/operations/jobs.js +1139 -0
  905. package/dist/esm/operations/jobs.js.map +1 -0
  906. package/dist/esm/operations/jobsExecutions.d.ts +38 -0
  907. package/dist/esm/operations/jobsExecutions.d.ts.map +1 -0
  908. package/dist/esm/operations/jobsExecutions.js +133 -0
  909. package/dist/esm/operations/jobsExecutions.js.map +1 -0
  910. package/dist/esm/operations/logicApps.d.ts +101 -0
  911. package/dist/esm/operations/logicApps.d.ts.map +1 -0
  912. package/dist/esm/operations/logicApps.js +390 -0
  913. package/dist/esm/operations/logicApps.js.map +1 -0
  914. package/dist/esm/operations/maintenanceConfigurations.d.ts +64 -0
  915. package/dist/esm/operations/maintenanceConfigurations.d.ts.map +1 -0
  916. package/dist/esm/operations/maintenanceConfigurations.js +241 -0
  917. package/dist/esm/operations/maintenanceConfigurations.js.map +1 -0
  918. package/dist/esm/operations/managedCertificates.d.ts +80 -0
  919. package/dist/esm/operations/managedCertificates.d.ts.map +1 -0
  920. package/dist/esm/operations/managedCertificates.js +339 -0
  921. package/dist/esm/operations/managedCertificates.js.map +1 -0
  922. package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts +28 -0
  923. package/dist/esm/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
  924. package/dist/esm/operations/managedEnvironmentDiagnostics.js +86 -0
  925. package/dist/esm/operations/managedEnvironmentDiagnostics.js.map +1 -0
  926. package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  927. package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  928. package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
  929. package/dist/esm/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  930. package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  931. package/dist/esm/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  932. package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js +133 -0
  933. package/dist/esm/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  934. package/dist/esm/operations/managedEnvironmentUsages.d.ts +38 -0
  935. package/dist/esm/operations/managedEnvironmentUsages.d.ts.map +1 -0
  936. package/dist/esm/operations/managedEnvironmentUsages.js +133 -0
  937. package/dist/esm/operations/managedEnvironmentUsages.js.map +1 -0
  938. package/dist/esm/operations/managedEnvironments.d.ts +139 -0
  939. package/dist/esm/operations/managedEnvironments.d.ts.map +1 -0
  940. package/dist/esm/operations/managedEnvironments.js +652 -0
  941. package/dist/esm/operations/managedEnvironments.js.map +1 -0
  942. package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
  943. package/dist/esm/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  944. package/dist/esm/operations/managedEnvironmentsDiagnostics.js +54 -0
  945. package/dist/esm/operations/managedEnvironmentsDiagnostics.js.map +1 -0
  946. package/dist/esm/operations/managedEnvironmentsStorages.d.ts +45 -0
  947. package/dist/esm/operations/managedEnvironmentsStorages.d.ts.map +1 -0
  948. package/dist/esm/operations/managedEnvironmentsStorages.js +161 -0
  949. package/dist/esm/operations/managedEnvironmentsStorages.js.map +1 -0
  950. package/dist/esm/operations/namespaces.d.ts +21 -0
  951. package/dist/esm/operations/namespaces.d.ts.map +1 -0
  952. package/dist/esm/operations/namespaces.js +62 -0
  953. package/dist/esm/operations/namespaces.js.map +1 -0
  954. package/dist/esm/operations/operations.d.ts +32 -0
  955. package/dist/esm/operations/operations.d.ts.map +1 -0
  956. package/dist/esm/operations/operations.js +116 -0
  957. package/dist/esm/operations/operations.js.map +1 -0
  958. package/dist/esm/operations/usages.d.ts +37 -0
  959. package/dist/esm/operations/usages.d.ts.map +1 -0
  960. package/dist/esm/operations/usages.js +126 -0
  961. package/dist/esm/operations/usages.js.map +1 -0
  962. package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  963. package/dist/esm/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  964. package/dist/esm/operationsInterfaces/appResiliencyOperations.js +9 -0
  965. package/dist/esm/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  966. package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
  967. package/dist/esm/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
  968. package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js +9 -0
  969. package/dist/esm/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
  970. package/dist/esm/operationsInterfaces/billingMeters.d.ts +11 -0
  971. package/dist/esm/operationsInterfaces/billingMeters.d.ts.map +1 -0
  972. package/dist/esm/operationsInterfaces/billingMeters.js +9 -0
  973. package/dist/esm/operationsInterfaces/billingMeters.js.map +1 -0
  974. package/dist/esm/operationsInterfaces/buildAuthToken.d.ts +13 -0
  975. package/dist/esm/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  976. package/dist/esm/operationsInterfaces/buildAuthToken.js +9 -0
  977. package/dist/esm/operationsInterfaces/buildAuthToken.js.map +1 -0
  978. package/dist/esm/operationsInterfaces/builders.d.ts +71 -0
  979. package/dist/esm/operationsInterfaces/builders.d.ts.map +1 -0
  980. package/dist/esm/operationsInterfaces/builders.js +9 -0
  981. package/dist/esm/operationsInterfaces/builders.js.map +1 -0
  982. package/dist/esm/operationsInterfaces/builds.d.ts +48 -0
  983. package/dist/esm/operationsInterfaces/builds.d.ts.map +1 -0
  984. package/dist/esm/operationsInterfaces/builds.js +9 -0
  985. package/dist/esm/operationsInterfaces/builds.js.map +1 -0
  986. package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  987. package/dist/esm/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  988. package/dist/esm/operationsInterfaces/buildsByBuilderResource.js +9 -0
  989. package/dist/esm/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  990. package/dist/esm/operationsInterfaces/certificates.d.ts +46 -0
  991. package/dist/esm/operationsInterfaces/certificates.d.ts.map +1 -0
  992. package/dist/esm/operationsInterfaces/certificates.js +9 -0
  993. package/dist/esm/operationsInterfaces/certificates.js.map +1 -0
  994. package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts +70 -0
  995. package/dist/esm/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
  996. package/dist/esm/operationsInterfaces/connectedEnvironments.js +9 -0
  997. package/dist/esm/operationsInterfaces/connectedEnvironments.js.map +1 -0
  998. package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +72 -0
  999. package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
  1000. package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
  1001. package/dist/esm/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
  1002. package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +64 -0
  1003. package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  1004. package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
  1005. package/dist/esm/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
  1006. package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts +55 -0
  1007. package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
  1008. package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
  1009. package/dist/esm/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
  1010. package/dist/esm/operationsInterfaces/containerApps.d.ts +120 -0
  1011. package/dist/esm/operationsInterfaces/containerApps.d.ts.map +1 -0
  1012. package/dist/esm/operationsInterfaces/containerApps.js +9 -0
  1013. package/dist/esm/operationsInterfaces/containerApps.js.map +1 -0
  1014. package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
  1015. package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
  1016. package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js +9 -0
  1017. package/dist/esm/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
  1018. package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  1019. package/dist/esm/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  1020. package/dist/esm/operationsInterfaces/containerAppsBuilds.js +9 -0
  1021. package/dist/esm/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  1022. package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  1023. package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  1024. package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
  1025. package/dist/esm/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  1026. package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
  1027. package/dist/esm/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
  1028. package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js +9 -0
  1029. package/dist/esm/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
  1030. package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
  1031. package/dist/esm/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
  1032. package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js +9 -0
  1033. package/dist/esm/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
  1034. package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  1035. package/dist/esm/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  1036. package/dist/esm/operationsInterfaces/containerAppsPatches.js +9 -0
  1037. package/dist/esm/operationsInterfaces/containerAppsPatches.js.map +1 -0
  1038. package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
  1039. package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
  1040. package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js +9 -0
  1041. package/dist/esm/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
  1042. package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
  1043. package/dist/esm/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
  1044. package/dist/esm/operationsInterfaces/containerAppsRevisions.js +9 -0
  1045. package/dist/esm/operationsInterfaces/containerAppsRevisions.js.map +1 -0
  1046. package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
  1047. package/dist/esm/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
  1048. package/dist/esm/operationsInterfaces/containerAppsSessionPools.js +9 -0
  1049. package/dist/esm/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
  1050. package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
  1051. package/dist/esm/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
  1052. package/dist/esm/operationsInterfaces/containerAppsSourceControls.js +9 -0
  1053. package/dist/esm/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
  1054. package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  1055. package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  1056. package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
  1057. package/dist/esm/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  1058. package/dist/esm/operationsInterfaces/daprComponents.d.ts +46 -0
  1059. package/dist/esm/operationsInterfaces/daprComponents.d.ts.map +1 -0
  1060. package/dist/esm/operationsInterfaces/daprComponents.js +9 -0
  1061. package/dist/esm/operationsInterfaces/daprComponents.js.map +1 -0
  1062. package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  1063. package/dist/esm/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  1064. package/dist/esm/operationsInterfaces/daprSubscriptions.js +9 -0
  1065. package/dist/esm/operationsInterfaces/daprSubscriptions.js.map +1 -0
  1066. package/dist/esm/operationsInterfaces/dotNetComponents.d.ts +74 -0
  1067. package/dist/esm/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  1068. package/dist/esm/operationsInterfaces/dotNetComponents.js +9 -0
  1069. package/dist/esm/operationsInterfaces/dotNetComponents.js.map +1 -0
  1070. package/dist/esm/operationsInterfaces/functionsExtension.d.ts +14 -0
  1071. package/dist/esm/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  1072. package/dist/esm/operationsInterfaces/functionsExtension.js +9 -0
  1073. package/dist/esm/operationsInterfaces/functionsExtension.js.map +1 -0
  1074. package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
  1075. package/dist/esm/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
  1076. package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js +9 -0
  1077. package/dist/esm/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
  1078. package/dist/esm/operationsInterfaces/index.d.ts +46 -0
  1079. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  1080. package/dist/esm/operationsInterfaces/index.js +53 -0
  1081. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  1082. package/dist/esm/operationsInterfaces/javaComponents.d.ts +74 -0
  1083. package/dist/esm/operationsInterfaces/javaComponents.d.ts.map +1 -0
  1084. package/dist/esm/operationsInterfaces/javaComponents.js +9 -0
  1085. package/dist/esm/operationsInterfaces/javaComponents.js.map +1 -0
  1086. package/dist/esm/operationsInterfaces/jobs.d.ts +173 -0
  1087. package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
  1088. package/dist/esm/operationsInterfaces/jobs.js +9 -0
  1089. package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
  1090. package/dist/esm/operationsInterfaces/jobsExecutions.d.ts +13 -0
  1091. package/dist/esm/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
  1092. package/dist/esm/operationsInterfaces/jobsExecutions.js +9 -0
  1093. package/dist/esm/operationsInterfaces/jobsExecutions.js.map +1 -0
  1094. package/dist/esm/operationsInterfaces/logicApps.d.ts +74 -0
  1095. package/dist/esm/operationsInterfaces/logicApps.d.ts.map +1 -0
  1096. package/dist/esm/operationsInterfaces/logicApps.js +9 -0
  1097. package/dist/esm/operationsInterfaces/logicApps.js.map +1 -0
  1098. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
  1099. package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
  1100. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js +9 -0
  1101. package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
  1102. package/dist/esm/operationsInterfaces/managedCertificates.d.ts +55 -0
  1103. package/dist/esm/operationsInterfaces/managedCertificates.d.ts.map +1 -0
  1104. package/dist/esm/operationsInterfaces/managedCertificates.js +9 -0
  1105. package/dist/esm/operationsInterfaces/managedCertificates.js.map +1 -0
  1106. package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
  1107. package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
  1108. package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
  1109. package/dist/esm/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
  1110. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  1111. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  1112. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
  1113. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  1114. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  1115. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  1116. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
  1117. package/dist/esm/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  1118. package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
  1119. package/dist/esm/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
  1120. package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js +9 -0
  1121. package/dist/esm/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
  1122. package/dist/esm/operationsInterfaces/managedEnvironments.d.ts +85 -0
  1123. package/dist/esm/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
  1124. package/dist/esm/operationsInterfaces/managedEnvironments.js +9 -0
  1125. package/dist/esm/operationsInterfaces/managedEnvironments.js.map +1 -0
  1126. package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
  1127. package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  1128. package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
  1129. package/dist/esm/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
  1130. package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
  1131. package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
  1132. package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js +9 -0
  1133. package/dist/esm/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
  1134. package/dist/esm/operationsInterfaces/namespaces.d.ts +13 -0
  1135. package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
  1136. package/dist/esm/operationsInterfaces/namespaces.js +9 -0
  1137. package/dist/esm/operationsInterfaces/namespaces.js.map +1 -0
  1138. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  1139. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  1140. package/dist/esm/operationsInterfaces/operations.js +9 -0
  1141. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  1142. package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
  1143. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  1144. package/dist/esm/operationsInterfaces/usages.js +9 -0
  1145. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  1146. package/dist/esm/package.json +3 -0
  1147. package/dist/esm/pagingHelper.d.ts +13 -0
  1148. package/dist/esm/pagingHelper.d.ts.map +1 -0
  1149. package/dist/esm/pagingHelper.js +30 -0
  1150. package/dist/esm/pagingHelper.js.map +1 -0
  1151. package/dist/react-native/containerAppsAPIClient.d.ts +77 -0
  1152. package/dist/react-native/containerAppsAPIClient.d.ts.map +1 -0
  1153. package/dist/react-native/containerAppsAPIClient.js +252 -0
  1154. package/dist/react-native/containerAppsAPIClient.js.map +1 -0
  1155. package/dist/react-native/index.d.ts +5 -0
  1156. package/dist/react-native/index.d.ts.map +1 -0
  1157. package/dist/react-native/index.js +13 -0
  1158. package/dist/react-native/index.js.map +1 -0
  1159. package/dist/react-native/lroImpl.d.ts +11 -0
  1160. package/dist/react-native/lroImpl.d.ts.map +1 -0
  1161. package/dist/react-native/lroImpl.js +25 -0
  1162. package/dist/react-native/lroImpl.js.map +1 -0
  1163. package/dist/react-native/models/index.d.ts +6806 -0
  1164. package/dist/react-native/models/index.d.ts.map +1 -0
  1165. package/dist/react-native/models/index.js +772 -0
  1166. package/dist/react-native/models/index.js.map +1 -0
  1167. package/dist/react-native/models/mappers.d.ts +374 -0
  1168. package/dist/react-native/models/mappers.d.ts.map +1 -0
  1169. package/dist/react-native/models/mappers.js +11388 -0
  1170. package/dist/react-native/models/mappers.js.map +1 -0
  1171. package/dist/react-native/models/parameters.d.ts +89 -0
  1172. package/dist/react-native/models/parameters.d.ts.map +1 -0
  1173. package/dist/react-native/models/parameters.js +754 -0
  1174. package/dist/react-native/models/parameters.js.map +1 -0
  1175. package/dist/react-native/operations/appResiliencyOperations.d.ts +72 -0
  1176. package/dist/react-native/operations/appResiliencyOperations.d.ts.map +1 -0
  1177. package/dist/react-native/operations/appResiliencyOperations.js +269 -0
  1178. package/dist/react-native/operations/appResiliencyOperations.js.map +1 -0
  1179. package/dist/react-native/operations/availableWorkloadProfiles.d.ts +35 -0
  1180. package/dist/react-native/operations/availableWorkloadProfiles.d.ts.map +1 -0
  1181. package/dist/react-native/operations/availableWorkloadProfiles.js +124 -0
  1182. package/dist/react-native/operations/availableWorkloadProfiles.js.map +1 -0
  1183. package/dist/react-native/operations/billingMeters.d.ts +19 -0
  1184. package/dist/react-native/operations/billingMeters.d.ts.map +1 -0
  1185. package/dist/react-native/operations/billingMeters.js +48 -0
  1186. package/dist/react-native/operations/billingMeters.js.map +1 -0
  1187. package/dist/react-native/operations/buildAuthToken.d.ts +21 -0
  1188. package/dist/react-native/operations/buildAuthToken.d.ts.map +1 -0
  1189. package/dist/react-native/operations/buildAuthToken.js +56 -0
  1190. package/dist/react-native/operations/buildAuthToken.js.map +1 -0
  1191. package/dist/react-native/operations/builders.d.ts +107 -0
  1192. package/dist/react-native/operations/builders.d.ts.map +1 -0
  1193. package/dist/react-native/operations/builders.js +515 -0
  1194. package/dist/react-native/operations/builders.js.map +1 -0
  1195. package/dist/react-native/operations/builds.d.ts +56 -0
  1196. package/dist/react-native/operations/builds.d.ts.map +1 -0
  1197. package/dist/react-native/operations/builds.js +248 -0
  1198. package/dist/react-native/operations/builds.js.map +1 -0
  1199. package/dist/react-native/operations/buildsByBuilderResource.d.ts +38 -0
  1200. package/dist/react-native/operations/buildsByBuilderResource.d.ts.map +1 -0
  1201. package/dist/react-native/operations/buildsByBuilderResource.js +133 -0
  1202. package/dist/react-native/operations/buildsByBuilderResource.js.map +1 -0
  1203. package/dist/react-native/operations/certificates.d.ts +71 -0
  1204. package/dist/react-native/operations/certificates.d.ts.map +1 -0
  1205. package/dist/react-native/operations/certificates.js +271 -0
  1206. package/dist/react-native/operations/certificates.js.map +1 -0
  1207. package/dist/react-native/operations/connectedEnvironments.d.ts +106 -0
  1208. package/dist/react-native/operations/connectedEnvironments.d.ts.map +1 -0
  1209. package/dist/react-native/operations/connectedEnvironments.js +491 -0
  1210. package/dist/react-native/operations/connectedEnvironments.js.map +1 -0
  1211. package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts +97 -0
  1212. package/dist/react-native/operations/connectedEnvironmentsCertificates.d.ts.map +1 -0
  1213. package/dist/react-native/operations/connectedEnvironmentsCertificates.js +459 -0
  1214. package/dist/react-native/operations/connectedEnvironmentsCertificates.js.map +1 -0
  1215. package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts +89 -0
  1216. package/dist/react-native/operations/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  1217. package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js +394 -0
  1218. package/dist/react-native/operations/connectedEnvironmentsDaprComponents.js.map +1 -0
  1219. package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts +63 -0
  1220. package/dist/react-native/operations/connectedEnvironmentsStorages.d.ts.map +1 -0
  1221. package/dist/react-native/operations/connectedEnvironmentsStorages.js +283 -0
  1222. package/dist/react-native/operations/connectedEnvironmentsStorages.js.map +1 -0
  1223. package/dist/react-native/operations/containerApps.d.ts +156 -0
  1224. package/dist/react-native/operations/containerApps.d.ts.map +1 -0
  1225. package/dist/react-native/operations/containerApps.js +786 -0
  1226. package/dist/react-native/operations/containerApps.js.map +1 -0
  1227. package/dist/react-native/operations/containerAppsAuthConfigs.d.ts +63 -0
  1228. package/dist/react-native/operations/containerAppsAuthConfigs.d.ts.map +1 -0
  1229. package/dist/react-native/operations/containerAppsAuthConfigs.js +237 -0
  1230. package/dist/react-native/operations/containerAppsAuthConfigs.js.map +1 -0
  1231. package/dist/react-native/operations/containerAppsBuilds.d.ts +38 -0
  1232. package/dist/react-native/operations/containerAppsBuilds.d.ts.map +1 -0
  1233. package/dist/react-native/operations/containerAppsBuilds.js +148 -0
  1234. package/dist/react-native/operations/containerAppsBuilds.js.map +1 -0
  1235. package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts +38 -0
  1236. package/dist/react-native/operations/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  1237. package/dist/react-native/operations/containerAppsBuildsByContainerApp.js +133 -0
  1238. package/dist/react-native/operations/containerAppsBuildsByContainerApp.js.map +1 -0
  1239. package/dist/react-native/operations/containerAppsDiagnostics.d.ts +85 -0
  1240. package/dist/react-native/operations/containerAppsDiagnostics.d.ts.map +1 -0
  1241. package/dist/react-native/operations/containerAppsDiagnostics.js +337 -0
  1242. package/dist/react-native/operations/containerAppsDiagnostics.js.map +1 -0
  1243. package/dist/react-native/operations/containerAppsLabelHistory.d.ts +54 -0
  1244. package/dist/react-native/operations/containerAppsLabelHistory.d.ts.map +1 -0
  1245. package/dist/react-native/operations/containerAppsLabelHistory.js +196 -0
  1246. package/dist/react-native/operations/containerAppsLabelHistory.js.map +1 -0
  1247. package/dist/react-native/operations/containerAppsPatches.d.ts +97 -0
  1248. package/dist/react-native/operations/containerAppsPatches.d.ts.map +1 -0
  1249. package/dist/react-native/operations/containerAppsPatches.js +447 -0
  1250. package/dist/react-native/operations/containerAppsPatches.js.map +1 -0
  1251. package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts +30 -0
  1252. package/dist/react-native/operations/containerAppsRevisionReplicas.d.ts.map +1 -0
  1253. package/dist/react-native/operations/containerAppsRevisionReplicas.js +96 -0
  1254. package/dist/react-native/operations/containerAppsRevisionReplicas.js.map +1 -0
  1255. package/dist/react-native/operations/containerAppsRevisions.d.ts +70 -0
  1256. package/dist/react-native/operations/containerAppsRevisions.d.ts.map +1 -0
  1257. package/dist/react-native/operations/containerAppsRevisions.js +255 -0
  1258. package/dist/react-native/operations/containerAppsRevisions.js.map +1 -0
  1259. package/dist/react-native/operations/containerAppsSessionPools.d.ts +107 -0
  1260. package/dist/react-native/operations/containerAppsSessionPools.d.ts.map +1 -0
  1261. package/dist/react-native/operations/containerAppsSessionPools.js +525 -0
  1262. package/dist/react-native/operations/containerAppsSessionPools.js.map +1 -0
  1263. package/dist/react-native/operations/containerAppsSourceControls.d.ts +81 -0
  1264. package/dist/react-native/operations/containerAppsSourceControls.d.ts.map +1 -0
  1265. package/dist/react-native/operations/containerAppsSourceControls.js +351 -0
  1266. package/dist/react-native/operations/containerAppsSourceControls.js.map +1 -0
  1267. package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts +70 -0
  1268. package/dist/react-native/operations/daprComponentResiliencyPolicies.d.ts.map +1 -0
  1269. package/dist/react-native/operations/daprComponentResiliencyPolicies.js +253 -0
  1270. package/dist/react-native/operations/daprComponentResiliencyPolicies.js.map +1 -0
  1271. package/dist/react-native/operations/daprComponents.d.ts +71 -0
  1272. package/dist/react-native/operations/daprComponents.d.ts.map +1 -0
  1273. package/dist/react-native/operations/daprComponents.js +269 -0
  1274. package/dist/react-native/operations/daprComponents.js.map +1 -0
  1275. package/dist/react-native/operations/daprSubscriptions.d.ts +63 -0
  1276. package/dist/react-native/operations/daprSubscriptions.d.ts.map +1 -0
  1277. package/dist/react-native/operations/daprSubscriptions.js +240 -0
  1278. package/dist/react-native/operations/daprSubscriptions.js.map +1 -0
  1279. package/dist/react-native/operations/dotNetComponents.d.ts +99 -0
  1280. package/dist/react-native/operations/dotNetComponents.d.ts.map +1 -0
  1281. package/dist/react-native/operations/dotNetComponents.js +456 -0
  1282. package/dist/react-native/operations/dotNetComponents.js.map +1 -0
  1283. package/dist/react-native/operations/functionsExtension.d.ts +22 -0
  1284. package/dist/react-native/operations/functionsExtension.d.ts.map +1 -0
  1285. package/dist/react-native/operations/functionsExtension.js +64 -0
  1286. package/dist/react-native/operations/functionsExtension.js.map +1 -0
  1287. package/dist/react-native/operations/httpRouteConfigOperations.d.ts +71 -0
  1288. package/dist/react-native/operations/httpRouteConfigOperations.d.ts.map +1 -0
  1289. package/dist/react-native/operations/httpRouteConfigOperations.js +274 -0
  1290. package/dist/react-native/operations/httpRouteConfigOperations.js.map +1 -0
  1291. package/dist/react-native/operations/index.d.ts +46 -0
  1292. package/dist/react-native/operations/index.d.ts.map +1 -0
  1293. package/dist/react-native/operations/index.js +53 -0
  1294. package/dist/react-native/operations/index.js.map +1 -0
  1295. package/dist/react-native/operations/javaComponents.d.ts +99 -0
  1296. package/dist/react-native/operations/javaComponents.d.ts.map +1 -0
  1297. package/dist/react-native/operations/javaComponents.js +456 -0
  1298. package/dist/react-native/operations/javaComponents.js.map +1 -0
  1299. package/dist/react-native/operations/jobs.d.ts +226 -0
  1300. package/dist/react-native/operations/jobs.d.ts.map +1 -0
  1301. package/dist/react-native/operations/jobs.js +1139 -0
  1302. package/dist/react-native/operations/jobs.js.map +1 -0
  1303. package/dist/react-native/operations/jobsExecutions.d.ts +38 -0
  1304. package/dist/react-native/operations/jobsExecutions.d.ts.map +1 -0
  1305. package/dist/react-native/operations/jobsExecutions.js +133 -0
  1306. package/dist/react-native/operations/jobsExecutions.js.map +1 -0
  1307. package/dist/react-native/operations/logicApps.d.ts +101 -0
  1308. package/dist/react-native/operations/logicApps.d.ts.map +1 -0
  1309. package/dist/react-native/operations/logicApps.js +390 -0
  1310. package/dist/react-native/operations/logicApps.js.map +1 -0
  1311. package/dist/react-native/operations/maintenanceConfigurations.d.ts +64 -0
  1312. package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +1 -0
  1313. package/dist/react-native/operations/maintenanceConfigurations.js +241 -0
  1314. package/dist/react-native/operations/maintenanceConfigurations.js.map +1 -0
  1315. package/dist/react-native/operations/managedCertificates.d.ts +80 -0
  1316. package/dist/react-native/operations/managedCertificates.d.ts.map +1 -0
  1317. package/dist/react-native/operations/managedCertificates.js +339 -0
  1318. package/dist/react-native/operations/managedCertificates.js.map +1 -0
  1319. package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts +28 -0
  1320. package/dist/react-native/operations/managedEnvironmentDiagnostics.d.ts.map +1 -0
  1321. package/dist/react-native/operations/managedEnvironmentDiagnostics.js +86 -0
  1322. package/dist/react-native/operations/managedEnvironmentDiagnostics.js.map +1 -0
  1323. package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts +86 -0
  1324. package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  1325. package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js +370 -0
  1326. package/dist/react-native/operations/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  1327. package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts +38 -0
  1328. package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  1329. package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js +133 -0
  1330. package/dist/react-native/operations/managedEnvironmentPrivateLinkResources.js.map +1 -0
  1331. package/dist/react-native/operations/managedEnvironmentUsages.d.ts +38 -0
  1332. package/dist/react-native/operations/managedEnvironmentUsages.d.ts.map +1 -0
  1333. package/dist/react-native/operations/managedEnvironmentUsages.js +133 -0
  1334. package/dist/react-native/operations/managedEnvironmentUsages.js.map +1 -0
  1335. package/dist/react-native/operations/managedEnvironments.d.ts +139 -0
  1336. package/dist/react-native/operations/managedEnvironments.d.ts.map +1 -0
  1337. package/dist/react-native/operations/managedEnvironments.js +652 -0
  1338. package/dist/react-native/operations/managedEnvironments.js.map +1 -0
  1339. package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts +20 -0
  1340. package/dist/react-native/operations/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  1341. package/dist/react-native/operations/managedEnvironmentsDiagnostics.js +54 -0
  1342. package/dist/react-native/operations/managedEnvironmentsDiagnostics.js.map +1 -0
  1343. package/dist/react-native/operations/managedEnvironmentsStorages.d.ts +45 -0
  1344. package/dist/react-native/operations/managedEnvironmentsStorages.d.ts.map +1 -0
  1345. package/dist/react-native/operations/managedEnvironmentsStorages.js +161 -0
  1346. package/dist/react-native/operations/managedEnvironmentsStorages.js.map +1 -0
  1347. package/dist/react-native/operations/namespaces.d.ts +21 -0
  1348. package/dist/react-native/operations/namespaces.d.ts.map +1 -0
  1349. package/dist/react-native/operations/namespaces.js +62 -0
  1350. package/dist/react-native/operations/namespaces.js.map +1 -0
  1351. package/dist/react-native/operations/operations.d.ts +32 -0
  1352. package/dist/react-native/operations/operations.d.ts.map +1 -0
  1353. package/dist/react-native/operations/operations.js +116 -0
  1354. package/dist/react-native/operations/operations.js.map +1 -0
  1355. package/dist/react-native/operations/usages.d.ts +37 -0
  1356. package/dist/react-native/operations/usages.d.ts.map +1 -0
  1357. package/dist/react-native/operations/usages.js +126 -0
  1358. package/dist/react-native/operations/usages.js.map +1 -0
  1359. package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts +47 -0
  1360. package/dist/react-native/operationsInterfaces/appResiliencyOperations.d.ts.map +1 -0
  1361. package/dist/react-native/operationsInterfaces/appResiliencyOperations.js +9 -0
  1362. package/dist/react-native/operationsInterfaces/appResiliencyOperations.js.map +1 -0
  1363. package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts +12 -0
  1364. package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.d.ts.map +1 -0
  1365. package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js +9 -0
  1366. package/dist/react-native/operationsInterfaces/availableWorkloadProfiles.js.map +1 -0
  1367. package/dist/react-native/operationsInterfaces/billingMeters.d.ts +11 -0
  1368. package/dist/react-native/operationsInterfaces/billingMeters.d.ts.map +1 -0
  1369. package/dist/react-native/operationsInterfaces/billingMeters.js +9 -0
  1370. package/dist/react-native/operationsInterfaces/billingMeters.js.map +1 -0
  1371. package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts +13 -0
  1372. package/dist/react-native/operationsInterfaces/buildAuthToken.d.ts.map +1 -0
  1373. package/dist/react-native/operationsInterfaces/buildAuthToken.js +9 -0
  1374. package/dist/react-native/operationsInterfaces/buildAuthToken.js.map +1 -0
  1375. package/dist/react-native/operationsInterfaces/builders.d.ts +71 -0
  1376. package/dist/react-native/operationsInterfaces/builders.d.ts.map +1 -0
  1377. package/dist/react-native/operationsInterfaces/builders.js +9 -0
  1378. package/dist/react-native/operationsInterfaces/builders.js.map +1 -0
  1379. package/dist/react-native/operationsInterfaces/builds.d.ts +48 -0
  1380. package/dist/react-native/operationsInterfaces/builds.d.ts.map +1 -0
  1381. package/dist/react-native/operationsInterfaces/builds.js +9 -0
  1382. package/dist/react-native/operationsInterfaces/builds.js.map +1 -0
  1383. package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts +13 -0
  1384. package/dist/react-native/operationsInterfaces/buildsByBuilderResource.d.ts.map +1 -0
  1385. package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js +9 -0
  1386. package/dist/react-native/operationsInterfaces/buildsByBuilderResource.js.map +1 -0
  1387. package/dist/react-native/operationsInterfaces/certificates.d.ts +46 -0
  1388. package/dist/react-native/operationsInterfaces/certificates.d.ts.map +1 -0
  1389. package/dist/react-native/operationsInterfaces/certificates.js +9 -0
  1390. package/dist/react-native/operationsInterfaces/certificates.js.map +1 -0
  1391. package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts +70 -0
  1392. package/dist/react-native/operationsInterfaces/connectedEnvironments.d.ts.map +1 -0
  1393. package/dist/react-native/operationsInterfaces/connectedEnvironments.js +9 -0
  1394. package/dist/react-native/operationsInterfaces/connectedEnvironments.js.map +1 -0
  1395. package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +72 -0
  1396. package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +1 -0
  1397. package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js +9 -0
  1398. package/dist/react-native/operationsInterfaces/connectedEnvironmentsCertificates.js.map +1 -0
  1399. package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +64 -0
  1400. package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +1 -0
  1401. package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js +9 -0
  1402. package/dist/react-native/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +1 -0
  1403. package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts +55 -0
  1404. package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +1 -0
  1405. package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js +9 -0
  1406. package/dist/react-native/operationsInterfaces/connectedEnvironmentsStorages.js.map +1 -0
  1407. package/dist/react-native/operationsInterfaces/containerApps.d.ts +120 -0
  1408. package/dist/react-native/operationsInterfaces/containerApps.d.ts.map +1 -0
  1409. package/dist/react-native/operationsInterfaces/containerApps.js +9 -0
  1410. package/dist/react-native/operationsInterfaces/containerApps.js.map +1 -0
  1411. package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts +38 -0
  1412. package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +1 -0
  1413. package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js +9 -0
  1414. package/dist/react-native/operationsInterfaces/containerAppsAuthConfigs.js.map +1 -0
  1415. package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts +30 -0
  1416. package/dist/react-native/operationsInterfaces/containerAppsBuilds.d.ts.map +1 -0
  1417. package/dist/react-native/operationsInterfaces/containerAppsBuilds.js +9 -0
  1418. package/dist/react-native/operationsInterfaces/containerAppsBuilds.js.map +1 -0
  1419. package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +13 -0
  1420. package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +1 -0
  1421. package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js +9 -0
  1422. package/dist/react-native/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +1 -0
  1423. package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts +43 -0
  1424. package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.d.ts.map +1 -0
  1425. package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js +9 -0
  1426. package/dist/react-native/operationsInterfaces/containerAppsDiagnostics.js.map +1 -0
  1427. package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts +29 -0
  1428. package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.d.ts.map +1 -0
  1429. package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js +9 -0
  1430. package/dist/react-native/operationsInterfaces/containerAppsLabelHistory.js.map +1 -0
  1431. package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts +72 -0
  1432. package/dist/react-native/operationsInterfaces/containerAppsPatches.d.ts.map +1 -0
  1433. package/dist/react-native/operationsInterfaces/containerAppsPatches.js +9 -0
  1434. package/dist/react-native/operationsInterfaces/containerAppsPatches.js.map +1 -0
  1435. package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts +22 -0
  1436. package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +1 -0
  1437. package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js +9 -0
  1438. package/dist/react-native/operationsInterfaces/containerAppsRevisionReplicas.js.map +1 -0
  1439. package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts +45 -0
  1440. package/dist/react-native/operationsInterfaces/containerAppsRevisions.d.ts.map +1 -0
  1441. package/dist/react-native/operationsInterfaces/containerAppsRevisions.js +9 -0
  1442. package/dist/react-native/operationsInterfaces/containerAppsRevisions.js.map +1 -0
  1443. package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts +71 -0
  1444. package/dist/react-native/operationsInterfaces/containerAppsSessionPools.d.ts.map +1 -0
  1445. package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js +9 -0
  1446. package/dist/react-native/operationsInterfaces/containerAppsSessionPools.js.map +1 -0
  1447. package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts +56 -0
  1448. package/dist/react-native/operationsInterfaces/containerAppsSourceControls.d.ts.map +1 -0
  1449. package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js +9 -0
  1450. package/dist/react-native/operationsInterfaces/containerAppsSourceControls.js.map +1 -0
  1451. package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +43 -0
  1452. package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +1 -0
  1453. package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js +9 -0
  1454. package/dist/react-native/operationsInterfaces/daprComponentResiliencyPolicies.js.map +1 -0
  1455. package/dist/react-native/operationsInterfaces/daprComponents.d.ts +46 -0
  1456. package/dist/react-native/operationsInterfaces/daprComponents.d.ts.map +1 -0
  1457. package/dist/react-native/operationsInterfaces/daprComponents.js +9 -0
  1458. package/dist/react-native/operationsInterfaces/daprComponents.js.map +1 -0
  1459. package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts +38 -0
  1460. package/dist/react-native/operationsInterfaces/daprSubscriptions.d.ts.map +1 -0
  1461. package/dist/react-native/operationsInterfaces/daprSubscriptions.js +9 -0
  1462. package/dist/react-native/operationsInterfaces/daprSubscriptions.js.map +1 -0
  1463. package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts +74 -0
  1464. package/dist/react-native/operationsInterfaces/dotNetComponents.d.ts.map +1 -0
  1465. package/dist/react-native/operationsInterfaces/dotNetComponents.js +9 -0
  1466. package/dist/react-native/operationsInterfaces/dotNetComponents.js.map +1 -0
  1467. package/dist/react-native/operationsInterfaces/functionsExtension.d.ts +14 -0
  1468. package/dist/react-native/operationsInterfaces/functionsExtension.d.ts.map +1 -0
  1469. package/dist/react-native/operationsInterfaces/functionsExtension.js +9 -0
  1470. package/dist/react-native/operationsInterfaces/functionsExtension.js.map +1 -0
  1471. package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts +46 -0
  1472. package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.d.ts.map +1 -0
  1473. package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js +9 -0
  1474. package/dist/react-native/operationsInterfaces/httpRouteConfigOperations.js.map +1 -0
  1475. package/dist/react-native/operationsInterfaces/index.d.ts +46 -0
  1476. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  1477. package/dist/react-native/operationsInterfaces/index.js +53 -0
  1478. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  1479. package/dist/react-native/operationsInterfaces/javaComponents.d.ts +74 -0
  1480. package/dist/react-native/operationsInterfaces/javaComponents.d.ts.map +1 -0
  1481. package/dist/react-native/operationsInterfaces/javaComponents.js +9 -0
  1482. package/dist/react-native/operationsInterfaces/javaComponents.js.map +1 -0
  1483. package/dist/react-native/operationsInterfaces/jobs.d.ts +173 -0
  1484. package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
  1485. package/dist/react-native/operationsInterfaces/jobs.js +9 -0
  1486. package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
  1487. package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts +13 -0
  1488. package/dist/react-native/operationsInterfaces/jobsExecutions.d.ts.map +1 -0
  1489. package/dist/react-native/operationsInterfaces/jobsExecutions.js +9 -0
  1490. package/dist/react-native/operationsInterfaces/jobsExecutions.js.map +1 -0
  1491. package/dist/react-native/operationsInterfaces/logicApps.d.ts +74 -0
  1492. package/dist/react-native/operationsInterfaces/logicApps.d.ts.map +1 -0
  1493. package/dist/react-native/operationsInterfaces/logicApps.js +9 -0
  1494. package/dist/react-native/operationsInterfaces/logicApps.js.map +1 -0
  1495. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +39 -0
  1496. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -0
  1497. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js +9 -0
  1498. package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +1 -0
  1499. package/dist/react-native/operationsInterfaces/managedCertificates.d.ts +55 -0
  1500. package/dist/react-native/operationsInterfaces/managedCertificates.d.ts.map +1 -0
  1501. package/dist/react-native/operationsInterfaces/managedCertificates.js +9 -0
  1502. package/dist/react-native/operationsInterfaces/managedCertificates.js.map +1 -0
  1503. package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +20 -0
  1504. package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +1 -0
  1505. package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js +9 -0
  1506. package/dist/react-native/operationsInterfaces/managedEnvironmentDiagnostics.js.map +1 -0
  1507. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +61 -0
  1508. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +1 -0
  1509. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +9 -0
  1510. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +1 -0
  1511. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +13 -0
  1512. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +1 -0
  1513. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +9 -0
  1514. package/dist/react-native/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +1 -0
  1515. package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts +13 -0
  1516. package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.d.ts.map +1 -0
  1517. package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js +9 -0
  1518. package/dist/react-native/operationsInterfaces/managedEnvironmentUsages.js.map +1 -0
  1519. package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts +85 -0
  1520. package/dist/react-native/operationsInterfaces/managedEnvironments.d.ts.map +1 -0
  1521. package/dist/react-native/operationsInterfaces/managedEnvironments.js +9 -0
  1522. package/dist/react-native/operationsInterfaces/managedEnvironments.js.map +1 -0
  1523. package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +12 -0
  1524. package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +1 -0
  1525. package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js +9 -0
  1526. package/dist/react-native/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +1 -0
  1527. package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts +37 -0
  1528. package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +1 -0
  1529. package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js +9 -0
  1530. package/dist/react-native/operationsInterfaces/managedEnvironmentsStorages.js.map +1 -0
  1531. package/dist/react-native/operationsInterfaces/namespaces.d.ts +13 -0
  1532. package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
  1533. package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
  1534. package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -0
  1535. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  1536. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  1537. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  1538. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  1539. package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
  1540. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  1541. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  1542. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  1543. package/dist/react-native/package.json +3 -0
  1544. package/dist/react-native/pagingHelper.d.ts +13 -0
  1545. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  1546. package/dist/react-native/pagingHelper.js +30 -0
  1547. package/dist/react-native/pagingHelper.js.map +1 -0
  1548. package/package.json +76 -58
  1549. package/CHANGELOG.md +0 -1036
  1550. package/dist/index.js +0 -24080
  1551. package/dist/index.js.map +0 -1
  1552. package/dist/index.min.js +0 -1
  1553. package/dist/index.min.js.map +0 -1
  1554. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts +0 -2
  1555. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.d.ts.map +0 -1
  1556. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js +0 -71
  1557. package/dist-esm/samples-dev/appResiliencyCreateOrUpdateSample.js.map +0 -1
  1558. package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts +0 -2
  1559. package/dist-esm/samples-dev/appResiliencyDeleteSample.d.ts.map +0 -1
  1560. package/dist-esm/samples-dev/appResiliencyDeleteSample.js +0 -40
  1561. package/dist-esm/samples-dev/appResiliencyDeleteSample.js.map +0 -1
  1562. package/dist-esm/samples-dev/appResiliencyGetSample.d.ts +0 -2
  1563. package/dist-esm/samples-dev/appResiliencyGetSample.d.ts.map +0 -1
  1564. package/dist-esm/samples-dev/appResiliencyGetSample.js +0 -40
  1565. package/dist-esm/samples-dev/appResiliencyGetSample.js.map +0 -1
  1566. package/dist-esm/samples-dev/appResiliencyListSample.d.ts +0 -2
  1567. package/dist-esm/samples-dev/appResiliencyListSample.d.ts.map +0 -1
  1568. package/dist-esm/samples-dev/appResiliencyListSample.js +0 -55
  1569. package/dist-esm/samples-dev/appResiliencyListSample.js.map +0 -1
  1570. package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts +0 -2
  1571. package/dist-esm/samples-dev/appResiliencyUpdateSample.d.ts.map +0 -1
  1572. package/dist-esm/samples-dev/appResiliencyUpdateSample.js +0 -46
  1573. package/dist-esm/samples-dev/appResiliencyUpdateSample.js.map +0 -1
  1574. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts +0 -2
  1575. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.d.ts.map +0 -1
  1576. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js +0 -54
  1577. package/dist-esm/samples-dev/availableWorkloadProfilesGetSample.js.map +0 -1
  1578. package/dist-esm/samples-dev/billingMetersGetSample.d.ts +0 -2
  1579. package/dist-esm/samples-dev/billingMetersGetSample.d.ts.map +0 -1
  1580. package/dist-esm/samples-dev/billingMetersGetSample.js +0 -38
  1581. package/dist-esm/samples-dev/billingMetersGetSample.js.map +0 -1
  1582. package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts +0 -2
  1583. package/dist-esm/samples-dev/buildAuthTokenListSample.d.ts.map +0 -1
  1584. package/dist-esm/samples-dev/buildAuthTokenListSample.js +0 -40
  1585. package/dist-esm/samples-dev/buildAuthTokenListSample.js.map +0 -1
  1586. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts +0 -2
  1587. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.d.ts.map +0 -1
  1588. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js +0 -60
  1589. package/dist-esm/samples-dev/buildersCreateOrUpdateSample.js.map +0 -1
  1590. package/dist-esm/samples-dev/buildersDeleteSample.d.ts +0 -2
  1591. package/dist-esm/samples-dev/buildersDeleteSample.d.ts.map +0 -1
  1592. package/dist-esm/samples-dev/buildersDeleteSample.js +0 -39
  1593. package/dist-esm/samples-dev/buildersDeleteSample.js.map +0 -1
  1594. package/dist-esm/samples-dev/buildersGetSample.d.ts +0 -2
  1595. package/dist-esm/samples-dev/buildersGetSample.d.ts.map +0 -1
  1596. package/dist-esm/samples-dev/buildersGetSample.js +0 -39
  1597. package/dist-esm/samples-dev/buildersGetSample.js.map +0 -1
  1598. package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts +0 -2
  1599. package/dist-esm/samples-dev/buildersListByResourceGroupSample.d.ts.map +0 -1
  1600. package/dist-esm/samples-dev/buildersListByResourceGroupSample.js +0 -54
  1601. package/dist-esm/samples-dev/buildersListByResourceGroupSample.js.map +0 -1
  1602. package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts +0 -2
  1603. package/dist-esm/samples-dev/buildersListBySubscriptionSample.d.ts.map +0 -1
  1604. package/dist-esm/samples-dev/buildersListBySubscriptionSample.js +0 -53
  1605. package/dist-esm/samples-dev/buildersListBySubscriptionSample.js.map +0 -1
  1606. package/dist-esm/samples-dev/buildersUpdateSample.d.ts +0 -2
  1607. package/dist-esm/samples-dev/buildersUpdateSample.d.ts.map +0 -1
  1608. package/dist-esm/samples-dev/buildersUpdateSample.js +0 -42
  1609. package/dist-esm/samples-dev/buildersUpdateSample.js.map +0 -1
  1610. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts +0 -2
  1611. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.d.ts.map +0 -1
  1612. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js +0 -55
  1613. package/dist-esm/samples-dev/buildsByBuilderResourceListSample.js.map +0 -1
  1614. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts +0 -2
  1615. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.d.ts.map +0 -1
  1616. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js +0 -96
  1617. package/dist-esm/samples-dev/buildsCreateOrUpdateSample.js.map +0 -1
  1618. package/dist-esm/samples-dev/buildsDeleteSample.d.ts +0 -2
  1619. package/dist-esm/samples-dev/buildsDeleteSample.d.ts.map +0 -1
  1620. package/dist-esm/samples-dev/buildsDeleteSample.js +0 -40
  1621. package/dist-esm/samples-dev/buildsDeleteSample.js.map +0 -1
  1622. package/dist-esm/samples-dev/buildsGetSample.d.ts +0 -2
  1623. package/dist-esm/samples-dev/buildsGetSample.d.ts.map +0 -1
  1624. package/dist-esm/samples-dev/buildsGetSample.js +0 -40
  1625. package/dist-esm/samples-dev/buildsGetSample.js.map +0 -1
  1626. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.d.ts +0 -2
  1627. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.d.ts.map +0 -1
  1628. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js +0 -84
  1629. package/dist-esm/samples-dev/certificatesCreateOrUpdateSample.js.map +0 -1
  1630. package/dist-esm/samples-dev/certificatesDeleteSample.d.ts +0 -2
  1631. package/dist-esm/samples-dev/certificatesDeleteSample.d.ts.map +0 -1
  1632. package/dist-esm/samples-dev/certificatesDeleteSample.js +0 -40
  1633. package/dist-esm/samples-dev/certificatesDeleteSample.js.map +0 -1
  1634. package/dist-esm/samples-dev/certificatesGetSample.d.ts +0 -2
  1635. package/dist-esm/samples-dev/certificatesGetSample.d.ts.map +0 -1
  1636. package/dist-esm/samples-dev/certificatesGetSample.js +0 -40
  1637. package/dist-esm/samples-dev/certificatesGetSample.js.map +0 -1
  1638. package/dist-esm/samples-dev/certificatesListSample.d.ts +0 -2
  1639. package/dist-esm/samples-dev/certificatesListSample.d.ts.map +0 -1
  1640. package/dist-esm/samples-dev/certificatesListSample.js +0 -55
  1641. package/dist-esm/samples-dev/certificatesListSample.js.map +0 -1
  1642. package/dist-esm/samples-dev/certificatesUpdateSample.d.ts +0 -2
  1643. package/dist-esm/samples-dev/certificatesUpdateSample.d.ts.map +0 -1
  1644. package/dist-esm/samples-dev/certificatesUpdateSample.js +0 -43
  1645. package/dist-esm/samples-dev/certificatesUpdateSample.js.map +0 -1
  1646. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts +0 -2
  1647. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.d.ts.map +0 -1
  1648. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js +0 -48
  1649. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesCreateOrUpdateSample.js.map +0 -1
  1650. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts +0 -2
  1651. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.d.ts.map +0 -1
  1652. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js +0 -40
  1653. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesDeleteSample.js.map +0 -1
  1654. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts +0 -2
  1655. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.d.ts.map +0 -1
  1656. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js +0 -40
  1657. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesGetSample.js.map +0 -1
  1658. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts +0 -2
  1659. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.d.ts.map +0 -1
  1660. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js +0 -55
  1661. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesListSample.js.map +0 -1
  1662. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts +0 -2
  1663. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.d.ts.map +0 -1
  1664. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js +0 -43
  1665. package/dist-esm/samples-dev/connectedEnvironmentsCertificatesUpdateSample.js.map +0 -1
  1666. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts +0 -2
  1667. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.d.ts.map +0 -1
  1668. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js +0 -43
  1669. package/dist-esm/samples-dev/connectedEnvironmentsCheckNameAvailabilitySample.js.map +0 -1
  1670. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts +0 -2
  1671. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.d.ts.map +0 -1
  1672. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js +0 -49
  1673. package/dist-esm/samples-dev/connectedEnvironmentsCreateOrUpdateSample.js.map +0 -1
  1674. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts +0 -2
  1675. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.d.ts.map +0 -1
  1676. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js +0 -61
  1677. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsCreateOrUpdateSample.js.map +0 -1
  1678. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts +0 -2
  1679. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.d.ts.map +0 -1
  1680. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js +0 -40
  1681. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsDeleteSample.js.map +0 -1
  1682. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts +0 -2
  1683. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.d.ts.map +0 -1
  1684. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js +0 -40
  1685. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsGetSample.js.map +0 -1
  1686. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts +0 -2
  1687. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.d.ts.map +0 -1
  1688. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js +0 -55
  1689. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSample.js.map +0 -1
  1690. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts +0 -2
  1691. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.d.ts.map +0 -1
  1692. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js +0 -40
  1693. package/dist-esm/samples-dev/connectedEnvironmentsDaprComponentsListSecretsSample.js.map +0 -1
  1694. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts +0 -2
  1695. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.d.ts.map +0 -1
  1696. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js +0 -39
  1697. package/dist-esm/samples-dev/connectedEnvironmentsDeleteSample.js.map +0 -1
  1698. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts +0 -2
  1699. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.d.ts.map +0 -1
  1700. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js +0 -39
  1701. package/dist-esm/samples-dev/connectedEnvironmentsGetSample.js.map +0 -1
  1702. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts +0 -2
  1703. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.d.ts.map +0 -1
  1704. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js +0 -54
  1705. package/dist-esm/samples-dev/connectedEnvironmentsListByResourceGroupSample.js.map +0 -1
  1706. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts +0 -2
  1707. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.d.ts.map +0 -1
  1708. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js +0 -53
  1709. package/dist-esm/samples-dev/connectedEnvironmentsListBySubscriptionSample.js.map +0 -1
  1710. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts +0 -2
  1711. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +0 -1
  1712. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js +0 -50
  1713. package/dist-esm/samples-dev/connectedEnvironmentsStoragesCreateOrUpdateSample.js.map +0 -1
  1714. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts +0 -2
  1715. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.d.ts.map +0 -1
  1716. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js +0 -40
  1717. package/dist-esm/samples-dev/connectedEnvironmentsStoragesDeleteSample.js.map +0 -1
  1718. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts +0 -2
  1719. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.d.ts.map +0 -1
  1720. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js +0 -40
  1721. package/dist-esm/samples-dev/connectedEnvironmentsStoragesGetSample.js.map +0 -1
  1722. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts +0 -2
  1723. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.d.ts.map +0 -1
  1724. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js +0 -39
  1725. package/dist-esm/samples-dev/connectedEnvironmentsStoragesListSample.js.map +0 -1
  1726. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts +0 -2
  1727. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.d.ts.map +0 -1
  1728. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js +0 -39
  1729. package/dist-esm/samples-dev/connectedEnvironmentsUpdateSample.js.map +0 -1
  1730. package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.d.ts +0 -2
  1731. package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.d.ts.map +0 -1
  1732. package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js +0 -53
  1733. package/dist-esm/samples-dev/containerAppsAuthConfigsCreateOrUpdateSample.js.map +0 -1
  1734. package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.d.ts +0 -2
  1735. package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.d.ts.map +0 -1
  1736. package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js +0 -40
  1737. package/dist-esm/samples-dev/containerAppsAuthConfigsDeleteSample.js.map +0 -1
  1738. package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.d.ts +0 -2
  1739. package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.d.ts.map +0 -1
  1740. package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js +0 -40
  1741. package/dist-esm/samples-dev/containerAppsAuthConfigsGetSample.js.map +0 -1
  1742. package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.d.ts +0 -2
  1743. package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.d.ts.map +0 -1
  1744. package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js +0 -55
  1745. package/dist-esm/samples-dev/containerAppsAuthConfigsListByContainerAppSample.js.map +0 -1
  1746. package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts +0 -2
  1747. package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.d.ts.map +0 -1
  1748. package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js +0 -55
  1749. package/dist-esm/samples-dev/containerAppsBuildsByContainerAppListSample.js.map +0 -1
  1750. package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts +0 -2
  1751. package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.d.ts.map +0 -1
  1752. package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js +0 -40
  1753. package/dist-esm/samples-dev/containerAppsBuildsDeleteSample.js.map +0 -1
  1754. package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts +0 -2
  1755. package/dist-esm/samples-dev/containerAppsBuildsGetSample.d.ts.map +0 -1
  1756. package/dist-esm/samples-dev/containerAppsBuildsGetSample.js +0 -40
  1757. package/dist-esm/samples-dev/containerAppsBuildsGetSample.js.map +0 -1
  1758. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.d.ts +0 -2
  1759. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.d.ts.map +0 -1
  1760. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js +0 -696
  1761. package/dist-esm/samples-dev/containerAppsCreateOrUpdateSample.js.map +0 -1
  1762. package/dist-esm/samples-dev/containerAppsDeleteSample.d.ts +0 -2
  1763. package/dist-esm/samples-dev/containerAppsDeleteSample.d.ts.map +0 -1
  1764. package/dist-esm/samples-dev/containerAppsDeleteSample.js +0 -39
  1765. package/dist-esm/samples-dev/containerAppsDeleteSample.js.map +0 -1
  1766. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts +0 -2
  1767. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.d.ts.map +0 -1
  1768. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js +0 -40
  1769. package/dist-esm/samples-dev/containerAppsDiagnosticsGetDetectorSample.js.map +0 -1
  1770. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts +0 -2
  1771. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.d.ts.map +0 -1
  1772. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js +0 -40
  1773. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRevisionSample.js.map +0 -1
  1774. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts +0 -2
  1775. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.d.ts.map +0 -1
  1776. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js +0 -39
  1777. package/dist-esm/samples-dev/containerAppsDiagnosticsGetRootSample.js.map +0 -1
  1778. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts +0 -2
  1779. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.d.ts.map +0 -1
  1780. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js +0 -55
  1781. package/dist-esm/samples-dev/containerAppsDiagnosticsListDetectorsSample.js.map +0 -1
  1782. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts +0 -2
  1783. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.d.ts.map +0 -1
  1784. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js +0 -55
  1785. package/dist-esm/samples-dev/containerAppsDiagnosticsListRevisionsSample.js.map +0 -1
  1786. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts +0 -2
  1787. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.d.ts.map +0 -1
  1788. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js +0 -39
  1789. package/dist-esm/samples-dev/containerAppsGetAuthTokenSample.js.map +0 -1
  1790. package/dist-esm/samples-dev/containerAppsGetSample.d.ts +0 -2
  1791. package/dist-esm/samples-dev/containerAppsGetSample.d.ts.map +0 -1
  1792. package/dist-esm/samples-dev/containerAppsGetSample.js +0 -39
  1793. package/dist-esm/samples-dev/containerAppsGetSample.js.map +0 -1
  1794. package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.d.ts +0 -2
  1795. package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.d.ts.map +0 -1
  1796. package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js +0 -54
  1797. package/dist-esm/samples-dev/containerAppsListByResourceGroupSample.js.map +0 -1
  1798. package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.d.ts +0 -2
  1799. package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.d.ts.map +0 -1
  1800. package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js +0 -53
  1801. package/dist-esm/samples-dev/containerAppsListBySubscriptionSample.js.map +0 -1
  1802. package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.d.ts +0 -2
  1803. package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.d.ts.map +0 -1
  1804. package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js +0 -43
  1805. package/dist-esm/samples-dev/containerAppsListCustomHostNameAnalysisSample.js.map +0 -1
  1806. package/dist-esm/samples-dev/containerAppsListSecretsSample.d.ts +0 -2
  1807. package/dist-esm/samples-dev/containerAppsListSecretsSample.d.ts.map +0 -1
  1808. package/dist-esm/samples-dev/containerAppsListSecretsSample.js +0 -39
  1809. package/dist-esm/samples-dev/containerAppsListSecretsSample.js.map +0 -1
  1810. package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts +0 -2
  1811. package/dist-esm/samples-dev/containerAppsPatchesApplySample.d.ts.map +0 -1
  1812. package/dist-esm/samples-dev/containerAppsPatchesApplySample.js +0 -40
  1813. package/dist-esm/samples-dev/containerAppsPatchesApplySample.js.map +0 -1
  1814. package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts +0 -2
  1815. package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.d.ts.map +0 -1
  1816. package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js +0 -40
  1817. package/dist-esm/samples-dev/containerAppsPatchesDeleteSample.js.map +0 -1
  1818. package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts +0 -2
  1819. package/dist-esm/samples-dev/containerAppsPatchesGetSample.d.ts.map +0 -1
  1820. package/dist-esm/samples-dev/containerAppsPatchesGetSample.js +0 -40
  1821. package/dist-esm/samples-dev/containerAppsPatchesGetSample.js.map +0 -1
  1822. package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts +0 -2
  1823. package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.d.ts.map +0 -1
  1824. package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js +0 -55
  1825. package/dist-esm/samples-dev/containerAppsPatchesListByContainerAppSample.js.map +0 -1
  1826. package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts +0 -2
  1827. package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.d.ts.map +0 -1
  1828. package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js +0 -41
  1829. package/dist-esm/samples-dev/containerAppsPatchesSkipConfigureSample.js.map +0 -1
  1830. package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.d.ts +0 -2
  1831. package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.d.ts.map +0 -1
  1832. package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js +0 -41
  1833. package/dist-esm/samples-dev/containerAppsRevisionReplicasGetReplicaSample.js.map +0 -1
  1834. package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.d.ts +0 -2
  1835. package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.d.ts.map +0 -1
  1836. package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js +0 -40
  1837. package/dist-esm/samples-dev/containerAppsRevisionReplicasListReplicasSample.js.map +0 -1
  1838. package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.d.ts +0 -2
  1839. package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.d.ts.map +0 -1
  1840. package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js +0 -40
  1841. package/dist-esm/samples-dev/containerAppsRevisionsActivateRevisionSample.js.map +0 -1
  1842. package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.d.ts +0 -2
  1843. package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.d.ts.map +0 -1
  1844. package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js +0 -40
  1845. package/dist-esm/samples-dev/containerAppsRevisionsDeactivateRevisionSample.js.map +0 -1
  1846. package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.d.ts +0 -2
  1847. package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.d.ts.map +0 -1
  1848. package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js +0 -40
  1849. package/dist-esm/samples-dev/containerAppsRevisionsGetRevisionSample.js.map +0 -1
  1850. package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.d.ts +0 -2
  1851. package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.d.ts.map +0 -1
  1852. package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js +0 -55
  1853. package/dist-esm/samples-dev/containerAppsRevisionsListRevisionsSample.js.map +0 -1
  1854. package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.d.ts +0 -2
  1855. package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.d.ts.map +0 -1
  1856. package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js +0 -40
  1857. package/dist-esm/samples-dev/containerAppsRevisionsRestartRevisionSample.js.map +0 -1
  1858. package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts +0 -2
  1859. package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.d.ts.map +0 -1
  1860. package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js +0 -66
  1861. package/dist-esm/samples-dev/containerAppsSessionPoolsCreateOrUpdateSample.js.map +0 -1
  1862. package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts +0 -2
  1863. package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.d.ts.map +0 -1
  1864. package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js +0 -39
  1865. package/dist-esm/samples-dev/containerAppsSessionPoolsDeleteSample.js.map +0 -1
  1866. package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts +0 -2
  1867. package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.d.ts.map +0 -1
  1868. package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js +0 -39
  1869. package/dist-esm/samples-dev/containerAppsSessionPoolsGetSample.js.map +0 -1
  1870. package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts +0 -2
  1871. package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.d.ts.map +0 -1
  1872. package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js +0 -54
  1873. package/dist-esm/samples-dev/containerAppsSessionPoolsListByResourceGroupSample.js.map +0 -1
  1874. package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts +0 -2
  1875. package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.d.ts.map +0 -1
  1876. package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js +0 -53
  1877. package/dist-esm/samples-dev/containerAppsSessionPoolsListBySubscriptionSample.js.map +0 -1
  1878. package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts +0 -2
  1879. package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.d.ts.map +0 -1
  1880. package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js +0 -62
  1881. package/dist-esm/samples-dev/containerAppsSessionPoolsUpdateSample.js.map +0 -1
  1882. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.d.ts +0 -2
  1883. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.d.ts.map +0 -1
  1884. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js +0 -69
  1885. package/dist-esm/samples-dev/containerAppsSourceControlsCreateOrUpdateSample.js.map +0 -1
  1886. package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.d.ts +0 -2
  1887. package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.d.ts.map +0 -1
  1888. package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js +0 -48
  1889. package/dist-esm/samples-dev/containerAppsSourceControlsDeleteSample.js.map +0 -1
  1890. package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.d.ts +0 -2
  1891. package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.d.ts.map +0 -1
  1892. package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js +0 -40
  1893. package/dist-esm/samples-dev/containerAppsSourceControlsGetSample.js.map +0 -1
  1894. package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.d.ts +0 -2
  1895. package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.d.ts.map +0 -1
  1896. package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js +0 -55
  1897. package/dist-esm/samples-dev/containerAppsSourceControlsListByContainerAppSample.js.map +0 -1
  1898. package/dist-esm/samples-dev/containerAppsStartSample.d.ts +0 -2
  1899. package/dist-esm/samples-dev/containerAppsStartSample.d.ts.map +0 -1
  1900. package/dist-esm/samples-dev/containerAppsStartSample.js +0 -39
  1901. package/dist-esm/samples-dev/containerAppsStartSample.js.map +0 -1
  1902. package/dist-esm/samples-dev/containerAppsStopSample.d.ts +0 -2
  1903. package/dist-esm/samples-dev/containerAppsStopSample.d.ts.map +0 -1
  1904. package/dist-esm/samples-dev/containerAppsStopSample.js +0 -39
  1905. package/dist-esm/samples-dev/containerAppsStopSample.js.map +0 -1
  1906. package/dist-esm/samples-dev/containerAppsUpdateSample.d.ts +0 -2
  1907. package/dist-esm/samples-dev/containerAppsUpdateSample.d.ts.map +0 -1
  1908. package/dist-esm/samples-dev/containerAppsUpdateSample.js +0 -155
  1909. package/dist-esm/samples-dev/containerAppsUpdateSample.js.map +0 -1
  1910. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts +0 -2
  1911. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  1912. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js +0 -145
  1913. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesCreateOrUpdateSample.js.map +0 -1
  1914. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts +0 -2
  1915. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.d.ts.map +0 -1
  1916. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js +0 -41
  1917. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesDeleteSample.js.map +0 -1
  1918. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts +0 -2
  1919. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.d.ts.map +0 -1
  1920. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js +0 -41
  1921. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesGetSample.js.map +0 -1
  1922. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts +0 -2
  1923. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.d.ts.map +0 -1
  1924. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js +0 -56
  1925. package/dist-esm/samples-dev/daprComponentResiliencyPoliciesListSample.js.map +0 -1
  1926. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.d.ts +0 -2
  1927. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.d.ts.map +0 -1
  1928. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js +0 -102
  1929. package/dist-esm/samples-dev/daprComponentsCreateOrUpdateSample.js.map +0 -1
  1930. package/dist-esm/samples-dev/daprComponentsDeleteSample.d.ts +0 -2
  1931. package/dist-esm/samples-dev/daprComponentsDeleteSample.d.ts.map +0 -1
  1932. package/dist-esm/samples-dev/daprComponentsDeleteSample.js +0 -40
  1933. package/dist-esm/samples-dev/daprComponentsDeleteSample.js.map +0 -1
  1934. package/dist-esm/samples-dev/daprComponentsGetSample.d.ts +0 -2
  1935. package/dist-esm/samples-dev/daprComponentsGetSample.d.ts.map +0 -1
  1936. package/dist-esm/samples-dev/daprComponentsGetSample.js +0 -60
  1937. package/dist-esm/samples-dev/daprComponentsGetSample.js.map +0 -1
  1938. package/dist-esm/samples-dev/daprComponentsListSample.d.ts +0 -2
  1939. package/dist-esm/samples-dev/daprComponentsListSample.d.ts.map +0 -1
  1940. package/dist-esm/samples-dev/daprComponentsListSample.js +0 -55
  1941. package/dist-esm/samples-dev/daprComponentsListSample.js.map +0 -1
  1942. package/dist-esm/samples-dev/daprComponentsListSecretsSample.d.ts +0 -2
  1943. package/dist-esm/samples-dev/daprComponentsListSecretsSample.d.ts.map +0 -1
  1944. package/dist-esm/samples-dev/daprComponentsListSecretsSample.js +0 -40
  1945. package/dist-esm/samples-dev/daprComponentsListSecretsSample.js.map +0 -1
  1946. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts +0 -2
  1947. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  1948. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js +0 -108
  1949. package/dist-esm/samples-dev/daprSubscriptionsCreateOrUpdateSample.js.map +0 -1
  1950. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts +0 -2
  1951. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.d.ts.map +0 -1
  1952. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js +0 -40
  1953. package/dist-esm/samples-dev/daprSubscriptionsDeleteSample.js.map +0 -1
  1954. package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts +0 -2
  1955. package/dist-esm/samples-dev/daprSubscriptionsGetSample.d.ts.map +0 -1
  1956. package/dist-esm/samples-dev/daprSubscriptionsGetSample.js +0 -80
  1957. package/dist-esm/samples-dev/daprSubscriptionsGetSample.js.map +0 -1
  1958. package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts +0 -2
  1959. package/dist-esm/samples-dev/daprSubscriptionsListSample.d.ts.map +0 -1
  1960. package/dist-esm/samples-dev/daprSubscriptionsListSample.js +0 -55
  1961. package/dist-esm/samples-dev/daprSubscriptionsListSample.js.map +0 -1
  1962. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts +0 -2
  1963. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.d.ts.map +0 -1
  1964. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js +0 -74
  1965. package/dist-esm/samples-dev/dotNetComponentsCreateOrUpdateSample.js.map +0 -1
  1966. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts +0 -2
  1967. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.d.ts.map +0 -1
  1968. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js +0 -40
  1969. package/dist-esm/samples-dev/dotNetComponentsDeleteSample.js.map +0 -1
  1970. package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts +0 -2
  1971. package/dist-esm/samples-dev/dotNetComponentsGetSample.d.ts.map +0 -1
  1972. package/dist-esm/samples-dev/dotNetComponentsGetSample.js +0 -60
  1973. package/dist-esm/samples-dev/dotNetComponentsGetSample.js.map +0 -1
  1974. package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts +0 -2
  1975. package/dist-esm/samples-dev/dotNetComponentsListSample.d.ts.map +0 -1
  1976. package/dist-esm/samples-dev/dotNetComponentsListSample.js +0 -90
  1977. package/dist-esm/samples-dev/dotNetComponentsListSample.js.map +0 -1
  1978. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts +0 -2
  1979. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.d.ts.map +0 -1
  1980. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js +0 -74
  1981. package/dist-esm/samples-dev/dotNetComponentsUpdateSample.js.map +0 -1
  1982. package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts +0 -2
  1983. package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.d.ts.map +0 -1
  1984. package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js +0 -41
  1985. package/dist-esm/samples-dev/functionsExtensionInvokeFunctionsHostSample.js.map +0 -1
  1986. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts +0 -2
  1987. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.d.ts.map +0 -1
  1988. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js +0 -37
  1989. package/dist-esm/samples-dev/getCustomDomainVerificationIdSample.js.map +0 -1
  1990. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts +0 -2
  1991. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.d.ts.map +0 -1
  1992. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js +0 -92
  1993. package/dist-esm/samples-dev/javaComponentsCreateOrUpdateSample.js.map +0 -1
  1994. package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts +0 -2
  1995. package/dist-esm/samples-dev/javaComponentsDeleteSample.d.ts.map +0 -1
  1996. package/dist-esm/samples-dev/javaComponentsDeleteSample.js +0 -40
  1997. package/dist-esm/samples-dev/javaComponentsDeleteSample.js.map +0 -1
  1998. package/dist-esm/samples-dev/javaComponentsGetSample.d.ts +0 -2
  1999. package/dist-esm/samples-dev/javaComponentsGetSample.d.ts.map +0 -1
  2000. package/dist-esm/samples-dev/javaComponentsGetSample.js +0 -60
  2001. package/dist-esm/samples-dev/javaComponentsGetSample.js.map +0 -1
  2002. package/dist-esm/samples-dev/javaComponentsListSample.d.ts +0 -2
  2003. package/dist-esm/samples-dev/javaComponentsListSample.d.ts.map +0 -1
  2004. package/dist-esm/samples-dev/javaComponentsListSample.js +0 -90
  2005. package/dist-esm/samples-dev/javaComponentsListSample.js.map +0 -1
  2006. package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts +0 -2
  2007. package/dist-esm/samples-dev/javaComponentsUpdateSample.d.ts.map +0 -1
  2008. package/dist-esm/samples-dev/javaComponentsUpdateSample.js +0 -92
  2009. package/dist-esm/samples-dev/javaComponentsUpdateSample.js.map +0 -1
  2010. package/dist-esm/samples-dev/jobExecutionSample.d.ts +0 -2
  2011. package/dist-esm/samples-dev/jobExecutionSample.d.ts.map +0 -1
  2012. package/dist-esm/samples-dev/jobExecutionSample.js +0 -40
  2013. package/dist-esm/samples-dev/jobExecutionSample.js.map +0 -1
  2014. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts +0 -2
  2015. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts.map +0 -1
  2016. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +0 -233
  2017. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +0 -1
  2018. package/dist-esm/samples-dev/jobsDeleteSample.d.ts +0 -2
  2019. package/dist-esm/samples-dev/jobsDeleteSample.d.ts.map +0 -1
  2020. package/dist-esm/samples-dev/jobsDeleteSample.js +0 -39
  2021. package/dist-esm/samples-dev/jobsDeleteSample.js.map +0 -1
  2022. package/dist-esm/samples-dev/jobsExecutionsListSample.d.ts +0 -2
  2023. package/dist-esm/samples-dev/jobsExecutionsListSample.d.ts.map +0 -1
  2024. package/dist-esm/samples-dev/jobsExecutionsListSample.js +0 -55
  2025. package/dist-esm/samples-dev/jobsExecutionsListSample.js.map +0 -1
  2026. package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts +0 -2
  2027. package/dist-esm/samples-dev/jobsGetDetectorSample.d.ts.map +0 -1
  2028. package/dist-esm/samples-dev/jobsGetDetectorSample.js +0 -40
  2029. package/dist-esm/samples-dev/jobsGetDetectorSample.js.map +0 -1
  2030. package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
  2031. package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
  2032. package/dist-esm/samples-dev/jobsGetSample.js +0 -39
  2033. package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
  2034. package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts +0 -2
  2035. package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts.map +0 -1
  2036. package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +0 -54
  2037. package/dist-esm/samples-dev/jobsListByResourceGroupSample.js.map +0 -1
  2038. package/dist-esm/samples-dev/jobsListBySubscriptionSample.d.ts +0 -2
  2039. package/dist-esm/samples-dev/jobsListBySubscriptionSample.d.ts.map +0 -1
  2040. package/dist-esm/samples-dev/jobsListBySubscriptionSample.js +0 -53
  2041. package/dist-esm/samples-dev/jobsListBySubscriptionSample.js.map +0 -1
  2042. package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts +0 -2
  2043. package/dist-esm/samples-dev/jobsListDetectorsSample.d.ts.map +0 -1
  2044. package/dist-esm/samples-dev/jobsListDetectorsSample.js +0 -55
  2045. package/dist-esm/samples-dev/jobsListDetectorsSample.js.map +0 -1
  2046. package/dist-esm/samples-dev/jobsListSecretsSample.d.ts +0 -2
  2047. package/dist-esm/samples-dev/jobsListSecretsSample.d.ts.map +0 -1
  2048. package/dist-esm/samples-dev/jobsListSecretsSample.js +0 -39
  2049. package/dist-esm/samples-dev/jobsListSecretsSample.js.map +0 -1
  2050. package/dist-esm/samples-dev/jobsProxyGetSample.d.ts +0 -2
  2051. package/dist-esm/samples-dev/jobsProxyGetSample.d.ts.map +0 -1
  2052. package/dist-esm/samples-dev/jobsProxyGetSample.js +0 -40
  2053. package/dist-esm/samples-dev/jobsProxyGetSample.js.map +0 -1
  2054. package/dist-esm/samples-dev/jobsResumeSample.d.ts +0 -2
  2055. package/dist-esm/samples-dev/jobsResumeSample.d.ts.map +0 -1
  2056. package/dist-esm/samples-dev/jobsResumeSample.js +0 -39
  2057. package/dist-esm/samples-dev/jobsResumeSample.js.map +0 -1
  2058. package/dist-esm/samples-dev/jobsStartSample.d.ts +0 -2
  2059. package/dist-esm/samples-dev/jobsStartSample.d.ts.map +0 -1
  2060. package/dist-esm/samples-dev/jobsStartSample.js +0 -58
  2061. package/dist-esm/samples-dev/jobsStartSample.js.map +0 -1
  2062. package/dist-esm/samples-dev/jobsStopExecutionSample.d.ts +0 -2
  2063. package/dist-esm/samples-dev/jobsStopExecutionSample.d.ts.map +0 -1
  2064. package/dist-esm/samples-dev/jobsStopExecutionSample.js +0 -40
  2065. package/dist-esm/samples-dev/jobsStopExecutionSample.js.map +0 -1
  2066. package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.d.ts +0 -2
  2067. package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.d.ts.map +0 -1
  2068. package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js +0 -39
  2069. package/dist-esm/samples-dev/jobsStopMultipleExecutionsSample.js.map +0 -1
  2070. package/dist-esm/samples-dev/jobsSuspendSample.d.ts +0 -2
  2071. package/dist-esm/samples-dev/jobsSuspendSample.d.ts.map +0 -1
  2072. package/dist-esm/samples-dev/jobsSuspendSample.js +0 -39
  2073. package/dist-esm/samples-dev/jobsSuspendSample.js.map +0 -1
  2074. package/dist-esm/samples-dev/jobsUpdateSample.d.ts +0 -2
  2075. package/dist-esm/samples-dev/jobsUpdateSample.d.ts.map +0 -1
  2076. package/dist-esm/samples-dev/jobsUpdateSample.js +0 -78
  2077. package/dist-esm/samples-dev/jobsUpdateSample.js.map +0 -1
  2078. package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts +0 -2
  2079. package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.d.ts.map +0 -1
  2080. package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js +0 -41
  2081. package/dist-esm/samples-dev/logicAppsCreateOrUpdateSample.js.map +0 -1
  2082. package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts +0 -2
  2083. package/dist-esm/samples-dev/logicAppsDeleteSample.d.ts.map +0 -1
  2084. package/dist-esm/samples-dev/logicAppsDeleteSample.js +0 -40
  2085. package/dist-esm/samples-dev/logicAppsDeleteSample.js.map +0 -1
  2086. package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts +0 -2
  2087. package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.d.ts.map +0 -1
  2088. package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js +0 -111
  2089. package/dist-esm/samples-dev/logicAppsDeployWorkflowArtifactsSample.js.map +0 -1
  2090. package/dist-esm/samples-dev/logicAppsGetSample.d.ts +0 -2
  2091. package/dist-esm/samples-dev/logicAppsGetSample.d.ts.map +0 -1
  2092. package/dist-esm/samples-dev/logicAppsGetSample.js +0 -40
  2093. package/dist-esm/samples-dev/logicAppsGetSample.js.map +0 -1
  2094. package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts +0 -2
  2095. package/dist-esm/samples-dev/logicAppsGetWorkflowSample.d.ts.map +0 -1
  2096. package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js +0 -41
  2097. package/dist-esm/samples-dev/logicAppsGetWorkflowSample.js.map +0 -1
  2098. package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts +0 -2
  2099. package/dist-esm/samples-dev/logicAppsInvokeSample.d.ts.map +0 -1
  2100. package/dist-esm/samples-dev/logicAppsInvokeSample.js +0 -40
  2101. package/dist-esm/samples-dev/logicAppsInvokeSample.js.map +0 -1
  2102. package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts +0 -2
  2103. package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.d.ts.map +0 -1
  2104. package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js +0 -40
  2105. package/dist-esm/samples-dev/logicAppsListWorkflowsConnectionsSample.js.map +0 -1
  2106. package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts +0 -2
  2107. package/dist-esm/samples-dev/logicAppsListWorkflowsSample.d.ts.map +0 -1
  2108. package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js +0 -56
  2109. package/dist-esm/samples-dev/logicAppsListWorkflowsSample.js.map +0 -1
  2110. package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.d.ts +0 -2
  2111. package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.d.ts.map +0 -1
  2112. package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js +0 -50
  2113. package/dist-esm/samples-dev/managedCertificatesCreateOrUpdateSample.js.map +0 -1
  2114. package/dist-esm/samples-dev/managedCertificatesDeleteSample.d.ts +0 -2
  2115. package/dist-esm/samples-dev/managedCertificatesDeleteSample.d.ts.map +0 -1
  2116. package/dist-esm/samples-dev/managedCertificatesDeleteSample.js +0 -40
  2117. package/dist-esm/samples-dev/managedCertificatesDeleteSample.js.map +0 -1
  2118. package/dist-esm/samples-dev/managedCertificatesGetSample.d.ts +0 -2
  2119. package/dist-esm/samples-dev/managedCertificatesGetSample.d.ts.map +0 -1
  2120. package/dist-esm/samples-dev/managedCertificatesGetSample.js +0 -40
  2121. package/dist-esm/samples-dev/managedCertificatesGetSample.js.map +0 -1
  2122. package/dist-esm/samples-dev/managedCertificatesListSample.d.ts +0 -2
  2123. package/dist-esm/samples-dev/managedCertificatesListSample.d.ts.map +0 -1
  2124. package/dist-esm/samples-dev/managedCertificatesListSample.js +0 -55
  2125. package/dist-esm/samples-dev/managedCertificatesListSample.js.map +0 -1
  2126. package/dist-esm/samples-dev/managedCertificatesUpdateSample.d.ts +0 -2
  2127. package/dist-esm/samples-dev/managedCertificatesUpdateSample.d.ts.map +0 -1
  2128. package/dist-esm/samples-dev/managedCertificatesUpdateSample.js +0 -43
  2129. package/dist-esm/samples-dev/managedCertificatesUpdateSample.js.map +0 -1
  2130. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts +0 -2
  2131. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.d.ts.map +0 -1
  2132. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js +0 -40
  2133. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsGetDetectorSample.js.map +0 -1
  2134. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts +0 -2
  2135. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.d.ts.map +0 -1
  2136. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js +0 -39
  2137. package/dist-esm/samples-dev/managedEnvironmentDiagnosticsListDetectorsSample.js.map +0 -1
  2138. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  2139. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  2140. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  2141. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  2142. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
  2143. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  2144. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js +0 -40
  2145. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsDeleteSample.js.map +0 -1
  2146. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts +0 -2
  2147. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
  2148. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js +0 -40
  2149. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsGetSample.js.map +0 -1
  2150. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts +0 -2
  2151. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.d.ts.map +0 -1
  2152. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js +0 -55
  2153. package/dist-esm/samples-dev/managedEnvironmentPrivateEndpointConnectionsListSample.js.map +0 -1
  2154. package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts +0 -2
  2155. package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.d.ts.map +0 -1
  2156. package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js +0 -55
  2157. package/dist-esm/samples-dev/managedEnvironmentPrivateLinkResourcesListSample.js.map +0 -1
  2158. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts +0 -2
  2159. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.d.ts.map +0 -1
  2160. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js +0 -54
  2161. package/dist-esm/samples-dev/managedEnvironmentUsagesListSample.js.map +0 -1
  2162. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.d.ts +0 -2
  2163. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.d.ts.map +0 -1
  2164. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js +0 -169
  2165. package/dist-esm/samples-dev/managedEnvironmentsCreateOrUpdateSample.js.map +0 -1
  2166. package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.d.ts +0 -2
  2167. package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.d.ts.map +0 -1
  2168. package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js +0 -39
  2169. package/dist-esm/samples-dev/managedEnvironmentsDeleteSample.js.map +0 -1
  2170. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts +0 -2
  2171. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.d.ts.map +0 -1
  2172. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js +0 -39
  2173. package/dist-esm/samples-dev/managedEnvironmentsDiagnosticsGetRootSample.js.map +0 -1
  2174. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts +0 -2
  2175. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.d.ts.map +0 -1
  2176. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js +0 -39
  2177. package/dist-esm/samples-dev/managedEnvironmentsGetAuthTokenSample.js.map +0 -1
  2178. package/dist-esm/samples-dev/managedEnvironmentsGetSample.d.ts +0 -2
  2179. package/dist-esm/samples-dev/managedEnvironmentsGetSample.d.ts.map +0 -1
  2180. package/dist-esm/samples-dev/managedEnvironmentsGetSample.js +0 -39
  2181. package/dist-esm/samples-dev/managedEnvironmentsGetSample.js.map +0 -1
  2182. package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.d.ts +0 -2
  2183. package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.d.ts.map +0 -1
  2184. package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js +0 -54
  2185. package/dist-esm/samples-dev/managedEnvironmentsListByResourceGroupSample.js.map +0 -1
  2186. package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.d.ts +0 -2
  2187. package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.d.ts.map +0 -1
  2188. package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js +0 -53
  2189. package/dist-esm/samples-dev/managedEnvironmentsListBySubscriptionSample.js.map +0 -1
  2190. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts +0 -2
  2191. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.d.ts.map +0 -1
  2192. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js +0 -55
  2193. package/dist-esm/samples-dev/managedEnvironmentsListWorkloadProfileStatesSample.js.map +0 -1
  2194. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.d.ts +0 -2
  2195. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.d.ts.map +0 -1
  2196. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js +0 -79
  2197. package/dist-esm/samples-dev/managedEnvironmentsStoragesCreateOrUpdateSample.js.map +0 -1
  2198. package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.d.ts +0 -2
  2199. package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.d.ts.map +0 -1
  2200. package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js +0 -40
  2201. package/dist-esm/samples-dev/managedEnvironmentsStoragesDeleteSample.js.map +0 -1
  2202. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.d.ts +0 -2
  2203. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.d.ts.map +0 -1
  2204. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js +0 -60
  2205. package/dist-esm/samples-dev/managedEnvironmentsStoragesGetSample.js.map +0 -1
  2206. package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.d.ts +0 -2
  2207. package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.d.ts.map +0 -1
  2208. package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js +0 -39
  2209. package/dist-esm/samples-dev/managedEnvironmentsStoragesListSample.js.map +0 -1
  2210. package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.d.ts +0 -2
  2211. package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.d.ts.map +0 -1
  2212. package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js +0 -43
  2213. package/dist-esm/samples-dev/managedEnvironmentsUpdateSample.js.map +0 -1
  2214. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts +0 -2
  2215. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts.map +0 -1
  2216. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +0 -66
  2217. package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +0 -1
  2218. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  2219. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  2220. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  2221. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  2222. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  2223. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  2224. package/dist-esm/samples-dev/usagesListSample.js +0 -53
  2225. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  2226. package/dist-esm/src/containerAppsAPIClient.d.ts +0 -74
  2227. package/dist-esm/src/containerAppsAPIClient.d.ts.map +0 -1
  2228. package/dist-esm/src/containerAppsAPIClient.js +0 -207
  2229. package/dist-esm/src/containerAppsAPIClient.js.map +0 -1
  2230. package/dist-esm/src/index.d.ts +0 -5
  2231. package/dist-esm/src/index.d.ts.map +0 -1
  2232. package/dist-esm/src/index.js +0 -13
  2233. package/dist-esm/src/index.js.map +0 -1
  2234. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  2235. package/dist-esm/src/lroImpl.js +0 -21
  2236. package/dist-esm/src/lroImpl.js.map +0 -1
  2237. package/dist-esm/src/models/index.d.ts +0 -6097
  2238. package/dist-esm/src/models/index.d.ts.map +0 -1
  2239. package/dist-esm/src/models/index.js +0 -686
  2240. package/dist-esm/src/models/index.js.map +0 -1
  2241. package/dist-esm/src/models/mappers.d.ts +0 -335
  2242. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  2243. package/dist-esm/src/models/mappers.js +0 -9826
  2244. package/dist-esm/src/models/mappers.js.map +0 -1
  2245. package/dist-esm/src/models/parameters.d.ts +0 -80
  2246. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  2247. package/dist-esm/src/models/parameters.js +0 -683
  2248. package/dist-esm/src/models/parameters.js.map +0 -1
  2249. package/dist-esm/src/operations/appResiliencyOperations.d.ts +0 -72
  2250. package/dist-esm/src/operations/appResiliencyOperations.d.ts.map +0 -1
  2251. package/dist-esm/src/operations/appResiliencyOperations.js +0 -286
  2252. package/dist-esm/src/operations/appResiliencyOperations.js.map +0 -1
  2253. package/dist-esm/src/operations/availableWorkloadProfiles.d.ts +0 -35
  2254. package/dist-esm/src/operations/availableWorkloadProfiles.d.ts.map +0 -1
  2255. package/dist-esm/src/operations/availableWorkloadProfiles.js +0 -145
  2256. package/dist-esm/src/operations/availableWorkloadProfiles.js.map +0 -1
  2257. package/dist-esm/src/operations/billingMeters.d.ts +0 -19
  2258. package/dist-esm/src/operations/billingMeters.d.ts.map +0 -1
  2259. package/dist-esm/src/operations/billingMeters.js +0 -51
  2260. package/dist-esm/src/operations/billingMeters.js.map +0 -1
  2261. package/dist-esm/src/operations/buildAuthToken.d.ts +0 -21
  2262. package/dist-esm/src/operations/buildAuthToken.d.ts.map +0 -1
  2263. package/dist-esm/src/operations/buildAuthToken.js +0 -55
  2264. package/dist-esm/src/operations/buildAuthToken.js.map +0 -1
  2265. package/dist-esm/src/operations/builders.d.ts +0 -107
  2266. package/dist-esm/src/operations/builders.d.ts.map +0 -1
  2267. package/dist-esm/src/operations/builders.js +0 -554
  2268. package/dist-esm/src/operations/builders.js.map +0 -1
  2269. package/dist-esm/src/operations/builds.d.ts +0 -56
  2270. package/dist-esm/src/operations/builds.d.ts.map +0 -1
  2271. package/dist-esm/src/operations/builds.js +0 -246
  2272. package/dist-esm/src/operations/builds.js.map +0 -1
  2273. package/dist-esm/src/operations/buildsByBuilderResource.d.ts +0 -38
  2274. package/dist-esm/src/operations/buildsByBuilderResource.d.ts.map +0 -1
  2275. package/dist-esm/src/operations/buildsByBuilderResource.js +0 -150
  2276. package/dist-esm/src/operations/buildsByBuilderResource.js.map +0 -1
  2277. package/dist-esm/src/operations/certificates.d.ts +0 -71
  2278. package/dist-esm/src/operations/certificates.d.ts.map +0 -1
  2279. package/dist-esm/src/operations/certificates.js +0 -288
  2280. package/dist-esm/src/operations/certificates.js.map +0 -1
  2281. package/dist-esm/src/operations/connectedEnvironments.d.ts +0 -106
  2282. package/dist-esm/src/operations/connectedEnvironments.d.ts.map +0 -1
  2283. package/dist-esm/src/operations/connectedEnvironments.js +0 -529
  2284. package/dist-esm/src/operations/connectedEnvironments.js.map +0 -1
  2285. package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts +0 -71
  2286. package/dist-esm/src/operations/connectedEnvironmentsCertificates.d.ts.map +0 -1
  2287. package/dist-esm/src/operations/connectedEnvironmentsCertificates.js +0 -288
  2288. package/dist-esm/src/operations/connectedEnvironmentsCertificates.js.map +0 -1
  2289. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts +0 -71
  2290. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.d.ts.map +0 -1
  2291. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js +0 -286
  2292. package/dist-esm/src/operations/connectedEnvironmentsDaprComponents.js.map +0 -1
  2293. package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts +0 -45
  2294. package/dist-esm/src/operations/connectedEnvironmentsStorages.d.ts.map +0 -1
  2295. package/dist-esm/src/operations/connectedEnvironmentsStorages.js +0 -157
  2296. package/dist-esm/src/operations/connectedEnvironmentsStorages.js.map +0 -1
  2297. package/dist-esm/src/operations/containerApps.d.ts +0 -156
  2298. package/dist-esm/src/operations/containerApps.d.ts.map +0 -1
  2299. package/dist-esm/src/operations/containerApps.js +0 -823
  2300. package/dist-esm/src/operations/containerApps.js.map +0 -1
  2301. package/dist-esm/src/operations/containerAppsAuthConfigs.d.ts +0 -63
  2302. package/dist-esm/src/operations/containerAppsAuthConfigs.d.ts.map +0 -1
  2303. package/dist-esm/src/operations/containerAppsAuthConfigs.js +0 -254
  2304. package/dist-esm/src/operations/containerAppsAuthConfigs.js.map +0 -1
  2305. package/dist-esm/src/operations/containerAppsBuilds.d.ts +0 -38
  2306. package/dist-esm/src/operations/containerAppsBuilds.d.ts.map +0 -1
  2307. package/dist-esm/src/operations/containerAppsBuilds.js +0 -147
  2308. package/dist-esm/src/operations/containerAppsBuilds.js.map +0 -1
  2309. package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts +0 -38
  2310. package/dist-esm/src/operations/containerAppsBuildsByContainerApp.d.ts.map +0 -1
  2311. package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js +0 -150
  2312. package/dist-esm/src/operations/containerAppsBuildsByContainerApp.js.map +0 -1
  2313. package/dist-esm/src/operations/containerAppsDiagnostics.d.ts +0 -85
  2314. package/dist-esm/src/operations/containerAppsDiagnostics.d.ts.map +0 -1
  2315. package/dist-esm/src/operations/containerAppsDiagnostics.js +0 -371
  2316. package/dist-esm/src/operations/containerAppsDiagnostics.js.map +0 -1
  2317. package/dist-esm/src/operations/containerAppsPatches.d.ts +0 -97
  2318. package/dist-esm/src/operations/containerAppsPatches.d.ts.map +0 -1
  2319. package/dist-esm/src/operations/containerAppsPatches.js +0 -461
  2320. package/dist-esm/src/operations/containerAppsPatches.js.map +0 -1
  2321. package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts +0 -30
  2322. package/dist-esm/src/operations/containerAppsRevisionReplicas.d.ts.map +0 -1
  2323. package/dist-esm/src/operations/containerAppsRevisionReplicas.js +0 -95
  2324. package/dist-esm/src/operations/containerAppsRevisionReplicas.js.map +0 -1
  2325. package/dist-esm/src/operations/containerAppsRevisions.d.ts +0 -70
  2326. package/dist-esm/src/operations/containerAppsRevisions.d.ts.map +0 -1
  2327. package/dist-esm/src/operations/containerAppsRevisions.js +0 -272
  2328. package/dist-esm/src/operations/containerAppsRevisions.js.map +0 -1
  2329. package/dist-esm/src/operations/containerAppsSessionPools.d.ts +0 -107
  2330. package/dist-esm/src/operations/containerAppsSessionPools.d.ts.map +0 -1
  2331. package/dist-esm/src/operations/containerAppsSessionPools.js +0 -564
  2332. package/dist-esm/src/operations/containerAppsSessionPools.js.map +0 -1
  2333. package/dist-esm/src/operations/containerAppsSourceControls.d.ts +0 -81
  2334. package/dist-esm/src/operations/containerAppsSourceControls.d.ts.map +0 -1
  2335. package/dist-esm/src/operations/containerAppsSourceControls.js +0 -370
  2336. package/dist-esm/src/operations/containerAppsSourceControls.js.map +0 -1
  2337. package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts +0 -70
  2338. package/dist-esm/src/operations/daprComponentResiliencyPolicies.d.ts.map +0 -1
  2339. package/dist-esm/src/operations/daprComponentResiliencyPolicies.js +0 -270
  2340. package/dist-esm/src/operations/daprComponentResiliencyPolicies.js.map +0 -1
  2341. package/dist-esm/src/operations/daprComponents.d.ts +0 -71
  2342. package/dist-esm/src/operations/daprComponents.d.ts.map +0 -1
  2343. package/dist-esm/src/operations/daprComponents.js +0 -286
  2344. package/dist-esm/src/operations/daprComponents.js.map +0 -1
  2345. package/dist-esm/src/operations/daprSubscriptions.d.ts +0 -63
  2346. package/dist-esm/src/operations/daprSubscriptions.d.ts.map +0 -1
  2347. package/dist-esm/src/operations/daprSubscriptions.js +0 -257
  2348. package/dist-esm/src/operations/daprSubscriptions.js.map +0 -1
  2349. package/dist-esm/src/operations/dotNetComponents.d.ts +0 -99
  2350. package/dist-esm/src/operations/dotNetComponents.d.ts.map +0 -1
  2351. package/dist-esm/src/operations/dotNetComponents.js +0 -470
  2352. package/dist-esm/src/operations/dotNetComponents.js.map +0 -1
  2353. package/dist-esm/src/operations/functionsExtension.d.ts +0 -22
  2354. package/dist-esm/src/operations/functionsExtension.d.ts.map +0 -1
  2355. package/dist-esm/src/operations/functionsExtension.js +0 -63
  2356. package/dist-esm/src/operations/functionsExtension.js.map +0 -1
  2357. package/dist-esm/src/operations/index.d.ts +0 -43
  2358. package/dist-esm/src/operations/index.d.ts.map +0 -1
  2359. package/dist-esm/src/operations/index.js +0 -50
  2360. package/dist-esm/src/operations/index.js.map +0 -1
  2361. package/dist-esm/src/operations/javaComponents.d.ts +0 -99
  2362. package/dist-esm/src/operations/javaComponents.d.ts.map +0 -1
  2363. package/dist-esm/src/operations/javaComponents.js +0 -470
  2364. package/dist-esm/src/operations/javaComponents.js.map +0 -1
  2365. package/dist-esm/src/operations/jobs.d.ts +0 -226
  2366. package/dist-esm/src/operations/jobs.d.ts.map +0 -1
  2367. package/dist-esm/src/operations/jobs.js +0 -1190
  2368. package/dist-esm/src/operations/jobs.js.map +0 -1
  2369. package/dist-esm/src/operations/jobsExecutions.d.ts +0 -38
  2370. package/dist-esm/src/operations/jobsExecutions.d.ts.map +0 -1
  2371. package/dist-esm/src/operations/jobsExecutions.js +0 -150
  2372. package/dist-esm/src/operations/jobsExecutions.js.map +0 -1
  2373. package/dist-esm/src/operations/logicApps.d.ts +0 -101
  2374. package/dist-esm/src/operations/logicApps.d.ts.map +0 -1
  2375. package/dist-esm/src/operations/logicApps.js +0 -407
  2376. package/dist-esm/src/operations/logicApps.js.map +0 -1
  2377. package/dist-esm/src/operations/managedCertificates.d.ts +0 -80
  2378. package/dist-esm/src/operations/managedCertificates.d.ts.map +0 -1
  2379. package/dist-esm/src/operations/managedCertificates.js +0 -355
  2380. package/dist-esm/src/operations/managedCertificates.js.map +0 -1
  2381. package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts +0 -28
  2382. package/dist-esm/src/operations/managedEnvironmentDiagnostics.d.ts.map +0 -1
  2383. package/dist-esm/src/operations/managedEnvironmentDiagnostics.js +0 -85
  2384. package/dist-esm/src/operations/managedEnvironmentDiagnostics.js.map +0 -1
  2385. package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts +0 -86
  2386. package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
  2387. package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js +0 -385
  2388. package/dist-esm/src/operations/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
  2389. package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts +0 -38
  2390. package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
  2391. package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js +0 -150
  2392. package/dist-esm/src/operations/managedEnvironmentPrivateLinkResources.js.map +0 -1
  2393. package/dist-esm/src/operations/managedEnvironmentUsages.d.ts +0 -38
  2394. package/dist-esm/src/operations/managedEnvironmentUsages.d.ts.map +0 -1
  2395. package/dist-esm/src/operations/managedEnvironmentUsages.js +0 -150
  2396. package/dist-esm/src/operations/managedEnvironmentUsages.js.map +0 -1
  2397. package/dist-esm/src/operations/managedEnvironments.d.ts +0 -139
  2398. package/dist-esm/src/operations/managedEnvironments.d.ts.map +0 -1
  2399. package/dist-esm/src/operations/managedEnvironments.js +0 -708
  2400. package/dist-esm/src/operations/managedEnvironments.js.map +0 -1
  2401. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts +0 -20
  2402. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.d.ts.map +0 -1
  2403. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js +0 -53
  2404. package/dist-esm/src/operations/managedEnvironmentsDiagnostics.js.map +0 -1
  2405. package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts +0 -45
  2406. package/dist-esm/src/operations/managedEnvironmentsStorages.d.ts.map +0 -1
  2407. package/dist-esm/src/operations/managedEnvironmentsStorages.js +0 -157
  2408. package/dist-esm/src/operations/managedEnvironmentsStorages.js.map +0 -1
  2409. package/dist-esm/src/operations/namespaces.d.ts +0 -21
  2410. package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
  2411. package/dist-esm/src/operations/namespaces.js +0 -61
  2412. package/dist-esm/src/operations/namespaces.js.map +0 -1
  2413. package/dist-esm/src/operations/operations.d.ts +0 -32
  2414. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  2415. package/dist-esm/src/operations/operations.js +0 -133
  2416. package/dist-esm/src/operations/operations.js.map +0 -1
  2417. package/dist-esm/src/operations/usages.d.ts +0 -37
  2418. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  2419. package/dist-esm/src/operations/usages.js +0 -147
  2420. package/dist-esm/src/operations/usages.js.map +0 -1
  2421. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts +0 -47
  2422. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.d.ts.map +0 -1
  2423. package/dist-esm/src/operationsInterfaces/appResiliencyOperations.js.map +0 -1
  2424. package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts +0 -12
  2425. package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.d.ts.map +0 -1
  2426. package/dist-esm/src/operationsInterfaces/availableWorkloadProfiles.js.map +0 -1
  2427. package/dist-esm/src/operationsInterfaces/billingMeters.d.ts +0 -11
  2428. package/dist-esm/src/operationsInterfaces/billingMeters.d.ts.map +0 -1
  2429. package/dist-esm/src/operationsInterfaces/billingMeters.js.map +0 -1
  2430. package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts +0 -13
  2431. package/dist-esm/src/operationsInterfaces/buildAuthToken.d.ts.map +0 -1
  2432. package/dist-esm/src/operationsInterfaces/buildAuthToken.js.map +0 -1
  2433. package/dist-esm/src/operationsInterfaces/builders.d.ts +0 -71
  2434. package/dist-esm/src/operationsInterfaces/builders.d.ts.map +0 -1
  2435. package/dist-esm/src/operationsInterfaces/builders.js.map +0 -1
  2436. package/dist-esm/src/operationsInterfaces/builds.d.ts +0 -48
  2437. package/dist-esm/src/operationsInterfaces/builds.d.ts.map +0 -1
  2438. package/dist-esm/src/operationsInterfaces/builds.js.map +0 -1
  2439. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts +0 -13
  2440. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.d.ts.map +0 -1
  2441. package/dist-esm/src/operationsInterfaces/buildsByBuilderResource.js.map +0 -1
  2442. package/dist-esm/src/operationsInterfaces/certificates.d.ts +0 -46
  2443. package/dist-esm/src/operationsInterfaces/certificates.d.ts.map +0 -1
  2444. package/dist-esm/src/operationsInterfaces/certificates.js.map +0 -1
  2445. package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts +0 -70
  2446. package/dist-esm/src/operationsInterfaces/connectedEnvironments.d.ts.map +0 -1
  2447. package/dist-esm/src/operationsInterfaces/connectedEnvironments.js.map +0 -1
  2448. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts +0 -46
  2449. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.d.ts.map +0 -1
  2450. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsCertificates.js.map +0 -1
  2451. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts +0 -46
  2452. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.d.ts.map +0 -1
  2453. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsDaprComponents.js.map +0 -1
  2454. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts +0 -37
  2455. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.d.ts.map +0 -1
  2456. package/dist-esm/src/operationsInterfaces/connectedEnvironmentsStorages.js.map +0 -1
  2457. package/dist-esm/src/operationsInterfaces/containerApps.d.ts +0 -120
  2458. package/dist-esm/src/operationsInterfaces/containerApps.d.ts.map +0 -1
  2459. package/dist-esm/src/operationsInterfaces/containerApps.js.map +0 -1
  2460. package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.d.ts +0 -38
  2461. package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.d.ts.map +0 -1
  2462. package/dist-esm/src/operationsInterfaces/containerAppsAuthConfigs.js.map +0 -1
  2463. package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts +0 -30
  2464. package/dist-esm/src/operationsInterfaces/containerAppsBuilds.d.ts.map +0 -1
  2465. package/dist-esm/src/operationsInterfaces/containerAppsBuilds.js.map +0 -1
  2466. package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts +0 -13
  2467. package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.d.ts.map +0 -1
  2468. package/dist-esm/src/operationsInterfaces/containerAppsBuildsByContainerApp.js.map +0 -1
  2469. package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts +0 -43
  2470. package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.d.ts.map +0 -1
  2471. package/dist-esm/src/operationsInterfaces/containerAppsDiagnostics.js.map +0 -1
  2472. package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts +0 -72
  2473. package/dist-esm/src/operationsInterfaces/containerAppsPatches.d.ts.map +0 -1
  2474. package/dist-esm/src/operationsInterfaces/containerAppsPatches.js.map +0 -1
  2475. package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.d.ts +0 -22
  2476. package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.d.ts.map +0 -1
  2477. package/dist-esm/src/operationsInterfaces/containerAppsRevisionReplicas.js.map +0 -1
  2478. package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts +0 -45
  2479. package/dist-esm/src/operationsInterfaces/containerAppsRevisions.d.ts.map +0 -1
  2480. package/dist-esm/src/operationsInterfaces/containerAppsRevisions.js.map +0 -1
  2481. package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts +0 -71
  2482. package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.d.ts.map +0 -1
  2483. package/dist-esm/src/operationsInterfaces/containerAppsSessionPools.js.map +0 -1
  2484. package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.d.ts +0 -56
  2485. package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.d.ts.map +0 -1
  2486. package/dist-esm/src/operationsInterfaces/containerAppsSourceControls.js.map +0 -1
  2487. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts +0 -43
  2488. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.d.ts.map +0 -1
  2489. package/dist-esm/src/operationsInterfaces/daprComponentResiliencyPolicies.js.map +0 -1
  2490. package/dist-esm/src/operationsInterfaces/daprComponents.d.ts +0 -46
  2491. package/dist-esm/src/operationsInterfaces/daprComponents.d.ts.map +0 -1
  2492. package/dist-esm/src/operationsInterfaces/daprComponents.js.map +0 -1
  2493. package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts +0 -38
  2494. package/dist-esm/src/operationsInterfaces/daprSubscriptions.d.ts.map +0 -1
  2495. package/dist-esm/src/operationsInterfaces/daprSubscriptions.js.map +0 -1
  2496. package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts +0 -74
  2497. package/dist-esm/src/operationsInterfaces/dotNetComponents.d.ts.map +0 -1
  2498. package/dist-esm/src/operationsInterfaces/dotNetComponents.js.map +0 -1
  2499. package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts +0 -14
  2500. package/dist-esm/src/operationsInterfaces/functionsExtension.d.ts.map +0 -1
  2501. package/dist-esm/src/operationsInterfaces/functionsExtension.js.map +0 -1
  2502. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -43
  2503. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  2504. package/dist-esm/src/operationsInterfaces/index.js +0 -50
  2505. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  2506. package/dist-esm/src/operationsInterfaces/javaComponents.d.ts +0 -74
  2507. package/dist-esm/src/operationsInterfaces/javaComponents.d.ts.map +0 -1
  2508. package/dist-esm/src/operationsInterfaces/javaComponents.js.map +0 -1
  2509. package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -173
  2510. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
  2511. package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
  2512. package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts +0 -13
  2513. package/dist-esm/src/operationsInterfaces/jobsExecutions.d.ts.map +0 -1
  2514. package/dist-esm/src/operationsInterfaces/jobsExecutions.js.map +0 -1
  2515. package/dist-esm/src/operationsInterfaces/logicApps.d.ts +0 -74
  2516. package/dist-esm/src/operationsInterfaces/logicApps.d.ts.map +0 -1
  2517. package/dist-esm/src/operationsInterfaces/logicApps.js.map +0 -1
  2518. package/dist-esm/src/operationsInterfaces/managedCertificates.d.ts +0 -55
  2519. package/dist-esm/src/operationsInterfaces/managedCertificates.d.ts.map +0 -1
  2520. package/dist-esm/src/operationsInterfaces/managedCertificates.js.map +0 -1
  2521. package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts +0 -20
  2522. package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.d.ts.map +0 -1
  2523. package/dist-esm/src/operationsInterfaces/managedEnvironmentDiagnostics.js.map +0 -1
  2524. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts +0 -61
  2525. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.d.ts.map +0 -1
  2526. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js.map +0 -1
  2527. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts +0 -13
  2528. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.d.ts.map +0 -1
  2529. package/dist-esm/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.js.map +0 -1
  2530. package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts +0 -13
  2531. package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.d.ts.map +0 -1
  2532. package/dist-esm/src/operationsInterfaces/managedEnvironmentUsages.js.map +0 -1
  2533. package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts +0 -85
  2534. package/dist-esm/src/operationsInterfaces/managedEnvironments.d.ts.map +0 -1
  2535. package/dist-esm/src/operationsInterfaces/managedEnvironments.js.map +0 -1
  2536. package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts +0 -12
  2537. package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.d.ts.map +0 -1
  2538. package/dist-esm/src/operationsInterfaces/managedEnvironmentsDiagnostics.js.map +0 -1
  2539. package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.d.ts +0 -37
  2540. package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.d.ts.map +0 -1
  2541. package/dist-esm/src/operationsInterfaces/managedEnvironmentsStorages.js.map +0 -1
  2542. package/dist-esm/src/operationsInterfaces/namespaces.d.ts +0 -13
  2543. package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
  2544. package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
  2545. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  2546. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  2547. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  2548. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  2549. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  2550. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  2551. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  2552. package/dist-esm/src/pagingHelper.js +0 -32
  2553. package/dist-esm/src/pagingHelper.js.map +0 -1
  2554. package/dist-esm/test/appcontainers_examples.spec.d.ts +0 -4
  2555. package/dist-esm/test/appcontainers_examples.spec.d.ts.map +0 -1
  2556. package/dist-esm/test/appcontainers_examples.spec.js +0 -161
  2557. package/dist-esm/test/appcontainers_examples.spec.js.map +0 -1
  2558. package/review/arm-appcontainers.api.md +0 -5003
  2559. package/src/containerAppsAPIClient.ts +0 -407
  2560. package/src/index.ts +0 -13
  2561. package/src/lroImpl.ts +0 -42
  2562. package/src/models/index.ts +0 -7043
  2563. package/src/models/mappers.ts +0 -10443
  2564. package/src/models/parameters.ts +0 -797
  2565. package/src/operations/appResiliencyOperations.ts +0 -374
  2566. package/src/operations/availableWorkloadProfiles.ts +0 -171
  2567. package/src/operations/billingMeters.ts +0 -68
  2568. package/src/operations/buildAuthToken.ts +0 -74
  2569. package/src/operations/builders.ts +0 -728
  2570. package/src/operations/builds.ts +0 -347
  2571. package/src/operations/buildsByBuilderResource.ts +0 -193
  2572. package/src/operations/certificates.ts +0 -380
  2573. package/src/operations/connectedEnvironments.ts +0 -676
  2574. package/src/operations/connectedEnvironmentsCertificates.ts +0 -386
  2575. package/src/operations/connectedEnvironmentsDaprComponents.ts +0 -383
  2576. package/src/operations/connectedEnvironmentsStorages.ts +0 -211
  2577. package/src/operations/containerApps.ts +0 -1089
  2578. package/src/operations/containerAppsAuthConfigs.ts +0 -338
  2579. package/src/operations/containerAppsBuilds.ts +0 -208
  2580. package/src/operations/containerAppsBuildsByContainerApp.ts +0 -199
  2581. package/src/operations/containerAppsDiagnostics.ts +0 -497
  2582. package/src/operations/containerAppsPatches.ts +0 -648
  2583. package/src/operations/containerAppsRevisionReplicas.ts +0 -128
  2584. package/src/operations/containerAppsRevisions.ts +0 -364
  2585. package/src/operations/containerAppsSessionPools.ts +0 -740
  2586. package/src/operations/containerAppsSourceControls.ts +0 -510
  2587. package/src/operations/daprComponentResiliencyPolicies.ts +0 -369
  2588. package/src/operations/daprComponents.ts +0 -377
  2589. package/src/operations/daprSubscriptions.ts +0 -337
  2590. package/src/operations/dotNetComponents.ts +0 -655
  2591. package/src/operations/functionsExtension.ts +0 -83
  2592. package/src/operations/index.ts +0 -50
  2593. package/src/operations/javaComponents.ts +0 -655
  2594. package/src/operations/jobs.ts +0 -1572
  2595. package/src/operations/jobsExecutions.ts +0 -193
  2596. package/src/operations/logicApps.ts +0 -549
  2597. package/src/operations/managedCertificates.ts +0 -479
  2598. package/src/operations/managedEnvironmentDiagnostics.ts +0 -116
  2599. package/src/operations/managedEnvironmentPrivateEndpointConnections.ts +0 -534
  2600. package/src/operations/managedEnvironmentPrivateLinkResources.ts +0 -199
  2601. package/src/operations/managedEnvironmentUsages.ts +0 -197
  2602. package/src/operations/managedEnvironments.ts +0 -925
  2603. package/src/operations/managedEnvironmentsDiagnostics.ts +0 -73
  2604. package/src/operations/managedEnvironmentsStorages.ts +0 -211
  2605. package/src/operations/namespaces.ts +0 -81
  2606. package/src/operations/operations.ts +0 -149
  2607. package/src/operations/usages.ts +0 -171
  2608. package/src/operationsInterfaces/appResiliencyOperations.ts +0 -92
  2609. package/src/operationsInterfaces/availableWorkloadProfiles.ts +0 -27
  2610. package/src/operationsInterfaces/billingMeters.ts +0 -25
  2611. package/src/operationsInterfaces/buildAuthToken.ts +0 -29
  2612. package/src/operationsInterfaces/builders.ts +0 -145
  2613. package/src/operationsInterfaces/builds.ts +0 -98
  2614. package/src/operationsInterfaces/buildsByBuilderResource.ts +0 -29
  2615. package/src/operationsInterfaces/certificates.ts +0 -91
  2616. package/src/operationsInterfaces/connectedEnvironments.ts +0 -134
  2617. package/src/operationsInterfaces/connectedEnvironmentsCertificates.ts +0 -91
  2618. package/src/operationsInterfaces/connectedEnvironmentsDaprComponents.ts +0 -90
  2619. package/src/operationsInterfaces/connectedEnvironmentsStorages.ts +0 -74
  2620. package/src/operationsInterfaces/containerApps.ts +0 -235
  2621. package/src/operationsInterfaces/containerAppsAuthConfigs.ts +0 -75
  2622. package/src/operationsInterfaces/containerAppsBuilds.ts +0 -63
  2623. package/src/operationsInterfaces/containerAppsBuildsByContainerApp.ts +0 -29
  2624. package/src/operationsInterfaces/containerAppsDiagnostics.ts +0 -85
  2625. package/src/operationsInterfaces/containerAppsPatches.ts +0 -149
  2626. package/src/operationsInterfaces/containerAppsRevisionReplicas.ts +0 -46
  2627. package/src/operationsInterfaces/containerAppsRevisions.ts +0 -86
  2628. package/src/operationsInterfaces/containerAppsSessionPools.ts +0 -145
  2629. package/src/operationsInterfaces/containerAppsSourceControls.ts +0 -109
  2630. package/src/operationsInterfaces/daprComponentResiliencyPolicies.ts +0 -84
  2631. package/src/operationsInterfaces/daprComponents.ts +0 -90
  2632. package/src/operationsInterfaces/daprSubscriptions.ts +0 -75
  2633. package/src/operationsInterfaces/dotNetComponents.ts +0 -152
  2634. package/src/operationsInterfaces/functionsExtension.ts +0 -31
  2635. package/src/operationsInterfaces/index.ts +0 -50
  2636. package/src/operationsInterfaces/javaComponents.ts +0 -152
  2637. package/src/operationsInterfaces/jobs.ts +0 -326
  2638. package/src/operationsInterfaces/jobsExecutions.ts +0 -26
  2639. package/src/operationsInterfaces/logicApps.ts +0 -144
  2640. package/src/operationsInterfaces/managedCertificates.ts +0 -110
  2641. package/src/operationsInterfaces/managedEnvironmentDiagnostics.ts +0 -42
  2642. package/src/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.ts +0 -120
  2643. package/src/operationsInterfaces/managedEnvironmentPrivateLinkResources.ts +0 -29
  2644. package/src/operationsInterfaces/managedEnvironmentUsages.ts +0 -26
  2645. package/src/operationsInterfaces/managedEnvironments.ts +0 -164
  2646. package/src/operationsInterfaces/managedEnvironmentsDiagnostics.ts +0 -27
  2647. package/src/operationsInterfaces/managedEnvironmentsStorages.ts +0 -74
  2648. package/src/operationsInterfaces/namespaces.ts +0 -30
  2649. package/src/operationsInterfaces/operations.ts +0 -22
  2650. package/src/operationsInterfaces/usages.ts +0 -25
  2651. package/src/pagingHelper.ts +0 -39
  2652. package/tsconfig.json +0 -33
  2653. package/types/arm-appcontainers.d.ts +0 -8790
  2654. package/types/tsdoc-metadata.json +0 -11
  2655. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  2656. /package/{dist-esm/src → dist/browser}/operationsInterfaces/appResiliencyOperations.js +0 -0
  2657. /package/{dist-esm/src → dist/browser}/operationsInterfaces/availableWorkloadProfiles.js +0 -0
  2658. /package/{dist-esm/src → dist/browser}/operationsInterfaces/billingMeters.js +0 -0
  2659. /package/{dist-esm/src → dist/browser}/operationsInterfaces/buildAuthToken.js +0 -0
  2660. /package/{dist-esm/src → dist/browser}/operationsInterfaces/builders.js +0 -0
  2661. /package/{dist-esm/src → dist/browser}/operationsInterfaces/builds.js +0 -0
  2662. /package/{dist-esm/src → dist/browser}/operationsInterfaces/buildsByBuilderResource.js +0 -0
  2663. /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificates.js +0 -0
  2664. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironments.js +0 -0
  2665. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsCertificates.js +0 -0
  2666. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsDaprComponents.js +0 -0
  2667. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedEnvironmentsStorages.js +0 -0
  2668. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerApps.js +0 -0
  2669. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsAuthConfigs.js +0 -0
  2670. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsBuilds.js +0 -0
  2671. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsBuildsByContainerApp.js +0 -0
  2672. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsDiagnostics.js +0 -0
  2673. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsPatches.js +0 -0
  2674. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsRevisionReplicas.js +0 -0
  2675. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsRevisions.js +0 -0
  2676. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsSessionPools.js +0 -0
  2677. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerAppsSourceControls.js +0 -0
  2678. /package/{dist-esm/src → dist/browser}/operationsInterfaces/daprComponentResiliencyPolicies.js +0 -0
  2679. /package/{dist-esm/src → dist/browser}/operationsInterfaces/daprComponents.js +0 -0
  2680. /package/{dist-esm/src → dist/browser}/operationsInterfaces/daprSubscriptions.js +0 -0
  2681. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dotNetComponents.js +0 -0
  2682. /package/{dist-esm/src → dist/browser}/operationsInterfaces/functionsExtension.js +0 -0
  2683. /package/{dist-esm/src → dist/browser}/operationsInterfaces/javaComponents.js +0 -0
  2684. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
  2685. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobsExecutions.js +0 -0
  2686. /package/{dist-esm/src → dist/browser}/operationsInterfaces/logicApps.js +0 -0
  2687. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCertificates.js +0 -0
  2688. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentDiagnostics.js +0 -0
  2689. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentPrivateEndpointConnections.js +0 -0
  2690. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentPrivateLinkResources.js +0 -0
  2691. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentUsages.js +0 -0
  2692. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironments.js +0 -0
  2693. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentsDiagnostics.js +0 -0
  2694. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedEnvironmentsStorages.js +0 -0
  2695. /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.js +0 -0
  2696. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  2697. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  2698. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const TimeoutPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeoutPolicy\",\n modelProperties: {\n responseTimeoutInSeconds: {\n serializedName: \"responseTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n connectionTimeoutInSeconds: {\n serializedName: \"connectionTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HttpRetryPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRetryPolicy\",\n modelProperties: {\n maxRetries: {\n serializedName: \"maxRetries\",\n type: {\n name: \"Number\",\n },\n },\n headers: {\n serializedName: \"matches.headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HeaderMatch\",\n },\n },\n },\n },\n httpStatusCodes: {\n serializedName: \"matches.httpStatusCodes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n errors: {\n serializedName: \"matches.errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n initialDelayInMilliseconds: {\n serializedName: \"retryBackOff.initialDelayInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n maxIntervalInMilliseconds: {\n serializedName: \"retryBackOff.maxIntervalInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HeaderMatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HeaderMatch\",\n modelProperties: {\n header: {\n serializedName: \"header\",\n type: {\n name: \"String\",\n },\n },\n exactMatch: {\n serializedName: \"match.exactMatch\",\n type: {\n name: \"String\",\n },\n },\n prefixMatch: {\n serializedName: \"match.prefixMatch\",\n type: {\n name: \"String\",\n },\n },\n suffixMatch: {\n serializedName: \"match.suffixMatch\",\n type: {\n name: \"String\",\n },\n },\n regexMatch: {\n serializedName: \"match.regexMatch\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TcpRetryPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TcpRetryPolicy\",\n modelProperties: {\n maxConnectAttempts: {\n serializedName: \"maxConnectAttempts\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CircuitBreakerPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CircuitBreakerPolicy\",\n modelProperties: {\n consecutiveErrors: {\n serializedName: \"consecutiveErrors\",\n type: {\n name: \"Number\",\n },\n },\n intervalInSeconds: {\n serializedName: \"intervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n maxEjectionPercent: {\n serializedName: \"maxEjectionPercent\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HttpConnectionPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpConnectionPool\",\n modelProperties: {\n http1MaxPendingRequests: {\n serializedName: \"http1MaxPendingRequests\",\n type: {\n name: \"Number\",\n },\n },\n http2MaxRequests: {\n serializedName: \"http2MaxRequests\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const TcpConnectionPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TcpConnectionPool\",\n modelProperties: {\n maxConnections: {\n serializedName: \"maxConnections\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const DefaultErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponseError\",\n },\n },\n },\n },\n};\n\nexport const DefaultErrorResponseError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponseError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponseErrorDetailsItem\",\n },\n },\n },\n },\n innererror: {\n serializedName: \"innererror\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DefaultErrorResponseErrorDetailsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultErrorResponseErrorDetailsItem\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AppResiliencyCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppResiliencyCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AppResiliency\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthConfigCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthConfigCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthPlatform: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthPlatform\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n runtimeVersion: {\n serializedName: \"runtimeVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GlobalValidation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GlobalValidation\",\n modelProperties: {\n unauthenticatedClientAction: {\n serializedName: \"unauthenticatedClientAction\",\n type: {\n name: \"Enum\",\n allowedValues: [\"RedirectToLoginPage\", \"AllowAnonymous\", \"Return401\", \"Return403\"],\n },\n },\n redirectToProvider: {\n serializedName: \"redirectToProvider\",\n type: {\n name: \"String\",\n },\n },\n excludedPaths: {\n serializedName: \"excludedPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IdentityProviders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityProviders\",\n modelProperties: {\n azureActiveDirectory: {\n serializedName: \"azureActiveDirectory\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectory\",\n },\n },\n facebook: {\n serializedName: \"facebook\",\n type: {\n name: \"Composite\",\n className: \"Facebook\",\n },\n },\n gitHub: {\n serializedName: \"gitHub\",\n type: {\n name: \"Composite\",\n className: \"GitHub\",\n },\n },\n google: {\n serializedName: \"google\",\n type: {\n name: \"Composite\",\n className: \"Google\",\n },\n },\n twitter: {\n serializedName: \"twitter\",\n type: {\n name: \"Composite\",\n className: \"Twitter\",\n },\n },\n apple: {\n serializedName: \"apple\",\n type: {\n name: \"Composite\",\n className: \"Apple\",\n },\n },\n azureStaticWebApps: {\n serializedName: \"azureStaticWebApps\",\n type: {\n name: \"Composite\",\n className: \"AzureStaticWebApps\",\n },\n },\n customOpenIdConnectProviders: {\n serializedName: \"customOpenIdConnectProviders\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"CustomOpenIdConnectProvider\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectory: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectory\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryLogin\",\n },\n },\n validation: {\n serializedName: \"validation\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryValidation\",\n },\n },\n isAutoProvisioned: {\n serializedName: \"isAutoProvisioned\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectoryRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryRegistration\",\n modelProperties: {\n openIdIssuer: {\n serializedName: \"openIdIssuer\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecretSettingName: {\n serializedName: \"clientSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n clientSecretCertificateThumbprint: {\n serializedName: \"clientSecretCertificateThumbprint\",\n type: {\n name: \"String\",\n },\n },\n clientSecretCertificateSubjectAlternativeName: {\n serializedName: \"clientSecretCertificateSubjectAlternativeName\",\n type: {\n name: \"String\",\n },\n },\n clientSecretCertificateIssuer: {\n serializedName: \"clientSecretCertificateIssuer\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectoryLogin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryLogin\",\n modelProperties: {\n loginParameters: {\n serializedName: \"loginParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n disableWWWAuthenticate: {\n serializedName: \"disableWWWAuthenticate\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectoryValidation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryValidation\",\n modelProperties: {\n jwtClaimChecks: {\n serializedName: \"jwtClaimChecks\",\n type: {\n name: \"Composite\",\n className: \"JwtClaimChecks\",\n },\n },\n allowedAudiences: {\n serializedName: \"allowedAudiences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n defaultAuthorizationPolicy: {\n serializedName: \"defaultAuthorizationPolicy\",\n type: {\n name: \"Composite\",\n className: \"DefaultAuthorizationPolicy\",\n },\n },\n },\n },\n};\n\nexport const JwtClaimChecks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JwtClaimChecks\",\n modelProperties: {\n allowedGroups: {\n serializedName: \"allowedGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n allowedClientApplications: {\n serializedName: \"allowedClientApplications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DefaultAuthorizationPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefaultAuthorizationPolicy\",\n modelProperties: {\n allowedPrincipals: {\n serializedName: \"allowedPrincipals\",\n type: {\n name: \"Composite\",\n className: \"AllowedPrincipals\",\n },\n },\n allowedApplications: {\n serializedName: \"allowedApplications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AllowedPrincipals: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllowedPrincipals\",\n modelProperties: {\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n identities: {\n serializedName: \"identities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Facebook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Facebook\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"AppRegistration\",\n },\n },\n graphApiVersion: {\n serializedName: \"graphApiVersion\",\n type: {\n name: \"String\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n },\n },\n },\n },\n};\n\nexport const AppRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppRegistration\",\n modelProperties: {\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\",\n },\n },\n appSecretSettingName: {\n serializedName: \"appSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoginScopes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n modelProperties: {\n scopes: {\n serializedName: \"scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GitHub: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHub\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"ClientRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n },\n },\n },\n },\n};\n\nexport const ClientRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientRegistration\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecretSettingName: {\n serializedName: \"clientSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Google: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Google\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"ClientRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n },\n },\n validation: {\n serializedName: \"validation\",\n type: {\n name: \"Composite\",\n className: \"AllowedAudiencesValidation\",\n },\n },\n },\n },\n};\n\nexport const AllowedAudiencesValidation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllowedAudiencesValidation\",\n modelProperties: {\n allowedAudiences: {\n serializedName: \"allowedAudiences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Twitter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Twitter\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"TwitterRegistration\",\n },\n },\n },\n },\n};\n\nexport const TwitterRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TwitterRegistration\",\n modelProperties: {\n consumerKey: {\n serializedName: \"consumerKey\",\n type: {\n name: \"String\",\n },\n },\n consumerSecretSettingName: {\n serializedName: \"consumerSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Apple: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Apple\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"AppleRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"LoginScopes\",\n },\n },\n },\n },\n};\n\nexport const AppleRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppleRegistration\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecretSettingName: {\n serializedName: \"clientSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureStaticWebApps: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureStaticWebApps\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"AzureStaticWebAppsRegistration\",\n },\n },\n },\n },\n};\n\nexport const AzureStaticWebAppsRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureStaticWebAppsRegistration\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomOpenIdConnectProvider: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomOpenIdConnectProvider\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n registration: {\n serializedName: \"registration\",\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectRegistration\",\n },\n },\n login: {\n serializedName: \"login\",\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectLogin\",\n },\n },\n },\n },\n};\n\nexport const OpenIdConnectRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectRegistration\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientCredential: {\n serializedName: \"clientCredential\",\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectClientCredential\",\n },\n },\n openIdConnectConfiguration: {\n serializedName: \"openIdConnectConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectConfig\",\n },\n },\n },\n },\n};\n\nexport const OpenIdConnectClientCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectClientCredential\",\n modelProperties: {\n method: {\n defaultValue: \"ClientSecretPost\",\n isConstant: true,\n serializedName: \"method\",\n type: {\n name: \"String\",\n },\n },\n clientSecretSettingName: {\n serializedName: \"clientSecretSettingName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenIdConnectConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectConfig\",\n modelProperties: {\n authorizationEndpoint: {\n serializedName: \"authorizationEndpoint\",\n type: {\n name: \"String\",\n },\n },\n tokenEndpoint: {\n serializedName: \"tokenEndpoint\",\n type: {\n name: \"String\",\n },\n },\n issuer: {\n serializedName: \"issuer\",\n type: {\n name: \"String\",\n },\n },\n certificationUri: {\n serializedName: \"certificationUri\",\n type: {\n name: \"String\",\n },\n },\n wellKnownOpenIdConfiguration: {\n serializedName: \"wellKnownOpenIdConfiguration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenIdConnectLogin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenIdConnectLogin\",\n modelProperties: {\n nameClaimType: {\n serializedName: \"nameClaimType\",\n type: {\n name: \"String\",\n },\n },\n scopes: {\n serializedName: \"scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Login: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Login\",\n modelProperties: {\n routes: {\n serializedName: \"routes\",\n type: {\n name: \"Composite\",\n className: \"LoginRoutes\",\n },\n },\n tokenStore: {\n serializedName: \"tokenStore\",\n type: {\n name: \"Composite\",\n className: \"TokenStore\",\n },\n },\n preserveUrlFragmentsForLogins: {\n serializedName: \"preserveUrlFragmentsForLogins\",\n type: {\n name: \"Boolean\",\n },\n },\n allowedExternalRedirectUrls: {\n serializedName: \"allowedExternalRedirectUrls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cookieExpiration: {\n serializedName: \"cookieExpiration\",\n type: {\n name: \"Composite\",\n className: \"CookieExpiration\",\n },\n },\n nonce: {\n serializedName: \"nonce\",\n type: {\n name: \"Composite\",\n className: \"Nonce\",\n },\n },\n },\n },\n};\n\nexport const LoginRoutes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoginRoutes\",\n modelProperties: {\n logoutEndpoint: {\n serializedName: \"logoutEndpoint\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TokenStore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokenStore\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n tokenRefreshExtensionHours: {\n serializedName: \"tokenRefreshExtensionHours\",\n type: {\n name: \"Number\",\n },\n },\n azureBlobStorage: {\n serializedName: \"azureBlobStorage\",\n type: {\n name: \"Composite\",\n className: \"BlobStorageTokenStore\",\n },\n },\n },\n },\n};\n\nexport const BlobStorageTokenStore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobStorageTokenStore\",\n modelProperties: {\n sasUrlSettingName: {\n serializedName: \"sasUrlSettingName\",\n type: {\n name: \"String\",\n },\n },\n blobContainerUri: {\n serializedName: \"blobContainerUri\",\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n managedIdentityResourceId: {\n serializedName: \"managedIdentityResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CookieExpiration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CookieExpiration\",\n modelProperties: {\n convention: {\n serializedName: \"convention\",\n type: {\n name: \"Enum\",\n allowedValues: [\"FixedTime\", \"IdentityProviderDerived\"],\n },\n },\n timeToExpiration: {\n serializedName: \"timeToExpiration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Nonce: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Nonce\",\n modelProperties: {\n validateNonce: {\n serializedName: \"validateNonce\",\n type: {\n name: \"Boolean\",\n },\n },\n nonceExpirationInterval: {\n serializedName: \"nonceExpirationInterval\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpSettings\",\n modelProperties: {\n requireHttps: {\n serializedName: \"requireHttps\",\n type: {\n name: \"Boolean\",\n },\n },\n routes: {\n serializedName: \"routes\",\n type: {\n name: \"Composite\",\n className: \"HttpSettingsRoutes\",\n },\n },\n forwardProxy: {\n serializedName: \"forwardProxy\",\n type: {\n name: \"Composite\",\n className: \"ForwardProxy\",\n },\n },\n },\n },\n};\n\nexport const HttpSettingsRoutes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpSettingsRoutes\",\n modelProperties: {\n apiPrefix: {\n serializedName: \"apiPrefix\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ForwardProxy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ForwardProxy\",\n modelProperties: {\n convention: {\n serializedName: \"convention\",\n type: {\n name: \"Enum\",\n allowedValues: [\"NoProxy\", \"Standard\", \"Custom\"],\n },\n },\n customHostHeaderName: {\n serializedName: \"customHostHeaderName\",\n type: {\n name: \"String\",\n },\n },\n customProtoHeaderName: {\n serializedName: \"customProtoHeaderName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EncryptionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionSettings\",\n modelProperties: {\n containerAppAuthEncryptionSecretName: {\n serializedName: \"containerAppAuthEncryptionSecretName\",\n type: {\n name: \"String\",\n },\n },\n containerAppAuthSigningSecretName: {\n serializedName: \"containerAppAuthSigningSecretName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableWorkloadProfilesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfilesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableWorkloadProfileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfileProperties\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n applicability: {\n serializedName: \"applicability\",\n type: {\n name: \"String\",\n },\n },\n cores: {\n serializedName: \"cores\",\n type: {\n name: \"Number\",\n },\n },\n memoryGiB: {\n serializedName: \"memoryGiB\",\n type: {\n name: \"Number\",\n },\n },\n gpus: {\n serializedName: \"gpus\",\n type: {\n name: \"Number\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const BillingMeterCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingMeterCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingMeter\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BillingMeter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingMeter\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BillingMeterProperties\",\n },\n },\n },\n },\n};\n\nexport const BillingMeterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingMeterProperties\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n meterType: {\n serializedName: \"meterType\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuilderCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuilderCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BuilderResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerRegistry: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistry\",\n modelProperties: {\n containerRegistryServer: {\n serializedName: \"containerRegistryServer\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n identityResourceId: {\n serializedName: \"identityResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const BuilderResourceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuilderResourceUpdate\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BuildResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerRegistryWithCustomImage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryWithCustomImage\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildConfiguration\",\n modelProperties: {\n baseOs: {\n serializedName: \"baseOs\",\n type: {\n name: \"String\",\n },\n },\n platform: {\n serializedName: \"platform\",\n type: {\n name: \"String\",\n },\n },\n platformVersion: {\n serializedName: \"platformVersion\",\n type: {\n name: \"String\",\n },\n },\n environmentVariables: {\n serializedName: \"environmentVariables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n },\n },\n },\n },\n preBuildSteps: {\n serializedName: \"preBuildSteps\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PreBuildStep\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EnvironmentVariable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PreBuildStep: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PreBuildStep\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n scripts: {\n serializedName: \"scripts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n httpGet: {\n serializedName: \"httpGet\",\n type: {\n name: \"Composite\",\n className: \"HttpGet\",\n },\n },\n },\n },\n};\n\nexport const HttpGet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpGet\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\",\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BuildToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildToken\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expires: {\n serializedName: \"expires\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironment\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainConfiguration\",\n modelProperties: {\n customDomainVerificationId: {\n serializedName: \"customDomainVerificationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dnsSuffix: {\n serializedName: \"dnsSuffix\",\n type: {\n name: \"String\",\n },\n },\n certificateKeyVaultProperties: {\n serializedName: \"certificateKeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"CertificateKeyVaultProperties\",\n },\n },\n certificateValue: {\n serializedName: \"certificateValue\",\n type: {\n name: \"ByteArray\",\n },\n },\n certificatePassword: {\n serializedName: \"certificatePassword\",\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectName: {\n serializedName: \"subjectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CertificateKeyVaultProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateKeyVaultProperties\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceTags: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceTags\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResponse\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CertificateCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CertificateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificateKeyVaultProperties: {\n serializedName: \"certificateKeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"CertificateKeyVaultProperties\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n subjectName: {\n serializedName: \"subjectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectAlternativeNames: {\n serializedName: \"subjectAlternativeNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"ByteArray\",\n },\n },\n issuer: {\n serializedName: \"issuer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n issueDate: {\n serializedName: \"issueDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n valid: {\n serializedName: \"valid\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n publicKeyHash: {\n serializedName: \"publicKeyHash\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificateType: {\n serializedName: \"certificateType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CertificatePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificatePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentDaprComponentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentDaprComponentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentDaprComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentProperties\",\n modelProperties: {\n componentType: {\n serializedName: \"componentType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n ignoreErrors: {\n defaultValue: false,\n serializedName: \"ignoreErrors\",\n type: {\n name: \"Boolean\",\n },\n },\n initTimeout: {\n serializedName: \"initTimeout\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n secretStoreComponent: {\n serializedName: \"secretStoreComponent\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprMetadata\",\n },\n },\n },\n },\n scopes: {\n serializedName: \"scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n serviceComponentBind: {\n serializedName: \"serviceComponentBind\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponentServiceBinding\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Secret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprMetadata\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n secretRef: {\n serializedName: \"secretRef\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentServiceBinding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentServiceBinding\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n serviceId: {\n serializedName: \"serviceId\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"DaprServiceBindMetadata\",\n },\n },\n },\n },\n};\n\nexport const DaprServiceBindMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprServiceBindMetadata\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSecretsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSecretsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprSecret\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DaprSecret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSecret\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentStoragesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStoragesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStorage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentStorageProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStorageProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureFile: {\n serializedName: \"azureFile\",\n type: {\n name: \"Composite\",\n className: \"AzureFileProperties\",\n },\n },\n smb: {\n serializedName: \"smb\",\n type: {\n name: \"Composite\",\n className: \"SmbStorage\",\n },\n },\n },\n },\n};\n\nexport const AzureFileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureFileProperties\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\",\n },\n },\n accountKeyVaultProperties: {\n serializedName: \"accountKeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"SecretKeyVaultProperties\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n shareName: {\n serializedName: \"shareName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretKeyVaultProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretKeyVaultProperties\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SmbStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SmbStorage\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n shareName: {\n serializedName: \"shareName\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n domain: {\n serializedName: \"domain\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerApp\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppPropertiesPatchingConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppPropertiesPatchingConfiguration\",\n modelProperties: {\n patchingMode: {\n serializedName: \"patchingMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Configuration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n modelProperties: {\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n activeRevisionsMode: {\n defaultValue: \"Single\",\n serializedName: \"activeRevisionsMode\",\n type: {\n name: \"String\",\n },\n },\n targetLabel: {\n serializedName: \"targetLabel\",\n type: {\n name: \"String\",\n },\n },\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"Ingress\",\n },\n },\n registries: {\n serializedName: \"registries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegistryCredentials\",\n },\n },\n },\n },\n dapr: {\n serializedName: \"dapr\",\n type: {\n name: \"Composite\",\n className: \"Dapr\",\n },\n },\n runtime: {\n serializedName: \"runtime\",\n type: {\n name: \"Composite\",\n className: \"Runtime\",\n },\n },\n maxInactiveRevisions: {\n serializedName: \"maxInactiveRevisions\",\n type: {\n name: \"Number\",\n },\n },\n revisionTransitionThreshold: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1,\n },\n serializedName: \"revisionTransitionThreshold\",\n type: {\n name: \"Number\",\n },\n },\n service: {\n serializedName: \"service\",\n type: {\n name: \"Composite\",\n className: \"Service\",\n },\n },\n identitySettings: {\n serializedName: \"identitySettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IdentitySettings\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Ingress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Ingress\",\n modelProperties: {\n fqdn: {\n serializedName: \"fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n external: {\n defaultValue: false,\n serializedName: \"external\",\n type: {\n name: \"Boolean\",\n },\n },\n targetPort: {\n serializedName: \"targetPort\",\n type: {\n name: \"Number\",\n },\n },\n exposedPort: {\n serializedName: \"exposedPort\",\n type: {\n name: \"Number\",\n },\n },\n transport: {\n defaultValue: \"auto\",\n serializedName: \"transport\",\n type: {\n name: \"String\",\n },\n },\n traffic: {\n serializedName: \"traffic\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrafficWeight\",\n },\n },\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n },\n },\n },\n },\n allowInsecure: {\n defaultValue: false,\n serializedName: \"allowInsecure\",\n type: {\n name: \"Boolean\",\n },\n },\n ipSecurityRestrictions: {\n serializedName: \"ipSecurityRestrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpSecurityRestrictionRule\",\n },\n },\n },\n },\n stickySessions: {\n serializedName: \"stickySessions\",\n type: {\n name: \"Composite\",\n className: \"IngressStickySessions\",\n },\n },\n clientCertificateMode: {\n serializedName: \"clientCertificateMode\",\n type: {\n name: \"String\",\n },\n },\n corsPolicy: {\n serializedName: \"corsPolicy\",\n type: {\n name: \"Composite\",\n className: \"CorsPolicy\",\n },\n },\n additionalPortMappings: {\n serializedName: \"additionalPortMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IngressPortMapping\",\n },\n },\n },\n },\n targetPortHttpScheme: {\n serializedName: \"targetPortHttpScheme\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrafficWeight: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrafficWeight\",\n modelProperties: {\n revisionName: {\n serializedName: \"revisionName\",\n type: {\n name: \"String\",\n },\n },\n weight: {\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n latestRevision: {\n defaultValue: false,\n serializedName: \"latestRevision\",\n type: {\n name: \"Boolean\",\n },\n },\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n bindingType: {\n serializedName: \"bindingType\",\n type: {\n name: \"String\",\n },\n },\n certificateId: {\n serializedName: \"certificateId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IpSecurityRestrictionRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpSecurityRestrictionRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n ipAddressRange: {\n serializedName: \"ipAddressRange\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IngressStickySessions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressStickySessions\",\n modelProperties: {\n affinity: {\n serializedName: \"affinity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CorsPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CorsPolicy\",\n modelProperties: {\n allowedOrigins: {\n serializedName: \"allowedOrigins\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n allowedMethods: {\n serializedName: \"allowedMethods\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n allowedHeaders: {\n serializedName: \"allowedHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n exposeHeaders: {\n serializedName: \"exposeHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n maxAge: {\n serializedName: \"maxAge\",\n type: {\n name: \"Number\",\n },\n },\n allowCredentials: {\n serializedName: \"allowCredentials\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const IngressPortMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressPortMapping\",\n modelProperties: {\n external: {\n serializedName: \"external\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n targetPort: {\n serializedName: \"targetPort\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n exposedPort: {\n serializedName: \"exposedPort\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryCredentials\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n passwordSecretRef: {\n serializedName: \"passwordSecretRef\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Dapr: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dapr\",\n modelProperties: {\n enabled: {\n defaultValue: false,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\",\n },\n },\n appProtocol: {\n defaultValue: \"http\",\n serializedName: \"appProtocol\",\n type: {\n name: \"String\",\n },\n },\n appPort: {\n serializedName: \"appPort\",\n type: {\n name: \"Number\",\n },\n },\n httpReadBufferSize: {\n serializedName: \"httpReadBufferSize\",\n type: {\n name: \"Number\",\n },\n },\n httpMaxRequestSize: {\n serializedName: \"httpMaxRequestSize\",\n type: {\n name: \"Number\",\n },\n },\n logLevel: {\n serializedName: \"logLevel\",\n type: {\n name: \"String\",\n },\n },\n enableApiLogging: {\n serializedName: \"enableApiLogging\",\n type: {\n name: \"Boolean\",\n },\n },\n appHealth: {\n serializedName: \"appHealth\",\n type: {\n name: \"Composite\",\n className: \"DaprAppHealth\",\n },\n },\n maxConcurrency: {\n serializedName: \"maxConcurrency\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DaprAppHealth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprAppHealth\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n probeIntervalSeconds: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"probeIntervalSeconds\",\n type: {\n name: \"Number\",\n },\n },\n probeTimeoutMilliseconds: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"probeTimeoutMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n threshold: {\n constraints: {\n InclusiveMinimum: 1,\n },\n serializedName: \"threshold\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Runtime: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Runtime\",\n modelProperties: {\n java: {\n serializedName: \"java\",\n type: {\n name: \"Composite\",\n className: \"RuntimeJava\",\n },\n },\n dotnet: {\n serializedName: \"dotnet\",\n type: {\n name: \"Composite\",\n className: \"RuntimeDotnet\",\n },\n },\n },\n },\n};\n\nexport const RuntimeJava: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeJava\",\n modelProperties: {\n enableMetrics: {\n serializedName: \"enableMetrics\",\n type: {\n name: \"Boolean\",\n },\n },\n javaAgent: {\n serializedName: \"javaAgent\",\n type: {\n name: \"Composite\",\n className: \"RuntimeJavaAgent\",\n },\n },\n },\n },\n};\n\nexport const RuntimeJavaAgent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeJavaAgent\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n logging: {\n serializedName: \"logging\",\n type: {\n name: \"Composite\",\n className: \"RuntimeJavaAgentLogging\",\n },\n },\n },\n },\n};\n\nexport const RuntimeJavaAgentLogging: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeJavaAgentLogging\",\n modelProperties: {\n loggerSettings: {\n serializedName: \"loggerSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoggerSetting\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LoggerSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoggerSetting\",\n modelProperties: {\n logger: {\n serializedName: \"logger\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n level: {\n serializedName: \"level\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuntimeDotnet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeDotnet\",\n modelProperties: {\n autoConfigureDataProtection: {\n serializedName: \"autoConfigureDataProtection\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Service: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Service\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentitySettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentitySettings\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n lifecycle: {\n serializedName: \"lifecycle\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Template: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Template\",\n modelProperties: {\n revisionSuffix: {\n serializedName: \"revisionSuffix\",\n type: {\n name: \"String\",\n },\n },\n terminationGracePeriodSeconds: {\n serializedName: \"terminationGracePeriodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n initContainers: {\n serializedName: \"initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InitContainer\",\n },\n },\n },\n },\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Container\",\n },\n },\n },\n },\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"Scale\",\n },\n },\n volumes: {\n serializedName: \"volumes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n },\n },\n },\n },\n serviceBinds: {\n serializedName: \"serviceBinds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceBind\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BaseContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaseContainer\",\n modelProperties: {\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n imageType: {\n serializedName: \"imageType\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n args: {\n serializedName: \"args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n env: {\n serializedName: \"env\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVar\",\n },\n },\n },\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Composite\",\n className: \"ContainerResources\",\n },\n },\n volumeMounts: {\n serializedName: \"volumeMounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VolumeMount\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EnvironmentVar: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVar\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n secretRef: {\n serializedName: \"secretRef\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerResources\",\n modelProperties: {\n cpu: {\n serializedName: \"cpu\",\n type: {\n name: \"Number\",\n },\n },\n memory: {\n serializedName: \"memory\",\n type: {\n name: \"String\",\n },\n },\n ephemeralStorage: {\n serializedName: \"ephemeralStorage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n gpu: {\n serializedName: \"gpu\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VolumeMount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeMount\",\n modelProperties: {\n volumeName: {\n serializedName: \"volumeName\",\n type: {\n name: \"String\",\n },\n },\n mountPath: {\n serializedName: \"mountPath\",\n type: {\n name: \"String\",\n },\n },\n subPath: {\n serializedName: \"subPath\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppProbe: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbe\",\n modelProperties: {\n failureThreshold: {\n serializedName: \"failureThreshold\",\n type: {\n name: \"Number\",\n },\n },\n httpGet: {\n serializedName: \"httpGet\",\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeHttpGet\",\n },\n },\n initialDelaySeconds: {\n serializedName: \"initialDelaySeconds\",\n type: {\n name: \"Number\",\n },\n },\n periodSeconds: {\n serializedName: \"periodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n successThreshold: {\n serializedName: \"successThreshold\",\n type: {\n name: \"Number\",\n },\n },\n tcpSocket: {\n serializedName: \"tcpSocket\",\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeTcpSocket\",\n },\n },\n terminationGracePeriodSeconds: {\n serializedName: \"terminationGracePeriodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n timeoutSeconds: {\n serializedName: \"timeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppProbeHttpGet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeHttpGet\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n httpHeaders: {\n serializedName: \"httpHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeHttpGetHttpHeadersItem\",\n },\n },\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n scheme: {\n serializedName: \"scheme\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppProbeHttpGetHttpHeadersItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeHttpGetHttpHeadersItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppProbeTcpSocket: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbeTcpSocket\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Scale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Scale\",\n modelProperties: {\n minReplicas: {\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\",\n },\n },\n maxReplicas: {\n defaultValue: 10,\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\",\n },\n },\n cooldownPeriod: {\n serializedName: \"cooldownPeriod\",\n type: {\n name: \"Number\",\n },\n },\n pollingInterval: {\n serializedName: \"pollingInterval\",\n type: {\n name: \"Number\",\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n azureQueue: {\n serializedName: \"azureQueue\",\n type: {\n name: \"Composite\",\n className: \"QueueScaleRule\",\n },\n },\n custom: {\n serializedName: \"custom\",\n type: {\n name: \"Composite\",\n className: \"CustomScaleRule\",\n },\n },\n http: {\n serializedName: \"http\",\n type: {\n name: \"Composite\",\n className: \"HttpScaleRule\",\n },\n },\n tcp: {\n serializedName: \"tcp\",\n type: {\n name: \"Composite\",\n className: \"TcpScaleRule\",\n },\n },\n },\n },\n};\n\nexport const QueueScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueueScaleRule\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\",\n },\n },\n queueName: {\n serializedName: \"queueName\",\n type: {\n name: \"String\",\n },\n },\n queueLength: {\n serializedName: \"queueLength\",\n type: {\n name: \"Number\",\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScaleRuleAuth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n modelProperties: {\n secretRef: {\n serializedName: \"secretRef\",\n type: {\n name: \"String\",\n },\n },\n triggerParameter: {\n serializedName: \"triggerParameter\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomScaleRule\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpScaleRule\",\n modelProperties: {\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TcpScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TcpScaleRule\",\n modelProperties: {\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Volume: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n storageType: {\n serializedName: \"storageType\",\n type: {\n name: \"String\",\n },\n },\n storageName: {\n serializedName: \"storageName\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecretVolumeItem\",\n },\n },\n },\n },\n mountOptions: {\n serializedName: \"mountOptions\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretVolumeItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretVolumeItem\",\n modelProperties: {\n secretRef: {\n serializedName: \"secretRef\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceBind: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceBind\",\n modelProperties: {\n serviceId: {\n serializedName: \"serviceId\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n clientType: {\n serializedName: \"clientType\",\n type: {\n name: \"String\",\n },\n },\n customizedKeys: {\n serializedName: \"customizedKeys\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const CustomHostnameAnalysisResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomHostnameAnalysisResult\",\n modelProperties: {\n hostName: {\n serializedName: \"hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isHostnameAlreadyVerified: {\n serializedName: \"isHostnameAlreadyVerified\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n customDomainVerificationTest: {\n serializedName: \"customDomainVerificationTest\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Passed\", \"Failed\", \"Skipped\"],\n },\n },\n customDomainVerificationFailureInfo: {\n serializedName: \"customDomainVerificationFailureInfo\",\n type: {\n name: \"Composite\",\n className: \"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo\",\n },\n },\n hasConflictOnManagedEnvironment: {\n serializedName: \"hasConflictOnManagedEnvironment\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n conflictWithEnvironmentCustomDomain: {\n serializedName: \"conflictWithEnvironmentCustomDomain\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n conflictingContainerAppResourceId: {\n serializedName: \"conflictingContainerAppResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cNameRecords: {\n serializedName: \"cNameRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n txtRecords: {\n serializedName: \"txtRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n aRecords: {\n serializedName: \"aRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n alternateCNameRecords: {\n serializedName: \"alternateCNameRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n alternateTxtRecords: {\n serializedName: \"alternateTxtRecords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SecretsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppSecret\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerAppSecret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppSecret\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n keyVaultUrl: {\n serializedName: \"keyVaultUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsBuildCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsBuildConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildConfiguration\",\n modelProperties: {\n baseOs: {\n serializedName: \"baseOs\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n platform: {\n serializedName: \"platform\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n platformVersion: {\n serializedName: \"platformVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n environmentVariables: {\n serializedName: \"environmentVariables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n },\n },\n },\n },\n preBuildSteps: {\n serializedName: \"preBuildSteps\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PreBuildStep\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LabelHistoryCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelHistoryCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabelHistory\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LabelHistoryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelHistoryProperties\",\n modelProperties: {\n records: {\n serializedName: \"records\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabelHistoryRecordItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LabelHistoryRecordItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelHistoryRecordItem\",\n modelProperties: {\n revision: {\n serializedName: \"revision\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n start: {\n serializedName: \"start\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n stop: {\n serializedName: \"stop\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchProperties\",\n modelProperties: {\n targetEnvironmentId: {\n serializedName: \"targetEnvironmentId\",\n type: {\n name: \"String\",\n },\n },\n targetContainerAppId: {\n serializedName: \"targetContainerAppId\",\n type: {\n name: \"String\",\n },\n },\n targetRevisionId: {\n serializedName: \"targetRevisionId\",\n type: {\n name: \"String\",\n },\n },\n patchApplyStatus: {\n serializedName: \"patchApplyStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n patchDetails: {\n serializedName: \"patchDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PatchDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PatchDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchDetails\",\n modelProperties: {\n targetContainerName: {\n serializedName: \"targetContainerName\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetImage: {\n serializedName: \"targetImage\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastDetectionTime: {\n serializedName: \"lastDetectionTime\",\n required: true,\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n detectionStatus: {\n serializedName: \"detectionStatus\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n newImageName: {\n serializedName: \"newImageName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n newLayer: {\n serializedName: \"newLayer\",\n type: {\n name: \"Composite\",\n className: \"PatchDetailsNewLayer\",\n },\n },\n oldLayer: {\n serializedName: \"oldLayer\",\n type: {\n name: \"Composite\",\n className: \"PatchDetailsOldLayer\",\n },\n },\n patchType: {\n serializedName: \"patchType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchDetailsNewLayer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchDetailsNewLayer\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n frameworkAndVersion: {\n serializedName: \"frameworkAndVersion\",\n type: {\n name: \"String\",\n },\n },\n osAndVersion: {\n serializedName: \"osAndVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchDetailsOldLayer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchDetailsOldLayer\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n frameworkAndVersion: {\n serializedName: \"frameworkAndVersion\",\n type: {\n name: \"String\",\n },\n },\n osAndVersion: {\n serializedName: \"osAndVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PatchSkipConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchSkipConfig\",\n modelProperties: {\n skip: {\n serializedName: \"skip\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RevisionCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RevisionCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Revision\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReplicaContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicaContainer\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n containerId: {\n serializedName: \"containerId\",\n type: {\n name: \"String\",\n },\n },\n ready: {\n serializedName: \"ready\",\n type: {\n name: \"Boolean\",\n },\n },\n started: {\n serializedName: \"started\",\n type: {\n name: \"Boolean\",\n },\n },\n restartCount: {\n serializedName: \"restartCount\",\n type: {\n name: \"Number\",\n },\n },\n runningState: {\n serializedName: \"runningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningStateDetails: {\n serializedName: \"runningStateDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logStreamEndpoint: {\n serializedName: \"logStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n execEndpoint: {\n serializedName: \"execEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n debugEndpoint: {\n serializedName: \"debugEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReplicaCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicaCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Replica\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DiagnosticsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsProperties\",\n modelProperties: {\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDefinition\",\n },\n },\n dataset: {\n serializedName: \"dataset\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDataApiResponse\",\n },\n },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsStatus\",\n },\n },\n dataProviderMetadata: {\n serializedName: \"dataProviderMetadata\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataProviderMetadata\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticsDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDefinition\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n author: {\n serializedName: \"author\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"category\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportTopicList: {\n serializedName: \"supportTopicList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSupportTopic\",\n },\n },\n },\n },\n analysisTypes: {\n serializedName: \"analysisTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n score: {\n serializedName: \"score\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticSupportTopic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticSupportTopic\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n pesId: {\n serializedName: \"pesId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticsDataApiResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDataApiResponse\",\n modelProperties: {\n table: {\n serializedName: \"table\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataTableResponseObject\",\n },\n },\n renderingProperties: {\n serializedName: \"renderingProperties\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticRendering\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticDataTableResponseObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataTableResponseObject\",\n modelProperties: {\n tableName: {\n serializedName: \"tableName\",\n type: {\n name: \"String\",\n },\n },\n columns: {\n serializedName: \"columns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataTableResponseColumn\",\n },\n },\n },\n },\n rows: {\n serializedName: \"rows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n },\n },\n};\n\nexport const DiagnosticDataTableResponseColumn: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataTableResponseColumn\",\n modelProperties: {\n columnName: {\n serializedName: \"columnName\",\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n columnType: {\n serializedName: \"columnType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticRendering: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticRendering\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"Number\",\n },\n },\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n isVisible: {\n serializedName: \"isVisible\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticsStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsStatus\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n statusId: {\n serializedName: \"statusId\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticDataProviderMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataProviderMetadata\",\n modelProperties: {\n providerName: {\n serializedName: \"providerName\",\n type: {\n name: \"String\",\n },\n },\n propertyBag: {\n serializedName: \"propertyBag\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataProviderMetadataPropertyBagItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DiagnosticDataProviderMetadataPropertyBagItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticDataProviderMetadataPropertyBagItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VnetConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VnetConfiguration\",\n modelProperties: {\n internal: {\n serializedName: \"internal\",\n type: {\n name: \"Boolean\",\n },\n },\n infrastructureSubnetId: {\n serializedName: \"infrastructureSubnetId\",\n type: {\n name: \"String\",\n },\n },\n dockerBridgeCidr: {\n serializedName: \"dockerBridgeCidr\",\n type: {\n name: \"String\",\n },\n },\n platformReservedCidr: {\n serializedName: \"platformReservedCidr\",\n type: {\n name: \"String\",\n },\n },\n platformReservedDnsIP: {\n serializedName: \"platformReservedDnsIP\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AppLogsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppLogsConfiguration\",\n modelProperties: {\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"String\",\n },\n },\n logAnalyticsConfiguration: {\n serializedName: \"logAnalyticsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LogAnalyticsConfiguration\",\n },\n },\n },\n },\n};\n\nexport const LogAnalyticsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogAnalyticsConfiguration\",\n modelProperties: {\n customerId: {\n serializedName: \"customerId\",\n type: {\n name: \"String\",\n },\n },\n sharedKey: {\n serializedName: \"sharedKey\",\n type: {\n name: \"String\",\n },\n },\n dynamicJsonColumns: {\n serializedName: \"dynamicJsonColumns\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AppInsightsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppInsightsConfiguration\",\n modelProperties: {\n connectionString: {\n serializedName: \"connectionString\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenTelemetryConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenTelemetryConfiguration\",\n modelProperties: {\n destinationsConfiguration: {\n serializedName: \"destinationsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DestinationsConfiguration\",\n },\n },\n tracesConfiguration: {\n serializedName: \"tracesConfiguration\",\n type: {\n name: \"Composite\",\n className: \"TracesConfiguration\",\n },\n },\n logsConfiguration: {\n serializedName: \"logsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LogsConfiguration\",\n },\n },\n metricsConfiguration: {\n serializedName: \"metricsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"MetricsConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DestinationsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DestinationsConfiguration\",\n modelProperties: {\n dataDogConfiguration: {\n serializedName: \"dataDogConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DataDogConfiguration\",\n },\n },\n otlpConfigurations: {\n serializedName: \"otlpConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OtlpConfiguration\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DataDogConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataDogConfiguration\",\n modelProperties: {\n site: {\n serializedName: \"site\",\n type: {\n name: \"String\",\n },\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OtlpConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OtlpConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n endpoint: {\n serializedName: \"endpoint\",\n type: {\n name: \"String\",\n },\n },\n insecure: {\n serializedName: \"insecure\",\n type: {\n name: \"Boolean\",\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Header\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Header: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Header\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TracesConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TracesConfiguration\",\n modelProperties: {\n includeDapr: {\n serializedName: \"includeDapr\",\n type: {\n name: \"Boolean\",\n },\n },\n destinations: {\n serializedName: \"destinations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LogsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogsConfiguration\",\n modelProperties: {\n destinations: {\n serializedName: \"destinations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricsConfiguration\",\n modelProperties: {\n includeKeda: {\n serializedName: \"includeKeda\",\n type: {\n name: \"Boolean\",\n },\n },\n destinations: {\n serializedName: \"destinations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkloadProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfile\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n enableFips: {\n defaultValue: false,\n serializedName: \"enableFips\",\n type: {\n name: \"Boolean\",\n },\n },\n workloadProfileType: {\n serializedName: \"workloadProfileType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n minimumCount: {\n serializedName: \"minimumCount\",\n type: {\n name: \"Number\",\n },\n },\n maximumCount: {\n serializedName: \"maximumCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const KedaConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KedaConfiguration\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprConfiguration\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentPropertiesPeerAuthentication: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerAuthentication\",\n modelProperties: {\n mtls: {\n serializedName: \"mtls\",\n type: {\n name: \"Composite\",\n className: \"Mtls\",\n },\n },\n },\n },\n};\n\nexport const Mtls: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Mtls\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentPropertiesPeerTrafficConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerTrafficConfiguration\",\n modelProperties: {\n encryption: {\n serializedName: \"encryption\",\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerTrafficConfigurationEncryption\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const IngressConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressConfiguration\",\n modelProperties: {\n workloadProfileName: {\n serializedName: \"workloadProfileName\",\n type: {\n name: \"String\",\n },\n },\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"IngressConfigurationScale\",\n },\n },\n terminationGracePeriodSeconds: {\n serializedName: \"terminationGracePeriodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n headerCountLimit: {\n serializedName: \"headerCountLimit\",\n type: {\n name: \"Number\",\n },\n },\n requestIdleTimeout: {\n serializedName: \"requestIdleTimeout\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const IngressConfigurationScale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressConfigurationScale\",\n modelProperties: {\n minReplicas: {\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\",\n },\n },\n maxReplicas: {\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiskEncryptionConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfiguration\",\n modelProperties: {\n keyVaultConfiguration: {\n serializedName: \"keyVaultConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfigurationKeyVaultConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DiskEncryptionConfigurationKeyVaultConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfigurationKeyVaultConfiguration\",\n modelProperties: {\n keyUrl: {\n serializedName: \"keyUrl\",\n type: {\n name: \"String\",\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfigurationKeyVaultConfigurationAuth\",\n },\n },\n },\n },\n};\n\nexport const DiskEncryptionConfigurationKeyVaultConfigurationAuth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfigurationKeyVaultConfigurationAuth\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobConfiguration\",\n modelProperties: {\n secrets: {\n serializedName: \"secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n triggerType: {\n defaultValue: \"Manual\",\n serializedName: \"triggerType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n replicaTimeout: {\n serializedName: \"replicaTimeout\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n replicaRetryLimit: {\n serializedName: \"replicaRetryLimit\",\n type: {\n name: \"Number\",\n },\n },\n manualTriggerConfig: {\n serializedName: \"manualTriggerConfig\",\n type: {\n name: \"Composite\",\n className: \"JobConfigurationManualTriggerConfig\",\n },\n },\n scheduleTriggerConfig: {\n serializedName: \"scheduleTriggerConfig\",\n type: {\n name: \"Composite\",\n className: \"JobConfigurationScheduleTriggerConfig\",\n },\n },\n eventTriggerConfig: {\n serializedName: \"eventTriggerConfig\",\n type: {\n name: \"Composite\",\n className: \"JobConfigurationEventTriggerConfig\",\n },\n },\n registries: {\n serializedName: \"registries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegistryCredentials\",\n },\n },\n },\n },\n identitySettings: {\n serializedName: \"identitySettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IdentitySettings\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JobConfigurationManualTriggerConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobConfigurationManualTriggerConfig\",\n modelProperties: {\n replicaCompletionCount: {\n serializedName: \"replicaCompletionCount\",\n type: {\n name: \"Number\",\n },\n },\n parallelism: {\n serializedName: \"parallelism\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const JobConfigurationScheduleTriggerConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobConfigurationScheduleTriggerConfig\",\n modelProperties: {\n replicaCompletionCount: {\n serializedName: \"replicaCompletionCount\",\n type: {\n name: \"Number\",\n },\n },\n cronExpression: {\n serializedName: \"cronExpression\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n parallelism: {\n serializedName: \"parallelism\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const JobConfigurationEventTriggerConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobConfigurationEventTriggerConfig\",\n modelProperties: {\n replicaCompletionCount: {\n serializedName: \"replicaCompletionCount\",\n type: {\n name: \"Number\",\n },\n },\n parallelism: {\n serializedName: \"parallelism\",\n type: {\n name: \"Number\",\n },\n },\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"JobScale\",\n },\n },\n },\n },\n};\n\nexport const JobScale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobScale\",\n modelProperties: {\n pollingInterval: {\n serializedName: \"pollingInterval\",\n type: {\n name: \"Number\",\n },\n },\n minExecutions: {\n defaultValue: 0,\n serializedName: \"minExecutions\",\n type: {\n name: \"Number\",\n },\n },\n maxExecutions: {\n defaultValue: 100,\n serializedName: \"maxExecutions\",\n type: {\n name: \"Number\",\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobScaleRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JobScaleRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobScaleRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScaleRuleAuth\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobTemplate\",\n modelProperties: {\n initContainers: {\n serializedName: \"initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InitContainer\",\n },\n },\n },\n },\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Container\",\n },\n },\n },\n },\n volumes: {\n serializedName: \"volumes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Volume\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DotNetComponentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DotNetComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponentConfigurationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentConfigurationProperty\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponentServiceBind: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentServiceBind\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n serviceId: {\n serializedName: \"serviceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableOperations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperations\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationDetail\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDetail\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JavaComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentProperties\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: {\n serializedName: \"componentType\",\n clientName: \"componentType\",\n },\n modelProperties: {\n componentType: {\n serializedName: \"componentType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configurations: {\n serializedName: \"configurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JavaComponentConfigurationProperty\",\n },\n },\n },\n },\n scale: {\n serializedName: \"scale\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentPropertiesScale\",\n },\n },\n serviceBinds: {\n serializedName: \"serviceBinds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JavaComponentServiceBind\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JavaComponentConfigurationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentConfigurationProperty\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentPropertiesScale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentPropertiesScale\",\n modelProperties: {\n minReplicas: {\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\",\n },\n },\n maxReplicas: {\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentServiceBind: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentServiceBind\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n serviceId: {\n serializedName: \"serviceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Job\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobPatchProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobPatchProperties\",\n modelProperties: {\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"JobPatchPropertiesProperties\",\n },\n },\n },\n },\n};\n\nexport const JobPatchPropertiesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobPatchPropertiesProperties\",\n modelProperties: {\n environmentId: {\n serializedName: \"environmentId\",\n type: {\n name: \"String\",\n },\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className: \"JobConfiguration\",\n },\n },\n template: {\n serializedName: \"template\",\n type: {\n name: \"Composite\",\n className: \"JobTemplate\",\n },\n },\n outboundIpAddresses: {\n serializedName: \"outboundIpAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n eventStreamEndpoint: {\n serializedName: \"eventStreamEndpoint\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobExecutionTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecutionTemplate\",\n modelProperties: {\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobExecutionContainer\",\n },\n },\n },\n },\n initContainers: {\n serializedName: \"initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobExecutionContainer\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JobExecutionContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecutionContainer\",\n modelProperties: {\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n args: {\n serializedName: \"args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n env: {\n serializedName: \"env\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVar\",\n },\n },\n },\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Composite\",\n className: \"ContainerResources\",\n },\n },\n },\n },\n};\n\nexport const JobExecutionBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecutionBase\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppJobExecutions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppJobExecutions\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobExecution\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobExecution: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecution\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"properties.endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"Composite\",\n className: \"JobExecutionTemplate\",\n },\n },\n detailedStatus: {\n serializedName: \"properties.detailedStatus\",\n type: {\n name: \"Composite\",\n className: \"ExecutionStatus\",\n },\n },\n },\n },\n};\n\nexport const ExecutionStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExecutionStatus\",\n modelProperties: {\n replicas: {\n serializedName: \"replicas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReplicaExecutionStatus\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ReplicaExecutionStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicaExecutionStatus\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerExecutionStatus\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContainerExecutionStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerExecutionStatus\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"Number\",\n },\n },\n additionalInformation: {\n serializedName: \"additionalInformation\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobSecretsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobSecretsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkflowEnvelopeCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelopeCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelope\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkflowEnvelope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelope\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelopeProperties\",\n },\n },\n },\n },\n};\n\nexport const WorkflowEnvelopeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowEnvelopeProperties\",\n modelProperties: {\n files: {\n serializedName: \"files\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n flowState: {\n serializedName: \"flowState\",\n type: {\n name: \"String\",\n },\n },\n health: {\n serializedName: \"health\",\n type: {\n name: \"Composite\",\n className: \"WorkflowHealth\",\n },\n },\n },\n },\n};\n\nexport const WorkflowHealth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowHealth\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSpecified\", \"Healthy\", \"Unhealthy\", \"Unknown\"],\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorEntity\",\n },\n },\n },\n },\n};\n\nexport const ErrorEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorEntity\",\n modelProperties: {\n extendedCode: {\n serializedName: \"extendedCode\",\n type: {\n name: \"String\",\n },\n },\n messageTemplate: {\n serializedName: \"messageTemplate\",\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n innerErrors: {\n serializedName: \"innerErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorEntity\",\n },\n },\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorEntity\",\n },\n },\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkflowArtifacts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowArtifacts\",\n modelProperties: {\n appSettings: {\n serializedName: \"appSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n files: {\n serializedName: \"files\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n filesToDelete: {\n serializedName: \"filesToDelete\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironment\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificateProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectName: {\n serializedName: \"subjectName\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n domainControlValidation: {\n serializedName: \"domainControlValidation\",\n type: {\n name: \"String\",\n },\n },\n validationToken: {\n serializedName: \"validationToken\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificatePatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificatePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ManagedCertificateCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificateCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificate\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkloadProfileStatesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStatesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStates\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WorkloadProfileStatesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStatesProperties\",\n modelProperties: {\n minimumCount: {\n serializedName: \"minimumCount\",\n type: {\n name: \"Number\",\n },\n },\n maximumCount: {\n serializedName: \"maximumCount\",\n type: {\n name: \"Number\",\n },\n },\n currentCount: {\n serializedName: \"currentCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPoliciesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPoliciesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicy\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPolicyConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyConfiguration\",\n modelProperties: {\n httpRetryPolicy: {\n serializedName: \"httpRetryPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration\",\n },\n },\n timeoutPolicy: {\n serializedName: \"timeoutPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyTimeoutPolicyConfiguration\",\n },\n },\n circuitBreakerPolicy: {\n serializedName: \"circuitBreakerPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration\",\n modelProperties: {\n maxRetries: {\n serializedName: \"maxRetries\",\n type: {\n name: \"Number\",\n },\n },\n retryBackOff: {\n serializedName: \"retryBackOff\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration\",\n },\n },\n },\n },\n };\n\nexport const DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration\",\n modelProperties: {\n initialDelayInMilliseconds: {\n serializedName: \"initialDelayInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n maxIntervalInMilliseconds: {\n serializedName: \"maxIntervalInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const DaprComponentResiliencyPolicyTimeoutPolicyConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyTimeoutPolicyConfiguration\",\n modelProperties: {\n responseTimeoutInSeconds: {\n serializedName: \"responseTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration\",\n modelProperties: {\n consecutiveErrors: {\n serializedName: \"consecutiveErrors\",\n type: {\n name: \"Number\",\n },\n },\n timeoutInSeconds: {\n serializedName: \"timeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n intervalInSeconds: {\n serializedName: \"intervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const DaprComponentsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponent\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSubscriptionsCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionsCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprSubscription\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSubscriptionRoutes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionRoutes\",\n modelProperties: {\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionRouteRule\",\n },\n },\n },\n },\n default: {\n serializedName: \"default\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSubscriptionRouteRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionRouteRule\",\n modelProperties: {\n match: {\n serializedName: \"match\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DaprSubscriptionBulkSubscribeOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionBulkSubscribeOptions\",\n modelProperties: {\n enabled: {\n defaultValue: false,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n maxMessagesCount: {\n serializedName: \"maxMessagesCount\",\n type: {\n name: \"Number\",\n },\n },\n maxAwaitDurationMs: {\n serializedName: \"maxAwaitDurationMs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteConfigProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfigProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningErrors: {\n serializedName: \"provisioningErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteProvisioningErrors\",\n },\n },\n },\n },\n fqdn: {\n serializedName: \"fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n },\n },\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HttpRouteProvisioningErrors: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteProvisioningErrors\",\n modelProperties: {\n timestamp: {\n serializedName: \"timestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteRule\",\n modelProperties: {\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteTarget\",\n },\n },\n },\n },\n routes: {\n serializedName: \"routes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRoute\",\n },\n },\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteTarget: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteTarget\",\n modelProperties: {\n containerApp: {\n serializedName: \"containerApp\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n revision: {\n serializedName: \"revision\",\n type: {\n name: \"String\",\n },\n },\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HttpRoute: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRoute\",\n modelProperties: {\n match: {\n serializedName: \"match\",\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatch\",\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"Composite\",\n className: \"HttpRouteAction\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteMatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatch\",\n modelProperties: {\n prefix: {\n serializedName: \"prefix\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n pathSeparatedPrefix: {\n serializedName: \"pathSeparatedPrefix\",\n type: {\n name: \"String\",\n },\n },\n caseSensitive: {\n serializedName: \"caseSensitive\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteAction\",\n modelProperties: {\n prefixRewrite: {\n serializedName: \"prefixRewrite\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteConfigCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfigCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfig\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceConfigurationCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScheduledEntry: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledEntry\",\n modelProperties: {\n weekDay: {\n serializedName: \"weekDay\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n \"Sunday\",\n ],\n },\n },\n startHourUtc: {\n serializedName: \"startHourUtc\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n durationHours: {\n serializedName: \"durationHours\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentStoragesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStoragesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStorage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentStorageProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStorageProperties\",\n modelProperties: {\n azureFile: {\n serializedName: \"azureFile\",\n type: {\n name: \"Composite\",\n className: \"AzureFileProperties\",\n },\n },\n nfsAzureFile: {\n serializedName: \"nfsAzureFile\",\n type: {\n name: \"Composite\",\n className: \"NfsAzureFileProperties\",\n },\n },\n },\n },\n};\n\nexport const NfsAzureFileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NfsAzureFileProperties\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n shareName: {\n serializedName: \"shareName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionPoolCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionPoolCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionPool\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScaleConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleConfiguration\",\n modelProperties: {\n maxConcurrentSessions: {\n serializedName: \"maxConcurrentSessions\",\n type: {\n name: \"Number\",\n },\n },\n readySessionInstances: {\n serializedName: \"readySessionInstances\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SessionPoolSecret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionPoolSecret\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DynamicPoolConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DynamicPoolConfiguration\",\n modelProperties: {\n lifecycleConfiguration: {\n serializedName: \"lifecycleConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LifecycleConfiguration\",\n },\n },\n },\n },\n};\n\nexport const LifecycleConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LifecycleConfiguration\",\n modelProperties: {\n lifecycleType: {\n serializedName: \"lifecycleType\",\n type: {\n name: \"String\",\n },\n },\n cooldownPeriodInSeconds: {\n serializedName: \"cooldownPeriodInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n maxAlivePeriodInSeconds: {\n serializedName: \"maxAlivePeriodInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CustomContainerTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomContainerTemplate\",\n modelProperties: {\n registryCredentials: {\n serializedName: \"registryCredentials\",\n type: {\n name: \"Composite\",\n className: \"SessionRegistryCredentials\",\n },\n },\n containers: {\n serializedName: \"containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionContainer\",\n },\n },\n },\n },\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"SessionIngress\",\n },\n },\n },\n },\n};\n\nexport const SessionRegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionRegistryCredentials\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n passwordSecretRef: {\n serializedName: \"passwordSecretRef\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionContainer\",\n modelProperties: {\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n command: {\n serializedName: \"command\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n args: {\n serializedName: \"args\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n env: {\n serializedName: \"env\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVar\",\n },\n },\n },\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Composite\",\n className: \"SessionContainerResources\",\n },\n },\n probes: {\n serializedName: \"probes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionProbe\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SessionContainerResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionContainerResources\",\n modelProperties: {\n cpu: {\n serializedName: \"cpu\",\n type: {\n name: \"Number\",\n },\n },\n memory: {\n serializedName: \"memory\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionProbe: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionProbe\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n httpGet: {\n serializedName: \"httpGet\",\n type: {\n name: \"Composite\",\n className: \"SessionProbeHttpGet\",\n },\n },\n tcpSocket: {\n serializedName: \"tcpSocket\",\n type: {\n name: \"Composite\",\n className: \"SessionProbeTcpSocket\",\n },\n },\n failureThreshold: {\n serializedName: \"failureThreshold\",\n type: {\n name: \"Number\",\n },\n },\n initialDelaySeconds: {\n serializedName: \"initialDelaySeconds\",\n type: {\n name: \"Number\",\n },\n },\n periodSeconds: {\n serializedName: \"periodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n successThreshold: {\n serializedName: \"successThreshold\",\n type: {\n name: \"Number\",\n },\n },\n terminationGracePeriodSeconds: {\n serializedName: \"terminationGracePeriodSeconds\",\n type: {\n name: \"Number\",\n },\n },\n timeoutSeconds: {\n serializedName: \"timeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SessionProbeHttpGet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionProbeHttpGet\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n httpHeaders: {\n serializedName: \"httpHeaders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionProbeHttpGetHttpHeadersItem\",\n },\n },\n },\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n scheme: {\n serializedName: \"scheme\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionProbeHttpGetHttpHeadersItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionProbeHttpGetHttpHeadersItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionProbeTcpSocket: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionProbeTcpSocket\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SessionIngress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionIngress\",\n modelProperties: {\n targetPort: {\n serializedName: \"targetPort\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SessionNetworkConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionNetworkConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedIdentitySetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedIdentitySetting\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n lifecycle: {\n serializedName: \"lifecycle\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SessionPoolUpdatableProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionPoolUpdatableProperties\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n scaleConfiguration: {\n serializedName: \"properties.scaleConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ScaleConfiguration\",\n },\n },\n secrets: {\n serializedName: \"properties.secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionPoolSecret\",\n },\n },\n },\n },\n dynamicPoolConfiguration: {\n serializedName: \"properties.dynamicPoolConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DynamicPoolConfiguration\",\n },\n },\n customContainerTemplate: {\n serializedName: \"properties.customContainerTemplate\",\n type: {\n name: \"Composite\",\n className: \"CustomContainerTemplate\",\n },\n },\n sessionNetworkConfiguration: {\n serializedName: \"properties.sessionNetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SessionNetworkConfiguration\",\n },\n },\n },\n },\n};\n\nexport const SourceControlCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControl\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GithubActionConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GithubActionConfiguration\",\n modelProperties: {\n registryInfo: {\n serializedName: \"registryInfo\",\n type: {\n name: \"Composite\",\n className: \"RegistryInfo\",\n },\n },\n azureCredentials: {\n serializedName: \"azureCredentials\",\n type: {\n name: \"Composite\",\n className: \"AzureCredentials\",\n },\n },\n contextPath: {\n serializedName: \"contextPath\",\n type: {\n name: \"String\",\n },\n },\n dockerfilePath: {\n serializedName: \"dockerfilePath\",\n type: {\n name: \"String\",\n },\n },\n githubPersonalAccessToken: {\n serializedName: \"githubPersonalAccessToken\",\n type: {\n name: \"String\",\n },\n },\n image: {\n serializedName: \"image\",\n type: {\n name: \"String\",\n },\n },\n publishType: {\n serializedName: \"publishType\",\n type: {\n name: \"String\",\n },\n },\n os: {\n serializedName: \"os\",\n type: {\n name: \"String\",\n },\n },\n runtimeStack: {\n serializedName: \"runtimeStack\",\n type: {\n name: \"String\",\n },\n },\n runtimeVersion: {\n serializedName: \"runtimeVersion\",\n type: {\n name: \"String\",\n },\n },\n buildEnvironmentVariables: {\n serializedName: \"buildEnvironmentVariables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RegistryInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryInfo\",\n modelProperties: {\n registryUrl: {\n serializedName: \"registryUrl\",\n type: {\n name: \"String\",\n },\n },\n registryUserName: {\n serializedName: \"registryUserName\",\n type: {\n name: \"String\",\n },\n },\n registryPassword: {\n serializedName: \"registryPassword\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureCredentials\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n clientSecret: {\n serializedName: \"clientSecret\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListUsagesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListUsagesResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n defaultValue: \"Count\",\n isConstant: true,\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n },\n },\n },\n },\n};\n\nexport const UsageName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScgRoute: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScgRoute\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n predicates: {\n serializedName: \"predicates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentIngress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n modelProperties: {\n fqdn: {\n serializedName: \"fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobExecutionNamesCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobExecutionNamesCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobExecutionBase\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupIds: {\n serializedName: \"properties.groupIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentPatchResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentPatchResource\",\n modelProperties: {\n ...ResourceTags.type.modelProperties,\n },\n },\n};\n\nexport const ConnectedEnvironmentDaprComponentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentDaprComponentProperties\",\n modelProperties: {\n ...DaprComponentProperties.type.modelProperties,\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InitContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InitContainer\",\n modelProperties: {\n ...BaseContainer.type.modelProperties,\n },\n },\n};\n\nexport const Container: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Container\",\n modelProperties: {\n ...BaseContainer.type.modelProperties,\n probes: {\n serializedName: \"probes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerAppProbe\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SpringCloudGatewayComponent: coreClient.CompositeMapper = {\n serializedName: \"SpringCloudGateway\",\n type: {\n name: \"Composite\",\n className: \"SpringCloudGatewayComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n },\n },\n springCloudGatewayRoutes: {\n serializedName: \"springCloudGatewayRoutes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScgRoute\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SpringBootAdminComponent: coreClient.CompositeMapper = {\n serializedName: \"SpringBootAdmin\",\n type: {\n name: \"Composite\",\n className: \"SpringBootAdminComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n },\n },\n },\n },\n};\n\nexport const NacosComponent: coreClient.CompositeMapper = {\n serializedName: \"Nacos\",\n type: {\n name: \"Composite\",\n className: \"NacosComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n },\n },\n },\n },\n};\n\nexport const SpringCloudEurekaComponent: coreClient.CompositeMapper = {\n serializedName: \"SpringCloudEureka\",\n type: {\n name: \"Composite\",\n className: \"SpringCloudEurekaComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentIngress\",\n },\n },\n },\n },\n};\n\nexport const SpringCloudConfigComponent: coreClient.CompositeMapper = {\n serializedName: \"SpringCloudConfig\",\n type: {\n name: \"Composite\",\n className: \"SpringCloudConfigComponent\",\n uberParent: \"JavaComponentProperties\",\n polymorphicDiscriminator: JavaComponentProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...JavaComponentProperties.type.modelProperties,\n },\n },\n};\n\nexport const AppResiliency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppResiliency\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n timeoutPolicy: {\n serializedName: \"properties.timeoutPolicy\",\n type: {\n name: \"Composite\",\n className: \"TimeoutPolicy\",\n },\n },\n httpRetryPolicy: {\n serializedName: \"properties.httpRetryPolicy\",\n type: {\n name: \"Composite\",\n className: \"HttpRetryPolicy\",\n },\n },\n tcpRetryPolicy: {\n serializedName: \"properties.tcpRetryPolicy\",\n type: {\n name: \"Composite\",\n className: \"TcpRetryPolicy\",\n },\n },\n circuitBreakerPolicy: {\n serializedName: \"properties.circuitBreakerPolicy\",\n type: {\n name: \"Composite\",\n className: \"CircuitBreakerPolicy\",\n },\n },\n httpConnectionPool: {\n serializedName: \"properties.httpConnectionPool\",\n type: {\n name: \"Composite\",\n className: \"HttpConnectionPool\",\n },\n },\n tcpConnectionPool: {\n serializedName: \"properties.tcpConnectionPool\",\n type: {\n name: \"Composite\",\n className: \"TcpConnectionPool\",\n },\n },\n },\n },\n};\n\nexport const AuthConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthConfig\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n platform: {\n serializedName: \"properties.platform\",\n type: {\n name: \"Composite\",\n className: \"AuthPlatform\",\n },\n },\n globalValidation: {\n serializedName: \"properties.globalValidation\",\n type: {\n name: \"Composite\",\n className: \"GlobalValidation\",\n },\n },\n identityProviders: {\n serializedName: \"properties.identityProviders\",\n type: {\n name: \"Composite\",\n className: \"IdentityProviders\",\n },\n },\n login: {\n serializedName: \"properties.login\",\n type: {\n name: \"Composite\",\n className: \"Login\",\n },\n },\n httpSettings: {\n serializedName: \"properties.httpSettings\",\n type: {\n name: \"Composite\",\n className: \"HttpSettings\",\n },\n },\n encryptionSettings: {\n serializedName: \"properties.encryptionSettings\",\n type: {\n name: \"Composite\",\n className: \"EncryptionSettings\",\n },\n },\n },\n },\n};\n\nexport const AvailableWorkloadProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfile\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AvailableWorkloadProfileProperties\",\n },\n },\n },\n },\n};\n\nexport const BuildResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n buildStatus: {\n serializedName: \"properties.buildStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationContainerRegistry: {\n serializedName: \"properties.destinationContainerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryWithCustomImage\",\n },\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"BuildConfiguration\",\n },\n },\n uploadEndpoint: {\n serializedName: \"properties.uploadEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logStreamEndpoint: {\n serializedName: \"properties.logStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tokenEndpoint: {\n serializedName: \"properties.tokenEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentDaprComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentDaprComponent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n componentType: {\n serializedName: \"properties.componentType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n ignoreErrors: {\n defaultValue: false,\n serializedName: \"properties.ignoreErrors\",\n type: {\n name: \"Boolean\",\n },\n },\n initTimeout: {\n serializedName: \"properties.initTimeout\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"properties.secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n secretStoreComponent: {\n serializedName: \"properties.secretStoreComponent\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprMetadata\",\n },\n },\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n serviceComponentBind: {\n serializedName: \"properties.serviceComponentBind\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponentServiceBinding\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"properties.deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStorage\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentStorageProperties\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsBuildResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n buildStatus: {\n serializedName: \"properties.buildStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationContainerRegistry: {\n serializedName: \"properties.destinationContainerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryWithCustomImage\",\n },\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildConfiguration\",\n },\n },\n logStreamEndpoint: {\n serializedName: \"properties.logStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LabelHistory: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabelHistory\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LabelHistoryProperties\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsPatchResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PatchProperties\",\n },\n },\n },\n },\n};\n\nexport const Revision: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Revision\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n createdTime: {\n serializedName: \"properties.createdTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastActiveTime: {\n serializedName: \"properties.lastActiveTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"Composite\",\n className: \"Template\",\n },\n },\n active: {\n serializedName: \"properties.active\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n replicas: {\n serializedName: \"properties.replicas\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n trafficWeight: {\n serializedName: \"properties.trafficWeight\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n labels: {\n serializedName: \"properties.labels\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n provisioningError: {\n serializedName: \"properties.provisioningError\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n healthState: {\n serializedName: \"properties.healthState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningState: {\n serializedName: \"properties.runningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Replica: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Replica\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n createdTime: {\n serializedName: \"properties.createdTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n runningState: {\n serializedName: \"properties.runningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningStateDetails: {\n serializedName: \"properties.runningStateDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n containers: {\n serializedName: \"properties.containers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReplicaContainer\",\n },\n },\n },\n },\n initContainers: {\n serializedName: \"properties.initContainers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReplicaContainer\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Diagnostics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsProperties\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n componentType: {\n serializedName: \"properties.componentType\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configurations: {\n serializedName: \"properties.configurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentConfigurationProperty\",\n },\n },\n },\n },\n serviceBinds: {\n serializedName: \"properties.serviceBinds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentServiceBind\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const JavaComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"JavaComponentProperties\",\n },\n },\n },\n },\n};\n\nexport const LogicApp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogicApp\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const WorkloadProfileStates: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStates\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"WorkloadProfileStatesProperties\",\n },\n },\n },\n },\n};\n\nexport const DaprComponentResiliencyPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicy\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n inboundPolicy: {\n serializedName: \"properties.inboundPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyConfiguration\",\n },\n },\n outboundPolicy: {\n serializedName: \"properties.outboundPolicy\",\n type: {\n name: \"Composite\",\n className: \"DaprComponentResiliencyPolicyConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DaprComponent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprComponent\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n componentType: {\n serializedName: \"properties.componentType\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\",\n },\n },\n ignoreErrors: {\n defaultValue: false,\n serializedName: \"properties.ignoreErrors\",\n type: {\n name: \"Boolean\",\n },\n },\n initTimeout: {\n serializedName: \"properties.initTimeout\",\n type: {\n name: \"String\",\n },\n },\n secrets: {\n serializedName: \"properties.secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n secretStoreComponent: {\n serializedName: \"properties.secretStoreComponent\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprMetadata\",\n },\n },\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n serviceComponentBind: {\n serializedName: \"properties.serviceComponentBind\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DaprComponentServiceBinding\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DaprSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DaprSubscription\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n pubsubName: {\n serializedName: \"properties.pubsubName\",\n type: {\n name: \"String\",\n },\n },\n topic: {\n serializedName: \"properties.topic\",\n type: {\n name: \"String\",\n },\n },\n deadLetterTopic: {\n serializedName: \"properties.deadLetterTopic\",\n type: {\n name: \"String\",\n },\n },\n routes: {\n serializedName: \"properties.routes\",\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionRoutes\",\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n bulkSubscribe: {\n serializedName: \"properties.bulkSubscribe\",\n type: {\n name: \"Composite\",\n className: \"DaprSubscriptionBulkSubscribeOptions\",\n },\n },\n },\n },\n};\n\nexport const HttpRouteConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfig\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfigProperties\",\n },\n },\n },\n },\n};\n\nexport const MaintenanceConfigurationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n scheduledEntries: {\n serializedName: \"properties.scheduledEntries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduledEntry\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStorage\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentStorageProperties\",\n },\n },\n },\n },\n};\n\nexport const SourceControl: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControl\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n operationState: {\n serializedName: \"properties.operationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n repoUrl: {\n serializedName: \"properties.repoUrl\",\n type: {\n name: \"String\",\n },\n },\n branch: {\n serializedName: \"properties.branch\",\n type: {\n name: \"String\",\n },\n },\n githubActionConfiguration: {\n serializedName: \"properties.githubActionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GithubActionConfiguration\",\n },\n },\n },\n },\n};\n\nexport const BuilderResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuilderResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n containerRegistries: {\n serializedName: \"properties.containerRegistries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistry\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironment\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"properties.deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultDomain: {\n serializedName: \"properties.defaultDomain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n staticIp: {\n serializedName: \"properties.staticIp\",\n type: {\n name: \"String\",\n },\n },\n daprAIConnectionString: {\n serializedName: \"properties.daprAIConnectionString\",\n type: {\n name: \"String\",\n },\n },\n customDomainConfiguration: {\n serializedName: \"properties.customDomainConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CustomDomainConfiguration\",\n },\n },\n },\n },\n};\n\nexport const Certificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CertificateProperties\",\n },\n },\n },\n },\n};\n\nexport const ContainerApp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerApp\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n managedBy: {\n serializedName: \"managedBy\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningStatus: {\n serializedName: \"properties.runningStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentErrors: {\n serializedName: \"properties.deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedEnvironmentId: {\n serializedName: \"properties.managedEnvironmentId\",\n type: {\n name: \"String\",\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n workloadProfileName: {\n serializedName: \"properties.workloadProfileName\",\n type: {\n name: \"String\",\n },\n },\n patchingConfiguration: {\n serializedName: \"properties.patchingConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ContainerAppPropertiesPatchingConfiguration\",\n },\n },\n latestRevisionName: {\n serializedName: \"properties.latestRevisionName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n latestReadyRevisionName: {\n serializedName: \"properties.latestReadyRevisionName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n latestRevisionFqdn: {\n serializedName: \"properties.latestRevisionFqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomainVerificationId: {\n serializedName: \"properties.customDomainVerificationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"Configuration\",\n },\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"Composite\",\n className: \"Template\",\n },\n },\n outboundIpAddresses: {\n serializedName: \"properties.outboundIpAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n eventStreamEndpoint: {\n serializedName: \"properties.eventStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppAuthToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppAuthToken\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n token: {\n serializedName: \"properties.token\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expires: {\n serializedName: \"properties.expires\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironment\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n daprAIInstrumentationKey: {\n serializedName: \"properties.daprAIInstrumentationKey\",\n type: {\n name: \"String\",\n },\n },\n daprAIConnectionString: {\n serializedName: \"properties.daprAIConnectionString\",\n type: {\n name: \"String\",\n },\n },\n vnetConfiguration: {\n serializedName: \"properties.vnetConfiguration\",\n type: {\n name: \"Composite\",\n className: \"VnetConfiguration\",\n },\n },\n deploymentErrors: {\n serializedName: \"properties.deploymentErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultDomain: {\n serializedName: \"properties.defaultDomain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkDefaultDomain: {\n serializedName: \"properties.privateLinkDefaultDomain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n staticIp: {\n serializedName: \"properties.staticIp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n appLogsConfiguration: {\n serializedName: \"properties.appLogsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AppLogsConfiguration\",\n },\n },\n appInsightsConfiguration: {\n serializedName: \"properties.appInsightsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsConfiguration\",\n },\n },\n openTelemetryConfiguration: {\n serializedName: \"properties.openTelemetryConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OpenTelemetryConfiguration\",\n },\n },\n zoneRedundant: {\n serializedName: \"properties.zoneRedundant\",\n type: {\n name: \"Boolean\",\n },\n },\n availabilityZones: {\n serializedName: \"properties.availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n customDomainConfiguration: {\n serializedName: \"properties.customDomainConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CustomDomainConfiguration\",\n },\n },\n eventStreamEndpoint: {\n serializedName: \"properties.eventStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n workloadProfiles: {\n serializedName: \"properties.workloadProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkloadProfile\",\n },\n },\n },\n },\n kedaConfiguration: {\n serializedName: \"properties.kedaConfiguration\",\n type: {\n name: \"Composite\",\n className: \"KedaConfiguration\",\n },\n },\n daprConfiguration: {\n serializedName: \"properties.daprConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DaprConfiguration\",\n },\n },\n infrastructureResourceGroup: {\n serializedName: \"properties.infrastructureResourceGroup\",\n type: {\n name: \"String\",\n },\n },\n peerAuthentication: {\n serializedName: \"properties.peerAuthentication\",\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerAuthentication\",\n },\n },\n peerTrafficConfiguration: {\n serializedName: \"properties.peerTrafficConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPropertiesPeerTrafficConfiguration\",\n },\n },\n ingressConfiguration: {\n serializedName: \"properties.ingressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IngressConfiguration\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n diskEncryptionConfiguration: {\n serializedName: \"properties.diskEncryptionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfiguration\",\n },\n },\n },\n },\n};\n\nexport const Job: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Job\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runningState: {\n serializedName: \"properties.runningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n workloadProfileName: {\n serializedName: \"properties.workloadProfileName\",\n type: {\n name: \"String\",\n },\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"JobConfiguration\",\n },\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"Composite\",\n className: \"JobTemplate\",\n },\n },\n outboundIpAddresses: {\n serializedName: \"properties.outboundIpAddresses\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n eventStreamEndpoint: {\n serializedName: \"properties.eventStreamEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificate\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ManagedCertificateProperties\",\n },\n },\n },\n },\n};\n\nexport const EnvironmentAuthToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentAuthToken\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n token: {\n serializedName: \"properties.token\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expires: {\n serializedName: \"properties.expires\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SessionPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SessionPool\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\",\n },\n },\n containerType: {\n serializedName: \"properties.containerType\",\n type: {\n name: \"String\",\n },\n },\n poolManagementType: {\n serializedName: \"properties.poolManagementType\",\n type: {\n name: \"String\",\n },\n },\n nodeCount: {\n serializedName: \"properties.nodeCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n scaleConfiguration: {\n serializedName: \"properties.scaleConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ScaleConfiguration\",\n },\n },\n secrets: {\n serializedName: \"properties.secrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SessionPoolSecret\",\n },\n },\n },\n },\n dynamicPoolConfiguration: {\n serializedName: \"properties.dynamicPoolConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DynamicPoolConfiguration\",\n },\n },\n customContainerTemplate: {\n serializedName: \"properties.customContainerTemplate\",\n type: {\n name: \"Composite\",\n className: \"CustomContainerTemplate\",\n },\n },\n sessionNetworkConfiguration: {\n serializedName: \"properties.sessionNetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SessionNetworkConfiguration\",\n },\n },\n poolManagementEndpoint: {\n serializedName: \"properties.poolManagementEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n managedIdentitySettings: {\n serializedName: \"properties.managedIdentitySettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedIdentitySetting\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BuildersCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildersCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildersUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildersUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuildsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuildsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsCertificatesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsCertificatesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsCertificatesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsCertificatesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsDaprComponentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsDaprComponentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedEnvironmentsStoragesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEnvironmentsStoragesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsBuildsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsBuildsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsPatchesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsPatchesSkipConfigureHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchesSkipConfigureHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsPatchesApplyHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsPatchesApplyHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsStopExecutionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsStopExecutionHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsStopMultipleExecutionsHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsStopMultipleExecutionsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsResumeHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsResumeHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JobsSuspendHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobsSuspendHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponentsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DotNetComponentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DotNetComponentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const JavaComponentsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JavaComponentsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ContainerAppsSessionPoolsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsSessionPoolsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerAppsSessionPoolsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerAppsSessionPoolsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n JavaComponentProperties: JavaComponentProperties,\n \"JavaComponentProperties.SpringCloudGateway\": SpringCloudGatewayComponent,\n \"JavaComponentProperties.SpringBootAdmin\": SpringBootAdminComponent,\n \"JavaComponentProperties.Nacos\": NacosComponent,\n \"JavaComponentProperties.SpringCloudEureka\": SpringCloudEurekaComponent,\n \"JavaComponentProperties.SpringCloudConfig\": SpringCloudConfigComponent,\n};\n"]}