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.
- pulumi_azure_native/__init__.py +5 -69
- pulumi_azure_native/appcomplianceautomation/__init__.py +0 -14
- pulumi_azure_native/appcomplianceautomation/_inputs.py +0 -40
- pulumi_azure_native/appcomplianceautomation/get_report.py +0 -4
- pulumi_azure_native/appcomplianceautomation/outputs.py +0 -226
- pulumi_azure_native/appcomplianceautomation/report.py +1 -5
- pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +70 -0
- pulumi_azure_native/authorization/_inputs.py +838 -0
- pulumi_azure_native/authorization/get_role_management_policy.py +228 -0
- pulumi_azure_native/authorization/outputs.py +88 -0
- pulumi_azure_native/authorization/role_management_policy.py +327 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +853 -0
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +222 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +321 -0
- pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +853 -0
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +222 -0
- pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +321 -0
- pulumi_azure_native/devhub/__init__.py +0 -5
- pulumi_azure_native/devhub/_inputs.py +0 -190
- pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
- pulumi_azure_native/devhub/get_workflow.py +2 -2
- pulumi_azure_native/devhub/outputs.py +0 -229
- pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
- pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
- pulumi_azure_native/devhub/workflow.py +3 -3
- pulumi_azure_native/hybridcompute/__init__.py +0 -3
- pulumi_azure_native/hybridcompute/gateway.py +1 -5
- pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +4 -0
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
- pulumi_azure_native/scvmm/v20231007/_enums.py +4 -49
- pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
- pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
- pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
- pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
- pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
- pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
- pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
- pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
- pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
- pulumi_azure_native/storage/v20230501/_enums.py +0 -2
- pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
- pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
- pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
- pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
- pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
- pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/RECORD +115 -179
- pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
- pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
- pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
- pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
- pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
- pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
- pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
- pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
- pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
- pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
- pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
- pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
- pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
- pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
- pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
- pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
- pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
- pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
- pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
- pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
- pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
- pulumi_azure_native/devhub/get_iac_profile.py +0 -322
- pulumi_azure_native/devhub/iac_profile.py +0 -539
- pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
- pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
- pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
- pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
- pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
- pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
- pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
- pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
- pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
- pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
- pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
- pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
- pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
- pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
- pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
- pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
- pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
- pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
- pulumi_azure_native/verifiedid/__init__.py +0 -18
- pulumi_azure_native/verifiedid/authority.py +0 -234
- pulumi_azure_native/verifiedid/get_authority.py +0 -159
- pulumi_azure_native/verifiedid/outputs.py +0 -125
- pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
- pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
- pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
- pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
- pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
- pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
- pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
- pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
- pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
- pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
- pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
- pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/top_level.txt +0 -0
|
@@ -1,322 +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
|
-
'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
|
-
...
|