@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
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.