@pulumi/azure-native 2.54.0 → 2.55.0-alpha.1723186763

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 (215) hide show
  1. package/package.json +2 -2
  2. package/package.json.bak +2 -2
  3. package/tsconfig.tsbuildinfo +1 -1
  4. package/types/enums/web/index.d.ts +8 -1
  5. package/types/enums/web/index.js +17 -3
  6. package/types/enums/web/v20160801/index.d.ts +11 -0
  7. package/types/enums/web/v20160801/index.js +9 -2
  8. package/types/enums/web/v20180201/index.d.ts +11 -0
  9. package/types/enums/web/v20180201/index.js +13 -0
  10. package/types/enums/web/v20181101/index.d.ts +11 -0
  11. package/types/enums/web/v20181101/index.js +9 -2
  12. package/types/enums/web/v20190801/index.d.ts +11 -0
  13. package/types/enums/web/v20190801/index.js +9 -2
  14. package/types/enums/web/v20200601/index.d.ts +11 -0
  15. package/types/enums/web/v20200601/index.js +13 -0
  16. package/types/enums/web/v20200901/index.d.ts +11 -0
  17. package/types/enums/web/v20200901/index.js +13 -0
  18. package/types/enums/web/v20201201/index.d.ts +11 -0
  19. package/types/enums/web/v20201201/index.js +13 -0
  20. package/types/enums/web/v20210101/index.d.ts +11 -0
  21. package/types/enums/web/v20210101/index.js +13 -0
  22. package/types/enums/web/v20210115/index.d.ts +11 -0
  23. package/types/enums/web/v20210115/index.js +9 -2
  24. package/types/enums/web/v20210201/index.d.ts +11 -0
  25. package/types/enums/web/v20210201/index.js +9 -2
  26. package/types/enums/web/v20210301/index.d.ts +11 -0
  27. package/types/enums/web/v20210301/index.js +13 -0
  28. package/types/enums/web/v20220301/index.d.ts +11 -0
  29. package/types/enums/web/v20220301/index.js +13 -0
  30. package/types/input.d.ts +2295 -759
  31. package/types/input.js +211 -1
  32. package/types/output.d.ts +1701 -165
  33. package/types/output.js +211 -1
  34. package/web/getWebAppDiagnosticLogsConfigurationSlot.d.ts +81 -0
  35. package/web/getWebAppDiagnosticLogsConfigurationSlot.js +33 -0
  36. package/web/getWebAppFtpAllowedSlot.d.ts +62 -0
  37. package/web/getWebAppFtpAllowedSlot.js +33 -0
  38. package/web/getWebAppScmAllowedSlot.d.ts +62 -0
  39. package/web/getWebAppScmAllowedSlot.js +33 -0
  40. package/web/index.d.ts +18 -0
  41. package/web/index.js +28 -6
  42. package/web/v20160801/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  43. package/web/v20160801/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  44. package/web/v20160801/index.d.ts +6 -0
  45. package/web/v20160801/index.js +9 -2
  46. package/web/v20160801/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  47. package/web/v20160801/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  48. package/web/v20180201/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  49. package/web/v20180201/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  50. package/web/v20180201/index.d.ts +7 -0
  51. package/web/v20180201/index.js +36 -2
  52. package/web/v20180201/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  53. package/web/v20180201/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  54. package/web/v20181101/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  55. package/web/v20181101/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  56. package/web/v20181101/index.d.ts +6 -0
  57. package/web/v20181101/index.js +9 -2
  58. package/web/v20181101/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  59. package/web/v20181101/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  60. package/web/v20190801/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  61. package/web/v20190801/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  62. package/web/v20190801/index.d.ts +6 -0
  63. package/web/v20190801/index.js +9 -2
  64. package/web/v20190801/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  65. package/web/v20190801/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  66. package/web/v20200601/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  67. package/web/v20200601/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  68. package/web/v20200601/index.d.ts +7 -0
  69. package/web/v20200601/index.js +25 -2
  70. package/web/v20200601/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  71. package/web/v20200601/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  72. package/web/v20200901/getWebAppDiagnosticLogsConfigurationSlot.d.ts +79 -0
  73. package/web/v20200901/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  74. package/web/v20200901/index.d.ts +7 -0
  75. package/web/v20200901/index.js +25 -2
  76. package/web/v20200901/webAppDiagnosticLogsConfigurationSlot.d.ts +99 -0
  77. package/web/v20200901/webAppDiagnosticLogsConfigurationSlot.js +84 -0
  78. package/web/v20201001/getWebAppDiagnosticLogsConfigurationSlot.d.ts +79 -0
  79. package/web/v20201001/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  80. package/web/v20201001/index.d.ts +6 -0
  81. package/web/v20201001/index.js +12 -5
  82. package/web/v20201001/webAppDiagnosticLogsConfigurationSlot.d.ts +99 -0
  83. package/web/v20201001/webAppDiagnosticLogsConfigurationSlot.js +84 -0
  84. package/web/v20201201/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  85. package/web/v20201201/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  86. package/web/v20201201/getWebAppFtpAllowedSlot.d.ts +56 -0
  87. package/web/v20201201/getWebAppFtpAllowedSlot.js +27 -0
  88. package/web/v20201201/getWebAppScmAllowedSlot.d.ts +56 -0
  89. package/web/v20201201/getWebAppScmAllowedSlot.js +27 -0
  90. package/web/v20201201/index.d.ts +19 -0
  91. package/web/v20201201/index.js +39 -2
  92. package/web/v20201201/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  93. package/web/v20201201/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  94. package/web/v20201201/webAppFtpAllowedSlot.d.ts +66 -0
  95. package/web/v20201201/webAppFtpAllowedSlot.js +78 -0
  96. package/web/v20201201/webAppScmAllowedSlot.d.ts +66 -0
  97. package/web/v20201201/webAppScmAllowedSlot.js +78 -0
  98. package/web/v20210101/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  99. package/web/v20210101/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  100. package/web/v20210101/getWebAppFtpAllowedSlot.d.ts +56 -0
  101. package/web/v20210101/getWebAppFtpAllowedSlot.js +27 -0
  102. package/web/v20210101/getWebAppScmAllowedSlot.d.ts +56 -0
  103. package/web/v20210101/getWebAppScmAllowedSlot.js +27 -0
  104. package/web/v20210101/index.d.ts +19 -0
  105. package/web/v20210101/index.js +39 -2
  106. package/web/v20210101/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  107. package/web/v20210101/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  108. package/web/v20210101/webAppFtpAllowedSlot.d.ts +66 -0
  109. package/web/v20210101/webAppFtpAllowedSlot.js +78 -0
  110. package/web/v20210101/webAppScmAllowedSlot.d.ts +66 -0
  111. package/web/v20210101/webAppScmAllowedSlot.js +78 -0
  112. package/web/v20210115/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  113. package/web/v20210115/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  114. package/web/v20210115/getWebAppFtpAllowedSlot.d.ts +56 -0
  115. package/web/v20210115/getWebAppFtpAllowedSlot.js +27 -0
  116. package/web/v20210115/getWebAppScmAllowedSlot.d.ts +56 -0
  117. package/web/v20210115/getWebAppScmAllowedSlot.js +27 -0
  118. package/web/v20210115/index.d.ts +18 -0
  119. package/web/v20210115/index.js +23 -2
  120. package/web/v20210115/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  121. package/web/v20210115/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  122. package/web/v20210115/webAppFtpAllowedSlot.d.ts +66 -0
  123. package/web/v20210115/webAppFtpAllowedSlot.js +78 -0
  124. package/web/v20210115/webAppScmAllowedSlot.d.ts +66 -0
  125. package/web/v20210115/webAppScmAllowedSlot.js +78 -0
  126. package/web/v20210201/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  127. package/web/v20210201/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  128. package/web/v20210201/getWebAppFtpAllowedSlot.d.ts +56 -0
  129. package/web/v20210201/getWebAppFtpAllowedSlot.js +27 -0
  130. package/web/v20210201/getWebAppScmAllowedSlot.d.ts +56 -0
  131. package/web/v20210201/getWebAppScmAllowedSlot.js +27 -0
  132. package/web/v20210201/index.d.ts +18 -0
  133. package/web/v20210201/index.js +23 -2
  134. package/web/v20210201/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  135. package/web/v20210201/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  136. package/web/v20210201/webAppFtpAllowedSlot.d.ts +66 -0
  137. package/web/v20210201/webAppFtpAllowedSlot.js +78 -0
  138. package/web/v20210201/webAppScmAllowedSlot.d.ts +66 -0
  139. package/web/v20210201/webAppScmAllowedSlot.js +78 -0
  140. package/web/v20210301/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  141. package/web/v20210301/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  142. package/web/v20210301/getWebAppFtpAllowedSlot.d.ts +56 -0
  143. package/web/v20210301/getWebAppFtpAllowedSlot.js +27 -0
  144. package/web/v20210301/getWebAppScmAllowedSlot.d.ts +56 -0
  145. package/web/v20210301/getWebAppScmAllowedSlot.js +27 -0
  146. package/web/v20210301/index.d.ts +19 -0
  147. package/web/v20210301/index.js +39 -2
  148. package/web/v20210301/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  149. package/web/v20210301/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  150. package/web/v20210301/webAppFtpAllowedSlot.d.ts +66 -0
  151. package/web/v20210301/webAppFtpAllowedSlot.js +78 -0
  152. package/web/v20210301/webAppScmAllowedSlot.d.ts +66 -0
  153. package/web/v20210301/webAppScmAllowedSlot.js +78 -0
  154. package/web/v20220301/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  155. package/web/v20220301/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  156. package/web/v20220301/getWebAppFtpAllowedSlot.d.ts +56 -0
  157. package/web/v20220301/getWebAppFtpAllowedSlot.js +27 -0
  158. package/web/v20220301/getWebAppScmAllowedSlot.d.ts +56 -0
  159. package/web/v20220301/getWebAppScmAllowedSlot.js +27 -0
  160. package/web/v20220301/index.d.ts +19 -0
  161. package/web/v20220301/index.js +39 -2
  162. package/web/v20220301/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  163. package/web/v20220301/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  164. package/web/v20220301/webAppFtpAllowedSlot.d.ts +66 -0
  165. package/web/v20220301/webAppFtpAllowedSlot.js +78 -0
  166. package/web/v20220301/webAppScmAllowedSlot.d.ts +66 -0
  167. package/web/v20220301/webAppScmAllowedSlot.js +78 -0
  168. package/web/v20220901/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  169. package/web/v20220901/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  170. package/web/v20220901/getWebAppFtpAllowedSlot.d.ts +56 -0
  171. package/web/v20220901/getWebAppFtpAllowedSlot.js +27 -0
  172. package/web/v20220901/getWebAppScmAllowedSlot.d.ts +56 -0
  173. package/web/v20220901/getWebAppScmAllowedSlot.js +27 -0
  174. package/web/v20220901/index.d.ts +18 -0
  175. package/web/v20220901/index.js +27 -6
  176. package/web/v20220901/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  177. package/web/v20220901/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  178. package/web/v20220901/webAppFtpAllowedSlot.d.ts +66 -0
  179. package/web/v20220901/webAppFtpAllowedSlot.js +78 -0
  180. package/web/v20220901/webAppScmAllowedSlot.d.ts +66 -0
  181. package/web/v20220901/webAppScmAllowedSlot.js +78 -0
  182. package/web/v20230101/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  183. package/web/v20230101/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  184. package/web/v20230101/getWebAppFtpAllowedSlot.d.ts +56 -0
  185. package/web/v20230101/getWebAppFtpAllowedSlot.js +27 -0
  186. package/web/v20230101/getWebAppScmAllowedSlot.d.ts +56 -0
  187. package/web/v20230101/getWebAppScmAllowedSlot.js +27 -0
  188. package/web/v20230101/index.d.ts +18 -0
  189. package/web/v20230101/index.js +28 -6
  190. package/web/v20230101/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  191. package/web/v20230101/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  192. package/web/v20230101/webAppFtpAllowedSlot.d.ts +66 -0
  193. package/web/v20230101/webAppFtpAllowedSlot.js +78 -0
  194. package/web/v20230101/webAppScmAllowedSlot.d.ts +66 -0
  195. package/web/v20230101/webAppScmAllowedSlot.js +78 -0
  196. package/web/v20231201/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
  197. package/web/v20231201/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
  198. package/web/v20231201/getWebAppFtpAllowedSlot.d.ts +56 -0
  199. package/web/v20231201/getWebAppFtpAllowedSlot.js +27 -0
  200. package/web/v20231201/getWebAppScmAllowedSlot.d.ts +56 -0
  201. package/web/v20231201/getWebAppScmAllowedSlot.js +27 -0
  202. package/web/v20231201/index.d.ts +18 -0
  203. package/web/v20231201/index.js +28 -7
  204. package/web/v20231201/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
  205. package/web/v20231201/webAppDiagnosticLogsConfigurationSlot.js +82 -0
  206. package/web/v20231201/webAppFtpAllowedSlot.d.ts +66 -0
  207. package/web/v20231201/webAppFtpAllowedSlot.js +78 -0
  208. package/web/v20231201/webAppScmAllowedSlot.d.ts +66 -0
  209. package/web/v20231201/webAppScmAllowedSlot.js +78 -0
  210. package/web/webAppDiagnosticLogsConfigurationSlot.d.ts +98 -0
  211. package/web/webAppDiagnosticLogsConfigurationSlot.js +85 -0
  212. package/web/webAppFtpAllowedSlot.d.ts +69 -0
  213. package/web/webAppFtpAllowedSlot.js +81 -0
  214. package/web/webAppScmAllowedSlot.d.ts +69 -0
  215. package/web/webAppScmAllowedSlot.js +81 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure-native",
3
- "version": "2.54.0",
3
+ "version": "2.55.0-alpha.1723186763",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "azure",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "azure-native",
27
- "version": "2.54.0"
27
+ "version": "2.55.0-alpha.1723186763"
28
28
  }
29
29
  }
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azure-native",
3
- "version": "2.54.0",
3
+ "version": "2.55.0-alpha.1723186763",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "azure",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "azure-native",
27
- "version": "2.54.0"
27
+ "version": "2.55.0-alpha.1723186763"
28
28
  }
29
29
  }