pulumi-azure-native 2.19.1a1700821330__py3-none-any.whl → 2.19.1a1701217948__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 +24 -0
- pulumi_azure_native/dataprotection/__init__.py +3 -0
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230801/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230801/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230801/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/__init__.py +20 -0
- pulumi_azure_native/dataprotection/v20231101/_enums.py +163 -0
- pulumi_azure_native/dataprotection/v20231101/_inputs.py +2399 -0
- pulumi_azure_native/dataprotection/v20231101/backup_instance.py +245 -0
- pulumi_azure_native/dataprotection/v20231101/backup_policy.py +216 -0
- pulumi_azure_native/dataprotection/v20231101/backup_vault.py +312 -0
- pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +215 -0
- pulumi_azure_native/dataprotection/v20231101/get_backup_instance.py +149 -0
- pulumi_azure_native/dataprotection/v20231101/get_backup_policy.py +134 -0
- pulumi_azure_native/dataprotection/v20231101/get_backup_vault.py +183 -0
- pulumi_azure_native/dataprotection/v20231101/get_dpp_resource_guard_proxy.py +136 -0
- pulumi_azure_native/dataprotection/v20231101/get_resource_guard.py +165 -0
- pulumi_azure_native/dataprotection/v20231101/outputs.py +3662 -0
- pulumi_azure_native/dataprotection/v20231101/resource_guard.py +279 -0
- pulumi_azure_native/hybridcontainerservice/v20231115preview/outputs.py +119 -120
- pulumi_azure_native/notificationhubs/__init__.py +3 -0
- pulumi_azure_native/notificationhubs/get_namespace.py +2 -2
- pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/notificationhubs/get_namespace_pns_credentials.py +2 -2
- pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
- pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +2 -2
- pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +2 -2
- pulumi_azure_native/notificationhubs/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/notificationhubs/list_namespace_keys.py +2 -2
- pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +2 -2
- pulumi_azure_native/notificationhubs/namespace.py +3 -3
- pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/notificationhubs/notification_hub.py +3 -3
- pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +3 -3
- pulumi_azure_native/notificationhubs/private_endpoint_connection.py +3 -3
- pulumi_azure_native/notificationhubs/v20170401/namespace.py +1 -1
- pulumi_azure_native/notificationhubs/v20170401/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/notificationhubs/v20170401/notification_hub.py +1 -1
- pulumi_azure_native/notificationhubs/v20170401/notification_hub_authorization_rule.py +1 -1
- pulumi_azure_native/notificationhubs/v20230101preview/namespace.py +1 -1
- pulumi_azure_native/notificationhubs/v20230101preview/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/notificationhubs/v20230101preview/notification_hub.py +1 -1
- pulumi_azure_native/notificationhubs/v20230101preview/notification_hub_authorization_rule.py +1 -1
- pulumi_azure_native/notificationhubs/v20230101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/notificationhubs/v20230901/namespace.py +1 -1
- pulumi_azure_native/notificationhubs/v20230901/namespace_authorization_rule.py +1 -1
- pulumi_azure_native/notificationhubs/v20230901/notification_hub.py +1 -1
- pulumi_azure_native/notificationhubs/v20230901/notification_hub_authorization_rule.py +1 -1
- pulumi_azure_native/notificationhubs/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/notificationhubs/v20231001preview/__init__.py +24 -0
- pulumi_azure_native/notificationhubs/v20231001preview/_enums.py +121 -0
- pulumi_azure_native/notificationhubs/v20231001preview/_inputs.py +1638 -0
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace.py +170 -0
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace_authorization_rule.py +162 -0
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace_pns_credentials.py +160 -0
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub.py +175 -0
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub_authorization_rule.py +167 -0
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub_pns_credentials.py +165 -0
- pulumi_azure_native/notificationhubs/v20231001preview/get_private_endpoint_connection.py +136 -0
- pulumi_azure_native/notificationhubs/v20231001preview/list_namespace_keys.py +136 -0
- pulumi_azure_native/notificationhubs/v20231001preview/list_notification_hub_keys.py +141 -0
- pulumi_azure_native/notificationhubs/v20231001preview/namespace.py +283 -0
- pulumi_azure_native/notificationhubs/v20231001preview/namespace_authorization_rule.py +274 -0
- pulumi_azure_native/notificationhubs/v20231001preview/notification_hub.py +303 -0
- pulumi_azure_native/notificationhubs/v20231001preview/notification_hub_authorization_rule.py +295 -0
- pulumi_azure_native/notificationhubs/v20231001preview/outputs.py +2248 -0
- pulumi_azure_native/notificationhubs/v20231001preview/private_endpoint_connection.py +216 -0
- {pulumi_azure_native-2.19.1a1700821330.dist-info → pulumi_azure_native-2.19.1a1701217948.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.19.1a1700821330.dist-info → pulumi_azure_native-2.19.1a1701217948.dist-info}/RECORD +109 -77
- {pulumi_azure_native-2.19.1a1700821330.dist-info → pulumi_azure_native-2.19.1a1701217948.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-2.19.1a1700821330.dist-info → pulumi_azure_native-2.19.1a1701217948.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,279 @@
|
|
|
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
|
+
from ._inputs import *
|
|
13
|
+
|
|
14
|
+
__all__ = ['ResourceGuardInitArgs', 'ResourceGuard']
|
|
15
|
+
|
|
16
|
+
@pulumi.input_type
|
|
17
|
+
class ResourceGuardInitArgs:
|
|
18
|
+
def __init__(__self__, *,
|
|
19
|
+
resource_group_name: pulumi.Input[str],
|
|
20
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
21
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
properties: Optional[pulumi.Input['ResourceGuardArgs']] = None,
|
|
23
|
+
resource_guards_name: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
25
|
+
"""
|
|
26
|
+
The set of arguments for constructing a ResourceGuard resource.
|
|
27
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
28
|
+
:param pulumi.Input[str] e_tag: Optional ETag.
|
|
29
|
+
:param pulumi.Input[str] location: Resource location.
|
|
30
|
+
:param pulumi.Input['ResourceGuardArgs'] properties: ResourceGuardResource properties
|
|
31
|
+
:param pulumi.Input[str] resource_guards_name: The name of ResourceGuard
|
|
32
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
33
|
+
"""
|
|
34
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
35
|
+
if e_tag is not None:
|
|
36
|
+
pulumi.set(__self__, "e_tag", e_tag)
|
|
37
|
+
if location is not None:
|
|
38
|
+
pulumi.set(__self__, "location", location)
|
|
39
|
+
if properties is not None:
|
|
40
|
+
pulumi.set(__self__, "properties", properties)
|
|
41
|
+
if resource_guards_name is not None:
|
|
42
|
+
pulumi.set(__self__, "resource_guards_name", resource_guards_name)
|
|
43
|
+
if tags is not None:
|
|
44
|
+
pulumi.set(__self__, "tags", tags)
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter(name="resourceGroupName")
|
|
48
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
49
|
+
"""
|
|
50
|
+
The name of the resource group. The name is case insensitive.
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "resource_group_name")
|
|
53
|
+
|
|
54
|
+
@resource_group_name.setter
|
|
55
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
56
|
+
pulumi.set(self, "resource_group_name", value)
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter(name="eTag")
|
|
60
|
+
def e_tag(self) -> Optional[pulumi.Input[str]]:
|
|
61
|
+
"""
|
|
62
|
+
Optional ETag.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "e_tag")
|
|
65
|
+
|
|
66
|
+
@e_tag.setter
|
|
67
|
+
def e_tag(self, value: Optional[pulumi.Input[str]]):
|
|
68
|
+
pulumi.set(self, "e_tag", value)
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
73
|
+
"""
|
|
74
|
+
Resource location.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "location")
|
|
77
|
+
|
|
78
|
+
@location.setter
|
|
79
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
80
|
+
pulumi.set(self, "location", value)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def properties(self) -> Optional[pulumi.Input['ResourceGuardArgs']]:
|
|
85
|
+
"""
|
|
86
|
+
ResourceGuardResource properties
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "properties")
|
|
89
|
+
|
|
90
|
+
@properties.setter
|
|
91
|
+
def properties(self, value: Optional[pulumi.Input['ResourceGuardArgs']]):
|
|
92
|
+
pulumi.set(self, "properties", value)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="resourceGuardsName")
|
|
96
|
+
def resource_guards_name(self) -> Optional[pulumi.Input[str]]:
|
|
97
|
+
"""
|
|
98
|
+
The name of ResourceGuard
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "resource_guards_name")
|
|
101
|
+
|
|
102
|
+
@resource_guards_name.setter
|
|
103
|
+
def resource_guards_name(self, value: Optional[pulumi.Input[str]]):
|
|
104
|
+
pulumi.set(self, "resource_guards_name", value)
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter
|
|
108
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
109
|
+
"""
|
|
110
|
+
Resource tags.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "tags")
|
|
113
|
+
|
|
114
|
+
@tags.setter
|
|
115
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
116
|
+
pulumi.set(self, "tags", value)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
class ResourceGuard(pulumi.CustomResource):
|
|
120
|
+
@overload
|
|
121
|
+
def __init__(__self__,
|
|
122
|
+
resource_name: str,
|
|
123
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
124
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
properties: Optional[pulumi.Input[pulumi.InputType['ResourceGuardArgs']]] = None,
|
|
127
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
resource_guards_name: Optional[pulumi.Input[str]] = None,
|
|
129
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
130
|
+
__props__=None):
|
|
131
|
+
"""
|
|
132
|
+
Create a ResourceGuard resource with the given unique name, props, and options.
|
|
133
|
+
:param str resource_name: The name of the resource.
|
|
134
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
135
|
+
:param pulumi.Input[str] e_tag: Optional ETag.
|
|
136
|
+
:param pulumi.Input[str] location: Resource location.
|
|
137
|
+
:param pulumi.Input[pulumi.InputType['ResourceGuardArgs']] properties: ResourceGuardResource properties
|
|
138
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
139
|
+
:param pulumi.Input[str] resource_guards_name: The name of ResourceGuard
|
|
140
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
141
|
+
"""
|
|
142
|
+
...
|
|
143
|
+
@overload
|
|
144
|
+
def __init__(__self__,
|
|
145
|
+
resource_name: str,
|
|
146
|
+
args: ResourceGuardInitArgs,
|
|
147
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
148
|
+
"""
|
|
149
|
+
Create a ResourceGuard resource with the given unique name, props, and options.
|
|
150
|
+
:param str resource_name: The name of the resource.
|
|
151
|
+
:param ResourceGuardInitArgs args: The arguments to use to populate this resource's properties.
|
|
152
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
153
|
+
"""
|
|
154
|
+
...
|
|
155
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
156
|
+
resource_args, opts = _utilities.get_resource_args_opts(ResourceGuardInitArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
157
|
+
if resource_args is not None:
|
|
158
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
159
|
+
else:
|
|
160
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
161
|
+
|
|
162
|
+
def _internal_init(__self__,
|
|
163
|
+
resource_name: str,
|
|
164
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
165
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
properties: Optional[pulumi.Input[pulumi.InputType['ResourceGuardArgs']]] = None,
|
|
168
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
resource_guards_name: Optional[pulumi.Input[str]] = None,
|
|
170
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
171
|
+
__props__=None):
|
|
172
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
173
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
174
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
175
|
+
if opts.id is None:
|
|
176
|
+
if __props__ is not None:
|
|
177
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
178
|
+
__props__ = ResourceGuardInitArgs.__new__(ResourceGuardInitArgs)
|
|
179
|
+
|
|
180
|
+
__props__.__dict__["e_tag"] = e_tag
|
|
181
|
+
__props__.__dict__["location"] = location
|
|
182
|
+
__props__.__dict__["properties"] = properties
|
|
183
|
+
if resource_group_name is None and not opts.urn:
|
|
184
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
185
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
186
|
+
__props__.__dict__["resource_guards_name"] = resource_guards_name
|
|
187
|
+
__props__.__dict__["tags"] = tags
|
|
188
|
+
__props__.__dict__["name"] = None
|
|
189
|
+
__props__.__dict__["system_data"] = None
|
|
190
|
+
__props__.__dict__["type"] = None
|
|
191
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dataprotection:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20210701:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20211001preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20211201preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20220101:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20220201preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20220301:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20220331preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20220401:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20220501:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20220901preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20221001preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20221101preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20221201:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20230101:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20230401preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20230501:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20230601preview:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20230801:ResourceGuard"), pulumi.Alias(type_="azure-native:dataprotection/v20230801preview:ResourceGuard")])
|
|
192
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
193
|
+
super(ResourceGuard, __self__).__init__(
|
|
194
|
+
'azure-native:dataprotection/v20231101:ResourceGuard',
|
|
195
|
+
resource_name,
|
|
196
|
+
__props__,
|
|
197
|
+
opts)
|
|
198
|
+
|
|
199
|
+
@staticmethod
|
|
200
|
+
def get(resource_name: str,
|
|
201
|
+
id: pulumi.Input[str],
|
|
202
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ResourceGuard':
|
|
203
|
+
"""
|
|
204
|
+
Get an existing ResourceGuard resource's state with the given name, id, and optional extra
|
|
205
|
+
properties used to qualify the lookup.
|
|
206
|
+
|
|
207
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
208
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
209
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
210
|
+
"""
|
|
211
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
212
|
+
|
|
213
|
+
__props__ = ResourceGuardInitArgs.__new__(ResourceGuardInitArgs)
|
|
214
|
+
|
|
215
|
+
__props__.__dict__["e_tag"] = None
|
|
216
|
+
__props__.__dict__["location"] = None
|
|
217
|
+
__props__.__dict__["name"] = None
|
|
218
|
+
__props__.__dict__["properties"] = None
|
|
219
|
+
__props__.__dict__["system_data"] = None
|
|
220
|
+
__props__.__dict__["tags"] = None
|
|
221
|
+
__props__.__dict__["type"] = None
|
|
222
|
+
return ResourceGuard(resource_name, opts=opts, __props__=__props__)
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
@pulumi.getter(name="eTag")
|
|
226
|
+
def e_tag(self) -> pulumi.Output[Optional[str]]:
|
|
227
|
+
"""
|
|
228
|
+
Optional ETag.
|
|
229
|
+
"""
|
|
230
|
+
return pulumi.get(self, "e_tag")
|
|
231
|
+
|
|
232
|
+
@property
|
|
233
|
+
@pulumi.getter
|
|
234
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
235
|
+
"""
|
|
236
|
+
Resource location.
|
|
237
|
+
"""
|
|
238
|
+
return pulumi.get(self, "location")
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter
|
|
242
|
+
def name(self) -> pulumi.Output[str]:
|
|
243
|
+
"""
|
|
244
|
+
Resource name associated with the resource.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "name")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter
|
|
250
|
+
def properties(self) -> pulumi.Output['outputs.ResourceGuardResponse']:
|
|
251
|
+
"""
|
|
252
|
+
ResourceGuardResource properties
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "properties")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="systemData")
|
|
258
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
259
|
+
"""
|
|
260
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "system_data")
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter
|
|
266
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
267
|
+
"""
|
|
268
|
+
Resource tags.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "tags")
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
@pulumi.getter
|
|
274
|
+
def type(self) -> pulumi.Output[str]:
|
|
275
|
+
"""
|
|
276
|
+
Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
|
|
277
|
+
"""
|
|
278
|
+
return pulumi.get(self, "type")
|
|
279
|
+
|
|
@@ -25,8 +25,8 @@ __all__ = [
|
|
|
25
25
|
'ExtendedLocationResponse',
|
|
26
26
|
'KubernetesPatchVersionsResponse',
|
|
27
27
|
'KubernetesVersionCapabilitiesResponse',
|
|
28
|
-
'KubernetesVersionProfilePropertiesResponse',
|
|
29
28
|
'KubernetesVersionProfileResponseProperties',
|
|
29
|
+
'KubernetesVersionPropertiesResponse',
|
|
30
30
|
'KubernetesVersionReadinessResponse',
|
|
31
31
|
'LinuxProfilePropertiesResponse',
|
|
32
32
|
'LinuxProfilePropertiesResponsePublicKeys',
|
|
@@ -53,8 +53,8 @@ __all__ = [
|
|
|
53
53
|
'VirtualNetworkPropertiesResponseVmware',
|
|
54
54
|
'VirtualNetworkResponseExtendedLocation',
|
|
55
55
|
'VmSkuCapabilitiesResponse',
|
|
56
|
-
'VmSkuProfilePropertiesResponse',
|
|
57
56
|
'VmSkuProfileResponseProperties',
|
|
57
|
+
'VmSkuPropertiesResponse',
|
|
58
58
|
]
|
|
59
59
|
|
|
60
60
|
@pulumi.output_type
|
|
@@ -746,7 +746,54 @@ class KubernetesVersionCapabilitiesResponse(dict):
|
|
|
746
746
|
|
|
747
747
|
|
|
748
748
|
@pulumi.output_type
|
|
749
|
-
class
|
|
749
|
+
class KubernetesVersionProfileResponseProperties(dict):
|
|
750
|
+
@staticmethod
|
|
751
|
+
def __key_warning(key: str):
|
|
752
|
+
suggest = None
|
|
753
|
+
if key == "provisioningState":
|
|
754
|
+
suggest = "provisioning_state"
|
|
755
|
+
|
|
756
|
+
if suggest:
|
|
757
|
+
pulumi.log.warn(f"Key '{key}' not found in KubernetesVersionProfileResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
758
|
+
|
|
759
|
+
def __getitem__(self, key: str) -> Any:
|
|
760
|
+
KubernetesVersionProfileResponseProperties.__key_warning(key)
|
|
761
|
+
return super().__getitem__(key)
|
|
762
|
+
|
|
763
|
+
def get(self, key: str, default = None) -> Any:
|
|
764
|
+
KubernetesVersionProfileResponseProperties.__key_warning(key)
|
|
765
|
+
return super().get(key, default)
|
|
766
|
+
|
|
767
|
+
def __init__(__self__, *,
|
|
768
|
+
provisioning_state: str,
|
|
769
|
+
values: Optional[Sequence['outputs.KubernetesVersionPropertiesResponse']] = None):
|
|
770
|
+
"""
|
|
771
|
+
:param str provisioning_state: Provisioning state of the resource
|
|
772
|
+
:param Sequence['KubernetesVersionPropertiesResponse'] values: List of supported Kubernetes versions
|
|
773
|
+
"""
|
|
774
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
775
|
+
if values is not None:
|
|
776
|
+
pulumi.set(__self__, "values", values)
|
|
777
|
+
|
|
778
|
+
@property
|
|
779
|
+
@pulumi.getter(name="provisioningState")
|
|
780
|
+
def provisioning_state(self) -> str:
|
|
781
|
+
"""
|
|
782
|
+
Provisioning state of the resource
|
|
783
|
+
"""
|
|
784
|
+
return pulumi.get(self, "provisioning_state")
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter
|
|
788
|
+
def values(self) -> Optional[Sequence['outputs.KubernetesVersionPropertiesResponse']]:
|
|
789
|
+
"""
|
|
790
|
+
List of supported Kubernetes versions
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "values")
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
@pulumi.output_type
|
|
796
|
+
class KubernetesVersionPropertiesResponse(dict):
|
|
750
797
|
"""
|
|
751
798
|
Kubernetes version profile for given major.minor release
|
|
752
799
|
"""
|
|
@@ -759,14 +806,14 @@ class KubernetesVersionProfilePropertiesResponse(dict):
|
|
|
759
806
|
suggest = "patch_versions"
|
|
760
807
|
|
|
761
808
|
if suggest:
|
|
762
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
809
|
+
pulumi.log.warn(f"Key '{key}' not found in KubernetesVersionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
763
810
|
|
|
764
811
|
def __getitem__(self, key: str) -> Any:
|
|
765
|
-
|
|
812
|
+
KubernetesVersionPropertiesResponse.__key_warning(key)
|
|
766
813
|
return super().__getitem__(key)
|
|
767
814
|
|
|
768
815
|
def get(self, key: str, default = None) -> Any:
|
|
769
|
-
|
|
816
|
+
KubernetesVersionPropertiesResponse.__key_warning(key)
|
|
770
817
|
return super().get(key, default)
|
|
771
818
|
|
|
772
819
|
def __init__(__self__, *,
|
|
@@ -819,53 +866,6 @@ class KubernetesVersionProfilePropertiesResponse(dict):
|
|
|
819
866
|
return pulumi.get(self, "version")
|
|
820
867
|
|
|
821
868
|
|
|
822
|
-
@pulumi.output_type
|
|
823
|
-
class KubernetesVersionProfileResponseProperties(dict):
|
|
824
|
-
@staticmethod
|
|
825
|
-
def __key_warning(key: str):
|
|
826
|
-
suggest = None
|
|
827
|
-
if key == "provisioningState":
|
|
828
|
-
suggest = "provisioning_state"
|
|
829
|
-
|
|
830
|
-
if suggest:
|
|
831
|
-
pulumi.log.warn(f"Key '{key}' not found in KubernetesVersionProfileResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
832
|
-
|
|
833
|
-
def __getitem__(self, key: str) -> Any:
|
|
834
|
-
KubernetesVersionProfileResponseProperties.__key_warning(key)
|
|
835
|
-
return super().__getitem__(key)
|
|
836
|
-
|
|
837
|
-
def get(self, key: str, default = None) -> Any:
|
|
838
|
-
KubernetesVersionProfileResponseProperties.__key_warning(key)
|
|
839
|
-
return super().get(key, default)
|
|
840
|
-
|
|
841
|
-
def __init__(__self__, *,
|
|
842
|
-
provisioning_state: str,
|
|
843
|
-
values: Optional[Sequence['outputs.KubernetesVersionProfilePropertiesResponse']] = None):
|
|
844
|
-
"""
|
|
845
|
-
:param str provisioning_state: Provisioning state of the resource
|
|
846
|
-
:param Sequence['KubernetesVersionProfilePropertiesResponse'] values: List of supported Kubernetes versions
|
|
847
|
-
"""
|
|
848
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
849
|
-
if values is not None:
|
|
850
|
-
pulumi.set(__self__, "values", values)
|
|
851
|
-
|
|
852
|
-
@property
|
|
853
|
-
@pulumi.getter(name="provisioningState")
|
|
854
|
-
def provisioning_state(self) -> str:
|
|
855
|
-
"""
|
|
856
|
-
Provisioning state of the resource
|
|
857
|
-
"""
|
|
858
|
-
return pulumi.get(self, "provisioning_state")
|
|
859
|
-
|
|
860
|
-
@property
|
|
861
|
-
@pulumi.getter
|
|
862
|
-
def values(self) -> Optional[Sequence['outputs.KubernetesVersionProfilePropertiesResponse']]:
|
|
863
|
-
"""
|
|
864
|
-
List of supported Kubernetes versions
|
|
865
|
-
"""
|
|
866
|
-
return pulumi.get(self, "values")
|
|
867
|
-
|
|
868
|
-
|
|
869
869
|
@pulumi.output_type
|
|
870
870
|
class KubernetesVersionReadinessResponse(dict):
|
|
871
871
|
"""
|
|
@@ -876,10 +876,10 @@ class KubernetesVersionReadinessResponse(dict):
|
|
|
876
876
|
suggest = None
|
|
877
877
|
if key == "errorMessage":
|
|
878
878
|
suggest = "error_message"
|
|
879
|
-
elif key == "osSku":
|
|
880
|
-
suggest = "os_sku"
|
|
881
879
|
elif key == "osType":
|
|
882
880
|
suggest = "os_type"
|
|
881
|
+
elif key == "osSku":
|
|
882
|
+
suggest = "os_sku"
|
|
883
883
|
|
|
884
884
|
if suggest:
|
|
885
885
|
pulumi.log.warn(f"Key '{key}' not found in KubernetesVersionReadinessResponse. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -894,24 +894,23 @@ class KubernetesVersionReadinessResponse(dict):
|
|
|
894
894
|
|
|
895
895
|
def __init__(__self__, *,
|
|
896
896
|
error_message: str,
|
|
897
|
-
os_sku: Optional[str] = None,
|
|
898
897
|
os_type: Optional[str] = None,
|
|
899
|
-
ready: bool
|
|
898
|
+
ready: bool,
|
|
899
|
+
os_sku: Optional[str] = None):
|
|
900
900
|
"""
|
|
901
901
|
Whether a particular kubernetes version's variant (CBLMariner, Windows, Windows2022) is ready or not
|
|
902
902
|
:param str error_message: If image is not ready, the error message for version not being ready
|
|
903
|
-
:param str os_sku: The particular KubernetesVersion's Image's OS SKU (CBLMariner, Windows, Windows2022)
|
|
904
903
|
:param str os_type: The particular KubernetesVersion's Image's OS Type (Linux, Windows)
|
|
905
904
|
:param bool ready: Whether or not the given image is ready
|
|
905
|
+
:param str os_sku: Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
|
|
906
906
|
"""
|
|
907
907
|
pulumi.set(__self__, "error_message", error_message)
|
|
908
|
-
if os_sku is None:
|
|
909
|
-
os_sku = 'CBLMariner'
|
|
910
|
-
pulumi.set(__self__, "os_sku", os_sku)
|
|
911
908
|
if os_type is None:
|
|
912
909
|
os_type = 'Linux'
|
|
913
910
|
pulumi.set(__self__, "os_type", os_type)
|
|
914
911
|
pulumi.set(__self__, "ready", ready)
|
|
912
|
+
if os_sku is not None:
|
|
913
|
+
pulumi.set(__self__, "os_sku", os_sku)
|
|
915
914
|
|
|
916
915
|
@property
|
|
917
916
|
@pulumi.getter(name="errorMessage")
|
|
@@ -921,14 +920,6 @@ class KubernetesVersionReadinessResponse(dict):
|
|
|
921
920
|
"""
|
|
922
921
|
return pulumi.get(self, "error_message")
|
|
923
922
|
|
|
924
|
-
@property
|
|
925
|
-
@pulumi.getter(name="osSku")
|
|
926
|
-
def os_sku(self) -> str:
|
|
927
|
-
"""
|
|
928
|
-
The particular KubernetesVersion's Image's OS SKU (CBLMariner, Windows, Windows2022)
|
|
929
|
-
"""
|
|
930
|
-
return pulumi.get(self, "os_sku")
|
|
931
|
-
|
|
932
923
|
@property
|
|
933
924
|
@pulumi.getter(name="osType")
|
|
934
925
|
def os_type(self) -> str:
|
|
@@ -945,6 +936,14 @@ class KubernetesVersionReadinessResponse(dict):
|
|
|
945
936
|
"""
|
|
946
937
|
return pulumi.get(self, "ready")
|
|
947
938
|
|
|
939
|
+
@property
|
|
940
|
+
@pulumi.getter(name="osSku")
|
|
941
|
+
def os_sku(self) -> Optional[str]:
|
|
942
|
+
"""
|
|
943
|
+
Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
|
|
944
|
+
"""
|
|
945
|
+
return pulumi.get(self, "os_sku")
|
|
946
|
+
|
|
948
947
|
|
|
949
948
|
@pulumi.output_type
|
|
950
949
|
class LinuxProfilePropertiesResponse(dict):
|
|
@@ -2323,7 +2322,54 @@ class VmSkuCapabilitiesResponse(dict):
|
|
|
2323
2322
|
|
|
2324
2323
|
|
|
2325
2324
|
@pulumi.output_type
|
|
2326
|
-
class
|
|
2325
|
+
class VmSkuProfileResponseProperties(dict):
|
|
2326
|
+
@staticmethod
|
|
2327
|
+
def __key_warning(key: str):
|
|
2328
|
+
suggest = None
|
|
2329
|
+
if key == "provisioningState":
|
|
2330
|
+
suggest = "provisioning_state"
|
|
2331
|
+
|
|
2332
|
+
if suggest:
|
|
2333
|
+
pulumi.log.warn(f"Key '{key}' not found in VmSkuProfileResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
2334
|
+
|
|
2335
|
+
def __getitem__(self, key: str) -> Any:
|
|
2336
|
+
VmSkuProfileResponseProperties.__key_warning(key)
|
|
2337
|
+
return super().__getitem__(key)
|
|
2338
|
+
|
|
2339
|
+
def get(self, key: str, default = None) -> Any:
|
|
2340
|
+
VmSkuProfileResponseProperties.__key_warning(key)
|
|
2341
|
+
return super().get(key, default)
|
|
2342
|
+
|
|
2343
|
+
def __init__(__self__, *,
|
|
2344
|
+
provisioning_state: str,
|
|
2345
|
+
values: Optional[Sequence['outputs.VmSkuPropertiesResponse']] = None):
|
|
2346
|
+
"""
|
|
2347
|
+
:param str provisioning_state: Provisioning state of the resource
|
|
2348
|
+
:param Sequence['VmSkuPropertiesResponse'] values: Array of HybridAKS Support VM Skus
|
|
2349
|
+
"""
|
|
2350
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2351
|
+
if values is not None:
|
|
2352
|
+
pulumi.set(__self__, "values", values)
|
|
2353
|
+
|
|
2354
|
+
@property
|
|
2355
|
+
@pulumi.getter(name="provisioningState")
|
|
2356
|
+
def provisioning_state(self) -> str:
|
|
2357
|
+
"""
|
|
2358
|
+
Provisioning state of the resource
|
|
2359
|
+
"""
|
|
2360
|
+
return pulumi.get(self, "provisioning_state")
|
|
2361
|
+
|
|
2362
|
+
@property
|
|
2363
|
+
@pulumi.getter
|
|
2364
|
+
def values(self) -> Optional[Sequence['outputs.VmSkuPropertiesResponse']]:
|
|
2365
|
+
"""
|
|
2366
|
+
Array of HybridAKS Support VM Skus
|
|
2367
|
+
"""
|
|
2368
|
+
return pulumi.get(self, "values")
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
@pulumi.output_type
|
|
2372
|
+
class VmSkuPropertiesResponse(dict):
|
|
2327
2373
|
"""
|
|
2328
2374
|
The profile for supported VM skus
|
|
2329
2375
|
"""
|
|
@@ -2334,14 +2380,14 @@ class VmSkuProfilePropertiesResponse(dict):
|
|
|
2334
2380
|
suggest = "resource_type"
|
|
2335
2381
|
|
|
2336
2382
|
if suggest:
|
|
2337
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
2383
|
+
pulumi.log.warn(f"Key '{key}' not found in VmSkuPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2338
2384
|
|
|
2339
2385
|
def __getitem__(self, key: str) -> Any:
|
|
2340
|
-
|
|
2386
|
+
VmSkuPropertiesResponse.__key_warning(key)
|
|
2341
2387
|
return super().__getitem__(key)
|
|
2342
2388
|
|
|
2343
2389
|
def get(self, key: str, default = None) -> Any:
|
|
2344
|
-
|
|
2390
|
+
VmSkuPropertiesResponse.__key_warning(key)
|
|
2345
2391
|
return super().get(key, default)
|
|
2346
2392
|
|
|
2347
2393
|
def __init__(__self__, *,
|
|
@@ -2405,50 +2451,3 @@ class VmSkuProfilePropertiesResponse(dict):
|
|
|
2405
2451
|
return pulumi.get(self, "tier")
|
|
2406
2452
|
|
|
2407
2453
|
|
|
2408
|
-
@pulumi.output_type
|
|
2409
|
-
class VmSkuProfileResponseProperties(dict):
|
|
2410
|
-
@staticmethod
|
|
2411
|
-
def __key_warning(key: str):
|
|
2412
|
-
suggest = None
|
|
2413
|
-
if key == "provisioningState":
|
|
2414
|
-
suggest = "provisioning_state"
|
|
2415
|
-
|
|
2416
|
-
if suggest:
|
|
2417
|
-
pulumi.log.warn(f"Key '{key}' not found in VmSkuProfileResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
2418
|
-
|
|
2419
|
-
def __getitem__(self, key: str) -> Any:
|
|
2420
|
-
VmSkuProfileResponseProperties.__key_warning(key)
|
|
2421
|
-
return super().__getitem__(key)
|
|
2422
|
-
|
|
2423
|
-
def get(self, key: str, default = None) -> Any:
|
|
2424
|
-
VmSkuProfileResponseProperties.__key_warning(key)
|
|
2425
|
-
return super().get(key, default)
|
|
2426
|
-
|
|
2427
|
-
def __init__(__self__, *,
|
|
2428
|
-
provisioning_state: str,
|
|
2429
|
-
values: Optional[Sequence['outputs.VmSkuProfilePropertiesResponse']] = None):
|
|
2430
|
-
"""
|
|
2431
|
-
:param str provisioning_state: Provisioning state of the resource
|
|
2432
|
-
:param Sequence['VmSkuProfilePropertiesResponse'] values: Array of HybridAKS Support VM Skus
|
|
2433
|
-
"""
|
|
2434
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2435
|
-
if values is not None:
|
|
2436
|
-
pulumi.set(__self__, "values", values)
|
|
2437
|
-
|
|
2438
|
-
@property
|
|
2439
|
-
@pulumi.getter(name="provisioningState")
|
|
2440
|
-
def provisioning_state(self) -> str:
|
|
2441
|
-
"""
|
|
2442
|
-
Provisioning state of the resource
|
|
2443
|
-
"""
|
|
2444
|
-
return pulumi.get(self, "provisioning_state")
|
|
2445
|
-
|
|
2446
|
-
@property
|
|
2447
|
-
@pulumi.getter
|
|
2448
|
-
def values(self) -> Optional[Sequence['outputs.VmSkuProfilePropertiesResponse']]:
|
|
2449
|
-
"""
|
|
2450
|
-
Array of HybridAKS Support VM Skus
|
|
2451
|
-
"""
|
|
2452
|
-
return pulumi.get(self, "values")
|
|
2453
|
-
|
|
2454
|
-
|
|
@@ -31,8 +31,11 @@ if typing.TYPE_CHECKING:
|
|
|
31
31
|
v20230101preview = __v20230101preview
|
|
32
32
|
import pulumi_azure_native.notificationhubs.v20230901 as __v20230901
|
|
33
33
|
v20230901 = __v20230901
|
|
34
|
+
import pulumi_azure_native.notificationhubs.v20231001preview as __v20231001preview
|
|
35
|
+
v20231001preview = __v20231001preview
|
|
34
36
|
else:
|
|
35
37
|
v20170401 = _utilities.lazy_import('pulumi_azure_native.notificationhubs.v20170401')
|
|
36
38
|
v20230101preview = _utilities.lazy_import('pulumi_azure_native.notificationhubs.v20230101preview')
|
|
37
39
|
v20230901 = _utilities.lazy_import('pulumi_azure_native.notificationhubs.v20230901')
|
|
40
|
+
v20231001preview = _utilities.lazy_import('pulumi_azure_native.notificationhubs.v20231001preview')
|
|
38
41
|
|
|
@@ -136,7 +136,7 @@ def get_namespace(namespace_name: Optional[str] = None,
|
|
|
136
136
|
Notification Hubs Namespace Resource.
|
|
137
137
|
Azure REST API version: 2023-01-01-preview.
|
|
138
138
|
|
|
139
|
-
Other available API versions: 2014-09-01, 2016-03-01, 2017-04-01, 2023-09-01.
|
|
139
|
+
Other available API versions: 2014-09-01, 2016-03-01, 2017-04-01, 2023-09-01, 2023-10-01-preview.
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
:param str namespace_name: Namespace name
|
|
@@ -167,7 +167,7 @@ def get_namespace_output(namespace_name: Optional[pulumi.Input[str]] = None,
|
|
|
167
167
|
Notification Hubs Namespace Resource.
|
|
168
168
|
Azure REST API version: 2023-01-01-preview.
|
|
169
169
|
|
|
170
|
-
Other available API versions: 2014-09-01, 2016-03-01, 2017-04-01, 2023-09-01.
|
|
170
|
+
Other available API versions: 2014-09-01, 2016-03-01, 2017-04-01, 2023-09-01, 2023-10-01-preview.
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
:param str namespace_name: Namespace name
|
|
@@ -125,7 +125,7 @@ def get_namespace_authorization_rule(authorization_rule_name: Optional[str] = No
|
|
|
125
125
|
Response for POST requests that return single SharedAccessAuthorizationRule.
|
|
126
126
|
Azure REST API version: 2023-01-01-preview.
|
|
127
127
|
|
|
128
|
-
Other available API versions: 2016-03-01, 2017-04-01, 2023-09-01.
|
|
128
|
+
Other available API versions: 2016-03-01, 2017-04-01, 2023-09-01, 2023-10-01-preview.
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
:param str authorization_rule_name: Authorization Rule Name
|
|
@@ -158,7 +158,7 @@ def get_namespace_authorization_rule_output(authorization_rule_name: Optional[pu
|
|
|
158
158
|
Response for POST requests that return single SharedAccessAuthorizationRule.
|
|
159
159
|
Azure REST API version: 2023-01-01-preview.
|
|
160
160
|
|
|
161
|
-
Other available API versions: 2016-03-01, 2017-04-01, 2023-09-01.
|
|
161
|
+
Other available API versions: 2016-03-01, 2017-04-01, 2023-09-01, 2023-10-01-preview.
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
:param str authorization_rule_name: Authorization Rule Name
|