pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717167674__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 (171) hide show
  1. pulumi_azure_native/__init__.py +2 -69
  2. pulumi_azure_native/appcomplianceautomation/__init__.py +0 -14
  3. pulumi_azure_native/appcomplianceautomation/_inputs.py +0 -40
  4. pulumi_azure_native/appcomplianceautomation/get_report.py +0 -4
  5. pulumi_azure_native/appcomplianceautomation/outputs.py +0 -226
  6. pulumi_azure_native/appcomplianceautomation/report.py +1 -5
  7. pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
  8. pulumi_azure_native/devhub/__init__.py +0 -5
  9. pulumi_azure_native/devhub/_inputs.py +0 -190
  10. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  11. pulumi_azure_native/devhub/get_workflow.py +2 -2
  12. pulumi_azure_native/devhub/outputs.py +0 -229
  13. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  14. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  15. pulumi_azure_native/devhub/workflow.py +3 -3
  16. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  17. pulumi_azure_native/hybridcompute/gateway.py +1 -5
  18. pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
  19. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  20. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  21. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  22. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  23. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  24. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  25. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  26. pulumi_azure_native/hybridcompute/license.py +3 -3
  27. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  28. pulumi_azure_native/hybridcompute/machine.py +3 -3
  29. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  30. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  31. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  32. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  33. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  34. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  35. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  36. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  37. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  38. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  39. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  40. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  41. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  42. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  43. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  44. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  45. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  46. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  47. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  48. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  50. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  51. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  52. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  53. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  54. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  55. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  57. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  58. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  59. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  60. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  61. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  62. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  63. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  65. pulumi_azure_native/pulumi-plugin.json +1 -1
  66. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  67. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +4 -0
  68. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  69. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  70. pulumi_azure_native/scvmm/v20231007/_enums.py +4 -49
  71. pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
  72. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  73. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  74. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  75. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  76. pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
  77. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  78. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  79. pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
  80. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  81. pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
  82. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  83. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
  84. pulumi_azure_native/storage/v20230501/_enums.py +0 -2
  85. pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
  86. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  87. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  88. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  89. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  90. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  91. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  92. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  93. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  94. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/METADATA +1 -1
  95. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/RECORD +97 -171
  96. pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
  97. pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
  98. pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
  99. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
  100. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
  101. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
  102. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
  103. pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
  104. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
  105. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
  106. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
  107. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
  108. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
  109. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
  110. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
  111. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
  112. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
  113. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
  114. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
  115. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
  116. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
  117. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
  118. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
  119. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
  120. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
  121. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
  122. pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
  123. pulumi_azure_native/devhub/get_iac_profile.py +0 -322
  124. pulumi_azure_native/devhub/iac_profile.py +0 -539
  125. pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
  126. pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
  127. pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
  128. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
  129. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
  130. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
  131. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
  132. pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
  133. pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
  134. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
  135. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
  136. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
  137. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
  138. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
  139. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
  140. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
  141. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
  142. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
  143. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
  144. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
  145. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
  146. pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
  147. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
  148. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
  149. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
  150. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
  151. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
  152. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
  153. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
  154. pulumi_azure_native/verifiedid/__init__.py +0 -18
  155. pulumi_azure_native/verifiedid/authority.py +0 -234
  156. pulumi_azure_native/verifiedid/get_authority.py +0 -159
  157. pulumi_azure_native/verifiedid/outputs.py +0 -125
  158. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
  159. pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
  160. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
  161. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
  162. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
  163. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
  164. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
  165. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
  166. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
  167. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
  168. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
  169. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
  170. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/WHEEL +0 -0
  171. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/top_level.txt +0 -0
