pulumi-azure-native 2.79.0a1734514969__py3-none-any.whl → 2.79.0a1734933929__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (135) hide show
  1. pulumi_azure_native/__init__.py +46 -0
  2. pulumi_azure_native/azurefleet/_enums.py +2 -2
  3. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  4. pulumi_azure_native/azurefleet/outputs.py +42 -42
  5. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  6. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  7. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  8. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  14. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  15. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  16. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  17. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  18. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  19. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  20. pulumi_azure_native/compute/__init__.py +3 -0
  21. pulumi_azure_native/compute/cloud_service.py +5 -1
  22. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  23. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  24. pulumi_azure_native/compute/v20241104/__init__.py +12 -0
  25. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  26. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  27. pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
  28. pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
  29. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  30. pulumi_azure_native/datadog/__init__.py +7 -0
  31. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  32. pulumi_azure_native/datadog/get_monitor.py +2 -2
  33. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  34. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  35. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  36. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  37. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  38. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  39. pulumi_azure_native/datadog/monitor.py +3 -3
  40. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  41. pulumi_azure_native/datadog/outputs.py +120 -0
  42. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  43. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  44. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  45. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  46. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  47. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  48. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  49. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  50. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  51. pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
  52. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  53. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  54. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  55. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  56. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  57. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  58. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  59. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  60. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  61. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  62. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  63. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  64. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  65. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  66. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  67. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  68. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  69. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  70. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  71. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  72. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  73. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  74. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  75. pulumi_azure_native/datafactory/_inputs.py +6 -6
  76. pulumi_azure_native/datafactory/outputs.py +4 -4
  77. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  78. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  79. pulumi_azure_native/pulumi-plugin.json +1 -1
  80. pulumi_azure_native/quota/__init__.py +3 -0
  81. pulumi_azure_native/quota/get_group_quota.py +2 -2
  82. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  83. pulumi_azure_native/quota/group_quota.py +3 -3
  84. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  85. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  86. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  87. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  88. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  89. pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
  90. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  91. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  92. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  93. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  94. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  95. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  96. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  97. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  98. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  99. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  100. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  101. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  102. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  103. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  104. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  105. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  106. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  107. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  108. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  109. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  110. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  111. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  112. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  113. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  114. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  115. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  116. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  117. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  118. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  119. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  120. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  121. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  122. pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
  123. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  124. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  125. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  126. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  127. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  128. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  129. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  130. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  131. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  132. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/METADATA +1 -1
  133. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/RECORD +135 -82
  134. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/WHEEL +0 -0
  135. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/top_level.txt +0 -0
@@ -414,9 +414,9 @@ class BaseVirtualMachineProfileResponse(dict):
414
414
  Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
