pulumi-azure-native 2.68.0__py3-none-any.whl → 2.68.0a1729267188__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (183) hide show
  1. pulumi_azure_native/__init__.py +0 -50
  2. pulumi_azure_native/awsconnector/_inputs.py +96 -132
  3. pulumi_azure_native/awsconnector/outputs.py +66 -120
  4. pulumi_azure_native/awsconnector/v20241201/_inputs.py +96 -132
  5. pulumi_azure_native/awsconnector/v20241201/outputs.py +66 -120
  6. pulumi_azure_native/cache/__init__.py +0 -3
  7. pulumi_azure_native/cache/access_policy.py +3 -3
  8. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  9. pulumi_azure_native/cache/firewall_rule.py +3 -3
  10. pulumi_azure_native/cache/get_access_policy.py +2 -2
  11. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  12. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  13. pulumi_azure_native/cache/get_linked_server.py +2 -2
  14. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  15. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  16. pulumi_azure_native/cache/get_redis.py +2 -2
  17. pulumi_azure_native/cache/linked_server.py +3 -3
  18. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  19. pulumi_azure_native/cache/patch_schedule.py +3 -3
  20. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  21. pulumi_azure_native/cache/redis.py +3 -3
  22. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  23. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  24. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  25. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  26. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  27. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  28. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  29. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  30. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  31. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  32. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  33. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  35. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  36. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  37. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  38. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  39. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  40. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  41. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  42. pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
  43. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
  44. pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
  45. pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
  46. pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
  47. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
  48. pulumi_azure_native/cache/v20240301/redis.py +1 -1
  49. pulumi_azure_native/cache/v20240401preview/access_policy.py +1 -1
  50. pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +1 -1
  51. pulumi_azure_native/cache/v20240401preview/firewall_rule.py +1 -1
  52. pulumi_azure_native/cache/v20240401preview/linked_server.py +1 -1
  53. pulumi_azure_native/cache/v20240401preview/patch_schedule.py +1 -1
  54. pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/cache/v20240401preview/redis.py +1 -1
  56. pulumi_azure_native/costmanagement/__init__.py +0 -3
  57. pulumi_azure_native/costmanagement/budget.py +3 -3
  58. pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
  59. pulumi_azure_native/costmanagement/export.py +3 -3
  60. pulumi_azure_native/costmanagement/get_budget.py +2 -2
  61. pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
  62. pulumi_azure_native/costmanagement/get_export.py +2 -2
  63. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  64. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  65. pulumi_azure_native/costmanagement/get_view.py +2 -2
  66. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  67. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  68. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  69. pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
  70. pulumi_azure_native/costmanagement/v20190401preview/budget.py +1 -1
  71. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  72. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  73. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  74. pulumi_azure_native/costmanagement/v20200301preview/cost_allocation_rule.py +1 -1
  75. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  76. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  77. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  78. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  79. pulumi_azure_native/costmanagement/v20221005preview/tag_inheritance_setting.py +1 -1
  80. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  81. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  82. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  83. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  84. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  85. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  86. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  87. pulumi_azure_native/costmanagement/v20230401preview/budget.py +1 -1
  88. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  89. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  90. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  91. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  92. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  93. pulumi_azure_native/costmanagement/v20230701preview/export.py +1 -1
  94. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +1 -1
  95. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +1 -1
  96. pulumi_azure_native/costmanagement/v20230701preview/view.py +1 -1
  97. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +1 -1
  98. pulumi_azure_native/costmanagement/v20230801/budget.py +1 -1
  99. pulumi_azure_native/costmanagement/v20230801/cost_allocation_rule.py +1 -1
  100. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  101. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  102. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  103. pulumi_azure_native/costmanagement/v20230801/tag_inheritance_setting.py +1 -1
  104. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  105. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  106. pulumi_azure_native/costmanagement/v20230901/budget.py +1 -1
  107. pulumi_azure_native/costmanagement/v20230901/cost_allocation_rule.py +1 -1
  108. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  109. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  110. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  111. pulumi_azure_native/costmanagement/v20230901/tag_inheritance_setting.py +1 -1
  112. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  113. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  114. pulumi_azure_native/costmanagement/v20231101/budget.py +1 -1
  115. pulumi_azure_native/costmanagement/v20231101/cost_allocation_rule.py +1 -1
  116. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  117. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  118. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  119. pulumi_azure_native/costmanagement/v20231101/tag_inheritance_setting.py +1 -1
  120. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  121. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  122. pulumi_azure_native/costmanagement/view.py +3 -3
  123. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  124. pulumi_azure_native/pulumi-plugin.json +1 -1
  125. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/METADATA +1 -1
  126. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/RECORD +128 -183
  127. pulumi_azure_native/cache/v20241101/__init__.py +0 -25
  128. pulumi_azure_native/cache/v20241101/_enums.py +0 -111
  129. pulumi_azure_native/cache/v20241101/_inputs.py +0 -646
  130. pulumi_azure_native/cache/v20241101/access_policy.py +0 -219
  131. pulumi_azure_native/cache/v20241101/access_policy_assignment.py +0 -279
  132. pulumi_azure_native/cache/v20241101/firewall_rule.py +0 -239
  133. pulumi_azure_native/cache/v20241101/get_access_policy.py +0 -148
  134. pulumi_azure_native/cache/v20241101/get_access_policy_assignment.py +0 -176
  135. pulumi_azure_native/cache/v20241101/get_firewall_rule.py +0 -148
  136. pulumi_azure_native/cache/v20241101/get_linked_server.py +0 -204
  137. pulumi_azure_native/cache/v20241101/get_patch_schedule.py +0 -149
  138. pulumi_azure_native/cache/v20241101/get_private_endpoint_connection.py +0 -163
  139. pulumi_azure_native/cache/v20241101/get_redis.py +0 -493
  140. pulumi_azure_native/cache/v20241101/linked_server.py +0 -299
  141. pulumi_azure_native/cache/v20241101/list_redis_keys.py +0 -100
  142. pulumi_azure_native/cache/v20241101/outputs.py +0 -917
  143. pulumi_azure_native/cache/v20241101/patch_schedule.py +0 -221
  144. pulumi_azure_native/cache/v20241101/private_endpoint_connection.py +0 -232
  145. pulumi_azure_native/cache/v20241101/redis.py +0 -804
  146. pulumi_azure_native/costmanagement/v20240801/__init__.py +0 -26
  147. pulumi_azure_native/costmanagement/v20240801/_enums.py +0 -538
  148. pulumi_azure_native/costmanagement/v20240801/_inputs.py +0 -2660
  149. pulumi_azure_native/costmanagement/v20240801/budget.py +0 -619
  150. pulumi_azure_native/costmanagement/v20240801/cost_allocation_rule.py +0 -190
  151. pulumi_azure_native/costmanagement/v20240801/export.py +0 -415
  152. pulumi_azure_native/costmanagement/v20240801/get_budget.py +0 -337
  153. pulumi_azure_native/costmanagement/v20240801/get_cost_allocation_rule.py +0 -129
  154. pulumi_azure_native/costmanagement/v20240801/get_export.py +0 -261
  155. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action.py +0 -263
  156. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action_by_scope.py +0 -269
  157. pulumi_azure_native/costmanagement/v20240801/get_tag_inheritance_setting.py +0 -144
  158. pulumi_azure_native/costmanagement/v20240801/get_view.py +0 -333
  159. pulumi_azure_native/costmanagement/v20240801/get_view_by_scope.py +0 -339
  160. pulumi_azure_native/costmanagement/v20240801/outputs.py +0 -2593
  161. pulumi_azure_native/costmanagement/v20240801/scheduled_action.py +0 -425
  162. pulumi_azure_native/costmanagement/v20240801/scheduled_action_by_scope.py +0 -426
  163. pulumi_azure_native/costmanagement/v20240801/tag_inheritance_setting.py +0 -222
  164. pulumi_azure_native/costmanagement/v20240801/view.py +0 -587
  165. pulumi_azure_native/costmanagement/v20240801/view_by_scope.py +0 -588
  166. pulumi_azure_native/secretsynccontroller/__init__.py +0 -22
  167. pulumi_azure_native/secretsynccontroller/_enums.py +0 -38
  168. pulumi_azure_native/secretsynccontroller/_inputs.py +0 -134
  169. pulumi_azure_native/secretsynccontroller/azure_key_vault_secret_provider_class.py +0 -389
  170. pulumi_azure_native/secretsynccontroller/get_azure_key_vault_secret_provider_class.py +0 -243
  171. pulumi_azure_native/secretsynccontroller/get_secret_sync.py +0 -271
  172. pulumi_azure_native/secretsynccontroller/outputs.py +0 -367
  173. pulumi_azure_native/secretsynccontroller/secret_sync.py +0 -429
  174. pulumi_azure_native/secretsynccontroller/v20240821preview/__init__.py +0 -14
  175. pulumi_azure_native/secretsynccontroller/v20240821preview/_enums.py +0 -38
  176. pulumi_azure_native/secretsynccontroller/v20240821preview/_inputs.py +0 -134
  177. pulumi_azure_native/secretsynccontroller/v20240821preview/azure_key_vault_secret_provider_class.py +0 -387
  178. pulumi_azure_native/secretsynccontroller/v20240821preview/get_azure_key_vault_secret_provider_class.py +0 -241
  179. pulumi_azure_native/secretsynccontroller/v20240821preview/get_secret_sync.py +0 -269
  180. pulumi_azure_native/secretsynccontroller/v20240821preview/outputs.py +0 -367
  181. pulumi_azure_native/secretsynccontroller/v20240821preview/secret_sync.py +0 -427
  182. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/WHEEL +0 -0
  183. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/top_level.txt +0 -0
