@pulumi/azure-native 1.58.0 → 1.59.0-alpha.1645213731

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 (911) hide show
  1. package/app/certificate.d.ts +87 -0
  2. package/app/certificate.js +77 -0
  3. package/app/containerApp.d.ts +127 -0
  4. package/app/containerApp.js +90 -0
  5. package/app/containerAppsAuthConfig.d.ts +99 -0
  6. package/app/containerAppsAuthConfig.js +81 -0
  7. package/app/containerAppsSourceControl.d.ts +91 -0
  8. package/app/containerAppsSourceControl.js +79 -0
  9. package/app/daprComponent.d.ts +115 -0
  10. package/app/daprComponent.js +85 -0
  11. package/app/getCertificate.d.ts +71 -0
  12. package/app/getCertificate.js +28 -0
  13. package/app/getContainerApp.d.ts +95 -0
  14. package/app/getContainerApp.js +27 -0
  15. package/app/getContainerAppsAuthConfig.d.ts +77 -0
  16. package/app/getContainerAppsAuthConfig.js +28 -0
  17. package/app/getContainerAppsSourceControl.d.ts +75 -0
  18. package/app/getContainerAppsSourceControl.js +28 -0
  19. package/app/getDaprComponent.d.ts +85 -0
  20. package/app/getDaprComponent.js +28 -0
  21. package/app/getManagedEnvironment.d.ts +89 -0
  22. package/app/getManagedEnvironment.js +27 -0
  23. package/app/getManagedEnvironmentsStorage.d.ts +61 -0
  24. package/app/getManagedEnvironmentsStorage.js +28 -0
  25. package/app/index.d.ts +19 -0
  26. package/app/index.js +72 -0
  27. package/app/listContainerAppCustomHostNameAnalysis.d.ts +101 -0
  28. package/app/listContainerAppCustomHostNameAnalysis.js +28 -0
  29. package/app/listContainerAppSecrets.d.ts +37 -0
  30. package/app/listContainerAppSecrets.js +27 -0
  31. package/app/managedEnvironment.d.ts +119 -0
  32. package/app/managedEnvironment.js +85 -0
  33. package/app/managedEnvironmentsStorage.d.ts +67 -0
  34. package/app/managedEnvironmentsStorage.js +73 -0
  35. package/app/v20220101preview/certificate.d.ts +86 -0
  36. package/app/v20220101preview/certificate.js +76 -0
  37. package/app/v20220101preview/containerApp.d.ts +126 -0
  38. package/app/v20220101preview/containerApp.js +89 -0
  39. package/app/v20220101preview/containerAppsAuthConfig.d.ts +98 -0
  40. package/app/v20220101preview/containerAppsAuthConfig.js +80 -0
  41. package/app/v20220101preview/containerAppsSourceControl.d.ts +90 -0
  42. package/app/v20220101preview/containerAppsSourceControl.js +78 -0
  43. package/app/v20220101preview/daprComponent.d.ts +114 -0
  44. package/app/v20220101preview/daprComponent.js +84 -0
  45. package/app/v20220101preview/getCertificate.d.ts +70 -0
  46. package/app/v20220101preview/getCertificate.js +27 -0
  47. package/app/v20220101preview/getContainerApp.d.ts +94 -0
  48. package/app/v20220101preview/getContainerApp.js +26 -0
  49. package/app/v20220101preview/getContainerAppsAuthConfig.d.ts +76 -0
  50. package/app/v20220101preview/getContainerAppsAuthConfig.js +27 -0
  51. package/app/v20220101preview/getContainerAppsSourceControl.d.ts +74 -0
  52. package/app/v20220101preview/getContainerAppsSourceControl.js +27 -0
  53. package/app/v20220101preview/getDaprComponent.d.ts +84 -0
  54. package/app/v20220101preview/getDaprComponent.js +27 -0
  55. package/app/v20220101preview/getManagedEnvironment.d.ts +88 -0
  56. package/app/v20220101preview/getManagedEnvironment.js +26 -0
  57. package/app/v20220101preview/getManagedEnvironmentsStorage.d.ts +60 -0
  58. package/app/v20220101preview/getManagedEnvironmentsStorage.js +27 -0
  59. package/app/v20220101preview/index.d.ts +17 -0
  60. package/app/v20220101preview/index.js +68 -0
  61. package/app/v20220101preview/listContainerAppCustomHostNameAnalysis.d.ts +100 -0
  62. package/app/v20220101preview/listContainerAppCustomHostNameAnalysis.js +27 -0
  63. package/app/v20220101preview/listContainerAppSecrets.d.ts +36 -0
  64. package/app/v20220101preview/listContainerAppSecrets.js +26 -0
  65. package/app/v20220101preview/managedEnvironment.d.ts +118 -0
  66. package/app/v20220101preview/managedEnvironment.js +84 -0
  67. package/app/v20220101preview/managedEnvironmentsStorage.d.ts +66 -0
  68. package/app/v20220101preview/managedEnvironmentsStorage.js +72 -0
  69. package/batch/application.js +2 -2
  70. package/batch/applicationPackage.js +2 -2
  71. package/batch/batchAccount.js +2 -2
  72. package/batch/certificate.js +2 -2
  73. package/batch/index.d.ts +2 -1
  74. package/batch/index.js +4 -2
  75. package/batch/pool.js +2 -2
  76. package/batch/v20151201/application.js +2 -2
  77. package/batch/v20151201/applicationPackage.js +2 -2
  78. package/batch/v20151201/batchAccount.js +2 -2
  79. package/batch/v20170101/application.js +2 -2
  80. package/batch/v20170101/applicationPackage.js +2 -2
  81. package/batch/v20170101/batchAccount.js +2 -2
  82. package/batch/v20170501/application.js +2 -2
  83. package/batch/v20170501/applicationPackage.js +2 -2
  84. package/batch/v20170501/batchAccount.js +2 -2
  85. package/batch/v20170901/application.js +2 -2
  86. package/batch/v20170901/applicationPackage.js +2 -2
  87. package/batch/v20170901/batchAccount.js +2 -2
  88. package/batch/v20170901/certificate.js +2 -2
  89. package/batch/v20170901/pool.js +2 -2
  90. package/batch/v20181201/application.js +2 -2
  91. package/batch/v20181201/applicationPackage.js +2 -2
  92. package/batch/v20181201/batchAccount.js +2 -2
  93. package/batch/v20181201/certificate.js +2 -2
  94. package/batch/v20181201/pool.js +2 -2
  95. package/batch/v20190401/application.js +2 -2
  96. package/batch/v20190401/applicationPackage.js +2 -2
  97. package/batch/v20190401/batchAccount.js +2 -2
  98. package/batch/v20190401/certificate.js +2 -2
  99. package/batch/v20190401/pool.js +2 -2
  100. package/batch/v20190801/application.js +2 -2
  101. package/batch/v20190801/applicationPackage.js +2 -2
  102. package/batch/v20190801/batchAccount.js +2 -2
  103. package/batch/v20190801/certificate.js +2 -2
  104. package/batch/v20190801/pool.js +2 -2
  105. package/batch/v20200301/application.js +2 -2
  106. package/batch/v20200301/applicationPackage.js +2 -2
  107. package/batch/v20200301/batchAccount.js +2 -2
  108. package/batch/v20200301/certificate.js +2 -2
  109. package/batch/v20200301/pool.js +2 -2
  110. package/batch/v20200501/application.js +2 -2
  111. package/batch/v20200501/applicationPackage.js +2 -2
  112. package/batch/v20200501/batchAccount.js +2 -2
  113. package/batch/v20200501/certificate.js +2 -2
  114. package/batch/v20200501/pool.js +2 -2
  115. package/batch/v20200901/application.js +2 -2
  116. package/batch/v20200901/applicationPackage.js +2 -2
  117. package/batch/v20200901/batchAccount.js +2 -2
  118. package/batch/v20200901/certificate.js +2 -2
  119. package/batch/v20200901/pool.js +2 -2
  120. package/batch/v20210101/application.js +2 -2
  121. package/batch/v20210101/applicationPackage.js +2 -2
  122. package/batch/v20210101/batchAccount.js +2 -2
  123. package/batch/v20210101/certificate.js +2 -2
  124. package/batch/v20210101/pool.js +2 -2
  125. package/batch/v20210601/application.js +2 -2
  126. package/batch/v20210601/applicationPackage.js +2 -2
  127. package/batch/v20210601/batchAccount.js +2 -2
  128. package/batch/v20210601/certificate.js +2 -2
  129. package/batch/v20210601/pool.js +2 -2
  130. package/batch/v20220101/application.d.ts +81 -0
  131. package/batch/v20220101/application.js +77 -0
  132. package/batch/v20220101/applicationPackage.d.ts +81 -0
  133. package/batch/v20220101/applicationPackage.js +85 -0
  134. package/batch/v20220101/batchAccount.d.ts +156 -0
  135. package/batch/v20220101/batchAccount.js +102 -0
  136. package/batch/v20220101/certificate.d.ts +105 -0
  137. package/batch/v20220101/certificate.js +94 -0
  138. package/batch/v20220101/getApplication.d.ts +67 -0
  139. package/batch/v20220101/getApplication.js +27 -0
  140. package/batch/v20220101/getApplicationPackage.d.ts +83 -0
  141. package/batch/v20220101/getApplicationPackage.js +28 -0
  142. package/batch/v20220101/getBatchAccount.d.ts +112 -0
  143. package/batch/v20220101/getBatchAccount.js +26 -0
  144. package/batch/v20220101/getCertificate.d.ts +83 -0
  145. package/batch/v20220101/getCertificate.js +27 -0
  146. package/batch/v20220101/getPool.d.ts +136 -0
  147. package/batch/v20220101/getPool.js +27 -0
  148. package/batch/v20220101/index.d.ts +12 -0
  149. package/batch/v20220101/index.js +57 -0
  150. package/batch/v20220101/listBatchAccountKeys.d.ts +43 -0
  151. package/batch/v20220101/listBatchAccountKeys.js +26 -0
  152. package/batch/v20220101/pool.d.ts +199 -0
  153. package/batch/v20220101/pool.js +123 -0
  154. package/cache/v20201201/getPatchSchedule.d.ts +4 -0
  155. package/cache/v20201201/getPatchSchedule.js +1 -1
  156. package/cache/v20201201/patchSchedule.d.ts +4 -0
  157. package/cache/v20201201/patchSchedule.js +3 -1
  158. package/cache/v20210601/getPatchSchedule.d.ts +4 -0
  159. package/cache/v20210601/getPatchSchedule.js +1 -1
  160. package/cache/v20210601/patchSchedule.d.ts +4 -0
  161. package/cache/v20210601/patchSchedule.js +3 -1
  162. package/datafactory/getLinkedService.d.ts +1 -1
  163. package/datafactory/linkedService.d.ts +2 -2
  164. package/datafactory/v20180601/getLinkedService.d.ts +1 -1
  165. package/datafactory/v20180601/linkedService.d.ts +2 -2
  166. package/documentdb/cassandraCluster.js +2 -2
  167. package/documentdb/cassandraDataCenter.js +2 -2
  168. package/documentdb/cassandraResourceCassandraKeyspace.js +2 -2
  169. package/documentdb/cassandraResourceCassandraTable.js +2 -2
  170. package/documentdb/cassandraResourceCassandraView.js +2 -2
  171. package/documentdb/databaseAccount.js +2 -2
  172. package/documentdb/graphResourceGraph.js +2 -2
  173. package/documentdb/gremlinResourceGremlinDatabase.js +2 -2
  174. package/documentdb/gremlinResourceGremlinGraph.js +2 -2
  175. package/documentdb/index.d.ts +2 -1
  176. package/documentdb/index.js +4 -2
  177. package/documentdb/mongoDBResourceMongoDBCollection.js +2 -2
  178. package/documentdb/mongoDBResourceMongoDBDatabase.js +2 -2
  179. package/documentdb/mongoDBResourceMongoRoleDefinition.js +2 -2
  180. package/documentdb/mongoDBResourceMongoUserDefinition.js +2 -2
  181. package/documentdb/notebookWorkspace.js +2 -2
  182. package/documentdb/privateEndpointConnection.js +2 -2
  183. package/documentdb/service.js +2 -2
  184. package/documentdb/sqlResourceSqlContainer.js +2 -2
  185. package/documentdb/sqlResourceSqlDatabase.js +2 -2
  186. package/documentdb/sqlResourceSqlRoleAssignment.js +2 -2
  187. package/documentdb/sqlResourceSqlRoleDefinition.js +2 -2
  188. package/documentdb/sqlResourceSqlStoredProcedure.js +2 -2
  189. package/documentdb/sqlResourceSqlTrigger.js +2 -2
  190. package/documentdb/sqlResourceSqlUserDefinedFunction.js +2 -2
  191. package/documentdb/tableResourceTable.js +2 -2
  192. package/documentdb/v20150401/databaseAccount.js +2 -2
  193. package/documentdb/v20150401/databaseAccountCassandraKeyspace.js +2 -2
  194. package/documentdb/v20150401/databaseAccountCassandraTable.js +2 -2
  195. package/documentdb/v20150401/databaseAccountGremlinDatabase.js +2 -2
  196. package/documentdb/v20150401/databaseAccountGremlinGraph.js +2 -2
  197. package/documentdb/v20150401/databaseAccountMongoDBCollection.js +2 -2
  198. package/documentdb/v20150401/databaseAccountMongoDBDatabase.js +2 -2
  199. package/documentdb/v20150401/databaseAccountSqlContainer.js +2 -2
  200. package/documentdb/v20150401/databaseAccountSqlDatabase.js +2 -2
  201. package/documentdb/v20150401/databaseAccountTable.js +2 -2
  202. package/documentdb/v20150408/databaseAccount.js +2 -2
  203. package/documentdb/v20150408/databaseAccountCassandraKeyspace.js +2 -2
  204. package/documentdb/v20150408/databaseAccountCassandraTable.js +2 -2
  205. package/documentdb/v20150408/databaseAccountGremlinDatabase.js +2 -2
  206. package/documentdb/v20150408/databaseAccountGremlinGraph.js +2 -2
  207. package/documentdb/v20150408/databaseAccountMongoDBCollection.js +2 -2
  208. package/documentdb/v20150408/databaseAccountMongoDBDatabase.js +2 -2
  209. package/documentdb/v20150408/databaseAccountSqlContainer.js +2 -2
  210. package/documentdb/v20150408/databaseAccountSqlDatabase.js +2 -2
  211. package/documentdb/v20150408/databaseAccountTable.js +2 -2
  212. package/documentdb/v20151106/databaseAccount.js +2 -2
  213. package/documentdb/v20151106/databaseAccountCassandraKeyspace.js +2 -2
  214. package/documentdb/v20151106/databaseAccountCassandraTable.js +2 -2
  215. package/documentdb/v20151106/databaseAccountGremlinDatabase.js +2 -2
  216. package/documentdb/v20151106/databaseAccountGremlinGraph.js +2 -2
  217. package/documentdb/v20151106/databaseAccountMongoDBCollection.js +2 -2
  218. package/documentdb/v20151106/databaseAccountMongoDBDatabase.js +2 -2
  219. package/documentdb/v20151106/databaseAccountSqlContainer.js +2 -2
  220. package/documentdb/v20151106/databaseAccountSqlDatabase.js +2 -2
  221. package/documentdb/v20151106/databaseAccountTable.js +2 -2
  222. package/documentdb/v20160319/databaseAccount.js +2 -2
  223. package/documentdb/v20160319/databaseAccountCassandraKeyspace.js +2 -2
  224. package/documentdb/v20160319/databaseAccountCassandraTable.js +2 -2
  225. package/documentdb/v20160319/databaseAccountGremlinDatabase.js +2 -2
  226. package/documentdb/v20160319/databaseAccountGremlinGraph.js +2 -2
  227. package/documentdb/v20160319/databaseAccountMongoDBCollection.js +2 -2
  228. package/documentdb/v20160319/databaseAccountMongoDBDatabase.js +2 -2
  229. package/documentdb/v20160319/databaseAccountSqlContainer.js +2 -2
  230. package/documentdb/v20160319/databaseAccountSqlDatabase.js +2 -2
  231. package/documentdb/v20160319/databaseAccountTable.js +2 -2
  232. package/documentdb/v20160331/databaseAccount.js +2 -2
  233. package/documentdb/v20160331/databaseAccountCassandraKeyspace.js +2 -2
  234. package/documentdb/v20160331/databaseAccountCassandraTable.js +2 -2
  235. package/documentdb/v20160331/databaseAccountGremlinDatabase.js +2 -2
  236. package/documentdb/v20160331/databaseAccountGremlinGraph.js +2 -2
  237. package/documentdb/v20160331/databaseAccountMongoDBCollection.js +2 -2
  238. package/documentdb/v20160331/databaseAccountMongoDBDatabase.js +2 -2
  239. package/documentdb/v20160331/databaseAccountSqlContainer.js +2 -2
  240. package/documentdb/v20160331/databaseAccountSqlDatabase.js +2 -2
  241. package/documentdb/v20160331/databaseAccountTable.js +2 -2
  242. package/documentdb/v20190801/cassandraResourceCassandraKeyspace.js +2 -2
  243. package/documentdb/v20190801/cassandraResourceCassandraTable.js +2 -2
  244. package/documentdb/v20190801/databaseAccount.js +2 -2
  245. package/documentdb/v20190801/gremlinResourceGremlinDatabase.js +2 -2
  246. package/documentdb/v20190801/gremlinResourceGremlinGraph.js +2 -2
  247. package/documentdb/v20190801/mongoDBResourceMongoDBCollection.js +2 -2
  248. package/documentdb/v20190801/mongoDBResourceMongoDBDatabase.js +2 -2
  249. package/documentdb/v20190801/notebookWorkspace.js +2 -2
  250. package/documentdb/v20190801/sqlResourceSqlContainer.js +2 -2
  251. package/documentdb/v20190801/sqlResourceSqlDatabase.js +2 -2
  252. package/documentdb/v20190801/sqlResourceSqlStoredProcedure.js +2 -2
  253. package/documentdb/v20190801/sqlResourceSqlTrigger.js +2 -2
  254. package/documentdb/v20190801/sqlResourceSqlUserDefinedFunction.js +2 -2
  255. package/documentdb/v20190801/tableResourceTable.js +2 -2
  256. package/documentdb/v20190801preview/privateEndpointConnection.js +2 -2
  257. package/documentdb/v20191212/cassandraResourceCassandraKeyspace.js +2 -2
  258. package/documentdb/v20191212/cassandraResourceCassandraTable.js +2 -2
  259. package/documentdb/v20191212/databaseAccount.js +2 -2
  260. package/documentdb/v20191212/gremlinResourceGremlinDatabase.js +2 -2
  261. package/documentdb/v20191212/gremlinResourceGremlinGraph.js +2 -2
  262. package/documentdb/v20191212/mongoDBResourceMongoDBCollection.js +2 -2
  263. package/documentdb/v20191212/mongoDBResourceMongoDBDatabase.js +2 -2
  264. package/documentdb/v20191212/notebookWorkspace.js +2 -2
  265. package/documentdb/v20191212/sqlResourceSqlContainer.js +2 -2
  266. package/documentdb/v20191212/sqlResourceSqlDatabase.js +2 -2
  267. package/documentdb/v20191212/sqlResourceSqlStoredProcedure.js +2 -2
  268. package/documentdb/v20191212/sqlResourceSqlTrigger.js +2 -2
  269. package/documentdb/v20191212/sqlResourceSqlUserDefinedFunction.js +2 -2
  270. package/documentdb/v20191212/tableResourceTable.js +2 -2
  271. package/documentdb/v20200301/cassandraResourceCassandraKeyspace.js +2 -2
  272. package/documentdb/v20200301/cassandraResourceCassandraTable.js +2 -2
  273. package/documentdb/v20200301/databaseAccount.js +2 -2
  274. package/documentdb/v20200301/gremlinResourceGremlinDatabase.js +2 -2
  275. package/documentdb/v20200301/gremlinResourceGremlinGraph.js +2 -2
  276. package/documentdb/v20200301/mongoDBResourceMongoDBCollection.js +2 -2
  277. package/documentdb/v20200301/mongoDBResourceMongoDBDatabase.js +2 -2
  278. package/documentdb/v20200301/notebookWorkspace.js +2 -2
  279. package/documentdb/v20200301/sqlResourceSqlContainer.js +2 -2
  280. package/documentdb/v20200301/sqlResourceSqlDatabase.js +2 -2
  281. package/documentdb/v20200301/sqlResourceSqlStoredProcedure.js +2 -2
  282. package/documentdb/v20200301/sqlResourceSqlTrigger.js +2 -2
  283. package/documentdb/v20200301/sqlResourceSqlUserDefinedFunction.js +2 -2
  284. package/documentdb/v20200301/tableResourceTable.js +2 -2
  285. package/documentdb/v20200401/cassandraResourceCassandraKeyspace.js +2 -2
  286. package/documentdb/v20200401/cassandraResourceCassandraTable.js +2 -2
  287. package/documentdb/v20200401/databaseAccount.js +2 -2
  288. package/documentdb/v20200401/gremlinResourceGremlinDatabase.js +2 -2
  289. package/documentdb/v20200401/gremlinResourceGremlinGraph.js +2 -2
  290. package/documentdb/v20200401/mongoDBResourceMongoDBCollection.js +2 -2
  291. package/documentdb/v20200401/mongoDBResourceMongoDBDatabase.js +2 -2
  292. package/documentdb/v20200401/notebookWorkspace.js +2 -2
  293. package/documentdb/v20200401/sqlResourceSqlContainer.js +2 -2
  294. package/documentdb/v20200401/sqlResourceSqlDatabase.js +2 -2
  295. package/documentdb/v20200401/sqlResourceSqlStoredProcedure.js +2 -2
  296. package/documentdb/v20200401/sqlResourceSqlTrigger.js +2 -2
  297. package/documentdb/v20200401/sqlResourceSqlUserDefinedFunction.js +2 -2
  298. package/documentdb/v20200401/tableResourceTable.js +2 -2
  299. package/documentdb/v20200601preview/cassandraResourceCassandraKeyspace.js +2 -2
  300. package/documentdb/v20200601preview/cassandraResourceCassandraTable.js +2 -2
  301. package/documentdb/v20200601preview/databaseAccount.js +2 -2
  302. package/documentdb/v20200601preview/gremlinResourceGremlinDatabase.js +2 -2
  303. package/documentdb/v20200601preview/gremlinResourceGremlinGraph.js +2 -2
  304. package/documentdb/v20200601preview/mongoDBResourceMongoDBCollection.js +2 -2
  305. package/documentdb/v20200601preview/mongoDBResourceMongoDBDatabase.js +2 -2
  306. package/documentdb/v20200601preview/notebookWorkspace.js +2 -2
  307. package/documentdb/v20200601preview/sqlResourceSqlContainer.js +2 -2
  308. package/documentdb/v20200601preview/sqlResourceSqlDatabase.js +2 -2
  309. package/documentdb/v20200601preview/sqlResourceSqlRoleAssignment.js +2 -2
  310. package/documentdb/v20200601preview/sqlResourceSqlRoleDefinition.js +2 -2
  311. package/documentdb/v20200601preview/sqlResourceSqlStoredProcedure.js +2 -2
  312. package/documentdb/v20200601preview/sqlResourceSqlTrigger.js +2 -2
  313. package/documentdb/v20200601preview/sqlResourceSqlUserDefinedFunction.js +2 -2
  314. package/documentdb/v20200601preview/tableResourceTable.js +2 -2
  315. package/documentdb/v20200901/cassandraResourceCassandraKeyspace.js +2 -2
  316. package/documentdb/v20200901/cassandraResourceCassandraTable.js +2 -2
  317. package/documentdb/v20200901/databaseAccount.js +2 -2
  318. package/documentdb/v20200901/gremlinResourceGremlinDatabase.js +2 -2
  319. package/documentdb/v20200901/gremlinResourceGremlinGraph.js +2 -2
  320. package/documentdb/v20200901/mongoDBResourceMongoDBCollection.js +2 -2
  321. package/documentdb/v20200901/mongoDBResourceMongoDBDatabase.js +2 -2
  322. package/documentdb/v20200901/notebookWorkspace.js +2 -2
  323. package/documentdb/v20200901/sqlResourceSqlContainer.js +2 -2
  324. package/documentdb/v20200901/sqlResourceSqlDatabase.js +2 -2
  325. package/documentdb/v20200901/sqlResourceSqlStoredProcedure.js +2 -2
  326. package/documentdb/v20200901/sqlResourceSqlTrigger.js +2 -2
  327. package/documentdb/v20200901/sqlResourceSqlUserDefinedFunction.js +2 -2
  328. package/documentdb/v20200901/tableResourceTable.js +2 -2
  329. package/documentdb/v20210115/cassandraResourceCassandraKeyspace.js +2 -2
  330. package/documentdb/v20210115/cassandraResourceCassandraTable.js +2 -2
  331. package/documentdb/v20210115/databaseAccount.js +2 -2
  332. package/documentdb/v20210115/gremlinResourceGremlinDatabase.js +2 -2
  333. package/documentdb/v20210115/gremlinResourceGremlinGraph.js +2 -2
  334. package/documentdb/v20210115/mongoDBResourceMongoDBCollection.js +2 -2
  335. package/documentdb/v20210115/mongoDBResourceMongoDBDatabase.js +2 -2
  336. package/documentdb/v20210115/notebookWorkspace.js +2 -2
  337. package/documentdb/v20210115/privateEndpointConnection.js +2 -2
  338. package/documentdb/v20210115/sqlResourceSqlContainer.js +2 -2
  339. package/documentdb/v20210115/sqlResourceSqlDatabase.js +2 -2
  340. package/documentdb/v20210115/sqlResourceSqlStoredProcedure.js +2 -2
  341. package/documentdb/v20210115/sqlResourceSqlTrigger.js +2 -2
  342. package/documentdb/v20210115/sqlResourceSqlUserDefinedFunction.js +2 -2
  343. package/documentdb/v20210115/tableResourceTable.js +2 -2
  344. package/documentdb/v20210301preview/cassandraCluster.js +2 -2
  345. package/documentdb/v20210301preview/cassandraDataCenter.js +2 -2
  346. package/documentdb/v20210301preview/cassandraResourceCassandraKeyspace.js +2 -2
  347. package/documentdb/v20210301preview/cassandraResourceCassandraTable.js +2 -2
  348. package/documentdb/v20210301preview/databaseAccount.js +2 -2
  349. package/documentdb/v20210301preview/gremlinResourceGremlinDatabase.js +2 -2
  350. package/documentdb/v20210301preview/gremlinResourceGremlinGraph.js +2 -2
  351. package/documentdb/v20210301preview/mongoDBResourceMongoDBCollection.js +2 -2
  352. package/documentdb/v20210301preview/mongoDBResourceMongoDBDatabase.js +2 -2
  353. package/documentdb/v20210301preview/notebookWorkspace.js +2 -2
  354. package/documentdb/v20210301preview/privateEndpointConnection.js +2 -2
  355. package/documentdb/v20210301preview/sqlResourceSqlContainer.js +2 -2
  356. package/documentdb/v20210301preview/sqlResourceSqlDatabase.js +2 -2
  357. package/documentdb/v20210301preview/sqlResourceSqlRoleAssignment.js +2 -2
  358. package/documentdb/v20210301preview/sqlResourceSqlRoleDefinition.js +2 -2
  359. package/documentdb/v20210301preview/sqlResourceSqlStoredProcedure.js +2 -2
  360. package/documentdb/v20210301preview/sqlResourceSqlTrigger.js +2 -2
  361. package/documentdb/v20210301preview/sqlResourceSqlUserDefinedFunction.js +2 -2
  362. package/documentdb/v20210301preview/tableResourceTable.js +2 -2
  363. package/documentdb/v20210315/cassandraResourceCassandraKeyspace.js +2 -2
  364. package/documentdb/v20210315/cassandraResourceCassandraTable.js +2 -2
  365. package/documentdb/v20210315/databaseAccount.js +2 -2
  366. package/documentdb/v20210315/gremlinResourceGremlinDatabase.js +2 -2
  367. package/documentdb/v20210315/gremlinResourceGremlinGraph.js +2 -2
  368. package/documentdb/v20210315/mongoDBResourceMongoDBCollection.js +2 -2
  369. package/documentdb/v20210315/mongoDBResourceMongoDBDatabase.js +2 -2
  370. package/documentdb/v20210315/notebookWorkspace.js +2 -2
  371. package/documentdb/v20210315/privateEndpointConnection.js +2 -2
  372. package/documentdb/v20210315/sqlResourceSqlContainer.js +2 -2
  373. package/documentdb/v20210315/sqlResourceSqlDatabase.js +2 -2
  374. package/documentdb/v20210315/sqlResourceSqlStoredProcedure.js +2 -2
  375. package/documentdb/v20210315/sqlResourceSqlTrigger.js +2 -2
  376. package/documentdb/v20210315/sqlResourceSqlUserDefinedFunction.js +2 -2
  377. package/documentdb/v20210315/tableResourceTable.js +2 -2
  378. package/documentdb/v20210401preview/cassandraCluster.js +2 -2
  379. package/documentdb/v20210401preview/cassandraDataCenter.js +2 -2
  380. package/documentdb/v20210401preview/cassandraResourceCassandraKeyspace.js +2 -2
  381. package/documentdb/v20210401preview/cassandraResourceCassandraTable.js +2 -2
  382. package/documentdb/v20210401preview/databaseAccount.js +2 -2
  383. package/documentdb/v20210401preview/gremlinResourceGremlinDatabase.js +2 -2
  384. package/documentdb/v20210401preview/gremlinResourceGremlinGraph.js +2 -2
  385. package/documentdb/v20210401preview/mongoDBResourceMongoDBCollection.js +2 -2
  386. package/documentdb/v20210401preview/mongoDBResourceMongoDBDatabase.js +2 -2
  387. package/documentdb/v20210401preview/notebookWorkspace.js +2 -2
  388. package/documentdb/v20210401preview/privateEndpointConnection.js +2 -2
  389. package/documentdb/v20210401preview/service.js +2 -2
  390. package/documentdb/v20210401preview/sqlResourceSqlContainer.js +2 -2
  391. package/documentdb/v20210401preview/sqlResourceSqlDatabase.js +2 -2
  392. package/documentdb/v20210401preview/sqlResourceSqlRoleAssignment.js +2 -2
  393. package/documentdb/v20210401preview/sqlResourceSqlRoleDefinition.js +2 -2
  394. package/documentdb/v20210401preview/sqlResourceSqlStoredProcedure.js +2 -2
  395. package/documentdb/v20210401preview/sqlResourceSqlTrigger.js +2 -2
  396. package/documentdb/v20210401preview/sqlResourceSqlUserDefinedFunction.js +2 -2
  397. package/documentdb/v20210401preview/tableResourceTable.js +2 -2
  398. package/documentdb/v20210415/cassandraResourceCassandraKeyspace.js +2 -2
  399. package/documentdb/v20210415/cassandraResourceCassandraTable.js +2 -2
  400. package/documentdb/v20210415/databaseAccount.js +2 -2
  401. package/documentdb/v20210415/gremlinResourceGremlinDatabase.js +2 -2
  402. package/documentdb/v20210415/gremlinResourceGremlinGraph.js +2 -2
  403. package/documentdb/v20210415/mongoDBResourceMongoDBCollection.js +2 -2
  404. package/documentdb/v20210415/mongoDBResourceMongoDBDatabase.js +2 -2
  405. package/documentdb/v20210415/notebookWorkspace.js +2 -2
  406. package/documentdb/v20210415/privateEndpointConnection.js +2 -2
  407. package/documentdb/v20210415/sqlResourceSqlContainer.js +2 -2
  408. package/documentdb/v20210415/sqlResourceSqlDatabase.js +2 -2
  409. package/documentdb/v20210415/sqlResourceSqlRoleAssignment.js +2 -2
  410. package/documentdb/v20210415/sqlResourceSqlRoleDefinition.js +2 -2
  411. package/documentdb/v20210415/sqlResourceSqlStoredProcedure.js +2 -2
  412. package/documentdb/v20210415/sqlResourceSqlTrigger.js +2 -2
  413. package/documentdb/v20210415/sqlResourceSqlUserDefinedFunction.js +2 -2
  414. package/documentdb/v20210415/tableResourceTable.js +2 -2
  415. package/documentdb/v20210515/cassandraResourceCassandraKeyspace.js +2 -2
  416. package/documentdb/v20210515/cassandraResourceCassandraTable.js +2 -2
  417. package/documentdb/v20210515/databaseAccount.js +2 -2
  418. package/documentdb/v20210515/gremlinResourceGremlinDatabase.js +2 -2
  419. package/documentdb/v20210515/gremlinResourceGremlinGraph.js +2 -2
  420. package/documentdb/v20210515/mongoDBResourceMongoDBCollection.js +2 -2
  421. package/documentdb/v20210515/mongoDBResourceMongoDBDatabase.js +2 -2
  422. package/documentdb/v20210515/notebookWorkspace.js +2 -2
  423. package/documentdb/v20210515/privateEndpointConnection.js +2 -2
  424. package/documentdb/v20210515/sqlResourceSqlContainer.js +2 -2
  425. package/documentdb/v20210515/sqlResourceSqlDatabase.js +2 -2
  426. package/documentdb/v20210515/sqlResourceSqlRoleAssignment.js +2 -2
  427. package/documentdb/v20210515/sqlResourceSqlRoleDefinition.js +2 -2
  428. package/documentdb/v20210515/sqlResourceSqlStoredProcedure.js +2 -2
  429. package/documentdb/v20210515/sqlResourceSqlTrigger.js +2 -2
  430. package/documentdb/v20210515/sqlResourceSqlUserDefinedFunction.js +2 -2
  431. package/documentdb/v20210515/tableResourceTable.js +2 -2
  432. package/documentdb/v20210615/cassandraResourceCassandraKeyspace.js +2 -2
  433. package/documentdb/v20210615/cassandraResourceCassandraTable.js +2 -2
  434. package/documentdb/v20210615/databaseAccount.js +2 -2
  435. package/documentdb/v20210615/gremlinResourceGremlinDatabase.js +2 -2
  436. package/documentdb/v20210615/gremlinResourceGremlinGraph.js +2 -2
  437. package/documentdb/v20210615/mongoDBResourceMongoDBCollection.js +2 -2
  438. package/documentdb/v20210615/mongoDBResourceMongoDBDatabase.js +2 -2
  439. package/documentdb/v20210615/notebookWorkspace.js +2 -2
  440. package/documentdb/v20210615/privateEndpointConnection.js +2 -2
  441. package/documentdb/v20210615/sqlResourceSqlContainer.js +2 -2
  442. package/documentdb/v20210615/sqlResourceSqlDatabase.js +2 -2
  443. package/documentdb/v20210615/sqlResourceSqlRoleAssignment.js +2 -2
  444. package/documentdb/v20210615/sqlResourceSqlRoleDefinition.js +2 -2
  445. package/documentdb/v20210615/sqlResourceSqlStoredProcedure.js +2 -2
  446. package/documentdb/v20210615/sqlResourceSqlTrigger.js +2 -2
  447. package/documentdb/v20210615/sqlResourceSqlUserDefinedFunction.js +2 -2
  448. package/documentdb/v20210615/tableResourceTable.js +2 -2
  449. package/documentdb/v20210701preview/cassandraCluster.js +2 -2
  450. package/documentdb/v20210701preview/cassandraDataCenter.js +2 -2
  451. package/documentdb/v20210701preview/cassandraResourceCassandraKeyspace.js +2 -2
  452. package/documentdb/v20210701preview/cassandraResourceCassandraTable.js +2 -2
  453. package/documentdb/v20210701preview/cassandraResourceCassandraView.js +2 -2
  454. package/documentdb/v20210701preview/databaseAccount.js +2 -2
  455. package/documentdb/v20210701preview/graphResourceGraph.js +2 -2
  456. package/documentdb/v20210701preview/gremlinResourceGremlinDatabase.js +2 -2
  457. package/documentdb/v20210701preview/gremlinResourceGremlinGraph.js +2 -2
  458. package/documentdb/v20210701preview/mongoDBResourceMongoDBCollection.js +2 -2
  459. package/documentdb/v20210701preview/mongoDBResourceMongoDBDatabase.js +2 -2
  460. package/documentdb/v20210701preview/notebookWorkspace.js +2 -2
  461. package/documentdb/v20210701preview/privateEndpointConnection.js +2 -2
  462. package/documentdb/v20210701preview/service.js +2 -2
  463. package/documentdb/v20210701preview/sqlResourceSqlContainer.js +2 -2
  464. package/documentdb/v20210701preview/sqlResourceSqlDatabase.js +2 -2
  465. package/documentdb/v20210701preview/sqlResourceSqlRoleAssignment.js +2 -2
  466. package/documentdb/v20210701preview/sqlResourceSqlRoleDefinition.js +2 -2
  467. package/documentdb/v20210701preview/sqlResourceSqlStoredProcedure.js +2 -2
  468. package/documentdb/v20210701preview/sqlResourceSqlTrigger.js +2 -2
  469. package/documentdb/v20210701preview/sqlResourceSqlUserDefinedFunction.js +2 -2
  470. package/documentdb/v20210701preview/tableResourceTable.js +2 -2
  471. package/documentdb/v20211015/cassandraCluster.js +2 -2
  472. package/documentdb/v20211015/cassandraDataCenter.js +2 -2
  473. package/documentdb/v20211015/cassandraResourceCassandraKeyspace.js +2 -2
  474. package/documentdb/v20211015/cassandraResourceCassandraTable.js +2 -2
  475. package/documentdb/v20211015/databaseAccount.js +2 -2
  476. package/documentdb/v20211015/gremlinResourceGremlinDatabase.js +2 -2
  477. package/documentdb/v20211015/gremlinResourceGremlinGraph.js +2 -2
  478. package/documentdb/v20211015/mongoDBResourceMongoDBCollection.js +2 -2
  479. package/documentdb/v20211015/mongoDBResourceMongoDBDatabase.js +2 -2
  480. package/documentdb/v20211015/notebookWorkspace.js +2 -2
  481. package/documentdb/v20211015/privateEndpointConnection.js +2 -2
  482. package/documentdb/v20211015/sqlResourceSqlContainer.js +2 -2
  483. package/documentdb/v20211015/sqlResourceSqlDatabase.js +2 -2
  484. package/documentdb/v20211015/sqlResourceSqlRoleAssignment.js +2 -2
  485. package/documentdb/v20211015/sqlResourceSqlRoleDefinition.js +2 -2
  486. package/documentdb/v20211015/sqlResourceSqlStoredProcedure.js +2 -2
  487. package/documentdb/v20211015/sqlResourceSqlTrigger.js +2 -2
  488. package/documentdb/v20211015/sqlResourceSqlUserDefinedFunction.js +2 -2
  489. package/documentdb/v20211015/tableResourceTable.js +2 -2
  490. package/documentdb/v20211015preview/cassandraCluster.js +2 -2
  491. package/documentdb/v20211015preview/cassandraDataCenter.js +2 -2
  492. package/documentdb/v20211015preview/cassandraResourceCassandraKeyspace.js +2 -2
  493. package/documentdb/v20211015preview/cassandraResourceCassandraTable.js +2 -2
  494. package/documentdb/v20211015preview/cassandraResourceCassandraView.js +2 -2
  495. package/documentdb/v20211015preview/databaseAccount.js +2 -2
  496. package/documentdb/v20211015preview/graphResourceGraph.js +2 -2
  497. package/documentdb/v20211015preview/gremlinResourceGremlinDatabase.js +2 -2
  498. package/documentdb/v20211015preview/gremlinResourceGremlinGraph.js +2 -2
  499. package/documentdb/v20211015preview/mongoDBResourceMongoDBCollection.js +2 -2
  500. package/documentdb/v20211015preview/mongoDBResourceMongoDBDatabase.js +2 -2
  501. package/documentdb/v20211015preview/mongoDBResourceMongoRoleDefinition.js +2 -2
  502. package/documentdb/v20211015preview/mongoDBResourceMongoUserDefinition.js +2 -2
  503. package/documentdb/v20211015preview/notebookWorkspace.js +2 -2
  504. package/documentdb/v20211015preview/privateEndpointConnection.js +2 -2
  505. package/documentdb/v20211015preview/service.js +2 -2
  506. package/documentdb/v20211015preview/sqlResourceSqlContainer.js +2 -2
  507. package/documentdb/v20211015preview/sqlResourceSqlDatabase.js +2 -2
  508. package/documentdb/v20211015preview/sqlResourceSqlRoleAssignment.js +2 -2
  509. package/documentdb/v20211015preview/sqlResourceSqlRoleDefinition.js +2 -2
  510. package/documentdb/v20211015preview/sqlResourceSqlStoredProcedure.js +2 -2
  511. package/documentdb/v20211015preview/sqlResourceSqlTrigger.js +2 -2
  512. package/documentdb/v20211015preview/sqlResourceSqlUserDefinedFunction.js +2 -2
  513. package/documentdb/v20211015preview/tableResourceTable.js +2 -2
  514. package/documentdb/v20211115preview/cassandraCluster.d.ts +86 -0
  515. package/documentdb/v20211115preview/cassandraCluster.js +73 -0
  516. package/documentdb/v20211115preview/cassandraDataCenter.d.ts +62 -0
  517. package/documentdb/v20211115preview/cassandraDataCenter.js +71 -0
  518. package/documentdb/v20211115preview/cassandraResourceCassandraKeyspace.d.ts +92 -0
  519. package/documentdb/v20211115preview/cassandraResourceCassandraKeyspace.js +82 -0
  520. package/documentdb/v20211115preview/cassandraResourceCassandraTable.d.ts +96 -0
  521. package/documentdb/v20211115preview/cassandraResourceCassandraTable.js +86 -0
  522. package/documentdb/v20211115preview/cassandraResourceCassandraView.d.ts +96 -0
  523. package/documentdb/v20211115preview/cassandraResourceCassandraView.js +86 -0
  524. package/documentdb/v20211115preview/databaseAccount.d.ts +342 -0
  525. package/documentdb/v20211115preview/databaseAccount.js +152 -0
  526. package/documentdb/v20211115preview/getCassandraCluster.d.ts +62 -0
  527. package/documentdb/v20211115preview/getCassandraCluster.js +26 -0
  528. package/documentdb/v20211115preview/getCassandraDataCenter.d.ts +56 -0
  529. package/documentdb/v20211115preview/getCassandraDataCenter.js +27 -0
  530. package/documentdb/v20211115preview/getCassandraResourceCassandraKeyspace.d.ts +68 -0
  531. package/documentdb/v20211115preview/getCassandraResourceCassandraKeyspace.js +27 -0
  532. package/documentdb/v20211115preview/getCassandraResourceCassandraTable.d.ts +76 -0
  533. package/documentdb/v20211115preview/getCassandraResourceCassandraTable.js +28 -0
  534. package/documentdb/v20211115preview/getCassandraResourceCassandraView.d.ts +76 -0
  535. package/documentdb/v20211115preview/getCassandraResourceCassandraView.js +28 -0
  536. package/documentdb/v20211115preview/getDatabaseAccount.d.ts +206 -0
  537. package/documentdb/v20211115preview/getDatabaseAccount.js +26 -0
  538. package/documentdb/v20211115preview/getGraphResourceGraph.d.ts +68 -0
  539. package/documentdb/v20211115preview/getGraphResourceGraph.js +27 -0
  540. package/documentdb/v20211115preview/getGremlinResourceGremlinDatabase.d.ts +68 -0
  541. package/documentdb/v20211115preview/getGremlinResourceGremlinDatabase.js +27 -0
  542. package/documentdb/v20211115preview/getGremlinResourceGremlinGraph.d.ts +76 -0
  543. package/documentdb/v20211115preview/getGremlinResourceGremlinGraph.js +28 -0
  544. package/documentdb/v20211115preview/getMongoDBResourceMongoDBCollection.d.ts +76 -0
  545. package/documentdb/v20211115preview/getMongoDBResourceMongoDBCollection.js +28 -0
  546. package/documentdb/v20211115preview/getMongoDBResourceMongoDBDatabase.d.ts +68 -0
  547. package/documentdb/v20211115preview/getMongoDBResourceMongoDBDatabase.js +27 -0
  548. package/documentdb/v20211115preview/getMongoDBResourceMongoRoleDefinition.d.ts +68 -0
  549. package/documentdb/v20211115preview/getMongoDBResourceMongoRoleDefinition.js +27 -0
  550. package/documentdb/v20211115preview/getMongoDBResourceMongoUserDefinition.d.ts +76 -0
  551. package/documentdb/v20211115preview/getMongoDBResourceMongoUserDefinition.js +27 -0
  552. package/documentdb/v20211115preview/getNotebookWorkspace.d.ts +59 -0
  553. package/documentdb/v20211115preview/getNotebookWorkspace.js +27 -0
  554. package/documentdb/v20211115preview/getPrivateEndpointConnection.d.ts +68 -0
  555. package/documentdb/v20211115preview/getPrivateEndpointConnection.js +27 -0
  556. package/documentdb/v20211115preview/getService.d.ts +56 -0
  557. package/documentdb/v20211115preview/getService.js +27 -0
  558. package/documentdb/v20211115preview/getSqlResourceSqlContainer.d.ts +76 -0
  559. package/documentdb/v20211115preview/getSqlResourceSqlContainer.js +28 -0
  560. package/documentdb/v20211115preview/getSqlResourceSqlDatabase.d.ts +68 -0
  561. package/documentdb/v20211115preview/getSqlResourceSqlDatabase.js +27 -0
  562. package/documentdb/v20211115preview/getSqlResourceSqlRoleAssignment.d.ts +63 -0
  563. package/documentdb/v20211115preview/getSqlResourceSqlRoleAssignment.js +27 -0
  564. package/documentdb/v20211115preview/getSqlResourceSqlRoleDefinition.d.ts +64 -0
  565. package/documentdb/v20211115preview/getSqlResourceSqlRoleDefinition.js +27 -0
  566. package/documentdb/v20211115preview/getSqlResourceSqlStoredProcedure.d.ts +83 -0
  567. package/documentdb/v20211115preview/getSqlResourceSqlStoredProcedure.js +29 -0
  568. package/documentdb/v20211115preview/getSqlResourceSqlTrigger.d.ts +83 -0
  569. package/documentdb/v20211115preview/getSqlResourceSqlTrigger.js +29 -0
  570. package/documentdb/v20211115preview/getSqlResourceSqlUserDefinedFunction.d.ts +83 -0
  571. package/documentdb/v20211115preview/getSqlResourceSqlUserDefinedFunction.js +29 -0
  572. package/documentdb/v20211115preview/getTableResourceTable.d.ts +68 -0
  573. package/documentdb/v20211115preview/getTableResourceTable.js +27 -0
  574. package/documentdb/v20211115preview/graphResourceGraph.d.ts +92 -0
  575. package/documentdb/v20211115preview/graphResourceGraph.js +82 -0
  576. package/documentdb/v20211115preview/gremlinResourceGremlinDatabase.d.ts +92 -0
  577. package/documentdb/v20211115preview/gremlinResourceGremlinDatabase.js +82 -0
  578. package/documentdb/v20211115preview/gremlinResourceGremlinGraph.d.ts +96 -0
  579. package/documentdb/v20211115preview/gremlinResourceGremlinGraph.js +87 -0
  580. package/documentdb/v20211115preview/index.d.ts +52 -0
  581. package/documentdb/v20211115preview/index.js +154 -0
  582. package/documentdb/v20211115preview/listDatabaseAccountConnectionStrings.d.ts +36 -0
  583. package/documentdb/v20211115preview/listDatabaseAccountConnectionStrings.js +26 -0
  584. package/documentdb/v20211115preview/listDatabaseAccountKeys.d.ts +47 -0
  585. package/documentdb/v20211115preview/listDatabaseAccountKeys.js +26 -0
  586. package/documentdb/v20211115preview/listNotebookWorkspaceConnectionInfo.d.ts +47 -0
  587. package/documentdb/v20211115preview/listNotebookWorkspaceConnectionInfo.js +27 -0
  588. package/documentdb/v20211115preview/mongoDBResourceMongoDBCollection.d.ts +96 -0
  589. package/documentdb/v20211115preview/mongoDBResourceMongoDBCollection.js +86 -0
  590. package/documentdb/v20211115preview/mongoDBResourceMongoDBDatabase.d.ts +92 -0
  591. package/documentdb/v20211115preview/mongoDBResourceMongoDBDatabase.js +82 -0
  592. package/documentdb/v20211115preview/mongoDBResourceMongoRoleDefinition.d.ts +90 -0
  593. package/documentdb/v20211115preview/mongoDBResourceMongoRoleDefinition.js +77 -0
  594. package/documentdb/v20211115preview/mongoDBResourceMongoUserDefinition.d.ts +102 -0
  595. package/documentdb/v20211115preview/mongoDBResourceMongoUserDefinition.js +81 -0
  596. package/documentdb/v20211115preview/notebookWorkspace.d.ts +61 -0
  597. package/documentdb/v20211115preview/notebookWorkspace.js +73 -0
  598. package/documentdb/v20211115preview/privateEndpointConnection.d.ts +86 -0
  599. package/documentdb/v20211115preview/privateEndpointConnection.js +77 -0
  600. package/documentdb/v20211115preview/service.d.ts +70 -0
  601. package/documentdb/v20211115preview/service.js +74 -0
  602. package/documentdb/v20211115preview/sqlResourceSqlContainer.d.ts +96 -0
  603. package/documentdb/v20211115preview/sqlResourceSqlContainer.js +87 -0
  604. package/documentdb/v20211115preview/sqlResourceSqlDatabase.d.ts +92 -0
  605. package/documentdb/v20211115preview/sqlResourceSqlDatabase.js +82 -0
  606. package/documentdb/v20211115preview/sqlResourceSqlRoleAssignment.d.ts +77 -0
  607. package/documentdb/v20211115preview/sqlResourceSqlRoleAssignment.js +75 -0
  608. package/documentdb/v20211115preview/sqlResourceSqlRoleDefinition.d.ts +82 -0
  609. package/documentdb/v20211115preview/sqlResourceSqlRoleDefinition.js +75 -0
  610. package/documentdb/v20211115preview/sqlResourceSqlStoredProcedure.d.ts +99 -0
  611. package/documentdb/v20211115preview/sqlResourceSqlStoredProcedure.js +89 -0
  612. package/documentdb/v20211115preview/sqlResourceSqlTrigger.d.ts +99 -0
  613. package/documentdb/v20211115preview/sqlResourceSqlTrigger.js +89 -0
  614. package/documentdb/v20211115preview/sqlResourceSqlUserDefinedFunction.d.ts +99 -0
  615. package/documentdb/v20211115preview/sqlResourceSqlUserDefinedFunction.js +89 -0
  616. package/documentdb/v20211115preview/tableResourceTable.d.ts +92 -0
  617. package/documentdb/v20211115preview/tableResourceTable.js +82 -0
  618. package/index.d.ts +2 -1
  619. package/index.js +7 -5
  620. package/kusto/attachedDatabaseConfiguration.js +2 -2
  621. package/kusto/cluster.js +2 -2
  622. package/kusto/clusterPrincipalAssignment.js +2 -2
  623. package/kusto/dataConnection.js +2 -2
  624. package/kusto/database.js +2 -2
  625. package/kusto/databasePrincipalAssignment.js +2 -2
  626. package/kusto/eventGridDataConnection.js +2 -2
  627. package/kusto/eventHubDataConnection.js +2 -2
  628. package/kusto/index.d.ts +2 -1
  629. package/kusto/index.js +4 -2
  630. package/kusto/iotHubDataConnection.js +2 -2
  631. package/kusto/managedPrivateEndpoint.js +2 -2
  632. package/kusto/privateEndpointConnection.js +2 -2
  633. package/kusto/readOnlyFollowingDatabase.js +2 -2
  634. package/kusto/readWriteDatabase.js +2 -2
  635. package/kusto/script.js +2 -2
  636. package/kusto/v20170907privatepreview/cluster.js +2 -2
  637. package/kusto/v20170907privatepreview/database.js +2 -2
  638. package/kusto/v20180907preview/cluster.js +2 -2
  639. package/kusto/v20180907preview/database.js +2 -2
  640. package/kusto/v20190121/cluster.js +2 -2
  641. package/kusto/v20190121/dataConnection.js +2 -2
  642. package/kusto/v20190121/database.js +2 -2
  643. package/kusto/v20190121/eventGridDataConnection.js +2 -2
  644. package/kusto/v20190121/eventHubDataConnection.js +2 -2
  645. package/kusto/v20190515/cluster.js +2 -2
  646. package/kusto/v20190515/dataConnection.js +2 -2
  647. package/kusto/v20190515/database.js +2 -2
  648. package/kusto/v20190515/eventGridDataConnection.js +2 -2
  649. package/kusto/v20190515/eventHubDataConnection.js +2 -2
  650. package/kusto/v20190515/iotHubDataConnection.js +2 -2
  651. package/kusto/v20190907/attachedDatabaseConfiguration.js +2 -2
  652. package/kusto/v20190907/cluster.js +2 -2
  653. package/kusto/v20190907/dataConnection.js +2 -2
  654. package/kusto/v20190907/database.js +2 -2
  655. package/kusto/v20190907/eventGridDataConnection.js +2 -2
  656. package/kusto/v20190907/eventHubDataConnection.js +2 -2
  657. package/kusto/v20190907/iotHubDataConnection.js +2 -2
  658. package/kusto/v20190907/readOnlyFollowingDatabase.js +2 -2
  659. package/kusto/v20190907/readWriteDatabase.js +2 -2
  660. package/kusto/v20191109/attachedDatabaseConfiguration.js +2 -2
  661. package/kusto/v20191109/cluster.js +2 -2
  662. package/kusto/v20191109/clusterPrincipalAssignment.js +2 -2
  663. package/kusto/v20191109/dataConnection.js +2 -2
  664. package/kusto/v20191109/database.js +2 -2
  665. package/kusto/v20191109/databasePrincipalAssignment.js +2 -2
  666. package/kusto/v20191109/eventGridDataConnection.js +2 -2
  667. package/kusto/v20191109/eventHubDataConnection.js +2 -2
  668. package/kusto/v20191109/iotHubDataConnection.js +2 -2
  669. package/kusto/v20191109/readOnlyFollowingDatabase.js +2 -2
  670. package/kusto/v20191109/readWriteDatabase.js +2 -2
  671. package/kusto/v20200215/attachedDatabaseConfiguration.js +2 -2
  672. package/kusto/v20200215/cluster.js +2 -2
  673. package/kusto/v20200215/clusterPrincipalAssignment.js +2 -2
  674. package/kusto/v20200215/dataConnection.js +2 -2
  675. package/kusto/v20200215/database.js +2 -2
  676. package/kusto/v20200215/databasePrincipalAssignment.js +2 -2
  677. package/kusto/v20200215/eventGridDataConnection.js +2 -2
  678. package/kusto/v20200215/eventHubDataConnection.js +2 -2
  679. package/kusto/v20200215/iotHubDataConnection.js +2 -2
  680. package/kusto/v20200215/readOnlyFollowingDatabase.js +2 -2
  681. package/kusto/v20200215/readWriteDatabase.js +2 -2
  682. package/kusto/v20200614/attachedDatabaseConfiguration.js +2 -2
  683. package/kusto/v20200614/cluster.js +2 -2
  684. package/kusto/v20200614/clusterPrincipalAssignment.js +2 -2
  685. package/kusto/v20200614/dataConnection.js +2 -2
  686. package/kusto/v20200614/database.js +2 -2
  687. package/kusto/v20200614/databasePrincipalAssignment.js +2 -2
  688. package/kusto/v20200614/eventGridDataConnection.js +2 -2
  689. package/kusto/v20200614/eventHubDataConnection.js +2 -2
  690. package/kusto/v20200614/iotHubDataConnection.js +2 -2
  691. package/kusto/v20200614/readOnlyFollowingDatabase.js +2 -2
  692. package/kusto/v20200614/readWriteDatabase.js +2 -2
  693. package/kusto/v20200918/attachedDatabaseConfiguration.js +2 -2
  694. package/kusto/v20200918/cluster.js +2 -2
  695. package/kusto/v20200918/clusterPrincipalAssignment.js +2 -2
  696. package/kusto/v20200918/dataConnection.js +2 -2
  697. package/kusto/v20200918/database.js +2 -2
  698. package/kusto/v20200918/databasePrincipalAssignment.js +2 -2
  699. package/kusto/v20200918/eventGridDataConnection.js +2 -2
  700. package/kusto/v20200918/eventHubDataConnection.js +2 -2
  701. package/kusto/v20200918/iotHubDataConnection.js +2 -2
  702. package/kusto/v20200918/readOnlyFollowingDatabase.js +2 -2
  703. package/kusto/v20200918/readWriteDatabase.js +2 -2
  704. package/kusto/v20210101/attachedDatabaseConfiguration.js +2 -2
  705. package/kusto/v20210101/cluster.js +2 -2
  706. package/kusto/v20210101/clusterPrincipalAssignment.js +2 -2
  707. package/kusto/v20210101/dataConnection.js +2 -2
  708. package/kusto/v20210101/database.js +2 -2
  709. package/kusto/v20210101/databasePrincipalAssignment.js +2 -2
  710. package/kusto/v20210101/eventGridDataConnection.js +2 -2
  711. package/kusto/v20210101/eventHubDataConnection.js +2 -2
  712. package/kusto/v20210101/iotHubDataConnection.js +2 -2
  713. package/kusto/v20210101/readOnlyFollowingDatabase.js +2 -2
  714. package/kusto/v20210101/readWriteDatabase.js +2 -2
  715. package/kusto/v20210101/script.js +2 -2
  716. package/kusto/v20210827/attachedDatabaseConfiguration.js +2 -2
  717. package/kusto/v20210827/cluster.js +2 -2
  718. package/kusto/v20210827/clusterPrincipalAssignment.js +2 -2
  719. package/kusto/v20210827/dataConnection.js +2 -2
  720. package/kusto/v20210827/database.js +2 -2
  721. package/kusto/v20210827/databasePrincipalAssignment.js +2 -2
  722. package/kusto/v20210827/eventGridDataConnection.js +2 -2
  723. package/kusto/v20210827/eventHubDataConnection.js +2 -2
  724. package/kusto/v20210827/iotHubDataConnection.js +2 -2
  725. package/kusto/v20210827/managedPrivateEndpoint.js +2 -2
  726. package/kusto/v20210827/privateEndpointConnection.js +2 -2
  727. package/kusto/v20210827/readOnlyFollowingDatabase.js +2 -2
  728. package/kusto/v20210827/readWriteDatabase.js +2 -2
  729. package/kusto/v20210827/script.js +2 -2
  730. package/kusto/v20220201/attachedDatabaseConfiguration.d.ts +102 -0
  731. package/kusto/v20220201/attachedDatabaseConfiguration.js +92 -0
  732. package/kusto/v20220201/cluster.d.ts +262 -0
  733. package/kusto/v20220201/cluster.js +130 -0
  734. package/kusto/v20220201/clusterPrincipalAssignment.d.ts +102 -0
  735. package/kusto/v20220201/clusterPrincipalAssignment.js +94 -0
  736. package/kusto/v20220201/dataConnection.d.ts +77 -0
  737. package/kusto/v20220201/dataConnection.js +85 -0
  738. package/kusto/v20220201/database.d.ts +73 -0
  739. package/kusto/v20220201/database.js +81 -0
  740. package/kusto/v20220201/databasePrincipalAssignment.d.ts +106 -0
  741. package/kusto/v20220201/databasePrincipalAssignment.js +98 -0
  742. package/kusto/v20220201/eventGridDataConnection.d.ts +172 -0
  743. package/kusto/v20220201/eventGridDataConnection.js +116 -0
  744. package/kusto/v20220201/eventHubDataConnection.d.ts +156 -0
  745. package/kusto/v20220201/eventHubDataConnection.js +109 -0
  746. package/kusto/v20220201/getAttachedDatabaseConfiguration.d.ts +80 -0
  747. package/kusto/v20220201/getAttachedDatabaseConfiguration.js +27 -0
  748. package/kusto/v20220201/getCluster.d.ts +166 -0
  749. package/kusto/v20220201/getCluster.js +26 -0
  750. package/kusto/v20220201/getClusterPrincipalAssignment.d.ts +83 -0
  751. package/kusto/v20220201/getClusterPrincipalAssignment.js +27 -0
  752. package/kusto/v20220201/getDataConnection.d.ts +68 -0
  753. package/kusto/v20220201/getDataConnection.js +30 -0
  754. package/kusto/v20220201/getDatabase.d.ts +60 -0
  755. package/kusto/v20220201/getDatabase.js +29 -0
  756. package/kusto/v20220201/getDatabasePrincipalAssignment.d.ts +91 -0
  757. package/kusto/v20220201/getDatabasePrincipalAssignment.js +28 -0
  758. package/kusto/v20220201/getEventGridDataConnection.d.ts +120 -0
  759. package/kusto/v20220201/getEventGridDataConnection.js +28 -0
  760. package/kusto/v20220201/getEventHubDataConnection.d.ts +112 -0
  761. package/kusto/v20220201/getEventHubDataConnection.js +28 -0
  762. package/kusto/v20220201/getIotHubDataConnection.d.ts +104 -0
  763. package/kusto/v20220201/getIotHubDataConnection.js +28 -0
  764. package/kusto/v20220201/getManagedPrivateEndpoint.d.ts +76 -0
  765. package/kusto/v20220201/getManagedPrivateEndpoint.js +27 -0
  766. package/kusto/v20220201/getPrivateEndpointConnection.d.ts +72 -0
  767. package/kusto/v20220201/getPrivateEndpointConnection.js +27 -0
  768. package/kusto/v20220201/getReadOnlyFollowingDatabase.d.ts +89 -0
  769. package/kusto/v20220201/getReadOnlyFollowingDatabase.js +27 -0
  770. package/kusto/v20220201/getReadWriteDatabase.d.ts +81 -0
  771. package/kusto/v20220201/getReadWriteDatabase.js +27 -0
  772. package/kusto/v20220201/getScript.d.ts +80 -0
  773. package/kusto/v20220201/getScript.js +28 -0
  774. package/kusto/v20220201/index.d.ts +32 -0
  775. package/kusto/v20220201/index.js +104 -0
  776. package/kusto/v20220201/iotHubDataConnection.d.ts +144 -0
  777. package/kusto/v20220201/iotHubDataConnection.js +108 -0
  778. package/kusto/v20220201/listClusterFollowerDatabases.d.ts +36 -0
  779. package/kusto/v20220201/listClusterFollowerDatabases.js +26 -0
  780. package/kusto/v20220201/listClusterLanguageExtensions.d.ts +36 -0
  781. package/kusto/v20220201/listClusterLanguageExtensions.js +26 -0
  782. package/kusto/v20220201/listDatabasePrincipals.d.ts +44 -0
  783. package/kusto/v20220201/listDatabasePrincipals.js +27 -0
  784. package/kusto/v20220201/managedPrivateEndpoint.d.ts +94 -0
  785. package/kusto/v20220201/managedPrivateEndpoint.js +87 -0
  786. package/kusto/v20220201/privateEndpointConnection.d.ts +78 -0
  787. package/kusto/v20220201/privateEndpointConnection.js +82 -0
  788. package/kusto/v20220201/readOnlyFollowingDatabase.d.ts +104 -0
  789. package/kusto/v20220201/readOnlyFollowingDatabase.js +90 -0
  790. package/kusto/v20220201/readWriteDatabase.d.ts +100 -0
  791. package/kusto/v20220201/readWriteDatabase.js +86 -0
  792. package/kusto/v20220201/script.d.ts +98 -0
  793. package/kusto/v20220201/script.js +86 -0
  794. package/package.json +2 -2
  795. package/package.json.dev +2 -2
  796. package/recoveryservices/v20160601/vault.js +2 -2
  797. package/recoveryservices/v20200202/vault.js +2 -2
  798. package/recoveryservices/v20201001/vault.js +2 -2
  799. package/recoveryservices/v20210101/vault.js +2 -2
  800. package/recoveryservices/v20210210/vault.js +2 -2
  801. package/recoveryservices/v20210301/vault.js +2 -2
  802. package/recoveryservices/v20210401/vault.js +2 -2
  803. package/recoveryservices/v20210601/vault.js +2 -2
  804. package/recoveryservices/v20210701/vault.js +2 -2
  805. package/recoveryservices/v20210801/vault.js +2 -2
  806. package/recoveryservices/v20211101preview/vault.js +2 -2
  807. package/recoveryservices/v20211201/getVault.d.ts +74 -0
  808. package/recoveryservices/v20211201/getVault.js +26 -0
  809. package/recoveryservices/v20211201/index.d.ts +2 -0
  810. package/recoveryservices/v20211201/index.js +6 -1
  811. package/recoveryservices/v20211201/vault.d.ts +102 -0
  812. package/recoveryservices/v20211201/vault.js +79 -0
  813. package/recoveryservices/vault.js +2 -2
  814. package/servicefabric/index.d.ts +2 -1
  815. package/servicefabric/index.js +4 -2
  816. package/servicefabric/managedCluster.js +2 -2
  817. package/servicefabric/nodeType.js +2 -2
  818. package/servicefabric/v20200101preview/managedCluster.js +2 -2
  819. package/servicefabric/v20200101preview/nodeType.js +2 -2
  820. package/servicefabric/v20210101preview/application.js +2 -2
  821. package/servicefabric/v20210101preview/applicationType.js +2 -2
  822. package/servicefabric/v20210101preview/applicationTypeVersion.js +2 -2
  823. package/servicefabric/v20210101preview/managedCluster.js +2 -2
  824. package/servicefabric/v20210101preview/nodeType.js +2 -2
  825. package/servicefabric/v20210101preview/service.js +2 -2
  826. package/servicefabric/v20210501/application.js +2 -2
  827. package/servicefabric/v20210501/applicationType.js +2 -2
  828. package/servicefabric/v20210501/applicationTypeVersion.js +2 -2
  829. package/servicefabric/v20210501/managedCluster.js +2 -2
  830. package/servicefabric/v20210501/nodeType.js +2 -2
  831. package/servicefabric/v20210501/service.js +2 -2
  832. package/servicefabric/v20210701preview/application.js +2 -2
  833. package/servicefabric/v20210701preview/applicationType.js +2 -2
  834. package/servicefabric/v20210701preview/applicationTypeVersion.js +2 -2
  835. package/servicefabric/v20210701preview/managedCluster.js +2 -2
  836. package/servicefabric/v20210701preview/nodeType.js +2 -2
  837. package/servicefabric/v20210701preview/service.js +2 -2
  838. package/servicefabric/v20210901privatepreview/application.js +2 -2
  839. package/servicefabric/v20210901privatepreview/applicationType.js +2 -2
  840. package/servicefabric/v20210901privatepreview/applicationTypeVersion.js +2 -2
  841. package/servicefabric/v20210901privatepreview/managedCluster.js +2 -2
  842. package/servicefabric/v20210901privatepreview/nodeType.js +2 -2
  843. package/servicefabric/v20210901privatepreview/service.js +2 -2
  844. package/servicefabric/v20211101preview/application.js +2 -2
  845. package/servicefabric/v20211101preview/applicationType.js +2 -2
  846. package/servicefabric/v20211101preview/applicationTypeVersion.js +2 -2
  847. package/servicefabric/v20211101preview/managedCluster.js +2 -2
  848. package/servicefabric/v20211101preview/nodeType.js +2 -2
  849. package/servicefabric/v20211101preview/service.js +2 -2
  850. package/servicefabric/v20220101/application.d.ts +128 -0
  851. package/servicefabric/v20220101/application.js +87 -0
  852. package/servicefabric/v20220101/applicationType.d.ts +82 -0
  853. package/servicefabric/v20220101/applicationType.js +77 -0
  854. package/servicefabric/v20220101/applicationTypeVersion.d.ts +94 -0
  855. package/servicefabric/v20220101/applicationTypeVersion.js +86 -0
  856. package/servicefabric/v20220101/getApplication.d.ts +93 -0
  857. package/servicefabric/v20220101/getApplication.js +27 -0
  858. package/servicefabric/v20220101/getApplicationType.d.ts +70 -0
  859. package/servicefabric/v20220101/getApplicationType.js +27 -0
  860. package/servicefabric/v20220101/getApplicationTypeVersion.d.ts +82 -0
  861. package/servicefabric/v20220101/getApplicationTypeVersion.js +28 -0
  862. package/servicefabric/v20220101/getManagedCluster.d.ts +190 -0
  863. package/servicefabric/v20220101/getManagedCluster.js +26 -0
  864. package/servicefabric/v20220101/getNodeType.d.ts +182 -0
  865. package/servicefabric/v20220101/getNodeType.js +27 -0
  866. package/servicefabric/v20220101/getService.d.ts +78 -0
  867. package/servicefabric/v20220101/getService.js +28 -0
  868. package/servicefabric/v20220101/index.d.ts +13 -0
  869. package/servicefabric/v20220101/index.js +61 -0
  870. package/servicefabric/v20220101/managedCluster.d.ts +306 -0
  871. package/servicefabric/v20220101/managedCluster.js +144 -0
  872. package/servicefabric/v20220101/nodeType.d.ts +306 -0
  873. package/servicefabric/v20220101/nodeType.js +138 -0
  874. package/servicefabric/v20220101/service.d.ts +90 -0
  875. package/servicefabric/v20220101/service.js +81 -0
  876. package/types/enums/app/index.d.ts +121 -0
  877. package/types/enums/app/index.js +71 -0
  878. package/types/enums/app/v20220101preview/index.d.ts +119 -0
  879. package/types/enums/app/v20220101preview/index.js +68 -0
  880. package/types/enums/batch/index.d.ts +2 -1
  881. package/types/enums/batch/index.js +4 -2
  882. package/types/enums/batch/v20220101/index.d.ts +386 -0
  883. package/types/enums/batch/v20220101/index.js +296 -0
  884. package/types/enums/datafactory/index.d.ts +16 -0
  885. package/types/enums/datafactory/index.js +10 -2
  886. package/types/enums/datafactory/v20180601/index.d.ts +16 -0
  887. package/types/enums/datafactory/v20180601/index.js +10 -2
  888. package/types/enums/documentdb/index.d.ts +2 -1
  889. package/types/enums/documentdb/index.js +4 -2
  890. package/types/enums/documentdb/v20211115preview/index.d.ts +276 -0
  891. package/types/enums/documentdb/v20211115preview/index.js +158 -0
  892. package/types/enums/index.d.ts +2 -1
  893. package/types/enums/index.js +7 -5
  894. package/types/enums/kusto/index.d.ts +2 -1
  895. package/types/enums/kusto/index.js +4 -2
  896. package/types/enums/kusto/v20220201/index.d.ts +245 -0
  897. package/types/enums/kusto/v20220201/index.js +175 -0
  898. package/types/enums/recoveryservices/v20211201/index.d.ts +26 -0
  899. package/types/enums/recoveryservices/v20211201/index.js +16 -2
  900. package/types/enums/security/index.d.ts +1 -0
  901. package/types/enums/security/index.js +2 -1
  902. package/types/enums/security/v20210701preview/index.d.ts +1 -0
  903. package/types/enums/security/v20210701preview/index.js +2 -1
  904. package/types/enums/servicefabric/index.d.ts +2 -1
  905. package/types/enums/servicefabric/index.js +4 -2
  906. package/types/enums/servicefabric/v20220101/index.d.ts +348 -0
  907. package/types/enums/servicefabric/v20220101/index.js +258 -0
  908. package/types/input.d.ts +7942 -2466
  909. package/types/input.js +115 -3
  910. package/types/output.d.ts +9099 -2233
  911. package/types/output.js +115 -3
