@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.
- package/package.json +2 -2
- package/package.json.bak +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/web/index.d.ts +8 -1
- package/types/enums/web/index.js +17 -3
- package/types/enums/web/v20160801/index.d.ts +11 -0
- package/types/enums/web/v20160801/index.js +9 -2
- package/types/enums/web/v20180201/index.d.ts +11 -0
- package/types/enums/web/v20180201/index.js +13 -0
- package/types/enums/web/v20181101/index.d.ts +11 -0
- package/types/enums/web/v20181101/index.js +9 -2
- package/types/enums/web/v20190801/index.d.ts +11 -0
- package/types/enums/web/v20190801/index.js +9 -2
- package/types/enums/web/v20200601/index.d.ts +11 -0
- package/types/enums/web/v20200601/index.js +13 -0
- package/types/enums/web/v20200901/index.d.ts +11 -0
- package/types/enums/web/v20200901/index.js +13 -0
- package/types/enums/web/v20201201/index.d.ts +11 -0
- package/types/enums/web/v20201201/index.js +13 -0
- package/types/enums/web/v20210101/index.d.ts +11 -0
- package/types/enums/web/v20210101/index.js +13 -0
- package/types/enums/web/v20210115/index.d.ts +11 -0
- package/types/enums/web/v20210115/index.js +9 -2
- package/types/enums/web/v20210201/index.d.ts +11 -0
- package/types/enums/web/v20210201/index.js +9 -2
- package/types/enums/web/v20210301/index.d.ts +11 -0
- package/types/enums/web/v20210301/index.js +13 -0
- package/types/enums/web/v20220301/index.d.ts +11 -0
- package/types/enums/web/v20220301/index.js +13 -0
- package/types/input.d.ts +2295 -759
- package/types/input.js +211 -1
- package/types/output.d.ts +1701 -165
- package/types/output.js +211 -1
- package/web/getWebAppDiagnosticLogsConfigurationSlot.d.ts +81 -0
- package/web/getWebAppDiagnosticLogsConfigurationSlot.js +33 -0
- package/web/getWebAppFtpAllowedSlot.d.ts +62 -0
- package/web/getWebAppFtpAllowedSlot.js +33 -0
- package/web/getWebAppScmAllowedSlot.d.ts +62 -0
- package/web/getWebAppScmAllowedSlot.js +33 -0
- package/web/index.d.ts +18 -0
- package/web/index.js +28 -6
- package/web/v20160801/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20160801/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20160801/index.d.ts +6 -0
- package/web/v20160801/index.js +9 -2
- package/web/v20160801/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20160801/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20180201/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20180201/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20180201/index.d.ts +7 -0
- package/web/v20180201/index.js +36 -2
- package/web/v20180201/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20180201/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20181101/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20181101/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20181101/index.d.ts +6 -0
- package/web/v20181101/index.js +9 -2
- package/web/v20181101/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20181101/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20190801/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20190801/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20190801/index.d.ts +6 -0
- package/web/v20190801/index.js +9 -2
- package/web/v20190801/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20190801/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20200601/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20200601/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20200601/index.d.ts +7 -0
- package/web/v20200601/index.js +25 -2
- package/web/v20200601/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20200601/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20200901/getWebAppDiagnosticLogsConfigurationSlot.d.ts +79 -0
- package/web/v20200901/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20200901/index.d.ts +7 -0
- package/web/v20200901/index.js +25 -2
- package/web/v20200901/webAppDiagnosticLogsConfigurationSlot.d.ts +99 -0
- package/web/v20200901/webAppDiagnosticLogsConfigurationSlot.js +84 -0
- package/web/v20201001/getWebAppDiagnosticLogsConfigurationSlot.d.ts +79 -0
- package/web/v20201001/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20201001/index.d.ts +6 -0
- package/web/v20201001/index.js +12 -5
- package/web/v20201001/webAppDiagnosticLogsConfigurationSlot.d.ts +99 -0
- package/web/v20201001/webAppDiagnosticLogsConfigurationSlot.js +84 -0
- package/web/v20201201/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20201201/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20201201/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20201201/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20201201/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20201201/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20201201/index.d.ts +19 -0
- package/web/v20201201/index.js +39 -2
- package/web/v20201201/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20201201/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20201201/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20201201/webAppFtpAllowedSlot.js +78 -0
- package/web/v20201201/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20201201/webAppScmAllowedSlot.js +78 -0
- package/web/v20210101/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20210101/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20210101/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20210101/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20210101/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20210101/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20210101/index.d.ts +19 -0
- package/web/v20210101/index.js +39 -2
- package/web/v20210101/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20210101/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20210101/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20210101/webAppFtpAllowedSlot.js +78 -0
- package/web/v20210101/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20210101/webAppScmAllowedSlot.js +78 -0
- package/web/v20210115/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20210115/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20210115/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20210115/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20210115/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20210115/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20210115/index.d.ts +18 -0
- package/web/v20210115/index.js +23 -2
- package/web/v20210115/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20210115/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20210115/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20210115/webAppFtpAllowedSlot.js +78 -0
- package/web/v20210115/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20210115/webAppScmAllowedSlot.js +78 -0
- package/web/v20210201/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20210201/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20210201/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20210201/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20210201/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20210201/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20210201/index.d.ts +18 -0
- package/web/v20210201/index.js +23 -2
- package/web/v20210201/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20210201/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20210201/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20210201/webAppFtpAllowedSlot.js +78 -0
- package/web/v20210201/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20210201/webAppScmAllowedSlot.js +78 -0
- package/web/v20210301/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20210301/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20210301/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20210301/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20210301/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20210301/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20210301/index.d.ts +19 -0
- package/web/v20210301/index.js +39 -2
- package/web/v20210301/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20210301/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20210301/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20210301/webAppFtpAllowedSlot.js +78 -0
- package/web/v20210301/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20210301/webAppScmAllowedSlot.js +78 -0
- package/web/v20220301/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20220301/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20220301/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20220301/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20220301/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20220301/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20220301/index.d.ts +19 -0
- package/web/v20220301/index.js +39 -2
- package/web/v20220301/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20220301/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20220301/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20220301/webAppFtpAllowedSlot.js +78 -0
- package/web/v20220301/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20220301/webAppScmAllowedSlot.js +78 -0
- package/web/v20220901/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20220901/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20220901/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20220901/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20220901/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20220901/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20220901/index.d.ts +18 -0
- package/web/v20220901/index.js +27 -6
- package/web/v20220901/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20220901/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20220901/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20220901/webAppFtpAllowedSlot.js +78 -0
- package/web/v20220901/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20220901/webAppScmAllowedSlot.js +78 -0
- package/web/v20230101/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20230101/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20230101/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20230101/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20230101/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20230101/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20230101/index.d.ts +18 -0
- package/web/v20230101/index.js +28 -6
- package/web/v20230101/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20230101/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20230101/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20230101/webAppFtpAllowedSlot.js +78 -0
- package/web/v20230101/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20230101/webAppScmAllowedSlot.js +78 -0
- package/web/v20231201/getWebAppDiagnosticLogsConfigurationSlot.d.ts +75 -0
- package/web/v20231201/getWebAppDiagnosticLogsConfigurationSlot.js +27 -0
- package/web/v20231201/getWebAppFtpAllowedSlot.d.ts +56 -0
- package/web/v20231201/getWebAppFtpAllowedSlot.js +27 -0
- package/web/v20231201/getWebAppScmAllowedSlot.d.ts +56 -0
- package/web/v20231201/getWebAppScmAllowedSlot.js +27 -0
- package/web/v20231201/index.d.ts +18 -0
- package/web/v20231201/index.js +28 -7
- package/web/v20231201/webAppDiagnosticLogsConfigurationSlot.d.ts +95 -0
- package/web/v20231201/webAppDiagnosticLogsConfigurationSlot.js +82 -0
- package/web/v20231201/webAppFtpAllowedSlot.d.ts +66 -0
- package/web/v20231201/webAppFtpAllowedSlot.js +78 -0
- package/web/v20231201/webAppScmAllowedSlot.d.ts +66 -0
- package/web/v20231201/webAppScmAllowedSlot.js +78 -0
- package/web/webAppDiagnosticLogsConfigurationSlot.d.ts +98 -0
- package/web/webAppDiagnosticLogsConfigurationSlot.js +85 -0
- package/web/webAppFtpAllowedSlot.d.ts +69 -0
- package/web/webAppFtpAllowedSlot.js +81 -0
- package/web/webAppScmAllowedSlot.d.ts +69 -0
- 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.
|
|
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.
|
|
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.
|
|
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.
|
|
27
|
+
"version": "2.55.0-alpha.1723186763"
|
|
28
28
|
}
|
|
29
29
|
}
|