pulumi-azure-native 2.79.0a1734514969__py3-none-any.whl → 2.79.0a1734933929__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 (135) hide show
  1. pulumi_azure_native/__init__.py +46 -0
  2. pulumi_azure_native/azurefleet/_enums.py +2 -2
  3. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  4. pulumi_azure_native/azurefleet/outputs.py +42 -42
  5. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  6. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  7. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  8. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  14. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  15. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  16. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  17. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  18. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  19. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  20. pulumi_azure_native/compute/__init__.py +3 -0
  21. pulumi_azure_native/compute/cloud_service.py +5 -1
  22. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  23. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  24. pulumi_azure_native/compute/v20241104/__init__.py +12 -0
  25. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  26. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  27. pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
  28. pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
  29. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  30. pulumi_azure_native/datadog/__init__.py +7 -0
  31. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  32. pulumi_azure_native/datadog/get_monitor.py +2 -2
  33. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  34. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  35. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  36. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  37. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  38. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  39. pulumi_azure_native/datadog/monitor.py +3 -3
  40. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  41. pulumi_azure_native/datadog/outputs.py +120 -0
  42. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  43. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  44. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  45. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  46. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  47. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  48. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  49. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  50. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  51. pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
  52. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  53. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  54. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  55. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  56. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  57. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  58. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  59. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  60. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  61. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  62. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  63. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  64. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  65. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  66. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  67. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  68. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  69. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  70. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  71. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  72. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  73. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  74. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  75. pulumi_azure_native/datafactory/_inputs.py +6 -6
  76. pulumi_azure_native/datafactory/outputs.py +4 -4
  77. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  78. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  79. pulumi_azure_native/pulumi-plugin.json +1 -1
  80. pulumi_azure_native/quota/__init__.py +3 -0
  81. pulumi_azure_native/quota/get_group_quota.py +2 -2
  82. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  83. pulumi_azure_native/quota/group_quota.py +3 -3
  84. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  85. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  86. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  87. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  88. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  89. pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
  90. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  91. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  92. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  93. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  94. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  95. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  96. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  97. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  98. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  99. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  100. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  101. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  102. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  103. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  104. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  105. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  106. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  107. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  108. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  109. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  110. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  111. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  112. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  113. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  114. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  115. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  116. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  117. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  118. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  119. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  120. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  121. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  122. pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
  123. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  124. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  125. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  126. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  127. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  128. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  129. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  130. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  131. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  132. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/METADATA +1 -1
  133. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/RECORD +135 -82
  134. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/WHEEL +0 -0
  135. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,307 @@
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
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = ['TrafficControllerInterfaceArgs', 'TrafficControllerInterface']
20
+
21
+ @pulumi.input_type
22
+ class TrafficControllerInterfaceArgs:
23
+ def __init__(__self__, *,
24
+ resource_group_name: pulumi.Input[str],
25
+ location: Optional[pulumi.Input[str]] = None,
26
+ security_policy_configurations: Optional[pulumi.Input['SecurityPolicyConfigurationsArgs']] = None,
27
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
28
+ traffic_controller_name: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ The set of arguments for constructing a TrafficControllerInterface resource.
31
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
32
+ :param pulumi.Input[str] location: The geo-location where the resource lives
33
+ :param pulumi.Input['SecurityPolicyConfigurationsArgs'] security_policy_configurations: Security Policy Configuration
34
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
35
+ :param pulumi.Input[str] traffic_controller_name: traffic controller name for path
36
+ """
37
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
38
+ if location is not None:
39
+ pulumi.set(__self__, "location", location)
40
+ if security_policy_configurations is not None:
41
+ pulumi.set(__self__, "security_policy_configurations", security_policy_configurations)
42
+ if tags is not None:
43
+ pulumi.set(__self__, "tags", tags)
44
+ if traffic_controller_name is not None:
45
+ pulumi.set(__self__, "traffic_controller_name", traffic_controller_name)
46
+
47
+ @property
48
+ @pulumi.getter(name="resourceGroupName")
49
+ def resource_group_name(self) -> pulumi.Input[str]:
50
+ """
51
+ The name of the resource group. The name is case insensitive.
52
+ """
53
+ return pulumi.get(self, "resource_group_name")
54
+
55
+ @resource_group_name.setter
56
+ def resource_group_name(self, value: pulumi.Input[str]):
57
+ pulumi.set(self, "resource_group_name", value)
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def location(self) -> Optional[pulumi.Input[str]]:
62
+ """
63
+ The geo-location where the resource lives
64
+ """
65
+ return pulumi.get(self, "location")
66
+
67
+ @location.setter
68
+ def location(self, value: Optional[pulumi.Input[str]]):
69
+ pulumi.set(self, "location", value)
70
+
71
+ @property
72
+ @pulumi.getter(name="securityPolicyConfigurations")
73
+ def security_policy_configurations(self) -> Optional[pulumi.Input['SecurityPolicyConfigurationsArgs']]:
74
+ """
75
+ Security Policy Configuration
76
+ """
77
+ return pulumi.get(self, "security_policy_configurations")
78
+
79
+ @security_policy_configurations.setter
80
+ def security_policy_configurations(self, value: Optional[pulumi.Input['SecurityPolicyConfigurationsArgs']]):
81
+ pulumi.set(self, "security_policy_configurations", value)
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
86
+ """
87
+ Resource tags.
88
+ """
89
+ return pulumi.get(self, "tags")
90
+
91
+ @tags.setter
92
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
93
+ pulumi.set(self, "tags", value)
94
+
95
+ @property
96
+ @pulumi.getter(name="trafficControllerName")
97
+ def traffic_controller_name(self) -> Optional[pulumi.Input[str]]:
98
+ """
99
+ traffic controller name for path
100
+ """
101
+ return pulumi.get(self, "traffic_controller_name")
102
+
103
+ @traffic_controller_name.setter
104
+ def traffic_controller_name(self, value: Optional[pulumi.Input[str]]):
105
+ pulumi.set(self, "traffic_controller_name", value)
106
+
107
+
108
+ class TrafficControllerInterface(pulumi.CustomResource):
109
+ @overload
110
+ def __init__(__self__,
111
+ resource_name: str,
112
+ opts: Optional[pulumi.ResourceOptions] = None,
113
+ location: Optional[pulumi.Input[str]] = None,
114
+ resource_group_name: Optional[pulumi.Input[str]] = None,
115
+ security_policy_configurations: Optional[pulumi.Input[Union['SecurityPolicyConfigurationsArgs', 'SecurityPolicyConfigurationsArgsDict']]] = None,
116
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
117
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
118
+ __props__=None):
119
+ """
120
+ Concrete tracked resource types can be created by aliasing this type using a specific property type.
121
+
122
+ :param str resource_name: The name of the resource.
123
+ :param pulumi.ResourceOptions opts: Options for the resource.
124
+ :param pulumi.Input[str] location: The geo-location where the resource lives
125
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
126
+ :param pulumi.Input[Union['SecurityPolicyConfigurationsArgs', 'SecurityPolicyConfigurationsArgsDict']] security_policy_configurations: Security Policy Configuration
127
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
128
+ :param pulumi.Input[str] traffic_controller_name: traffic controller name for path
129
+ """
130
+ ...
131
+ @overload
132
+ def __init__(__self__,
133
+ resource_name: str,
134
+ args: TrafficControllerInterfaceArgs,
135
+ opts: Optional[pulumi.ResourceOptions] = None):
136
+ """
137
+ Concrete tracked resource types can be created by aliasing this type using a specific property type.
138
+
139
+ :param str resource_name: The name of the resource.
140
+ :param TrafficControllerInterfaceArgs args: The arguments to use to populate this resource's properties.
141
+ :param pulumi.ResourceOptions opts: Options for the resource.
142
+ """
143
+ ...
144
+ def __init__(__self__, resource_name: str, *args, **kwargs):
145
+ resource_args, opts = _utilities.get_resource_args_opts(TrafficControllerInterfaceArgs, pulumi.ResourceOptions, *args, **kwargs)
146
+ if resource_args is not None:
147
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
148
+ else:
149
+ __self__._internal_init(resource_name, *args, **kwargs)
150
+
151
+ def _internal_init(__self__,
152
+ resource_name: str,
153
+ opts: Optional[pulumi.ResourceOptions] = None,
154
+ location: Optional[pulumi.Input[str]] = None,
155
+ resource_group_name: Optional[pulumi.Input[str]] = None,
156
+ security_policy_configurations: Optional[pulumi.Input[Union['SecurityPolicyConfigurationsArgs', 'SecurityPolicyConfigurationsArgsDict']]] = None,
157
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
158
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
159
+ __props__=None):
160
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
161
+ if not isinstance(opts, pulumi.ResourceOptions):
162
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
163
+ if opts.id is None:
164
+ if __props__ is not None:
165
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
166
+ __props__ = TrafficControllerInterfaceArgs.__new__(TrafficControllerInterfaceArgs)
167
+
168
+ __props__.__dict__["location"] = location
169
+ if resource_group_name is None and not opts.urn:
170
+ raise TypeError("Missing required property 'resource_group_name'")
171
+ __props__.__dict__["resource_group_name"] = resource_group_name
172
+ __props__.__dict__["security_policy_configurations"] = security_policy_configurations
173
+ __props__.__dict__["tags"] = tags
174
+ __props__.__dict__["traffic_controller_name"] = traffic_controller_name
175
+ __props__.__dict__["associations"] = None
176
+ __props__.__dict__["configuration_endpoints"] = None
177
+ __props__.__dict__["frontends"] = None
178
+ __props__.__dict__["name"] = None
179
+ __props__.__dict__["provisioning_state"] = None
180
+ __props__.__dict__["security_policies"] = None
181
+ __props__.__dict__["system_data"] = None
182
+ __props__.__dict__["type"] = None
183
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:TrafficControllerInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:TrafficControllerInterface")])
184
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
185
+ super(TrafficControllerInterface, __self__).__init__(
186
+ 'azure-native:servicenetworking/v20250101:TrafficControllerInterface',
187
+ resource_name,
188
+ __props__,
189
+ opts)
190
+
191
+ @staticmethod
192
+ def get(resource_name: str,
193
+ id: pulumi.Input[str],
194
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'TrafficControllerInterface':
195
+ """
196
+ Get an existing TrafficControllerInterface resource's state with the given name, id, and optional extra
197
+ properties used to qualify the lookup.
198
+
199
+ :param str resource_name: The unique name of the resulting resource.
200
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
201
+ :param pulumi.ResourceOptions opts: Options for the resource.
202
+ """
203
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
204
+
205
+ __props__ = TrafficControllerInterfaceArgs.__new__(TrafficControllerInterfaceArgs)
206
+
207
+ __props__.__dict__["associations"] = None
208
+ __props__.__dict__["configuration_endpoints"] = None
209
+ __props__.__dict__["frontends"] = None
210
+ __props__.__dict__["location"] = None
211
+ __props__.__dict__["name"] = None
212
+ __props__.__dict__["provisioning_state"] = None
213
+ __props__.__dict__["security_policies"] = None
214
+ __props__.__dict__["security_policy_configurations"] = None
215
+ __props__.__dict__["system_data"] = None
216
+ __props__.__dict__["tags"] = None
217
+ __props__.__dict__["type"] = None
218
+ return TrafficControllerInterface(resource_name, opts=opts, __props__=__props__)
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def associations(self) -> pulumi.Output[Sequence['outputs.ResourceIdResponse']]:
223
+ """
224
+ Associations References List
225
+ """
226
+ return pulumi.get(self, "associations")
227
+
228
+ @property
229
+ @pulumi.getter(name="configurationEndpoints")
230
+ def configuration_endpoints(self) -> pulumi.Output[Sequence[str]]:
231
+ """
232
+ Configuration Endpoints.
233
+ """
234
+ return pulumi.get(self, "configuration_endpoints")
235
+
236
+ @property
237
+ @pulumi.getter
238
+ def frontends(self) -> pulumi.Output[Sequence['outputs.ResourceIdResponse']]:
239
+ """
240
+ Frontends References List
241
+ """
242
+ return pulumi.get(self, "frontends")
243
+
244
+ @property
245
+ @pulumi.getter
246
+ def location(self) -> pulumi.Output[str]:
247
+ """
248
+ The geo-location where the resource lives
249
+ """
250
+ return pulumi.get(self, "location")
251
+
252
+ @property
253
+ @pulumi.getter
254
+ def name(self) -> pulumi.Output[str]:
255
+ """
256
+ The name of the resource
257
+ """
258
+ return pulumi.get(self, "name")
259
+
260
+ @property
261
+ @pulumi.getter(name="provisioningState")
262
+ def provisioning_state(self) -> pulumi.Output[str]:
263
+ """
264
+ The status of the last operation.
265
+ """
266
+ return pulumi.get(self, "provisioning_state")
267
+
268
+ @property
269
+ @pulumi.getter(name="securityPolicies")
270
+ def security_policies(self) -> pulumi.Output[Sequence['outputs.ResourceIdResponse']]:
271
+ """
272
+ Security Policies References List
273
+ """
274
+ return pulumi.get(self, "security_policies")
275
+
276
+ @property
277
+ @pulumi.getter(name="securityPolicyConfigurations")
278
+ def security_policy_configurations(self) -> pulumi.Output[Optional['outputs.SecurityPolicyConfigurationsResponse']]:
279
+ """
280
+ Security Policy Configuration
281
+ """
282
+ return pulumi.get(self, "security_policy_configurations")
283
+
284
+ @property
285
+ @pulumi.getter(name="systemData")
286
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
287
+ """
288
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
289
+ """
290
+ return pulumi.get(self, "system_data")
291
+
292
+ @property
293
+ @pulumi.getter
294
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
295
+ """
296
+ Resource tags.
297
+ """
298
+ return pulumi.get(self, "tags")
299
+
300
+ @property
301
+ @pulumi.getter
302
+ def type(self) -> pulumi.Output[str]:
303
+ """
304
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
305
+ """
306
+ return pulumi.get(self, "type")
307
+
@@ -1413,7 +1413,7 @@ class ImageReferenceArgs:
1413
1413
  if not MYPY:
1414
1414
  class LinuxConfigurationArgsDict(TypedDict):
1415
1415
  """
1416
- Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1416
+ Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1417
1417
  """
1418
1418
  os_type: pulumi.Input[str]
1419
1419
  """
@@ -1443,7 +1443,7 @@ class LinuxConfigurationArgs:
1443
1443
  ssh: Optional[pulumi.Input['SshConfigurationArgs']] = None,
1444
1444
  ssh_key_pair: Optional[pulumi.Input['SshKeyPairArgs']] = None):
