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
@@ -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://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
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://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
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://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
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://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
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")
@@ -760,8 +760,8 @@ class DiffDiskSettingsResponse(dict):
760
760
  values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
761
761
  **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
762
762
  is used. Refer to the VM size documentation for Windows VM at
763
- https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
764
- https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
763
+ https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
764
+ https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
765
765
  sizes exposes a cache disk.
766
766
  """
767
767
  if option is not None:
@@ -785,8 +785,8 @@ class DiffDiskSettingsResponse(dict):
785
785
  values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
786
786
  **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
787
787
  is used. Refer to the VM size documentation for Windows VM at
788
- https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
789
- https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
788
+ https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
789
+ https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
790
790
  sizes exposes a cache disk.
791
791
  """
792
792
  return pulumi.get(self, "placement")
@@ -1083,7 +1083,7 @@ class LinuxConfigurationResponse(dict):
1083
1083
  """
1084
1084
  Specifies the Linux operating system settings on the virtual machine. For a
1085
1085
  list of supported Linux distributions, see [Linux on Azure-Endorsed
1086
- Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1086
+ Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1087
1087
  """
1088
1088
  @staticmethod
1089
1089
  def __key_warning(key: str):
@@ -1117,7 +1117,7 @@ class LinuxConfigurationResponse(dict):
1117
1117
  """
1118
1118
  Specifies the Linux operating system settings on the virtual machine. For a
1119
1119
  list of supported Linux distributions, see [Linux on Azure-Endorsed
1120
- Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1120
+ Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1121
1121
  :param bool disable_password_authentication: Specifies whether password authentication should be disabled.
1122
1122
  :param bool enable_vm_agent_platform_updates: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual
1123
1123
  machine. Default value is false.
@@ -2300,7 +2300,7 @@ class SshPublicKeyResponse(dict):
2300
2300
  :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The
2301
2301
  key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
2302
2302
  see [Create SSH keys on Linux and Mac for Linux VMs in
2303
- Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2303
+ Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2304
2304
  :param str path: Specifies the full path on the created VM where ssh public key is stored. If
2305
2305
  the file already exists, the specified key is appended to the file. Example:
2306
2306
  /home/user/.ssh/authorized_keys
@@ -2317,7 +2317,7 @@ class SshPublicKeyResponse(dict):
2317
2317
  SSH public key certificate used to authenticate with the VM through ssh. The
2318
2318
  key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
2319
2319
  see [Create SSH keys on Linux and Mac for Linux VMs in
2320
- Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2320
+ Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2321
2321
  """
2322
2322
  return pulumi.get(self, "key_data")
2323
2323
 
@@ -2851,12 +2851,12 @@ class VMSizePropertiesResponse(dict):
2851
2851
  specified in the request body the default behavior is to set it to the value of