@@ -0,0 +1,87 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
5
+ * API Version: 2022-01-01-preview.
6
+ */
7
+ export declare class Certificate extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing Certificate resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Certificate;
17
+ /**
18
+ * Returns true if the given object is an instance of Certificate. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is Certificate;
22
+ /**
23
+ * The geo-location where the resource lives
24
+ */
25
+ readonly location: pulumi.Output<string>;
26
+ /**
27
+ * The name of the resource
28
+ */
29
+ readonly name: pulumi.Output<string>;
30
+ /**
31
+ * Certificate resource specific properties
32
+ */
33
+ readonly properties: pulumi.Output<outputs.app.CertificateResponseProperties>;
34
+ /**
35
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
36
+ */
37
+ readonly systemData: pulumi.Output<outputs.app.SystemDataResponse>;
38
+ /**
39
+ * Resource tags.
40
+ */
41
+ readonly tags: pulumi.Output<{
42
+ [key: string]: string;
43
+ } | undefined>;
44
+ /**
45
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
46
+ */
47
+ readonly type: pulumi.Output<string>;
48
+ /**
49
+ * Create a Certificate resource with the given unique name, arguments, and options.
50
+ *
51
+ * @param name The _unique_ name of the resource.
52
+ * @param args The arguments to use to populate this resource's properties.
53
+ * @param opts A bag of options that control this resource's behavior.
54
+ */
55
+ constructor(name: string, args: CertificateArgs, opts?: pulumi.CustomResourceOptions);
56
+ }
57
+ /**
58
+ * The set of arguments for constructing a Certificate resource.
59
+ */
60
+ export interface CertificateArgs {
61
+ /**
62
+ * The geo-location where the resource lives
63
+ */
64
+ location?: pulumi.Input<string>;
65
+ /**
66
+ * Name of the Managed Environment.
67
+ */
68
+ managedEnvironmentName: pulumi.Input<string>;
69
+ /**
70
+ * Name of the Certificate.
71
+ */
72
+ name?: pulumi.Input<string>;
73
+ /**
74
+ * Certificate resource specific properties
75
+ */
76
+ properties?: pulumi.Input<inputs.app.CertificatePropertiesArgs>;
77
+ /**
78
+ * The name of the resource group. The name is case insensitive.
79
+ */
80
+ resourceGroupName: pulumi.Input<string>;
81
+ /**
82
+ * Resource tags.
83
+ */
84
+ tags?: pulumi.Input<{
85
+ [key: string]: pulumi.Input<string>;
86
+ }>;
87
+ }
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Certificate = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Certificate used for Custom Domain bindings of Container Apps in a Managed Environment
10
+ * API Version: 2022-01-01-preview.
11
+ */
12
+ class Certificate extends pulumi.CustomResource {
13
+ /**
14
+ * Create a Certificate resource with the given unique name, arguments, and options.
15
+ *
16
+ * @param name The _unique_ name of the resource.
17
+ * @param args The arguments to use to populate this resource's properties.
18
+ * @param opts A bag of options that control this resource's behavior.
19
+ */
20
+ constructor(name, args, opts) {
21
+ let resourceInputs = {};
22
+ opts = opts || {};
23
+ if (!opts.id) {
24
+ if ((!args || args.managedEnvironmentName === undefined) && !opts.urn) {
25
+ throw new Error("Missing required property 'managedEnvironmentName'");
26
+ }
27
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
28
+ throw new Error("Missing required property 'resourceGroupName'");
29
+ }
30
+ resourceInputs["location"] = args ? args.location : undefined;
31
+ resourceInputs["managedEnvironmentName"] = args ? args.managedEnvironmentName : undefined;
32
+ resourceInputs["name"] = args ? args.name : undefined;
33
+ resourceInputs["properties"] = args ? args.properties : undefined;
34
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
35
+ resourceInputs["tags"] = args ? args.tags : undefined;
36
+ resourceInputs["systemData"] = undefined /*out*/;
37
+ resourceInputs["type"] = undefined /*out*/;
38
+ }
39
+ else {
40
+ resourceInputs["location"] = undefined /*out*/;
41
+ resourceInputs["name"] = undefined /*out*/;
42
+ resourceInputs["properties"] = undefined /*out*/;
43
+ resourceInputs["systemData"] = undefined /*out*/;
44
+ resourceInputs["tags"] = undefined /*out*/;
45
+ resourceInputs["type"] = undefined /*out*/;
46
+ }
47
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
48
+ const aliasOpts = { aliases: [{ type: "azure-native:app/v20220101preview:Certificate" }] };
49
+ opts = pulumi.mergeOptions(opts, aliasOpts);
50
+ super(Certificate.__pulumiType, name, resourceInputs, opts);
51
+ }
52
+ /**
53
+ * Get an existing Certificate resource's state with the given name, ID, and optional extra
54
+ * properties used to qualify the lookup.
55
+ *
56
+ * @param name The _unique_ name of the resulting resource.
57
+ * @param id The _unique_ provider ID of the resource to lookup.
58
+ * @param opts Optional settings to control the behavior of the CustomResource.
59
+ */
60
+ static get(name, id, opts) {
61
+ return new Certificate(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
62
+ }
63
+ /**
64
+ * Returns true if the given object is an instance of Certificate. This is designed to work even
65
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
66
+ */
67
+ static isInstance(obj) {
68
+ if (obj === undefined || obj === null) {
69
+ return false;
70
+ }
71
+ return obj['__pulumiType'] === Certificate.__pulumiType;
72
+ }
73
+ }
74
+ exports.Certificate = Certificate;
75
+ /** @internal */
76
+ Certificate.__pulumiType = 'azure-native:app:Certificate';
77
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2VydGlmaWNhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hcHAvY2VydGlmaWNhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsV0FBWSxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBb0RsRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFxQixFQUFFLElBQW1DO1FBQ2hGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLHNCQUFzQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDbkUsTUFBTSxJQUFJLEtBQUssQ0FBQyxvREFBb0QsQ0FBQyxDQUFDO2FBQ3pFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsd0JBQXdCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzFGLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN0RCxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDbEUsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRixjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDdEQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQy9DLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO1FBQ0QsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDbkUsTUFBTSxTQUFTLEdBQUcsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSwrQ0FBK0MsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUMzRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLFdBQVcsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNoRSxDQUFDO0lBeEZEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxXQUFXLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDeEUsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLFdBQVcsQ0FBQyxZQUFZLENBQUM7SUFDNUQsQ0FBQzs7QUF6Qkwsa0NBMEZDO0FBN0VHLGdCQUFnQjtBQUNPLHdCQUFZLEdBQUcsOEJBQThCLENBQUMifQ==
@@ -0,0 +1,127 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Container App.
5
+ * API Version: 2022-01-01-preview.
6
+ */
7
+ export declare class ContainerApp extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing ContainerApp resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ContainerApp;
17
+ /**
18
+ * Returns true if the given object is an instance of ContainerApp. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is ContainerApp;
22
+ /**
23
+ * Non versioned Container App configuration properties.
24
+ */
25
+ readonly configuration: pulumi.Output<outputs.app.ConfigurationResponse | undefined>;
26
+ /**
27
+ * Id used to verify domain name ownership
28
+ */
29
+ readonly customDomainVerificationId: pulumi.Output<string>;
30
+ /**
31
+ * managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
32
+ */
33
+ readonly identity: pulumi.Output<outputs.app.ManagedServiceIdentityResponse | undefined>;
34
+ /**
35
+ * Fully Qualified Domain Name of the latest revision of the Container App.
36
+ */
37
+ readonly latestRevisionFqdn: pulumi.Output<string>;
38
+ /**
39
+ * Name of the latest revision of the Container App.
40
+ */
41
+ readonly latestRevisionName: pulumi.Output<string>;
42
+ /**
43
+ * The geo-location where the resource lives
44
+ */
45
+ readonly location: pulumi.Output<string>;
46
+ /**
47
+ * Resource ID of the Container App's environment.
48
+ */
49
+ readonly managedEnvironmentId: pulumi.Output<string | undefined>;
50
+ /**
51
+ * The name of the resource
52
+ */
53
+ readonly name: pulumi.Output<string>;
54
+ /**
55
+ * Outbound IP Addresses for container app.
56
+ */
57
+ readonly outboundIPAddresses: pulumi.Output<string[]>;
58
+ /**
59
+ * Provisioning state of the Container App.
60
+ */
61
+ readonly provisioningState: pulumi.Output<string>;
62
+ /**
63
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
64
+ */
65
+ readonly systemData: pulumi.Output<outputs.app.SystemDataResponse>;
66
+ /**
67
+ * Resource tags.
68
+ */
69
+ readonly tags: pulumi.Output<{
70
+ [key: string]: string;
71
+ } | undefined>;
72
+ /**
73
+ * Container App versioned application definition.
74
+ */
75
+ readonly template: pulumi.Output<outputs.app.TemplateResponse | undefined>;
76
+ /**
77
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
78
+ */
79
+ readonly type: pulumi.Output<string>;
80
+ /**
81
+ * Create a ContainerApp resource with the given unique name, arguments, and options.
82
+ *
83
+ * @param name The _unique_ name of the resource.
84
+ * @param args The arguments to use to populate this resource's properties.
85
+ * @param opts A bag of options that control this resource's behavior.
86
+ */
87
+ constructor(name: string, args: ContainerAppArgs, opts?: pulumi.CustomResourceOptions);
88
+ }
89
+ /**
90
+ * The set of arguments for constructing a ContainerApp resource.
91
+ */
92
+ export interface ContainerAppArgs {
93
+ /**
94
+ * Non versioned Container App configuration properties.
95
+ */
96
+ configuration?: pulumi.Input<inputs.app.ConfigurationArgs>;
97
+ /**
98
+ * managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
99
+ */
100
+ identity?: pulumi.Input<inputs.app.ManagedServiceIdentityArgs>;
101
+ /**
102
+ * The geo-location where the resource lives
103
+ */
104
+ location?: pulumi.Input<string>;
105
+ /**
106
+ * Resource ID of the Container App's environment.
107
+ */
108
+ managedEnvironmentId?: pulumi.Input<string>;
109
+ /**
110
+ * Name of the Container App.
111
+ */
112
+ name?: pulumi.Input<string>;
113
+ /**
114
+ * The name of the resource group. The name is case insensitive.
115
+ */
116
+ resourceGroupName: pulumi.Input<string>;
117
+ /**
118
+ * Resource tags.
119
+ */
120
+ tags?: pulumi.Input<{
121
+ [key: string]: pulumi.Input<string>;
122
+ }>;
123
+ /**
124
+ * Container App versioned application definition.
125
+ */
126
+ template?: pulumi.Input<inputs.app.TemplateArgs>;
127
+ }
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ContainerApp = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const types_1 = require("../types");
8
+ const utilities = require("../utilities");
9
+ /**
10
+ * Container App.
11
+ * API Version: 2022-01-01-preview.
12
+ */
13
+ class ContainerApp extends pulumi.CustomResource {
14
+ /**
15
+ * Create a ContainerApp resource with the given unique name, arguments, and options.
16
+ *
17
+ * @param name The _unique_ name of the resource.
18
+ * @param args The arguments to use to populate this resource's properties.
19
+ * @param opts A bag of options that control this resource's behavior.
20
+ */
21
+ constructor(name, args, opts) {
22
+ let resourceInputs = {};
23
+ opts = opts || {};
24
+ if (!opts.id) {
25
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
26
+ throw new Error("Missing required property 'resourceGroupName'");
27
+ }
28
+ resourceInputs["configuration"] = args ? (args.configuration ? pulumi.output(args.configuration).apply(types_1.input.app.configurationArgsProvideDefaults) : undefined) : undefined;
29
+ resourceInputs["identity"] = args ? args.identity : undefined;
30
+ resourceInputs["location"] = args ? args.location : undefined;
31
+ resourceInputs["managedEnvironmentId"] = args ? args.managedEnvironmentId : undefined;
32
+ resourceInputs["name"] = args ? args.name : undefined;
33
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
34
+ resourceInputs["tags"] = args ? args.tags : undefined;
35
+ resourceInputs["template"] = args ? args.template : undefined;
36
+ resourceInputs["customDomainVerificationId"] = undefined /*out*/;
37
+ resourceInputs["latestRevisionFqdn"] = undefined /*out*/;
38
+ resourceInputs["latestRevisionName"] = undefined /*out*/;
39
+ resourceInputs["outboundIPAddresses"] = undefined /*out*/;
40
+ resourceInputs["provisioningState"] = undefined /*out*/;
41
+ resourceInputs["systemData"] = undefined /*out*/;
42
+ resourceInputs["type"] = undefined /*out*/;
43
+ }
44
+ else {
45
+ resourceInputs["configuration"] = undefined /*out*/;
46
+ resourceInputs["customDomainVerificationId"] = undefined /*out*/;
47
+ resourceInputs["identity"] = undefined /*out*/;
48
+ resourceInputs["latestRevisionFqdn"] = undefined /*out*/;
49
+ resourceInputs["latestRevisionName"] = undefined /*out*/;
50
+ resourceInputs["location"] = undefined /*out*/;
51
+ resourceInputs["managedEnvironmentId"] = undefined /*out*/;
52
+ resourceInputs["name"] = undefined /*out*/;
53
+ resourceInputs["outboundIPAddresses"] = undefined /*out*/;
54
+ resourceInputs["provisioningState"] = undefined /*out*/;
55
+ resourceInputs["systemData"] = undefined /*out*/;
56
+ resourceInputs["tags"] = undefined /*out*/;
57
+ resourceInputs["template"] = undefined /*out*/;
58
+ resourceInputs["type"] = undefined /*out*/;
59
+ }
60
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
61
+ const aliasOpts = { aliases: [{ type: "azure-native:app/v20220101preview:ContainerApp" }] };
62
+ opts = pulumi.mergeOptions(opts, aliasOpts);
63
+ super(ContainerApp.__pulumiType, name, resourceInputs, opts);
64
+ }
65
+ /**
66
+ * Get an existing ContainerApp resource's state with the given name, ID, and optional extra
67
+ * properties used to qualify the lookup.
68
+ *
69
+ * @param name The _unique_ name of the resulting resource.
70
+ * @param id The _unique_ provider ID of the resource to lookup.
71
+ * @param opts Optional settings to control the behavior of the CustomResource.
72
+ */
73
+ static get(name, id, opts) {
74
+ return new ContainerApp(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
75
+ }
76
+ /**
77
+ * Returns true if the given object is an instance of ContainerApp. This is designed to work even
78
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
79
+ */
80
+ static isInstance(obj) {
81
+ if (obj === undefined || obj === null) {
82
+ return false;
83
+ }
84
+ return obj['__pulumiType'] === ContainerApp.__pulumiType;
85
+ }
86
+ }
87
+ exports.ContainerApp = ContainerApp;
88
+ /** @internal */
89
+ ContainerApp.__pulumiType = 'azure-native:app:ContainerApp';
90
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyQXBwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYXBwL2NvbnRhaW5lckFwcC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6QyxvQ0FBcUU7QUFDckUsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsWUFBYSxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBb0ZuRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFzQixFQUFFLElBQW1DO1FBQ2pGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLGVBQWUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxLQUFLLENBQUMsYUFBTSxDQUFDLEdBQUcsQ0FBQyxnQ0FBZ0MsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzdLLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJ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
@@ -0,0 +1,99 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs, enums } from "../types";
3
+ /**
4
+ * Configuration settings for the Azure ContainerApp Authentication / Authorization feature.
5
+ * API Version: 2022-01-01-preview.
6
+ */
7
+ export declare class ContainerAppsAuthConfig extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing ContainerAppsAuthConfig resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ContainerAppsAuthConfig;
17
+ /**
18
+ * Returns true if the given object is an instance of ContainerAppsAuthConfig. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is ContainerAppsAuthConfig;
22
+ /**
23
+ * The configuration settings that determines the validation flow of users using ContainerApp Authentication/Authorization.
24
+ */
25
+ readonly globalValidation: pulumi.Output<outputs.app.GlobalValidationResponse | undefined>;
26
+ /**
27
+ * The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Authentication/Authorization.
28
+ */
29
+ readonly httpSettings: pulumi.Output<outputs.app.HttpSettingsResponse | undefined>;
30
+ /**
31
+ * The configuration settings of each of the identity providers used to configure ContainerApp Authentication/Authorization.
32
+ */
33
+ readonly identityProviders: pulumi.Output<outputs.app.IdentityProvidersResponse | undefined>;
34
+ /**
35
+ * The configuration settings of the login flow of users using ContainerApp Authentication/Authorization.
36
+ */
37
+ readonly login: pulumi.Output<outputs.app.LoginResponse | undefined>;
38
+ /**
39
+ * The name of the resource
40
+ */
41
+ readonly name: pulumi.Output<string>;
42
+ /**
43
+ * <code>Enabled</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>Disabled</code>.
44
+ */
45
+ readonly state: pulumi.Output<string | undefined>;
46
+ /**
47
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
48
+ */
49
+ readonly systemData: pulumi.Output<outputs.app.SystemDataResponse>;
50
+ /**
51
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
52
+ */
53
+ readonly type: pulumi.Output<string>;
54
+ /**
55
+ * Create a ContainerAppsAuthConfig resource with the given unique name, arguments, and options.
56
+ *
57
+ * @param name The _unique_ name of the resource.
58
+ * @param args The arguments to use to populate this resource's properties.
59
+ * @param opts A bag of options that control this resource's behavior.
60
+ */
61
+ constructor(name: string, args: ContainerAppsAuthConfigArgs, opts?: pulumi.CustomResourceOptions);
62
+ }
63
+ /**
64
+ * The set of arguments for constructing a ContainerAppsAuthConfig resource.
65
+ */
66
+ export interface ContainerAppsAuthConfigArgs {
67
+ /**
68
+ * Name of the Container App.
69
+ */
70
+ containerAppName: pulumi.Input<string>;
71
+ /**
72
+ * The configuration settings that determines the validation flow of users using ContainerApp Authentication/Authorization.
73
+ */
74
+ globalValidation?: pulumi.Input<inputs.app.GlobalValidationArgs>;
75
+ /**
76
+ * The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Authentication/Authorization.
77
+ */
78
+ httpSettings?: pulumi.Input<inputs.app.HttpSettingsArgs>;
79
+ /**
80
+ * The configuration settings of each of the identity providers used to configure ContainerApp Authentication/Authorization.
81
+ */
82
+ identityProviders?: pulumi.Input<inputs.app.IdentityProvidersArgs>;
83
+ /**
84
+ * The configuration settings of the login flow of users using ContainerApp Authentication/Authorization.
85
+ */
86
+ login?: pulumi.Input<inputs.app.LoginArgs>;
87
+ /**
88
+ * Name of the Container App AuthConfig.
89
+ */
90
+ name?: pulumi.Input<string>;
91
+ /**
92
+ * The name of the resource group. The name is case insensitive.
93
+ */
94
+ resourceGroupName: pulumi.Input<string>;
95
+ /**
96
+ * <code>Enabled</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>Disabled</code>.
97
+ */
98
+ state?: pulumi.Input<string | enums.app.EasyAuthState>;
99
+ }
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ContainerAppsAuthConfig = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Configuration settings for the Azure ContainerApp Authentication / Authorization feature.
10
+ * API Version: 2022-01-01-preview.
11
+ */
12
+ class ContainerAppsAuthConfig extends pulumi.CustomResource {
13
+ /**
14
+ * Create a ContainerAppsAuthConfig resource with the given unique name, arguments, and options.
15
+ *
16
+ * @param name The _unique_ name of the resource.
17
+ * @param args The arguments to use to populate this resource's properties.
18
+ * @param opts A bag of options that control this resource's behavior.
19
+ */
20
+ constructor(name, args, opts) {
21
+ let resourceInputs = {};
22
+ opts = opts || {};
23
+ if (!opts.id) {
24
+ if ((!args || args.containerAppName === undefined) && !opts.urn) {
25
+ throw new Error("Missing required property 'containerAppName'");
26
+ }
27
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
28
+ throw new Error("Missing required property 'resourceGroupName'");
29
+ }
30
+ resourceInputs["containerAppName"] = args ? args.containerAppName : undefined;
31
+ resourceInputs["globalValidation"] = args ? args.globalValidation : undefined;
32
+ resourceInputs["httpSettings"] = args ? args.httpSettings : undefined;
33
+ resourceInputs["identityProviders"] = args ? args.identityProviders : undefined;
34
+ resourceInputs["login"] = args ? args.login : undefined;
35
+ resourceInputs["name"] = args ? args.name : undefined;
36
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
37
+ resourceInputs["state"] = args ? args.state : undefined;
38
+ resourceInputs["systemData"] = undefined /*out*/;
39
+ resourceInputs["type"] = undefined /*out*/;
40
+ }
41
+ else {
42
+ resourceInputs["globalValidation"] = undefined /*out*/;
43
+ resourceInputs["httpSettings"] = undefined /*out*/;
44
+ resourceInputs["identityProviders"] = undefined /*out*/;
45
+ resourceInputs["login"] = undefined /*out*/;
46
+ resourceInputs["name"] = undefined /*out*/;
47
+ resourceInputs["state"] = undefined /*out*/;
48
+ resourceInputs["systemData"] = undefined /*out*/;
49
+ resourceInputs["type"] = undefined /*out*/;
50
+ }
51
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
52
+ const aliasOpts = { aliases: [{ type: "azure-native:app/v20220101preview:ContainerAppsAuthConfig" }] };
53
+ opts = pulumi.mergeOptions(opts, aliasOpts);
54
+ super(ContainerAppsAuthConfig.__pulumiType, name, resourceInputs, opts);
55
+ }
56
+ /**
57
+ * Get an existing ContainerAppsAuthConfig resource's state with the given name, ID, and optional extra
58
+ * properties used to qualify the lookup.
59
+ *
60
+ * @param name The _unique_ name of the resulting resource.
61
+ * @param id The _unique_ provider ID of the resource to lookup.
62
+ * @param opts Optional settings to control the behavior of the CustomResource.
63
+ */
64
+ static get(name, id, opts) {
65
+ return new ContainerAppsAuthConfig(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
66
+ }
67
+ /**
68
+ * Returns true if the given object is an instance of ContainerAppsAuthConfig. This is designed to work even
69
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
70
+ */
71
+ static isInstance(obj) {
72
+ if (obj === undefined || obj === null) {
73
+ return false;
74
+ }
75
+ return obj['__pulumiType'] === ContainerAppsAuthConfig.__pulumiType;
76
+ }
77
+ }
78
+ exports.ContainerAppsAuthConfig = ContainerAppsAuthConfig;
79
+ /** @internal */
80
+ ContainerAppsAuthConfig.__pulumiType = 'azure-native:app:ContainerAppsAuthConfig';
81
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyQXBwc0F1dGhDb25maWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hcHAvY29udGFpbmVyQXBwc0F1dGhDb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsdUJBQXdCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUE0RDlEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWlDLEVBQUUsSUFBbUM7UUFDNUYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsZ0JBQWdCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM3RCxNQUFNLElBQUksS0FBSyxDQUFDLDhDQUE4QyxDQUFDLENBQUM7YUFDbkU7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLGtCQUFrQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RSxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlFLGNBQWMsQ0FBQyxjQUFjLENBQUMs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