pulumi-azure 6.28.0__py3-none-any.whl → 6.28.0a1759516578__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 might be problematic. Click here for more details.
- pulumi_azure/__init__.py +8 -0
- pulumi_azure/apimanagement/__init__.py +1 -0
- pulumi_azure/apimanagement/workspace_policy.py +350 -0
- pulumi_azure/cognitive/_inputs.py +70 -6
- pulumi_azure/cognitive/account.py +139 -23
- pulumi_azure/cognitive/outputs.py +59 -4
- pulumi_azure/containerapp/_inputs.py +48 -48
- pulumi_azure/containerapp/outputs.py +108 -108
- pulumi_azure/management/group_policy_remediation.py +7 -7
- pulumi_azure/paloalto/local_rulestack_rule.py +7 -7
- pulumi_azure/pulumi-plugin.json +1 -1
- pulumi_azure/storage/queue.py +2 -2
- pulumi_azure/streamanalytics/_inputs.py +23 -22
- pulumi_azure/streamanalytics/outputs.py +17 -16
- {pulumi_azure-6.28.0.dist-info → pulumi_azure-6.28.0a1759516578.dist-info}/METADATA +1 -1
- {pulumi_azure-6.28.0.dist-info → pulumi_azure-6.28.0a1759516578.dist-info}/RECORD +18 -17
- {pulumi_azure-6.28.0.dist-info → pulumi_azure-6.28.0a1759516578.dist-info}/WHEEL +0 -0
- {pulumi_azure-6.28.0.dist-info → pulumi_azure-6.28.0a1759516578.dist-info}/top_level.txt +0 -0
|
@@ -31,7 +31,7 @@ class GroupPolicyRemediationArgs:
|
|
|
31
31
|
The set of arguments for constructing a GroupPolicyRemediation resource.
|
|
32
32
|
:param pulumi.Input[_builtins.str] management_group_id: The Management Group ID at which the Policy Remediation should be applied. Changing this forces a new resource to be created.
|
|
33
33
|
:param pulumi.Input[_builtins.str] policy_assignment_id: The ID of the Policy Assignment that should be remediated.
|
|
34
|
-
:param pulumi.Input[_builtins.float] failure_percentage:
|
|
34
|
+
:param pulumi.Input[_builtins.float] failure_percentage: The percentage failure threshold. Possible values range between `0.0` and `1.0`. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
|
|
35
35
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] location_filters: A list of the resource locations that will be remediated.
|
|
36
36
|
:param pulumi.Input[_builtins.str] name: The name of the Policy Remediation. Changing this forces a new resource to be created.
|
|
37
37
|
:param pulumi.Input[_builtins.int] parallel_deployments: Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used.
|
|
@@ -81,7 +81,7 @@ class GroupPolicyRemediationArgs:
|
|
|
81
81
|
@pulumi.getter(name="failurePercentage")
|
|
82
82
|
def failure_percentage(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
83
83
|
"""
|
|
84
|
-
|
|
84
|
+
The percentage failure threshold. Possible values range between `0.0` and `1.0`. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
|
|
85
85
|
"""
|
|
86
86
|
return pulumi.get(self, "failure_percentage")
|
|
87
87
|
|
|
@@ -163,7 +163,7 @@ class _GroupPolicyRemediationState:
|
|
|
163
163
|
resource_count: Optional[pulumi.Input[_builtins.int]] = None):
|
|
164
164
|
"""
|
|
165
165
|
Input properties used for looking up and filtering GroupPolicyRemediation resources.
|
|
166
|
-
:param pulumi.Input[_builtins.float] failure_percentage:
|
|
166
|
+
:param pulumi.Input[_builtins.float] failure_percentage: The percentage failure threshold. Possible values range between `0.0` and `1.0`. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
|
|
167
167
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] location_filters: A list of the resource locations that will be remediated.
|
|
168
168
|
:param pulumi.Input[_builtins.str] management_group_id: The Management Group ID at which the Policy Remediation should be applied. Changing this forces a new resource to be created.
|
|
169
169
|
:param pulumi.Input[_builtins.str] name: The name of the Policy Remediation. Changing this forces a new resource to be created.
|
|
@@ -193,7 +193,7 @@ class _GroupPolicyRemediationState:
|
|
|
193
193
|
@pulumi.getter(name="failurePercentage")
|
|
194
194
|
def failure_percentage(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
195
195
|
"""
|
|
196
|
-
|
|
196
|
+
The percentage failure threshold. Possible values range between `0.0` and `1.0`. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
|
|
197
197
|
"""
|
|
198
198
|
return pulumi.get(self, "failure_percentage")
|
|
199
199
|
|
|
@@ -345,7 +345,7 @@ class GroupPolicyRemediation(pulumi.CustomResource):
|
|
|
345
345
|
|
|
346
346
|
:param str resource_name: The name of the resource.
|
|
347
347
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
348
|
-
:param pulumi.Input[_builtins.float] failure_percentage:
|
|
348
|
+
:param pulumi.Input[_builtins.float] failure_percentage: The percentage failure threshold. Possible values range between `0.0` and `1.0`. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
|
|
349
349
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] location_filters: A list of the resource locations that will be remediated.
|
|
350
350
|
:param pulumi.Input[_builtins.str] management_group_id: The Management Group ID at which the Policy Remediation should be applied. Changing this forces a new resource to be created.
|
|
351
351
|
:param pulumi.Input[_builtins.str] name: The name of the Policy Remediation. Changing this forces a new resource to be created.
|
|
@@ -471,7 +471,7 @@ class GroupPolicyRemediation(pulumi.CustomResource):
|
|
|
471
471
|
:param str resource_name: The unique name of the resulting resource.
|
|
472
472
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
473
473
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
474
|
-
:param pulumi.Input[_builtins.float] failure_percentage:
|
|
474
|
+
:param pulumi.Input[_builtins.float] failure_percentage: The percentage failure threshold. Possible values range between `0.0` and `1.0`. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
|
|
475
475
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] location_filters: A list of the resource locations that will be remediated.
|
|
476
476
|
:param pulumi.Input[_builtins.str] management_group_id: The Management Group ID at which the Policy Remediation should be applied. Changing this forces a new resource to be created.
|
|
477
477
|
:param pulumi.Input[_builtins.str] name: The name of the Policy Remediation. Changing this forces a new resource to be created.
|
|
@@ -498,7 +498,7 @@ class GroupPolicyRemediation(pulumi.CustomResource):
|
|
|
498
498
|
@pulumi.getter(name="failurePercentage")
|
|
499
499
|
def failure_percentage(self) -> pulumi.Output[Optional[_builtins.float]]:
|
|
500
500
|
"""
|
|
501
|
-
|
|
501
|
+
The percentage failure threshold. Possible values range between `0.0` and `1.0`. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.
|
|
502
502
|
"""
|
|
503
503
|
return pulumi.get(self, "failure_percentage")
|
|
504
504
|
|
|
@@ -45,7 +45,7 @@ class LocalRulestackRuleArgs:
|
|
|
45
45
|
:param pulumi.Input[_builtins.str] action: The action to take on the rule being triggered. Possible values are `Allow`, `DenyResetBoth`, `DenyResetServer` and `DenySilent`.
|
|
46
46
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] applications: Specifies a list of Applications.
|
|
47
47
|
:param pulumi.Input['LocalRulestackRuleDestinationArgs'] destination: One or more `destination` blocks as defined below.
|
|
48
|
-
:param pulumi.Input[_builtins.int] priority: The Priority of this rule. Rules are executed in numerical order. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
48
|
+
:param pulumi.Input[_builtins.int] priority: The Priority of this rule. Rules are executed in numerical order. Possible values are between 1 and 1000000. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
49
49
|
|
|
50
50
|
> **Note:** This is the primary identifier of a rule, as such it is not possible to change the Priority of a rule once created.
|
|
51
51
|
:param pulumi.Input[_builtins.str] rulestack_id: The ID of the Local Rulestack in which to create this Rule. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
@@ -139,7 +139,7 @@ class LocalRulestackRuleArgs:
|
|
|
139
139
|
@pulumi.getter
|
|
140
140
|
def priority(self) -> pulumi.Input[_builtins.int]:
|
|
141
141
|
"""
|
|
142
|
-
The Priority of this rule. Rules are executed in numerical order. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
142
|
+
The Priority of this rule. Rules are executed in numerical order. Possible values are between 1 and 1000000. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
143
143
|
|
|
144
144
|
> **Note:** This is the primary identifier of a rule, as such it is not possible to change the Priority of a rule once created.
|
|
145
145
|
"""
|
|
@@ -369,7 +369,7 @@ class _LocalRulestackRuleState:
|
|
|
369
369
|
:param pulumi.Input[_builtins.str] name: The name which should be used for this Palo Alto Local Rulestack Rule.
|
|
370
370
|
:param pulumi.Input[_builtins.bool] negate_destination: Should the inverse of the Destination configuration be used. Defaults to `false`.
|
|
371
371
|
:param pulumi.Input[_builtins.bool] negate_source: Should the inverse of the Source configuration be used. Defaults to `false`.
|
|
372
|
-
:param pulumi.Input[_builtins.int] priority: The Priority of this rule. Rules are executed in numerical order. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
372
|
+
:param pulumi.Input[_builtins.int] priority: The Priority of this rule. Rules are executed in numerical order. Possible values are between 1 and 1000000. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
373
373
|
|
|
374
374
|
> **Note:** This is the primary identifier of a rule, as such it is not possible to change the Priority of a rule once created.
|
|
375
375
|
:param pulumi.Input[_builtins.str] protocol: The Protocol and port to use in the form `[protocol]:[port_number]` e.g. `TCP:8080` or `UDP:53`. Conflicts with `protocol_ports`. Defaults to `application-default`.
|
|
@@ -579,7 +579,7 @@ class _LocalRulestackRuleState:
|
|
|
579
579
|
@pulumi.getter
|
|
580
580
|
def priority(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
581
581
|
"""
|
|
582
|
-
The Priority of this rule. Rules are executed in numerical order. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
582
|
+
The Priority of this rule. Rules are executed in numerical order. Possible values are between 1 and 1000000. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
583
583
|
|
|
584
584
|
> **Note:** This is the primary identifier of a rule, as such it is not possible to change the Priority of a rule once created.
|
|
585
585
|
"""
|
|
@@ -739,7 +739,7 @@ class LocalRulestackRule(pulumi.CustomResource):
|
|
|
739
739
|
:param pulumi.Input[_builtins.str] name: The name which should be used for this Palo Alto Local Rulestack Rule.
|
|
740
740
|
:param pulumi.Input[_builtins.bool] negate_destination: Should the inverse of the Destination configuration be used. Defaults to `false`.
|
|
741
741
|
:param pulumi.Input[_builtins.bool] negate_source: Should the inverse of the Source configuration be used. Defaults to `false`.
|
|
742
|
-
:param pulumi.Input[_builtins.int] priority: The Priority of this rule. Rules are executed in numerical order. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
742
|
+
:param pulumi.Input[_builtins.int] priority: The Priority of this rule. Rules are executed in numerical order. Possible values are between 1 and 1000000. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
743
743
|
|
|
744
744
|
> **Note:** This is the primary identifier of a rule, as such it is not possible to change the Priority of a rule once created.
|
|
745
745
|
:param pulumi.Input[_builtins.str] protocol: The Protocol and port to use in the form `[protocol]:[port_number]` e.g. `TCP:8080` or `UDP:53`. Conflicts with `protocol_ports`. Defaults to `application-default`.
|
|
@@ -925,7 +925,7 @@ class LocalRulestackRule(pulumi.CustomResource):
|
|
|
925
925
|
:param pulumi.Input[_builtins.str] name: The name which should be used for this Palo Alto Local Rulestack Rule.
|
|
926
926
|
:param pulumi.Input[_builtins.bool] negate_destination: Should the inverse of the Destination configuration be used. Defaults to `false`.
|
|
927
927
|
:param pulumi.Input[_builtins.bool] negate_source: Should the inverse of the Source configuration be used. Defaults to `false`.
|
|
928
|
-
:param pulumi.Input[_builtins.int] priority: The Priority of this rule. Rules are executed in numerical order. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
928
|
+
:param pulumi.Input[_builtins.int] priority: The Priority of this rule. Rules are executed in numerical order. Possible values are between 1 and 1000000. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
929
929
|
|
|
930
930
|
> **Note:** This is the primary identifier of a rule, as such it is not possible to change the Priority of a rule once created.
|
|
931
931
|
:param pulumi.Input[_builtins.str] protocol: The Protocol and port to use in the form `[protocol]:[port_number]` e.g. `TCP:8080` or `UDP:53`. Conflicts with `protocol_ports`. Defaults to `application-default`.
|
|
@@ -1069,7 +1069,7 @@ class LocalRulestackRule(pulumi.CustomResource):
|
|
|
1069
1069
|
@pulumi.getter
|
|
1070
1070
|
def priority(self) -> pulumi.Output[_builtins.int]:
|
|
1071
1071
|
"""
|
|
1072
|
-
The Priority of this rule. Rules are executed in numerical order. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
1072
|
+
The Priority of this rule. Rules are executed in numerical order. Possible values are between 1 and 1000000. Changing this forces a new Palo Alto Local Rulestack Rule to be created.
|
|
1073
1073
|
|
|
1074
1074
|
> **Note:** This is the primary identifier of a rule, as such it is not possible to change the Priority of a rule once created.
|
|
1075
1075
|
"""
|
pulumi_azure/pulumi-plugin.json
CHANGED
pulumi_azure/storage/queue.py
CHANGED
|
@@ -266,7 +266,7 @@ class Queue(pulumi.CustomResource):
|
|
|
266
266
|
If `storage_account_id` is used:
|
|
267
267
|
|
|
268
268
|
```sh
|
|
269
|
-
$ pulumi import azure:storage/queue:Queue queue1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount/queueServices/default/queues
|
|
269
|
+
$ pulumi import azure:storage/queue:Queue queue1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount/queueServices/default/queues/queue1
|
|
270
270
|
```
|
|
271
271
|
|
|
272
272
|
:param str resource_name: The name of the resource.
|
|
@@ -327,7 +327,7 @@ class Queue(pulumi.CustomResource):
|
|
|
327
327
|
If `storage_account_id` is used:
|
|
328
328
|
|
|
329
329
|
```sh
|
|
330
|
-
$ pulumi import azure:storage/queue:Queue queue1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount/queueServices/default/queues
|
|
330
|
+
$ pulumi import azure:storage/queue:Queue queue1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount/queueServices/default/queues/queue1
|
|
331
331
|
```
|
|
332
332
|
|
|
333
333
|
:param str resource_name: The name of the resource.
|
|
@@ -306,17 +306,17 @@ class JobIdentityArgs:
|
|
|
306
306
|
|
|
307
307
|
if not MYPY:
|
|
308
308
|
class JobJobStorageAccountArgsDict(TypedDict):
|
|
309
|
-
account_key: pulumi.Input[_builtins.str]
|
|
310
|
-
"""
|
|
311
|
-
The account key for the Azure storage account.
|
|
312
|
-
"""
|
|
313
309
|
account_name: pulumi.Input[_builtins.str]
|
|
314
310
|
"""
|
|
315
311
|
The name of the Azure storage account.
|
|
316
312
|
"""
|
|
313
|
+
account_key: NotRequired[pulumi.Input[_builtins.str]]
|
|
314
|
+
"""
|
|
315
|
+
The account key for the Azure storage account.
|
|
316
|
+
"""
|
|
317
317
|
authentication_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
318
318
|
"""
|
|
319
|
-
The authentication mode of the storage account.
|
|
319
|
+
The authentication mode of the storage account. Possible values are `ConnectionString` and `Msi`. Defaults to `ConnectionString`.
|
|
320
320
|
"""
|
|
321
321
|
elif False:
|
|
322
322
|
JobJobStorageAccountArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -324,31 +324,20 @@ elif False:
|
|
|
324
324
|
@pulumi.input_type
|
|
325
325
|
class JobJobStorageAccountArgs:
|
|
326
326
|
def __init__(__self__, *,
|
|
327
|
-
account_key: pulumi.Input[_builtins.str],
|
|
328
327
|
account_name: pulumi.Input[_builtins.str],
|
|
328
|
+
account_key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
329
329
|
authentication_mode: Optional[pulumi.Input[_builtins.str]] = None):
|
|
330
330
|
"""
|
|
331
|
-
:param pulumi.Input[_builtins.str] account_key: The account key for the Azure storage account.
|
|
332
331
|
:param pulumi.Input[_builtins.str] account_name: The name of the Azure storage account.
|
|
333
|
-
:param pulumi.Input[_builtins.str]
|
|
332
|
+
:param pulumi.Input[_builtins.str] account_key: The account key for the Azure storage account.
|
|
333
|
+
:param pulumi.Input[_builtins.str] authentication_mode: The authentication mode of the storage account. Possible values are `ConnectionString` and `Msi`. Defaults to `ConnectionString`.
|
|
334
334
|
"""
|
|
335
|
-
pulumi.set(__self__, "account_key", account_key)
|
|
336
335
|
pulumi.set(__self__, "account_name", account_name)
|
|
336
|
+
if account_key is not None:
|
|
337
|
+
pulumi.set(__self__, "account_key", account_key)
|
|
337
338
|
if authentication_mode is not None:
|
|
338
339
|
pulumi.set(__self__, "authentication_mode", authentication_mode)
|
|
339
340
|
|
|
340
|
-
@_builtins.property
|
|
341
|
-
@pulumi.getter(name="accountKey")
|
|
342
|
-
def account_key(self) -> pulumi.Input[_builtins.str]:
|
|
343
|
-
"""
|
|
344
|
-
The account key for the Azure storage account.
|
|
345
|
-
"""
|
|
346
|
-
return pulumi.get(self, "account_key")
|
|
347
|
-
|
|
348
|
-
@account_key.setter
|
|
349
|
-
def account_key(self, value: pulumi.Input[_builtins.str]):
|
|
350
|
-
pulumi.set(self, "account_key", value)
|
|
351
|
-
|
|
352
341
|
@_builtins.property
|
|
353
342
|
@pulumi.getter(name="accountName")
|
|
354
343
|
def account_name(self) -> pulumi.Input[_builtins.str]:
|
|
@@ -361,11 +350,23 @@ class JobJobStorageAccountArgs:
|
|
|
361
350
|
def account_name(self, value: pulumi.Input[_builtins.str]):
|
|
362
351
|
pulumi.set(self, "account_name", value)
|
|
363
352
|
|
|
353
|
+
@_builtins.property
|
|
354
|
+
@pulumi.getter(name="accountKey")
|
|
355
|
+
def account_key(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
356
|
+
"""
|
|
357
|
+
The account key for the Azure storage account.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "account_key")
|
|
360
|
+
|
|
361
|
+
@account_key.setter
|
|
362
|
+
def account_key(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
363
|
+
pulumi.set(self, "account_key", value)
|
|
364
|
+
|
|
364
365
|
@_builtins.property
|
|
365
366
|
@pulumi.getter(name="authenticationMode")
|
|
366
367
|
def authentication_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
367
368
|
"""
|
|
368
|
-
The authentication mode of the storage account.
|
|
369
|
+
The authentication mode of the storage account. Possible values are `ConnectionString` and `Msi`. Defaults to `ConnectionString`.
|
|
369
370
|
"""
|
|
370
371
|
return pulumi.get(self, "authentication_mode")
|
|
371
372
|
|
|
@@ -243,10 +243,10 @@ class JobJobStorageAccount(dict):
|
|
|
243
243
|
@staticmethod
|
|
244
244
|
def __key_warning(key: str):
|
|
245
245
|
suggest = None
|
|
246
|
-
if key == "
|
|
247
|
-
suggest = "account_key"
|
|
248
|
-
elif key == "accountName":
|
|
246
|
+
if key == "accountName":
|
|
249
247
|
suggest = "account_name"
|
|
248
|
+
elif key == "accountKey":
|
|
249
|
+
suggest = "account_key"
|
|
250
250
|
elif key == "authenticationMode":
|
|
251
251
|
suggest = "authentication_mode"
|
|
252
252
|
|
|
@@ -262,27 +262,20 @@ class JobJobStorageAccount(dict):
|
|
|
262
262
|
return super().get(key, default)
|
|
263
263
|
|
|
264
264
|
def __init__(__self__, *,
|
|
265
|
-
account_key: _builtins.str,
|
|
266
265
|
account_name: _builtins.str,
|
|
266
|
+
account_key: Optional[_builtins.str] = None,
|
|
267
267
|
authentication_mode: Optional[_builtins.str] = None):
|
|
268
268
|
"""
|
|
269
|
-
:param _builtins.str account_key: The account key for the Azure storage account.
|
|
270
269
|
:param _builtins.str account_name: The name of the Azure storage account.
|
|
271
|
-
:param _builtins.str
|
|
270
|
+
:param _builtins.str account_key: The account key for the Azure storage account.
|
|
271
|
+
:param _builtins.str authentication_mode: The authentication mode of the storage account. Possible values are `ConnectionString` and `Msi`. Defaults to `ConnectionString`.
|
|
272
272
|
"""
|
|
273
|
-
pulumi.set(__self__, "account_key", account_key)
|
|
274
273
|
pulumi.set(__self__, "account_name", account_name)
|
|
274
|
+
if account_key is not None:
|
|
275
|
+
pulumi.set(__self__, "account_key", account_key)
|
|
275
276
|
if authentication_mode is not None:
|
|
276
277
|
pulumi.set(__self__, "authentication_mode", authentication_mode)
|
|
277
278
|
|
|
278
|
-
@_builtins.property
|
|
279
|
-
@pulumi.getter(name="accountKey")
|
|
280
|
-
def account_key(self) -> _builtins.str:
|
|
281
|
-
"""
|
|
282
|
-
The account key for the Azure storage account.
|
|
283
|
-
"""
|
|
284
|
-
return pulumi.get(self, "account_key")
|
|
285
|
-
|
|
286
279
|
@_builtins.property
|
|
287
280
|
@pulumi.getter(name="accountName")
|
|
288
281
|
def account_name(self) -> _builtins.str:
|
|
@@ -291,11 +284,19 @@ class JobJobStorageAccount(dict):
|
|
|
291
284
|
"""
|
|
292
285
|
return pulumi.get(self, "account_name")
|
|
293
286
|
|
|
287
|
+
@_builtins.property
|
|
288
|
+
@pulumi.getter(name="accountKey")
|
|
289
|
+
def account_key(self) -> Optional[_builtins.str]:
|
|
290
|
+
"""
|
|
291
|
+
The account key for the Azure storage account.
|
|
292
|
+
"""
|
|
293
|
+
return pulumi.get(self, "account_key")
|
|
294
|
+
|
|
294
295
|
@_builtins.property
|
|
295
296
|
@pulumi.getter(name="authenticationMode")
|
|
296
297
|
def authentication_mode(self) -> Optional[_builtins.str]:
|
|
297
298
|
"""
|
|
298
|
-
The authentication mode of the storage account.
|
|
299
|
+
The authentication mode of the storage account. Possible values are `ConnectionString` and `Msi`. Defaults to `ConnectionString`.
|
|
299
300
|
"""
|
|
300
301
|
return pulumi.get(self, "authentication_mode")
|
|
301
302
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_azure
|
|
3
|
-
Version: 6.28.
|
|
3
|
+
Version: 6.28.0a1759516578
|
|
4
4
|
Summary: A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
pulumi_azure/__init__.py,sha256=
|
|
1
|
+
pulumi_azure/__init__.py,sha256=Tj8qGaxf0Yi82VVGd9g-8Nq_oMCXUT_n0sVE2gaRRjo,248830
|
|
2
2
|
pulumi_azure/_inputs.py,sha256=ghOWV_izCWBS0PU28gAYzIqHesaCVuXsLi7Q5QllVJc,60093
|
|
3
3
|
pulumi_azure/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
4
|
pulumi_azure/provider.py,sha256=-NtURajbvndRIoA3XEe24maho-CJDv51meyMW6XgEgo,53438
|
|
5
|
-
pulumi_azure/pulumi-plugin.json,sha256=
|
|
5
|
+
pulumi_azure/pulumi-plugin.json,sha256=T-evqy3Wuowt5HEdrqg_8DPZX9lre_rxMYZ6UtL1sgw,82
|
|
6
6
|
pulumi_azure/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
pulumi_azure/aadb2c/__init__.py,sha256=nT0ICJ6rUieV4_GbICWcESjyZItUpjIZT8mWXhTrYwo,334
|
|
8
8
|
pulumi_azure/aadb2c/directory.py,sha256=lu_OwUuCaEzZ9AEzqgfPRNbxa3DmFOTfN7YCeoQ54DI,32881
|
|
@@ -20,7 +20,7 @@ pulumi_azure/analysisservices/__init__.py,sha256=coMVn1BAnMPKs-OhlkpqSwB4tYjUkRi
|
|
|
20
20
|
pulumi_azure/analysisservices/_inputs.py,sha256=Nbmlzx7SFX5LI58JmqVvVvg3h9QdhJeQCihG0Cpi-6w,2944
|
|
21
21
|
pulumi_azure/analysisservices/outputs.py,sha256=NpQT46c2u0_lN97KLk_PQfpeesQTGjfgnRxvv7Ppa6Y,2521
|
|
22
22
|
pulumi_azure/analysisservices/server.py,sha256=OGQ3g33o5bSMuaIEXMd5dGz5WRn7QprHBc93WoMbMOM,36457
|
|
23
|
-
pulumi_azure/apimanagement/__init__.py,sha256=
|
|
23
|
+
pulumi_azure/apimanagement/__init__.py,sha256=c4ob-uISCzisVW-X3syo-VDNvEeHDHpJLU0NjYSLlKg,2116
|
|
24
24
|
pulumi_azure/apimanagement/_inputs.py,sha256=3GMV882WsnV3QFsRBAbqT81WJwunyw21e65l8h1zcrM,435241
|
|
25
25
|
pulumi_azure/apimanagement/api.py,sha256=94K9YZNN1cjxpmPBU0Y6eEqgMY8Wvk-HmmEVPaIl0qo,71888
|
|
26
26
|
pulumi_azure/apimanagement/api_diagnostic.py,sha256=ug05NGRVOdboVRQWVvEsLRsS4O7ptccGlqCSQpBl7uw,55156
|
|
@@ -81,6 +81,7 @@ pulumi_azure/apimanagement/subscription.py,sha256=-qUTWSOc90JKIPPfedtu3bq8_anEjX
|
|
|
81
81
|
pulumi_azure/apimanagement/tag.py,sha256=LcSjyGB_TVoIEcBTDlK2Mdn5b-bWyuyoiCINEXsDCHo,14008
|
|
82
82
|
pulumi_azure/apimanagement/user.py,sha256=OzoTDkaL7EPRRgj6EVfbu-RSkmwhKEDrgSSK4RdctVs,31187
|
|
83
83
|
pulumi_azure/apimanagement/workspace.py,sha256=LQCrVM8va5KRA1hwuKuc1UxWDgzoY7fOnWYW3NMu_wg,17009
|
|
84
|
+
pulumi_azure/apimanagement/workspace_policy.py,sha256=s2gOrrZLIJFWOU2_BQ5TFGQzf4NLAP5goZKHfE130NM,15549
|
|
84
85
|
pulumi_azure/appconfiguration/__init__.py,sha256=Xhcx0X_aBERaCxa-_k4QVBlT-NgeKGPOyI1b7fGoFW8,740
|
|
85
86
|
pulumi_azure/appconfiguration/_inputs.py,sha256=12hvBD0VDS15gb8uqgbigsCJkXiBKpWQ6RfN1bB7vs4,28559
|
|
86
87
|
pulumi_azure/appconfiguration/configuration_feature.py,sha256=eURPbeKgcCkCwzgyAnaQGmWrNjWHj62D2eWgjHdpXNI,37750
|
|
@@ -371,15 +372,15 @@ pulumi_azure/chaosstudio/experiment.py,sha256=EznSFF-VoHpoEjV-VIyRy40pyFDeZVjNaR
|
|
|
371
372
|
pulumi_azure/chaosstudio/outputs.py,sha256=vqUHcKoO6X4yypbF9OMF8ma8sj2ZsApSoXs1GBM5-eU,11654
|
|
372
373
|
pulumi_azure/chaosstudio/target.py,sha256=-Sx4pI69xXtTGskUTwbWHTNJKPhptDN5DPRWD2VaYlU,17126
|
|
373
374
|
pulumi_azure/cognitive/__init__.py,sha256=HBKVD0aHKPSJT2Ox8rpCaQxM1pi1RmlypIChUDOqMEU,543
|
|
374
|
-
pulumi_azure/cognitive/_inputs.py,sha256=
|
|
375
|
-
pulumi_azure/cognitive/account.py,sha256=
|
|
375
|
+
pulumi_azure/cognitive/_inputs.py,sha256=ETLT2Qc027BXpIQBtkDZdpE0raw2uzNr3aBqIVhu1rc,52699
|
|
376
|
+
pulumi_azure/cognitive/account.py,sha256=0nf7AFgEmORwHOoCreHt2lle7LwDCZkgDc4VlZLmnHs,109219
|
|
376
377
|
pulumi_azure/cognitive/account_customer_managed_key.py,sha256=pmDaywOavUN6emd3sTv3Rf6maMbUPwDECO-DtZ9CfqM,23308
|
|
377
378
|
pulumi_azure/cognitive/account_rai_blocklist.py,sha256=sdf9yLgVhIrwBg-wx7u0NXfW0ty2D8_logdsO8PY_Ls,14324
|
|
378
379
|
pulumi_azure/cognitive/account_rai_policy.py,sha256=vsd6neq3U_Sw9a196n5oRfaO2tGK-GQHkoriJWRa4Vo,23126
|
|
379
380
|
pulumi_azure/cognitive/ai_services.py,sha256=dg-mht0cJrZLEzekInZfg-4X79kzBqyHfUnWx7CyApw,54478
|
|
380
381
|
pulumi_azure/cognitive/deployment.py,sha256=Vq4LlaFqt3Kij0Q0lwYc9kuq4day3ljew70X6AU5dRI,24773
|
|
381
382
|
pulumi_azure/cognitive/get_account.py,sha256=2zmZMvnJ9mlP1zm_-x_gY4sfHjeStiIxQqdHH3sj03A,11982
|
|
382
|
-
pulumi_azure/cognitive/outputs.py,sha256=
|
|
383
|
+
pulumi_azure/cognitive/outputs.py,sha256=u4FyNiZxESIWdzepe4WkkuEkrWUzB8kWzutks1s_iG0,42134
|
|
383
384
|
pulumi_azure/communication/__init__.py,sha256=ka-ffmdZ4dilFEld5bBNK0iec1i3NKglm4SdnRN8VIk,540
|
|
384
385
|
pulumi_azure/communication/_inputs.py,sha256=8FVulNznbcS6ejpa7dzbzpcE61rHPQQinyfB9e1VICA,25631
|
|
385
386
|
pulumi_azure/communication/email_service.py,sha256=ki_WVaqLbw8c0fMwVIlA8_H0XoJr-ijRTdeqVo-NZek,18516
|
|
@@ -471,7 +472,7 @@ pulumi_azure/consumption/get_budget_resource_group.py,sha256=sMQrvq4yuBNomkhTXps
|
|
|
471
472
|
pulumi_azure/consumption/get_budget_subscription.py,sha256=FvasKoMME5p_3K4z8HbWKuBuEgMceeXcHWQxhBtYnFM,8578
|
|
472
473
|
pulumi_azure/consumption/outputs.py,sha256=DRtnrieEBvIAwBW-_lpY6TaKAnviGUePvLjEAMckYuU,62378
|
|
473
474
|
pulumi_azure/containerapp/__init__.py,sha256=TY2gUYDNUFVg0bD1SvuBZLDeSxX6ik2BCKBLk9xnU2U,673
|
|
474
|
-
pulumi_azure/containerapp/_inputs.py,sha256=
|
|
475
|
+
pulumi_azure/containerapp/_inputs.py,sha256=YOrlU-UV1Sxasay9C3N71LJYUCjdE1CDeMQuJ2Ov5RE,280484
|
|
475
476
|
pulumi_azure/containerapp/app.py,sha256=fCEh736LZkas7g0iW8wWhyvwqyrF565z_w63yh-npS4,50060
|
|
476
477
|
pulumi_azure/containerapp/custom_domain.py,sha256=B4hQfPb3RqEQAmH4EJnfRRKMEbv1qFLbc5fag9FyJqQ,23668
|
|
477
478
|
pulumi_azure/containerapp/environment.py,sha256=NeMwWyJg1DfhqeJ7R-jnkX_0SDTe0KT27IJHZ_uUp_I,65081
|
|
@@ -483,7 +484,7 @@ pulumi_azure/containerapp/get_app.py,sha256=sqKCZw1ZvaYwsQLvRYRbU2UTHxOrMCPyn-X6
|
|
|
483
484
|
pulumi_azure/containerapp/get_environment.py,sha256=j5TbwgdWMJRPOch6MyqG96pGUpvpowniT7I6znlBYBQ,13996
|
|
484
485
|
pulumi_azure/containerapp/get_environment_certificate.py,sha256=-c2vGbntW2dbtnWan2WTklfYDDVSn4YJJXB8oGbdoE8,9716
|
|
485
486
|
pulumi_azure/containerapp/job.py,sha256=vHIzC6dT8N-UyVbalKIJowj1kHW-BsCKpijHJuoGyv4,53615
|
|
486
|
-
pulumi_azure/containerapp/outputs.py,sha256=
|
|
487
|
+
pulumi_azure/containerapp/outputs.py,sha256=heln9Ow0pb_FvrLo5PXDWQSexafQCa8yZPcly5v08RQ,269798
|
|
487
488
|
pulumi_azure/containerservice/__init__.py,sha256=CfPVqmksZ2dPTDnyqMnx8Y1T-YA48inJLeIjG0Ifaoc,1457
|
|
488
489
|
pulumi_azure/containerservice/_inputs.py,sha256=i9F0PZAbjnXYRixnvwpCSmKQAN0VB3XLk__B_cTCD70,673778
|
|
489
490
|
pulumi_azure/containerservice/cluster_trusted_access_role_binding.py,sha256=R_MByvPzSzJ4Pb_Y2mmtv1z0gTB2RsoyQV8lJGAndOs,24791
|
|
@@ -1126,7 +1127,7 @@ pulumi_azure/management/get_group_template_deployment.py,sha256=NG6ZRbpO8En6I9AK
|
|
|
1126
1127
|
pulumi_azure/management/group.py,sha256=2m9-0CNub1AnptNfuOK0WlUZ1jDI8mvqpUqkt7PbPwY,19387
|
|
1127
1128
|
pulumi_azure/management/group_policy_assignment.py,sha256=g0FewM-JGZRUHclv3gimN-gNsvsEsKcgb38vva8UPIw,47059
|
|
1128
1129
|
pulumi_azure/management/group_policy_exemption.py,sha256=f_VcbZNmFvm4fY_7udF3LLAbEyXF11vggdywTOzrbvs,30319
|
|
1129
|
-
pulumi_azure/management/group_policy_remediation.py,sha256
|
|
1130
|
+
pulumi_azure/management/group_policy_remediation.py,sha256=-8AUh-hK6rnbHMrrMob_AAfWJWkDlPEUB6CJVHaat8g,31468
|
|
1130
1131
|
pulumi_azure/management/group_policy_set_definition.py,sha256=MXz2tYAb3wWvbIIOgvLcnbhZFnCmN2Gcfzh2_VoaJsk,33745
|
|
1131
1132
|
pulumi_azure/management/group_subscription_association.py,sha256=wcqtdfnb0tMT73CSVv9J_rgea1aw1J5ThUpoUL7OWuc,12593
|
|
1132
1133
|
pulumi_azure/management/group_template_deployment.py,sha256=pWhxKIftQ_A67fO31p1Ry1Qj3flFIADAslk9paczXSU,35509
|
|
@@ -1482,7 +1483,7 @@ pulumi_azure/paloalto/local_rulestack_fqdn_list.py,sha256=d0yyUBpXDVNDlE5tqF6bxA
|
|
|
1482
1483
|
pulumi_azure/paloalto/local_rulestack_outbound_trust_certificate_association.py,sha256=qR8pGpjNKPLFKhf0V4n7q5eZPFP7xS2B4Sq_qpA-2WI,10170
|
|
1483
1484
|
pulumi_azure/paloalto/local_rulestack_outbound_untrust_certificate_association.py,sha256=OIAufdUp3yvU7YtKfouitBCR8ORjikfHXPqMUPqG5nw,10254
|
|
1484
1485
|
pulumi_azure/paloalto/local_rulestack_prefix_list.py,sha256=JcycUlXRa75ZLyezrQ0j0b6d-hIg6hUie5_W1c6NK34,18385
|
|
1485
|
-
pulumi_azure/paloalto/local_rulestack_rule.py,sha256=
|
|
1486
|
+
pulumi_azure/paloalto/local_rulestack_rule.py,sha256=_M17IVKwFBC5XGSR3M7_KYhP9IwYSzgUBFP_IuuTdmo,58922
|
|
1486
1487
|
pulumi_azure/paloalto/next_generation_firewall_virtual_hub_local_rulestack.py,sha256=L4Y9OUnMuc-85G8-TlbLeskPkzVs-x8W3KKmBAnmrFg,39291
|
|
1487
1488
|
pulumi_azure/paloalto/next_generation_firewall_virtual_hub_panorama.py,sha256=EZAwOwmlbuiZiPl4HlshLV8zMYoboGg08b14vh5-Ylg,43297
|
|
1488
1489
|
pulumi_azure/paloalto/next_generation_firewall_virtual_network_local_rulestack.py,sha256=wTxMKdC4lB3fV1iRMJIrU8D0oYkjzwy9OGQvrWv-LYQ,44110
|
|
@@ -1785,7 +1786,7 @@ pulumi_azure/storage/mover_source_endpoint.py,sha256=9y5I9Rrpzjh2SoMrr-p9oXimfj3
|
|
|
1785
1786
|
pulumi_azure/storage/mover_target_endpoint.py,sha256=BMYy9qaDsvh6ON-oDniQqCH6IxVD_Ys12tGgNLKu81A,21686
|
|
1786
1787
|
pulumi_azure/storage/object_replication.py,sha256=5nWkdplYoupIP8Yus2V5ACck5qa5IJNAaKevOmK9IvE,21737
|
|
1787
1788
|
pulumi_azure/storage/outputs.py,sha256=KUKhG3oSCRWmlqA4l19O4Jqp0YDPqAiEcR1eTYJNhcM,207342
|
|
1788
|
-
pulumi_azure/storage/queue.py,sha256=
|
|
1789
|
+
pulumi_azure/storage/queue.py,sha256=gGPr2ktowKlqjTiZ9RTXkY8eP3xbOryskod7rn57vkA,25037
|
|
1789
1790
|
pulumi_azure/storage/share.py,sha256=UC9v6g7piGnm-ox4RTAZit62SVdB4Ve2dvRbN_VfzWA,41833
|
|
1790
1791
|
pulumi_azure/storage/share_directory.py,sha256=c1w9H3O1UKVu-ZNfhKjTBfN8pTu0Z6FTP5bQLSE25_I,13806
|
|
1791
1792
|
pulumi_azure/storage/share_file.py,sha256=_B0Yq4PaeK8eW6gmE3S7Yrw647JZ7PuwO8dgehDBUOY,29157
|
|
@@ -1797,7 +1798,7 @@ pulumi_azure/storage/table.py,sha256=S04cAW7M9clVbxPx9LbdEi7R65RFk0r-0YQa09vGsxA
|
|
|
1797
1798
|
pulumi_azure/storage/table_entity.py,sha256=3Pn4WkjHVxWqmBpTPmF2GTdNG6I1LZ8eXKP-sgUX05A,17284
|
|
1798
1799
|
pulumi_azure/storage/zip_blob.py,sha256=19zmEMDdXNkvlCAYwwOgBkqUJxdrHbSLzo8JQNDdjAI,27844
|
|
1799
1800
|
pulumi_azure/streamanalytics/__init__.py,sha256=ADBd2T-Lc1ZkknfYbokf9UFj5F6hJ3lfG9wTyxR5CIk,1109
|
|
1800
|
-
pulumi_azure/streamanalytics/_inputs.py,sha256=
|
|
1801
|
+
pulumi_azure/streamanalytics/_inputs.py,sha256=3gG3unDJTQ0S4iiY6UVFztyzVGk6yEXbKjyW_V5WAjA,55807
|
|
1801
1802
|
pulumi_azure/streamanalytics/cluster.py,sha256=b3zaqJY3QYUiGLm9oFUAG1_13Oci2G3Ub3P4qLuyS-M,19205
|
|
1802
1803
|
pulumi_azure/streamanalytics/function_java_script_udf.py,sha256=tEs-8dtWMtU7RkJl4PGxGbQsIcBeapRKMwJRnb9k0_Y,22692
|
|
1803
1804
|
pulumi_azure/streamanalytics/function_javascript_uda.py,sha256=ClLnNCindGo-INyI_lblaAQL67xb2RJAmKqhUiuisQ8,20043
|
|
@@ -1816,7 +1817,7 @@ pulumi_azure/streamanalytics/output_service_bus_queue.py,sha256=RqNGKbA1ZooQY9d2
|
|
|
1816
1817
|
pulumi_azure/streamanalytics/output_servicebus_topic.py,sha256=G9iondWuP00VvsCIMjDItU3Pbb0dcVwKtRCpmQHaLbg,38477
|
|
1817
1818
|
pulumi_azure/streamanalytics/output_synapse.py,sha256=x9t8fuZfm4wOhqFx8W2R1_MOzAhnBPaw09jYQM51INM,29147
|
|
1818
1819
|
pulumi_azure/streamanalytics/output_table.py,sha256=RIMU0o4ox5uLwAb-ebfwimkqjl36qWW43BrUMwM3UWw,32869
|
|
1819
|
-
pulumi_azure/streamanalytics/outputs.py,sha256
|
|
1820
|
+
pulumi_azure/streamanalytics/outputs.py,sha256=-r9Wm03y3O2xAAIPw17SjSA_vbxOd6QeyalC2120DpE,43816
|
|
1820
1821
|
pulumi_azure/streamanalytics/reference_input_blob.py,sha256=Klx_W8HPkUjip0WX9GkbFPHLzMAswpTt8q9zf52MhYU,40369
|
|
1821
1822
|
pulumi_azure/streamanalytics/reference_input_mssql.py,sha256=oV4_WErwcvZbKNtG0oUltxlZpSjosx-4urafioLckWk,40374
|
|
1822
1823
|
pulumi_azure/streamanalytics/stream_input_blob.py,sha256=EJ1MUJsLz2joicWwwQKKwDFJ82xuS3M8QhzWisabA3Q,38879
|
|
@@ -1900,7 +1901,7 @@ pulumi_azure/workloadssap/discovery_virtual_instance.py,sha256=_t7ulqVbPtmyacwex
|
|
|
1900
1901
|
pulumi_azure/workloadssap/outputs.py,sha256=l-0qih8IgmUpirEynJgoo9sxG2rSfeQxeT4Lb9gLNl4,132207
|
|
1901
1902
|
pulumi_azure/workloadssap/single_node_virtual_instance.py,sha256=1MHmX7rjGP5hzrO7Eah-4oQUrciSjUU3kI6WJX9fJJw,41063
|
|
1902
1903
|
pulumi_azure/workloadssap/three_tier_virtual_instance.py,sha256=KAhdDOyVom_Mj3eh375673LNG6R8PMRR_dRhtDJRMhw,40599
|
|
1903
|
-
pulumi_azure-6.28.
|
|
1904
|
-
pulumi_azure-6.28.
|
|
1905
|
-
pulumi_azure-6.28.
|
|
1906
|
-
pulumi_azure-6.28.
|
|
1904
|
+
pulumi_azure-6.28.0a1759516578.dist-info/METADATA,sha256=ND_tQhjSD3b9a0jM6gFNNAnKVWOVGO_wLP9McNiKgNs,4187
|
|
1905
|
+
pulumi_azure-6.28.0a1759516578.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1906
|
+
pulumi_azure-6.28.0a1759516578.dist-info/top_level.txt,sha256=m-Xs5aIS9f6cdeP3uU-70Boc5vgU9LgF24-WM8b-U3A,13
|
|
1907
|
+
pulumi_azure-6.28.0a1759516578.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|