pulumi-azure-native 2.89.0a1740029202__py3-none-any.whl → 2.89.0a1740591573__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 +2 -0
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +26 -0
- pulumi_azure_native/authorization/_inputs.py +194 -0
- pulumi_azure_native/authorization/get_management_lock_at_resource_level.py +8 -2
- pulumi_azure_native/authorization/get_pim_role_eligibility_schedule.py +355 -0
- pulumi_azure_native/authorization/management_lock_at_resource_level.py +21 -0
- pulumi_azure_native/authorization/outputs.py +445 -0
- pulumi_azure_native/authorization/pim_role_eligibility_schedule.py +511 -0
- pulumi_azure_native/authorization/v20200501/get_management_lock_at_resource_level.py +8 -2
- pulumi_azure_native/authorization/v20200501/management_lock_at_resource_level.py +21 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +2 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +26 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +194 -0
- pulumi_azure_native/authorization/v20201001/get_pim_role_eligibility_schedule.py +353 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +445 -0
- pulumi_azure_native/authorization/v20201001/pim_role_eligibility_schedule.py +523 -0
- pulumi_azure_native/keyvault/_enums.py +0 -9
- pulumi_azure_native/keyvault/_inputs.py +1 -41
- pulumi_azure_native/keyvault/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20230201/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20230201/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20230201/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20230701/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20230701/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20230701/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20240401preview/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20240401preview/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20240401preview/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20241101/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20241101/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20241101/outputs.py +27 -29
- pulumi_azure_native/keyvault/v20241201preview/_enums.py +0 -9
- pulumi_azure_native/keyvault/v20241201preview/_inputs.py +1 -41
- pulumi_azure_native/keyvault/v20241201preview/outputs.py +27 -29
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/resources/get_resource.py +8 -2
- pulumi_azure_native/resources/resource.py +21 -0
- pulumi_azure_native/resources/v20220901/get_resource.py +8 -2
- pulumi_azure_native/resources/v20220901/resource.py +21 -0
- pulumi_azure_native/resources/v20230701/get_resource.py +8 -2
- pulumi_azure_native/resources/v20230701/resource.py +21 -0
- pulumi_azure_native/resources/v20240301/get_resource.py +8 -2
- pulumi_azure_native/resources/v20240301/resource.py +21 -0
- pulumi_azure_native/resources/v20240701/get_resource.py +8 -2
- pulumi_azure_native/resources/v20240701/resource.py +21 -0
- pulumi_azure_native/resources/v20241101/get_resource.py +8 -2
- pulumi_azure_native/resources/v20241101/resource.py +21 -0
- {pulumi_azure_native-2.89.0a1740029202.dist-info → pulumi_azure_native-2.89.0a1740591573.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.89.0a1740029202.dist-info → pulumi_azure_native-2.89.0a1740591573.dist-info}/RECORD +52 -48
- {pulumi_azure_native-2.89.0a1740029202.dist-info → pulumi_azure_native-2.89.0a1740591573.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.89.0a1740029202.dist-info → pulumi_azure_native-2.89.0a1740591573.dist-info}/top_level.txt +0 -0
|
@@ -1968,8 +1968,12 @@ class VaultPropertiesResponse(dict):
|
|
|
1968
1968
|
suggest = "hsm_pool_resource_id"
|
|
1969
1969
|
elif key == "privateEndpointConnections":
|
|
1970
1970
|
suggest = "private_endpoint_connections"
|
|
1971
|
+
elif key == "provisioningState":
|
|
1972
|
+
suggest = "provisioning_state"
|
|
1971
1973
|
elif key == "tenantId":
|
|
1972
1974
|
suggest = "tenant_id"
|
|
1975
|
+
elif key == "vaultUri":
|
|
1976
|
+
suggest = "vault_uri"
|
|
1973
1977
|
elif key == "accessPolicies":
|
|
1974
1978
|
suggest = "access_policies"
|
|
1975
1979
|
elif key == "enablePurgeProtection":
|
|
@@ -1986,14 +1990,10 @@ class VaultPropertiesResponse(dict):
|
|
|
1986
1990
|
suggest = "enabled_for_template_deployment"
|
|
1987
1991
|
elif key == "networkAcls":
|
|
1988
1992
|
suggest = "network_acls"
|
|
1989
|
-
elif key == "provisioningState":
|
|
1990
|
-
suggest = "provisioning_state"
|
|
1991
1993
|
elif key == "publicNetworkAccess":
|
|
1992
1994
|
suggest = "public_network_access"
|
|
1993
1995
|
elif key == "softDeleteRetentionInDays":
|
|
1994
1996
|
suggest = "soft_delete_retention_in_days"
|
|
1995
|
-
elif key == "vaultUri":
|
|
1996
|
-
suggest = "vault_uri"
|
|
1997
1997
|
|
|
1998
1998
|
if suggest:
|
|
1999
1999
|
pulumi.log.warn(f"Key '{key}' not found in VaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -2009,8 +2009,10 @@ class VaultPropertiesResponse(dict):
|
|
|
2009
2009
|
def __init__(__self__, *,
|
|
2010
2010
|
hsm_pool_resource_id: str,
|
|
2011
2011
|
private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionItemResponse'],
|
|
2012
|
+
provisioning_state: str,
|
|
2012
2013
|
sku: 'outputs.SkuResponse',
|
|
2013
2014
|
tenant_id: str,
|
|
2015
|
+
vault_uri: str,
|
|
2014
2016
|
access_policies: Optional[Sequence['outputs.AccessPolicyEntryResponse']] = None,
|
|
2015
2017
|
enable_purge_protection: Optional[bool] = None,
|
|
2016
2018
|
enable_rbac_authorization: Optional[bool] = None,
|
|
@@ -2019,16 +2021,16 @@ class VaultPropertiesResponse(dict):
|
|
|
2019
2021
|
enabled_for_disk_encryption: Optional[bool] = None,
|
|
2020
2022
|
enabled_for_template_deployment: Optional[bool] = None,
|
|
2021
2023
|
network_acls: Optional['outputs.NetworkRuleSetResponse'] = None,
|
|
2022
|
-
provisioning_state: Optional[str] = None,
|
|
2023
2024
|
public_network_access: Optional[str] = None,
|
|
2024
|
-
soft_delete_retention_in_days: Optional[int] = None
|
|
2025
|
-
vault_uri: Optional[str] = None):
|
|
2025
|
+
soft_delete_retention_in_days: Optional[int] = None):
|
|
2026
2026
|
"""
|
|
2027
2027
|
Properties of the vault
|
|
2028
2028
|
:param str hsm_pool_resource_id: The resource id of HSM Pool.
|
|
2029
2029
|
:param Sequence['PrivateEndpointConnectionItemResponse'] private_endpoint_connections: List of private endpoint connections associated with the key vault.
|
|
2030
|
+
:param str provisioning_state: Provisioning state of the vault.
|
|
2030
2031
|
:param 'SkuResponse' sku: SKU details
|
|
2031
2032
|
:param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
|
|
2033
|
+
:param str vault_uri: The URI of the vault for performing operations on keys and secrets.
|
|
2032
2034
|
:param Sequence['AccessPolicyEntryResponse'] access_policies: An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required.
|
|
2033
2035
|
These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
|
|
2034
2036
|
:param bool enable_purge_protection: Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
|
|
@@ -2038,15 +2040,15 @@ class VaultPropertiesResponse(dict):
|
|
|
2038
2040
|
:param bool enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
|
|
2039
2041
|
:param bool enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
|
|
2040
2042
|
:param 'NetworkRuleSetResponse' network_acls: Rules governing the accessibility of the key vault from specific network locations.
|
|
2041
|
-
:param str provisioning_state: Provisioning state of the vault.
|
|
2042
2043
|
:param str public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
|
|
2043
2044
|
:param int soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
|
|
2044
|
-
:param str vault_uri: The URI of the vault for performing operations on keys and secrets.
|
|
2045
2045
|
"""
|
|
2046
2046
|
pulumi.set(__self__, "hsm_pool_resource_id", hsm_pool_resource_id)
|
|
2047
2047
|
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
2048
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2048
2049
|
pulumi.set(__self__, "sku", sku)
|
|
2049
2050
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
2051
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
2050
2052
|
if access_policies is not None:
|
|
2051
2053
|
pulumi.set(__self__, "access_policies", access_policies)
|
|
2052
2054
|
if enable_purge_protection is not None:
|
|
@@ -2073,8 +2075,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2073
2075
|
pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
|
|
2074
2076
|
if network_acls is not None:
|
|
2075
2077
|
pulumi.set(__self__, "network_acls", network_acls)
|
|
2076
|
-
if provisioning_state is not None:
|
|
2077
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2078
2078
|
if public_network_access is None:
|
|
2079
2079
|
public_network_access = 'enabled'
|
|
2080
2080
|
if public_network_access is not None:
|
|
@@ -2083,8 +2083,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2083
2083
|
soft_delete_retention_in_days = 90
|
|
2084
2084
|
if soft_delete_retention_in_days is not None:
|
|
2085
2085
|
pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
|
|
2086
|
-
if vault_uri is not None:
|
|
2087
|
-
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
2088
2086
|
|
|
2089
2087
|
@property
|
|
2090
2088
|
@pulumi.getter(name="hsmPoolResourceId")
|
|
@@ -2102,6 +2100,14 @@ class VaultPropertiesResponse(dict):
|
|
|
2102
2100
|
"""
|
|
2103
2101
|
return pulumi.get(self, "private_endpoint_connections")
|
|
2104
2102
|
|
|
2103
|
+
@property
|
|
2104
|
+
@pulumi.getter(name="provisioningState")
|
|
2105
|
+
def provisioning_state(self) -> str:
|
|
2106
|
+
"""
|
|
2107
|
+
Provisioning state of the vault.
|
|
2108
|
+
"""
|
|
2109
|
+
return pulumi.get(self, "provisioning_state")
|
|
2110
|
+
|
|
2105
2111
|
@property
|
|
2106
2112
|
@pulumi.getter
|
|
2107
2113
|
def sku(self) -> 'outputs.SkuResponse':
|
|
@@ -2118,6 +2124,14 @@ class VaultPropertiesResponse(dict):
|
|
|
2118
2124
|
"""
|
|
2119
2125
|
return pulumi.get(self, "tenant_id")
|
|
2120
2126
|
|
|
2127
|
+
@property
|
|
2128
|
+
@pulumi.getter(name="vaultUri")
|
|
2129
|
+
def vault_uri(self) -> str:
|
|
2130
|
+
"""
|
|
2131
|
+
The URI of the vault for performing operations on keys and secrets.
|
|
2132
|
+
"""
|
|
2133
|
+
return pulumi.get(self, "vault_uri")
|
|
2134
|
+
|
|
2121
2135
|
@property
|
|
2122
2136
|
@pulumi.getter(name="accessPolicies")
|
|
2123
2137
|
def access_policies(self) -> Optional[Sequence['outputs.AccessPolicyEntryResponse']]:
|
|
@@ -2183,14 +2197,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2183
2197
|
"""
|
|
2184
2198
|
return pulumi.get(self, "network_acls")
|
|
2185
2199
|
|
|
2186
|
-
@property
|
|
2187
|
-
@pulumi.getter(name="provisioningState")
|
|
2188
|
-
def provisioning_state(self) -> Optional[str]:
|
|
2189
|
-
"""
|
|
2190
|
-
Provisioning state of the vault.
|
|
2191
|
-
"""
|
|
2192
|
-
return pulumi.get(self, "provisioning_state")
|
|
2193
|
-
|
|
2194
2200
|
@property
|
|
2195
2201
|
@pulumi.getter(name="publicNetworkAccess")
|
|
2196
2202
|
def public_network_access(self) -> Optional[str]:
|
|
@@ -2207,14 +2213,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2207
2213
|
"""
|
|
2208
2214
|
return pulumi.get(self, "soft_delete_retention_in_days")
|
|
2209
2215
|
|
|
2210
|
-
@property
|
|
2211
|
-
@pulumi.getter(name="vaultUri")
|
|
2212
|
-
def vault_uri(self) -> Optional[str]:
|
|
2213
|
-
"""
|
|
2214
|
-
The URI of the vault for performing operations on keys and secrets.
|
|
2215
|
-
"""
|
|
2216
|
-
return pulumi.get(self, "vault_uri")
|
|
2217
|
-
|
|
2218
2216
|
|
|
2219
2217
|
@pulumi.output_type
|
|
2220
2218
|
class VirtualNetworkRuleResponse(dict):
|
|
@@ -24,7 +24,6 @@ __all__ = [
|
|
|
24
24
|
'SkuFamily',
|
|
25
25
|
'SkuName',
|
|
26
26
|
'StoragePermissions',
|
|
27
|
-
'VaultProvisioningState',
|
|
28
27
|
]
|
|
29
28
|
|
|
30
29
|
|
|
@@ -235,11 +234,3 @@ class StoragePermissions(str, Enum):
|
|
|
235
234
|
LISTSAS = "listsas"
|
|
236
235
|
GETSAS = "getsas"
|
|
237
236
|
DELETESAS = "deletesas"
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
class VaultProvisioningState(str, Enum):
|
|
241
|
-
"""
|
|
242
|
-
Provisioning state of the vault.
|
|
243
|
-
"""
|
|
244
|
-
SUCCEEDED = "Succeeded"
|
|
245
|
-
REGISTERING_DNS = "RegisteringDns"
|
|
@@ -1856,10 +1856,6 @@ if not MYPY:
|
|
|
1856
1856
|
"""
|
|
1857
1857
|
Rules governing the accessibility of the key vault from specific network locations.
|
|
1858
1858
|
"""
|
|
1859
|
-
provisioning_state: NotRequired[pulumi.Input[Union[str, 'VaultProvisioningState']]]
|
|
1860
|
-
"""
|
|
1861
|
-
Provisioning state of the vault.
|
|
1862
|
-
"""
|
|
1863
1859
|
public_network_access: NotRequired[pulumi.Input[str]]
|
|
1864
1860
|
"""
|
|
1865
1861
|
Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
|
|
@@ -1868,10 +1864,6 @@ if not MYPY:
|
|
|
1868
1864
|
"""
|
|
1869
1865
|
softDelete data retention days. It accepts >=7 and <=90.
|
|
1870
1866
|
"""
|
|
1871
|
-
vault_uri: NotRequired[pulumi.Input[str]]
|
|
1872
|
-
"""
|
|
1873
|
-
The URI of the vault for performing operations on keys and secrets.
|
|
1874
|
-
"""
|
|
1875
1867
|
elif False:
|
|
1876
1868
|
VaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1877
1869
|
|
|
@@ -1889,10 +1881,8 @@ class VaultPropertiesArgs:
|
|
|
1889
1881
|
enabled_for_disk_encryption: Optional[pulumi.Input[bool]] = None,
|
|
1890
1882
|
enabled_for_template_deployment: Optional[pulumi.Input[bool]] = None,
|
|
1891
1883
|
network_acls: Optional[pulumi.Input['NetworkRuleSetArgs']] = None,
|
|
1892
|
-
provisioning_state: Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]] = None,
|
|
1893
1884
|
public_network_access: Optional[pulumi.Input[str]] = None,
|
|
1894
|
-
soft_delete_retention_in_days: Optional[pulumi.Input[int]] = None
|
|
1895
|
-
vault_uri: Optional[pulumi.Input[str]] = None):
|
|
1885
|
+
soft_delete_retention_in_days: Optional[pulumi.Input[int]] = None):
|
|
1896
1886
|
"""
|
|
1897
1887
|
Properties of the vault
|
|
1898
1888
|
:param pulumi.Input['SkuArgs'] sku: SKU details
|
|
@@ -1907,10 +1897,8 @@ class VaultPropertiesArgs:
|
|
|
1907
1897
|
:param pulumi.Input[bool] enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
|
|
1908
1898
|
:param pulumi.Input[bool] enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
|
|
1909
1899
|
:param pulumi.Input['NetworkRuleSetArgs'] network_acls: Rules governing the accessibility of the key vault from specific network locations.
|
|
1910
|
-
:param pulumi.Input[Union[str, 'VaultProvisioningState']] provisioning_state: Provisioning state of the vault.
|
|
1911
1900
|
:param pulumi.Input[str] public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
|
|
1912
1901
|
:param pulumi.Input[int] soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
|
|
1913
|
-
:param pulumi.Input[str] vault_uri: The URI of the vault for performing operations on keys and secrets.
|
|
1914
1902
|
"""
|
|
1915
1903
|
pulumi.set(__self__, "sku", sku)
|
|
1916
1904
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
@@ -1942,8 +1930,6 @@ class VaultPropertiesArgs:
|
|
|
1942
1930
|
pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
|
|
1943
1931
|
if network_acls is not None:
|
|
1944
1932
|
pulumi.set(__self__, "network_acls", network_acls)
|
|
1945
|
-
if provisioning_state is not None:
|
|
1946
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1947
1933
|
if public_network_access is None:
|
|
1948
1934
|
public_network_access = 'enabled'
|
|
1949
1935
|
if public_network_access is not None:
|
|
@@ -1952,8 +1938,6 @@ class VaultPropertiesArgs:
|
|
|
1952
1938
|
soft_delete_retention_in_days = 90
|
|
1953
1939
|
if soft_delete_retention_in_days is not None:
|
|
1954
1940
|
pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
|
|
1955
|
-
if vault_uri is not None:
|
|
1956
|
-
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
1957
1941
|
|
|
1958
1942
|
@property
|
|
1959
1943
|
@pulumi.getter
|
|
@@ -2088,18 +2072,6 @@ class VaultPropertiesArgs:
|
|
|
2088
2072
|
def network_acls(self, value: Optional[pulumi.Input['NetworkRuleSetArgs']]):
|
|
2089
2073
|
pulumi.set(self, "network_acls", value)
|
|
2090
2074
|
|
|
2091
|
-
@property
|
|
2092
|
-
@pulumi.getter(name="provisioningState")
|
|
2093
|
-
def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]]:
|
|
2094
|
-
"""
|
|
2095
|
-
Provisioning state of the vault.
|
|
2096
|
-
"""
|
|
2097
|
-
return pulumi.get(self, "provisioning_state")
|
|
2098
|
-
|
|
2099
|
-
@provisioning_state.setter
|
|
2100
|
-
def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'VaultProvisioningState']]]):
|
|
2101
|
-
pulumi.set(self, "provisioning_state", value)
|
|
2102
|
-
|
|
2103
2075
|
@property
|
|
2104
2076
|
@pulumi.getter(name="publicNetworkAccess")
|
|
2105
2077
|
def public_network_access(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2124,18 +2096,6 @@ class VaultPropertiesArgs:
|
|
|
2124
2096
|
def soft_delete_retention_in_days(self, value: Optional[pulumi.Input[int]]):
|
|
2125
2097
|
pulumi.set(self, "soft_delete_retention_in_days", value)
|
|
2126
2098
|
|
|
2127
|
-
@property
|
|
2128
|
-
@pulumi.getter(name="vaultUri")
|
|
2129
|
-
def vault_uri(self) -> Optional[pulumi.Input[str]]:
|
|
2130
|
-
"""
|
|
2131
|
-
The URI of the vault for performing operations on keys and secrets.
|
|
2132
|
-
"""
|
|
2133
|
-
return pulumi.get(self, "vault_uri")
|
|
2134
|
-
|
|
2135
|
-
@vault_uri.setter
|
|
2136
|
-
def vault_uri(self, value: Optional[pulumi.Input[str]]):
|
|
2137
|
-
pulumi.set(self, "vault_uri", value)
|
|
2138
|
-
|
|
2139
2099
|
|
|
2140
2100
|
if not MYPY:
|
|
2141
2101
|
class VirtualNetworkRuleArgsDict(TypedDict):
|
|
@@ -1968,8 +1968,12 @@ class VaultPropertiesResponse(dict):
|
|
|
1968
1968
|
suggest = "hsm_pool_resource_id"
|
|
1969
1969
|
elif key == "privateEndpointConnections":
|
|
1970
1970
|
suggest = "private_endpoint_connections"
|
|
1971
|
+
elif key == "provisioningState":
|
|
1972
|
+
suggest = "provisioning_state"
|
|
1971
1973
|
elif key == "tenantId":
|
|
1972
1974
|
suggest = "tenant_id"
|
|
1975
|
+
elif key == "vaultUri":
|
|
1976
|
+
suggest = "vault_uri"
|
|
1973
1977
|
elif key == "accessPolicies":
|
|
1974
1978
|
suggest = "access_policies"
|
|
1975
1979
|
elif key == "enablePurgeProtection":
|
|
@@ -1986,14 +1990,10 @@ class VaultPropertiesResponse(dict):
|
|
|
1986
1990
|
suggest = "enabled_for_template_deployment"
|
|
1987
1991
|
elif key == "networkAcls":
|
|
1988
1992
|
suggest = "network_acls"
|
|
1989
|
-
elif key == "provisioningState":
|
|
1990
|
-
suggest = "provisioning_state"
|
|
1991
1993
|
elif key == "publicNetworkAccess":
|
|
1992
1994
|
suggest = "public_network_access"
|
|
1993
1995
|
elif key == "softDeleteRetentionInDays":
|
|
1994
1996
|
suggest = "soft_delete_retention_in_days"
|
|
1995
|
-
elif key == "vaultUri":
|
|
1996
|
-
suggest = "vault_uri"
|
|
1997
1997
|
|
|
1998
1998
|
if suggest:
|
|
1999
1999
|
pulumi.log.warn(f"Key '{key}' not found in VaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -2009,8 +2009,10 @@ class VaultPropertiesResponse(dict):
|
|
|
2009
2009
|
def __init__(__self__, *,
|
|
2010
2010
|
hsm_pool_resource_id: str,
|
|
2011
2011
|
private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionItemResponse'],
|
|
2012
|
+
provisioning_state: str,
|
|
2012
2013
|
sku: 'outputs.SkuResponse',
|
|
2013
2014
|
tenant_id: str,
|
|
2015
|
+
vault_uri: str,
|
|
2014
2016
|
access_policies: Optional[Sequence['outputs.AccessPolicyEntryResponse']] = None,
|
|
2015
2017
|
enable_purge_protection: Optional[bool] = None,
|
|
2016
2018
|
enable_rbac_authorization: Optional[bool] = None,
|
|
@@ -2019,16 +2021,16 @@ class VaultPropertiesResponse(dict):
|
|
|
2019
2021
|
enabled_for_disk_encryption: Optional[bool] = None,
|
|
2020
2022
|
enabled_for_template_deployment: Optional[bool] = None,
|
|
2021
2023
|
network_acls: Optional['outputs.NetworkRuleSetResponse'] = None,
|
|
2022
|
-
provisioning_state: Optional[str] = None,
|
|
2023
2024
|
public_network_access: Optional[str] = None,
|
|
2024
|
-
soft_delete_retention_in_days: Optional[int] = None
|
|
2025
|
-
vault_uri: Optional[str] = None):
|
|
2025
|
+
soft_delete_retention_in_days: Optional[int] = None):
|
|
2026
2026
|
"""
|
|
2027
2027
|
Properties of the vault
|
|
2028
2028
|
:param str hsm_pool_resource_id: The resource id of HSM Pool.
|
|
2029
2029
|
:param Sequence['PrivateEndpointConnectionItemResponse'] private_endpoint_connections: List of private endpoint connections associated with the key vault.
|
|
2030
|
+
:param str provisioning_state: Provisioning state of the vault.
|
|
2030
2031
|
:param 'SkuResponse' sku: SKU details
|
|
2031
2032
|
:param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
|
|
2033
|
+
:param str vault_uri: The URI of the vault for performing operations on keys and secrets.
|
|
2032
2034
|
:param Sequence['AccessPolicyEntryResponse'] access_policies: An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required.
|
|
2033
2035
|
These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
|
|
2034
2036
|
:param bool enable_purge_protection: Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
|
|
@@ -2038,15 +2040,15 @@ class VaultPropertiesResponse(dict):
|
|
|
2038
2040
|
:param bool enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
|
|
2039
2041
|
:param bool enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
|
|
2040
2042
|
:param 'NetworkRuleSetResponse' network_acls: Rules governing the accessibility of the key vault from specific network locations.
|
|
2041
|
-
:param str provisioning_state: Provisioning state of the vault.
|
|
2042
2043
|
:param str public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
|
|
2043
2044
|
:param int soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
|
|
2044
|
-
:param str vault_uri: The URI of the vault for performing operations on keys and secrets.
|
|
2045
2045
|
"""
|
|
2046
2046
|
pulumi.set(__self__, "hsm_pool_resource_id", hsm_pool_resource_id)
|
|
2047
2047
|
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
2048
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2048
2049
|
pulumi.set(__self__, "sku", sku)
|
|
2049
2050
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
2051
|
+
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
2050
2052
|
if access_policies is not None:
|
|
2051
2053
|
pulumi.set(__self__, "access_policies", access_policies)
|
|
2052
2054
|
if enable_purge_protection is not None:
|
|
@@ -2073,8 +2075,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2073
2075
|
pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
|
|
2074
2076
|
if network_acls is not None:
|
|
2075
2077
|
pulumi.set(__self__, "network_acls", network_acls)
|
|
2076
|
-
if provisioning_state is not None:
|
|
2077
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2078
2078
|
if public_network_access is None:
|
|
2079
2079
|
public_network_access = 'enabled'
|
|
2080
2080
|
if public_network_access is not None:
|
|
@@ -2083,8 +2083,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2083
2083
|
soft_delete_retention_in_days = 90
|
|
2084
2084
|
if soft_delete_retention_in_days is not None:
|
|
2085
2085
|
pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
|
|
2086
|
-
if vault_uri is not None:
|
|
2087
|
-
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
2088
2086
|
|
|
2089
2087
|
@property
|
|
2090
2088
|
@pulumi.getter(name="hsmPoolResourceId")
|
|
@@ -2102,6 +2100,14 @@ class VaultPropertiesResponse(dict):
|
|
|
2102
2100
|
"""
|
|
2103
2101
|
return pulumi.get(self, "private_endpoint_connections")
|
|
2104
2102
|
|
|
2103
|
+
@property
|
|
2104
|
+
@pulumi.getter(name="provisioningState")
|
|
2105
|
+
def provisioning_state(self) -> str:
|
|
2106
|
+
"""
|
|
2107
|
+
Provisioning state of the vault.
|
|
2108
|
+
"""
|
|
2109
|
+
return pulumi.get(self, "provisioning_state")
|
|
2110
|
+
|
|
2105
2111
|
@property
|
|
2106
2112
|
@pulumi.getter
|
|
2107
2113
|
def sku(self) -> 'outputs.SkuResponse':
|
|
@@ -2118,6 +2124,14 @@ class VaultPropertiesResponse(dict):
|
|
|
2118
2124
|
"""
|
|
2119
2125
|
return pulumi.get(self, "tenant_id")
|
|
2120
2126
|
|
|
2127
|
+
@property
|
|
2128
|
+
@pulumi.getter(name="vaultUri")
|
|
2129
|
+
def vault_uri(self) -> str:
|
|
2130
|
+
"""
|
|
2131
|
+
The URI of the vault for performing operations on keys and secrets.
|
|
2132
|
+
"""
|
|
2133
|
+
return pulumi.get(self, "vault_uri")
|
|
2134
|
+
|
|
2121
2135
|
@property
|
|
2122
2136
|
@pulumi.getter(name="accessPolicies")
|
|
2123
2137
|
def access_policies(self) -> Optional[Sequence['outputs.AccessPolicyEntryResponse']]:
|
|
@@ -2183,14 +2197,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2183
2197
|
"""
|
|
2184
2198
|
return pulumi.get(self, "network_acls")
|
|
2185
2199
|
|
|
2186
|
-
@property
|
|
2187
|
-
@pulumi.getter(name="provisioningState")
|
|
2188
|
-
def provisioning_state(self) -> Optional[str]:
|
|
2189
|
-
"""
|
|
2190
|
-
Provisioning state of the vault.
|
|
2191
|
-
"""
|
|
2192
|
-
return pulumi.get(self, "provisioning_state")
|
|
2193
|
-
|
|
2194
2200
|
@property
|
|
2195
2201
|
@pulumi.getter(name="publicNetworkAccess")
|
|
2196
2202
|
def public_network_access(self) -> Optional[str]:
|
|
@@ -2207,14 +2213,6 @@ class VaultPropertiesResponse(dict):
|
|
|
2207
2213
|
"""
|
|
2208
2214
|
return pulumi.get(self, "soft_delete_retention_in_days")
|
|
2209
2215
|
|
|
2210
|
-
@property
|
|
2211
|
-
@pulumi.getter(name="vaultUri")
|
|
2212
|
-
def vault_uri(self) -> Optional[str]:
|
|
2213
|
-
"""
|
|
2214
|
-
The URI of the vault for performing operations on keys and secrets.
|
|
2215
|
-
"""
|
|
2216
|
-
return pulumi.get(self, "vault_uri")
|
|
2217
|
-
|
|
2218
2216
|
|
|
2219
2217
|
@pulumi.output_type
|
|
2220
2218
|
class VirtualNetworkRuleResponse(dict):
|
|
@@ -182,7 +182,8 @@ class AwaitableGetResourceResult(GetResourceResult):
|
|
|
182
182
|
type=self.type)
|
|
183
183
|
|
|
184
184
|
|
|
185
|
-
def get_resource(
|
|
185
|
+
def get_resource(api_version: Optional[str] = None,
|
|
186
|
+
parent_resource_path: Optional[str] = None,
|
|
186
187
|
resource_group_name: Optional[str] = None,
|
|
187
188
|
resource_name: Optional[str] = None,
|
|
188
189
|
resource_provider_namespace: Optional[str] = None,
|
|
@@ -195,6 +196,7 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
195
196
|
Other available API versions: 2023-07-01, 2024-03-01, 2024-07-01, 2024-11-01.
|
|
196
197
|
|
|
197
198
|
|
|
199
|
+
:param str api_version: The API version to use for the operation.
|
|
198
200
|
:param str parent_resource_path: The parent resource identity.
|
|
199
201
|
:param str resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive.
|
|
200
202
|
:param str resource_name: The name of the resource to get.
|
|
@@ -202,6 +204,7 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
202
204
|
:param str resource_type: The resource type of the resource.
|
|
203
205
|
"""
|
|
204
206
|
__args__ = dict()
|
|
207
|
+
__args__['apiVersion'] = api_version
|
|
205
208
|
__args__['parentResourcePath'] = parent_resource_path
|
|
206
209
|
__args__['resourceGroupName'] = resource_group_name
|
|
207
210
|
__args__['resourceName'] = resource_name
|
|
@@ -223,7 +226,8 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
223
226
|
sku=pulumi.get(__ret__, 'sku'),
|
|
224
227
|
tags=pulumi.get(__ret__, 'tags'),
|
|
225
228
|
type=pulumi.get(__ret__, 'type'))
|
|
226
|
-
def get_resource_output(
|
|
229
|
+
def get_resource_output(api_version: Optional[pulumi.Input[str]] = None,
|
|
230
|
+
parent_resource_path: Optional[pulumi.Input[str]] = None,
|
|
227
231
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
228
232
|
resource_name: Optional[pulumi.Input[str]] = None,
|
|
229
233
|
resource_provider_namespace: Optional[pulumi.Input[str]] = None,
|
|
@@ -236,6 +240,7 @@ def get_resource_output(parent_resource_path: Optional[pulumi.Input[str]] = None
|
|
|
236
240
|
Other available API versions: 2023-07-01, 2024-03-01, 2024-07-01, 2024-11-01.
|
|
237
241
|
|
|
238
242
|
|
|
243
|
+
:param str api_version: The API version to use for the operation.
|
|
239
244
|
:param str parent_resource_path: The parent resource identity.
|
|
240
245
|
:param str resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive.
|
|
241
246
|
:param str resource_name: The name of the resource to get.
|
|
@@ -243,6 +248,7 @@ def get_resource_output(parent_resource_path: Optional[pulumi.Input[str]] = None
|
|
|
243
248
|
:param str resource_type: The resource type of the resource.
|
|
244
249
|
"""
|
|
245
250
|
__args__ = dict()
|
|
251
|
+
__args__['apiVersion'] = api_version
|
|
246
252
|
__args__['parentResourcePath'] = parent_resource_path
|
|
247
253
|
__args__['resourceGroupName'] = resource_group_name
|
|
248
254
|
__args__['resourceName'] = resource_name
|
|
@@ -22,6 +22,7 @@ __all__ = ['ResourceArgs', 'Resource']
|
|
|
22
22
|
@pulumi.input_type
|
|
23
23
|
class ResourceArgs:
|
|
24
24
|
def __init__(__self__, *,
|
|
25
|
+
api_version: pulumi.Input[str],
|
|
25
26
|
parent_resource_path: pulumi.Input[str],
|
|
26
27
|
resource_group_name: pulumi.Input[str],
|
|
27
28
|
resource_provider_namespace: pulumi.Input[str],
|
|
@@ -38,6 +39,7 @@ class ResourceArgs:
|
|
|
38
39
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
39
40
|
"""
|
|
40
41
|
The set of arguments for constructing a Resource resource.
|
|
42
|
+
:param pulumi.Input[str] api_version: The API version to use for the operation.
|
|
41
43
|
:param pulumi.Input[str] parent_resource_path: The parent resource identity.
|
|
42
44
|
:param pulumi.Input[str] resource_group_name: The name of the resource group for the resource. The name is case insensitive.
|
|
43
45
|
:param pulumi.Input[str] resource_provider_namespace: The namespace of the resource provider.
|
|
@@ -53,6 +55,7 @@ class ResourceArgs:
|
|
|
53
55
|
:param pulumi.Input['SkuArgs'] sku: The SKU of the resource.
|
|
54
56
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
55
57
|
"""
|
|
58
|
+
pulumi.set(__self__, "api_version", api_version)
|
|
56
59
|
pulumi.set(__self__, "parent_resource_path", parent_resource_path)
|
|
57
60
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
58
61
|
pulumi.set(__self__, "resource_provider_namespace", resource_provider_namespace)
|
|
@@ -78,6 +81,18 @@ class ResourceArgs:
|
|
|
78
81
|
if tags is not None:
|
|
79
82
|
pulumi.set(__self__, "tags", tags)
|
|
80
83
|
|
|
84
|
+
@property
|
|
85
|
+
@pulumi.getter(name="apiVersion")
|
|
86
|
+
def api_version(self) -> pulumi.Input[str]:
|
|
87
|
+
"""
|
|
88
|
+
The API version to use for the operation.
|
|
89
|
+
"""
|
|
90
|
+
return pulumi.get(self, "api_version")
|
|
91
|
+
|
|
92
|
+
@api_version.setter
|
|
93
|
+
def api_version(self, value: pulumi.Input[str]):
|
|
94
|
+
pulumi.set(self, "api_version", value)
|
|
95
|
+
|
|
81
96
|
@property
|
|
82
97
|
@pulumi.getter(name="parentResourcePath")
|
|
83
98
|
def parent_resource_path(self) -> pulumi.Input[str]:
|
|
@@ -252,6 +267,7 @@ class Resource(pulumi.CustomResource):
|
|
|
252
267
|
def __init__(__self__,
|
|
253
268
|
resource_name: str,
|
|
254
269
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
270
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
255
271
|
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
256
272
|
identity: Optional[pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']]] = None,
|
|
257
273
|
kind: Optional[pulumi.Input[str]] = None,
|
|
@@ -275,6 +291,7 @@ class Resource(pulumi.CustomResource):
|
|
|
275
291
|
|
|
276
292
|
:param str resource_name: The name of the resource.
|
|
277
293
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
294
|
+
:param pulumi.Input[str] api_version: The API version to use for the operation.
|
|
278
295
|
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: Resource extended location.
|
|
279
296
|
:param pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']] identity: The identity of the resource.
|
|
280
297
|
:param pulumi.Input[str] kind: The kind of the resource.
|
|
@@ -317,6 +334,7 @@ class Resource(pulumi.CustomResource):
|
|
|
317
334
|
def _internal_init(__self__,
|
|
318
335
|
resource_name: str,
|
|
319
336
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
337
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
320
338
|
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
321
339
|
identity: Optional[pulumi.Input[Union['IdentityArgs', 'IdentityArgsDict']]] = None,
|
|
322
340
|
kind: Optional[pulumi.Input[str]] = None,
|
|
@@ -340,6 +358,9 @@ class Resource(pulumi.CustomResource):
|
|
|
340
358
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
341
359
|
__props__ = ResourceArgs.__new__(ResourceArgs)
|
|
342
360
|
|
|
361
|
+
if api_version is None and not opts.urn:
|
|
362
|
+
raise TypeError("Missing required property 'api_version'")
|
|
363
|
+
__props__.__dict__["api_version"] = api_version
|
|
343
364
|
__props__.__dict__["extended_location"] = extended_location
|
|
344
365
|
__props__.__dict__["identity"] = identity
|
|
345
366
|
__props__.__dict__["kind"] = kind
|
|
@@ -182,7 +182,8 @@ class AwaitableGetResourceResult(GetResourceResult):
|
|
|
182
182
|
type=self.type)
|
|
183
183
|
|
|
184
184
|
|
|
185
|
-
def get_resource(
|
|
185
|
+
def get_resource(api_version: Optional[str] = None,
|
|
186
|
+
parent_resource_path: Optional[str] = None,
|
|
186
187
|
resource_group_name: Optional[str] = None,
|
|
187
188
|
resource_name: Optional[str] = None,
|
|
188
189
|
resource_provider_namespace: Optional[str] = None,
|
|
@@ -192,6 +193,7 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
192
193
|
Gets a resource.
|
|
193
194
|
|
|
194
195
|
|
|
196
|
+
:param str api_version: The API version to use for the operation.
|
|
195
197
|
:param str parent_resource_path: The parent resource identity.
|
|
196
198
|
:param str resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive.
|
|
197
199
|
:param str resource_name: The name of the resource to get.
|
|
@@ -199,6 +201,7 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
199
201
|
:param str resource_type: The resource type of the resource.
|
|
200
202
|
"""
|
|
201
203
|
__args__ = dict()
|
|
204
|
+
__args__['apiVersion'] = api_version
|
|
202
205
|
__args__['parentResourcePath'] = parent_resource_path
|
|
203
206
|
__args__['resourceGroupName'] = resource_group_name
|
|
204
207
|
__args__['resourceName'] = resource_name
|
|
@@ -220,7 +223,8 @@ def get_resource(parent_resource_path: Optional[str] = None,
|
|
|
220
223
|
sku=pulumi.get(__ret__, 'sku'),
|
|
221
224
|
tags=pulumi.get(__ret__, 'tags'),
|
|
222
225
|
type=pulumi.get(__ret__, 'type'))
|
|
223
|
-
def get_resource_output(
|
|
226
|
+
def get_resource_output(api_version: Optional[pulumi.Input[str]] = None,
|
|
227
|
+
parent_resource_path: Optional[pulumi.Input[str]] = None,
|
|
224
228
|
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
225
229
|
resource_name: Optional[pulumi.Input[str]] = None,
|
|
226
230
|
resource_provider_namespace: Optional[pulumi.Input[str]] = None,
|
|
@@ -230,6 +234,7 @@ def get_resource_output(parent_resource_path: Optional[pulumi.Input[str]] = None
|
|
|
230
234
|
Gets a resource.
|
|
231
235
|
|
|
232
236
|
|
|
237
|
+
:param str api_version: The API version to use for the operation.
|
|
233
238
|
:param str parent_resource_path: The parent resource identity.
|
|
234
239
|
:param str resource_group_name: The name of the resource group containing the resource to get. The name is case insensitive.
|
|
235
240
|
:param str resource_name: The name of the resource to get.
|
|
@@ -237,6 +242,7 @@ def get_resource_output(parent_resource_path: Optional[pulumi.Input[str]] = None
|
|
|
237
242
|
:param str resource_type: The resource type of the resource.
|
|
238
243
|
"""
|
|
239
244
|
__args__ = dict()
|
|
245
|
+
__args__['apiVersion'] = api_version
|
|
240
246
|
__args__['parentResourcePath'] = parent_resource_path
|
|
241
247
|
__args__['resourceGroupName'] = resource_group_name
|
|
242
248
|
__args__['resourceName'] = resource_name
|