pulumi-azure-native 2.79.0__py3-none-any.whl → 2.79.0a1734639794__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 +0 -46
- pulumi_azure_native/azurefleet/_enums.py +2 -2
- pulumi_azure_native/azurefleet/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
- pulumi_azure_native/compute/__init__.py +0 -3
- pulumi_azure_native/compute/cloud_service.py +1 -5
- pulumi_azure_native/compute/get_cloud_service.py +0 -4
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/datadog/__init__.py +0 -7
- pulumi_azure_native/datadog/get_monitor.py +2 -2
- pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
- pulumi_azure_native/datadog/get_monitored_subscription.py +0 -4
- pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
- pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
- pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
- pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
- pulumi_azure_native/datadog/monitor.py +3 -3
- pulumi_azure_native/datadog/monitored_subscription.py +1 -5
- pulumi_azure_native/datadog/outputs.py +0 -120
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
- pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
- pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
- pulumi_azure_native/datafactory/_inputs.py +6 -6
- pulumi_azure_native/datafactory/outputs.py +4 -4
- pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
- pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +0 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/servicenetworking/__init__.py +0 -3
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +0 -4
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +1 -5
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/RECORD +82 -135
- pulumi_azure_native/compute/v20241104/__init__.py +0 -12
- pulumi_azure_native/compute/v20241104/_enums.py +0 -31
- pulumi_azure_native/compute/v20241104/_inputs.py +0 -1324
- pulumi_azure_native/compute/v20241104/cloud_service.py +0 -287
- pulumi_azure_native/compute/v20241104/get_cloud_service.py +0 -185
- pulumi_azure_native/compute/v20241104/outputs.py +0 -1082
- pulumi_azure_native/datadog/get_billing_info.py +0 -103
- pulumi_azure_native/datadog/v20230707/__init__.py +0 -19
- pulumi_azure_native/datadog/v20230707/_enums.py +0 -58
- pulumi_azure_native/datadog/v20230707/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20230707/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/monitor.py +0 -282
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20230707/outputs.py +0 -1125
- pulumi_azure_native/datadog/v20231020/__init__.py +0 -20
- pulumi_azure_native/datadog/v20231020/_enums.py +0 -58
- pulumi_azure_native/datadog/v20231020/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +0 -101
- pulumi_azure_native/datadog/v20231020/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/monitor.py +0 -282
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20231020/outputs.py +0 -1257
- pulumi_azure_native/quota/v20241218preview/__init__.py +0 -13
- pulumi_azure_native/quota/v20241218preview/_inputs.py +0 -55
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +0 -140
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +0 -140
- pulumi_azure_native/quota/v20241218preview/group_quota.py +0 -191
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +0 -177
- pulumi_azure_native/quota/v20241218preview/outputs.py +0 -230
- pulumi_azure_native/servicenetworking/v20250101/__init__.py +0 -18
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +0 -19
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +0 -171
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +0 -319
- pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +0 -268
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +0 -191
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +0 -241
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +0 -265
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +0 -298
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +0 -307
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734639794.dist-info}/top_level.txt +0 -0
pulumi_azure_native/__init__.py
CHANGED
|
@@ -5432,14 +5432,6 @@ _utilities.register(
|
|
|
5432
5432
|
"azure-native:compute/v20240701:VirtualMachineScaleSetVMRunCommand": "VirtualMachineScaleSetVMRunCommand"
|
|
5433
5433
|
}
|
|
5434
5434
|
},
|
|
5435
|
-
{
|
|
5436
|
-
"pkg": "azure-native",
|
|
5437
|
-
"mod": "compute/v20241104",
|
|
5438
|
-
"fqn": "pulumi_azure_native.compute.v20241104",
|
|
5439
|
-
"classes": {
|
|
5440
|
-
"azure-native:compute/v20241104:CloudService": "CloudService"
|
|
5441
|
-
}
|
|
5442
|
-
},
|
|
5443
5435
|
{
|
|
5444
5436
|
"pkg": "azure-native",
|
|
5445
5437
|
"mod": "confidentialledger",
|
|
@@ -7190,24 +7182,6 @@ _utilities.register(
|
|
|
7190
7182
|
"azure-native:datadog/v20230101:MonitoredSubscription": "MonitoredSubscription"
|
|
7191
7183
|
}
|
|
7192
7184
|
},
|
|
7193
|
-
{
|
|
7194
|
-
"pkg": "azure-native",
|
|
7195
|
-
"mod": "datadog/v20230707",
|
|
7196
|
-
"fqn": "pulumi_azure_native.datadog.v20230707",
|
|
7197
|
-
"classes": {
|
|
7198
|
-
"azure-native:datadog/v20230707:Monitor": "Monitor",
|
|
7199
|
-
"azure-native:datadog/v20230707:MonitoredSubscription": "MonitoredSubscription"
|
|
7200
|
-
}
|
|
7201
|
-
},
|
|
7202
|
-
{
|
|
7203
|
-
"pkg": "azure-native",
|
|
7204
|
-
"mod": "datadog/v20231020",
|
|
7205
|
-
"fqn": "pulumi_azure_native.datadog.v20231020",
|
|
7206
|
-
"classes": {
|
|
7207
|
-
"azure-native:datadog/v20231020:Monitor": "Monitor",
|
|
7208
|
-
"azure-native:datadog/v20231020:MonitoredSubscription": "MonitoredSubscription"
|
|
7209
|
-
}
|
|
7210
|
-
},
|
|
7211
7185
|
{
|
|
7212
7186
|
"pkg": "azure-native",
|
|
7213
7187
|
"mod": "datafactory",
|
|
@@ -16488,15 +16462,6 @@ _utilities.register(
|
|
|
16488
16462
|
"azure-native:quota/v20241015preview:GroupQuotaSubscription": "GroupQuotaSubscription"
|
|
16489
16463
|
}
|
|
16490
16464
|
},
|
|
16491
|
-
{
|
|
16492
|
-
"pkg": "azure-native",
|
|
16493
|
-
"mod": "quota/v20241218preview",
|
|
16494
|
-
"fqn": "pulumi_azure_native.quota.v20241218preview",
|
|
16495
|
-
"classes": {
|
|
16496
|
-
"azure-native:quota/v20241218preview:GroupQuota": "GroupQuota",
|
|
16497
|
-
"azure-native:quota/v20241218preview:GroupQuotaSubscription": "GroupQuotaSubscription"
|
|
16498
|
-
}
|
|
16499
|
-
},
|
|
16500
16465
|
{
|
|
16501
16466
|
"pkg": "azure-native",
|
|
16502
16467
|
"mod": "recommendationsservice",
|
|
@@ -18928,17 +18893,6 @@ _utilities.register(
|
|
|
18928
18893
|
"azure-native:servicenetworking/v20240501preview:TrafficControllerInterface": "TrafficControllerInterface"
|
|
18929
18894
|
}
|
|
18930
18895
|
},
|
|
18931
|
-
{
|
|
18932
|
-
"pkg": "azure-native",
|
|
18933
|
-
"mod": "servicenetworking/v20250101",
|
|
18934
|
-
"fqn": "pulumi_azure_native.servicenetworking.v20250101",
|
|
18935
|
-
"classes": {
|
|
18936
|
-
"azure-native:servicenetworking/v20250101:AssociationsInterface": "AssociationsInterface",
|
|
18937
|
-
"azure-native:servicenetworking/v20250101:FrontendsInterface": "FrontendsInterface",
|
|
18938
|
-
"azure-native:servicenetworking/v20250101:SecurityPoliciesInterface": "SecurityPoliciesInterface",
|
|
18939
|
-
"azure-native:servicenetworking/v20250101:TrafficControllerInterface": "TrafficControllerInterface"
|
|
18940
|
-
}
|
|
18941
|
-
},
|
|
18942
18896
|
{
|
|
18943
18897
|
"pkg": "azure-native",
|
|
18944
18898
|
"mod": "signalrservice",
|
|
@@ -99,8 +99,8 @@ class DiffDiskPlacement(str, Enum):
|
|
|
99
99
|
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
100
100
|
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
101
101
|
is used. Refer to the VM size documentation for Windows VM at
|
|
102
|
-
https://
|
|
103
|
-
https://
|
|
102
|
+
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
103
|
+
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
104
104
|
sizes exposes a cache disk.
|
|
105
105
|
"""
|
|
106
106
|
CACHE_DISK = "CacheDisk"
|
|
@@ -371,9 +371,9 @@ if not MYPY:
|
|
|
371
371
|
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
372
372
|
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
373
373
|
Windows
|
|
374
|
-
Server](https://
|
|
374
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
375
375
|
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
376
|
-
Server](https://
|
|
376
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
377
377
|
<br><br> Minimum api-version: 2015-06-15
|
|
378
378
|
"""
|
|
379
379
|
network_profile: NotRequired[pulumi.Input['VirtualMachineScaleSetNetworkProfileArgsDict']]
|
|
@@ -452,9 +452,9 @@ class BaseVirtualMachineProfileArgs:
|
|
|
452
452
|
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
453
453
|
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
454
454
|
Windows
|
|
455
|
-
Server](https://
|
|
455
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
456
456
|
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
457
|
-
Server](https://
|
|
457
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
458
458
|
<br><br> Minimum api-version: 2015-06-15
|
|
459
459
|
:param pulumi.Input['VirtualMachineScaleSetNetworkProfileArgs'] network_profile: Specifies properties of the network interfaces of the virtual machines in the
|
|
460
460
|
scale set.
|
|
@@ -575,9 +575,9 @@ class BaseVirtualMachineProfileArgs:
|
|
|
575
575
|
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
576
576
|
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
577
577
|
Windows
|
|
578
|
-
Server](https://
|
|
578
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
579
579
|
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
580
|
-
Server](https://
|
|
580
|
+
Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
581
581
|
<br><br> Minimum api-version: 2015-06-15
|
|
582
582
|
"""
|
|
583
583
|
return pulumi.get(self, "license_type")
|
|
@@ -959,8 +959,8 @@ if not MYPY:
|
|
|
959
959
|
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
960
960
|
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
961
961
|
is used. Refer to the VM size documentation for Windows VM at
|
|
962
|
-
https://
|
|
963
|
-
https://
|
|
962
|
+
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
963
|
+
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
964
964
|
sizes exposes a cache disk.
|
|
965
965
|
"""
|
|
966
966
|
elif False:
|
|
@@ -980,8 +980,8 @@ class DiffDiskSettingsArgs:
|
|
|
980
980
|
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
981
981
|
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
982
982
|
is used. Refer to the VM size documentation for Windows VM at
|
|
983
|
-
https://
|
|
984
|
-
https://
|
|
983
|
+
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
984
|
+
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
985
985
|
sizes exposes a cache disk.
|
|
986
986
|
"""
|
|
987
987
|
if option is not None:
|
|
@@ -1009,8 +1009,8 @@ class DiffDiskSettingsArgs:
|
|
|
1009
1009
|
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
1010
1010
|
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
1011
1011
|
is used. Refer to the VM size documentation for Windows VM at
|
|
1012
|
-
https://
|
|
1013
|
-
https://
|
|
1012
|
+
https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
1013
|
+
https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
1014
1014
|
sizes exposes a cache disk.
|
|
1015
1015
|
"""
|
|
1016
1016
|
return pulumi.get(self, "placement")
|
|
@@ -1359,7 +1359,7 @@ if not MYPY:
|
|
|
1359
1359
|
"""
|
|
1360
1360
|
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1361
1361
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1362
|
-
Distributions](https://
|
|
1362
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
1363
1363
|
"""
|
|
1364
1364
|
disable_password_authentication: NotRequired[pulumi.Input[bool]]
|
|
1365
1365
|
"""
|
|
@@ -1399,7 +1399,7 @@ class LinuxConfigurationArgs:
|
|
|
1399
1399
|
"""
|
|
1400
1400
|
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1401
1401
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1402
|
-
Distributions](https://
|
|
1402
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
1403
1403
|
:param pulumi.Input[bool] disable_password_authentication: Specifies whether password authentication should be disabled.
|
|
1404
1404
|
:param pulumi.Input[bool] enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1405
1405
|
machine. Default value is false.
|
|
@@ -2780,7 +2780,7 @@ if not MYPY:
|
|
|
2780
2780
|
SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2781
2781
|
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2782
2782
|
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2783
|
-
Azure]https://
|
|
2783
|
+
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2784
2784
|
"""
|
|
2785
2785
|
path: NotRequired[pulumi.Input[str]]
|
|
2786
2786
|
"""
|
|
@@ -2802,7 +2802,7 @@ class SshPublicKeyArgs:
|
|
|
2802
2802
|
:param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2803
2803
|
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2804
2804
|
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2805
|
-
Azure]https://
|
|
2805
|
+
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2806
2806
|
:param pulumi.Input[str] path: Specifies the full path on the created VM where ssh public key is stored. If
|
|
2807
2807
|
the file already exists, the specified key is appended to the file. Example:
|
|
2808
2808
|
/home/user/.ssh/authorized_keys
|
|
@@ -2819,7 +2819,7 @@ class SshPublicKeyArgs:
|
|
|
2819
2819
|
SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2820
2820
|
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2821
2821
|
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2822
|
-
Azure]https://
|
|
2822
|
+
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2823
2823
|
"""
|
|
2824
2824
|
return pulumi.get(self, "key_data")
|
|
2825
2825
|
|
|
@@ -3252,7 +3252,7 @@ if not MYPY:
|
|
|
3252
3252
|
specified in the request body the default behavior is to set it to the value of
|
|
3253
3253
|
vCPUs available for that VM size exposed in api response of [List all available
|
|
3254
3254
|
virtual machine sizes in a
|
|
3255
|
-
region](https://
|
|
3255
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
3256
3256
|
"""
|
|
3257
3257
|
v_cpus_per_core: NotRequired[pulumi.Input[int]]
|
|
3258
3258
|
"""
|
|
@@ -3260,7 +3260,7 @@ if not MYPY:
|
|
|
3260
3260
|
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
3261
3261
|
for the VM Size exposed in api response of [List all available virtual machine
|
|
3262
3262
|
sizes in a
|
|
3263
|
-
region](https://
|
|
3263
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
3264
3264
|
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
3265
3265
|
"""
|
|
3266
3266
|
elif False:
|
|
@@ -3277,12 +3277,12 @@ class VMSizePropertiesArgs:
|
|
|
3277
3277
|
specified in the request body the default behavior is to set it to the value of
|
|
3278
3278
|
vCPUs available for that VM size exposed in api response of [List all available
|
|
3279
3279
|
virtual machine sizes in a
|
|
3280
|
-
region](https://
|
|
3280
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
3281
3281
|
:param pulumi.Input[int] v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified
|
|
3282
3282
|
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
3283
3283
|
for the VM Size exposed in api response of [List all available virtual machine
|
|
3284
3284
|
sizes in a
|
|
3285
|
-
region](https://
|
|
3285
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
3286
3286
|
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
3287
3287
|
"""
|
|
3288
3288
|
if v_cpus_available is not None:
|
|
@@ -3298,7 +3298,7 @@ class VMSizePropertiesArgs:
|
|
|
3298
3298
|
specified in the request body the default behavior is to set it to the value of
|
|
3299
3299
|
vCPUs available for that VM size exposed in api response of [List all available
|
|
3300
3300
|
virtual machine sizes in a
|
|
3301
|
-
region](https://
|
|
3301
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
3302
3302
|
"""
|
|
3303
3303
|
return pulumi.get(self, "v_cpus_available")
|
|
3304
3304
|
|
|
@@ -3314,7 +3314,7 @@ class VMSizePropertiesArgs:
|
|
|
3314
3314
|
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
3315
3315
|
for the VM Size exposed in api response of [List all available virtual machine
|
|
3316
3316
|
sizes in a
|
|
3317
|
-
region](https://
|
|
3317
|
+
region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
3318
3318
|
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
3319
3319
|
"""
|
|
3320
3320
|
return pulumi.get(self, "v_cpus_per_core")
|
|
@@ -3345,16 +3345,16 @@ if not MYPY:
|
|
|
3345
3345
|
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
3346
3346
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
3347
3347
|
key
|
|
3348
|
-
vault](https://
|
|
3348
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
3349
3349
|
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
3350
3350
|
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
3351
3351
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
3352
3352
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
3353
3353
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
3354
3354
|
for
|
|
3355
|
-
Linux](https://
|
|
3355
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
3356
3356
|
or the [Azure Key Vault virtual machine extension for
|
|
3357
|
-
Windows](https://
|
|
3357
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
3358
3358
|
"""
|
|
3359
3359
|
elif False:
|
|
3360
3360
|
VaultCertificateArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -3377,16 +3377,16 @@ class VaultCertificateArgs:
|
|
|
3377
3377
|
:param pulumi.Input[str] certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
3378
3378
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
3379
3379
|
key
|
|
3380
|
-
vault](https://
|
|
3380
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
3381
3381
|
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
3382
3382
|
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
3383
3383
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
3384
3384
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
3385
3385
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
3386
3386
|
for
|
|
3387
|
-
Linux](https://
|
|
3387
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
3388
3388
|
or the [Azure Key Vault virtual machine extension for
|
|
3389
|
-
Windows](https://
|
|
3389
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
3390
3390
|
"""
|
|
3391
3391
|
if certificate_store is not None:
|
|
3392
3392
|
pulumi.set(__self__, "certificate_store", certificate_store)
|
|
@@ -3418,16 +3418,16 @@ class VaultCertificateArgs:
|
|
|
3418
3418
|
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
3419
3419
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
3420
3420
|
key
|
|
3421
|
-
vault](https://
|
|
3421
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
3422
3422
|
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
3423
3423
|
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
3424
3424
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
3425
3425
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
3426
3426
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
3427
3427
|
for
|
|
3428
|
-
Linux](https://
|
|
3428
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
3429
3429
|
or the [Azure Key Vault virtual machine extension for
|
|
3430
|
-
Windows](https://
|
|
3430
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
3431
3431
|
"""
|
|
3432
3432
|
return pulumi.get(self, "certificate_url")
|
|
3433
3433
|
|
|
@@ -5361,10 +5361,10 @@ if not MYPY:
|
|
|
5361
5361
|
"P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1",
|
|
5362
5362
|
"Password22", "iloveyou!" <br><br> For resetting the password, see [How to
|
|
5363
5363
|
reset the Remote Desktop service or its login password in a Windows
|
|
5364
|
-
VM](https://
|
|
5364
|
+
VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)
|
|
5365
5365
|
<br><br> For resetting root password, see [Manage users, SSH, and check or
|
|
5366
5366
|
repair disks on Azure Linux VMs using the VMAccess
|
|
5367
|
-
Extension](https://
|
|
5367
|
+
Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
|
|
5368
5368
|
"""
|
|
5369
5369
|
admin_username: NotRequired[pulumi.Input[str]]
|
|
5370
5370
|
"""
|
|
@@ -5394,13 +5394,13 @@ if not MYPY:
|
|
|
5394
5394
|
is decoded to a binary array that is saved as a file on the Virtual Machine.
|
|
5395
5395
|
The maximum length of the binary array is 65535 bytes. For using cloud-init for
|
|
5396
5396
|
your VM, see [Using cloud-init to customize a Linux VM during
|
|
5397
|
-
creation](https://
|
|
5397
|
+
creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
|
|
5398
5398
|
"""
|
|
5399
5399
|
linux_configuration: NotRequired[pulumi.Input['LinuxConfigurationArgsDict']]
|
|
5400
5400
|
"""
|
|
5401
5401
|
Specifies the Linux operating system settings on the virtual machine. For a
|
|
5402
5402
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
5403
|
-
Distributions](https://
|
|
5403
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
5404
5404
|
"""
|
|
5405
5405
|
require_guest_provision_signal: NotRequired[pulumi.Input[bool]]
|
|
5406
5406
|
"""
|
|
@@ -5411,9 +5411,9 @@ if not MYPY:
|
|
|
5411
5411
|
Specifies set of certificates that should be installed onto the virtual
|
|
5412
5412
|
machines in the scale set. To install certificates on a virtual machine it is
|
|
5413
5413
|
recommended to use the [Azure Key Vault virtual machine extension for
|
|
5414
|
-
Linux](https://
|
|
5414
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
5415
5415
|
or the [Azure Key Vault virtual machine extension for
|
|
5416
|
-
Windows](https://
|
|
5416
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
5417
5417
|
"""
|
|
5418
5418
|
windows_configuration: NotRequired[pulumi.Input['WindowsConfigurationArgsDict']]
|
|
5419
5419
|
"""
|
|
@@ -5446,10 +5446,10 @@ class VirtualMachineScaleSetOSProfileArgs:
|
|
|
5446
5446
|
"P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1",
|
|
5447
5447
|
"Password22", "iloveyou!" <br><br> For resetting the password, see [How to
|
|
5448
5448
|
reset the Remote Desktop service or its login password in a Windows
|
|
5449
|
-
VM](https://
|
|
5449
|
+
VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)
|
|
5450
5450
|
<br><br> For resetting root password, see [Manage users, SSH, and check or
|
|
5451
5451
|
repair disks on Azure Linux VMs using the VMAccess
|
|
5452
|
-
Extension](https://
|
|
5452
|
+
Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
|
|
5453
5453
|
:param pulumi.Input[str] admin_username: Specifies the name of the administrator account. <br><br> **Windows-only
|
|
5454
5454
|
restriction:** Cannot end in "." <br><br> **Disallowed values:**
|
|
5455
5455
|
"administrator", "admin", "user", "user1", "test", "user2", "test1", "user3",
|
|
@@ -5467,17 +5467,17 @@ class VirtualMachineScaleSetOSProfileArgs:
|
|
|
5467
5467
|
is decoded to a binary array that is saved as a file on the Virtual Machine.
|
|
5468
5468
|
The maximum length of the binary array is 65535 bytes. For using cloud-init for
|
|
5469
5469
|
your VM, see [Using cloud-init to customize a Linux VM during
|
|
5470
|
-
creation](https://
|
|
5470
|
+
creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
|
|
5471
5471
|
:param pulumi.Input['LinuxConfigurationArgs'] linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a
|
|
5472
5472
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
5473
|
-
Distributions](https://
|
|
5473
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
5474
5474
|
:param pulumi.Input[bool] require_guest_provision_signal: Optional property which must either be set to True or omitted.
|
|
5475
5475
|
:param pulumi.Input[Sequence[pulumi.Input['VaultSecretGroupArgs']]] secrets: Specifies set of certificates that should be installed onto the virtual
|
|
5476
5476
|
machines in the scale set. To install certificates on a virtual machine it is
|
|
5477
5477
|
recommended to use the [Azure Key Vault virtual machine extension for
|
|
5478
|
-
Linux](https://
|
|
5478
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
5479
5479
|
or the [Azure Key Vault virtual machine extension for
|
|
5480
|
-
Windows](https://
|
|
5480
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
5481
5481
|
:param pulumi.Input['WindowsConfigurationArgs'] windows_configuration: Specifies Windows operating system settings on the virtual machine.
|
|
5482
5482
|
"""
|
|
5483
5483
|
if admin_password is not None:
|
|
@@ -5513,10 +5513,10 @@ class VirtualMachineScaleSetOSProfileArgs:
|
|
|
5513
5513
|
"P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1",
|
|
5514
5514
|
"Password22", "iloveyou!" <br><br> For resetting the password, see [How to
|
|
5515
5515
|
reset the Remote Desktop service or its login password in a Windows
|
|
5516
|
-
VM](https://
|
|
5516
|
+
VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)
|
|
5517
5517
|
<br><br> For resetting root password, see [Manage users, SSH, and check or
|
|
5518
5518
|
repair disks on Azure Linux VMs using the VMAccess
|
|
5519
|
-
Extension](https://
|
|
5519
|
+
Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
|
|
5520
5520
|
"""
|
|
5521
5521
|
return pulumi.get(self, "admin_password")
|
|
5522
5522
|
|
|
@@ -5578,7 +5578,7 @@ class VirtualMachineScaleSetOSProfileArgs:
|
|
|
5578
5578
|
is decoded to a binary array that is saved as a file on the Virtual Machine.
|
|
5579
5579
|
The maximum length of the binary array is 65535 bytes. For using cloud-init for
|
|
5580
5580
|
your VM, see [Using cloud-init to customize a Linux VM during
|
|
5581
|
-
creation](https://
|
|
5581
|
+
creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init)
|
|
5582
5582
|
"""
|
|
5583
5583
|
return pulumi.get(self, "custom_data")
|
|
5584
5584
|
|
|
@@ -5592,7 +5592,7 @@ class VirtualMachineScaleSetOSProfileArgs:
|
|
|
5592
5592
|
"""
|
|
5593
5593
|
Specifies the Linux operating system settings on the virtual machine. For a
|
|
5594
5594
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
5595
|
-
Distributions](https://
|
|
5595
|
+
Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
5596
5596
|
"""
|
|
5597
5597
|
return pulumi.get(self, "linux_configuration")
|
|
5598
5598
|
|
|
@@ -5619,9 +5619,9 @@ class VirtualMachineScaleSetOSProfileArgs:
|
|
|
5619
5619
|
Specifies set of certificates that should be installed onto the virtual
|
|
5620
5620
|
machines in the scale set. To install certificates on a virtual machine it is
|
|
5621
5621
|
recommended to use the [Azure Key Vault virtual machine extension for
|
|
5622
|
-
Linux](https://
|
|
5622
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
5623
5623
|
or the [Azure Key Vault virtual machine extension for
|
|
5624
|
-
Windows](https://
|
|
5624
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
5625
5625
|
"""
|
|
5626
5626
|
return pulumi.get(self, "secrets")
|
|
5627
5627
|
|
|
@@ -5949,7 +5949,7 @@ if not MYPY:
|
|
|
5949
5949
|
Specifies the parameters that are used to add data disks to the virtual
|
|
5950
5950
|
machines in the scale set. For more information about disks, see [About disks
|
|
5951
5951
|
and VHDs for Azure virtual
|
|
5952
|
-
machines](https://
|
|
5952
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
5953
5953
|
"""
|
|
5954
5954
|
disk_controller_type: NotRequired[pulumi.Input[Union[str, 'DiskControllerTypes']]]
|
|
5955
5955
|
"""
|
|
@@ -5967,7 +5967,7 @@ if not MYPY:
|
|
|
5967
5967
|
Specifies information about the operating system disk used by the virtual
|
|
5968
5968
|
machines in the scale set. For more information about disks, see [About disks
|
|
5969
5969
|
and VHDs for Azure virtual
|
|
5970
|
-
machines](https://
|
|
5970
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
5971
5971
|
"""
|
|
5972
5972
|
elif False:
|
|
5973
5973
|
VirtualMachineScaleSetStorageProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -5984,7 +5984,7 @@ class VirtualMachineScaleSetStorageProfileArgs:
|
|
|
5984
5984
|
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineScaleSetDataDiskArgs']]] data_disks: Specifies the parameters that are used to add data disks to the virtual
|
|
5985
5985
|
machines in the scale set. For more information about disks, see [About disks
|
|
5986
5986
|
and VHDs for Azure virtual
|
|
5987
|
-
machines](https://
|
|
5987
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
5988
5988
|
:param pulumi.Input[Union[str, 'DiskControllerTypes']] disk_controller_type: Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
5989
5989
|
:param pulumi.Input['ImageReferenceArgs'] image_reference: Specifies information about the image to use. You can specify information about
|
|
5990
5990
|
platform images, marketplace images, or virtual machine images. This element is
|
|
@@ -5993,7 +5993,7 @@ class VirtualMachineScaleSetStorageProfileArgs:
|
|
|
5993
5993
|
:param pulumi.Input['VirtualMachineScaleSetOSDiskArgs'] os_disk: Specifies information about the operating system disk used by the virtual
|
|
5994
5994
|
machines in the scale set. For more information about disks, see [About disks
|
|
5995
5995
|
and VHDs for Azure virtual
|
|
5996
|
-
machines](https://
|
|
5996
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
5997
5997
|
"""
|
|
5998
5998
|
if data_disks is not None:
|
|
5999
5999
|
pulumi.set(__self__, "data_disks", data_disks)
|
|
@@ -6011,7 +6011,7 @@ class VirtualMachineScaleSetStorageProfileArgs:
|
|
|
6011
6011
|
Specifies the parameters that are used to add data disks to the virtual
|
|
6012
6012
|
machines in the scale set. For more information about disks, see [About disks
|
|
6013
6013
|
and VHDs for Azure virtual
|
|
6014
|
-
machines](https://
|
|
6014
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
6015
6015
|
"""
|
|
6016
6016
|
return pulumi.get(self, "data_disks")
|
|
6017
6017
|
|
|
@@ -6053,7 +6053,7 @@ class VirtualMachineScaleSetStorageProfileArgs:
|
|
|
6053
6053
|
Specifies information about the operating system disk used by the virtual
|
|
6054
6054
|
machines in the scale set. For more information about disks, see [About disks
|
|
6055
6055
|
and VHDs for Azure virtual
|
|
6056
|
-
machines](https://
|
|
6056
|
+
machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
6057
6057
|
"""
|
|
6058
6058
|
return pulumi.get(self, "os_disk")
|
|
6059
6059
|
|
|
@@ -6166,16 +6166,16 @@ if not MYPY:
|
|
|
6166
6166
|
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
6167
6167
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
6168
6168
|
key
|
|
6169
|
-
vault](https://
|
|
6169
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
6170
6170
|
In this case, your certificate needs to be the Base64 encoding of the following
|
|
6171
6171
|
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
6172
6172
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
6173
6173
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
6174
6174
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
6175
6175
|
for
|
|
6176
|
-
Linux](https://
|
|
6176
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
6177
6177
|
or the [Azure Key Vault virtual machine extension for
|
|
6178
|
-
Windows](https://
|
|
6178
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
6179
6179
|
"""
|
|
6180
6180
|
protocol: NotRequired[pulumi.Input[Union[str, 'ProtocolTypes']]]
|
|
6181
6181
|
"""
|
|
@@ -6195,16 +6195,16 @@ class WinRMListenerArgs:
|
|
|
6195
6195
|
:param pulumi.Input[str] certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
6196
6196
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
6197
6197
|
key
|
|
6198
|
-
vault](https://
|
|
6198
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
6199
6199
|
In this case, your certificate needs to be the Base64 encoding of the following
|
|
6200
6200
|
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
6201
6201
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
6202
6202
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
6203
6203
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
6204
6204
|
for
|
|
6205
|
-
Linux](https://
|
|
6205
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
6206
6206
|
or the [Azure Key Vault virtual machine extension for
|
|
6207
|
-
Windows](https://
|
|
6207
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
6208
6208
|
:param pulumi.Input[Union[str, 'ProtocolTypes']] protocol: Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
6209
6209
|
**https.**
|
|
6210
6210
|
"""
|
|
@@ -6220,16 +6220,16 @@ class WinRMListenerArgs:
|
|
|
6220
6220
|
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
6221
6221
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
6222
6222
|
key
|
|
6223
|
-
vault](https://
|
|
6223
|
+
vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
6224
6224
|
In this case, your certificate needs to be the Base64 encoding of the following
|
|
6225
6225
|
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
6226
6226
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
6227
6227
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
6228
6228
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
6229
6229
|
for
|
|
6230
|
-
Linux](https://
|
|
6230
|
+
Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
6231
6231
|
or the [Azure Key Vault virtual machine extension for
|
|
6232
|
-
Windows](https://
|
|
6232
|
+
Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
6233
6233
|
"""
|
|
6234
6234
|
return pulumi.get(self, "certificate_url")
|
|
6235
6235
|
|
|
@@ -6287,9 +6287,9 @@ if not MYPY:
|
|
|
6287
6287
|
"""
|
|
6288
6288
|
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
6289
6289
|
Possible values can be
|
|
6290
|
-
[TimeZoneInfo.Id](https://
|
|
6290
|
+
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
6291
6291
|
value from time zones returned by
|
|
6292
|
-
[TimeZoneInfo.GetSystemTimeZones](https://
|
|
6292
|
+
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
6293
6293
|
"""
|
|
6294
6294
|
win_rm: NotRequired[pulumi.Input['WinRMConfigurationArgsDict']]
|
|
6295
6295
|
"""
|
|
@@ -6325,9 +6325,9 @@ class WindowsConfigurationArgs:
|
|
|
6325
6325
|
extensions can be added to the VM later.
|
|
6326
6326
|
:param pulumi.Input[str] time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
6327
6327
|
Possible values can be
|
|
6328
|
-
[TimeZoneInfo.Id](https://
|
|
6328
|
+
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
6329
6329
|
value from time zones returned by
|
|
6330
|
-
[TimeZoneInfo.GetSystemTimeZones](https://
|
|
6330
|
+
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
6331
6331
|
:param pulumi.Input['WinRMConfigurationArgs'] win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
6332
6332
|
PowerShell.
|
|
6333
6333
|
"""
|
|
@@ -6419,9 +6419,9 @@ class WindowsConfigurationArgs:
|
|
|
6419
6419
|
"""
|
|
6420
6420
|
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
6421
6421
|
Possible values can be
|
|
6422
|
-
[TimeZoneInfo.Id](https://
|
|
6422
|
+
[TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
6423
6423
|
value from time zones returned by
|
|
6424
|
-
[TimeZoneInfo.GetSystemTimeZones](https://
|
|
6424
|
+
[TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
6425
6425
|
"""
|
|
6426
6426
|
return pulumi.get(self, "time_zone")
|
|
6427
6427
|
|