2852
2852
  vCPUs available for that VM size exposed in api response of [List all available
2853
2853
  virtual machine sizes in a
2854
- region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2854
+ region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2855
2855
  :param int v_cpus_per_core: Specifies the vCPU to physical core ratio. When this property is not specified
2856
2856
  in the request body the default behavior is set to the value of vCPUsPerCore
2857
2857
  for the VM Size exposed in api response of [List all available virtual machine
2858
2858
  sizes in a
2859
- region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2859
+ region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2860
2860
  **Setting this property to 1 also means that hyper-threading is disabled.**
2861
2861
  """
2862
2862
  if v_cpus_available is not None:
@@ -2872,7 +2872,7 @@ class VMSizePropertiesResponse(dict):
2872
2872
  specified in the request body the default behavior is to set it to the value of
2873
2873
  vCPUs available for that VM size exposed in api response of [List all available
2874
2874
  virtual machine sizes in a
2875
- region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2875
+ region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2876
2876
  """
2877
2877
  return pulumi.get(self, "v_cpus_available")
2878
2878
 
@@ -2884,7 +2884,7 @@ class VMSizePropertiesResponse(dict):
2884
2884
  in the request body the default behavior is set to the value of vCPUsPerCore
2885
2885
  for the VM Size exposed in api response of [List all available virtual machine
2886
2886
  sizes in a
2887
- region](https://docs.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2887
+ region](https://learn.microsoft.com/en-us/rest/api/compute/resource-skus/list).
2888
2888
  **Setting this property to 1 also means that hyper-threading is disabled.**
2889
2889
  """
2890
2890
  return pulumi.get(self, "v_cpus_per_core")
@@ -2931,16 +2931,16 @@ class VaultCertificateResponse(dict):
2931
2931
  :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
2932
2932
  secret. For adding a secret to the Key Vault, see [Add a key or secret to the
2933
2933
  key
2934
- vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
2934
+ vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
2935
2935
  In this case, your certificate needs to be It is the Base64 encoding of the
2936
2936
  following JSON Object which is encoded in UTF-8: <br><br> {<br>
2937
2937
  "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
2938
2938
  "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
2939
2939
  machine it is recommended to use the [Azure Key Vault virtual machine extension
2940
2940
  for
2941
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
2941
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
2942
2942
  or the [Azure Key Vault virtual machine extension for
2943
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
2943
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
2944
2944
  """
2945
2945
  if certificate_store is not None:
2946
2946
  pulumi.set(__self__, "certificate_store", certificate_store)
@@ -2968,16 +2968,16 @@ class VaultCertificateResponse(dict):
2968
2968
  This is the URL of a certificate that has been uploaded to Key Vault as a
2969
2969
  secret. For adding a secret to the Key Vault, see [Add a key or secret to the
2970
2970
  key
2971
- vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
2971
+ vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
2972
2972
  In this case, your certificate needs to be It is the Base64 encoding of the
2973
2973
  following JSON Object which is encoded in UTF-8: <br><br> {<br>
2974
2974
  "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
2975
2975
  "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
2976
2976
  machine it is recommended to use the [Azure Key Vault virtual machine extension
2977
2977
  for
2978
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
2978
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
2979
2979
  or the [Azure Key Vault virtual machine extension for
2980
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
2980
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
2981
2981
  """
2982
2982
  return pulumi.get(self, "certificate_url")
2983
2983
 
@@ -4520,14 +4520,14 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4520
4520
  set. Computer name prefixes must be 1 to 15 characters long.
4521
4521
  :param 'LinuxConfigurationResponse' linux_configuration: Specifies the Linux operating system settings on the virtual machine. For a
4522
4522
  list of supported Linux distributions, see [Linux on Azure-Endorsed
4523
- Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
4523
+ Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
4524
4524
  :param bool require_guest_provision_signal: Optional property which must either be set to True or omitted.
4525
4525
  :param Sequence['VaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the virtual
4526
4526
  machines in the scale set. To install certificates on a virtual machine it is
4527
4527
  recommended to use the [Azure Key Vault virtual machine extension for
4528
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
4528
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
4529
4529
  or the [Azure Key Vault virtual machine extension for
4530
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4530
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4531
4531
  :param 'WindowsConfigurationResponse' windows_configuration: Specifies Windows operating system settings on the virtual machine.
4532
4532
  """
4533
4533
  if admin_username is not None:
@@ -4585,7 +4585,7 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4585
4585
  """
4586
4586
  Specifies the Linux operating system settings on the virtual machine. For a
4587
4587
  list of supported Linux distributions, see [Linux on Azure-Endorsed
4588
- Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
4588
+ Distributions](https://learn.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
4589
4589
  """
4590
4590
  return pulumi.get(self, "linux_configuration")
4591
4591
 
@@ -4604,9 +4604,9 @@ class VirtualMachineScaleSetOSProfileResponse(dict):
4604
4604
  Specifies set of certificates that should be installed onto the virtual
4605
4605
  machines in the scale set. To install certificates on a virtual machine it is
4606
4606
  recommended to use the [Azure Key Vault virtual machine extension for
4607
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
4607
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
4608
4608
  or the [Azure Key Vault virtual machine extension for
4609
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4609
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
4610
4610
  """
4611
4611
  return pulumi.get(self, "secrets")
4612
4612
 
@@ -4888,7 +4888,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
4888
4888
  :param Sequence['VirtualMachineScaleSetDataDiskResponse'] data_disks: Specifies the parameters that are used to add data disks to the virtual
4889
4889
  machines in the scale set. For more information about disks, see [About disks
4890
4890
  and VHDs for Azure virtual
4891
- machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4891
+ machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
4892
4892
  :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
4893
4893
  :param 'ImageReferenceResponse' image_reference: Specifies information about the image to use. You can specify information about
4894
4894
  platform images, marketplace images, or virtual machine images. This element is
@@ -4897,7 +4897,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
4897
4897
  :param 'VirtualMachineScaleSetOSDiskResponse' os_disk: Specifies information about the operating system disk used by the virtual
4898
4898
  machines in the scale set. For more information about disks, see [About disks
4899
4899
  and VHDs for Azure virtual
4900
- machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4900
+ machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
4901
4901
  """
4902
4902
  if data_disks is not None:
4903
4903
  pulumi.set(__self__, "data_disks", data_disks)
@@ -4915,7 +4915,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
4915
4915
  Specifies the parameters that are used to add data disks to the virtual
4916
4916
  machines in the scale set. For more information about disks, see [About disks
4917
4917
  and VHDs for Azure virtual
4918
- machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4918
+ machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
4919
4919
  """
4920
4920
  return pulumi.get(self, "data_disks")
4921
4921
 
@@ -4945,7 +4945,7 @@ class VirtualMachineScaleSetStorageProfileResponse(dict):
4945
4945
  Specifies information about the operating system disk used by the virtual
4946
4946
  machines in the scale set. For more information about disks, see [About disks
4947
4947
  and VHDs for Azure virtual
4948
- machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
4948
+ machines](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview).
4949
4949
  """
4950
4950
  return pulumi.get(self, "os_disk")
4951
4951
 
@@ -5039,16 +5039,16 @@ class WinRMListenerResponse(dict):
5039
5039
  :param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a
5040
5040
  secret. For adding a secret to the Key Vault, see [Add a key or secret to the
5041
5041
  key
5042
- vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5042
+ vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5043
5043
  In this case, your certificate needs to be the Base64 encoding of the following
5044
5044
  JSON Object which is encoded in UTF-8: <br><br> {<br>
5045
5045
  "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
5046
5046
  "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
5047
5047
  machine it is recommended to use the [Azure Key Vault virtual machine extension
5048
5048
  for
5049
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5049
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5050
5050
  or the [Azure Key Vault virtual machine extension for
5051
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5051
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5052
5052
  :param str protocol: Specifies the protocol of WinRM listener. Possible values are: **http,**
5053
5053
  **https.**
5054
5054
  """
@@ -5064,16 +5064,16 @@ class WinRMListenerResponse(dict):
5064
5064
  This is the URL of a certificate that has been uploaded to Key Vault as a
5065
5065
  secret. For adding a secret to the Key Vault, see [Add a key or secret to the
5066
5066
  key
5067
- vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5067
+ vault](https://learn.microsoft.com/azure/key-vault/key-vault-get-started/#add).
5068
5068
  In this case, your certificate needs to be the Base64 encoding of the following
5069
5069
  JSON Object which is encoded in UTF-8: <br><br> {<br>
5070
5070
  "data":"<Base64-encoded-certificate>",<br> "dataType":"pfx",<br>
5071
5071
  "password":"<pfx-file-password>"<br>} <br> To install certificates on a virtual
5072
5072
  machine it is recommended to use the [Azure Key Vault virtual machine extension
5073
5073
  for
5074
- Linux](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5074
+ Linux](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-linux)
5075
5075
  or the [Azure Key Vault virtual machine extension for
5076
- Windows](https://docs.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5076
+ Windows](https://learn.microsoft.com/azure/virtual-machines/extensions/key-vault-windows).
5077
5077
  """
5078
5078
  return pulumi.get(self, "certificate_url")
5079
5079
 
@@ -5145,9 +5145,9 @@ class WindowsConfigurationResponse(dict):
5145
5145
  extensions can be added to the VM later.
5146
5146
  :param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
5147
5147
  Possible values can be
5148
- [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5148
+ [TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5149
5149
  value from time zones returned by
5150
- [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5150
+ [TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5151
5151
  :param 'WinRMConfigurationResponse' win_rm: Specifies the Windows Remote Management listeners. This enables remote Windows
5152
5152
  PowerShell.
5153
5153
  """
@@ -5219,9 +5219,9 @@ class WindowsConfigurationResponse(dict):
5219
5219
  """
5220
5220
  Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".
5221
5221
  Possible values can be
5222
- [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5222
+ [TimeZoneInfo.Id](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id)
5223
5223
  value from time zones returned by
5224
- [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5224
+ [TimeZoneInfo.GetSystemTimeZones](https://learn.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones).
5225
5225
  """
5226
5226
  return pulumi.get(self, "time_zone")
5227
5227
 
@@ -174,8 +174,8 @@ class DiffDiskPlacement(str, Enum):
174
174
  values are: **CacheDisk,** **ResourceDisk.** The defaulting behavior is:
175
175
  **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk**
176
176
  is used. Refer to the VM size documentation for Windows VM at
177
- https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
178
- https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
177
+ https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
178
+ https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
179
179
  sizes exposes a cache disk.
180
180
  """
181
181
  CACHE_DISK = "CacheDisk"