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,232 +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__ = ['AuthorityArgs', 'Authority']
14
-
15
- @pulumi.input_type
16
- class AuthorityArgs:
17
- def __init__(__self__, *,
18
- resource_group_name: pulumi.Input[str],
19
- authority_name: Optional[pulumi.Input[str]] = None,
20
- location: Optional[pulumi.Input[str]] = None,
21
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
22
- """
23
- The set of arguments for constructing a Authority resource.
24
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
25
- :param pulumi.Input[str] authority_name: The ID of the authority
26
- :param pulumi.Input[str] location: The geo-location where the resource lives
27
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
28
- """
29
- pulumi.set(__self__, "resource_group_name", resource_group_name)
30
- if authority_name is not None:
31
- pulumi.set(__self__, "authority_name", authority_name)
32
- if location is not None:
33
- pulumi.set(__self__, "location", location)
34
- if tags is not None:
35
- pulumi.set(__self__, "tags", tags)
36
-
37
- @property
38
- @pulumi.getter(name="resourceGroupName")
39
- def resource_group_name(self) -> pulumi.Input[str]:
40
- """
41
- The name of the resource group. The name is case insensitive.
42
- """
43
- return pulumi.get(self, "resource_group_name")
44
-
45
- @resource_group_name.setter
46
- def resource_group_name(self, value: pulumi.Input[str]):
47
- pulumi.set(self, "resource_group_name", value)
48
-
49
- @property
50
- @pulumi.getter(name="authorityName")
51
- def authority_name(self) -> Optional[pulumi.Input[str]]:
52
- """
53
- The ID of the authority
54
- """
55
- return pulumi.get(self, "authority_name")
56
-
57
- @authority_name.setter
58
- def authority_name(self, value: Optional[pulumi.Input[str]]):
59
- pulumi.set(self, "authority_name", value)
60
-
61
- @property
62
- @pulumi.getter
63
- def location(self) -> Optional[pulumi.Input[str]]:
64
- """
65
- The geo-location where the resource lives
66
- """
67
- return pulumi.get(self, "location")
68
-
69
- @location.setter
70
- def location(self, value: Optional[pulumi.Input[str]]):
71
- pulumi.set(self, "location", value)
72
-
73
- @property
74
- @pulumi.getter
75
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
76
- """
77
- Resource tags.
78
- """
79
- return pulumi.get(self, "tags")
80
-
81
- @tags.setter
82
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
83
- pulumi.set(self, "tags", value)
84
-
85
-
86
- class Authority(pulumi.CustomResource):
87
- @overload
88
- def __init__(__self__,
89
- resource_name: str,
90
- opts: Optional[pulumi.ResourceOptions] = None,
91
- authority_name: Optional[pulumi.Input[str]] = None,
92
- location: Optional[pulumi.Input[str]] = None,
93
- resource_group_name: Optional[pulumi.Input[str]] = None,
94
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
95
- __props__=None):
96
- """
97
- A VerifiedId authority resource
98
-
99
- :param str resource_name: The name of the resource.
100
- :param pulumi.ResourceOptions opts: Options for the resource.
101
- :param pulumi.Input[str] authority_name: The ID of the authority
102
- :param pulumi.Input[str] location: The geo-location where the resource lives
103
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
104
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
105
- """
106
- ...
107
- @overload
108
- def __init__(__self__,
109
- resource_name: str,
110
- args: AuthorityArgs,
111
- opts: Optional[pulumi.ResourceOptions] = None):
112
- """
113
- A VerifiedId authority resource
114
-
115
- :param str resource_name: The name of the resource.
116
- :param AuthorityArgs args: The arguments to use to populate this resource's properties.
117
- :param pulumi.ResourceOptions opts: Options for the resource.
118
- """
119
- ...
120
- def __init__(__self__, resource_name: str, *args, **kwargs):
121
- resource_args, opts = _utilities.get_resource_args_opts(AuthorityArgs, pulumi.ResourceOptions, *args, **kwargs)
122
- if resource_args is not None:
123
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
124
- else:
125
- __self__._internal_init(resource_name, *args, **kwargs)
126
-
127
- def _internal_init(__self__,
128
- resource_name: str,
129
- opts: Optional[pulumi.ResourceOptions] = None,
130
- authority_name: Optional[pulumi.Input[str]] = None,
131
- location: Optional[pulumi.Input[str]] = None,
132
- resource_group_name: Optional[pulumi.Input[str]] = None,
133
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
134
- __props__=None):
135
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
136
- if not isinstance(opts, pulumi.ResourceOptions):
137
- raise TypeError('Expected resource options to be a ResourceOptions instance')
138
- if opts.id is None:
139
- if __props__ is not None:
140
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
141
- __props__ = AuthorityArgs.__new__(AuthorityArgs)
142
-
143
- __props__.__dict__["authority_name"] = authority_name
144
- __props__.__dict__["location"] = location
145
- if resource_group_name is None and not opts.urn:
146
- raise TypeError("Missing required property 'resource_group_name'")
147
- __props__.__dict__["resource_group_name"] = resource_group_name
148
- __props__.__dict__["tags"] = tags
149
- __props__.__dict__["name"] = None
150
- __props__.__dict__["provisioning_state"] = None
151
- __props__.__dict__["system_data"] = None
152
- __props__.__dict__["type"] = None
153
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:verifiedid:Authority")])
154
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
155
- super(Authority, __self__).__init__(
156
- 'azure-native:verifiedid/v20240126preview:Authority',
157
- resource_name,
158
- __props__,
159
- opts)
160
-
161
- @staticmethod
162
- def get(resource_name: str,
163
- id: pulumi.Input[str],
164
- opts: Optional[pulumi.ResourceOptions] = None) -> 'Authority':
165
- """
166
- Get an existing Authority resource's state with the given name, id, and optional extra
167
- properties used to qualify the lookup.
168
-
169
- :param str resource_name: The unique name of the resulting resource.
170
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
171
- :param pulumi.ResourceOptions opts: Options for the resource.
172
- """
173
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
174
-
175
- __props__ = AuthorityArgs.__new__(AuthorityArgs)
176
-
177
- __props__.__dict__["location"] = None
178
- __props__.__dict__["name"] = None
179
- __props__.__dict__["provisioning_state"] = None
180
- __props__.__dict__["system_data"] = None
181
- __props__.__dict__["tags"] = None
182
- __props__.__dict__["type"] = None
183
- return Authority(resource_name, opts=opts, __props__=__props__)
184
-
185
- @property
186
- @pulumi.getter
187
- def location(self) -> pulumi.Output[str]:
188
- """
189
- The geo-location where the resource lives
190
- """
191
- return pulumi.get(self, "location")
192
-
193
- @property
194
- @pulumi.getter
195
- def name(self) -> pulumi.Output[str]:
196
- """
197
- The name of the resource
198
- """
199
- return pulumi.get(self, "name")
200
-
201
- @property
202
- @pulumi.getter(name="provisioningState")
203
- def provisioning_state(self) -> pulumi.Output[str]:
204
- """
205
- The status of the last operation.
206
- """
207
- return pulumi.get(self, "provisioning_state")
208
-
209
- @property
210
- @pulumi.getter(name="systemData")
211
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
212
- """
213
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
214
- """
215
- return pulumi.get(self, "system_data")
216
-
217
- @property
218
- @pulumi.getter
219
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
220
- """
221
- Resource tags.
222
- """
223
- return pulumi.get(self, "tags")
224
-
225
- @property
226
- @pulumi.getter
227
- def type(self) -> pulumi.Output[str]:
228
- """
229
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
230
- """
231
- return pulumi.get(self, "type")
232
-
@@ -1,157 +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
- 'GetAuthorityResult',
15
- 'AwaitableGetAuthorityResult',
16
- 'get_authority',
17
- 'get_authority_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetAuthorityResult:
22
- """
23
- A VerifiedId authority resource
24
- """
25
- def __init__(__self__, id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
26
- if id and not isinstance(id, str):
27
- raise TypeError("Expected argument 'id' to be a str")
28
- pulumi.set(__self__, "id", id)
29
- if location and not isinstance(location, str):
30
- raise TypeError("Expected argument 'location' to be a str")
31
- pulumi.set(__self__, "location", location)
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 tags and not isinstance(tags, dict):
42
- raise TypeError("Expected argument 'tags' to be a dict")
43
- pulumi.set(__self__, "tags", tags)
44
- if type and not isinstance(type, str):
45
- raise TypeError("Expected argument 'type' to be a str")
46
- pulumi.set(__self__, "type", type)
47
-
48
- @property
49
- @pulumi.getter
50
- def id(self) -> str:
51
- """
52
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
53
- """
54
- return pulumi.get(self, "id")
55
-
56
- @property
57
- @pulumi.getter
58
- def location(self) -> str:
59
- """
60
- The geo-location where the resource lives
61
- """
62
- return pulumi.get(self, "location")
63
-
64
- @property
65
- @pulumi.getter
66
- def name(self) -> str:
67
- """
68
- The name of the resource
69
- """
70
- return pulumi.get(self, "name")
71
-
72
- @property
73
- @pulumi.getter(name="provisioningState")
74
- def provisioning_state(self) -> str:
75
- """
76
- The status of the last operation.
77
- """
78
- return pulumi.get(self, "provisioning_state")
79
-
80
- @property
81
- @pulumi.getter(name="systemData")
82
- def system_data(self) -> 'outputs.SystemDataResponse':
83
- """
84
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
85
- """
86
- return pulumi.get(self, "system_data")
87
-
88
- @property
89
- @pulumi.getter
90
- def tags(self) -> Optional[Mapping[str, str]]:
91
- """
92
- Resource tags.
93
- """
94
- return pulumi.get(self, "tags")
95
-
96
- @property
97
- @pulumi.getter
98
- def type(self) -> str:
99
- """
100
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
101
- """
102
- return pulumi.get(self, "type")
103
-
104
-
105
- class AwaitableGetAuthorityResult(GetAuthorityResult):
106
- # pylint: disable=using-constant-test
107
- def __await__(self):
108
- if False:
109
- yield self
110
- return GetAuthorityResult(
111
- id=self.id,
112
- location=self.location,
113
- name=self.name,
114
- provisioning_state=self.provisioning_state,
115
- system_data=self.system_data,
116
- tags=self.tags,
117
- type=self.type)
118
-
119
-
120
- def get_authority(authority_name: Optional[str] = None,
121
- resource_group_name: Optional[str] = None,
122
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorityResult:
123
- """
124
- Get a Authority
125
-
126
-
127
- :param str authority_name: The ID of the authority
128
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
129
- """
130
- __args__ = dict()
131
- __args__['authorityName'] = authority_name
132
- __args__['resourceGroupName'] = resource_group_name
133
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
134
- __ret__ = pulumi.runtime.invoke('azure-native:verifiedid/v20240126preview:getAuthority', __args__, opts=opts, typ=GetAuthorityResult).value
135
-
136
- return AwaitableGetAuthorityResult(
137
- id=pulumi.get(__ret__, 'id'),
138
- location=pulumi.get(__ret__, 'location'),
139
- name=pulumi.get(__ret__, 'name'),
140
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
141
- system_data=pulumi.get(__ret__, 'system_data'),
142
- tags=pulumi.get(__ret__, 'tags'),
143
- type=pulumi.get(__ret__, 'type'))
144
-
145
-
146
- @_utilities.lift_output_func(get_authority)
147
- def get_authority_output(authority_name: Optional[pulumi.Input[str]] = None,
148
- resource_group_name: Optional[pulumi.Input[str]] = None,
149
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAuthorityResult]:
150
- """
151
- Get a Authority
152
-
153
-
154
- :param str authority_name: The ID of the authority
155
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
156
- """
157
- ...
@@ -1,125 +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
- 'SystemDataResponse',
14
- ]
15
-
16
- @pulumi.output_type
17
- class SystemDataResponse(dict):
18
- """
19
- Metadata pertaining to creation and last modification of the resource.
20
- """
21
- @staticmethod
22
- def __key_warning(key: str):
23
- suggest = None
24
- if key == "createdAt":
25
- suggest = "created_at"
26
- elif key == "createdBy":
27
- suggest = "created_by"
28
- elif key == "createdByType":
29
- suggest = "created_by_type"
30
- elif key == "lastModifiedAt":
31
- suggest = "last_modified_at"
32
- elif key == "lastModifiedBy":
33
- suggest = "last_modified_by"
34
- elif key == "lastModifiedByType":
35
- suggest = "last_modified_by_type"
36
-
37
- if suggest:
38
- pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
39
-
40
- def __getitem__(self, key: str) -> Any:
41
- SystemDataResponse.__key_warning(key)
42
- return super().__getitem__(key)
43
-
44
- def get(self, key: str, default = None) -> Any:
45
- SystemDataResponse.__key_warning(key)
46
- return super().get(key, default)
47
-
48
- def __init__(__self__, *,
49
- created_at: Optional[str] = None,
50
- created_by: Optional[str] = None,
51
- created_by_type: Optional[str] = None,
52
- last_modified_at: Optional[str] = None,
53
- last_modified_by: Optional[str] = None,
54
- last_modified_by_type: Optional[str] = None):
55
- """
56
- Metadata pertaining to creation and last modification of the resource.
57
- :param str created_at: The timestamp of resource creation (UTC).
58
- :param str created_by: The identity that created the resource.
59
- :param str created_by_type: The type of identity that created the resource.
60
- :param str last_modified_at: The timestamp of resource last modification (UTC)
61
- :param str last_modified_by: The identity that last modified the resource.
62
- :param str last_modified_by_type: The type of identity that last modified the resource.
63
- """
64
- if created_at is not None:
65
- pulumi.set(__self__, "created_at", created_at)
66
- if created_by is not None:
67
- pulumi.set(__self__, "created_by", created_by)
68
- if created_by_type is not None:
69
- pulumi.set(__self__, "created_by_type", created_by_type)
70
- if last_modified_at is not None:
71
- pulumi.set(__self__, "last_modified_at", last_modified_at)
72
- if last_modified_by is not None:
73
- pulumi.set(__self__, "last_modified_by", last_modified_by)
74
- if last_modified_by_type is not None:
75
- pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
76
-
77
- @property
78
- @pulumi.getter(name="createdAt")
79
- def created_at(self) -> Optional[str]:
80
- """
81
- The timestamp of resource creation (UTC).
82
- """
83
- return pulumi.get(self, "created_at")
84
-
85
- @property
86
- @pulumi.getter(name="createdBy")
87
- def created_by(self) -> Optional[str]:
88
- """
89
- The identity that created the resource.
90
- """
91
- return pulumi.get(self, "created_by")
92
-
93
- @property
94
- @pulumi.getter(name="createdByType")
95
- def created_by_type(self) -> Optional[str]:
96
- """
97
- The type of identity that created the resource.
98
- """
99
- return pulumi.get(self, "created_by_type")
100
-
101
- @property
102
- @pulumi.getter(name="lastModifiedAt")
103
- def last_modified_at(self) -> Optional[str]:
104
- """
105
- The timestamp of resource last modification (UTC)
106
- """
107
- return pulumi.get(self, "last_modified_at")
108
-
109
- @property
110
- @pulumi.getter(name="lastModifiedBy")
111
- def last_modified_by(self) -> Optional[str]:
112
- """
113
- The identity that last modified the resource.
114
- """
115
- return pulumi.get(self, "last_modified_by")
116
-
117
- @property
118
- @pulumi.getter(name="lastModifiedByType")
119
- def last_modified_by_type(self) -> Optional[str]:
120
- """
121
- The type of identity that last modified the resource.
122
- """
123
- return pulumi.get(self, "last_modified_by_type")
124
-
125
-
@@ -1,14 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .get_trigger import *
10
- from .get_virtual_machine_image_template import *
11
- from .trigger import *
12
- from .virtual_machine_image_template import *
13
- from ._inputs import *
14
- from . import outputs
@@ -1,60 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from enum import Enum
6
-
7
- __all__ = [
8
- 'AutoRunState',
9
- 'OnBuildError',
10
- 'ResourceIdentityType',
11
- 'SharedImageStorageAccountType',
12
- 'VMBootOptimizationState',
13
- ]
14
-
15
-
16
- class AutoRunState(str, Enum):
17
- """
18
- Enabling this field will trigger an automatic build on image template creation or update.
19
- """
20
- AUTO_RUN_ENABLED = "Enabled"
21
- """
22
- Autorun is enabled
23
- """
24
- AUTO_RUN_DISABLED = "Disabled"
25
- """
26
- Autorun is disabled
27
- """
28
-
29
-
30
- class OnBuildError(str, Enum):
31
- """
32
- If there is a validation error and this field is set to 'cleanup', the build VM and associated network resources will be cleaned up. This is the default behavior. If there is a validation error and this field is set to 'abort', the build VM will be preserved.
33
- """
34
- CLEANUP = "cleanup"
35
- ABORT = "abort"
36
-
37
-
38
- class ResourceIdentityType(str, Enum):
39
- """
40
- The type of identity used for the image template. The type 'None' will remove any identities from the image template.
41
- """
42
- USER_ASSIGNED = "UserAssigned"
43
- NONE = "None"
44
-
45
-
46
- class SharedImageStorageAccountType(str, Enum):
47
- """
48
- Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard_LRS).
49
- """
50
- STANDARD_LRS = "Standard_LRS"
51
- STANDARD_ZRS = "Standard_ZRS"
52
- PREMIUM_LRS = "Premium_LRS"
53
-
54
-
55
- class VMBootOptimizationState(str, Enum):
56
- """
57
- Enabling this field will improve VM boot time by optimizing the final customized image output.
58
- """
59
- ENABLED = "Enabled"
60
- DISABLED = "Disabled"