pulumi-azure-native 2.59.0a1724845184__py3-none-any.whl → 2.59.0a1725033095__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 (104) hide show
  1. pulumi_azure_native/__init__.py +25 -0
  2. pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
  3. pulumi_azure_native/azureplaywrightservice/account.py +3 -3
  4. pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
  5. pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
  6. pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
  7. pulumi_azure_native/azureplaywrightservice/v20240801preview/__init__.py +11 -0
  8. pulumi_azure_native/azureplaywrightservice/v20240801preview/_enums.py +23 -0
  9. pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +380 -0
  10. pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py +227 -0
  11. pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py +131 -0
  12. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  13. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  14. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  17. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  18. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  19. pulumi_azure_native/azurestackhci/get_network_security_group.py +4 -0
  20. pulumi_azure_native/azurestackhci/get_security_rule.py +4 -0
  21. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  22. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  23. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  24. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  25. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  26. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  27. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  28. pulumi_azure_native/azurestackhci/network_security_group.py +5 -1
  29. pulumi_azure_native/azurestackhci/security_rule.py +5 -1
  30. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  31. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240501preview/__init__.py +30 -0
  75. pulumi_azure_native/azurestackhci/v20240501preview/_enums.py +321 -0
  76. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +2265 -0
  77. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +511 -0
  78. pulumi_azure_native/azurestackhci/v20240501preview/get_gallery_image.py +292 -0
  79. pulumi_azure_native/azurestackhci/v20240501preview/get_guest_agent.py +170 -0
  80. pulumi_azure_native/azurestackhci/v20240501preview/get_logical_network.py +227 -0
  81. pulumi_azure_native/azurestackhci/v20240501preview/get_marketplace_gallery_image.py +266 -0
  82. pulumi_azure_native/azurestackhci/v20240501preview/get_network_interface.py +240 -0
  83. pulumi_azure_native/azurestackhci/v20240501preview/get_network_security_group.py +214 -0
  84. pulumi_azure_native/azurestackhci/v20240501preview/get_security_rule.py +271 -0
  85. pulumi_azure_native/azurestackhci/v20240501preview/get_storage_container.py +201 -0
  86. pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_hard_disk.py +305 -0
  87. pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_machine_instance.py +300 -0
  88. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +229 -0
  89. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +365 -0
  90. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +453 -0
  91. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +394 -0
  92. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +298 -0
  93. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +3744 -0
  94. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +496 -0
  95. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +308 -0
  96. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +539 -0
  97. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +462 -0
  98. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  99. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  100. pulumi_azure_native/pulumi-plugin.json +1 -1
  101. {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725033095.dist-info}/METADATA +1 -1
  102. {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725033095.dist-info}/RECORD +104 -75
  103. {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725033095.dist-info}/WHEEL +0 -0
  104. {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725033095.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,227 @@
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
+
18
+ __all__ = [
19
+ 'GetAccountResult',
20
+ 'AwaitableGetAccountResult',
21
+ 'get_account',
22
+ 'get_account_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAccountResult:
27
+ """
28
+ A Playwright service account resource.
29
+ """
30
+ def __init__(__self__, dashboard_uri=None, id=None, local_auth=None, location=None, name=None, provisioning_state=None, regional_affinity=None, reporting=None, scalable_execution=None, system_data=None, tags=None, type=None):
31
+ if dashboard_uri and not isinstance(dashboard_uri, str):
32
+ raise TypeError("Expected argument 'dashboard_uri' to be a str")
33
+ pulumi.set(__self__, "dashboard_uri", dashboard_uri)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if local_auth and not isinstance(local_auth, str):
38
+ raise TypeError("Expected argument 'local_auth' to be a str")
39
+ pulumi.set(__self__, "local_auth", local_auth)
40
+ if location and not isinstance(location, str):
41
+ raise TypeError("Expected argument 'location' to be a str")
42
+ pulumi.set(__self__, "location", location)
43
+ if name and not isinstance(name, str):
44
+ raise TypeError("Expected argument 'name' to be a str")
45
+ pulumi.set(__self__, "name", name)
46
+ if provisioning_state and not isinstance(provisioning_state, str):
47
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
48
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
49
+ if regional_affinity and not isinstance(regional_affinity, str):
50
+ raise TypeError("Expected argument 'regional_affinity' to be a str")
51
+ pulumi.set(__self__, "regional_affinity", regional_affinity)
52
+ if reporting and not isinstance(reporting, str):
53
+ raise TypeError("Expected argument 'reporting' to be a str")
54
+ pulumi.set(__self__, "reporting", reporting)
55
+ if scalable_execution and not isinstance(scalable_execution, str):
56
+ raise TypeError("Expected argument 'scalable_execution' to be a str")
57
+ pulumi.set(__self__, "scalable_execution", scalable_execution)
58
+ if system_data and not isinstance(system_data, dict):
59
+ raise TypeError("Expected argument 'system_data' to be a dict")
60
+ pulumi.set(__self__, "system_data", system_data)
61
+ if tags and not isinstance(tags, dict):
62
+ raise TypeError("Expected argument 'tags' to be a dict")
63
+ pulumi.set(__self__, "tags", tags)
64
+ if type and not isinstance(type, str):
65
+ raise TypeError("Expected argument 'type' to be a str")
66
+ pulumi.set(__self__, "type", type)
67
+
68
+ @property
69
+ @pulumi.getter(name="dashboardUri")
70
+ def dashboard_uri(self) -> str:
71
+ """
72
+ The Playwright testing dashboard URI for the account resource.
73
+ """
74
+ return pulumi.get(self, "dashboard_uri")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def id(self) -> str:
79
+ """
80
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
81
+ """
82
+ return pulumi.get(self, "id")
83
+
84
+ @property
85
+ @pulumi.getter(name="localAuth")
86
+ def local_auth(self) -> Optional[str]:
87
+ """
88
+ When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.
89
+ """
90
+ return pulumi.get(self, "local_auth")
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def location(self) -> str:
95
+ """
96
+ The geo-location where the resource lives
97
+ """
98
+ return pulumi.get(self, "location")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def name(self) -> str:
103
+ """
104
+ The name of the resource
105
+ """
106
+ return pulumi.get(self, "name")
107
+
108
+ @property
109
+ @pulumi.getter(name="provisioningState")
110
+ def provisioning_state(self) -> str:
111
+ """
112
+ The status of the last operation.
113
+ """
114
+ return pulumi.get(self, "provisioning_state")
115
+
116
+ @property
117
+ @pulumi.getter(name="regionalAffinity")
118
+ def regional_affinity(self) -> Optional[str]:
119
+ """
120
+ This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.
121
+ """
122
+ return pulumi.get(self, "regional_affinity")
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def reporting(self) -> Optional[str]:
127
+ """
128
+ When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.
129
+ """
130
+ return pulumi.get(self, "reporting")
131
+
132
+ @property
133
+ @pulumi.getter(name="scalableExecution")
134
+ def scalable_execution(self) -> Optional[str]:
135
+ """
136
+ When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.
137
+ """
138
+ return pulumi.get(self, "scalable_execution")
139
+
140
+ @property
141
+ @pulumi.getter(name="systemData")
142
+ def system_data(self) -> 'outputs.SystemDataResponse':
143
+ """
144
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
145
+ """
146
+ return pulumi.get(self, "system_data")
147
+
148
+ @property
149
+ @pulumi.getter
150
+ def tags(self) -> Optional[Mapping[str, str]]:
151
+ """
152
+ Resource tags.
153
+ """
154
+ return pulumi.get(self, "tags")
155
+
156
+ @property
157
+ @pulumi.getter
158
+ def type(self) -> str:
159
+ """
160
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
161
+ """
162
+ return pulumi.get(self, "type")
163
+
164
+
165
+ class AwaitableGetAccountResult(GetAccountResult):
166
+ # pylint: disable=using-constant-test
167
+ def __await__(self):
168
+ if False:
169
+ yield self
170
+ return GetAccountResult(
171
+ dashboard_uri=self.dashboard_uri,
172
+ id=self.id,
173
+ local_auth=self.local_auth,
174
+ location=self.location,
175
+ name=self.name,
176
+ provisioning_state=self.provisioning_state,
177
+ regional_affinity=self.regional_affinity,
178
+ reporting=self.reporting,
179
+ scalable_execution=self.scalable_execution,
180
+ system_data=self.system_data,
181
+ tags=self.tags,
182
+ type=self.type)
183
+
184
+
185
+ def get_account(account_name: Optional[str] = None,
186
+ resource_group_name: Optional[str] = None,
187
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAccountResult:
188
+ """
189
+ Get a Account
190
+
191
+
192
+ :param str account_name: Name of account.
193
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
194
+ """
195
+ __args__ = dict()
196
+ __args__['accountName'] = account_name
197
+ __args__['resourceGroupName'] = resource_group_name
198
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
199
+ __ret__ = pulumi.runtime.invoke('azure-native:azureplaywrightservice/v20240801preview:getAccount', __args__, opts=opts, typ=GetAccountResult).value
200
+
201
+ return AwaitableGetAccountResult(
202
+ dashboard_uri=pulumi.get(__ret__, 'dashboard_uri'),
203
+ id=pulumi.get(__ret__, 'id'),
204
+ local_auth=pulumi.get(__ret__, 'local_auth'),
205
+ location=pulumi.get(__ret__, 'location'),
206
+ name=pulumi.get(__ret__, 'name'),
207
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
208
+ regional_affinity=pulumi.get(__ret__, 'regional_affinity'),
209
+ reporting=pulumi.get(__ret__, 'reporting'),
210
+ scalable_execution=pulumi.get(__ret__, 'scalable_execution'),
211
+ system_data=pulumi.get(__ret__, 'system_data'),
212
+ tags=pulumi.get(__ret__, 'tags'),
213
+ type=pulumi.get(__ret__, 'type'))
214
+
215
+
216
+ @_utilities.lift_output_func(get_account)
217
+ def get_account_output(account_name: Optional[pulumi.Input[str]] = None,
218
+ resource_group_name: Optional[pulumi.Input[str]] = None,
219
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountResult]:
220
+ """
221
+ Get a Account
222
+
223
+
224
+ :param str account_name: Name of account.
225
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
226
+ """
227
+ ...
@@ -0,0 +1,131 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'SystemDataResponse',
20
+ ]
21
+
22
+ @pulumi.output_type
23
+ class SystemDataResponse(dict):
24
+ """
25
+ Metadata pertaining to creation and last modification of the resource.
26
+ """
27
+ @staticmethod
28
+ def __key_warning(key: str):
29
+ suggest = None
30
+ if key == "createdAt":
31
+ suggest = "created_at"
32
+ elif key == "createdBy":
33
+ suggest = "created_by"
34
+ elif key == "createdByType":
35
+ suggest = "created_by_type"
36
+ elif key == "lastModifiedAt":
37
+ suggest = "last_modified_at"
38
+ elif key == "lastModifiedBy":
39
+ suggest = "last_modified_by"
40
+ elif key == "lastModifiedByType":
41
+ suggest = "last_modified_by_type"
42
+
43
+ if suggest:
44
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
45
+
46
+ def __getitem__(self, key: str) -> Any:
47
+ SystemDataResponse.__key_warning(key)
48
+ return super().__getitem__(key)
49
+
50
+ def get(self, key: str, default = None) -> Any:
51
+ SystemDataResponse.__key_warning(key)
52
+ return super().get(key, default)
53
+
54
+ def __init__(__self__, *,
55
+ created_at: Optional[str] = None,
56
+ created_by: Optional[str] = None,
57
+ created_by_type: Optional[str] = None,
58
+ last_modified_at: Optional[str] = None,
59
+ last_modified_by: Optional[str] = None,
60
+ last_modified_by_type: Optional[str] = None):
61
+ """
62
+ Metadata pertaining to creation and last modification of the resource.
63
+ :param str created_at: The timestamp of resource creation (UTC).
64
+ :param str created_by: The identity that created the resource.
65
+ :param str created_by_type: The type of identity that created the resource.
66
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
67
+ :param str last_modified_by: The identity that last modified the resource.
68
+ :param str last_modified_by_type: The type of identity that last modified the resource.
69
+ """
70
+ if created_at is not None:
71
+ pulumi.set(__self__, "created_at", created_at)
72
+ if created_by is not None:
73
+ pulumi.set(__self__, "created_by", created_by)
74
+ if created_by_type is not None:
75
+ pulumi.set(__self__, "created_by_type", created_by_type)
76
+ if last_modified_at is not None:
77
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
78
+ if last_modified_by is not None:
79
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
80
+ if last_modified_by_type is not None:
81
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
82
+
83
+ @property
84
+ @pulumi.getter(name="createdAt")
85
+ def created_at(self) -> Optional[str]:
86
+ """
87
+ The timestamp of resource creation (UTC).
88
+ """
89
+ return pulumi.get(self, "created_at")
90
+
91
+ @property
92
+ @pulumi.getter(name="createdBy")
93
+ def created_by(self) -> Optional[str]:
94
+ """
95
+ The identity that created the resource.
96
+ """
97
+ return pulumi.get(self, "created_by")
98
+
99
+ @property
100
+ @pulumi.getter(name="createdByType")
101
+ def created_by_type(self) -> Optional[str]:
102
+ """
103
+ The type of identity that created the resource.
104
+ """
105
+ return pulumi.get(self, "created_by_type")
106
+
107
+ @property
108
+ @pulumi.getter(name="lastModifiedAt")
109
+ def last_modified_at(self) -> Optional[str]:
110
+ """
111
+ The timestamp of resource last modification (UTC)
112
+ """
113
+ return pulumi.get(self, "last_modified_at")
114
+
115
+ @property
116
+ @pulumi.getter(name="lastModifiedBy")
117
+ def last_modified_by(self) -> Optional[str]:
118
+ """
119
+ The identity that last modified the resource.
120
+ """
121
+ return pulumi.get(self, "last_modified_by")
122
+
123
+ @property
124
+ @pulumi.getter(name="lastModifiedByType")
125
+ def last_modified_by_type(self) -> Optional[str]:
126
+ """
127
+ The type of identity that last modified the resource.
128
+ """
129
+ return pulumi.get(self, "last_modified_by_type")
130
+
131
+
@@ -87,6 +87,8 @@ if typing.TYPE_CHECKING:
87
87
  v20240215preview = __v20240215preview
88
88
  import pulumi_azure_native.azurestackhci.v20240401 as __v20240401
89
89
  v20240401 = __v20240401
90
+ import pulumi_azure_native.azurestackhci.v20240501preview as __v20240501preview
91
+ v20240501preview = __v20240501preview
90
92
  else:
91
93
  v20210901preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20210901preview')
92
94
  v20220101 = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20220101')
@@ -103,4 +105,5 @@ else:
103
105
  v20240201preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240201preview')
104
106
  v20240215preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240215preview')
105
107
  v20240401 = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240401')
108
+ v20240501preview = _utilities.lazy_import('pulumi_azure_native.azurestackhci.v20240501preview')
106
109
 
@@ -240,7 +240,7 @@ class GalleryImage(pulumi.CustomResource):
240
240
  The gallery images resource definition.
241
241
  Azure REST API version: 2022-12-15-preview.
242
242
 
243
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
243
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
244
244
 
245
245
  :param str resource_name: The name of the resource.
246
246
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -267,7 +267,7 @@ class GalleryImage(pulumi.CustomResource):
267
267
  The gallery images resource definition.
268
268
  Azure REST API version: 2022-12-15-preview.
269
269
 
270
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
270
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
271
271
 
272
272
  :param str resource_name: The name of the resource.
273
273
  :param GalleryImageArgs args: The arguments to use to populate this resource's properties.
@@ -324,7 +324,7 @@ class GalleryImage(pulumi.CustomResource):
324
324
  __props__.__dict__["status"] = None
325
325
  __props__.__dict__["system_data"] = None
326
326
  __props__.__dict__["type"] = None
327
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:GalleryImage")])
327
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:GalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:GalleryImage")])
328
328
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
329
329
  super(GalleryImage, __self__).__init__(
330
330
  'azure-native:azurestackhci:GalleryImage',
@@ -237,7 +237,7 @@ def get_gallery_image(gallery_image_name: Optional[str] = None,
237
237
  Gets a gallery image
238
238
  Azure REST API version: 2022-12-15-preview.
239
239
 
240
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
240
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
241
241
 
242
242
 
243
243
  :param str gallery_image_name: Name of the gallery image
@@ -276,7 +276,7 @@ def get_gallery_image_output(gallery_image_name: Optional[pulumi.Input[str]] = N
276
276
  Gets a gallery image
277
277
  Azure REST API version: 2022-12-15-preview.
278
278
 
279
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
279
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
280
280
 
281
281
 
282
282
  :param str gallery_image_name: Name of the gallery image
@@ -154,7 +154,7 @@ def get_guest_agent(name: Optional[str] = None,
154
154
  Implements GuestAgent GET method.
155
155
  Azure REST API version: 2022-12-15-preview.
156
156
 
157
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
157
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
158
158
 
159
159
 
160
160
  :param str name: Name of the GuestAgent.
@@ -189,7 +189,7 @@ def get_guest_agent_output(name: Optional[pulumi.Input[str]] = None,
189
189
  Implements GuestAgent GET method.
190
190
  Azure REST API version: 2022-12-15-preview.
191
191
 
192
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
192
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
193
193
 
194
194
 
195
195
  :param str name: Name of the GuestAgent.
@@ -189,7 +189,7 @@ def get_logical_network(logical_network_name: Optional[str] = None,
189
189
  The logical network resource definition.
190
190
  Azure REST API version: 2023-09-01-preview.
191
191
 
192
- Other available API versions: 2024-01-01, 2024-02-01-preview.
192
+ Other available API versions: 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
193
193
 
194
194
 
195
195
  :param str logical_network_name: Name of the logical network
@@ -224,7 +224,7 @@ def get_logical_network_output(logical_network_name: Optional[pulumi.Input[str]]
224
224
  The logical network resource definition.
225
225
  Azure REST API version: 2023-09-01-preview.
226
226
 
227
- Other available API versions: 2024-01-01, 2024-02-01-preview.
227
+ Other available API versions: 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
228
228
 
229
229
 
230
230
  :param str logical_network_name: Name of the logical network
@@ -225,7 +225,7 @@ def get_marketplace_gallery_image(marketplace_gallery_image_name: Optional[str]
225
225
  Gets a marketplace gallery image
226
226
  Azure REST API version: 2022-12-15-preview.
227
227
 
228
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
228
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
229
229
 
230
230
 
231
231
  :param str marketplace_gallery_image_name: Name of the marketplace gallery image
@@ -263,7 +263,7 @@ def get_marketplace_gallery_image_output(marketplace_gallery_image_name: Optiona
263
263
  Gets a marketplace gallery image
264
264
  Azure REST API version: 2022-12-15-preview.
265
265
 
266
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
266
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
267
267
 
268
268
 
269
269
  :param str marketplace_gallery_image_name: Name of the marketplace gallery image
@@ -189,7 +189,7 @@ def get_network_interface(network_interface_name: Optional[str] = None,
189
189
  Gets a network interface
190
190
  Azure REST API version: 2022-12-15-preview.
191
191
 
192
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
192
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
193
193
 
194
194
 
195
195
  :param str network_interface_name: Name of the network interface
@@ -224,7 +224,7 @@ def get_network_interface_output(network_interface_name: Optional[pulumi.Input[s
224
224
  Gets a network interface
225
225
  Azure REST API version: 2022-12-15-preview.
226
226
 
227
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
227
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
228
228
 
229
229
 
230
230
  :param str network_interface_name: Name of the network interface
@@ -177,6 +177,8 @@ def get_network_security_group(network_security_group_name: Optional[str] = None
177
177
  Gets the specified network security group.
178
178
  Azure REST API version: 2024-02-01-preview.
179
179
 
180
+ Other available API versions: 2024-05-01-preview.
181
+
180
182
 
181
183
  :param str network_security_group_name: Name of the network security group
182
184
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -209,6 +211,8 @@ def get_network_security_group_output(network_security_group_name: Optional[pulu
209
211
  Gets the specified network security group.
210
212
  Azure REST API version: 2024-02-01-preview.
211
213
 
214
+ Other available API versions: 2024-05-01-preview.
215
+
212
216
 
213
217
  :param str network_security_group_name: Name of the network security group
214
218
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -226,6 +226,8 @@ def get_security_rule(network_security_group_name: Optional[str] = None,
226
226
  Gets the specified security rule.
227
227
  Azure REST API version: 2024-02-01-preview.
228
228
 
229
+ Other available API versions: 2024-05-01-preview.
230
+
229
231
 
230
232
  :param str network_security_group_name: Name of the network security group
231
233
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -265,6 +267,8 @@ def get_security_rule_output(network_security_group_name: Optional[pulumi.Input[
265
267
  Gets the specified security rule.
266
268
  Azure REST API version: 2024-02-01-preview.
267
269
 
270
+ Other available API versions: 2024-05-01-preview.
271
+
268
272
 
269
273
  :param str network_security_group_name: Name of the network security group
270
274
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -165,7 +165,7 @@ def get_storage_container(resource_group_name: Optional[str] = None,
165
165
  Gets a storage container
166
166
  Azure REST API version: 2022-12-15-preview.
167
167
 
168
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
168
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
169
169
 
170
170
 
171
171
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -198,7 +198,7 @@ def get_storage_container_output(resource_group_name: Optional[pulumi.Input[str]
198
198
  Gets a storage container
199
199
  Azure REST API version: 2022-12-15-preview.
200
200
 
201
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
201
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
202
202
 
203
203
 
204
204
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -240,7 +240,7 @@ def get_virtual_hard_disk(resource_group_name: Optional[str] = None,
240
240
  Gets a virtual hard disk
241
241
  Azure REST API version: 2022-12-15-preview.
242
242
 
243
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
243
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
244
244
 
245
245
 
246
246
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -280,7 +280,7 @@ def get_virtual_hard_disk_output(resource_group_name: Optional[pulumi.Input[str]
280
280
  Gets a virtual hard disk
281
281
  Azure REST API version: 2022-12-15-preview.
282
282
 
283
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
283
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
284
284
 
285
285
 
286
286
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -248,7 +248,7 @@ def get_virtual_machine_instance(resource_uri: Optional[str] = None,
248
248
  Gets a virtual machine instance
249
249
  Azure REST API version: 2023-07-01-preview.
250
250
 
251
- Other available API versions: 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
251
+ Other available API versions: 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
252
252
 
253
253
 
254
254
  :param str resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
@@ -285,7 +285,7 @@ def get_virtual_machine_instance_output(resource_uri: Optional[pulumi.Input[str]
285
285
  Gets a virtual machine instance
286
286
  Azure REST API version: 2023-07-01-preview.
287
287
 
288
- Other available API versions: 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
288
+ Other available API versions: 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
289
289
 
290
290
 
291
291
  :param str resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
@@ -137,7 +137,7 @@ class GuestAgent(pulumi.CustomResource):
137
137
  Defines the GuestAgent.
138
138
  Azure REST API version: 2022-12-15-preview.
139
139
 
140
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
140
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
141
141
 
142
142
  :param str resource_name: The name of the resource.
143
143
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -158,7 +158,7 @@ class GuestAgent(pulumi.CustomResource):
158
158
  Defines the GuestAgent.
159
159
  Azure REST API version: 2022-12-15-preview.
160
160
 
161
- Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview.
161
+ Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
162
162
 
163
163
  :param str resource_name: The name of the resource.
164
164
  :param GuestAgentArgs args: The arguments to use to populate this resource's properties.
@@ -172,7 +172,7 @@ class LogicalNetwork(pulumi.CustomResource):
172
172
  The logical network resource definition.
173
173
  Azure REST API version: 2023-09-01-preview.
174
174
 
175
- Other available API versions: 2024-01-01, 2024-02-01-preview.
175
+ Other available API versions: 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
176
176
 
177
177
  :param str resource_name: The name of the resource.
178
178
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -195,7 +195,7 @@ class LogicalNetwork(pulumi.CustomResource):
195
195
  The logical network resource definition.
196
196
  Azure REST API version: 2023-09-01-preview.
197
197
 
198
- Other available API versions: 2024-01-01, 2024-02-01-preview.
198
+ Other available API versions: 2024-01-01, 2024-02-01-preview, 2024-05-01-preview.
199
199
 
200
200
  :param str resource_name: The name of the resource.
201
201
  :param LogicalNetworkArgs args: The arguments to use to populate this resource's properties.
@@ -244,7 +244,7 @@ class LogicalNetwork(pulumi.CustomResource):
244
244
  __props__.__dict__["status"] = None
245
245
  __props__.__dict__["system_data"] = None
246
246
  __props__.__dict__["type"] = None
247
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:LogicalNetwork")])
247
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20240201preview:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:LogicalNetwork")])
248
248
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
249
249
  super(LogicalNetwork, __self__).__init__(
250
250
  'azure-native:azurestackhci:LogicalNetwork',