1445
1445
  """
1446
- Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1446
+ Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1447
1447
  :param pulumi.Input[str] os_type: The OS Type
1448
1448
  Expected value is 'Linux'.
1449
1449
  :param pulumi.Input[bool] disable_password_authentication: Specifies whether password authentication should be disabled.
@@ -1797,7 +1797,7 @@ if not MYPY:
1797
1797
  """
1798
1798
  admin_password: NotRequired[pulumi.Input[str]]
1799
1799
  """
1800
- Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1800
+ Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1801
1801
  """
1802
1802
  admin_username: NotRequired[pulumi.Input[str]]
1803
1803
  """
@@ -1818,7 +1818,7 @@ class OSProfileArgs:
1818
1818
  os_configuration: Optional[pulumi.Input[Union['LinuxConfigurationArgs', 'WindowsConfigurationArgs']]] = None):
1819
1819
  """
1820
1820
  Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.
1821
- :param pulumi.Input[str] admin_password: Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1821
+ :param pulumi.Input[str] admin_password: Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1822
1822
  :param pulumi.Input[str] admin_username: Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters.
1823
1823
  :param pulumi.Input[Union['LinuxConfigurationArgs', 'WindowsConfigurationArgs']] os_configuration: Specifies Windows operating system settings on the virtual machine.
1824
1824
  """
@@ -1833,7 +1833,7 @@ class OSProfileArgs:
1833
1833
  @pulumi.getter(name="adminPassword")
1834
1834
  def admin_password(self) -> Optional[pulumi.Input[str]]:
1835
1835
  """
