pulumi-azure-native 2.78.0a1734184513__py3-none-any.whl → 2.79.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.

Files changed (147) hide show
  1. pulumi_azure_native/__init__.py +46 -16
  2. pulumi_azure_native/alertsmanagement/__init__.py +0 -6
  3. pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
  4. pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +1 -5
  5. pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +0 -4
  6. pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
  7. pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
  8. pulumi_azure_native/azurefleet/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  14. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  15. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  16. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  17. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  18. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  19. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  20. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  22. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  23. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  24. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  25. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  26. pulumi_azure_native/compute/__init__.py +3 -0
  27. pulumi_azure_native/compute/cloud_service.py +5 -1
  28. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  29. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  30. pulumi_azure_native/{alertsmanagement/v20230501preview → compute/v20241104}/__init__.py +2 -2
  31. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  32. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  33. pulumi_azure_native/{alertsmanagement/v20240301preview/alert_processing_rule_by_name.py → compute/v20241104/cloud_service.py} +87 -58
  34. pulumi_azure_native/{alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py → compute/v20241104/get_cloud_service.py} +53 -39
  35. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  36. pulumi_azure_native/datadog/__init__.py +7 -0
  37. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  38. pulumi_azure_native/datadog/get_monitor.py +2 -2
  39. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  40. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  41. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  42. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  43. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  44. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  45. pulumi_azure_native/datadog/monitor.py +3 -3
  46. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  47. pulumi_azure_native/datadog/outputs.py +120 -0
  48. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  49. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  50. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  51. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  52. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  53. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  54. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  55. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  56. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  57. pulumi_azure_native/{alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py → datadog/v20230707/get_monitor.py} +54 -43
  58. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  59. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  60. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  61. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  62. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  63. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  64. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  65. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  66. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  67. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  68. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  69. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  70. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  71. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  72. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  73. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  74. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  75. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  76. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  77. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  78. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  79. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  80. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  81. pulumi_azure_native/datafactory/_inputs.py +6 -6
  82. pulumi_azure_native/datafactory/outputs.py +4 -4
  83. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  84. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  85. pulumi_azure_native/pulumi-plugin.json +1 -1
  86. pulumi_azure_native/quota/__init__.py +3 -0
  87. pulumi_azure_native/quota/get_group_quota.py +2 -2
  88. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  89. pulumi_azure_native/quota/group_quota.py +3 -3
  90. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  91. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  92. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  93. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  94. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  95. pulumi_azure_native/{alertsmanagement/v20240301preview → quota/v20241218preview}/__init__.py +4 -3
  96. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  97. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  98. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  99. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  100. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  101. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  102. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  103. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  104. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  105. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  106. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  107. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  108. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  109. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  110. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  111. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  112. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  113. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  114. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  115. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  116. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  117. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  118. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  119. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  120. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  121. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  122. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  123. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  124. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  125. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  126. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  127. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  128. pulumi_azure_native/{alertsmanagement/v20230501preview/alert_processing_rule_by_name.py → servicenetworking/v20250101/frontends_interface.py} +83 -73
  129. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  130. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  131. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  132. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  133. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  134. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  135. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  136. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  137. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  138. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/METADATA +1 -1
  139. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/RECORD +141 -100
  140. pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py +0 -80
  141. pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py +0 -868
  142. pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py +0 -795
  143. pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
  144. pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -965
  145. pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -877
  146. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/WHEEL +0 -0
  147. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/top_level.txt +0 -0
@@ -914,22 +914,6 @@ _utilities.register(
914
914
  "azure-native:alertsmanagement/v20230401preview:TenantActivityLogAlert": "TenantActivityLogAlert"
915
915
  }
916
916
  },
917
- {
918
- "pkg": "azure-native",
919
- "mod": "alertsmanagement/v20230501preview",
920
- "fqn": "pulumi_azure_native.alertsmanagement.v20230501preview",
921
- "classes": {
922
- "azure-native:alertsmanagement/v20230501preview:AlertProcessingRuleByName": "AlertProcessingRuleByName"
923
- }
924
- },
925
- {
926
- "pkg": "azure-native",
927
- "mod": "alertsmanagement/v20240301preview",
928
- "fqn": "pulumi_azure_native.alertsmanagement.v20240301preview",
929
- "classes": {
930
- "azure-native:alertsmanagement/v20240301preview:AlertProcessingRuleByName": "AlertProcessingRuleByName"
931
- }
932
- },
933
917
  {
934
918
  "pkg": "azure-native",
935
919
  "mod": "analysisservices",
@@ -5448,6 +5432,14 @@ _utilities.register(
5448
5432
  "azure-native:compute/v20240701:VirtualMachineScaleSetVMRunCommand": "VirtualMachineScaleSetVMRunCommand"
5449
5433
  }
5450
5434
  },
