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.
- pulumi_azure_native/__init__.py +25 -0
- pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
- pulumi_azure_native/azureplaywrightservice/account.py +3 -3
- pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
- pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20240801preview/__init__.py +11 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/_enums.py +23 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +380 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py +227 -0
- pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py +131 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +4 -0
- pulumi_azure_native/azurestackhci/get_security_rule.py +4 -0
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +5 -1
- pulumi_azure_native/azurestackhci/security_rule.py +5 -1
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20240501preview/_enums.py +321 -0
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +2265 -0
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +511 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_gallery_image.py +292 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_guest_agent.py +170 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_logical_network.py +227 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_marketplace_gallery_image.py +266 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_network_interface.py +240 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_network_security_group.py +214 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_security_rule.py +271 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_storage_container.py +201 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_hard_disk.py +305 -0
- pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_machine_instance.py +300 -0
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +394 -0
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +298 -0
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +3744 -0
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +539 -0
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +462 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725033095.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725033095.dist-info}/RECORD +104 -75
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725033095.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.59.0a1724845184.dist-info → pulumi_azure_native-2.59.0a1725033095.dist-info}/top_level.txt +0 -0
|
@@ -319,7 +319,7 @@ class GalleryImage(pulumi.CustomResource):
|
|
|
319
319
|
__props__.__dict__["status"] = None
|
|
320
320
|
__props__.__dict__["system_data"] = None
|
|
321
321
|
__props__.__dict__["type"] = None
|
|
322
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:GalleryImage"), 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")])
|
|
322
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:GalleryImage"), 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/v20240501preview:GalleryImage")])
|
|
323
323
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
324
324
|
super(GalleryImage, __self__).__init__(
|
|
325
325
|
'azure-native:azurestackhci/v20240201preview:GalleryImage',
|
|
@@ -138,7 +138,7 @@ class GuestAgent(pulumi.CustomResource):
|
|
|
138
138
|
__props__.__dict__["status"] = None
|
|
139
139
|
__props__.__dict__["system_data"] = None
|
|
140
140
|
__props__.__dict__["type"] = None
|
|
141
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:GuestAgent"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:GuestAgent"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:GuestAgent")])
|
|
141
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:GuestAgent"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:GuestAgent"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:GuestAgent"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:GuestAgent")])
|
|
142
142
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
143
143
|
super(GuestAgent, __self__).__init__(
|
|
144
144
|
'azure-native:azurestackhci/v20240201preview:GuestAgent',
|
|
@@ -238,7 +238,7 @@ class LogicalNetwork(pulumi.CustomResource):
|
|
|
238
238
|
__props__.__dict__["status"] = None
|
|
239
239
|
__props__.__dict__["system_data"] = None
|
|
240
240
|
__props__.__dict__["type"] = None
|
|
241
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:LogicalNetwork")])
|
|
241
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:LogicalNetwork"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:LogicalNetwork")])
|
|
242
242
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
243
243
|
super(LogicalNetwork, __self__).__init__(
|
|
244
244
|
'azure-native:azurestackhci/v20240201preview:LogicalNetwork',
|
|
@@ -299,7 +299,7 @@ class MarketplaceGalleryImage(pulumi.CustomResource):
|
|
|
299
299
|
__props__.__dict__["status"] = None
|
|
300
300
|
__props__.__dict__["system_data"] = None
|
|
301
301
|
__props__.__dict__["type"] = None
|
|
302
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:MarketplaceGalleryImage")])
|
|
302
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:MarketplaceGalleryImage"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:MarketplaceGalleryImage")])
|
|
303
303
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
304
304
|
super(MarketplaceGalleryImage, __self__).__init__(
|
|
305
305
|
'azure-native:azurestackhci/v20240201preview:MarketplaceGalleryImage',
|
|
@@ -258,7 +258,7 @@ class NetworkInterface(pulumi.CustomResource):
|
|
|
258
258
|
__props__.__dict__["status"] = None
|
|
259
259
|
__props__.__dict__["system_data"] = None
|
|
260
260
|
__props__.__dict__["type"] = None
|
|
261
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:NetworkInterface")])
|
|
261
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:NetworkInterface"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:NetworkInterface")])
|
|
262
262
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
263
263
|
super(NetworkInterface, __self__).__init__(
|
|
264
264
|
'azure-native:azurestackhci/v20240201preview:NetworkInterface',
|
|
@@ -180,7 +180,7 @@ class NetworkSecurityGroup(pulumi.CustomResource):
|
|
|
180
180
|
__props__.__dict__["subnets"] = None
|
|
181
181
|
__props__.__dict__["system_data"] = None
|
|
182
182
|
__props__.__dict__["type"] = None
|
|
183
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:NetworkSecurityGroup")])
|
|
183
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:NetworkSecurityGroup"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:NetworkSecurityGroup")])
|
|
184
184
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
185
185
|
super(NetworkSecurityGroup, __self__).__init__(
|
|
186
186
|
'azure-native:azurestackhci/v20240201preview:NetworkSecurityGroup',
|
|
@@ -342,7 +342,7 @@ class SecurityRule(pulumi.CustomResource):
|
|
|
342
342
|
__props__.__dict__["provisioning_state"] = None
|
|
343
343
|
__props__.__dict__["system_data"] = None
|
|
344
344
|
__props__.__dict__["type"] = None
|
|
345
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:SecurityRule")])
|
|
345
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:SecurityRule"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:SecurityRule")])
|
|
346
346
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
347
347
|
super(SecurityRule, __self__).__init__(
|
|
348
348
|
'azure-native:azurestackhci/v20240201preview:SecurityRule',
|
|
@@ -199,7 +199,7 @@ class StorageContainer(pulumi.CustomResource):
|
|
|
199
199
|
__props__.__dict__["status"] = None
|
|
200
200
|
__props__.__dict__["system_data"] = None
|
|
201
201
|
__props__.__dict__["type"] = None
|
|
202
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:StorageContainer")])
|
|
202
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:StorageContainer"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:StorageContainer")])
|
|
203
203
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
204
204
|
super(StorageContainer, __self__).__init__(
|
|
205
205
|
'azure-native:azurestackhci/v20240201preview:StorageContainer',
|
|
@@ -338,7 +338,7 @@ class VirtualHardDisk(pulumi.CustomResource):
|
|
|
338
338
|
__props__.__dict__["status"] = None
|
|
339
339
|
__props__.__dict__["system_data"] = None
|
|
340
340
|
__props__.__dict__["type"] = None
|
|
341
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualHardDisk")])
|
|
341
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20210701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20210901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualHardDisk"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:VirtualHardDisk")])
|
|
342
342
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
343
343
|
super(VirtualHardDisk, __self__).__init__(
|
|
344
344
|
'azure-native:azurestackhci/v20240201preview:VirtualHardDisk',
|
|
@@ -281,7 +281,7 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
281
281
|
__props__.__dict__["system_data"] = None
|
|
282
282
|
__props__.__dict__["type"] = None
|
|
283
283
|
__props__.__dict__["vm_id"] = None
|
|
284
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualMachineInstance")])
|
|
284
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230701preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20230901preview:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:VirtualMachineInstance"), pulumi.Alias(type_="azure-native:azurestackhci/v20240501preview:VirtualMachineInstance")])
|
|
285
285
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
286
286
|
super(VirtualMachineInstance, __self__).__init__(
|
|
287
287
|
'azure-native:azurestackhci/v20240201preview:VirtualMachineInstance',
|
|
@@ -0,0 +1,30 @@
|
|
|
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 .gallery_image import *
|
|
10
|
+
from .get_gallery_image import *
|
|
11
|
+
from .get_guest_agent import *
|
|
12
|
+
from .get_logical_network import *
|
|
13
|
+
from .get_marketplace_gallery_image import *
|
|
14
|
+
from .get_network_interface import *
|
|
15
|
+
from .get_network_security_group import *
|
|
16
|
+
from .get_security_rule import *
|
|
17
|
+
from .get_storage_container import *
|
|
18
|
+
from .get_virtual_hard_disk import *
|
|
19
|
+
from .get_virtual_machine_instance import *
|
|
20
|
+
from .guest_agent import *
|
|
21
|
+
from .logical_network import *
|
|
22
|
+
from .marketplace_gallery_image import *
|
|
23
|
+
from .network_interface import *
|
|
24
|
+
from .network_security_group import *
|
|
25
|
+
from .security_rule import *
|
|
26
|
+
from .storage_container import *
|
|
27
|
+
from .virtual_hard_disk import *
|
|
28
|
+
from .virtual_machine_instance import *
|
|
29
|
+
from ._inputs import *
|
|
30
|
+
from . import outputs
|
|
@@ -0,0 +1,321 @@
|
|
|
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
|
+
'CloudInitDataSource',
|
|
9
|
+
'DiskFileFormat',
|
|
10
|
+
'ExtendedLocationTypes',
|
|
11
|
+
'GpuAssignmentTypeEnum',
|
|
12
|
+
'HyperVGeneration',
|
|
13
|
+
'IPPoolTypeEnum',
|
|
14
|
+
'IpAllocationMethodEnum',
|
|
15
|
+
'ManagedServiceIdentityType',
|
|
16
|
+
'OperatingSystemTypes',
|
|
17
|
+
'ProvisioningAction',
|
|
18
|
+
'SecurityRuleAccess',
|
|
19
|
+
'SecurityRuleDirection',
|
|
20
|
+
'SecurityRuleProtocol',
|
|
21
|
+
'SecurityTypes',
|
|
22
|
+
'VmSizeEnum',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class CloudInitDataSource(str, Enum):
|
|
27
|
+
"""
|
|
28
|
+
Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
|
|
29
|
+
"""
|
|
30
|
+
NO_CLOUD = "NoCloud"
|
|
31
|
+
"""
|
|
32
|
+
NoCloud is used as the datasource
|
|
33
|
+
"""
|
|
34
|
+
AZURE = "Azure"
|
|
35
|
+
"""
|
|
36
|
+
Azure is used as the datasource
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
class DiskFileFormat(str, Enum):
|
|
41
|
+
"""
|
|
42
|
+
The format of the actual VHD file [vhd, vhdx]
|
|
43
|
+
"""
|
|
44
|
+
VHDX = "vhdx"
|
|
45
|
+
"""
|
|
46
|
+
VHDX file format
|
|
47
|
+
"""
|
|
48
|
+
VHD = "vhd"
|
|
49
|
+
"""
|
|
50
|
+
VHD file format
|
|
51
|
+
"""
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
class ExtendedLocationTypes(str, Enum):
|
|
55
|
+
"""
|
|
56
|
+
The type of the extended location.
|
|
57
|
+
"""
|
|
58
|
+
CUSTOM_LOCATION = "CustomLocation"
|
|
59
|
+
"""
|
|
60
|
+
Custom extended location type
|
|
61
|
+
"""
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
class GpuAssignmentTypeEnum(str, Enum):
|
|
65
|
+
"""
|
|
66
|
+
GPU assignment type
|
|
67
|
+
"""
|
|
68
|
+
GPU_DDA = "GpuDDA"
|
|
69
|
+
"""
|
|
70
|
+
Attach Graphics Processing Unit (GPU) using Discrete Device Assignment (DDA)
|
|
71
|
+
"""
|
|
72
|
+
GPU_P = "GpuP"
|
|
73
|
+
"""
|
|
74
|
+
Attach Graphics Processing Unit (GPU) using GPU Partitioning
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
class HyperVGeneration(str, Enum):
|
|
79
|
+
"""
|
|
80
|
+
The hypervisor generation of the Virtual Machine [V1, V2]
|
|
81
|
+
"""
|
|
82
|
+
V1 = "V1"
|
|
83
|
+
"""
|
|
84
|
+
Generation 1 (V1) hypervisor
|
|
85
|
+
"""
|
|
86
|
+
V2 = "V2"
|
|
87
|
+
"""
|
|
88
|
+
Generation 2 (V2) hypervisor
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
class IPPoolTypeEnum(str, Enum):
|
|
93
|
+
"""
|
|
94
|
+
Type of the IP Pool [vm, vippool]
|
|
95
|
+
"""
|
|
96
|
+
VM = "vm"
|
|
97
|
+
"""
|
|
98
|
+
Virtual Machine IP Pool
|
|
99
|
+
"""
|
|
100
|
+
VIPPOOL = "vippool"
|
|
101
|
+
"""
|
|
102
|
+
VIP Pool
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
class IpAllocationMethodEnum(str, Enum):
|
|
107
|
+
"""
|
|
108
|
+
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
|
|
109
|
+
"""
|
|
110
|
+
DYNAMIC = "Dynamic"
|
|
111
|
+
"""
|
|
112
|
+
Dynamic IP allocation method
|
|
113
|
+
"""
|
|
114
|
+
STATIC = "Static"
|
|
115
|
+
"""
|
|
116
|
+
Static IP allocation method
|
|
117
|
+
"""
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
class ManagedServiceIdentityType(str, Enum):
|
|
121
|
+
"""
|
|
122
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
123
|
+
"""
|
|
124
|
+
NONE = "None"
|
|
125
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
126
|
+
USER_ASSIGNED = "UserAssigned"
|
|
127
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
class OperatingSystemTypes(str, Enum):
|
|
131
|
+
"""
|
|
132
|
+
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
|
|
133
|
+
"""
|
|
134
|
+
WINDOWS = "Windows"
|
|
135
|
+
"""
|
|
136
|
+
Windows operating system
|
|
137
|
+
"""
|
|
138
|
+
LINUX = "Linux"
|
|
139
|
+
"""
|
|
140
|
+
Linux operating system
|
|
141
|
+
"""
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
class ProvisioningAction(str, Enum):
|
|
145
|
+
"""
|
|
146
|
+
The guest agent provisioning action.
|
|
147
|
+
"""
|
|
148
|
+
INSTALL = "install"
|
|
149
|
+
"""
|
|
150
|
+
Install guest agent
|
|
151
|
+
"""
|
|
152
|
+
UNINSTALL = "uninstall"
|
|
153
|
+
"""
|
|
154
|
+
Uninstall guest agent
|
|
155
|
+
"""
|
|
156
|
+
REPAIR = "repair"
|
|
157
|
+
"""
|
|
158
|
+
Repair guest agent
|
|
159
|
+
"""
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
class SecurityRuleAccess(str, Enum):
|
|
163
|
+
"""
|
|
164
|
+
The network traffic is allowed or denied.
|
|
165
|
+
"""
|
|
166
|
+
ALLOW = "Allow"
|
|
167
|
+
"""
|
|
168
|
+
Network traffic is allowed
|
|
169
|
+
"""
|
|
170
|
+
DENY = "Deny"
|
|
171
|
+
"""
|
|
172
|
+
Network traffic is denied
|
|
173
|
+
"""
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
class SecurityRuleDirection(str, Enum):
|
|
177
|
+
"""
|
|
178
|
+
The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
|
|
179
|
+
"""
|
|
180
|
+
INBOUND = "Inbound"
|
|
181
|
+
"""
|
|
182
|
+
Rule is evaluated on incoming traffic
|
|
183
|
+
"""
|
|
184
|
+
OUTBOUND = "Outbound"
|
|
185
|
+
"""
|
|
186
|
+
Rule is evaluated on outgoing traffic
|
|
187
|
+
"""
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
class SecurityRuleProtocol(str, Enum):
|
|
191
|
+
"""
|
|
192
|
+
Network protocol this rule applies to.
|
|
193
|
+
"""
|
|
194
|
+
TCP = "Tcp"
|
|
195
|
+
"""
|
|
196
|
+
Transmission Control Protocol
|
|
197
|
+
"""
|
|
198
|
+
UDP = "Udp"
|
|
199
|
+
"""
|
|
200
|
+
User Datagram Protocol
|
|
201
|
+
"""
|
|
202
|
+
ICMP = "Icmp"
|
|
203
|
+
"""
|
|
204
|
+
Internet Control Message Protocol
|
|
205
|
+
"""
|
|
206
|
+
ASTERISK = "*"
|
|
207
|
+
"""
|
|
208
|
+
Wildcard rule for all protocols
|
|
209
|
+
"""
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
class SecurityTypes(str, Enum):
|
|
213
|
+
"""
|
|
214
|
+
Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
|
|
215
|
+
"""
|
|
216
|
+
TRUSTED_LAUNCH = "TrustedLaunch"
|
|
217
|
+
"""
|
|
218
|
+
Trusted Launch security type
|
|
219
|
+
"""
|
|
220
|
+
CONFIDENTIAL_VM = "ConfidentialVM"
|
|
221
|
+
"""
|
|
222
|
+
Confidential VM security type
|
|
223
|
+
"""
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
class VmSizeEnum(str, Enum):
|
|
227
|
+
"""
|
|
228
|
+
Enum of VM Sizes
|
|
229
|
+
"""
|
|
230
|
+
DEFAULT = "Default"
|
|
231
|
+
"""
|
|
232
|
+
Default virtual machine size
|
|
233
|
+
"""
|
|
234
|
+
STANDARD_A2_V2 = "Standard_A2_v2"
|
|
235
|
+
"""
|
|
236
|
+
Standard A2 v2 virtual machine size
|
|
237
|
+
"""
|
|
238
|
+
STANDARD_A4_V2 = "Standard_A4_v2"
|
|
239
|
+
"""
|
|
240
|
+
Standard A4 v2 virtual machine size
|
|
241
|
+
"""
|
|
242
|
+
STANDARD_D2S_V3 = "Standard_D2s_v3"
|
|
243
|
+
"""
|
|
244
|
+
Standard D2s v3 virtual machine size
|
|
245
|
+
"""
|
|
246
|
+
STANDARD_D4S_V3 = "Standard_D4s_v3"
|
|
247
|
+
"""
|
|
248
|
+
Standard D4s v3 virtual machine size
|
|
249
|
+
"""
|
|
250
|
+
STANDARD_D8S_V3 = "Standard_D8s_v3"
|
|
251
|
+
"""
|
|
252
|
+
Standard D8s v3 virtual machine size
|
|
253
|
+
"""
|
|
254
|
+
STANDARD_D16S_V3 = "Standard_D16s_v3"
|
|
255
|
+
"""
|
|
256
|
+
Standard D16s v3 virtual machine size
|
|
257
|
+
"""
|
|
258
|
+
STANDARD_D32S_V3 = "Standard_D32s_v3"
|
|
259
|
+
"""
|
|
260
|
+
Standard D32s v3 virtual machine size
|
|
261
|
+
"""
|
|
262
|
+
STANDARD_DS2_V2 = "Standard_DS2_v2"
|
|
263
|
+
"""
|
|
264
|
+
Standard DS2 v2 virtual machine size
|
|
265
|
+
"""
|
|
266
|
+
STANDARD_DS3_V2 = "Standard_DS3_v2"
|
|
267
|
+
"""
|
|
268
|
+
Standard DS3 v2 virtual machine size
|
|
269
|
+
"""
|
|
270
|
+
STANDARD_DS4_V2 = "Standard_DS4_v2"
|
|
271
|
+
"""
|
|
272
|
+
Standard DS4 v2 virtual machine size
|
|
273
|
+
"""
|
|
274
|
+
STANDARD_DS5_V2 = "Standard_DS5_v2"
|
|
275
|
+
"""
|
|
276
|
+
Standard DS5 v2 virtual machine size
|
|
277
|
+
"""
|
|
278
|
+
STANDARD_DS13_V2 = "Standard_DS13_v2"
|
|
279
|
+
"""
|
|
280
|
+
Standard DS13 v2 virtual machine size
|
|
281
|
+
"""
|
|
282
|
+
STANDARD_K8_S_V1 = "Standard_K8S_v1"
|
|
283
|
+
"""
|
|
284
|
+
Standard K8S v1 virtual machine size
|
|
285
|
+
"""
|
|
286
|
+
STANDARD_K8_S2_V1 = "Standard_K8S2_v1"
|
|
287
|
+
"""
|
|
288
|
+
Standard K8S2 v1 virtual machine size
|
|
289
|
+
"""
|
|
290
|
+
STANDARD_K8_S3_V1 = "Standard_K8S3_v1"
|
|
291
|
+
"""
|
|
292
|
+
Standard K8S3 v1 virtual machine size
|
|
293
|
+
"""
|
|
294
|
+
STANDARD_K8_S4_V1 = "Standard_K8S4_v1"
|
|
295
|
+
"""
|
|
296
|
+
Standard K8S4 v1 virtual machine size
|
|
297
|
+
"""
|
|
298
|
+
STANDARD_NK6 = "Standard_NK6"
|
|
299
|
+
"""
|
|
300
|
+
Standard NK6 virtual machine size
|
|
301
|
+
"""
|
|
302
|
+
STANDARD_NK12 = "Standard_NK12"
|
|
303
|
+
"""
|
|
304
|
+
Standard NK12 virtual machine size
|
|
305
|
+
"""
|
|
306
|
+
STANDARD_NV6 = "Standard_NV6"
|
|
307
|
+
"""
|
|
308
|
+
Standard NV6 virtual machine size
|
|
309
|
+
"""
|
|
310
|
+
STANDARD_NV12 = "Standard_NV12"
|
|
311
|
+
"""
|
|
312
|
+
Standard NV12 virtual machine size
|
|
313
|
+
"""
|
|
314
|
+
STANDARD_K8_S5_V1 = "Standard_K8S5_v1"
|
|
315
|
+
"""
|
|
316
|
+
Standard K8S5 v1 virtual machine size
|
|
317
|
+
"""
|
|
318
|
+
CUSTOM = "Custom"
|
|
319
|
+
"""
|
|
320
|
+
Custom virtual machine size
|
|
321
|
+
"""
|