pulumi-azure-native 2.78.0a1734184513__py3-none-any.whl → 2.78.0a1734429921__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 (24) hide show
  1. pulumi_azure_native/__init__.py +0 -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/pulumi-plugin.json +1 -1
  9. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.78.0a1734429921.dist-info}/METADATA +1 -1
  10. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.78.0a1734429921.dist-info}/RECORD +12 -24
  11. pulumi_azure_native/alertsmanagement/v20230501preview/__init__.py +0 -12
  12. pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py +0 -80
  13. pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py +0 -868
  14. pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py +0 -258
  15. pulumi_azure_native/alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py +0 -171
  16. pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py +0 -795
  17. pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py +0 -12
  18. pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
  19. pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -965
  20. pulumi_azure_native/alertsmanagement/v20240301preview/alert_processing_rule_by_name.py +0 -258
  21. pulumi_azure_native/alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py +0 -171
  22. pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -877
  23. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.78.0a1734429921.dist-info}/WHEEL +0 -0
  24. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.78.0a1734429921.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",
@@ -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',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "azure-native",
4
- "version": "2.78.0-alpha.1734184513"
4
+ "version": "2.78.0-alpha.1734429921"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_azure_native
3
- Version: 2.78.0a1734184513
3
+ Version: 2.78.0a1734429921
4
4
  Summary: A native Pulumi package for creating and managing Azure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com
@@ -1,7 +1,7 @@
1
- pulumi_azure_native/__init__.py,sha256=gs1JA6NzlVxHosHVXC7OphgXdTnhO4o5C60yCzmFyK4,1143484
1
+ pulumi_azure_native/__init__.py,sha256=DAox6lKX8X-ejlTmWmDoy0ptTj5mwcAF4hdSFoMWmdk,1142944
2
2
  pulumi_azure_native/_utilities.py,sha256=UL5vEmfNrBfiaeFQS69cz7xlHoBnPH8PY_UIVNwShcM,10486
3
3
  pulumi_azure_native/provider.py,sha256=ijD50GjYD0xTGWJVAR_zi8DRpow_AcfiaEDdwOwh-D8,23052
4
- pulumi_azure_native/pulumi-plugin.json,sha256=YNlTlHCoLdN3JThY68dj7kWDEHqJ515NE5r7o7fgCe4,89
4
+ pulumi_azure_native/pulumi-plugin.json,sha256=oHVg0eHUyWh5WRm2Xio9JxEfvGI3QrAFJbIA0CAGsDY,89
5
5
  pulumi_azure_native/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_azure_native/aad/__init__.py,sha256=O2XPJyft-EiRyZdbKAbADw_hWhoH_Yn8KOwWpJprjs0,669
7
7
  pulumi_azure_native/aad/_enums.py,sha256=nEE4b-gxeGR_DXhJA6WTIznl4AA5UmVTKpvu2PV66RE,3419
@@ -116,13 +116,13 @@ pulumi_azure_native/agfoodplatform/v20230601preview/get_solution.py,sha256=0jc8c
116
116
  pulumi_azure_native/agfoodplatform/v20230601preview/outputs.py,sha256=wD2UjBByxMto1c9qONEtTstoVnwdfROO8XNO3SgKtUY,34562
117
117
  pulumi_azure_native/agfoodplatform/v20230601preview/private_endpoint_connection.py,sha256=bJl9-SyV4-3sUFfIxvwtUi-GwOML3m6qZiv3teXxhRA,12641
118
118
  pulumi_azure_native/agfoodplatform/v20230601preview/solution.py,sha256=y3R-VvdGiAcU-jDi6qEJcIxlAvD5P2cSTsKigCxiSB0,10088
119
- pulumi_azure_native/alertsmanagement/__init__.py,sha256=MY42inrdSfCcLnUdc5o9e26vLn3-UFqimQC9cwRzlNs,2211
119
+ pulumi_azure_native/alertsmanagement/__init__.py,sha256=A0FRvsMckUJUjpSAXW3Xj1wCWtBoPdgr5PKqDE1NKFk,1747
120
120
  pulumi_azure_native/alertsmanagement/_enums.py,sha256=1fHrVuhJSKX8RIVQW0O5wfA1zvxOE8r0k3T6fDWSjjc,2704
