pulumi-azure-native 2.79.0a1734639794__py3-none-any.whl → 2.80.0__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 +58 -0
- 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 +3 -0
- pulumi_azure_native/compute/cloud_service.py +5 -1
- pulumi_azure_native/compute/get_cloud_service.py +4 -0
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/compute/v20241104/__init__.py +12 -0
- pulumi_azure_native/compute/v20241104/_enums.py +31 -0
- pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
- pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
- pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
- pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
- pulumi_azure_native/confluent/__init__.py +3 -0
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +4 -0
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +4 -0
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/v20200301preview/organization.py +1 -1
- pulumi_azure_native/confluent/v20211201/organization.py +1 -1
- pulumi_azure_native/confluent/v20230822/organization.py +1 -1
- pulumi_azure_native/confluent/v20240213/organization.py +1 -1
- pulumi_azure_native/confluent/v20240701/__init__.py +28 -0
- pulumi_azure_native/confluent/v20240701/_enums.py +108 -0
- pulumi_azure_native/confluent/v20240701/_inputs.py +3187 -0
- pulumi_azure_native/confluent/v20240701/connector.py +319 -0
- pulumi_azure_native/confluent/v20240701/get_connector.py +189 -0
- pulumi_azure_native/confluent/v20240701/get_organization.py +241 -0
- pulumi_azure_native/confluent/v20240701/get_organization_cluster_by_id.py +183 -0
- pulumi_azure_native/confluent/v20240701/get_organization_environment_by_id.py +163 -0
- pulumi_azure_native/confluent/v20240701/get_topic.py +259 -0
- pulumi_azure_native/confluent/v20240701/list_access_clusters.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_environments.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_invitations.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_role_binding_name.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_role_bindings.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_service_accounts.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_users.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_organization_regions.py +93 -0
- pulumi_azure_native/confluent/v20240701/organization.py +349 -0
- pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +375 -0
- pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +325 -0
- pulumi_azure_native/confluent/v20240701/outputs.py +3590 -0
- pulumi_azure_native/confluent/v20240701/topic.py +482 -0
- pulumi_azure_native/datadog/__init__.py +7 -0
- pulumi_azure_native/datadog/get_billing_info.py +103 -0
- 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 +4 -0
- 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 +5 -1
- pulumi_azure_native/datadog/outputs.py +120 -0
- 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/datadog/v20230707/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
- pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
- pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
- pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
- pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
- pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
- pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
- pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
- pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
- pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
- 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 +3 -0
- 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/quota/v20241218preview/__init__.py +13 -0
- pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
- pulumi_azure_native/servicenetworking/__init__.py +3 -0
- 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 +4 -0
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
- 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/servicenetworking/v20250101/__init__.py +18 -0
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
- pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/RECORD +172 -97
- {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/top_level.txt +0 -0
|
@@ -313,9 +313,9 @@ class BaseVirtualMachineProfileResponse(dict):
|
|
|
313
313
|
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
314
314
|
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
315
315
|
Windows
|
|
316
|
-
Server](https://
|
|
316
|
+
Server](https://learn.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
317
317
|
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
318
|
-
Server](https://
|
|
318
|
+
Server](https://learn.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
319
319
|
<br><br> Minimum api-version: 2015-06-15
|
|
320
320
|
:param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the
|
|
321
321
|
scale set.
|
|
@@ -428,9 +428,9 @@ class BaseVirtualMachineProfileResponse(dict):
|
|
|
428
428
|
Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
|
|
429
429
|
(for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
|
|
430
430
|
Windows
|
|
431
|
-
Server](https://
|
|
431
|
+
Server](https://learn.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
|
432
432
|
<br><br> [Azure Hybrid Use Benefit for Linux
|
|
433
|
-
Server](https://
|
|
433
|
+
Server](https://learn.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
|
434
434
|
<br><br> Minimum api-version: 2015-06-15
|
|
435
435
|
"""
|
|
436
436
|
return pulumi.get(self, "license_type")
|
|
@@ -738,8 +738,8 @@ class DiffDiskSettingsResponse(dict):
|
|
|
738
738
|
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
739
739
|
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
740
740
|
is used. Refer to the VM size documentation for Windows VM at
|
|
741
|
-
https://
|
|
742
|
-
https://
|
|
741
|
+
https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
742
|
+
https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
743
743
|
sizes exposes a cache disk.
|
|
744
744
|
"""
|
|
745
745
|
if option is not None:
|
|
@@ -763,8 +763,8 @@ class DiffDiskSettingsResponse(dict):
|
|
|
763
763
|
values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
|
|
764
764
|
**CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
|
|
765
765
|
is used. Refer to the VM size documentation for Windows VM at
|
|
766
|
-
https://
|
|
767
|
-
https://
|
|
766
|
+
https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
767
|
+
https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
768
768
|
sizes exposes a cache disk.
|
|
769
769
|
"""
|
|
770
770
|
return pulumi.get(self, "placement")
|
|
@@ -1061,7 +1061,7 @@ class LinuxConfigurationResponse(dict):
|
|
|
1061
1061
|
"""
|
|
1062
1062
|
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1063
1063
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1064
|
-
Distributions](https://
|
|
1064
|
+
Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
1065
1065
|
"""
|
|
1066
1066
|
@staticmethod
|
|
1067
1067
|
def __key_warning(key: str):
|
|
@@ -1095,7 +1095,7 @@ class LinuxConfigurationResponse(dict):
|
|
|
1095
1095
|
"""
|
|
1096
1096
|
Specifies the Linux operating system settings on the virtual machine. For a
|
|
1097
1097
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
1098
|
-
Distributions](https://
|
|
1098
|
+
Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
1099
1099
|
:param bool disable_password_authentication: Specifies whether password authentication should be disabled.
|
|
1100
1100
|
:param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
|
|
1101
1101
|
machine. Default value is false.
|
|
@@ -2260,7 +2260,7 @@ class SshPublicKeyResponse(dict):
|
|
|
2260
2260
|
:param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2261
2261
|
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2262
2262
|
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2263
|
-
Azure]https://
|
|
2263
|
+
Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2264
2264
|
:param str path: Specifies the full path on the created VM where ssh public key is stored. If
|
|
2265
2265
|
the file already exists, the specified key is appended to the file. Example:
|
|
2266
2266
|
/home/user/.ssh/authorized_keys
|
|
@@ -2277,7 +2277,7 @@ class SshPublicKeyResponse(dict):
|
|
|
2277
2277
|
SSH public key certificate used to authenticate with the VM through ssh. The
|
|
2278
2278
|
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
|
|
2279
2279
|
see [Create SSH keys on Linux and Mac for Linux VMs in
|
|
2280
|
-
Azure]https://
|
|
2280
|
+
Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
|
|
2281
2281
|
"""
|
|
2282
2282
|
return pulumi.get(self, "key_data")
|
|
2283
2283
|
|
|
@@ -2811,12 +2811,12 @@ class VMSizePropertiesResponse(dict):
|
|
|
2811
2811
|
specified in the request body the default behavior is to set it to the value of
|
|
2812
2812
|
vCPUs available for that VM size exposed in api response of [List all available
|
|
2813
2813
|
virtual machine sizes in a
|
|
2814
|
-
region](https://
|
|
2814
|
+
region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2815
2815
|
:param int v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified
|
|
2816
2816
|
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
2817
2817
|
for the VM Size exposed in api response of [List all available virtual machine
|
|
2818
2818
|
sizes in a
|
|
2819
|
-
region](https://
|
|
2819
|
+
region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2820
2820
|
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
2821
2821
|
"""
|
|
2822
2822
|
if v_cpus_available is not None:
|
|
@@ -2832,7 +2832,7 @@ class VMSizePropertiesResponse(dict):
|
|
|
2832
2832
|
specified in the request body the default behavior is to set it to the value of
|
|
2833
2833
|
vCPUs available for that VM size exposed in api response of [List all available
|
|
2834
2834
|
virtual machine sizes in a
|
|
2835
|
-
region](https://
|
|
2835
|
+
region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2836
2836
|
"""
|
|
2837
2837
|
return pulumi.get(self, "v_cpus_available")
|
|
2838
2838
|
|
|
@@ -2844,7 +2844,7 @@ class VMSizePropertiesResponse(dict):
|
|
|
2844
2844
|
in the request body the default behavior is set to the value of vCPUsPerCore
|
|
2845
2845
|
for the VM Size exposed in api response of [List all available virtual machine
|
|
2846
2846
|
sizes in a
|
|
2847
|
-
region](https://
|
|
2847
|
+
region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
|
|
2848
2848
|
**Setting this property to 1 also means that hyper-threading is disabled.**
|
|
2849
2849
|
"""
|
|
2850
2850
|
return pulumi.get(self, "v_cpus_per_core")
|
|
@@ -2891,16 +2891,16 @@ class VaultCertificateResponse(dict):
|
|
|
2891
2891
|
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2892
2892
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
2893
2893
|
key
|
|
2894
|
-
vault](https://
|
|
2894
|
+
vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
2895
2895
|
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
2896
2896
|
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
2897
2897
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
2898
2898
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
2899
2899
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
2900
2900
|
for
|
|
2901
|
-
Linux](https://
|
|
2901
|
+
Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
2902
2902
|
or the [Azure Key Vault virtual machine extension for
|
|
2903
|
-
Windows](https://
|
|
2903
|
+
Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
2904
2904
|
"""
|
|
2905
2905
|
if certificate_store is not None:
|
|
2906
2906
|
pulumi.set(__self__, "certificate_store", certificate_store)
|
|
@@ -2928,16 +2928,16 @@ class VaultCertificateResponse(dict):
|
|
|
2928
2928
|
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
2929
2929
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
2930
2930
|
key
|
|
2931
|
-
vault](https://
|
|
2931
|
+
vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
2932
2932
|
In this case, your certificate needs to be It is the Base64 encoding of the
|
|
2933
2933
|
following JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
2934
2934
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
2935
2935
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
2936
2936
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
2937
2937
|
for
|
|
2938
|
-
Linux](https://
|
|
2938
|
+
Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
2939
2939
|
or the [Azure Key Vault virtual machine extension for
|
|
2940
|
-
Windows](https://
|
|
2940
|
+
Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
2941
2941
|
"""
|
|
2942
2942
|
return pulumi.get(self, "certificate_url")
|
|
2943
2943
|
|
|
@@ -4480,14 +4480,14 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4480
4480
|
set. Computer name prefixes must be 1 to 15 characters long.
|
|
4481
4481
|
:param 'LinuxConfigurationResponse' linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a
|
|
4482
4482
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
4483
|
-
Distributions](https://
|
|
4483
|
+
Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
4484
4484
|
:param bool require_guest_provision_signal: Optional property which must either be set to True or omitted.
|
|
4485
4485
|
:param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual
|
|
4486
4486
|
machines in the scale set. To install certificates on a virtual machine it is
|
|
4487
4487
|
recommended to use the [Azure Key Vault virtual machine extension for
|
|
4488
|
-
Linux](https://
|
|
4488
|
+
Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4489
4489
|
or the [Azure Key Vault virtual machine extension for
|
|
4490
|
-
Windows](https://
|
|
4490
|
+
Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4491
4491
|
:param 'WindowsConfigurationResponse' windows_configuration: Specifies Windows operating system settings on the virtual machine.
|
|
4492
4492
|
"""
|
|
4493
4493
|
if admin_username is not None:
|
|
@@ -4545,7 +4545,7 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4545
4545
|
"""
|
|
4546
4546
|
Specifies the Linux operating system settings on the virtual machine. For a
|
|
4547
4547
|
list of supported Linux distributions, see [Linux on Azure-Endorsed
|
|
4548
|
-
Distributions](https://
|
|
4548
|
+
Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
|
|
4549
4549
|
"""
|
|
4550
4550
|
return pulumi.get(self, "linux_configuration")
|
|
4551
4551
|
|
|
@@ -4564,9 +4564,9 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
|
|
|
4564
4564
|
Specifies set of certificates that should be installed onto the virtual
|
|
4565
4565
|
machines in the scale set. To install certificates on a virtual machine it is
|
|
4566
4566
|
recommended to use the [Azure Key Vault virtual machine extension for
|
|
4567
|
-
Linux](https://
|
|
4567
|
+
Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4568
4568
|
or the [Azure Key Vault virtual machine extension for
|
|
4569
|
-
Windows](https://
|
|
4569
|
+
Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4570
4570
|
"""
|
|
4571
4571
|
return pulumi.get(self, "secrets")
|
|
4572
4572
|
|
|
@@ -4848,7 +4848,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4848
4848
|
:param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual
|
|
4849
4849
|
machines in the scale set. For more information about disks, see [About disks
|
|
4850
4850
|
and VHDs for Azure virtual
|
|
4851
|
-
machines](https://
|
|
4851
|
+
machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4852
4852
|
:param str disk_controller_type: Specifies the disk controller type configured for the virtual machines in the scale set. Minimum api-version: 2022-08-01
|
|
4853
4853
|
:param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about
|
|
4854
4854
|
platform images, marketplace images, or virtual machine images. This element is
|
|
@@ -4857,7 +4857,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4857
4857
|
:param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual
|
|
4858
4858
|
machines in the scale set. For more information about disks, see [About disks
|
|
4859
4859
|
and VHDs for Azure virtual
|
|
4860
|
-
machines](https://
|
|
4860
|
+
machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4861
4861
|
"""
|
|
4862
4862
|
if data_disks is not None:
|
|
4863
4863
|
pulumi.set(__self__, "data_disks", data_disks)
|
|
@@ -4875,7 +4875,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4875
4875
|
Specifies the parameters that are used to add data disks to the virtual
|
|
4876
4876
|
machines in the scale set. For more information about disks, see [About disks
|
|
4877
4877
|
and VHDs for Azure virtual
|
|
4878
|
-
machines](https://
|
|
4878
|
+
machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4879
4879
|
"""
|
|
4880
4880
|
return pulumi.get(self, "data_disks")
|
|
4881
4881
|
|
|
@@ -4905,7 +4905,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
|
|
|
4905
4905
|
Specifies information about the operating system disk used by the virtual
|
|
4906
4906
|
machines in the scale set. For more information about disks, see [About disks
|
|
4907
4907
|
and VHDs for Azure virtual
|
|
4908
|
-
machines](https://
|
|
4908
|
+
machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
|
|
4909
4909
|
"""
|
|
4910
4910
|
return pulumi.get(self, "os_disk")
|
|
4911
4911
|
|
|
@@ -4985,16 +4985,16 @@ class WinRMListenerResponse(dict):
|
|
|
4985
4985
|
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
4986
4986
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
4987
4987
|
key
|
|
4988
|
-
vault](https://
|
|
4988
|
+
vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
4989
4989
|
In this case, your certificate needs to be the Base64 encoding of the following
|
|
4990
4990
|
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
4991
4991
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
4992
4992
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
4993
4993
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
4994
4994
|
for
|
|
4995
|
-
Linux](https://
|
|
4995
|
+
Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
4996
4996
|
or the [Azure Key Vault virtual machine extension for
|
|
4997
|
-
Windows](https://
|
|
4997
|
+
Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
4998
4998
|
:param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,**
|
|
4999
4999
|
**https.**
|
|
5000
5000
|
"""
|
|
@@ -5010,16 +5010,16 @@ class WinRMListenerResponse(dict):
|
|
|
5010
5010
|
This is the URL of a certificate that has been uploaded to Key Vault as a
|
|
5011
5011
|
secret. For adding a secret to the Key Vault, see [Add a key or secret to the
|
|
5012
5012
|
key
|
|
5013
|
-
vault](https://
|
|
5013
|
+
vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
|
|
5014
5014
|
In this case, your certificate needs to be the Base64 encoding of the following
|
|
5015
5015
|
JSON Object which is encoded in UTF-8: <br><br> {<br>
|
|
5016
5016
|
"data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
|
|
5017
5017
|
"password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
|
|
5018
5018
|
machine it is recommended to use the [Azure Key Vault virtual machine extension
|
|
5019
5019
|
for
|
|
5020
|
-
Linux](https://
|
|
5020
|
+
Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
|
|
5021
5021
|
or the [Azure Key Vault virtual machine extension for
|
|
5022
|
-
Windows](https://
|
|
5022
|
+
Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
|
|
5023
5023
|
"""
|
|
5024
5024
|
return pulumi.get(self, "certificate_url")
|
|
5025
5025
|
|
|
@@ -5091,9 +5091,9 @@ class WindowsConfigurationResponse(dict):
|
|
|
5091
5091
|
extensions can be added to the VM later.
|
|
5092
5092
|
:param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5093
5093
|
Possible values can be
|
|
5094
|
-
[TimeZoneInfo.Id](https://
|
|
5094
|
+
[TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
5095
5095
|
value from time zones returned by
|
|
5096
|
-
[TimeZoneInfo.GetSystemTimeZones](https://
|
|
5096
|
+
[TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
5097
5097
|
:param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows
|
|
5098
5098
|
PowerShell.
|
|
5099
5099
|
"""
|
|
@@ -5165,9 +5165,9 @@ class WindowsConfigurationResponse(dict):
|
|
|
5165
5165
|
"""
|
|
5166
5166
|
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
|
|
5167
5167
|
Possible values can be
|
|
5168
|
-
[TimeZoneInfo.Id](https://
|
|
5168
|
+
[TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
|
|
5169
5169
|
value from time zones returned by
|
|
5170
|
-
[TimeZoneInfo.GetSystemTimeZones](https://
|
|
5170
|
+
[TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
|
|
5171
5171
|
"""
|
|
5172
5172
|
return pulumi.get(self, "time_zone")
|
|
5173
5173
|
|
|
@@ -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://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
103
|
+
https://learn.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"
|