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.
- pulumi_azure_native/__init__.py +46 -16
- pulumi_azure_native/alertsmanagement/__init__.py +0 -6
- pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +1 -5
- pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +0 -4
- pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
- pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
- pulumi_azure_native/azurefleet/_enums.py +2 -2
- pulumi_azure_native/azurefleet/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
- pulumi_azure_native/compute/__init__.py +3 -0
- pulumi_azure_native/compute/cloud_service.py +5 -1
- pulumi_azure_native/compute/get_cloud_service.py +4 -0
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/{alertsmanagement/v20230501preview → compute/v20241104}/__init__.py +2 -2
- pulumi_azure_native/compute/v20241104/_enums.py +31 -0
- pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
- pulumi_azure_native/{alertsmanagement/v20240301preview/alert_processing_rule_by_name.py → compute/v20241104/cloud_service.py} +87 -58
- pulumi_azure_native/{alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py → compute/v20241104/get_cloud_service.py} +53 -39
- pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
- pulumi_azure_native/datadog/__init__.py +7 -0
- pulumi_azure_native/datadog/get_billing_info.py +103 -0
- pulumi_azure_native/datadog/get_monitor.py +2 -2
- pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
- pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
- pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
- pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
- pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
- pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
- pulumi_azure_native/datadog/monitor.py +3 -3
- pulumi_azure_native/datadog/monitored_subscription.py +5 -1
- pulumi_azure_native/datadog/outputs.py +120 -0
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
- pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
- pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
- pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
- pulumi_azure_native/{alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py → datadog/v20230707/get_monitor.py} +54 -43
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
- pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
- pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
- pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
- pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
- pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
- pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
- pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
- pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
- pulumi_azure_native/datafactory/_inputs.py +6 -6
- pulumi_azure_native/datafactory/outputs.py +4 -4
- pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
- pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/{alertsmanagement/v20240301preview → quota/v20241218preview}/__init__.py +4 -3
- pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
- pulumi_azure_native/servicenetworking/__init__.py +3 -0
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
- pulumi_azure_native/{alertsmanagement/v20230501preview/alert_processing_rule_by_name.py → servicenetworking/v20250101/frontends_interface.py} +83 -73
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/RECORD +141 -100
- pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py +0 -80
- pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py +0 -868
- pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py +0 -795
- pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
- pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -965
- pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -877
- {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/top_level.txt +0 -0
pulumi_azure_native/__init__.py
CHANGED
|
@@ -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")
|
|
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")
|
|
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")
|
|
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")
|
|
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://
|
|
103
|
-
https://
|
|
102
|
+
https://learn.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at
|
|
103
|
+
https://learn.microsoft.com/azure/virtual-machines/linux/sizes to check which VM
|
|
104
104
|
sizes exposes a cache disk.
|
|
105
105
|
"""
|
|
106
106
|
CACHE_DISK = "CacheDisk"
|