121
121
  pulumi_azure_native/alertsmanagement/_inputs.py,sha256=A_v8FChekTUlbQv1MadJGGQoGyHqwUfFUq3C8AJ_MVg,74746
122
- pulumi_azure_native/alertsmanagement/action_rule_by_name.py,sha256=oPvAI1ioAjWMUJt9eXUiNUvJK0OnofApFhVF40aerP4,11214
123
- pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py,sha256=wTViYUBsF2rNBET0YbbyMXqkiGijtt-TxVko-9p8XHs,11787
122
+ pulumi_azure_native/alertsmanagement/action_rule_by_name.py,sha256=1-zjFNTp8q0Oj-_eCpAJKhW0j_R7LLNsdjN_DQ_MdCM,11040
123
+ pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py,sha256=DmpotFfmCeM1sI2yrLkCuzA3M4-Dyw10ci6C5LvihQM,11437
124
124
  pulumi_azure_native/alertsmanagement/get_action_rule_by_name.py,sha256=x45dzJDCyqJWjxfMKoA9pXrmr8pn6LoV26eUsXbBeZ8,5819
125
- pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py,sha256=xihIj6eUTEuTY41BigCkFBDKi2x7ZtgctL-LM6XIWBA,6953
125
+ pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py,sha256=cWdj2EUCmKfLEUo7-WUyVtN1jfZ_r9I2_AtQDLcL3d8,6803
126
126
  pulumi_azure_native/alertsmanagement/get_prometheus_rule_group.py,sha256=FD_JPTtyiw2CqqB15ugxDdBpj8TLZnD71lb1ShD2nU8,9621
127
127
  pulumi_azure_native/alertsmanagement/get_smart_detector_alert_rule.py,sha256=V4NBztC-w_mcxacCdbLUHg4lnqcShqoXvFqQFB-bqWA,10120
128
128
  pulumi_azure_native/alertsmanagement/outputs.py,sha256=vB2UL83Vtd7UR-3R5cudaw4TmK6y9ZHN38eaYFg9YYI,71971
@@ -131,7 +131,7 @@ pulumi_azure_native/alertsmanagement/smart_detector_alert_rule.py,sha256=0m02v0o
131
131
  pulumi_azure_native/alertsmanagement/v20190505preview/__init__.py,sha256=0On6xH5cVeI5N3lJlCJcBWnGGFxm-05BF1boeOKsdDQ,393
132
132
  pulumi_azure_native/alertsmanagement/v20190505preview/_enums.py,sha256=cQpKGaVwrZSL2ksjVHEFl5tfY_dnMI6QQZjgPFNiM0s,1229
133
133
  pulumi_azure_native/alertsmanagement/v20190505preview/_inputs.py,sha256=smdmHp6cFcWKbP9lw66ZztIyx5Q4_d4Y4A4cc1aLDyQ,31918
134
- pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py,sha256=13DWa8wTkwq18AE4Kvb0DM2DlgEmWP6di75g_2py99Y,10993
134
+ pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py,sha256=d4ls-YSMIRx9QIsVyHRTPMJF4vxEt-j4MP3ypn7Jpfk,10819
135
135
  pulumi_azure_native/alertsmanagement/v20190505preview/get_action_rule_by_name.py,sha256=EN92L3YJSpbKY6GthYFHqy2hioUnlNw_JXrjo7Euc_s,5758
136
136
  pulumi_azure_native/alertsmanagement/v20190505preview/outputs.py,sha256=e2ghId-rL_psxNrZpBNua1yTC40WTpXWWaH5tcoAIgg,29363
137
137
  pulumi_azure_native/alertsmanagement/v20210401/__init__.py,sha256=KFGSi6lIlftk_CRJiGsE9gNMELtp3OSFwN6ro9iNiQg,405
@@ -143,7 +143,7 @@ pulumi_azure_native/alertsmanagement/v20210401/smart_detector_alert_rule.py,sha2
143
143
  pulumi_azure_native/alertsmanagement/v20210808/__init__.py,sha256=weDoHDkhxSmz5p4Md-3z5_I0QjloNtVpIQLn_0SEBgE,413
144
144
  pulumi_azure_native/alertsmanagement/v20210808/_enums.py,sha256=_RagHIQKV4XjXXLXNZax5A6yw0A3afxjAprXR_sB7PM,1563
145
145
  pulumi_azure_native/alertsmanagement/v20210808/_inputs.py,sha256=IYUJeY6SgNQbKZghsyIFEhQ8B949IyXIUusKIP7A77A,25328