415
415
  (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
416
416
  Windows
417
- Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
417
+ Server](https://learn.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
418
418
  <br><br> [Azure Hybrid Use Benefit for Linux
419
- Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
419
+ Server](https://learn.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
420
420
  <br><br> Minimum api-version: 2015-06-15
421
421
  :param 'VirtualMachineScaleSetNetworkProfileResponse' network_profile: Specifies properties of the network interfaces of the virtual machines in the
422
422
  scale set.
@@ -529,9 +529,9 @@ class BaseVirtualMachineProfileResponse(dict):
529
529
  Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS
530
530
  (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for
531
531
  Windows
532
- Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
532
+ Server](https://learn.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
533
533
  <br><br> [Azure Hybrid Use Benefit for Linux
534
- Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
534
+ Server](https://learn.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
535
535
  <br><br> Minimum api-version: 2015-06-15
536
536
  """
537
537
  return pulumi.get(self, "license_type")
@@ -881,8 +881,8 @@ class DiffDiskSettingsResponse(dict):
881
881
  values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
882
882
  **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
883
883
  is used. Refer to the VM size documentation for Windows VM at
884
- https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
885
- https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
884
+ https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
885
+ https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
886
886
  sizes exposes a cache disk.
887
887
  """
888
888
  if option is not None:
@@ -906,8 +906,8 @@ class DiffDiskSettingsResponse(dict):
906
906
  values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
907
907
  **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
908
908
  is used. Refer to the VM size documentation for Windows VM at
909
- https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
910
- https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
909
+ https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
910
+ https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
911
911
  sizes exposes a cache disk.
912
912
  """
913
913
  return pulumi.get(self, "placement")
@@ -1204,7 +1204,7 @@ class LinuxConfigurationResponse(dict):
1204
1204
  """
1205
1205
  Specifies the Linux operating system settings on the virtual machine. For a
1206
1206
  list of supported Linux distributions, see [Linux on Azure-Endorsed
1207
- Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1207
+ Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1208
1208
  """
1209
1209
  @staticmethod
1210
1210
  def __key_warning(key: str):
@@ -1238,7 +1238,7 @@ class LinuxConfigurationResponse(dict):
1238
1238
  """
1239
1239
  Specifies the Linux operating system settings on the virtual machine. For a
1240
1240
  list of supported Linux distributions, see [Linux on Azure-Endorsed
1241
- Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1241
+ Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1242
1242
  :param bool disable_password_authentication: Specifies whether password authentication should be disabled.
1243
1243
  :param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
1244
1244
  machine. Default value is false.
@@ -2474,7 +2474,7 @@ class SshPublicKeyResponse(dict):
2474
2474
  :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The
2475
2475
  key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
2476
2476
  see [Create SSH keys on Linux and Mac for Linux VMs in
2477
- Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2477
+ Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2478
2478
  :param str path: Specifies the full path on the created VM where ssh public key is stored. If
2479
2479
  the file already exists, the specified key is appended to the file. Example:
2480
2480
  /home/user/.ssh/authorized_keys
@@ -2491,7 +2491,7 @@ class SshPublicKeyResponse(dict):
2491
2491
  SSH public key certificate used to authenticate with the VM through ssh. The
2492
2492
  key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
2493
2493
  see [Create SSH keys on Linux and Mac for Linux VMs in
2494
- Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2494
+ Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2495
2495
  """
2496
2496
  return pulumi.get(self, "key_data")
2497
2497
 
@@ -3423,12 +3423,12 @@ class VMSizePropertiesResponse(dict):
3423
3423
  specified in the request body the default behavior is to set it to the value of
3424
3424
  vCPUs available for that VM size exposed in api response of [List all available
3425
3425
  virtual machine sizes in a
3426
- region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
3426
+ region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
3427
3427
  :param int v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified
3428
3428
  in the request body the default behavior is set to the value of vCPUsPerCore
3429
3429
  for the VM Size exposed in api response of [List all available virtual machine
3430
3430
  sizes in a
3431
- region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
3431
+ region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
3432
3432
  **Setting this property to 1 also means that hyper-threading is disabled.**
3433
3433
  """
3434
3434
  if v_cpus_available is not None:
@@ -3444,7 +3444,7 @@ class VMSizePropertiesResponse(dict):
3444
3444
  specified in the request body the default behavior is to set it to the value of
3445
3445
  vCPUs available for that VM size exposed in api response of [List all available
3446
3446
  virtual machine sizes in a
3447
- region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
3447
+ region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
3448
3448
  """
3449
3449
  return pulumi.get(self, "v_cpus_available")
3450
3450
 
@@ -3456,7 +3456,7 @@ class VMSizePropertiesResponse(dict):
3456
3456
  in the request body the default behavior is set to the value of vCPUsPerCore
3457
3457
  for the VM Size exposed in api response of [List all available virtual machine
3458
3458
  sizes in a
3459
- region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
3459
+ region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
3460
3460
  **Setting this property to 1 also means that hyper-threading is disabled.**
3461
3461
  """
3462
3462
  return pulumi.get(self, "v_cpus_per_core")
@@ -3503,16 +3503,16 @@ class VaultCertificateResponse(dict):
3503
3503
  :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
3504
3504
  secret. For adding a secret to the Key Vault, see [Add a key or secret to the
3505
3505
  key
3506
- vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
3506
+ vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
3507
3507
  In this case, your certificate needs to be It is the Base64 encoding of the
3508
3508
  following JSON Object which is encoded in UTF-8: <br><br> {<br>
3509
3509
  "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
3510
3510
  "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
3511
3511
  machine it is recommended to use the [Azure Key Vault virtual machine extension
3512
3512
  for
3513
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
3513
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
3514
3514
  or the [Azure Key Vault virtual machine extension for
3515
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
3515
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
3516
3516
  """
3517
3517
  if certificate_store is not None:
3518
3518
  pulumi.set(__self__, "certificate_store", certificate_store)
@@ -3540,16 +3540,16 @@ class VaultCertificateResponse(dict):
3540
3540
  This is the URL of a certificate that has been uploaded to Key Vault as a
3541
3541
  secret. For adding a secret to the Key Vault, see [Add a key or secret to the
3542
3542
  key
3543
- vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
3543
+ vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
3544
3544
  In this case, your certificate needs to be It is the Base64 encoding of the
3545
3545
  following JSON Object which is encoded in UTF-8: <br><br> {<br>
3546
3546
  "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
3547
3547
  "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
3548
3548
  machine it is recommended to use the [Azure Key Vault virtual machine extension
3549
3549
  for
3550
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
3550
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
3551
3551
  or the [Azure Key Vault virtual machine extension for
3552
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
3552
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
3553
3553
  """
3554
3554
  return pulumi.get(self, "certificate_url")
3555
3555
 
@@ -5092,14 +5092,14 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
5092
5092
  set. Computer name prefixes must be 1 to 15 characters long.
5093
5093
  :param 'LinuxConfigurationResponse' linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a
5094
5094
  list of supported Linux distributions, see [Linux on Azure-Endorsed
5095
- Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
5095
+ Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
5096
5096
  :param bool require_guest_provision_signal: Optional property which must either be set to True or omitted.
5097
5097
  :param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual
5098
5098
  machines in the scale set. To install certificates on a virtual machine it is
5099
5099
  recommended to use the [Azure Key Vault virtual machine extension for
5100
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5100
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5101
5101
  or the [Azure Key Vault virtual machine extension for
5102
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5102
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5103
5103
  :param 'WindowsConfigurationResponse' windows_configuration: Specifies Windows operating system settings on the virtual machine.
5104
5104
  """
5105
5105
  if admin_username is not None:
@@ -5157,7 +5157,7 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
5157
5157
  """
5158
5158
  Specifies the Linux operating system settings on the virtual machine. For a
5159
5159
  list of supported Linux distributions, see [Linux on Azure-Endorsed
5160
- Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
5160
+ Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
5161
5161
  """
5162
5162
  return pulumi.get(self, "linux_configuration")
5163
5163
 
@@ -5176,9 +5176,9 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
5176
5176
  Specifies set of certificates that should be installed onto the virtual
5177
5177
  machines in the scale set. To install certificates on a virtual machine it is
5178
5178
  recommended to use the [Azure Key Vault virtual machine extension for
5179
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5179
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5180
5180
  or the [Azure Key Vault virtual machine extension for
5181
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5181
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5182
5182
  """
5183
5183
  return pulumi.get(self, "secrets")
5184
5184
 
@@ -5460,7 +5460,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
5460
5460
  :param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual
5461
5461
  machines in the scale set. For more information about disks, see [About disks
5462
5462
  and VHDs for Azure virtual
5463
- machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
5463
+ machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
5464
5464
  :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
5465
5465
  :param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about
5466
5466
  platform images, marketplace images, or virtual machine images. This element is
@@ -5469,7 +5469,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
5469
5469
  :param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual
5470
5470
  machines in the scale set. For more information about disks, see [About disks
5471
5471
  and VHDs for Azure virtual
5472
- machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
5472
+ machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
5473
5473
  """
5474
5474
  if data_disks is not None:
5475
5475
  pulumi.set(__self__, "data_disks", data_disks)
@@ -5487,7 +5487,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
5487
5487
  Specifies the parameters that are used to add data disks to the virtual
5488
5488
  machines in the scale set. For more information about disks, see [About disks
5489
5489
  and VHDs for Azure virtual
5490
- machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
5490
+ machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
5491
5491
  """
5492
5492
  return pulumi.get(self, "data_disks")
5493
5493
 
@@ -5517,7 +5517,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
5517
5517
  Specifies information about the operating system disk used by the virtual
5518
5518
  machines in the scale set. For more information about disks, see [About disks
5519
5519
  and VHDs for Azure virtual
5520
- machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
5520
+ machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
5521
5521
  """
5522
5522
  return pulumi.get(self, "os_disk")
5523
5523
 
@@ -5611,16 +5611,16 @@ class WinRMListenerResponse(dict):
5611
5611
  :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
5612
5612
  secret. For adding a secret to the Key Vault, see [Add a key or secret to the
5613
5613
  key
5614
- vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5614
+ vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5615
5615
  In this case, your certificate needs to be the Base64 encoding of the following
5616
5616
  JSON Object which is encoded in UTF-8: <br><br> {<br>
5617
5617
  "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
5618
5618
  "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
5619
5619
  machine it is recommended to use the [Azure Key Vault virtual machine extension
5620
5620
  for
5621
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5621
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5622
5622
  or the [Azure Key Vault virtual machine extension for
5623
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5623
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5624
5624
  :param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,**
5625
5625
  **https.**
5626
5626
  """
@@ -5636,16 +5636,16 @@ class WinRMListenerResponse(dict):
5636
5636
  This is the URL of a certificate that has been uploaded to Key Vault as a
5637
5637
  secret. For adding a secret to the Key Vault, see [Add a key or secret to the
5638
5638
  key
5639
- vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5639
+ vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5640
5640
  In this case, your certificate needs to be the Base64 encoding of the following
5641
5641
  JSON Object which is encoded in UTF-8: <br><br> {<br>
5642
5642
  "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
5643
5643
  "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
5644
5644
  machine it is recommended to use the [Azure Key Vault virtual machine extension
5645
5645
  for
5646
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5646
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5647
5647
  or the [Azure Key Vault virtual machine extension for
5648
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5648
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5649
5649
  """
5650
5650
  return pulumi.get(self, "certificate_url")
5651
5651
 
@@ -5717,9 +5717,9 @@ class WindowsConfigurationResponse(dict):
5717
5717
  extensions can be added to the VM later.
5718
5718
  :param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
5719
5719
  Possible values can be
5720
- [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5720
+ [TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5721
5721
  value from time zones returned by
5722
- [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5722
+ [TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5723
5723
  :param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows
5724
5724
  PowerShell.
5725
5725
  """
@@ -5791,9 +5791,9 @@ class WindowsConfigurationResponse(dict):
5791
5791
  """
5792
5792
  Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
5793
5793
  Possible values can be
5794
- [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5794
+ [TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5795
5795
  value from time zones returned by
5796
- [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5796
+ [TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5797
5797
  """
5798
5798
  return pulumi.get(self, "time_zone")
5799
5799
 
@@ -1035,7 +1035,7 @@ if not MYPY:
1035
1035
  """
1036
1036
  key_data: NotRequired[pulumi.Input[str]]
1037
1037
  """
1038
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1038
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1039
1039
  """
1040
1040
  path: NotRequired[pulumi.Input[str]]
1041
1041
  """
@@ -1051,7 +1051,7 @@ class SshPublicKeyArgs:
1051
1051
  path: Optional[pulumi.Input[str]] = None):
1052
1052
  """
1053
1053
  Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1054
- :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1054
+ :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1055
1055
  :param pulumi.Input[str] path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1056
1056
  """
1057
1057
  if key_data is not None:
@@ -1063,7 +1063,7 @@ class SshPublicKeyArgs:
1063
1063
  @pulumi.getter(name="keyData")
1064
1064
  def key_data(self) -> Optional[pulumi.Input[str]]:
1065
1065
  """
1066
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1066
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1067
1067
  """
1068
1068
  return pulumi.get(self, "key_data")
1069
1069
 
@@ -1967,7 +1967,7 @@ class SshPublicKeyResponse(dict):
1967
1967
  path: Optional[str] = None):
1968
1968
  """
1969
1969
  Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1970
- :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1970
+ :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1971
1971
  :param str path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1972
1972
  """
1973
1973
  if key_data is not None:
@@ -1979,7 +1979,7 @@ class SshPublicKeyResponse(dict):
1979
1979
  @pulumi.getter(name="keyData")
1980
1980
  def key_data(self) -> Optional[str]:
1981
1981
  """
1982
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1982
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1983
1983
  """
1984
1984
  return pulumi.get(self, "key_data")
1985
1985
 
@@ -1037,7 +1037,7 @@ if not MYPY:
1037
1037
  """
1038
1038
  key_data: NotRequired[pulumi.Input[str]]
1039
1039
  """
1040
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1040
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1041
1041
  """
1042
1042
  path: NotRequired[pulumi.Input[str]]
1043
1043
  """
@@ -1053,7 +1053,7 @@ class SshPublicKeyArgs:
1053
1053
  path: Optional[pulumi.Input[str]] = None):
1054
1054
  """
1055
1055
  Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1056
- :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1056
+ :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1057
1057
  :param pulumi.Input[str] path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1058
1058
  """
1059
1059
  if key_data is not None:
@@ -1065,7 +1065,7 @@ class SshPublicKeyArgs:
1065
1065
  @pulumi.getter(name="keyData")
1066
1066
  def key_data(self) -> Optional[pulumi.Input[str]]:
1067
1067
  """
1068
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1068
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1069
1069
  """
1070
1070
  return pulumi.get(self, "key_data")
1071
1071
 
@@ -1970,7 +1970,7 @@ class SshPublicKeyResponse(dict):
1970
1970
  path: Optional[str] = None):
1971
1971
  """
1972
1972
  Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1973
- :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1973
+ :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1974
1974
  :param str path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1975
1975
  """
1976
1976
  if key_data is not None:
@@ -1982,7 +1982,7 @@ class SshPublicKeyResponse(dict):
1982
1982
  @pulumi.getter(name="keyData")
1983
1983
  def key_data(self) -> Optional[str]:
1984
1984
  """
1985
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1985
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1986
1986
  """
1987
1987
  return pulumi.get(self, "key_data")
1988
1988
 
@@ -1043,7 +1043,7 @@ if not MYPY:
1043
1043
  """
1044
1044
  key_data: NotRequired[pulumi.Input[str]]
1045
1045
  """
1046
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1046
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1047
1047
  """
1048
1048
  path: NotRequired[pulumi.Input[str]]
1049
1049
  """
@@ -1059,7 +1059,7 @@ class SshPublicKeyArgs:
1059
1059
  path: Optional[pulumi.Input[str]] = None):
1060
1060
  """
1061
1061
  Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1062
- :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1062
+ :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1063
1063
  :param pulumi.Input[str] path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1064
1064
  """
1065
1065
  if key_data is not None:
@@ -1071,7 +1071,7 @@ class SshPublicKeyArgs:
1071
1071
  @pulumi.getter(name="keyData")
1072
1072
  def key_data(self) -> Optional[pulumi.Input[str]]:
1073
1073
  """
1074
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1074
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1075
1075
  """
1076
1076
  return pulumi.get(self, "key_data")
1077
1077
 
@@ -1973,7 +1973,7 @@ class SshPublicKeyResponse(dict):
1973
1973
  path: Optional[str] = None):
1974
1974
  """
1975
1975
  Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1976
- :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1976
+ :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1977
1977
  :param str path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1978
1978
  """
1979
1979
  if key_data is not None:
@@ -1985,7 +1985,7 @@ class SshPublicKeyResponse(dict):
1985
1985
  @pulumi.getter(name="keyData")
1986
1986
  def key_data(self) -> Optional[str]:
1987
1987
  """
1988
- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1988
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1989
1989
  """
1990
1990
  return pulumi.get(self, "key_data")
1991
1991
 
@@ -121,6 +121,8 @@ if typing.TYPE_CHECKING:
121
121
  v20240303 = __v20240303
122
122
  import pulumi_azure_native.compute.v20240701 as __v20240701
123
123
  v20240701 = __v20240701
124
+ import pulumi_azure_native.compute.v20241104 as __v20241104
125
+ v20241104 = __v20241104
124
126
  else:
125
127
  v20201201 = _utilities.lazy_import('pulumi_azure_native.compute.v20201201')
126
128
  v20210301 = _utilities.lazy_import('pulumi_azure_native.compute.v20210301')
@@ -145,4 +147,5 @@ else:
145
147
  v20240302 = _utilities.lazy_import('pulumi_azure_native.compute.v20240302')
146
148
  v20240303 = _utilities.lazy_import('pulumi_azure_native.compute.v20240303')
147
149
  v20240701 = _utilities.lazy_import('pulumi_azure_native.compute.v20240701')
150
+ v20241104 = _utilities.lazy_import('pulumi_azure_native.compute.v20241104')
148
151
 
@@ -138,6 +138,8 @@ class CloudService(pulumi.CustomResource):
138
138
  Describes the cloud service.
139
139
  Azure REST API version: 2022-09-04. Prior API version in Azure Native 1.x: 2021-03-01.
140
140
 
141
+ Other available API versions: 2024-11-04.
142
+
141
143
  :param str resource_name: The name of the resource.
142
144
  :param pulumi.ResourceOptions opts: Options for the resource.
143
145
  :param pulumi.Input[str] cloud_service_name: Name of the cloud service.
@@ -157,6 +159,8 @@ class CloudService(pulumi.CustomResource):
157
159
  Describes the cloud service.
158
160
  Azure REST API version: 2022-09-04. Prior API version in Azure Native 1.x: 2021-03-01.
159
161
 
162
+ Other available API versions: 2024-11-04.
163
+
160
164
  :param str resource_name: The name of the resource.
161
165
  :param CloudServiceArgs args: The arguments to use to populate this resource's properties.
162
166
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -198,7 +202,7 @@ class CloudService(pulumi.CustomResource):
198
202
  __props__.__dict__["name"] = None
199
203
  __props__.__dict__["system_data"] = None
200
204
  __props__.__dict__["type"] = None
201
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:compute/v20201001preview:CloudService"), pulumi.Alias(type_="azure-native:compute/v20210301:CloudService"), pulumi.Alias(type_="azure-native:compute/v20220404:CloudService"), pulumi.Alias(type_="azure-native:compute/v20220904:CloudService")])
205
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:compute/v20201001preview:CloudService"), pulumi.Alias(type_="azure-native:compute/v20210301:CloudService"), pulumi.Alias(type_="azure-native:compute/v20220404:CloudService"), pulumi.Alias(type_="azure-native:compute/v20220904:CloudService"), pulumi.Alias(type_="azure-native:compute/v20241104:CloudService")])
202
206
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
203
207
  super(CloudService, __self__).__init__(
204
208
  'azure-native:compute:CloudService',
@@ -141,6 +141,8 @@ def get_cloud_service(cloud_service_name: Optional[str] = None,
141
141
  Display information about a cloud service.
142
142
  Azure REST API version: 2022-09-04.
143
143
 
144
+ Other available API versions: 2024-11-04.
145
+
144
146
 
145
147
  :param str cloud_service_name: Name of the cloud service.
146
148
  :param str resource_group_name: Name of the resource group.
@@ -167,6 +169,8 @@ def get_cloud_service_output(cloud_service_name: Optional[pulumi.Input[str]] = N
167
169
  Display information about a cloud service.
168
170
  Azure REST API version: 2022-09-04.
169
171
 
172
+ Other available API versions: 2024-11-04.
173
+
170
174
 
171
175
  :param str cloud_service_name: Name of the cloud service.
172
176
  :param str resource_group_name: Name of the resource group.
@@ -196,7 +196,7 @@ class CloudService(pulumi.CustomResource):
196
196
  __props__.__dict__["name"] = None
197
197
  __props__.__dict__["system_data"] = None
198
198
  __props__.__dict__["type"] = None
199
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:compute:CloudService"), pulumi.Alias(type_="azure-native:compute/v20201001preview:CloudService"), pulumi.Alias(type_="azure-native:compute/v20210301:CloudService"), pulumi.Alias(type_="azure-native:compute/v20220404:CloudService")])
199
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:compute:CloudService"), pulumi.Alias(type_="azure-native:compute/v20201001preview:CloudService"), pulumi.Alias(type_="azure-native:compute/v20210301:CloudService"), pulumi.Alias(type_="azure-native:compute/v20220404:CloudService"), pulumi.Alias(type_="azure-native:compute/v20241104:CloudService")])
200
200
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
201
201
  super(CloudService, __self__).__init__(
202
202
  'azure-native:compute/v20220904:CloudService',
@@ -0,0 +1,12 @@
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 .cloud_service import *
10
+ from .get_cloud_service import *
11
+ from ._inputs import *
12
+ from . import outputs
@@ -0,0 +1,31 @@
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
+ 'CloudServiceSlotType',
9
+ 'CloudServiceUpgradeMode',
10
+ ]
11
+
12
+
13
+ class CloudServiceSlotType(str, Enum):
14
+ """
15
+ Slot type for the cloud service.
16
+ Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />
17
+ If not specified, the default value is Production.
18
+ """
19
+ PRODUCTION = "Production"
20
+ STAGING = "Staging"
21
+
22
+
23
+ class CloudServiceUpgradeMode(str, Enum):
24
+ """
25
+ Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains.
26
+ Possible Values are <br /><br />**Auto**<br /><br />**Manual** <br /><br />**Simultaneous**<br /><br />
27
+ If not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in sequence.
28
+ """
29
+ AUTO = "Auto"
30
+ MANUAL = "Manual"
31
+ SIMULTANEOUS = "Simultaneous"