@@ -1,287 +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
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from ... import _utilities
11
- from . import outputs
12
-
13
- __all__ = [
14
- 'GetWebhookResult',
15
- 'AwaitableGetWebhookResult',
16
- 'get_webhook',
17
- 'get_webhook_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetWebhookResult:
22
- """
23
- A class represent an AppComplianceAutomation webhook resource.
24
- """
25
- def __init__(__self__, content_type=None, delivery_status=None, enable_ssl_verification=None, events=None, id=None, name=None, payload_url=None, provisioning_state=None, send_all_events=None, status=None, system_data=None, tenant_id=None, type=None, update_webhook_key=None, webhook_id=None, webhook_key=None, webhook_key_enabled=None):
26
- if content_type and not isinstance(content_type, str):
27
- raise TypeError("Expected argument 'content_type' to be a str")
28
- pulumi.set(__self__, "content_type", content_type)
29
- if delivery_status and not isinstance(delivery_status, str):
30
- raise TypeError("Expected argument 'delivery_status' to be a str")
31
- pulumi.set(__self__, "delivery_status", delivery_status)
32
- if enable_ssl_verification and not isinstance(enable_ssl_verification, str):
33
- raise TypeError("Expected argument 'enable_ssl_verification' to be a str")
34
- pulumi.set(__self__, "enable_ssl_verification", enable_ssl_verification)
35
- if events and not isinstance(events, list):
36
- raise TypeError("Expected argument 'events' to be a list")
37
- pulumi.set(__self__, "events", events)
38
- if id and not isinstance(id, str):
39
- raise TypeError("Expected argument 'id' to be a str")
40
- pulumi.set(__self__, "id", id)
41
- if name and not isinstance(name, str):
42
- raise TypeError("Expected argument 'name' to be a str")
43
- pulumi.set(__self__, "name", name)
44
- if payload_url and not isinstance(payload_url, str):
45
- raise TypeError("Expected argument 'payload_url' to be a str")
46
- pulumi.set(__self__, "payload_url", payload_url)
47
- if provisioning_state and not isinstance(provisioning_state, str):
48
- raise TypeError("Expected argument 'provisioning_state' to be a str")
49
- pulumi.set(__self__, "provisioning_state", provisioning_state)
50
- if send_all_events and not isinstance(send_all_events, str):
51
- raise TypeError("Expected argument 'send_all_events' to be a str")
52
- pulumi.set(__self__, "send_all_events", send_all_events)
53
- if status and not isinstance(status, str):
54
- raise TypeError("Expected argument 'status' to be a str")
55
- pulumi.set(__self__, "status", status)
56
- if system_data and not isinstance(system_data, dict):
57
- raise TypeError("Expected argument 'system_data' to be a dict")
58
- pulumi.set(__self__, "system_data", system_data)
59
- if tenant_id and not isinstance(tenant_id, str):
60
- raise TypeError("Expected argument 'tenant_id' to be a str")
61
- pulumi.set(__self__, "tenant_id", tenant_id)
62
- if type and not isinstance(type, str):
63
- raise TypeError("Expected argument 'type' to be a str")
64
- pulumi.set(__self__, "type", type)
65
- if update_webhook_key and not isinstance(update_webhook_key, str):
66
- raise TypeError("Expected argument 'update_webhook_key' to be a str")
67
- pulumi.set(__self__, "update_webhook_key", update_webhook_key)
68
- if webhook_id and not isinstance(webhook_id, str):
69
- raise TypeError("Expected argument 'webhook_id' to be a str")
70
- pulumi.set(__self__, "webhook_id", webhook_id)
71
- if webhook_key and not isinstance(webhook_key, str):
72
- raise TypeError("Expected argument 'webhook_key' to be a str")
73
- pulumi.set(__self__, "webhook_key", webhook_key)
74
- if webhook_key_enabled and not isinstance(webhook_key_enabled, str):
75
- raise TypeError("Expected argument 'webhook_key_enabled' to be a str")
76
- pulumi.set(__self__, "webhook_key_enabled", webhook_key_enabled)
77
-
78
- @property
79
- @pulumi.getter(name="contentType")
80
- def content_type(self) -> Optional[str]:
81
- """
82
- content type
83
- """
84
- return pulumi.get(self, "content_type")
85
-
86
- @property
87
- @pulumi.getter(name="deliveryStatus")
88
- def delivery_status(self) -> str:
89
- """
90
- webhook deliveryStatus
91
- """
92
- return pulumi.get(self, "delivery_status")
93
-
94
- @property
95
- @pulumi.getter(name="enableSslVerification")
96
- def enable_ssl_verification(self) -> Optional[str]:
97
- """
98
- whether to enable ssl verification
99
- """
100
- return pulumi.get(self, "enable_ssl_verification")
101
-
102
- @property
103
- @pulumi.getter
104
- def events(self) -> Optional[Sequence[str]]:
105
- """
106
- under which event notification should be sent.
107
- """
108
- return pulumi.get(self, "events")
109
-
110
- @property
111
- @pulumi.getter
112
- def id(self) -> str:
113
- """
114
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
115
- """
116
- return pulumi.get(self, "id")
117
-
118
- @property
119
- @pulumi.getter
120
- def name(self) -> str:
121
- """
122
- The name of the resource
123
- """
124
- return pulumi.get(self, "name")
125
-
126
- @property
127
- @pulumi.getter(name="payloadUrl")
128
- def payload_url(self) -> Optional[str]:
129
- """
130
- webhook payload url
131
- """
132
- return pulumi.get(self, "payload_url")
133
-
134
- @property
135
- @pulumi.getter(name="provisioningState")
136
- def provisioning_state(self) -> str:
137
- """
138
- Azure Resource Provisioning State
139
- """
140
- return pulumi.get(self, "provisioning_state")
141
-
142
- @property
143
- @pulumi.getter(name="sendAllEvents")
144
- def send_all_events(self) -> Optional[str]:
145
- """
146
- whether to send notification under any event.
147
- """
148
- return pulumi.get(self, "send_all_events")
149
-
150
- @property
151
- @pulumi.getter
152
- def status(self) -> Optional[str]:
153
- """
154
- Webhook status.
155
- """
156
- return pulumi.get(self, "status")
157
-
158
- @property
159
- @pulumi.getter(name="systemData")
160
- def system_data(self) -> 'outputs.SystemDataResponse':
161
- """
162
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
163
- """
164
- return pulumi.get(self, "system_data")
165
-
166
- @property
167
- @pulumi.getter(name="tenantId")
168
- def tenant_id(self) -> str:
169
- """
170
- Tenant id.
171
- """
172
- return pulumi.get(self, "tenant_id")
173
-
174
- @property
175
- @pulumi.getter
176
- def type(self) -> str:
177
- """
178
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
179
- """
180
- return pulumi.get(self, "type")
181
-
182
- @property
183
- @pulumi.getter(name="updateWebhookKey")
184
- def update_webhook_key(self) -> Optional[str]:
185
- """
186
- whether to update webhookKey.
187
- """
188
- return pulumi.get(self, "update_webhook_key")
189
-
190
- @property
191
- @pulumi.getter(name="webhookId")
192
- def webhook_id(self) -> str:
193
- """
194
- Webhook id in database.
195
- """
196
- return pulumi.get(self, "webhook_id")
197
-
198
- @property
199
- @pulumi.getter(name="webhookKey")
200
- def webhook_key(self) -> Optional[str]:
201
- """
202
- webhook secret token. If not set, this field value is null; otherwise, please set a string value.
203
- """
204
- return pulumi.get(self, "webhook_key")
205
-
206
- @property
207
- @pulumi.getter(name="webhookKeyEnabled")
208
- def webhook_key_enabled(self) -> str:
209
- """
210
- whether webhookKey is enabled.
211
- """
212
- return pulumi.get(self, "webhook_key_enabled")
213
-
214
-
215
- class AwaitableGetWebhookResult(GetWebhookResult):
216
- # pylint: disable=using-constant-test
217
- def __await__(self):
218
- if False:
219
- yield self
220
- return GetWebhookResult(
221
- content_type=self.content_type,
222
- delivery_status=self.delivery_status,
223
- enable_ssl_verification=self.enable_ssl_verification,
224
- events=self.events,
225
- id=self.id,
226
- name=self.name,
227
- payload_url=self.payload_url,
228
- provisioning_state=self.provisioning_state,
229
- send_all_events=self.send_all_events,
230
- status=self.status,
231
- system_data=self.system_data,
232
- tenant_id=self.tenant_id,
233
- type=self.type,
234
- update_webhook_key=self.update_webhook_key,
235
- webhook_id=self.webhook_id,
236
- webhook_key=self.webhook_key,
237
- webhook_key_enabled=self.webhook_key_enabled)
238
-
239
-
240
- def get_webhook(report_name: Optional[str] = None,
241
- webhook_name: Optional[str] = None,
242
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebhookResult:
243
- """
244
- Get the AppComplianceAutomation webhook and its properties.
245
-
246
-
247
- :param str report_name: Report Name.
248
- :param str webhook_name: Webhook Name.
249
- """
250
- __args__ = dict()
251
- __args__['reportName'] = report_name
252
- __args__['webhookName'] = webhook_name
253
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
254
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:getWebhook', __args__, opts=opts, typ=GetWebhookResult).value
255
-
256
- return AwaitableGetWebhookResult(
257
- content_type=pulumi.get(__ret__, 'content_type'),
258
- delivery_status=pulumi.get(__ret__, 'delivery_status'),
259
- enable_ssl_verification=pulumi.get(__ret__, 'enable_ssl_verification'),
260
- events=pulumi.get(__ret__, 'events'),
261
- id=pulumi.get(__ret__, 'id'),
262
- name=pulumi.get(__ret__, 'name'),
263
- payload_url=pulumi.get(__ret__, 'payload_url'),
264
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
265
- send_all_events=pulumi.get(__ret__, 'send_all_events'),
266
- status=pulumi.get(__ret__, 'status'),
267
- system_data=pulumi.get(__ret__, 'system_data'),
268
- tenant_id=pulumi.get(__ret__, 'tenant_id'),
269
- type=pulumi.get(__ret__, 'type'),
270
- update_webhook_key=pulumi.get(__ret__, 'update_webhook_key'),
271
- webhook_id=pulumi.get(__ret__, 'webhook_id'),
272
- webhook_key=pulumi.get(__ret__, 'webhook_key'),
273
- webhook_key_enabled=pulumi.get(__ret__, 'webhook_key_enabled'))
274
-
275
-
276
- @_utilities.lift_output_func(get_webhook)
277
- def get_webhook_output(report_name: Optional[pulumi.Input[str]] = None,
278
- webhook_name: Optional[pulumi.Input[str]] = None,
279
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebhookResult]:
280
- """
281
- Get the AppComplianceAutomation webhook and its properties.
282
-
283
-
284
- :param str report_name: Report Name.
285
- :param str webhook_name: Webhook Name.
286
- """
287
- ...
@@ -1,74 +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
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from ... import _utilities
11
- from . import outputs
12
-
13
- __all__ = [
14
- 'ListProviderActionInUseStorageAccountsResult',
15
- 'AwaitableListProviderActionInUseStorageAccountsResult',
16
- 'list_provider_action_in_use_storage_accounts',
17
- 'list_provider_action_in_use_storage_accounts_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class ListProviderActionInUseStorageAccountsResult:
22
- """
23
- Parameters for listing in use storage accounts operation. If subscription list is null, it will check the user's all subscriptions.
24
- """
25
- def __init__(__self__, storage_account_list=None):
26
- if storage_account_list and not isinstance(storage_account_list, list):
27
- raise TypeError("Expected argument 'storage_account_list' to be a list")
28
- pulumi.set(__self__, "storage_account_list", storage_account_list)
29
-
30
- @property
31
- @pulumi.getter(name="storageAccountList")
32
- def storage_account_list(self) -> Optional[Sequence['outputs.StorageInfoResponse']]:
33
- """
34
- The storage account list which in use in related reports.
35
- """
36
- return pulumi.get(self, "storage_account_list")
37
-
38
-
39
- class AwaitableListProviderActionInUseStorageAccountsResult(ListProviderActionInUseStorageAccountsResult):
40
- # pylint: disable=using-constant-test
41
- def __await__(self):
42
- if False:
43
- yield self
44
- return ListProviderActionInUseStorageAccountsResult(
45
- storage_account_list=self.storage_account_list)
46
-
47
-
48
- def list_provider_action_in_use_storage_accounts(subscription_ids: Optional[Sequence[str]] = None,
49
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListProviderActionInUseStorageAccountsResult:
50
- """
51
- List the storage accounts which are in use by related reports
52
-
53
-
54
- :param Sequence[str] subscription_ids: List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
55
- """
56
- __args__ = dict()
57
- __args__['subscriptionIds'] = subscription_ids
58
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
59
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:listProviderActionInUseStorageAccounts', __args__, opts=opts, typ=ListProviderActionInUseStorageAccountsResult).value
60
-
61
- return AwaitableListProviderActionInUseStorageAccountsResult(
62
- storage_account_list=pulumi.get(__ret__, 'storage_account_list'))
63
-
64
-
65
- @_utilities.lift_output_func(list_provider_action_in_use_storage_accounts)
66
- def list_provider_action_in_use_storage_accounts_output(subscription_ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
67
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListProviderActionInUseStorageAccountsResult]:
68
- """
69
- List the storage accounts which are in use by related reports
70
-
71
-
72
- :param Sequence[str] subscription_ids: List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
73
- """
74
- ...