@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.
Files changed (94) hide show
  1. package/package.json +2 -2
  2. package/tsconfig.tsbuildinfo +1 -1
  3. package/types/enums/web/v20210301/index.d.ts +34 -0
  4. package/types/enums/web/v20210301/index.js +20 -2
  5. package/types/enums/web/v20220301/index.d.ts +34 -0
  6. package/types/enums/web/v20220301/index.js +20 -2
  7. package/types/enums/web/v20220901/index.d.ts +34 -0
  8. package/types/enums/web/v20220901/index.js +20 -2
  9. package/types/enums/web/v20230101/index.d.ts +34 -0
  10. package/types/enums/web/v20230101/index.js +20 -2
  11. package/types/enums/web/v20231201/index.d.ts +34 -0
  12. package/types/enums/web/v20231201/index.js +20 -2
  13. package/types/enums/web/v20240401/index.d.ts +34 -0
  14. package/types/enums/web/v20240401/index.js +20 -2
  15. package/types/input.d.ts +4204 -238
  16. package/types/input.js +1 -1
  17. package/types/output.d.ts +4372 -406
  18. package/types/output.js +1 -1
  19. package/web/getWebAppAuthSettingsV2WithoutSecrets.d.ts +79 -0
  20. package/web/getWebAppAuthSettingsV2WithoutSecrets.js +38 -0
  21. package/web/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +87 -0
  22. package/web/getWebAppAuthSettingsV2WithoutSecretsSlot.js +40 -0
  23. package/web/index.d.ts +12 -0
  24. package/web/index.js +21 -7
  25. package/web/v20201001/webAppAuthSettingsV2.js +2 -2
  26. package/web/v20201001/webAppAuthSettingsV2Slot.js +2 -2
  27. package/web/v20210201/webAppAuthSettingsV2.js +2 -2
  28. package/web/v20210201/webAppAuthSettingsV2Slot.js +2 -2
  29. package/web/v20210301/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
  30. package/web/v20210301/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
  31. package/web/v20210301/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
  32. package/web/v20210301/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
  33. package/web/v20210301/index.d.ts +12 -0
  34. package/web/v20210301/index.js +16 -2
  35. package/web/v20210301/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
  36. package/web/v20210301/webAppAuthSettingsV2WithoutSecrets.js +79 -0
  37. package/web/v20210301/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
  38. package/web/v20210301/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
  39. package/web/v20220301/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
  40. package/web/v20220301/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
  41. package/web/v20220301/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
  42. package/web/v20220301/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
  43. package/web/v20220301/index.d.ts +12 -0
  44. package/web/v20220301/index.js +16 -2
  45. package/web/v20220301/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
  46. package/web/v20220301/webAppAuthSettingsV2WithoutSecrets.js +79 -0
  47. package/web/v20220301/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
  48. package/web/v20220301/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
  49. package/web/v20220901/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
  50. package/web/v20220901/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
  51. package/web/v20220901/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
  52. package/web/v20220901/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
  53. package/web/v20220901/index.d.ts +12 -0
  54. package/web/v20220901/index.js +21 -6
  55. package/web/v20220901/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
  56. package/web/v20220901/webAppAuthSettingsV2WithoutSecrets.js +79 -0
  57. package/web/v20220901/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
  58. package/web/v20220901/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
  59. package/web/v20230101/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
  60. package/web/v20230101/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
  61. package/web/v20230101/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
  62. package/web/v20230101/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
  63. package/web/v20230101/index.d.ts +12 -0
  64. package/web/v20230101/index.js +21 -7
  65. package/web/v20230101/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
  66. package/web/v20230101/webAppAuthSettingsV2WithoutSecrets.js +79 -0
  67. package/web/v20230101/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
  68. package/web/v20230101/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
  69. package/web/v20231201/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
  70. package/web/v20231201/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
  71. package/web/v20231201/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
  72. package/web/v20231201/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
  73. package/web/v20231201/index.d.ts +12 -0
  74. package/web/v20231201/index.js +21 -7
  75. package/web/v20231201/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
  76. package/web/v20231201/webAppAuthSettingsV2WithoutSecrets.js +79 -0
  77. package/web/v20231201/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
  78. package/web/v20231201/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
  79. package/web/v20240401/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
  80. package/web/v20240401/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
  81. package/web/v20240401/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
  82. package/web/v20240401/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
  83. package/web/v20240401/index.d.ts +12 -0
  84. package/web/v20240401/index.js +21 -7
  85. package/web/v20240401/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
  86. package/web/v20240401/webAppAuthSettingsV2WithoutSecrets.js +79 -0
  87. package/web/v20240401/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
  88. package/web/v20240401/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
  89. package/web/webAppAuthSettingsV2.js +2 -2
  90. package/web/webAppAuthSettingsV2Slot.js +2 -2
  91. package/web/webAppAuthSettingsV2WithoutSecrets.d.ts +103 -0
  92. package/web/webAppAuthSettingsV2WithoutSecrets.js +83 -0
  93. package/web/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +107 -0
  94. 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.90.0",
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.90.0"
27
+ "version": "2.91.0"
28
28
  }
29
29
  }