@pulumi/azure-native 2.90.0 → 2.91.0
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/tsconfig.tsbuildinfo +1 -1
- package/types/enums/web/v20210301/index.d.ts +34 -0
- package/types/enums/web/v20210301/index.js +20 -2
- package/types/enums/web/v20220301/index.d.ts +34 -0
- package/types/enums/web/v20220301/index.js +20 -2
- package/types/enums/web/v20220901/index.d.ts +34 -0
- package/types/enums/web/v20220901/index.js +20 -2
- package/types/enums/web/v20230101/index.d.ts +34 -0
- package/types/enums/web/v20230101/index.js +20 -2
- package/types/enums/web/v20231201/index.d.ts +34 -0
- package/types/enums/web/v20231201/index.js +20 -2
- package/types/enums/web/v20240401/index.d.ts +34 -0
- package/types/enums/web/v20240401/index.js +20 -2
- package/types/input.d.ts +4204 -238
- package/types/input.js +1 -1
- package/types/output.d.ts +4372 -406
- package/types/output.js +1 -1
- package/web/getWebAppAuthSettingsV2WithoutSecrets.d.ts +79 -0
- package/web/getWebAppAuthSettingsV2WithoutSecrets.js +38 -0
- package/web/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +87 -0
- package/web/getWebAppAuthSettingsV2WithoutSecretsSlot.js +40 -0
- package/web/index.d.ts +12 -0
- package/web/index.js +21 -7
- package/web/v20201001/webAppAuthSettingsV2.js +2 -2
- package/web/v20201001/webAppAuthSettingsV2Slot.js +2 -2
- package/web/v20210201/webAppAuthSettingsV2.js +2 -2
- package/web/v20210201/webAppAuthSettingsV2Slot.js +2 -2
- package/web/v20210301/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20210301/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20210301/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20210301/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20210301/index.d.ts +12 -0
- package/web/v20210301/index.js +16 -2
- package/web/v20210301/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20210301/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20210301/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20210301/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20220301/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20220301/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20220301/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20220301/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20220301/index.d.ts +12 -0
- package/web/v20220301/index.js +16 -2
- package/web/v20220301/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20220301/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20220301/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20220301/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20220901/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20220901/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20220901/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20220901/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20220901/index.d.ts +12 -0
- package/web/v20220901/index.js +21 -6
- package/web/v20220901/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20220901/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20220901/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20220901/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20230101/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20230101/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20230101/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20230101/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20230101/index.d.ts +12 -0
- package/web/v20230101/index.js +21 -7
- package/web/v20230101/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20230101/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20230101/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20230101/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20231201/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20231201/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20231201/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20231201/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20231201/index.d.ts +12 -0
- package/web/v20231201/index.js +21 -7
- package/web/v20231201/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20231201/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20231201/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20231201/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20240401/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20240401/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20240401/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20240401/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20240401/index.d.ts +12 -0
- package/web/v20240401/index.js +21 -7
- package/web/v20240401/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20240401/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20240401/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20240401/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/webAppAuthSettingsV2.js +2 -2
- package/web/webAppAuthSettingsV2Slot.js +2 -2
- package/web/webAppAuthSettingsV2WithoutSecrets.d.ts +103 -0
- package/web/webAppAuthSettingsV2WithoutSecrets.js +83 -0
- package/web/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +107 -0
- package/web/webAppAuthSettingsV2WithoutSecretsSlot.js +87 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure-native",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.91.0",
|
|
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.91.0"
|
|
28
28
|
}
|
|
29
29
|
}
|