146
- pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py,sha256=CZ1nu-1T4dU1yHv5e-RRzvMdoh5wTlthJbbZ6Je8gv8,11542
146
+ pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py,sha256=Ijm1rGqQ1IaLtUsnV3ODA_oJfBoNLFPX6yatlrQeHP4,11350
147
147
  pulumi_azure_native/alertsmanagement/v20210808/get_alert_processing_rule_by_name.py,sha256=3Aj9IaYQXwqbuEpL87U6AWrUL5yeDVtusAf_5AqBa-8,6744
148
148
  pulumi_azure_native/alertsmanagement/v20210808/outputs.py,sha256=g_sGHaoyCtDc3NFnNFprfZgZeEVSEi6BmSLGgt7x0Ho,22978
149
149
  pulumi_azure_native/alertsmanagement/v20230301/__init__.py,sha256=62n671-RFggDJatWa0QdKyzJYKbmbm27DMJZaxRbjxA,375
@@ -156,18 +156,6 @@ pulumi_azure_native/alertsmanagement/v20230401preview/_inputs.py,sha256=_XNc8tEN
156
156
  pulumi_azure_native/alertsmanagement/v20230401preview/get_tenant_activity_log_alert.py,sha256=iQaDItqpjragMKBNjz6xNcZ1NNKm5bNmdBnqocAqEWg,9173
157
157
  pulumi_azure_native/alertsmanagement/v20230401preview/outputs.py,sha256=71Wo0OkdwdKoci5tXVmyBoXK0zIS2p1OrC_QGVRi1Hg,14442
158
158
  pulumi_azure_native/alertsmanagement/v20230401preview/tenant_activity_log_alert.py,sha256=nc5zkp-zshYfZ-cN3tYmD4MM9cjv8LQrkDj5o0HosGw,18310
159
- pulumi_azure_native/alertsmanagement/v20230501preview/__init__.py,sha256=weDoHDkhxSmz5p4Md-3z5_I0QjloNtVpIQLn_0SEBgE,413
160
- pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py,sha256=EOrs-0n-lfSrQjYDCgFSXaxyFSp8q8gAe2uWyPZ5pyk,1843
161
- pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py,sha256=U9-KUs8qQu6ivXjLxNpmXC81FBeepOl_vdvkiB7YW94,31429
162
- pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py,sha256=KX8aztDWclotY79_HsIj-je9sUEO9coKr5nv_oojFlA,11542
163
- pulumi_azure_native/alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py,sha256=6VUSQ-YTGFDp92u5MxxpVG_-PkSURyWxnMxJdDq4S7I,6758
164
- pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py,sha256=Q2Bjl9gFink9QieQlfUMuB5MopmVxkgiN2tpEsNZ2ZU,27312
165
- pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py,sha256=weDoHDkhxSmz5p4Md-3z5_I0QjloNtVpIQLn_0SEBgE,413
166
- pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py,sha256=mIR0dtH4CFMnn9uRSBsxkM38cAYmWNClvSKCLKyQzvY,1988
167
- pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py,sha256=dHBTpmO-fpHXTy6TEC9JL6l5OISqKgojAGpVbbEblCg,35215
168
- pulumi_azure_native/alertsmanagement/v20240301preview/alert_processing_rule_by_name.py,sha256=xRredKHByuHk9rgD5FiQuw-3ugPVmRd8RPYywIjjMi4,11542
169
- pulumi_azure_native/alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py,sha256=pEswzc2xon0n7qF1om9S9u_6mk5Bpa8wQL0r82LZF0M,6758
170
- pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py,sha256=SwUCcnE9p8H3ECUaFzbxmzD0GdwvkHan2nqKo_GuV2E,30338
171
159
  pulumi_azure_native/analysisservices/__init__.py,sha256=4kGKSj6_iGWC4BdLTCvCdSqDjYgcnsY4HV0rZsEFf14,891
172
160
  pulumi_azure_native/analysisservices/_enums.py,sha256=TV7ZWeuCqJP4UDtilySQ8N9mn8WrjPMHcLkIW0XPnm8,899
173
161
  pulumi_azure_native/analysisservices/_inputs.py,sha256=wjURCnlGYxKcamDdocfuGvmTXcBLxdup0KbnpbxY5OY,10335
