pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717427766__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 (189) hide show
  1. pulumi_azure_native/__init__.py +5 -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/authorization/__init__.py +2 -0
  9. pulumi_azure_native/authorization/_enums.py +70 -0
  10. pulumi_azure_native/authorization/_inputs.py +838 -0
  11. pulumi_azure_native/authorization/get_role_management_policy.py +228 -0
  12. pulumi_azure_native/authorization/outputs.py +88 -0
  13. pulumi_azure_native/authorization/role_management_policy.py +327 -0
  14. pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
  15. pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
  16. pulumi_azure_native/authorization/v20201001/_inputs.py +853 -0
  17. pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +222 -0
  18. pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
  19. pulumi_azure_native/authorization/v20201001/role_management_policy.py +321 -0
  20. pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
  21. pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
  22. pulumi_azure_native/authorization/v20201001preview/_inputs.py +853 -0
  23. pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +222 -0
  24. pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
  25. pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +321 -0
  26. pulumi_azure_native/devhub/__init__.py +0 -5
  27. pulumi_azure_native/devhub/_inputs.py +0 -190
  28. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  29. pulumi_azure_native/devhub/get_workflow.py +2 -2
  30. pulumi_azure_native/devhub/outputs.py +0 -229
  31. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  32. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  33. pulumi_azure_native/devhub/workflow.py +3 -3
  34. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  35. pulumi_azure_native/hybridcompute/gateway.py +1 -5
  36. pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
  37. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  38. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  39. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  40. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  41. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  42. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  43. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  44. pulumi_azure_native/hybridcompute/license.py +3 -3
  45. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  46. pulumi_azure_native/hybridcompute/machine.py +3 -3
  47. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  48. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  49. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  50. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  51. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  52. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  53. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  54. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  56. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  57. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  58. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  59. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  60. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  62. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  63. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  64. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  65. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  66. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  67. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  68. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  69. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  70. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  71. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  72. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  83. pulumi_azure_native/pulumi-plugin.json +1 -1
  84. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  85. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +4 -0
  86. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  87. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  88. pulumi_azure_native/scvmm/v20231007/_enums.py +4 -49
  89. pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
  90. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  91. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  92. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  93. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  94. pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
  95. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  96. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  97. pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
  98. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  99. pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
  100. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  101. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
  102. pulumi_azure_native/storage/v20230501/_enums.py +0 -2
  103. pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
  104. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  105. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  106. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  107. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  108. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  109. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  110. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  111. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  112. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/METADATA +1 -1
  113. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/RECORD +115 -179
  114. pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
  115. pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
  116. pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
  117. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
  118. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
  119. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
  120. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
  121. pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
  122. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
  123. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
  124. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
  125. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
  126. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
  127. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
  128. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
  129. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
  130. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
  131. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
  132. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
  133. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
  134. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
  135. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
  136. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
  137. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
  138. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
  139. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
  140. pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
  141. pulumi_azure_native/devhub/get_iac_profile.py +0 -322
  142. pulumi_azure_native/devhub/iac_profile.py +0 -539
  143. pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
  144. pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
  145. pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
  146. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
  147. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
  148. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
  149. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
  150. pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
  151. pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
  152. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
  153. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
  154. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
  155. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
  156. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
  157. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
  158. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
  159. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
  160. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
  161. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
  162. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
  163. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
  164. pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
  165. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
  166. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
  167. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
  168. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
  169. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
  170. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
  171. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
  172. pulumi_azure_native/verifiedid/__init__.py +0 -18
  173. pulumi_azure_native/verifiedid/authority.py +0 -234
  174. pulumi_azure_native/verifiedid/get_authority.py +0 -159
  175. pulumi_azure_native/verifiedid/outputs.py +0 -125
  176. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
  177. pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
  178. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
  179. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
  180. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
  181. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
  182. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
  183. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
  184. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
  185. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
  186. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
  187. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
  188. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/WHEEL +0 -0
  189. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/top_level.txt +0 -0