5435
+ {
5436
+ "pkg": "azure-native",
5437
+ "mod": "compute/v20241104",
5438
+ "fqn": "pulumi_azure_native.compute.v20241104",
5439
+ "classes": {
5440
+ "azure-native:compute/v20241104:CloudService": "CloudService"
5441
+ }
5442
+ },
5451
5443
  {
5452
5444
  "pkg": "azure-native",
5453
5445
  "mod": "confidentialledger",
@@ -7198,6 +7190,24 @@ _utilities.register(
7198
7190
  "azure-native:datadog/v20230101:MonitoredSubscription": "MonitoredSubscription"
7199
7191
  }
7200
7192
  },
7193
+ {
7194
+ "pkg": "azure-native",
7195
+ "mod": "datadog/v20230707",
7196
+ "fqn": "pulumi_azure_native.datadog.v20230707",
7197
+ "classes": {
7198
+ "azure-native:datadog/v20230707:Monitor": "Monitor",
7199
+ "azure-native:datadog/v20230707:MonitoredSubscription": "MonitoredSubscription"
7200
+ }
7201
+ },
7202
+ {
7203
+ "pkg": "azure-native",
7204
+ "mod": "datadog/v20231020",
7205
+ "fqn": "pulumi_azure_native.datadog.v20231020",
7206
+ "classes": {
7207
+ "azure-native:datadog/v20231020:Monitor": "Monitor",
7208
+ "azure-native:datadog/v20231020:MonitoredSubscription": "MonitoredSubscription"
7209
+ }
7210
+ },
7201
7211
  {
7202
7212
  "pkg": "azure-native",
7203
7213
  "mod": "datafactory",
@@ -16478,6 +16488,15 @@ _utilities.register(
16478
16488
  "azure-native:quota/v20241015preview:GroupQuotaSubscription": "GroupQuotaSubscription"
16479
16489
  }
16480
16490
  },
16491
+ {
16492
+ "pkg": "azure-native",
16493
+ "mod": "quota/v20241218preview",
16494
+ "fqn": "pulumi_azure_native.quota.v20241218preview",
16495
+ "classes": {
16496
+ "azure-native:quota/v20241218preview:GroupQuota": "GroupQuota",
16497
+ "azure-native:quota/v20241218preview:GroupQuotaSubscription": "GroupQuotaSubscription"
16498
+ }
16499
+ },
16481
16500
  {
16482
16501
  "pkg": "azure-native",
16483
16502
  "mod": "recommendationsservice",
@@ -18909,6 +18928,17 @@ _utilities.register(
18909
18928
  "azure-native:servicenetworking/v20240501preview:TrafficControllerInterface": "TrafficControllerInterface"
18910
18929
  }
18911
18930
  },