1836
- Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1836
+ Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1837
1837
  """
1838
1838
  return pulumi.get(self, "admin_password")
1839
1839
 
@@ -2611,7 +2611,7 @@ class SshConfigurationArgs:
2611
2611
  if not MYPY:
2612
2612
  class SshKeyPairArgsDict(TypedDict):
2613
2613
  """
2614
- The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2614
+ The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2615
2615
  """
2616
2616
  private_key: NotRequired[pulumi.Input[str]]
2617
2617
  """
@@ -2630,7 +2630,7 @@ class SshKeyPairArgs:
2630
2630
  private_key: Optional[pulumi.Input[str]] = None,
2631
2631
  public_key: Optional[pulumi.Input[str]] = None):
2632
2632
  """
2633
- The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2633
+ The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2634
2634
  :param pulumi.Input[str] private_key: SSH private key.
2635
2635
  :param pulumi.Input[str] public_key: SSH public key
2636
2636
  """
@@ -2671,7 +2671,7 @@ if not MYPY:
2671
2671
  """
2672
2672
  key_data: NotRequired[pulumi.Input[str]]
2673
2673
  """
2674
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2674
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2675
2675
  """
2676
2676
  elif False:
2677
2677
  SshPublicKeyArgsDict: TypeAlias = Mapping[str, Any]
@@ -2682,7 +2682,7 @@ class SshPublicKeyArgs:
2682
2682
  key_data: Optional[pulumi.Input[str]] = None):
2683
2683
  """