@@ -30340,7 +30328,7 @@ pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py,sha25
30340
30328
  pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py,sha256=eorizuwGPlHaa-R7seqv1ZW7oqM3Ae68X_EUHHfHMzQ,16551
30341
30329
  pulumi_azure_native/workloads/v20240901/sap_database_instance.py,sha256=glkxQJ8mHANMOyZ_m_GEUO9doepUAPxuPshRLYxwaMU,14157
30342
30330
  pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py,sha256=oMD5HXY2B5ywv0FQt-8INmP3fTt-huBJNeQzF5ZuOJk,24431
30343
- pulumi_azure_native-2.78.0a1734184513.dist-info/METADATA,sha256=SHnvFOBFxHpvnkVay-DnnWXZwXvWgZJTV1Yyv_ymIBw,3635
30344
- pulumi_azure_native-2.78.0a1734184513.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
30345
- pulumi_azure_native-2.78.0a1734184513.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30346
- pulumi_azure_native-2.78.0a1734184513.dist-info/RECORD,,
30331
+ pulumi_azure_native-2.78.0a1734429921.dist-info/METADATA,sha256=haiwpOn3n49P2PeJrhXfO5enCrFw3aaCZ5hpgzYzeGM,3635
30332
+ pulumi_azure_native-2.78.0a1734429921.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
30333
+ pulumi_azure_native-2.78.0a1734429921.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
30334
+ pulumi_azure_native-2.78.0a1734429921.dist-info/RECORD,,
@@ -1,12 +0,0 @@
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 .alert_processing_rule_by_name import *
10
- from .get_alert_processing_rule_by_name import *
11
- from ._inputs import *
12
- from . import outputs
@@ -1,80 +0,0 @@
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
- 'ActionType',
9
- 'DaysOfWeek',
10
- 'Field',
11
- 'NotificationsForCorrelatedAlerts',
12
- 'Operator',
13
- 'RecurrenceType',
14
- ]
15
-
16
-
17
- class ActionType(str, Enum):
18
- """
19
- Action that should be applied.
20
- """
21
- ADD_ACTION_GROUPS = "AddActionGroups"
22
- REMOVE_ALL_ACTION_GROUPS = "RemoveAllActionGroups"
23
- CORRELATE_ALERTS = "CorrelateAlerts"
24
-
25
-
26
- class DaysOfWeek(str, Enum):
27
- """
28
- Days of week.
29
- """
30
- SUNDAY = "Sunday"
31
- MONDAY = "Monday"
32
- TUESDAY = "Tuesday"
33
- WEDNESDAY = "Wednesday"
34
- THURSDAY = "Thursday"
35
- FRIDAY = "Friday"
36
- SATURDAY = "Saturday"
37
-
38
-
39
- class Field(str, Enum):
40
- """
41
- Field for a given condition.
42
- """
43
- SEVERITY = "Severity"
44
- MONITOR_SERVICE = "MonitorService"
45
- MONITOR_CONDITION = "MonitorCondition"
46
- SIGNAL_TYPE = "SignalType"
47
- TARGET_RESOURCE_TYPE = "TargetResourceType"
48
- TARGET_RESOURCE = "TargetResource"
49
- TARGET_RESOURCE_GROUP = "TargetResourceGroup"
50
- ALERT_RULE_ID = "AlertRuleId"
51
- ALERT_RULE_NAME = "AlertRuleName"
52
- DESCRIPTION = "Description"
53
- ALERT_CONTEXT = "AlertContext"
54
-
55
-
56
- class NotificationsForCorrelatedAlerts(str, Enum):
57
- """
58
- Indicates how to handle child alerts notifications.
59
- """
60
- NOTIFY_ALWAYS = "NotifyAlways"
61
- SUPPRESS_ALWAYS = "SuppressAlways"
62
-
63
-
64
- class Operator(str, Enum):
65
- """
66
- Operator for a given condition.
67
- """
68
- EQUALS = "Equals"
69
- NOT_EQUALS = "NotEquals"
70
- CONTAINS = "Contains"
71
- DOES_NOT_CONTAIN = "DoesNotContain"
72
-
73
-
74
- class RecurrenceType(str, Enum):
75
- """
76
- Specifies when the recurrence should be applied.
77
- """
78
- DAILY = "Daily"
79
- WEEKLY = "Weekly"
80
- MONTHLY = "Monthly"