18931
+ {
18932
+ "pkg": "azure-native",
18933
+ "mod": "servicenetworking/v20250101",
18934
+ "fqn": "pulumi_azure_native.servicenetworking.v20250101",
18935
+ "classes": {
18936
+ "azure-native:servicenetworking/v20250101:AssociationsInterface": "AssociationsInterface",
18937
+ "azure-native:servicenetworking/v20250101:FrontendsInterface": "FrontendsInterface",
18938
+ "azure-native:servicenetworking/v20250101:SecurityPoliciesInterface": "SecurityPoliciesInterface",
18939
+ "azure-native:servicenetworking/v20250101:TrafficControllerInterface": "TrafficControllerInterface"
18940
+ }
18941
+ },
18912
18942
  {
18913
18943
  "pkg": "azure-native",
18914
18944
  "mod": "signalrservice",
@@ -29,16 +29,10 @@ if typing.TYPE_CHECKING:
29
29
  v20230301 = __v20230301
30
30
  import pulumi_azure_native.alertsmanagement.v20230401preview as __v20230401preview
31
31
  v20230401preview = __v20230401preview
32
- import pulumi_azure_native.alertsmanagement.v20230501preview as __v20230501preview
33
- v20230501preview = __v20230501preview
34
- import pulumi_azure_native.alertsmanagement.v20240301preview as __v20240301preview
35
- v20240301preview = __v20240301preview
36
32
  else:
37
33
  v20190505preview = _utilities.lazy_import('pulumi_azure_native.alertsmanagement.v20190505preview')
38
34
  v20210401 = _utilities.lazy_import('pulumi_azure_native.alertsmanagement.v20210401')
39
35
  v20210808 = _utilities.lazy_import('pulumi_azure_native.alertsmanagement.v20210808')
40
36
  v20230301 = _utilities.lazy_import('pulumi_azure_native.alertsmanagement.v20230301')
41
37
  v20230401preview = _utilities.lazy_import('pulumi_azure_native.alertsmanagement.v20230401preview')
42
- v20230501preview = _utilities.lazy_import('pulumi_azure_native.alertsmanagement.v20230501preview')
43
- v20240301preview = _utilities.lazy_import('pulumi_azure_native.alertsmanagement.v20240301preview')
44
38
 
@@ -177,7 +177,7 @@ class ActionRuleByName(pulumi.CustomResource):
177
177
  __props__.__dict__["tags"] = tags
178
178
  __props__.__dict__["name"] = None
179
179
  __props__.__dict__["type"] = None
180
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20190505preview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20230501preview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20240301preview:ActionRuleByName")])
180
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20190505preview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:ActionRuleByName")])
181
181
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
182
182
  super(ActionRuleByName, __self__).__init__(
183
183
  'azure-native:alertsmanagement:ActionRuleByName',
@@ -121,8 +121,6 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
121
121
  Alert processing rule object containing target scopes, conditions and scheduling logic.
122
122
  Azure REST API version: 2021-08-08.
123
123
 
124
- Other available API versions: 2023-05-01-preview, 2024-03-01-preview.
125
-
126
124
  :param str resource_name: The name of the resource.
127
125
  :param pulumi.ResourceOptions opts: Options for the resource.
128
126
  :param pulumi.Input[str] alert_processing_rule_name: The name of the alert processing rule that needs to be created/updated.
@@ -141,8 +139,6 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
141
139
  Alert processing rule object containing target scopes, conditions and scheduling logic.
142
140
  Azure REST API version: 2021-08-08.
143
141
 
144
- Other available API versions: 2023-05-01-preview, 2024-03-01-preview.
145
-
146
142
  :param str resource_name: The name of the resource.
147
143
  :param AlertProcessingRuleByNameArgs args: The arguments to use to populate this resource's properties.
148
144
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -182,7 +178,7 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
182
178
  __props__.__dict__["name"] = None
183
179
  __props__.__dict__["system_data"] = None
184
180
  __props__.__dict__["type"] = None
185
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20190505preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20230501preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20240301preview:AlertProcessingRuleByName")])
181
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20190505preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:AlertProcessingRuleByName")])
186
182
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
187
183
  super(AlertProcessingRuleByName, __self__).__init__(
188
184
  'azure-native:alertsmanagement:AlertProcessingRuleByName',
@@ -129,8 +129,6 @@ def get_alert_processing_rule_by_name(alert_processing_rule_name: Optional[str]
129
129
  Get an alert processing rule by name.
130
130
  Azure REST API version: 2021-08-08.
131
131
 
132
- Other available API versions: 2023-05-01-preview, 2024-03-01-preview.
133
-
134
132
 
135
133
  :param str alert_processing_rule_name: The name of the alert processing rule that needs to be fetched.
136
134
  :param str resource_group_name: Resource group name where the resource is created.
@@ -156,8 +154,6 @@ def get_alert_processing_rule_by_name_output(alert_processing_rule_name: Optiona
156
154
  Get an alert processing rule by name.
157
155
  Azure REST API version: 2021-08-08.
158
156
 
159
- Other available API versions: 2023-05-01-preview, 2024-03-01-preview.
160
-
161
157
 
162
158
  :param str alert_processing_rule_name: The name of the alert processing rule that needs to be fetched.
163
159
  :param str resource_group_name: Resource group name where the resource is created.
@@ -175,7 +175,7 @@ class ActionRuleByName(pulumi.CustomResource):
175
175
  __props__.__dict__["tags"] = tags
176
176
  __props__.__dict__["name"] = None
177
177
  __props__.__dict__["type"] = None
178
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20230501preview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20240301preview:ActionRuleByName")])
178
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808:ActionRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:ActionRuleByName")])
179
179
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
180
180
  super(ActionRuleByName, __self__).__init__(
181
181
  'azure-native:alertsmanagement/v20190505preview:ActionRuleByName',
@@ -176,7 +176,7 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
176
176
  __props__.__dict__["name"] = None
177
177
  __props__.__dict__["system_data"] = None
178
178
  __props__.__dict__["type"] = None
179
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20190505preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20230501preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20240301preview:AlertProcessingRuleByName")])
179
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20190505preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:AlertProcessingRuleByName")])
180
180
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
181
181
  super(AlertProcessingRuleByName, __self__).__init__(
182
182
  'azure-native:alertsmanagement/v20210808:AlertProcessingRuleByName',
@@ -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://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
103
- https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
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"