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,146 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from enum import Enum
6
-
7
- __all__ = [
8
- 'DockerfileGenerationMode',
9
- 'GenerationLanguage',
10
- 'GenerationManifestType',
11
- 'ManifestGenerationMode',
12
- 'ManifestType',
13
- 'WorkflowRunStatus',
14
- ]
15
-
16
-
17
- class DockerfileGenerationMode(str, Enum):
18
- """
19
- The mode of generation to be used for generating Dockerfiles.
20
- """
21
- ENABLED = "enabled"
22
- """
23
- Dockerfiles will be generated
24
- """
25
- DISABLED = "disabled"
26
- """
27
- Dockerfiles will not be generated
28
- """
29
-
30
-
31
- class GenerationLanguage(str, Enum):
32
- """
33
- The programming language used.
34
- """
35
- CLOJURE = "clojure"
36
- """
37
- clojure language
38
- """
39
- CSHARP = "csharp"
40
- """
41
- csharp language
42
- """
43
- ERLANG = "erlang"
44
- """
45
- erlang language
46
- """
47
- GO = "go"
48
- """
49
- go language
50
- """
51
- GOMODULE = "gomodule"
52
- """
53
- gomodule language
54
- """
55
- GRADLE = "gradle"
56
- """
57
- gradle language
58
- """
59
- JAVA = "java"
60
- """
61
- java language
62
- """
63
- JAVASCRIPT = "javascript"
64
- """
65
- javascript language
66
- """
67
- PHP = "php"
68
- """
69
- php language
70
- """
71
- PYTHON = "python"
72
- """
73
- python language
74
- """
75
- RUBY = "ruby"
76
- """
77
- ruby language
78
- """
79
- RUST = "rust"
80
- """
81
- rust language
82
- """
83
- SWIFT = "swift"
84
- """
85
- swift language
86
- """
87
-
88
-
89
- class GenerationManifestType(str, Enum):
90
- """
91
- Determines the type of manifests to be generated.
92
- """
93
- HELM = "helm"
94
- """
95
- Helm manifests
96
- """
97
- KUBE = "kube"
98
- """
99
- Kubernetes manifests
100
- """
101
-
102
-
103
- class ManifestGenerationMode(str, Enum):
104
- """
105
- The mode of generation to be used for generating Manifest.
106
- """
107
- ENABLED = "enabled"
108
- """
109
- Manifests will be generated
110
- """
111
- DISABLED = "disabled"
112
- """
113
- Manifests will not be generated
114
- """
115
-
116
-
117
- class ManifestType(str, Enum):
118
- """
119
- Determines the type of manifests within the repository.
120
- """
121
- HELM = "helm"
122
- """
123
- Repositories using helm
124
- """
125
- KUBE = "kube"
126
- """
127
- Repositories using kubernetes manifests
128
- """
129
-
130
-
131
- class WorkflowRunStatus(str, Enum):
132
- """
133
- Describes the status of the workflow run
134
- """
135
- QUEUED = "queued"
136
- """
137
- Workflow run is queued
138
- """
139
- INPROGRESS = "inprogress"
140
- """
141
- Workflow run is inprogress
142
- """
143
- COMPLETED = "completed"
144
- """
145
- Workflow run is completed
146
- """
@@ -1,427 +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 ._enums import *
12
-
13
- __all__ = [
14
- 'ACRArgs',
15
- 'DeploymentPropertiesArgs',
16
- 'GitHubWorkflowProfileOidcCredentialsArgs',
17
- 'IacTemplateDetailsArgs',
18
- 'IacTemplatePropertiesArgs',
19
- 'StagePropertiesArgs',
20
- 'WorkflowRunArgs',
21
- ]
22
-
23
- @pulumi.input_type
24
- class ACRArgs:
25
- def __init__(__self__, *,
26
- acr_registry_name: Optional[pulumi.Input[str]] = None,
27
- acr_repository_name: Optional[pulumi.Input[str]] = None,
28
- acr_resource_group: Optional[pulumi.Input[str]] = None,
29
- acr_subscription_id: Optional[pulumi.Input[str]] = None):
30
- """
31
- Information on the azure container registry
32
- :param pulumi.Input[str] acr_registry_name: ACR registry
33
- :param pulumi.Input[str] acr_repository_name: ACR repository
34
- :param pulumi.Input[str] acr_resource_group: ACR resource group
35
- :param pulumi.Input[str] acr_subscription_id: ACR subscription id
36
- """
37
- if acr_registry_name is not None:
38
- pulumi.set(__self__, "acr_registry_name", acr_registry_name)
39
- if acr_repository_name is not None:
40
- pulumi.set(__self__, "acr_repository_name", acr_repository_name)
41
- if acr_resource_group is not None:
42
- pulumi.set(__self__, "acr_resource_group", acr_resource_group)
43
- if acr_subscription_id is not None:
44
- pulumi.set(__self__, "acr_subscription_id", acr_subscription_id)
45
-
46
- @property
47
- @pulumi.getter(name="acrRegistryName")
48
- def acr_registry_name(self) -> Optional[pulumi.Input[str]]:
49
- """
50
- ACR registry
51
- """
52
- return pulumi.get(self, "acr_registry_name")
53
-
54
- @acr_registry_name.setter
55
- def acr_registry_name(self, value: Optional[pulumi.Input[str]]):
56
- pulumi.set(self, "acr_registry_name", value)
57
-
58
- @property
59
- @pulumi.getter(name="acrRepositoryName")
60
- def acr_repository_name(self) -> Optional[pulumi.Input[str]]:
61
- """
62
- ACR repository
63
- """
64
- return pulumi.get(self, "acr_repository_name")
65
-
66
- @acr_repository_name.setter
67
- def acr_repository_name(self, value: Optional[pulumi.Input[str]]):
68
- pulumi.set(self, "acr_repository_name", value)
69
-
70
- @property
71
- @pulumi.getter(name="acrResourceGroup")
72
- def acr_resource_group(self) -> Optional[pulumi.Input[str]]:
73
- """
74
- ACR resource group
75
- """
76
- return pulumi.get(self, "acr_resource_group")
77
-
78
- @acr_resource_group.setter
79
- def acr_resource_group(self, value: Optional[pulumi.Input[str]]):
80
- pulumi.set(self, "acr_resource_group", value)
81
-
82
- @property
83
- @pulumi.getter(name="acrSubscriptionId")
84
- def acr_subscription_id(self) -> Optional[pulumi.Input[str]]:
85
- """
86
- ACR subscription id
87
- """
88
- return pulumi.get(self, "acr_subscription_id")
89
-
90
- @acr_subscription_id.setter
91
- def acr_subscription_id(self, value: Optional[pulumi.Input[str]]):
92
- pulumi.set(self, "acr_subscription_id", value)
93
-
94
-
95
- @pulumi.input_type
96
- class DeploymentPropertiesArgs:
97
- def __init__(__self__, *,
98
- helm_chart_path: Optional[pulumi.Input[str]] = None,
99
- helm_values: Optional[pulumi.Input[str]] = None,
100
- kube_manifest_locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
101
- manifest_type: Optional[pulumi.Input[Union[str, 'ManifestType']]] = None,
102
- overrides: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
103
- """
104
- :param pulumi.Input[str] helm_chart_path: Helm chart directory path in repository.
105
- :param pulumi.Input[str] helm_values: Helm Values.yaml file location in repository.
106
- :param pulumi.Input[Union[str, 'ManifestType']] manifest_type: Determines the type of manifests within the repository.
107
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] overrides: Manifest override values.
108
- """
109
- if helm_chart_path is not None:
110
- pulumi.set(__self__, "helm_chart_path", helm_chart_path)
111
- if helm_values is not None:
112
- pulumi.set(__self__, "helm_values", helm_values)
113
- if kube_manifest_locations is not None:
114
- pulumi.set(__self__, "kube_manifest_locations", kube_manifest_locations)
115
- if manifest_type is not None:
116
- pulumi.set(__self__, "manifest_type", manifest_type)
117
- if overrides is not None:
118
- pulumi.set(__self__, "overrides", overrides)
119
-
120
- @property
121
- @pulumi.getter(name="helmChartPath")
122
- def helm_chart_path(self) -> Optional[pulumi.Input[str]]:
123
- """
124
- Helm chart directory path in repository.
125
- """
126
- return pulumi.get(self, "helm_chart_path")
127
-
128
- @helm_chart_path.setter
129
- def helm_chart_path(self, value: Optional[pulumi.Input[str]]):
130
- pulumi.set(self, "helm_chart_path", value)
131
-
132
- @property
133
- @pulumi.getter(name="helmValues")
134
- def helm_values(self) -> Optional[pulumi.Input[str]]:
135
- """
136
- Helm Values.yaml file location in repository.
137
- """
138
- return pulumi.get(self, "helm_values")
139
-
140
- @helm_values.setter
141
- def helm_values(self, value: Optional[pulumi.Input[str]]):
142
- pulumi.set(self, "helm_values", value)
143
-
144
- @property
145
- @pulumi.getter(name="kubeManifestLocations")
146
- def kube_manifest_locations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
147
- return pulumi.get(self, "kube_manifest_locations")
148
-
149
- @kube_manifest_locations.setter
150
- def kube_manifest_locations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
151
- pulumi.set(self, "kube_manifest_locations", value)
152
-
153
- @property
154
- @pulumi.getter(name="manifestType")
155
- def manifest_type(self) -> Optional[pulumi.Input[Union[str, 'ManifestType']]]:
156
- """
157
- Determines the type of manifests within the repository.
158
- """
159
- return pulumi.get(self, "manifest_type")
160
-
161
- @manifest_type.setter
162
- def manifest_type(self, value: Optional[pulumi.Input[Union[str, 'ManifestType']]]):
163
- pulumi.set(self, "manifest_type", value)
164
-
165
- @property
166
- @pulumi.getter
167
- def overrides(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
168
- """
169
- Manifest override values.
170
- """
171
- return pulumi.get(self, "overrides")
172
-
173
- @overrides.setter
174
- def overrides(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
175
- pulumi.set(self, "overrides", value)
176
-
177
-
178
- @pulumi.input_type
179
- class GitHubWorkflowProfileOidcCredentialsArgs:
180
- def __init__(__self__, *,
181
- azure_client_id: Optional[pulumi.Input[str]] = None,
182
- azure_tenant_id: Optional[pulumi.Input[str]] = None):
183
- """
184
- The fields needed for OIDC with GitHub.
185
- :param pulumi.Input[str] azure_client_id: Azure Application Client ID
186
- :param pulumi.Input[str] azure_tenant_id: Azure Directory (tenant) ID
187
- """
188
- if azure_client_id is not None:
189
- pulumi.set(__self__, "azure_client_id", azure_client_id)
190
- if azure_tenant_id is not None:
191
- pulumi.set(__self__, "azure_tenant_id", azure_tenant_id)
192
-
193
- @property
194
- @pulumi.getter(name="azureClientId")
195
- def azure_client_id(self) -> Optional[pulumi.Input[str]]:
196
- """
197
- Azure Application Client ID
198
- """
199
- return pulumi.get(self, "azure_client_id")
200
-
201
- @azure_client_id.setter
202
- def azure_client_id(self, value: Optional[pulumi.Input[str]]):
203
- pulumi.set(self, "azure_client_id", value)
204
-
205
- @property
206
- @pulumi.getter(name="azureTenantId")
207
- def azure_tenant_id(self) -> Optional[pulumi.Input[str]]:
208
- """
209
- Azure Directory (tenant) ID
210
- """
211
- return pulumi.get(self, "azure_tenant_id")
212
-
213
- @azure_tenant_id.setter
214
- def azure_tenant_id(self, value: Optional[pulumi.Input[str]]):
215
- pulumi.set(self, "azure_tenant_id", value)
216
-
217
-
218
- @pulumi.input_type
219
- class IacTemplateDetailsArgs:
220
- def __init__(__self__, *,
221
- count: Optional[pulumi.Input[int]] = None,
222
- naming_convention: Optional[pulumi.Input[str]] = None,
223
- product_name: Optional[pulumi.Input[str]] = None):
224
- """
225
- :param pulumi.Input[int] count: Count of the product
226
- :param pulumi.Input[str] naming_convention: Naming convention of this product
227
- :param pulumi.Input[str] product_name: The name of the products.
228
- """
229
- if count is not None:
230
- pulumi.set(__self__, "count", count)
231
- if naming_convention is not None:
232
- pulumi.set(__self__, "naming_convention", naming_convention)
233
- if product_name is not None:
234
- pulumi.set(__self__, "product_name", product_name)
235
-
236
- @property
237
- @pulumi.getter
238
- def count(self) -> Optional[pulumi.Input[int]]:
239
- """
240
- Count of the product
241
- """
242
- return pulumi.get(self, "count")
243
-
244
- @count.setter
245
- def count(self, value: Optional[pulumi.Input[int]]):
246
- pulumi.set(self, "count", value)
247
-
248
- @property
249
- @pulumi.getter(name="namingConvention")
250
- def naming_convention(self) -> Optional[pulumi.Input[str]]:
251
- """
252
- Naming convention of this product
253
- """
254
- return pulumi.get(self, "naming_convention")
255
-
256
- @naming_convention.setter
257
- def naming_convention(self, value: Optional[pulumi.Input[str]]):
258
- pulumi.set(self, "naming_convention", value)
259
-
260
- @property
261
- @pulumi.getter(name="productName")
262
- def product_name(self) -> Optional[pulumi.Input[str]]:
263
- """
264
- The name of the products.
265
- """
266
- return pulumi.get(self, "product_name")
267
-
268
- @product_name.setter
269
- def product_name(self, value: Optional[pulumi.Input[str]]):
270
- pulumi.set(self, "product_name", value)
271
-
272
-
273
- @pulumi.input_type
274
- class IacTemplatePropertiesArgs:
275
- def __init__(__self__, *,
276
- instance_name: Optional[pulumi.Input[str]] = None,
277
- instance_stage: Optional[pulumi.Input[str]] = None,
278
- source_resource_id: Optional[pulumi.Input[str]] = None,
279
- template_details: Optional[pulumi.Input[Sequence[pulumi.Input['IacTemplateDetailsArgs']]]] = None,
280
- template_name: Optional[pulumi.Input[str]] = None):
281
- """
282
- Properties of a IacTemplate.
283
- :param pulumi.Input[str] instance_name: the sample instance name of the template
284
- :param pulumi.Input[str] instance_stage: the source stage of the template
285
- :param pulumi.Input[str] source_resource_id: the source store of the template
286
- :param pulumi.Input[str] template_name: Template Name
287
- """
288
- if instance_name is not None:
289
- pulumi.set(__self__, "instance_name", instance_name)
290
- if instance_stage is not None:
291
- pulumi.set(__self__, "instance_stage", instance_stage)
292
- if source_resource_id is not None:
293
- pulumi.set(__self__, "source_resource_id", source_resource_id)
294
- if template_details is not None:
295
- pulumi.set(__self__, "template_details", template_details)
296
- if template_name is not None:
297
- pulumi.set(__self__, "template_name", template_name)
298
-
299
- @property
300
- @pulumi.getter(name="instanceName")
301
- def instance_name(self) -> Optional[pulumi.Input[str]]:
302
- """
303
- the sample instance name of the template
304
- """
305
- return pulumi.get(self, "instance_name")
306
-
307
- @instance_name.setter
308
- def instance_name(self, value: Optional[pulumi.Input[str]]):
309
- pulumi.set(self, "instance_name", value)
310
-
311
- @property
312
- @pulumi.getter(name="instanceStage")
313
- def instance_stage(self) -> Optional[pulumi.Input[str]]:
314
- """
315
- the source stage of the template
316
- """
317
- return pulumi.get(self, "instance_stage")
318
-
319
- @instance_stage.setter
320
- def instance_stage(self, value: Optional[pulumi.Input[str]]):
321
- pulumi.set(self, "instance_stage", value)
322
-
323
- @property
324
- @pulumi.getter(name="sourceResourceId")
325
- def source_resource_id(self) -> Optional[pulumi.Input[str]]:
326
- """
327
- the source store of the template
328
- """
329
- return pulumi.get(self, "source_resource_id")
330
-
331
- @source_resource_id.setter
332
- def source_resource_id(self, value: Optional[pulumi.Input[str]]):
333
- pulumi.set(self, "source_resource_id", value)
334
-
335
- @property
336
- @pulumi.getter(name="templateDetails")
337
- def template_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IacTemplateDetailsArgs']]]]:
338
- return pulumi.get(self, "template_details")
339
-
340
- @template_details.setter
341
- def template_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IacTemplateDetailsArgs']]]]):
342
- pulumi.set(self, "template_details", value)
343
-
344
- @property
345
- @pulumi.getter(name="templateName")
346
- def template_name(self) -> Optional[pulumi.Input[str]]:
347
- """
348
- Template Name
349
- """
350
- return pulumi.get(self, "template_name")
351
-
352
- @template_name.setter
353
- def template_name(self, value: Optional[pulumi.Input[str]]):
354
- pulumi.set(self, "template_name", value)
355
-
356
-
357
- @pulumi.input_type
358
- class StagePropertiesArgs:
359
- def __init__(__self__, *,
360
- dependencies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
361
- git_environment: Optional[pulumi.Input[str]] = None,
362
- stage_name: Optional[pulumi.Input[str]] = None):
363
- """
364
- Properties of a Stage.
365
- :param pulumi.Input[str] stage_name: Stage Name
366
- """
367
- if dependencies is not None:
368
- pulumi.set(__self__, "dependencies", dependencies)
369
- if git_environment is not None:
370
- pulumi.set(__self__, "git_environment", git_environment)
371
- if stage_name is not None:
372
- pulumi.set(__self__, "stage_name", stage_name)
373
-
374
- @property
375
- @pulumi.getter
376
- def dependencies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
377
- return pulumi.get(self, "dependencies")
378
-
379
- @dependencies.setter
380
- def dependencies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
381
- pulumi.set(self, "dependencies", value)
382
-
383
- @property
384
- @pulumi.getter(name="gitEnvironment")
385
- def git_environment(self) -> Optional[pulumi.Input[str]]:
386
- return pulumi.get(self, "git_environment")
387
-
388
- @git_environment.setter
389
- def git_environment(self, value: Optional[pulumi.Input[str]]):
390
- pulumi.set(self, "git_environment", value)
391
-
392
- @property
393
- @pulumi.getter(name="stageName")
394
- def stage_name(self) -> Optional[pulumi.Input[str]]:
395
- """
396
- Stage Name
397
- """
398
- return pulumi.get(self, "stage_name")
399
-
400
- @stage_name.setter
401
- def stage_name(self, value: Optional[pulumi.Input[str]]):
402
- pulumi.set(self, "stage_name", value)
403
-
404
-
405
- @pulumi.input_type
406
- class WorkflowRunArgs:
407
- def __init__(__self__, *,
408
- workflow_run_status: Optional[pulumi.Input[Union[str, 'WorkflowRunStatus']]] = None):
409
- """
410
- :param pulumi.Input[Union[str, 'WorkflowRunStatus']] workflow_run_status: Describes the status of the workflow run
411
- """
412
- if workflow_run_status is not None:
413
- pulumi.set(__self__, "workflow_run_status", workflow_run_status)
414
-
415
- @property
416
- @pulumi.getter(name="workflowRunStatus")
417
- def workflow_run_status(self) -> Optional[pulumi.Input[Union[str, 'WorkflowRunStatus']]]:
418
- """
419
- Describes the status of the workflow run
420
- """
421
- return pulumi.get(self, "workflow_run_status")
422
-
423
- @workflow_run_status.setter
424
- def workflow_run_status(self, value: Optional[pulumi.Input[Union[str, 'WorkflowRunStatus']]]):
425
- pulumi.set(self, "workflow_run_status", value)
426
-
427
-
@@ -1,91 +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
- 'GetGitHubOAuthResult',
14
- 'AwaitableGetGitHubOAuthResult',
15
- 'get_git_hub_o_auth',
16
- 'get_git_hub_o_auth_output',
17
- ]
18
-
19
- @pulumi.output_type
20
- class GetGitHubOAuthResult:
21
- """
22
- URL used to authorize the Developer Hub GitHub App
23
- """
24
- def __init__(__self__, auth_url=None, token=None):
25
- if auth_url and not isinstance(auth_url, str):
26
- raise TypeError("Expected argument 'auth_url' to be a str")
27
- pulumi.set(__self__, "auth_url", auth_url)
28
- if token and not isinstance(token, str):
29
- raise TypeError("Expected argument 'token' to be a str")
30
- pulumi.set(__self__, "token", token)
31
-
32
- @property
33
- @pulumi.getter(name="authURL")
34
- def auth_url(self) -> Optional[str]:
35
- """
36
- URL for authorizing the Developer Hub GitHub App
37
- """
38
- return pulumi.get(self, "auth_url")
39
-
40
- @property
41
- @pulumi.getter
42
- def token(self) -> Optional[str]:
43
- """
44
- OAuth token used to make calls to GitHub
45
- """
46
- return pulumi.get(self, "token")
47
-
48
-
49
- class AwaitableGetGitHubOAuthResult(GetGitHubOAuthResult):
50
- # pylint: disable=using-constant-test
51
- def __await__(self):
52
- if False:
53
- yield self
54
- return GetGitHubOAuthResult(
55
- auth_url=self.auth_url,
56
- token=self.token)
57
-
58
-
59
- def get_git_hub_o_auth(location: Optional[str] = None,
60
- redirect_url: Optional[str] = None,
61
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGitHubOAuthResult:
62
- """
63
- URL used to authorize the Developer Hub GitHub App
64
-
65
-
66
- :param str location: The name of the Azure region.
67
- :param str redirect_url: The URL the client will redirect to on successful authentication. If empty, no redirect will occur.
68
- """
69
- __args__ = dict()
70
- __args__['location'] = location
71
- __args__['redirectUrl'] = redirect_url
72
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
73
- __ret__ = pulumi.runtime.invoke('azure-native:devhub/v20240501preview:getGitHubOAuth', __args__, opts=opts, typ=GetGitHubOAuthResult).value
74
-
75
- return AwaitableGetGitHubOAuthResult(
76
- auth_url=pulumi.get(__ret__, 'auth_url'),
77
- token=pulumi.get(__ret__, 'token'))
78
-
79
-
80
- @_utilities.lift_output_func(get_git_hub_o_auth)
81
- def get_git_hub_o_auth_output(location: Optional[pulumi.Input[str]] = None,
82
- redirect_url: Optional[pulumi.Input[Optional[str]]] = None,
83
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGitHubOAuthResult]:
84
- """
85
- URL used to authorize the Developer Hub GitHub App
86
-
87
-
88
- :param str location: The name of the Azure region.
89
- :param str redirect_url: The URL the client will redirect to on successful authentication. If empty, no redirect will occur.
90
- """
91
- ...