2684
2684
  Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
2685
- :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2685
+ :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2686
2686
  """
2687
2687
  if key_data is not None:
2688
2688
  pulumi.set(__self__, "key_data", key_data)
@@ -2691,7 +2691,7 @@ class SshPublicKeyArgs:
2691
2691
  @pulumi.getter(name="keyData")
2692
2692
  def key_data(self) -> Optional[pulumi.Input[str]]:
2693
2693
  """
2694
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2694
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2695
2695
  """
2696
2696
  return pulumi.get(self, "key_data")
2697
2697
 
@@ -1767,7 +1767,7 @@ class ImageReferenceResponse(dict):
1767
1767
  @pulumi.output_type
1768
1768
  class LinuxConfigurationResponse(dict):
1769
1769
  """
1770
- Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1770
+ Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1771
1771
  """
1772
1772
  @staticmethod
1773
1773
  def __key_warning(key: str):
@@ -1796,7 +1796,7 @@ class LinuxConfigurationResponse(dict):
1796
1796
  ssh: Optional['outputs.SshConfigurationResponse'] = None,
1797
1797
  ssh_key_pair: Optional['outputs.SshKeyPairResponse'] = None):
1798
1798
  """
1799
- Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1799
+ Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1800
1800
  :param str os_type: The OS Type
1801
1801
  Expected value is 'Linux'.
