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,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
- '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
-
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/v20240627:getProviderActionOverviewStatus', __args__, opts=opts, typ=GetProviderActionOverviewStatusResult).value
60
-
61
- return AwaitableGetProviderActionOverviewStatusResult(
62
- status_list=pulumi.get(__ret__, 'status_list'))
63
-
64
-
65
- @_utilities.lift_output_func(get_provider_action_overview_status)
66
- def get_provider_action_overview_status_output(type: Optional[pulumi.Input[Optional[str]]] = None,
67
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProviderActionOverviewStatusResult]:
68
- """
69
- Get the resource overview status.
70
-
71
-
72
- :param str type: The resource type.
73
- """
74
- ...
@@ -1,296 +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
- 'GetReportResult',
15
- 'AwaitableGetReportResult',
16
- 'get_report',
17
- 'get_report_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetReportResult:
22
- """
23
- A class represent an AppComplianceAutomation report resource.
24
- """
25
- def __init__(__self__, cert_records=None, compliance_status=None, errors=None, id=None, last_trigger_time=None, name=None, next_trigger_time=None, offer_guid=None, provisioning_state=None, resources=None, status=None, storage_info=None, subscriptions=None, system_data=None, tenant_id=None, time_zone=None, trigger_time=None, type=None):
26
- if cert_records and not isinstance(cert_records, list):
27
- raise TypeError("Expected argument 'cert_records' to be a list")
28
- pulumi.set(__self__, "cert_records", cert_records)
29
- if compliance_status and not isinstance(compliance_status, dict):
30
- raise TypeError("Expected argument 'compliance_status' to be a dict")
31
- pulumi.set(__self__, "compliance_status", compliance_status)
32
- if errors and not isinstance(errors, list):
33
- raise TypeError("Expected argument 'errors' to be a list")
34
- pulumi.set(__self__, "errors", errors)
35
- if id and not isinstance(id, str):
36
- raise TypeError("Expected argument 'id' to be a str")
37
- pulumi.set(__self__, "id", id)
38
- if last_trigger_time and not isinstance(last_trigger_time, str):
39
- raise TypeError("Expected argument 'last_trigger_time' to be a str")
40
- pulumi.set(__self__, "last_trigger_time", last_trigger_time)
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 next_trigger_time and not isinstance(next_trigger_time, str):
45
- raise TypeError("Expected argument 'next_trigger_time' to be a str")
46
- pulumi.set(__self__, "next_trigger_time", next_trigger_time)
47
- if offer_guid and not isinstance(offer_guid, str):
48
- raise TypeError("Expected argument 'offer_guid' to be a str")
49
- pulumi.set(__self__, "offer_guid", offer_guid)
50
- if provisioning_state and not isinstance(provisioning_state, str):
51
- raise TypeError("Expected argument 'provisioning_state' to be a str")
52
- pulumi.set(__self__, "provisioning_state", provisioning_state)
53
- if resources and not isinstance(resources, list):
54
- raise TypeError("Expected argument 'resources' to be a list")
55
- pulumi.set(__self__, "resources", resources)
56
- if status and not isinstance(status, str):
57
- raise TypeError("Expected argument 'status' to be a str")
58
- pulumi.set(__self__, "status", status)
59
- if storage_info and not isinstance(storage_info, dict):
60
- raise TypeError("Expected argument 'storage_info' to be a dict")
61
- pulumi.set(__self__, "storage_info", storage_info)
62
- if subscriptions and not isinstance(subscriptions, list):
63
- raise TypeError("Expected argument 'subscriptions' to be a list")
64
- pulumi.set(__self__, "subscriptions", subscriptions)
65
- if system_data and not isinstance(system_data, dict):
66
- raise TypeError("Expected argument 'system_data' to be a dict")
67
- pulumi.set(__self__, "system_data", system_data)
68
- if tenant_id and not isinstance(tenant_id, str):
69
- raise TypeError("Expected argument 'tenant_id' to be a str")
70
- pulumi.set(__self__, "tenant_id", tenant_id)
71
- if time_zone and not isinstance(time_zone, str):
72
- raise TypeError("Expected argument 'time_zone' to be a str")
73
- pulumi.set(__self__, "time_zone", time_zone)
74
- if trigger_time and not isinstance(trigger_time, str):
75
- raise TypeError("Expected argument 'trigger_time' to be a str")
76
- pulumi.set(__self__, "trigger_time", trigger_time)
77
- if type and not isinstance(type, str):
78
- raise TypeError("Expected argument 'type' to be a str")
79
- pulumi.set(__self__, "type", type)
80
-
81
- @property
82
- @pulumi.getter(name="certRecords")
83
- def cert_records(self) -> Sequence['outputs.CertSyncRecordResponse']:
84
- """
85
- List of synchronized certification records.
86
- """
87
- return pulumi.get(self, "cert_records")
88
-
89
- @property
90
- @pulumi.getter(name="complianceStatus")
91
- def compliance_status(self) -> 'outputs.ReportComplianceStatusResponse':
92
- """
93
- Report compliance status.
94
- """
95
- return pulumi.get(self, "compliance_status")
96
-
97
- @property
98
- @pulumi.getter
99
- def errors(self) -> Sequence[str]:
100
- """
101
- List of report error codes.
102
- """
103
- return pulumi.get(self, "errors")
104
-
105
- @property
106
- @pulumi.getter
107
- def id(self) -> str:
108
- """
109
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
110
- """
111
- return pulumi.get(self, "id")
112
-
113
- @property
114
- @pulumi.getter(name="lastTriggerTime")
115
- def last_trigger_time(self) -> str:
116
- """
117
- Report last collection trigger time.
118
- """
119
- return pulumi.get(self, "last_trigger_time")
120
-
121
- @property
122
- @pulumi.getter
123
- def name(self) -> str:
124
- """
125
- The name of the resource
126
- """
127
- return pulumi.get(self, "name")
128
-
129
- @property
130
- @pulumi.getter(name="nextTriggerTime")
131
- def next_trigger_time(self) -> str:
132
- """
133
- Report next collection trigger time.
134
- """
135
- return pulumi.get(self, "next_trigger_time")
136
-
137
- @property
138
- @pulumi.getter(name="offerGuid")
139
- def offer_guid(self) -> Optional[str]:
140
- """
141
- A list of comma-separated offerGuids indicates a series of offerGuids that map to the report. For example, "00000000-0000-0000-0000-000000000001,00000000-0000-0000-0000-000000000002" and "00000000-0000-0000-0000-000000000003".
142
- """
143
- return pulumi.get(self, "offer_guid")
144
-
145
- @property
146
- @pulumi.getter(name="provisioningState")
147
- def provisioning_state(self) -> str:
148
- """
149
- Azure lifecycle management
150
- """
151
- return pulumi.get(self, "provisioning_state")
152
-
153
- @property
154
- @pulumi.getter
155
- def resources(self) -> Sequence['outputs.ResourceMetadataResponse']:
156
- """
157
- List of resource data.
158
- """
159
- return pulumi.get(self, "resources")
160
-
161
- @property
162
- @pulumi.getter
163
- def status(self) -> str:
164
- """
165
- Report status.
166
- """
167
- return pulumi.get(self, "status")
168
-
169
- @property
170
- @pulumi.getter(name="storageInfo")
171
- def storage_info(self) -> Optional['outputs.StorageInfoResponse']:
172
- """
173
- The information of 'bring your own storage' binding to the report
174
- """
175
- return pulumi.get(self, "storage_info")
176
-
177
- @property
178
- @pulumi.getter
179
- def subscriptions(self) -> Sequence[str]:
180
- """
181
- List of subscription Ids.
182
- """
183
- return pulumi.get(self, "subscriptions")
184
-
185
- @property
186
- @pulumi.getter(name="systemData")
187
- def system_data(self) -> 'outputs.SystemDataResponse':
188
- """
189
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
190
- """
191
- return pulumi.get(self, "system_data")
192
-
193
- @property
194
- @pulumi.getter(name="tenantId")
195
- def tenant_id(self) -> str:
196
- """
197
- Report's tenant id.
198
- """
199
- return pulumi.get(self, "tenant_id")
200
-
201
- @property
202
- @pulumi.getter(name="timeZone")
203
- def time_zone(self) -> str:
204
- """
205
- Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell.
206
- An example of valid timezone id is "Pacific Standard Time".
207
- """
208
- return pulumi.get(self, "time_zone")
209
-
210
- @property
211
- @pulumi.getter(name="triggerTime")
212
- def trigger_time(self) -> str:
213
- """
214
- Report collection trigger time.
215
- """
216
- return pulumi.get(self, "trigger_time")
217
-
218
- @property
219
- @pulumi.getter
220
- def type(self) -> str:
221
- """
222
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
223
- """
224
- return pulumi.get(self, "type")
225
-
226
-
227
- class AwaitableGetReportResult(GetReportResult):
228
- # pylint: disable=using-constant-test
229
- def __await__(self):
230
- if False:
231
- yield self
232
- return GetReportResult(
233
- cert_records=self.cert_records,
234
- compliance_status=self.compliance_status,
235
- errors=self.errors,
236
- id=self.id,
237
- last_trigger_time=self.last_trigger_time,
238
- name=self.name,
239
- next_trigger_time=self.next_trigger_time,
240
- offer_guid=self.offer_guid,
241
- provisioning_state=self.provisioning_state,
242
- resources=self.resources,
243
- status=self.status,
244
- storage_info=self.storage_info,
245
- subscriptions=self.subscriptions,
246
- system_data=self.system_data,
247
- tenant_id=self.tenant_id,
248
- time_zone=self.time_zone,
249
- trigger_time=self.trigger_time,
250
- type=self.type)
251
-
252
-
253
- def get_report(report_name: Optional[str] = None,
254
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReportResult:
255
- """
256
- Get the AppComplianceAutomation report and its properties.
257
-
258
-
259
- :param str report_name: Report Name.
260
- """
261
- __args__ = dict()
262
- __args__['reportName'] = report_name
263
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
264
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:getReport', __args__, opts=opts, typ=GetReportResult).value
265
-
266
- return AwaitableGetReportResult(
267
- cert_records=pulumi.get(__ret__, 'cert_records'),
268
- compliance_status=pulumi.get(__ret__, 'compliance_status'),
269
- errors=pulumi.get(__ret__, 'errors'),
270
- id=pulumi.get(__ret__, 'id'),
271
- last_trigger_time=pulumi.get(__ret__, 'last_trigger_time'),
272
- name=pulumi.get(__ret__, 'name'),
273
- next_trigger_time=pulumi.get(__ret__, 'next_trigger_time'),
274
- offer_guid=pulumi.get(__ret__, 'offer_guid'),
275
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
276
- resources=pulumi.get(__ret__, 'resources'),
277
- status=pulumi.get(__ret__, 'status'),
278
- storage_info=pulumi.get(__ret__, 'storage_info'),
279
- subscriptions=pulumi.get(__ret__, 'subscriptions'),
280
- system_data=pulumi.get(__ret__, 'system_data'),
281
- tenant_id=pulumi.get(__ret__, 'tenant_id'),
282
- time_zone=pulumi.get(__ret__, 'time_zone'),
283
- trigger_time=pulumi.get(__ret__, 'trigger_time'),
284
- type=pulumi.get(__ret__, 'type'))
285
-
286
-
287
- @_utilities.lift_output_func(get_report)
288
- def get_report_output(report_name: Optional[pulumi.Input[str]] = None,
289
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReportResult]:
290
- """
291
- Get the AppComplianceAutomation report and its properties.
292
-
293
-
294
- :param str report_name: Report Name.
295
- """
296
- ...
@@ -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
- '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
-
53
-
54
- :param str report_name: Report Name.
55
- """
56
- __args__ = dict()
57
- __args__['reportName'] = report_name
58
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
59
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:getReportScopingQuestions', __args__, opts=opts, typ=GetReportScopingQuestionsResult).value
60
-
61
- return AwaitableGetReportScopingQuestionsResult(
62
- questions=pulumi.get(__ret__, 'questions'))
63
-
64
-
65
- @_utilities.lift_output_func(get_report_scoping_questions)
66
- def get_report_scoping_questions_output(report_name: Optional[pulumi.Input[str]] = None,
67
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReportScopingQuestionsResult]:
68
- """
69
- Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed.
70
-
71
-
72
- :param str report_name: Report Name.
73
- """
74
- ...
@@ -1,144 +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
-
114
-
115
- :param str report_name: Report Name.
116
- :param str scoping_configuration_name: The scoping configuration of the specific report.
117
- """
118
- __args__ = dict()
119
- __args__['reportName'] = report_name
120
- __args__['scopingConfigurationName'] = scoping_configuration_name
121
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
122
- __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:getScopingConfiguration', __args__, opts=opts, typ=GetScopingConfigurationResult).value
123
-
124
- return AwaitableGetScopingConfigurationResult(
125
- answers=pulumi.get(__ret__, 'answers'),
126
- id=pulumi.get(__ret__, 'id'),
127
- name=pulumi.get(__ret__, 'name'),
128
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
129
- system_data=pulumi.get(__ret__, 'system_data'),
130
- type=pulumi.get(__ret__, 'type'))
131
-
132
-
133
- @_utilities.lift_output_func(get_scoping_configuration)
134
- def get_scoping_configuration_output(report_name: Optional[pulumi.Input[str]] = None,
135
- scoping_configuration_name: Optional[pulumi.Input[str]] = None,
136
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetScopingConfigurationResult]:
137
- """
138
- Get the AppComplianceAutomation scoping configuration of the specific report.
139
-
140
-
141
- :param str report_name: Report Name.
142
- :param str scoping_configuration_name: The scoping configuration of the specific report.
143
- """
144
- ...