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,489 +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
- 'GetWorkflowResult',
15
- 'AwaitableGetWorkflowResult',
16
- 'get_workflow',
17
- 'get_workflow_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetWorkflowResult:
22
- """
23
- Resource representation of a workflow
24
- """
25
- def __init__(__self__, acr=None, aks_resource_id=None, app_name=None, auth_status=None, branch_name=None, builder_version=None, deployment_properties=None, docker_build_context=None, dockerfile=None, dockerfile_generation_mode=None, dockerfile_output_directory=None, generation_language=None, id=None, image_name=None, image_tag=None, language_version=None, last_workflow_run=None, location=None, manifest_generation_mode=None, manifest_output_directory=None, manifest_type=None, name=None, namespace=None, oidc_credentials=None, port=None, pr_status=None, pr_url=None, pull_number=None, repository_name=None, repository_owner=None, system_data=None, tags=None, type=None):
26
- if acr and not isinstance(acr, dict):
27
- raise TypeError("Expected argument 'acr' to be a dict")
28
- pulumi.set(__self__, "acr", acr)
29
- if aks_resource_id and not isinstance(aks_resource_id, str):
30
- raise TypeError("Expected argument 'aks_resource_id' to be a str")
31
- pulumi.set(__self__, "aks_resource_id", aks_resource_id)
32
- if app_name and not isinstance(app_name, str):
33
- raise TypeError("Expected argument 'app_name' to be a str")
34
- pulumi.set(__self__, "app_name", app_name)
35
- if auth_status and not isinstance(auth_status, str):
36
- raise TypeError("Expected argument 'auth_status' to be a str")
37
- pulumi.set(__self__, "auth_status", auth_status)
38
- if branch_name and not isinstance(branch_name, str):
39
- raise TypeError("Expected argument 'branch_name' to be a str")
40
- pulumi.set(__self__, "branch_name", branch_name)
41
- if builder_version and not isinstance(builder_version, str):
42
- raise TypeError("Expected argument 'builder_version' to be a str")
43
- pulumi.set(__self__, "builder_version", builder_version)
44
- if deployment_properties and not isinstance(deployment_properties, dict):
45
- raise TypeError("Expected argument 'deployment_properties' to be a dict")
46
- pulumi.set(__self__, "deployment_properties", deployment_properties)
47
- if docker_build_context and not isinstance(docker_build_context, str):
48
- raise TypeError("Expected argument 'docker_build_context' to be a str")
49
- pulumi.set(__self__, "docker_build_context", docker_build_context)
50
- if dockerfile and not isinstance(dockerfile, str):
51
- raise TypeError("Expected argument 'dockerfile' to be a str")
52
- pulumi.set(__self__, "dockerfile", dockerfile)
53
- if dockerfile_generation_mode and not isinstance(dockerfile_generation_mode, str):
54
- raise TypeError("Expected argument 'dockerfile_generation_mode' to be a str")
55
- pulumi.set(__self__, "dockerfile_generation_mode", dockerfile_generation_mode)
56
- if dockerfile_output_directory and not isinstance(dockerfile_output_directory, str):
57
- raise TypeError("Expected argument 'dockerfile_output_directory' to be a str")
58
- pulumi.set(__self__, "dockerfile_output_directory", dockerfile_output_directory)
59
- if generation_language and not isinstance(generation_language, str):
60
- raise TypeError("Expected argument 'generation_language' to be a str")
61
- pulumi.set(__self__, "generation_language", generation_language)
62
- if id and not isinstance(id, str):
63
- raise TypeError("Expected argument 'id' to be a str")
64
- pulumi.set(__self__, "id", id)
65
- if image_name and not isinstance(image_name, str):
66
- raise TypeError("Expected argument 'image_name' to be a str")
67
- pulumi.set(__self__, "image_name", image_name)
68
- if image_tag and not isinstance(image_tag, str):
69
- raise TypeError("Expected argument 'image_tag' to be a str")
70
- pulumi.set(__self__, "image_tag", image_tag)
71
- if language_version and not isinstance(language_version, str):
72
- raise TypeError("Expected argument 'language_version' to be a str")
73
- pulumi.set(__self__, "language_version", language_version)
74
- if last_workflow_run and not isinstance(last_workflow_run, dict):
75
- raise TypeError("Expected argument 'last_workflow_run' to be a dict")
76
- pulumi.set(__self__, "last_workflow_run", last_workflow_run)
77
- if location and not isinstance(location, str):
78
- raise TypeError("Expected argument 'location' to be a str")
79
- pulumi.set(__self__, "location", location)
80
- if manifest_generation_mode and not isinstance(manifest_generation_mode, str):
81
- raise TypeError("Expected argument 'manifest_generation_mode' to be a str")
82
- pulumi.set(__self__, "manifest_generation_mode", manifest_generation_mode)
83
- if manifest_output_directory and not isinstance(manifest_output_directory, str):
84
- raise TypeError("Expected argument 'manifest_output_directory' to be a str")
85
- pulumi.set(__self__, "manifest_output_directory", manifest_output_directory)
86
- if manifest_type and not isinstance(manifest_type, str):
87
- raise TypeError("Expected argument 'manifest_type' to be a str")
88
- pulumi.set(__self__, "manifest_type", manifest_type)
89
- if name and not isinstance(name, str):
90
- raise TypeError("Expected argument 'name' to be a str")
91
- pulumi.set(__self__, "name", name)
92
- if namespace and not isinstance(namespace, str):
93
- raise TypeError("Expected argument 'namespace' to be a str")
94
- pulumi.set(__self__, "namespace", namespace)
95
- if oidc_credentials and not isinstance(oidc_credentials, dict):
96
- raise TypeError("Expected argument 'oidc_credentials' to be a dict")
97
- pulumi.set(__self__, "oidc_credentials", oidc_credentials)
98
- if port and not isinstance(port, str):
99
- raise TypeError("Expected argument 'port' to be a str")
100
- pulumi.set(__self__, "port", port)
101
- if pr_status and not isinstance(pr_status, str):
102
- raise TypeError("Expected argument 'pr_status' to be a str")
103
- pulumi.set(__self__, "pr_status", pr_status)
104
- if pr_url and not isinstance(pr_url, str):
105
- raise TypeError("Expected argument 'pr_url' to be a str")
106
- pulumi.set(__self__, "pr_url", pr_url)
107
- if pull_number and not isinstance(pull_number, int):
108
- raise TypeError("Expected argument 'pull_number' to be a int")
109
- pulumi.set(__self__, "pull_number", pull_number)
110
- if repository_name and not isinstance(repository_name, str):
111
- raise TypeError("Expected argument 'repository_name' to be a str")
112
- pulumi.set(__self__, "repository_name", repository_name)
113
- if repository_owner and not isinstance(repository_owner, str):
114
- raise TypeError("Expected argument 'repository_owner' to be a str")
115
- pulumi.set(__self__, "repository_owner", repository_owner)
116
- if system_data and not isinstance(system_data, dict):
117
- raise TypeError("Expected argument 'system_data' to be a dict")
118
- pulumi.set(__self__, "system_data", system_data)
119
- if tags and not isinstance(tags, dict):
120
- raise TypeError("Expected argument 'tags' to be a dict")
121
- pulumi.set(__self__, "tags", tags)
122
- if type and not isinstance(type, str):
123
- raise TypeError("Expected argument 'type' to be a str")
124
- pulumi.set(__self__, "type", type)
125
-
126
- @property
127
- @pulumi.getter
128
- def acr(self) -> Optional['outputs.ACRResponse']:
129
- """
130
- Information on the azure container registry
131
- """
132
- return pulumi.get(self, "acr")
133
-
134
- @property
135
- @pulumi.getter(name="aksResourceId")
136
- def aks_resource_id(self) -> Optional[str]:
137
- """
138
- The Azure Kubernetes Cluster Resource the application will be deployed to.
139
- """
140
- return pulumi.get(self, "aks_resource_id")
141
-
142
- @property
143
- @pulumi.getter(name="appName")
144
- def app_name(self) -> Optional[str]:
145
- """
146
- The name of the app.
147
- """
148
- return pulumi.get(self, "app_name")
149
-
150
- @property
151
- @pulumi.getter(name="authStatus")
152
- def auth_status(self) -> str:
153
- """
154
- Determines the authorization status of requests.
155
- """
156
- return pulumi.get(self, "auth_status")
157
-
158
- @property
159
- @pulumi.getter(name="branchName")
160
- def branch_name(self) -> Optional[str]:
161
- """
162
- Repository Branch Name
163
- """
164
- return pulumi.get(self, "branch_name")
165
-
166
- @property
167
- @pulumi.getter(name="builderVersion")
168
- def builder_version(self) -> Optional[str]:
169
- """
170
- The version of the language image used for building the code in the generated dockerfile.
171
- """
172
- return pulumi.get(self, "builder_version")
173
-
174
- @property
175
- @pulumi.getter(name="deploymentProperties")
176
- def deployment_properties(self) -> Optional['outputs.DeploymentPropertiesResponse']:
177
- return pulumi.get(self, "deployment_properties")
178
-
179
- @property
180
- @pulumi.getter(name="dockerBuildContext")
181
- def docker_build_context(self) -> Optional[str]:
182
- """
183
- Path to Dockerfile Build Context within the repository.
184
- """
185
- return pulumi.get(self, "docker_build_context")
186
-
187
- @property
188
- @pulumi.getter
189
- def dockerfile(self) -> Optional[str]:
190
- """
191
- Path to the Dockerfile within the repository.
192
- """
193
- return pulumi.get(self, "dockerfile")
194
-
195
- @property
196
- @pulumi.getter(name="dockerfileGenerationMode")
197
- def dockerfile_generation_mode(self) -> Optional[str]:
198
- """
199
- The mode of generation to be used for generating Dockerfiles.
200
- """
201
- return pulumi.get(self, "dockerfile_generation_mode")
202
-
203
- @property
204
- @pulumi.getter(name="dockerfileOutputDirectory")
205
- def dockerfile_output_directory(self) -> Optional[str]:
206
- """
207
- The directory to output the generated Dockerfile to.
208
- """
209
- return pulumi.get(self, "dockerfile_output_directory")
210
-
211
- @property
212
- @pulumi.getter(name="generationLanguage")
213
- def generation_language(self) -> Optional[str]:
214
- """
215
- The programming language used.
216
- """
217
- return pulumi.get(self, "generation_language")
218
-
219
- @property
220
- @pulumi.getter
221
- def id(self) -> str:
222
- """
223
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
224
- """
225
- return pulumi.get(self, "id")
226
-
227
- @property
228
- @pulumi.getter(name="imageName")
229
- def image_name(self) -> Optional[str]:
230
- """
231
- The name of the image to be generated.
232
- """
233
- return pulumi.get(self, "image_name")
234
-
235
- @property
236
- @pulumi.getter(name="imageTag")
237
- def image_tag(self) -> Optional[str]:
238
- """
239
- The tag to apply to the generated image.
240
- """
241
- return pulumi.get(self, "image_tag")
242
-
243
- @property
244
- @pulumi.getter(name="languageVersion")
245
- def language_version(self) -> Optional[str]:
246
- """
247
- The version of the language image used for execution in the generated dockerfile.
248
- """
249
- return pulumi.get(self, "language_version")
250
-
251
- @property
252
- @pulumi.getter(name="lastWorkflowRun")
253
- def last_workflow_run(self) -> Optional['outputs.WorkflowRunResponse']:
254
- return pulumi.get(self, "last_workflow_run")
255
-
256
- @property
257
- @pulumi.getter
258
- def location(self) -> str:
259
- """
260
- The geo-location where the resource lives
261
- """
262
- return pulumi.get(self, "location")
263
-
264
- @property
265
- @pulumi.getter(name="manifestGenerationMode")
266
- def manifest_generation_mode(self) -> Optional[str]:
267
- """
268
- The mode of generation to be used for generating Manifest.
269
- """
270
- return pulumi.get(self, "manifest_generation_mode")
271
-
272
- @property
273
- @pulumi.getter(name="manifestOutputDirectory")
274
- def manifest_output_directory(self) -> Optional[str]:
275
- """
276
- The directory to output the generated manifests to.
277
- """
278
- return pulumi.get(self, "manifest_output_directory")
279
-
280
- @property
281
- @pulumi.getter(name="manifestType")
282
- def manifest_type(self) -> Optional[str]:
283
- """
284
- Determines the type of manifests to be generated.
285
- """
286
- return pulumi.get(self, "manifest_type")
287
-
288
- @property
289
- @pulumi.getter
290
- def name(self) -> str:
291
- """
292
- The name of the resource
293
- """
294
- return pulumi.get(self, "name")
295
-
296
- @property
297
- @pulumi.getter
298
- def namespace(self) -> Optional[str]:
299
- """
300
- Kubernetes namespace the application is deployed to.
301
- """
302
- return pulumi.get(self, "namespace")
303
-
304
- @property
305
- @pulumi.getter(name="oidcCredentials")
306
- def oidc_credentials(self) -> Optional['outputs.GitHubWorkflowProfileResponseOidcCredentials']:
307
- """
308
- The fields needed for OIDC with GitHub.
309
- """
310
- return pulumi.get(self, "oidc_credentials")
311
-
312
- @property
313
- @pulumi.getter
314
- def port(self) -> Optional[str]:
315
- """
316
- The port the application is exposed on.
317
- """
318
- return pulumi.get(self, "port")
319
-
320
- @property
321
- @pulumi.getter(name="prStatus")
322
- def pr_status(self) -> str:
323
- """
324
- The status of the Pull Request submitted against the users repository.
325
- """
326
- return pulumi.get(self, "pr_status")
327
-
328
- @property
329
- @pulumi.getter(name="prURL")
330
- def pr_url(self) -> str:
331
- """
332
- The URL to the Pull Request submitted against the users repository.
333
- """
334
- return pulumi.get(self, "pr_url")
335
-
336
- @property
337
- @pulumi.getter(name="pullNumber")
338
- def pull_number(self) -> int:
339
- """
340
- The number associated with the submitted pull request.
341
- """
342
- return pulumi.get(self, "pull_number")
343
-
344
- @property
345
- @pulumi.getter(name="repositoryName")
346
- def repository_name(self) -> Optional[str]:
347
- """
348
- Repository Name
349
- """
350
- return pulumi.get(self, "repository_name")
351
-
352
- @property
353
- @pulumi.getter(name="repositoryOwner")
354
- def repository_owner(self) -> Optional[str]:
355
- """
356
- Repository Owner
357
- """
358
- return pulumi.get(self, "repository_owner")
359
-
360
- @property
361
- @pulumi.getter(name="systemData")
362
- def system_data(self) -> 'outputs.SystemDataResponse':
363
- """
364
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
365
- """
366
- return pulumi.get(self, "system_data")
367
-
368
- @property
369
- @pulumi.getter
370
- def tags(self) -> Optional[Mapping[str, str]]:
371
- """
372
- Resource tags.
373
- """
374
- return pulumi.get(self, "tags")
375
-
376
- @property
377
- @pulumi.getter
378
- def type(self) -> str:
379
- """
380
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
381
- """
382
- return pulumi.get(self, "type")
383
-
384
-
385
- class AwaitableGetWorkflowResult(GetWorkflowResult):
386
- # pylint: disable=using-constant-test
387
- def __await__(self):
388
- if False:
389
- yield self
390
- return GetWorkflowResult(
391
- acr=self.acr,
392
- aks_resource_id=self.aks_resource_id,
393
- app_name=self.app_name,
394
- auth_status=self.auth_status,
395
- branch_name=self.branch_name,
396
- builder_version=self.builder_version,
397
- deployment_properties=self.deployment_properties,
398
- docker_build_context=self.docker_build_context,
399
- dockerfile=self.dockerfile,
400
- dockerfile_generation_mode=self.dockerfile_generation_mode,
401
- dockerfile_output_directory=self.dockerfile_output_directory,
402
- generation_language=self.generation_language,
403
- id=self.id,
404
- image_name=self.image_name,
405
- image_tag=self.image_tag,
406
- language_version=self.language_version,
407
- last_workflow_run=self.last_workflow_run,
408
- location=self.location,
409
- manifest_generation_mode=self.manifest_generation_mode,
410
- manifest_output_directory=self.manifest_output_directory,
411
- manifest_type=self.manifest_type,
412
- name=self.name,
413
- namespace=self.namespace,
414
- oidc_credentials=self.oidc_credentials,
415
- port=self.port,
416
- pr_status=self.pr_status,
417
- pr_url=self.pr_url,
418
- pull_number=self.pull_number,
419
- repository_name=self.repository_name,
420
- repository_owner=self.repository_owner,
421
- system_data=self.system_data,
422
- tags=self.tags,
423
- type=self.type)
424
-
425
-
426
- def get_workflow(resource_group_name: Optional[str] = None,
427
- workflow_name: Optional[str] = None,
428
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWorkflowResult:
429
- """
430
- Resource representation of a workflow
431
-
432
-
433
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
434
- :param str workflow_name: The name of the workflow resource.
435
- """
436
- __args__ = dict()
437
- __args__['resourceGroupName'] = resource_group_name
438
- __args__['workflowName'] = workflow_name
439
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
440
- __ret__ = pulumi.runtime.invoke('azure-native:devhub/v20240501preview:getWorkflow', __args__, opts=opts, typ=GetWorkflowResult).value
441
-
442
- return AwaitableGetWorkflowResult(
443
- acr=pulumi.get(__ret__, 'acr'),
444
- aks_resource_id=pulumi.get(__ret__, 'aks_resource_id'),
445
- app_name=pulumi.get(__ret__, 'app_name'),
446
- auth_status=pulumi.get(__ret__, 'auth_status'),
447
- branch_name=pulumi.get(__ret__, 'branch_name'),
448
- builder_version=pulumi.get(__ret__, 'builder_version'),
449
- deployment_properties=pulumi.get(__ret__, 'deployment_properties'),
450
- docker_build_context=pulumi.get(__ret__, 'docker_build_context'),
451
- dockerfile=pulumi.get(__ret__, 'dockerfile'),
452
- dockerfile_generation_mode=pulumi.get(__ret__, 'dockerfile_generation_mode'),
453
- dockerfile_output_directory=pulumi.get(__ret__, 'dockerfile_output_directory'),
454
- generation_language=pulumi.get(__ret__, 'generation_language'),
455
- id=pulumi.get(__ret__, 'id'),
456
- image_name=pulumi.get(__ret__, 'image_name'),
457
- image_tag=pulumi.get(__ret__, 'image_tag'),
458
- language_version=pulumi.get(__ret__, 'language_version'),
459
- last_workflow_run=pulumi.get(__ret__, 'last_workflow_run'),
460
- location=pulumi.get(__ret__, 'location'),
461
- manifest_generation_mode=pulumi.get(__ret__, 'manifest_generation_mode'),
462
- manifest_output_directory=pulumi.get(__ret__, 'manifest_output_directory'),
463
- manifest_type=pulumi.get(__ret__, 'manifest_type'),
464
- name=pulumi.get(__ret__, 'name'),
465
- namespace=pulumi.get(__ret__, 'namespace'),
466
- oidc_credentials=pulumi.get(__ret__, 'oidc_credentials'),
467
- port=pulumi.get(__ret__, 'port'),
468
- pr_status=pulumi.get(__ret__, 'pr_status'),
469
- pr_url=pulumi.get(__ret__, 'pr_url'),
470
- pull_number=pulumi.get(__ret__, 'pull_number'),
471
- repository_name=pulumi.get(__ret__, 'repository_name'),
472
- repository_owner=pulumi.get(__ret__, 'repository_owner'),
473
- system_data=pulumi.get(__ret__, 'system_data'),
474
- tags=pulumi.get(__ret__, 'tags'),
475
- type=pulumi.get(__ret__, 'type'))
476
-
477
-
478
- @_utilities.lift_output_func(get_workflow)
479
- def get_workflow_output(resource_group_name: Optional[pulumi.Input[str]] = None,
480
- workflow_name: Optional[pulumi.Input[str]] = None,
481
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWorkflowResult]:
482
- """
483
- Resource representation of a workflow
484
-
485
-
486
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
487
- :param str workflow_name: The name of the workflow resource.
488
- """
489
- ...