@@ -1,75 +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
-
12
- __all__ = [
13
- 'GetProviderActionCollectionCountResult',
14
- 'AwaitableGetProviderActionCollectionCountResult',
15
- 'get_provider_action_collection_count',
16
- 'get_provider_action_collection_count_output',
17
- ]
18
-
19
- @pulumi.output_type
20
- class GetProviderActionCollectionCountResult:
21
- """
22
- The get collection count response.
23
- """
24
- def __init__(__self__, count=None):
25
- if count and not isinstance(count, int):
26
- raise TypeError("Expected argument 'count' to be a int")
27
- pulumi.set(__self__, "count", count)
28
-
29
- @property
30
- @pulumi.getter
31
- def count(self) -> Optional[int]:
32
- """
33
- The count of the specified resource.
34
- """
35
- return pulumi.get(self, "count")
36
-
37
-
38
- class AwaitableGetProviderActionCollectionCountResult(GetProviderActionCollectionCountResult):
39
- # pylint: disable=using-constant-test
40
- def __await__(self):
41
- if False:
42
- yield self
43
- return GetProviderActionCollectionCountResult(
44
- count=self.count)
45
-
46
-
47
- def get_provider_action_collection_count(type: Optional[str] = None,
48
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProviderActionCollectionCountResult:
49
- """
50
- Get the count of reports.
51
- Azure REST API version: 2024-06-27.
52
-
53
-
54
- :param str type: The resource type.
55
- """
56
- __args__ = dict()
57
- __args__['type'] = type
58
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
59
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation:getProviderActionCollectionCount', __args__, opts=opts, typ=GetProviderActionCollectionCountResult).value
60
-
61
- return AwaitableGetProviderActionCollectionCountResult(
62
- count=pulumi.get(__ret__, 'count'))
63
-
64
-
65
- @_utilities.lift_output_func(get_provider_action_collection_count)
66
- def get_provider_action_collection_count_output(type: Optional[pulumi.Input[Optional[str]]] = None,
67
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProviderActionCollectionCountResult]:
68
- """
69
- Get the count of reports.
70
- Azure REST API version: 2024-06-27.
71
-
72
-
73
- :param str type: The resource type.
74
- """
75
- ...
@@ -1,76 +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
- 'GetProviderActionOverviewStatusResult',
15
- 'AwaitableGetProviderActionOverviewStatusResult',
16
- 'get_provider_action_overview_status',
17
- 'get_provider_action_overview_status_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetProviderActionOverviewStatusResult:
22
- """
23
- The get overview status response.
24
- """
25
- def __init__(__self__, status_list=None):
26
- if status_list and not isinstance(status_list, list):
27
- raise TypeError("Expected argument 'status_list' to be a list")
28
- pulumi.set(__self__, "status_list", status_list)
29
-
30
- @property
31
- @pulumi.getter(name="statusList")
32
- def status_list(self) -> Optional[Sequence['outputs.StatusItemResponse']]:
33
- """
34
- List of different status items.
35
- """
36
- return pulumi.get(self, "status_list")
37
-
38
-
39
- class AwaitableGetProviderActionOverviewStatusResult(GetProviderActionOverviewStatusResult):
40
- # pylint: disable=using-constant-test
41
- def __await__(self):
42
- if False:
43
- yield self
44
- return GetProviderActionOverviewStatusResult(
45
- status_list=self.status_list)
46
-
47
-
48
- def get_provider_action_overview_status(type: Optional[str] = None,
49
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProviderActionOverviewStatusResult:
50
- """
51
- Get the resource overview status.
52
- Azure REST API version: 2024-06-27.
53
-
54
-
55
- :param str type: The resource type.
56
- """
57
- __args__ = dict()
58
- __args__['type'] = type
59
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
60
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation:getProviderActionOverviewStatus', __args__, opts=opts, typ=GetProviderActionOverviewStatusResult).value
61
-
62
- return AwaitableGetProviderActionOverviewStatusResult(
63
- status_list=pulumi.get(__ret__, 'status_list'))
64
-
65
-
66
- @_utilities.lift_output_func(get_provider_action_overview_status)
67
- def get_provider_action_overview_status_output(type: Optional[pulumi.Input[Optional[str]]] = None,
68
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProviderActionOverviewStatusResult]:
69
- """
70
- Get the resource overview status.
71
- Azure REST API version: 2024-06-27.
72
-
73
-
74
- :param str type: The resource type.
75
- """
76
- ...
@@ -1,76 +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
- 'GetReportScopingQuestionsResult',
15
- 'AwaitableGetReportScopingQuestionsResult',
16
- 'get_report_scoping_questions',
17
- 'get_report_scoping_questions_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetReportScopingQuestionsResult:
22
- """
23
- Scoping question list.
24
- """
25
- def __init__(__self__, questions=None):
26
- if questions and not isinstance(questions, list):
27
- raise TypeError("Expected argument 'questions' to be a list")
28
- pulumi.set(__self__, "questions", questions)
29
-
30
- @property
31
- @pulumi.getter
32
- def questions(self) -> Optional[Sequence['outputs.ScopingQuestionResponse']]:
33
- """
34
- List of scoping questions.
35
- """
36
- return pulumi.get(self, "questions")
37
-
38
-
39
- class AwaitableGetReportScopingQuestionsResult(GetReportScopingQuestionsResult):
40
- # pylint: disable=using-constant-test
41
- def __await__(self):
42
- if False:
43
- yield self
44
- return GetReportScopingQuestionsResult(
45
- questions=self.questions)
46
-
47
-
48
- def get_report_scoping_questions(report_name: Optional[str] = None,
49
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReportScopingQuestionsResult:
50
- """
51
- Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed.
52
- Azure REST API version: 2024-06-27.
53
-
54
-
55
- :param str report_name: Report Name.
56
- """
57
- __args__ = dict()
58
- __args__['reportName'] = report_name
59
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
60
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation:getReportScopingQuestions', __args__, opts=opts, typ=GetReportScopingQuestionsResult).value
61
-
62
- return AwaitableGetReportScopingQuestionsResult(
63
- questions=pulumi.get(__ret__, 'questions'))
64
-
65
-
66
- @_utilities.lift_output_func(get_report_scoping_questions)
67
- def get_report_scoping_questions_output(report_name: Optional[pulumi.Input[str]] = None,
68
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReportScopingQuestionsResult]:
69
- """
70
- Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed.
71
- Azure REST API version: 2024-06-27.
72
-
73
-
74
- :param str report_name: Report Name.
75
- """
76
- ...
@@ -1,146 +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
- 'GetScopingConfigurationResult',
15
- 'AwaitableGetScopingConfigurationResult',
16
- 'get_scoping_configuration',
17
- 'get_scoping_configuration_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetScopingConfigurationResult:
22
- """
23
- A class represent an AppComplianceAutomation scoping configuration resource.
24
- """
25
- def __init__(__self__, answers=None, id=None, name=None, provisioning_state=None, system_data=None, type=None):
26
- if answers and not isinstance(answers, list):
27
- raise TypeError("Expected argument 'answers' to be a list")
28
- pulumi.set(__self__, "answers", answers)
29
- if id and not isinstance(id, str):
30
- raise TypeError("Expected argument 'id' to be a str")
31
- pulumi.set(__self__, "id", id)
32
- if name and not isinstance(name, str):
33
- raise TypeError("Expected argument 'name' to be a str")
34
- pulumi.set(__self__, "name", name)
35
- if provisioning_state and not isinstance(provisioning_state, str):
36
- raise TypeError("Expected argument 'provisioning_state' to be a str")
37
- pulumi.set(__self__, "provisioning_state", provisioning_state)
38
- if system_data and not isinstance(system_data, dict):
39
- raise TypeError("Expected argument 'system_data' to be a dict")
40
- pulumi.set(__self__, "system_data", system_data)
41
- if type and not isinstance(type, str):
42
- raise TypeError("Expected argument 'type' to be a str")
43
- pulumi.set(__self__, "type", type)
44
-
45
- @property
46
- @pulumi.getter
47
- def answers(self) -> Optional[Sequence['outputs.ScopingAnswerResponse']]:
48
- """
49
- List of scoping question answers.
50
- """
51
- return pulumi.get(self, "answers")
52
-
53
- @property
54
- @pulumi.getter
55
- def id(self) -> str:
56
- """
57
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
58
- """
59
- return pulumi.get(self, "id")
60
-
61
- @property
62
- @pulumi.getter
63
- def name(self) -> str:
64
- """
65
- The name of the resource
66
- """
67
- return pulumi.get(self, "name")
68
-
69
- @property
70
- @pulumi.getter(name="provisioningState")
71
- def provisioning_state(self) -> str:
72
- """
73
- Azure lifecycle management
74
- """
75
- return pulumi.get(self, "provisioning_state")
76
-
77
- @property
78
- @pulumi.getter(name="systemData")
79
- def system_data(self) -> 'outputs.SystemDataResponse':
80
- """
81
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
82
- """
83
- return pulumi.get(self, "system_data")
84
-
85
- @property
86
- @pulumi.getter
87
- def type(self) -> str:
88
- """
89
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
90
- """
91
- return pulumi.get(self, "type")
92
-
93
-
94
- class AwaitableGetScopingConfigurationResult(GetScopingConfigurationResult):
95
- # pylint: disable=using-constant-test
96
- def __await__(self):
97
- if False:
98
- yield self
99
- return GetScopingConfigurationResult(
100
- answers=self.answers,
101
- id=self.id,
102
- name=self.name,
103
- provisioning_state=self.provisioning_state,
104
- system_data=self.system_data,
105
- type=self.type)
106
-
107
-
108
- def get_scoping_configuration(report_name: Optional[str] = None,
109
- scoping_configuration_name: Optional[str] = None,
110
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetScopingConfigurationResult:
111
- """
112
- Get the AppComplianceAutomation scoping configuration of the specific report.
113
- Azure REST API version: 2024-06-27.
114
-
115
-
116
- :param str report_name: Report Name.
117
- :param str scoping_configuration_name: The scoping configuration of the specific report.
118
- """
119
- __args__ = dict()
120
- __args__['reportName'] = report_name
121
- __args__['scopingConfigurationName'] = scoping_configuration_name
122
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
123
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation:getScopingConfiguration', __args__, opts=opts, typ=GetScopingConfigurationResult).value
124
-
125
- return AwaitableGetScopingConfigurationResult(
126
- answers=pulumi.get(__ret__, 'answers'),
127
- id=pulumi.get(__ret__, 'id'),
128
- name=pulumi.get(__ret__, 'name'),
129
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
130
- system_data=pulumi.get(__ret__, 'system_data'),
131
- type=pulumi.get(__ret__, 'type'))
132
-
133
-
134
- @_utilities.lift_output_func(get_scoping_configuration)
135
- def get_scoping_configuration_output(report_name: Optional[pulumi.Input[str]] = None,
136
- scoping_configuration_name: Optional[pulumi.Input[str]] = None,
137
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetScopingConfigurationResult]:
138
- """
139
- Get the AppComplianceAutomation scoping configuration of the specific report.
140
- Azure REST API version: 2024-06-27.
141
-
142
-
143
- :param str report_name: Report Name.
144
- :param str scoping_configuration_name: The scoping configuration of the specific report.
145
- """
146
- ...
@@ -1,289 +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
- Azure REST API version: 2024-06-27.
246
-
247
-
248
- :param str report_name: Report Name.
249
- :param str webhook_name: Webhook Name.
250
- """
251
- __args__ = dict()
252
- __args__['reportName'] = report_name
253
- __args__['webhookName'] = webhook_name
254
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
255
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation:getWebhook', __args__, opts=opts, typ=GetWebhookResult).value
256
-
257
- return AwaitableGetWebhookResult(
258
- content_type=pulumi.get(__ret__, 'content_type'),
259
- delivery_status=pulumi.get(__ret__, 'delivery_status'),
260
- enable_ssl_verification=pulumi.get(__ret__, 'enable_ssl_verification'),
261
- events=pulumi.get(__ret__, 'events'),
262
- id=pulumi.get(__ret__, 'id'),
263
- name=pulumi.get(__ret__, 'name'),
264
- payload_url=pulumi.get(__ret__, 'payload_url'),
265
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
266
- send_all_events=pulumi.get(__ret__, 'send_all_events'),
267
- status=pulumi.get(__ret__, 'status'),
268
- system_data=pulumi.get(__ret__, 'system_data'),
269
- tenant_id=pulumi.get(__ret__, 'tenant_id'),
270
- type=pulumi.get(__ret__, 'type'),
271
- update_webhook_key=pulumi.get(__ret__, 'update_webhook_key'),
272
- webhook_id=pulumi.get(__ret__, 'webhook_id'),
273
- webhook_key=pulumi.get(__ret__, 'webhook_key'),
274
- webhook_key_enabled=pulumi.get(__ret__, 'webhook_key_enabled'))
275
-
276
-
277
- @_utilities.lift_output_func(get_webhook)
278
- def get_webhook_output(report_name: Optional[pulumi.Input[str]] = None,
279
- webhook_name: Optional[pulumi.Input[str]] = None,
280
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebhookResult]:
281
- """
282
- Get the AppComplianceAutomation webhook and its properties.
283
- Azure REST API version: 2024-06-27.
284
-
285
-
286
- :param str report_name: Report Name.
287
- :param str webhook_name: Webhook Name.
288
- """
289
- ...