@@ -1,25 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .access_policy import *
10
- from .access_policy_assignment import *
11
- from .firewall_rule import *
12
- from .get_access_policy import *
13
- from .get_access_policy_assignment import *
14
- from .get_firewall_rule import *
15
- from .get_linked_server import *
16
- from .get_patch_schedule import *
17
- from .get_private_endpoint_connection import *
18
- from .get_redis import *
19
- from .linked_server import *
20
- from .list_redis_keys import *
21
- from .patch_schedule import *
22
- from .private_endpoint_connection import *
23
- from .redis import *
24
- from ._inputs import *
25
- from . import outputs
@@ -1,111 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from enum import Enum
6
-
7
- __all__ = [
8
- 'DayOfWeek',
9
- 'ManagedServiceIdentityType',
10
- 'PrivateEndpointServiceConnectionStatus',
11
- 'PublicNetworkAccess',
12
- 'ReplicationRole',
13
- 'SkuFamily',
14
- 'SkuName',
15
- 'TlsVersion',
16
- 'UpdateChannel',
17
- 'ZonalAllocationPolicy',
18
- ]
19
-
20
-
21
- class DayOfWeek(str, Enum):
22
- """
23
- Day of the week when a cache can be patched.
24
- """
25
- MONDAY = "Monday"
26
- TUESDAY = "Tuesday"
27
- WEDNESDAY = "Wednesday"
28
- THURSDAY = "Thursday"
29
- FRIDAY = "Friday"
30
- SATURDAY = "Saturday"
31
- SUNDAY = "Sunday"
32
- EVERYDAY = "Everyday"
33
- WEEKEND = "Weekend"
34
-
35
-
36
- class ManagedServiceIdentityType(str, Enum):
37
- """
38
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
39
- """
40
- NONE = "None"
41
- SYSTEM_ASSIGNED = "SystemAssigned"
42
- USER_ASSIGNED = "UserAssigned"
43
- SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
44
-
45
-
46
- class PrivateEndpointServiceConnectionStatus(str, Enum):
47
- """
48
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
49
- """
50
- PENDING = "Pending"
51
- APPROVED = "Approved"
52
- REJECTED = "Rejected"
53
-
54
-
55
- class PublicNetworkAccess(str, Enum):
56
- """
57
- Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
58
- """
59
- ENABLED = "Enabled"
60
- DISABLED = "Disabled"
61
-
62
-
63
- class ReplicationRole(str, Enum):
64
- """
65
- Role of the linked server.
66
- """
67
- PRIMARY = "Primary"
68
- SECONDARY = "Secondary"
69
-
70
-
71
- class SkuFamily(str, Enum):
72
- """
73
- The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
74
- """
75
- C = "C"
76
- P = "P"
77
-
78
-
79
- class SkuName(str, Enum):
80
- """
81
- The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
82
- """
83
- BASIC = "Basic"
84
- STANDARD = "Standard"
85
- PREMIUM = "Premium"
86
-
87
-
88
- class TlsVersion(str, Enum):
89
- """
90
- Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
91
- """
92
- TLS_VERSION_1_0 = "1.0"
93
- TLS_VERSION_1_1 = "1.1"
94
- TLS_VERSION_1_2 = "1.2"
95
-
96
-
97
- class UpdateChannel(str, Enum):
98
- """
99
- Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
100
- """
101
- STABLE = "Stable"
102
- PREVIEW = "Preview"
103
-
104
-
105
- class ZonalAllocationPolicy(str, Enum):
106
- """
107
- Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.
108
- """
109
- AUTOMATIC = "Automatic"
110
- USER_DEFINED = "UserDefined"
111
- NO_ZONES = "NoZones"