1802
1802
  :param bool disable_password_authentication: Specifies whether password authentication should be disabled.
@@ -2264,7 +2264,7 @@ class OSProfileResponse(dict):
2264
2264
  os_configuration: Optional[Any] = None):
2265
2265
  """
2266
2266
  Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.
2267
- :param str admin_password: Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
2267
+ :param str admin_password: Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
2268
2268
  :param str admin_username: Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters.
2269
2269
  :param Union['LinuxConfigurationResponse', 'WindowsConfigurationResponse'] os_configuration: Specifies Windows operating system settings on the virtual machine.
2270
2270
  """
@@ -2279,7 +2279,7 @@ class OSProfileResponse(dict):
2279
2279
  @pulumi.getter(name="adminPassword")
2280
2280
  def admin_password(self) -> Optional[str]:
2281
2281
  """
2282
- Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
2282
+ Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://learn.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
2283
2283
  """
2284
2284
  return pulumi.get(self, "admin_password")
2285
2285
 
@@ -3136,7 +3136,7 @@ class SshConfigurationResponse(dict):
3136
3136
  @pulumi.output_type
3137
3137
  class SshKeyPairResponse(dict):
3138
3138
  """
3139
- The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
3139
+ The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
3140
3140
  """
3141
3141
  @staticmethod
3142
3142
  def __key_warning(key: str):
@@ -3161,7 +3161,7 @@ class SshKeyPairResponse(dict):
3161
3161
  private_key: Optional[str] = None,
3162
3162
  public_key: Optional[str] = None):
3163
3163
  """
3164
- The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
3164
+ The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
3165
3165
  :param str private_key: SSH private key.
3166
3166
  :param str public_key: SSH public key
3167
3167
  """
@@ -3213,7 +3213,7 @@ class SshPublicKeyResponse(dict):
3213
3213
  key_data: Optional[str] = None):
3214
3214
  """
3215
3215
  Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
3216
- :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
3216
+ :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
3217
3217
  """
3218
3218
  if key_data is not None:
3219
3219
  pulumi.set(__self__, "key_data", key_data)
@@ -3222,7 +3222,7 @@ class SshPublicKeyResponse(dict):
3222
3222
  @pulumi.getter(name="keyData")
3223
3223
  def key_data(self) -> Optional[str]:
3224
3224
  """
3225
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
3225
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
3226
3226
  """
3227
3227
  return pulumi.get(self, "key_data")
3228
3228
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_azure_native
3
- Version: 2.79.0a1734514969
3
+ Version: 2.79.0a1734933929
4
4
  Summary: A native Pulumi package for creating and managing Azure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com