pulumi-azure-native 2.43.0a1717057472__py3-none-any.whl → 2.44.0__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 +69 -2
  2. pulumi_azure_native/appcomplianceautomation/__init__.py +14 -0
  3. pulumi_azure_native/appcomplianceautomation/_enums.py +125 -0
  4. pulumi_azure_native/appcomplianceautomation/_inputs.py +40 -0
  5. pulumi_azure_native/appcomplianceautomation/evidence.py +363 -0
  6. pulumi_azure_native/appcomplianceautomation/get_evidence.py +198 -0
  7. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +75 -0
  8. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +76 -0
  9. pulumi_azure_native/appcomplianceautomation/get_report.py +4 -0
  10. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +76 -0
  11. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +146 -0
  12. pulumi_azure_native/appcomplianceautomation/get_webhook.py +289 -0
  13. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +76 -0
  14. pulumi_azure_native/appcomplianceautomation/outputs.py +226 -0
  15. pulumi_azure_native/appcomplianceautomation/report.py +5 -1
  16. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +206 -0
  17. pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
  18. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +22 -0
  19. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +144 -0
  20. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +215 -0
  21. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +361 -0
  22. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +196 -0
  23. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +73 -0
  24. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +74 -0
  25. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +296 -0
  26. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +74 -0
  27. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +144 -0
  28. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +287 -0
  29. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +74 -0
  30. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +720 -0
  31. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +387 -0
  32. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +204 -0
  33. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +447 -0
  34. pulumi_azure_native/appcomplianceautomation/webhook.py +449 -0
  35. pulumi_azure_native/devhub/__init__.py +5 -0
  36. pulumi_azure_native/devhub/_inputs.py +190 -0
  37. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  38. pulumi_azure_native/devhub/get_iac_profile.py +322 -0
  39. pulumi_azure_native/devhub/get_workflow.py +2 -2
  40. pulumi_azure_native/devhub/iac_profile.py +539 -0
  41. pulumi_azure_native/devhub/outputs.py +229 -0
  42. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  43. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  44. pulumi_azure_native/devhub/v20240501preview/__init__.py +15 -0
  45. pulumi_azure_native/devhub/v20240501preview/_enums.py +146 -0
  46. pulumi_azure_native/devhub/v20240501preview/_inputs.py +427 -0
  47. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +91 -0
  48. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +320 -0
  49. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +489 -0
  50. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +537 -0
  51. pulumi_azure_native/devhub/v20240501preview/outputs.py +654 -0
  52. pulumi_azure_native/devhub/v20240501preview/workflow.py +915 -0
  53. pulumi_azure_native/devhub/workflow.py +3 -3
  54. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  55. pulumi_azure_native/hybridcompute/gateway.py +5 -1
  56. pulumi_azure_native/hybridcompute/get_gateway.py +4 -0
  57. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  58. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  59. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  60. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  61. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  62. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  63. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  64. pulumi_azure_native/hybridcompute/license.py +3 -3
  65. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  66. pulumi_azure_native/hybridcompute/machine.py +3 -3
  67. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  68. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  69. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  70. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  71. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  72. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  83. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  84. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  85. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  86. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  87. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  88. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  89. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  90. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  91. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  92. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  93. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  94. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  95. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  96. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  97. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  98. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  99. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  100. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  101. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  102. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  103. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +26 -0
  104. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +172 -0
  105. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +1408 -0
  106. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +311 -0
  107. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +209 -0
  108. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +196 -0
  109. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +357 -0
  110. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +591 -0
  111. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +162 -0
  112. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +318 -0
  113. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +136 -0
  114. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +157 -0
  115. pulumi_azure_native/hybridcompute/v20240520preview/license.py +321 -0
  116. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +500 -0
  117. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +850 -0
  118. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +274 -0
  119. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +587 -0
  120. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +3204 -0
  121. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +215 -0
  122. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +253 -0
  123. pulumi_azure_native/pulumi-plugin.json +1 -1
  124. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  125. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +0 -4
  126. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  127. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  128. pulumi_azure_native/scvmm/v20231007/_enums.py +49 -4
  129. pulumi_azure_native/scvmm/v20231007/_inputs.py +56 -145
  130. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  131. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  132. pulumi_azure_native/scvmm/v20231007/{get_vm_instance_guest_agent.py → get_guest_agent.py} +16 -16
  133. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  134. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  135. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  136. pulumi_azure_native/scvmm/v20231007/{vm_instance_guest_agent.py → guest_agent.py} +18 -18
  137. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  138. pulumi_azure_native/scvmm/v20231007/outputs.py +96 -100
  139. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  140. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  141. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +0 -4
  142. pulumi_azure_native/storage/v20230501/_enums.py +2 -0
  143. pulumi_azure_native/verifiedid/__init__.py +18 -0
  144. pulumi_azure_native/verifiedid/authority.py +234 -0
  145. pulumi_azure_native/verifiedid/get_authority.py +159 -0
  146. pulumi_azure_native/verifiedid/outputs.py +125 -0
  147. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +10 -0
  148. pulumi_azure_native/verifiedid/v20240126preview/authority.py +232 -0
  149. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +157 -0
  150. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +125 -0
  151. pulumi_azure_native/virtualmachineimages/__init__.py +3 -0
  152. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  153. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  154. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  155. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  156. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  157. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  158. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  159. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +14 -0
  160. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +60 -0
  161. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +1895 -0
  162. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +162 -0
  163. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +352 -0
  164. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +2401 -0
  165. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +235 -0
  166. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +619 -0
  167. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  168. {pulumi_azure_native-2.43.0a1717057472.dist-info → pulumi_azure_native-2.44.0.dist-info}/METADATA +1 -1
  169. {pulumi_azure_native-2.43.0a1717057472.dist-info → pulumi_azure_native-2.44.0.dist-info}/RECORD +171 -97
  170. {pulumi_azure_native-2.43.0a1717057472.dist-info → pulumi_azure_native-2.44.0.dist-info}/WHEEL +0 -0
  171. {pulumi_azure_native-2.43.0a1717057472.dist-info → pulumi_azure_native-2.44.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,322 @@
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
+ 'GetIacProfileResult',
15
+ 'AwaitableGetIacProfileResult',
16
+ 'get_iac_profile',
17
+ 'get_iac_profile_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetIacProfileResult:
22
+ """
23
+ Resource representation of a IacProfile.
24
+ """
25
+ def __init__(__self__, auth_status=None, branch_name=None, etag=None, id=None, location=None, name=None, pr_status=None, pull_number=None, repository_main_branch=None, repository_name=None, repository_owner=None, stages=None, storage_account_name=None, storage_account_resource_group=None, storage_account_subscription=None, storage_container_name=None, system_data=None, tags=None, templates=None, type=None):
26
+ if auth_status and not isinstance(auth_status, str):
27
+ raise TypeError("Expected argument 'auth_status' to be a str")
28
+ pulumi.set(__self__, "auth_status", auth_status)
29
+ if branch_name and not isinstance(branch_name, str):
30
+ raise TypeError("Expected argument 'branch_name' to be a str")
31
+ pulumi.set(__self__, "branch_name", branch_name)
32
+ if etag and not isinstance(etag, str):
33
+ raise TypeError("Expected argument 'etag' to be a str")
34
+ pulumi.set(__self__, "etag", etag)
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 location and not isinstance(location, str):
39
+ raise TypeError("Expected argument 'location' to be a str")
40
+ pulumi.set(__self__, "location", location)
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 pr_status and not isinstance(pr_status, str):
45
+ raise TypeError("Expected argument 'pr_status' to be a str")
46
+ pulumi.set(__self__, "pr_status", pr_status)
47
+ if pull_number and not isinstance(pull_number, int):
48
+ raise TypeError("Expected argument 'pull_number' to be a int")
49
+ pulumi.set(__self__, "pull_number", pull_number)
50
+ if repository_main_branch and not isinstance(repository_main_branch, str):
51
+ raise TypeError("Expected argument 'repository_main_branch' to be a str")
52
+ pulumi.set(__self__, "repository_main_branch", repository_main_branch)
53
+ if repository_name and not isinstance(repository_name, str):
54
+ raise TypeError("Expected argument 'repository_name' to be a str")
55
+ pulumi.set(__self__, "repository_name", repository_name)
56
+ if repository_owner and not isinstance(repository_owner, str):
57
+ raise TypeError("Expected argument 'repository_owner' to be a str")
58
+ pulumi.set(__self__, "repository_owner", repository_owner)
59
+ if stages and not isinstance(stages, list):
60
+ raise TypeError("Expected argument 'stages' to be a list")
61
+ pulumi.set(__self__, "stages", stages)
62
+ if storage_account_name and not isinstance(storage_account_name, str):
63
+ raise TypeError("Expected argument 'storage_account_name' to be a str")
64
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
65
+ if storage_account_resource_group and not isinstance(storage_account_resource_group, str):
66
+ raise TypeError("Expected argument 'storage_account_resource_group' to be a str")
67
+ pulumi.set(__self__, "storage_account_resource_group", storage_account_resource_group)
68
+ if storage_account_subscription and not isinstance(storage_account_subscription, str):
69
+ raise TypeError("Expected argument 'storage_account_subscription' to be a str")
70
+ pulumi.set(__self__, "storage_account_subscription", storage_account_subscription)
71
+ if storage_container_name and not isinstance(storage_container_name, str):
72
+ raise TypeError("Expected argument 'storage_container_name' to be a str")
73
+ pulumi.set(__self__, "storage_container_name", storage_container_name)
74
+ if system_data and not isinstance(system_data, dict):
75
+ raise TypeError("Expected argument 'system_data' to be a dict")
76
+ pulumi.set(__self__, "system_data", system_data)
77
+ if tags and not isinstance(tags, dict):
78
+ raise TypeError("Expected argument 'tags' to be a dict")
79
+ pulumi.set(__self__, "tags", tags)
80
+ if templates and not isinstance(templates, list):
81
+ raise TypeError("Expected argument 'templates' to be a list")
82
+ pulumi.set(__self__, "templates", templates)
83
+ if type and not isinstance(type, str):
84
+ raise TypeError("Expected argument 'type' to be a str")
85
+ pulumi.set(__self__, "type", type)
86
+
87
+ @property
88
+ @pulumi.getter(name="authStatus")
89
+ def auth_status(self) -> str:
90
+ """
91
+ Determines the authorization status of requests.
92
+ """
93
+ return pulumi.get(self, "auth_status")
94
+
95
+ @property
96
+ @pulumi.getter(name="branchName")
97
+ def branch_name(self) -> Optional[str]:
98
+ """
99
+ Repository Branch Name
100
+ """
101
+ return pulumi.get(self, "branch_name")
102
+
103
+ @property
104
+ @pulumi.getter
105
+ def etag(self) -> str:
106
+ """
107
+ A unique read-only string that changes whenever the resource is updated.
108
+ """
109
+ return pulumi.get(self, "etag")
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def id(self) -> str:
114
+ """
115
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
116
+ """
117
+ return pulumi.get(self, "id")
118
+
119
+ @property
120
+ @pulumi.getter
121
+ def location(self) -> str:
122
+ """
123
+ The geo-location where the resource lives
124
+ """
125
+ return pulumi.get(self, "location")
126
+
127
+ @property
128
+ @pulumi.getter
129
+ def name(self) -> str:
130
+ """
131
+ The name of the resource
132
+ """
133
+ return pulumi.get(self, "name")
134
+
135
+ @property
136
+ @pulumi.getter(name="prStatus")
137
+ def pr_status(self) -> str:
138
+ """
139
+ The status of the Pull Request submitted against the users repository.
140
+ """
141
+ return pulumi.get(self, "pr_status")
142
+
143
+ @property
144
+ @pulumi.getter(name="pullNumber")
145
+ def pull_number(self) -> int:
146
+ """
147
+ The number associated with the submitted pull request.
148
+ """
149
+ return pulumi.get(self, "pull_number")
150
+
151
+ @property
152
+ @pulumi.getter(name="repositoryMainBranch")
153
+ def repository_main_branch(self) -> Optional[str]:
154
+ """
155
+ Repository Main Branch
156
+ """
157
+ return pulumi.get(self, "repository_main_branch")
158
+
159
+ @property
160
+ @pulumi.getter(name="repositoryName")
161
+ def repository_name(self) -> Optional[str]:
162
+ """
163
+ Repository Name
164
+ """
165
+ return pulumi.get(self, "repository_name")
166
+
167
+ @property
168
+ @pulumi.getter(name="repositoryOwner")
169
+ def repository_owner(self) -> Optional[str]:
170
+ """
171
+ Repository Owner
172
+ """
173
+ return pulumi.get(self, "repository_owner")
174
+
175
+ @property
176
+ @pulumi.getter
177
+ def stages(self) -> Optional[Sequence['outputs.StagePropertiesResponse']]:
178
+ return pulumi.get(self, "stages")
179
+
180
+ @property
181
+ @pulumi.getter(name="storageAccountName")
182
+ def storage_account_name(self) -> Optional[str]:
183
+ """
184
+ Terraform Storage Account Name
185
+ """
186
+ return pulumi.get(self, "storage_account_name")
187
+
188
+ @property
189
+ @pulumi.getter(name="storageAccountResourceGroup")
190
+ def storage_account_resource_group(self) -> Optional[str]:
191
+ """
192
+ Terraform Storage Account Resource Group
193
+ """
194
+ return pulumi.get(self, "storage_account_resource_group")
195
+
196
+ @property
197
+ @pulumi.getter(name="storageAccountSubscription")
198
+ def storage_account_subscription(self) -> Optional[str]:
199
+ """
200
+ Terraform Storage Account Subscription
201
+ """
202
+ return pulumi.get(self, "storage_account_subscription")
203
+
204
+ @property
205
+ @pulumi.getter(name="storageContainerName")
206
+ def storage_container_name(self) -> Optional[str]:
207
+ """
208
+ Terraform Container Name
209
+ """
210
+ return pulumi.get(self, "storage_container_name")
211
+
212
+ @property
213
+ @pulumi.getter(name="systemData")
214
+ def system_data(self) -> 'outputs.SystemDataResponse':
215
+ """
216
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
217
+ """
218
+ return pulumi.get(self, "system_data")
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def tags(self) -> Optional[Mapping[str, str]]:
223
+ """
224
+ Resource tags.
225
+ """
226
+ return pulumi.get(self, "tags")
227
+
228
+ @property
229
+ @pulumi.getter
230
+ def templates(self) -> Optional[Sequence['outputs.IacTemplatePropertiesResponse']]:
231
+ return pulumi.get(self, "templates")
232
+
233
+ @property
234
+ @pulumi.getter
235
+ def type(self) -> str:
236
+ """
237
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
238
+ """
239
+ return pulumi.get(self, "type")
240
+
241
+
242
+ class AwaitableGetIacProfileResult(GetIacProfileResult):
243
+ # pylint: disable=using-constant-test
244
+ def __await__(self):
245
+ if False:
246
+ yield self
247
+ return GetIacProfileResult(
248
+ auth_status=self.auth_status,
249
+ branch_name=self.branch_name,
250
+ etag=self.etag,
251
+ id=self.id,
252
+ location=self.location,
253
+ name=self.name,
254
+ pr_status=self.pr_status,
255
+ pull_number=self.pull_number,
256
+ repository_main_branch=self.repository_main_branch,
257
+ repository_name=self.repository_name,
258
+ repository_owner=self.repository_owner,
259
+ stages=self.stages,
260
+ storage_account_name=self.storage_account_name,
261
+ storage_account_resource_group=self.storage_account_resource_group,
262
+ storage_account_subscription=self.storage_account_subscription,
263
+ storage_container_name=self.storage_container_name,
264
+ system_data=self.system_data,
265
+ tags=self.tags,
266
+ templates=self.templates,
267
+ type=self.type)
268
+
269
+
270
+ def get_iac_profile(iac_profile_name: Optional[str] = None,
271
+ resource_group_name: Optional[str] = None,
272
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIacProfileResult:
273
+ """
274
+ Resource representation of a IacProfile.
275
+ Azure REST API version: 2024-05-01-preview.
276
+
277
+
278
+ :param str iac_profile_name: The name of the IacProfile.
279
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
280
+ """
281
+ __args__ = dict()
282
+ __args__['iacProfileName'] = iac_profile_name
283
+ __args__['resourceGroupName'] = resource_group_name
284
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
285
+ __ret__ = pulumi.runtime.invoke('azure-native:devhub:getIacProfile', __args__, opts=opts, typ=GetIacProfileResult).value
286
+
287
+ return AwaitableGetIacProfileResult(
288
+ auth_status=pulumi.get(__ret__, 'auth_status'),
289
+ branch_name=pulumi.get(__ret__, 'branch_name'),
290
+ etag=pulumi.get(__ret__, 'etag'),
291
+ id=pulumi.get(__ret__, 'id'),
292
+ location=pulumi.get(__ret__, 'location'),
293
+ name=pulumi.get(__ret__, 'name'),
294
+ pr_status=pulumi.get(__ret__, 'pr_status'),
295
+ pull_number=pulumi.get(__ret__, 'pull_number'),
296
+ repository_main_branch=pulumi.get(__ret__, 'repository_main_branch'),
297
+ repository_name=pulumi.get(__ret__, 'repository_name'),
298
+ repository_owner=pulumi.get(__ret__, 'repository_owner'),
299
+ stages=pulumi.get(__ret__, 'stages'),
300
+ storage_account_name=pulumi.get(__ret__, 'storage_account_name'),
301
+ storage_account_resource_group=pulumi.get(__ret__, 'storage_account_resource_group'),
302
+ storage_account_subscription=pulumi.get(__ret__, 'storage_account_subscription'),
303
+ storage_container_name=pulumi.get(__ret__, 'storage_container_name'),
304
+ system_data=pulumi.get(__ret__, 'system_data'),
305
+ tags=pulumi.get(__ret__, 'tags'),
306
+ templates=pulumi.get(__ret__, 'templates'),
307
+ type=pulumi.get(__ret__, 'type'))
308
+
309
+
310
+ @_utilities.lift_output_func(get_iac_profile)
311
+ def get_iac_profile_output(iac_profile_name: Optional[pulumi.Input[str]] = None,
312
+ resource_group_name: Optional[pulumi.Input[str]] = None,
313
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIacProfileResult]:
314
+ """
315
+ Resource representation of a IacProfile.
316
+ Azure REST API version: 2024-05-01-preview.
317
+
318
+
319
+ :param str iac_profile_name: The name of the IacProfile.
320
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
321
+ """
322
+ ...
@@ -430,7 +430,7 @@ def get_workflow(resource_group_name: Optional[str] = None,
430
430
  Resource representation of a workflow
431
431
  Azure REST API version: 2022-10-11-preview.
432
432
 
433
- Other available API versions: 2023-08-01.
433
+ Other available API versions: 2023-08-01, 2024-05-01-preview.
434
434
 
435
435
 
436
436
  :param str resource_group_name: The name of the resource group. The name is case insensitive.
@@ -486,7 +486,7 @@ def get_workflow_output(resource_group_name: Optional[pulumi.Input[str]] = None,
486
486
  Resource representation of a workflow
487
487
  Azure REST API version: 2022-10-11-preview.
488
488
 
489
- Other available API versions: 2023-08-01.
489
+ Other available API versions: 2023-08-01, 2024-05-01-preview.
490
490
 
491
491
 
492
492
  :param str resource_group_name: The name of the resource group. The name is case insensitive.