pulumi-azure 6.29.0a1760595961__py3-none-any.whl → 6.29.0a1761200654__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/apimanagement/api_tag_description.py +18 -0
- pulumi_azure/apimanagement/redis_cache.py +18 -0
- pulumi_azure/appplatform/spring_cloud_app_redis_association.py +4 -0
- pulumi_azure/appplatform/spring_cloud_connection.py +18 -0
- pulumi_azure/appservice/app_connection.py +18 -0
- pulumi_azure/appservice/connection.py +18 -0
- pulumi_azure/appservice/function_app.py +8 -0
- pulumi_azure/appservice/web_app_active_slot.py +18 -0
- pulumi_azure/containerapp/custom_domain.py +4 -0
- pulumi_azure/containerservice/get_registry_cache_rule.py +18 -0
- pulumi_azure/containerservice/token_password.py +18 -0
- pulumi_azure/cosmosdb/sql_function.py +4 -0
- pulumi_azure/cosmosdb/sql_stored_procedure.py +4 -0
- pulumi_azure/cosmosdb/sql_trigger.py +4 -0
- pulumi_azure/dataprotection/backup_policy_kubernetes_cluster.py +18 -0
- pulumi_azure/dynatrace/monitor.py +18 -0
- pulumi_azure/dynatrace/tag_rules.py +18 -0
- pulumi_azure/eventhub/queue_authorization_rule.py +18 -0
- pulumi_azure/eventhub/subscription_rule.py +22 -0
- pulumi_azure/iot/endpoint_cosmosdb_account.py +4 -0
- pulumi_azure/iot/endpoint_servicebus_queue.py +4 -0
- pulumi_azure/keyvault/managed_hardware_security_module_key.py +18 -0
- pulumi_azure/keyvault/managed_hardware_security_module_role_definition.py +4 -0
- pulumi_azure/keyvault/secret.py +69 -1
- pulumi_azure/kusto/cosmosdb_data_connection.py +18 -0
- pulumi_azure/lb/get_lb_rule.py +18 -0
- pulumi_azure/managedlustre/file_system.py +18 -0
- pulumi_azure/mobile/get_network_sim.py +18 -0
- pulumi_azure/mobile/network_attached_data_network.py +18 -0
- pulumi_azure/mobile/network_packet_core_data_plane.py +18 -0
- pulumi_azure/mssql/get_managed_database.py +18 -0
- pulumi_azure/mssql/managed_instance_security_alert_policy.py +18 -0
- pulumi_azure/mssql/managed_instance_start_stop_schedule.py +18 -0
- pulumi_azure/mssql/server_extended_auditing_policy.py +4 -0
- pulumi_azure/mssql/server_microsoft_support_auditing_policy.py +18 -0
- pulumi_azure/network/virtual_network_dns_servers.py +14 -0
- pulumi_azure/oracle/autonomous_database.py +68 -0
- pulumi_azure/oracle/autonomous_database_backup.py +18 -0
- pulumi_azure/privatedns/link_service.py +18 -0
- pulumi_azure/privatelink/application_security_group_association.py +18 -0
- pulumi_azure/privatelink/endpoint.py +188 -0
- pulumi_azure/pulumi-plugin.json +1 -1
- pulumi_azure/qumulo/file_system.py +18 -0
- pulumi_azure/redis/cache_access_policy.py +18 -0
- pulumi_azure/redis/cache_access_policy_assignment.py +18 -0
- pulumi_azure/redis/firewall_rule.py +18 -0
- pulumi_azure/redis/get_enterprise_database.py +18 -0
- pulumi_azure/redis/linked_server.py +18 -0
- pulumi_azure/servicebus/queue_authorization_rule.py +18 -0
- pulumi_azure/servicebus/subscription_rule.py +22 -0
- pulumi_azure/signalr/service_network_acl.py +18 -0
- pulumi_azure/stack/hci_logical_network.py +18 -0
- pulumi_azure/stack/hci_network_interface.py +18 -0
- pulumi_azure/streamanalytics/output_cosmosdb.py +18 -0
- pulumi_azure/streamanalytics/output_service_bus_queue.py +18 -0
- pulumi_azure/streamanalytics/output_servicebus_topic.py +18 -0
- pulumi_azure/synapse/sql_pool_security_alert_policy.py +4 -0
- pulumi_azure/synapse/sql_pool_vulnerability_assessment.py +4 -0
- pulumi_azure/synapse/workspace_security_alert_policy.py +4 -0
- pulumi_azure/synapse/workspace_vulnerability_assessment.py +4 -0
- pulumi_azure/webpubsub/custom_domain.py +18 -0
- pulumi_azure/webpubsub/network_acl.py +18 -0
- {pulumi_azure-6.29.0a1760595961.dist-info → pulumi_azure-6.29.0a1761200654.dist-info}/METADATA +1 -1
- {pulumi_azure-6.29.0a1760595961.dist-info → pulumi_azure-6.29.0a1761200654.dist-info}/RECORD +66 -66
- {pulumi_azure-6.29.0a1760595961.dist-info → pulumi_azure-6.29.0a1761200654.dist-info}/WHEEL +0 -0
- {pulumi_azure-6.29.0a1760595961.dist-info → pulumi_azure-6.29.0a1761200654.dist-info}/top_level.txt +0 -0
pulumi_azure/keyvault/secret.py
CHANGED
|
@@ -26,6 +26,7 @@ class SecretArgs:
|
|
|
26
26
|
not_before_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
27
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
28
28
|
value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
|
+
value_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
30
|
value_wo_version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
30
31
|
"""
|
|
31
32
|
The set of arguments for constructing a Secret resource.
|
|
@@ -36,6 +37,10 @@ class SecretArgs:
|
|
|
36
37
|
:param pulumi.Input[_builtins.str] not_before_date: Key not usable before the provided UTC datetime (Y-m-d'T'H:M:S'Z').
|
|
37
38
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A mapping of tags to assign to the resource.
|
|
38
39
|
:param pulumi.Input[_builtins.str] value: Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
40
|
+
:param pulumi.Input[_builtins.str] value_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
41
|
+
Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
42
|
+
|
|
43
|
+
* > **Note:** One of `value` or `value_wo` must be specified.
|
|
39
44
|
:param pulumi.Input[_builtins.int] value_wo_version: An integer value used to trigger an update for `value_wo`. This property should be incremented when updating `value_wo`.
|
|
40
45
|
|
|
41
46
|
> **Note:** Key Vault strips newlines. To preserve newlines in multi-line secrets try replacing them with `\\n` or by base 64 encoding them with `replace(file("my_secret_file"), "/\\n/", "\\n")` or `base64encode(file("my_secret_file"))`, respectively.
|
|
@@ -53,6 +58,8 @@ class SecretArgs:
|
|
|
53
58
|
pulumi.set(__self__, "tags", tags)
|
|
54
59
|
if value is not None:
|
|
55
60
|
pulumi.set(__self__, "value", value)
|
|
61
|
+
if value_wo is not None:
|
|
62
|
+
pulumi.set(__self__, "value_wo", value_wo)
|
|
56
63
|
if value_wo_version is not None:
|
|
57
64
|
pulumi.set(__self__, "value_wo_version", value_wo_version)
|
|
58
65
|
|
|
@@ -140,6 +147,21 @@ class SecretArgs:
|
|
|
140
147
|
def value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
141
148
|
pulumi.set(self, "value", value)
|
|
142
149
|
|
|
150
|
+
@_builtins.property
|
|
151
|
+
@pulumi.getter(name="valueWo")
|
|
152
|
+
def value_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
153
|
+
"""
|
|
154
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
155
|
+
Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
156
|
+
|
|
157
|
+
* > **Note:** One of `value` or `value_wo` must be specified.
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "value_wo")
|
|
160
|
+
|
|
161
|
+
@value_wo.setter
|
|
162
|
+
def value_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
163
|
+
pulumi.set(self, "value_wo", value)
|
|
164
|
+
|
|
143
165
|
@_builtins.property
|
|
144
166
|
@pulumi.getter(name="valueWoVersion")
|
|
145
167
|
def value_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -167,6 +189,7 @@ class _SecretState:
|
|
|
167
189
|
resource_versionless_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
168
190
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
169
191
|
value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
192
|
+
value_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
170
193
|
value_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
171
194
|
version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
172
195
|
versionless_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
@@ -181,6 +204,10 @@ class _SecretState:
|
|
|
181
204
|
:param pulumi.Input[_builtins.str] resource_versionless_id: The Versionless ID of the Key Vault Secret. This property allows other Azure Services (that support it) to auto-rotate their value when the Key Vault Secret is updated.
|
|
182
205
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A mapping of tags to assign to the resource.
|
|
183
206
|
:param pulumi.Input[_builtins.str] value: Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
207
|
+
:param pulumi.Input[_builtins.str] value_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
208
|
+
Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
209
|
+
|
|
210
|
+
* > **Note:** One of `value` or `value_wo` must be specified.
|
|
184
211
|
:param pulumi.Input[_builtins.int] value_wo_version: An integer value used to trigger an update for `value_wo`. This property should be incremented when updating `value_wo`.
|
|
185
212
|
|
|
186
213
|
> **Note:** Key Vault strips newlines. To preserve newlines in multi-line secrets try replacing them with `\\n` or by base 64 encoding them with `replace(file("my_secret_file"), "/\\n/", "\\n")` or `base64encode(file("my_secret_file"))`, respectively.
|
|
@@ -205,6 +232,8 @@ class _SecretState:
|
|
|
205
232
|
pulumi.set(__self__, "tags", tags)
|
|
206
233
|
if value is not None:
|
|
207
234
|
pulumi.set(__self__, "value", value)
|
|
235
|
+
if value_wo is not None:
|
|
236
|
+
pulumi.set(__self__, "value_wo", value_wo)
|
|
208
237
|
if value_wo_version is not None:
|
|
209
238
|
pulumi.set(__self__, "value_wo_version", value_wo_version)
|
|
210
239
|
if version is not None:
|
|
@@ -320,6 +349,21 @@ class _SecretState:
|
|
|
320
349
|
def value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
321
350
|
pulumi.set(self, "value", value)
|
|
322
351
|
|
|
352
|
+
@_builtins.property
|
|
353
|
+
@pulumi.getter(name="valueWo")
|
|
354
|
+
def value_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
355
|
+
"""
|
|
356
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
357
|
+
Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
358
|
+
|
|
359
|
+
* > **Note:** One of `value` or `value_wo` must be specified.
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "value_wo")
|
|
362
|
+
|
|
363
|
+
@value_wo.setter
|
|
364
|
+
def value_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
365
|
+
pulumi.set(self, "value_wo", value)
|
|
366
|
+
|
|
323
367
|
@_builtins.property
|
|
324
368
|
@pulumi.getter(name="valueWoVersion")
|
|
325
369
|
def value_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -372,6 +416,7 @@ class Secret(pulumi.CustomResource):
|
|
|
372
416
|
not_before_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
373
417
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
374
418
|
value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
419
|
+
value_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
375
420
|
value_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
376
421
|
__props__=None):
|
|
377
422
|
"""
|
|
@@ -432,6 +477,10 @@ class Secret(pulumi.CustomResource):
|
|
|
432
477
|
:param pulumi.Input[_builtins.str] not_before_date: Key not usable before the provided UTC datetime (Y-m-d'T'H:M:S'Z').
|
|
433
478
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A mapping of tags to assign to the resource.
|
|
434
479
|
:param pulumi.Input[_builtins.str] value: Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
480
|
+
:param pulumi.Input[_builtins.str] value_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
481
|
+
Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
482
|
+
|
|
483
|
+
* > **Note:** One of `value` or `value_wo` must be specified.
|
|
435
484
|
:param pulumi.Input[_builtins.int] value_wo_version: An integer value used to trigger an update for `value_wo`. This property should be incremented when updating `value_wo`.
|
|
436
485
|
|
|
437
486
|
> **Note:** Key Vault strips newlines. To preserve newlines in multi-line secrets try replacing them with `\\n` or by base 64 encoding them with `replace(file("my_secret_file"), "/\\n/", "\\n")` or `base64encode(file("my_secret_file"))`, respectively.
|
|
@@ -513,6 +562,7 @@ class Secret(pulumi.CustomResource):
|
|
|
513
562
|
not_before_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
514
563
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
515
564
|
value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
565
|
+
value_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
516
566
|
value_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
517
567
|
__props__=None):
|
|
518
568
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -532,12 +582,13 @@ class Secret(pulumi.CustomResource):
|
|
|
532
582
|
__props__.__dict__["not_before_date"] = not_before_date
|
|
533
583
|
__props__.__dict__["tags"] = tags
|
|
534
584
|
__props__.__dict__["value"] = None if value is None else pulumi.Output.secret(value)
|
|
585
|
+
__props__.__dict__["value_wo"] = None if value_wo is None else pulumi.Output.secret(value_wo)
|
|
535
586
|
__props__.__dict__["value_wo_version"] = value_wo_version
|
|
536
587
|
__props__.__dict__["resource_id"] = None
|
|
537
588
|
__props__.__dict__["resource_versionless_id"] = None
|
|
538
589
|
__props__.__dict__["version"] = None
|
|
539
590
|
__props__.__dict__["versionless_id"] = None
|
|
540
|
-
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["value"])
|
|
591
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["value", "valueWo"])
|
|
541
592
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
542
593
|
super(Secret, __self__).__init__(
|
|
543
594
|
'azure:keyvault/secret:Secret',
|
|
@@ -558,6 +609,7 @@ class Secret(pulumi.CustomResource):
|
|
|
558
609
|
resource_versionless_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
559
610
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
560
611
|
value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
612
|
+
value_wo: Optional[pulumi.Input[_builtins.str]] = None,
|
|
561
613
|
value_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
|
562
614
|
version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
563
615
|
versionless_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'Secret':
|
|
@@ -577,6 +629,10 @@ class Secret(pulumi.CustomResource):
|
|
|
577
629
|
:param pulumi.Input[_builtins.str] resource_versionless_id: The Versionless ID of the Key Vault Secret. This property allows other Azure Services (that support it) to auto-rotate their value when the Key Vault Secret is updated.
|
|
578
630
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: A mapping of tags to assign to the resource.
|
|
579
631
|
:param pulumi.Input[_builtins.str] value: Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
632
|
+
:param pulumi.Input[_builtins.str] value_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
633
|
+
Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
634
|
+
|
|
635
|
+
* > **Note:** One of `value` or `value_wo` must be specified.
|
|
580
636
|
:param pulumi.Input[_builtins.int] value_wo_version: An integer value used to trigger an update for `value_wo`. This property should be incremented when updating `value_wo`.
|
|
581
637
|
|
|
582
638
|
> **Note:** Key Vault strips newlines. To preserve newlines in multi-line secrets try replacing them with `\\n` or by base 64 encoding them with `replace(file("my_secret_file"), "/\\n/", "\\n")` or `base64encode(file("my_secret_file"))`, respectively.
|
|
@@ -596,6 +652,7 @@ class Secret(pulumi.CustomResource):
|
|
|
596
652
|
__props__.__dict__["resource_versionless_id"] = resource_versionless_id
|
|
597
653
|
__props__.__dict__["tags"] = tags
|
|
598
654
|
__props__.__dict__["value"] = value
|
|
655
|
+
__props__.__dict__["value_wo"] = value_wo
|
|
599
656
|
__props__.__dict__["value_wo_version"] = value_wo_version
|
|
600
657
|
__props__.__dict__["version"] = version
|
|
601
658
|
__props__.__dict__["versionless_id"] = versionless_id
|
|
@@ -673,6 +730,17 @@ class Secret(pulumi.CustomResource):
|
|
|
673
730
|
"""
|
|
674
731
|
return pulumi.get(self, "value")
|
|
675
732
|
|
|
733
|
+
@_builtins.property
|
|
734
|
+
@pulumi.getter(name="valueWo")
|
|
735
|
+
def value_wo(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
736
|
+
"""
|
|
737
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
738
|
+
Specifies the value of the Key Vault Secret. Changing this will create a new version of the Key Vault Secret.
|
|
739
|
+
|
|
740
|
+
* > **Note:** One of `value` or `value_wo` must be specified.
|
|
741
|
+
"""
|
|
742
|
+
return pulumi.get(self, "value_wo")
|
|
743
|
+
|
|
676
744
|
@_builtins.property
|
|
677
745
|
@pulumi.getter(name="valueWoVersion")
|
|
678
746
|
def value_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
@@ -302,6 +302,15 @@ class CosmosdbDataConnection(pulumi.CustomResource):
|
|
|
302
302
|
"""
|
|
303
303
|
Manages a Kusto / Cosmos Database Data Connection.
|
|
304
304
|
|
|
305
|
+
## Example Usage
|
|
306
|
+
|
|
307
|
+
## API Providers
|
|
308
|
+
|
|
309
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
310
|
+
This resource uses the following Azure API Providers:
|
|
311
|
+
|
|
312
|
+
* `Microsoft.Kusto` - 2024-04-13
|
|
313
|
+
|
|
305
314
|
## Import
|
|
306
315
|
|
|
307
316
|
Kusto / Cosmos Database Data Connection can be imported using the `resource id`, e.g.
|
|
@@ -330,6 +339,15 @@ class CosmosdbDataConnection(pulumi.CustomResource):
|
|
|
330
339
|
"""
|
|
331
340
|
Manages a Kusto / Cosmos Database Data Connection.
|
|
332
341
|
|
|
342
|
+
## Example Usage
|
|
343
|
+
|
|
344
|
+
## API Providers
|
|
345
|
+
|
|
346
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
347
|
+
This resource uses the following Azure API Providers:
|
|
348
|
+
|
|
349
|
+
* `Microsoft.Kusto` - 2024-04-13
|
|
350
|
+
|
|
333
351
|
## Import
|
|
334
352
|
|
|
335
353
|
Kusto / Cosmos Database Data Connection can be imported using the `resource id`, e.g.
|
pulumi_azure/lb/get_lb_rule.py
CHANGED
|
@@ -225,6 +225,15 @@ def get_lb_rule(loadbalancer_id: Optional[_builtins.str] = None,
|
|
|
225
225
|
"""
|
|
226
226
|
Use this data source to access information about an existing Load Balancer Rule.
|
|
227
227
|
|
|
228
|
+
## Example Usage
|
|
229
|
+
|
|
230
|
+
## API Providers
|
|
231
|
+
|
|
232
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
233
|
+
This data source uses the following Azure API Providers:
|
|
234
|
+
|
|
235
|
+
* `Microsoft.Network` - 2023-09-01
|
|
236
|
+
|
|
228
237
|
|
|
229
238
|
:param _builtins.str loadbalancer_id: The ID of the Load Balancer Rule.
|
|
230
239
|
:param _builtins.str name: The name of this Load Balancer Rule.
|
|
@@ -258,6 +267,15 @@ def get_lb_rule_output(loadbalancer_id: Optional[pulumi.Input[_builtins.str]] =
|
|
|
258
267
|
"""
|
|
259
268
|
Use this data source to access information about an existing Load Balancer Rule.
|
|
260
269
|
|
|
270
|
+
## Example Usage
|
|
271
|
+
|
|
272
|
+
## API Providers
|
|
273
|
+
|
|
274
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
275
|
+
This data source uses the following Azure API Providers:
|
|
276
|
+
|
|
277
|
+
* `Microsoft.Network` - 2023-09-01
|
|
278
|
+
|
|
261
279
|
|
|
262
280
|
:param _builtins.str loadbalancer_id: The ID of the Load Balancer Rule.
|
|
263
281
|
:param _builtins.str name: The name of this Load Balancer Rule.
|
|
@@ -491,6 +491,15 @@ class FileSystem(pulumi.CustomResource):
|
|
|
491
491
|
"""
|
|
492
492
|
Manages an Azure Managed Lustre File System.
|
|
493
493
|
|
|
494
|
+
## Example Usage
|
|
495
|
+
|
|
496
|
+
## API Providers
|
|
497
|
+
|
|
498
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
499
|
+
This resource uses the following Azure API Providers:
|
|
500
|
+
|
|
501
|
+
* `Microsoft.StorageCache` - 2024-07-01
|
|
502
|
+
|
|
494
503
|
## Import
|
|
495
504
|
|
|
496
505
|
Azure Managed Lustre File Systems can be imported using the `resource id`, e.g.
|
|
@@ -526,6 +535,15 @@ class FileSystem(pulumi.CustomResource):
|
|
|
526
535
|
"""
|
|
527
536
|
Manages an Azure Managed Lustre File System.
|
|
528
537
|
|
|
538
|
+
## Example Usage
|
|
539
|
+
|
|
540
|
+
## API Providers
|
|
541
|
+
|
|
542
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
543
|
+
This resource uses the following Azure API Providers:
|
|
544
|
+
|
|
545
|
+
* `Microsoft.StorageCache` - 2024-07-01
|
|
546
|
+
|
|
529
547
|
## Import
|
|
530
548
|
|
|
531
549
|
Azure Managed Lustre File Systems can be imported using the `resource id`, e.g.
|
|
@@ -170,6 +170,15 @@ def get_network_sim(mobile_network_sim_group_id: Optional[_builtins.str] = None,
|
|
|
170
170
|
"""
|
|
171
171
|
Get information about a Mobile Network Sim.
|
|
172
172
|
|
|
173
|
+
## Example Usage
|
|
174
|
+
|
|
175
|
+
## API Providers
|
|
176
|
+
|
|
177
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
178
|
+
This data source uses the following Azure API Providers:
|
|
179
|
+
|
|
180
|
+
* `Microsoft.MobileNetwork` - 2022-11-01
|
|
181
|
+
|
|
173
182
|
|
|
174
183
|
:param _builtins.str mobile_network_sim_group_id: The ID of the Mobile Network which the Mobile Network Sim belongs to.
|
|
175
184
|
:param _builtins.str name: The name which should be used for this Mobile Network Sim.
|
|
@@ -198,6 +207,15 @@ def get_network_sim_output(mobile_network_sim_group_id: Optional[pulumi.Input[_b
|
|
|
198
207
|
"""
|
|
199
208
|
Get information about a Mobile Network Sim.
|
|
200
209
|
|
|
210
|
+
## Example Usage
|
|
211
|
+
|
|
212
|
+
## API Providers
|
|
213
|
+
|
|
214
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
215
|
+
This data source uses the following Azure API Providers:
|
|
216
|
+
|
|
217
|
+
* `Microsoft.MobileNetwork` - 2022-11-01
|
|
218
|
+
|
|
201
219
|
|
|
202
220
|
:param _builtins.str mobile_network_sim_group_id: The ID of the Mobile Network which the Mobile Network Sim belongs to.
|
|
203
221
|
:param _builtins.str name: The name which should be used for this Mobile Network Sim.
|
|
@@ -445,6 +445,15 @@ class NetworkAttachedDataNetwork(pulumi.CustomResource):
|
|
|
445
445
|
"""
|
|
446
446
|
Manages a Mobile Network Attached Data Network.
|
|
447
447
|
|
|
448
|
+
## Example Usage
|
|
449
|
+
|
|
450
|
+
## API Providers
|
|
451
|
+
|
|
452
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
453
|
+
This resource uses the following Azure API Providers:
|
|
454
|
+
|
|
455
|
+
* `Microsoft.MobileNetwork` - 2022-11-01
|
|
456
|
+
|
|
448
457
|
## Import
|
|
449
458
|
|
|
450
459
|
Mobile Network Attached Data Network can be imported using the `resource id`, e.g.
|
|
@@ -479,6 +488,15 @@ class NetworkAttachedDataNetwork(pulumi.CustomResource):
|
|
|
479
488
|
"""
|
|
480
489
|
Manages a Mobile Network Attached Data Network.
|
|
481
490
|
|
|
491
|
+
## Example Usage
|
|
492
|
+
|
|
493
|
+
## API Providers
|
|
494
|
+
|
|
495
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
496
|
+
This resource uses the following Azure API Providers:
|
|
497
|
+
|
|
498
|
+
* `Microsoft.MobileNetwork` - 2022-11-01
|
|
499
|
+
|
|
482
500
|
## Import
|
|
483
501
|
|
|
484
502
|
Mobile Network Attached Data Network can be imported using the `resource id`, e.g.
|
|
@@ -305,6 +305,15 @@ class NetworkPacketCoreDataPlane(pulumi.CustomResource):
|
|
|
305
305
|
"""
|
|
306
306
|
Manages a Mobile Network Packet Core Data Plane.
|
|
307
307
|
|
|
308
|
+
## Example Usage
|
|
309
|
+
|
|
310
|
+
## API Providers
|
|
311
|
+
|
|
312
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
313
|
+
This resource uses the following Azure API Providers:
|
|
314
|
+
|
|
315
|
+
* `Microsoft.MobileNetwork` - 2022-11-01
|
|
316
|
+
|
|
308
317
|
## Import
|
|
309
318
|
|
|
310
319
|
Mobile Network Packet Core Data Plane can be imported using the `resource id`, e.g.
|
|
@@ -333,6 +342,15 @@ class NetworkPacketCoreDataPlane(pulumi.CustomResource):
|
|
|
333
342
|
"""
|
|
334
343
|
Manages a Mobile Network Packet Core Data Plane.
|
|
335
344
|
|
|
345
|
+
## Example Usage
|
|
346
|
+
|
|
347
|
+
## API Providers
|
|
348
|
+
|
|
349
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
350
|
+
This resource uses the following Azure API Providers:
|
|
351
|
+
|
|
352
|
+
* `Microsoft.MobileNetwork` - 2022-11-01
|
|
353
|
+
|
|
336
354
|
## Import
|
|
337
355
|
|
|
338
356
|
Mobile Network Packet Core Data Plane can be imported using the `resource id`, e.g.
|
|
@@ -134,6 +134,15 @@ def get_managed_database(managed_instance_id: Optional[_builtins.str] = None,
|
|
|
134
134
|
"""
|
|
135
135
|
Use this data source to access information about an existing Azure SQL Azure Managed Database.
|
|
136
136
|
|
|
137
|
+
## Example Usage
|
|
138
|
+
|
|
139
|
+
## API Providers
|
|
140
|
+
|
|
141
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
142
|
+
This data source uses the following Azure API Providers:
|
|
143
|
+
|
|
144
|
+
* `Microsoft.Sql` - 2023-08-01-preview
|
|
145
|
+
|
|
137
146
|
|
|
138
147
|
:param _builtins.str managed_instance_id: The SQL Managed Instance ID.
|
|
139
148
|
:param _builtins.str name: The name of this Azure SQL Azure Managed Database.
|
|
@@ -159,6 +168,15 @@ def get_managed_database_output(managed_instance_id: Optional[pulumi.Input[_buil
|
|
|
159
168
|
"""
|
|
160
169
|
Use this data source to access information about an existing Azure SQL Azure Managed Database.
|
|
161
170
|
|
|
171
|
+
## Example Usage
|
|
172
|
+
|
|
173
|
+
## API Providers
|
|
174
|
+
|
|
175
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
176
|
+
This data source uses the following Azure API Providers:
|
|
177
|
+
|
|
178
|
+
* `Microsoft.Sql` - 2023-08-01-preview
|
|
179
|
+
|
|
162
180
|
|
|
163
181
|
:param _builtins.str managed_instance_id: The SQL Managed Instance ID.
|
|
164
182
|
:param _builtins.str name: The name of this Azure SQL Azure Managed Database.
|
|
@@ -345,6 +345,15 @@ class ManagedInstanceSecurityAlertPolicy(pulumi.CustomResource):
|
|
|
345
345
|
"""
|
|
346
346
|
Manages a Security Alert Policy for an MS SQL Managed Instance.
|
|
347
347
|
|
|
348
|
+
## Example Usage
|
|
349
|
+
|
|
350
|
+
## API Providers
|
|
351
|
+
|
|
352
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
353
|
+
This resource uses the following Azure API Providers:
|
|
354
|
+
|
|
355
|
+
* `Microsoft.Sql` - 2023-08-01-preview
|
|
356
|
+
|
|
348
357
|
## Import
|
|
349
358
|
|
|
350
359
|
MS SQL Managed Instance Security Alert Policy can be imported using the `resource id`, e.g.
|
|
@@ -376,6 +385,15 @@ class ManagedInstanceSecurityAlertPolicy(pulumi.CustomResource):
|
|
|
376
385
|
"""
|
|
377
386
|
Manages a Security Alert Policy for an MS SQL Managed Instance.
|
|
378
387
|
|
|
388
|
+
## Example Usage
|
|
389
|
+
|
|
390
|
+
## API Providers
|
|
391
|
+
|
|
392
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
393
|
+
This resource uses the following Azure API Providers:
|
|
394
|
+
|
|
395
|
+
* `Microsoft.Sql` - 2023-08-01-preview
|
|
396
|
+
|
|
379
397
|
## Import
|
|
380
398
|
|
|
381
399
|
MS SQL Managed Instance Security Alert Policy can be imported using the `resource id`, e.g.
|
|
@@ -206,6 +206,15 @@ class ManagedInstanceStartStopSchedule(pulumi.CustomResource):
|
|
|
206
206
|
"""
|
|
207
207
|
Manages Start Stop Schedules for an MS SQL Managed Instance.
|
|
208
208
|
|
|
209
|
+
## Example Usage
|
|
210
|
+
|
|
211
|
+
## API Providers
|
|
212
|
+
|
|
213
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
214
|
+
This resource uses the following Azure API Providers:
|
|
215
|
+
|
|
216
|
+
* `Microsoft.Sql` - 2023-08-01-preview
|
|
217
|
+
|
|
209
218
|
## Import
|
|
210
219
|
|
|
211
220
|
MS SQL Managed Instance Start Stop Schedule can be imported using the `resource id`, e.g.
|
|
@@ -230,6 +239,15 @@ class ManagedInstanceStartStopSchedule(pulumi.CustomResource):
|
|
|
230
239
|
"""
|
|
231
240
|
Manages Start Stop Schedules for an MS SQL Managed Instance.
|
|
232
241
|
|
|
242
|
+
## Example Usage
|
|
243
|
+
|
|
244
|
+
## API Providers
|
|
245
|
+
|
|
246
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
247
|
+
This resource uses the following Azure API Providers:
|
|
248
|
+
|
|
249
|
+
* `Microsoft.Sql` - 2023-08-01-preview
|
|
250
|
+
|
|
233
251
|
## Import
|
|
234
252
|
|
|
235
253
|
MS SQL Managed Instance Start Stop Schedule can be imported using the `resource id`, e.g.
|
|
@@ -409,6 +409,8 @@ class ServerExtendedAuditingPolicy(pulumi.CustomResource):
|
|
|
409
409
|
retention_in_days=6)
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
+
### With Storage Account Behind VNet And Firewall
|
|
413
|
+
|
|
412
414
|
## Import
|
|
413
415
|
|
|
414
416
|
MS SQL Server Extended Auditing Policies can be imported using the `resource id`, e.g.
|
|
@@ -471,6 +473,8 @@ class ServerExtendedAuditingPolicy(pulumi.CustomResource):
|
|
|
471
473
|
retention_in_days=6)
|
|
472
474
|
```
|
|
473
475
|
|
|
476
|
+
### With Storage Account Behind VNet And Firewall
|
|
477
|
+
|
|
474
478
|
## Import
|
|
475
479
|
|
|
476
480
|
MS SQL Server Extended Auditing Policies can be imported using the `resource id`, e.g.
|
|
@@ -275,6 +275,15 @@ class ServerMicrosoftSupportAuditingPolicy(pulumi.CustomResource):
|
|
|
275
275
|
storage_account_access_key=example_account.primary_access_key)
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
+
### With Storage Account Behind VNet And Firewall
|
|
279
|
+
|
|
280
|
+
## API Providers
|
|
281
|
+
|
|
282
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
283
|
+
This resource uses the following Azure API Providers:
|
|
284
|
+
|
|
285
|
+
* `Microsoft.Sql` - 2023-08-01-preview
|
|
286
|
+
|
|
278
287
|
## Import
|
|
279
288
|
|
|
280
289
|
MS SQL Server Microsoft Support Auditing Policies can be imported using the `resource id`, e.g.
|
|
@@ -331,6 +340,15 @@ class ServerMicrosoftSupportAuditingPolicy(pulumi.CustomResource):
|
|
|
331
340
|
storage_account_access_key=example_account.primary_access_key)
|
|
332
341
|
```
|
|
333
342
|
|
|
343
|
+
### With Storage Account Behind VNet And Firewall
|
|
344
|
+
|
|
345
|
+
## API Providers
|
|
346
|
+
|
|
347
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
348
|
+
This resource uses the following Azure API Providers:
|
|
349
|
+
|
|
350
|
+
* `Microsoft.Sql` - 2023-08-01-preview
|
|
351
|
+
|
|
334
352
|
## Import
|
|
335
353
|
|
|
336
354
|
MS SQL Server Microsoft Support Auditing Policies can be imported using the `resource id`, e.g.
|
|
@@ -107,6 +107,13 @@ class VirtualNetworkDnsServers(pulumi.CustomResource):
|
|
|
107
107
|
"""
|
|
108
108
|
## Example Usage
|
|
109
109
|
|
|
110
|
+
## API Providers
|
|
111
|
+
|
|
112
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
113
|
+
This resource uses the following Azure API Providers:
|
|
114
|
+
|
|
115
|
+
* `Microsoft.Network` - 2024-05-01
|
|
116
|
+
|
|
110
117
|
## Import
|
|
111
118
|
|
|
112
119
|
Virtual Network DNS Servers can be imported using the `resource id`, e.g.
|
|
@@ -129,6 +136,13 @@ class VirtualNetworkDnsServers(pulumi.CustomResource):
|
|
|
129
136
|
"""
|
|
130
137
|
## Example Usage
|
|
131
138
|
|
|
139
|
+
## API Providers
|
|
140
|
+
|
|
141
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
142
|
+
This resource uses the following Azure API Providers:
|
|
143
|
+
|
|
144
|
+
* `Microsoft.Network` - 2024-05-01
|
|
145
|
+
|
|
132
146
|
## Import
|
|
133
147
|
|
|
134
148
|
Virtual Network DNS Servers can be imported using the `resource id`, e.g.
|
|
@@ -788,6 +788,40 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
|
788
788
|
"""
|
|
789
789
|
Manages an Autonomous Database.
|
|
790
790
|
|
|
791
|
+
## Example Usage
|
|
792
|
+
|
|
793
|
+
## > **Note:** `allowed_ips` cannot be updated after provisioning the resource with an empty list (i.e., a publicly accessible Autonomous Database)
|
|
794
|
+
|
|
795
|
+
size: the maximum number of Ips provided shouldn't exceed 1024. At this time we only support IpV4.
|
|
796
|
+
***
|
|
797
|
+
|
|
798
|
+
* `customer_contacts` - (Optional) Specifies a list of customer contacts as email addresses. Changing this forces a new Autonomous Database to be created.
|
|
799
|
+
|
|
800
|
+
* `tags` - (Optional) A mapping of tags which should be assigned to the Autonomous Database.
|
|
801
|
+
|
|
802
|
+
* `long_term_backup_schedule` - (Optional) A `long_term_backup_schedule` block as defined below.
|
|
803
|
+
|
|
804
|
+
> **Note:** for more information see [Create Long-Term Backups on Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/backup-long-term.html#GUID-BD76E02E-AEB0-4450-A6AB-5C9EB1F4EAD0)
|
|
805
|
+
|
|
806
|
+
***
|
|
807
|
+
|
|
808
|
+
A `long_term_backup_schedule` blocks supports the following:
|
|
809
|
+
|
|
810
|
+
* `repeat_cadence` - (Required) Specifies the schedule for automated long-term backups. Possible values are `Weekly`, `Monthly`, `Yearly`, or `OneTime` (does not repeat) . For example, if the Backup date and Time is `Jan 24, 2025 00:09:00 UTC` and this is a Tuesday, and Weekly is selected, the long-term backup will happen every Tuesday.
|
|
811
|
+
|
|
812
|
+
* `time_of_backup` - (Required) The date and time in which the backup should be taken in ISO8601 Date Time format.
|
|
813
|
+
|
|
814
|
+
* `retention_period_in_days` - (Required) The retention period in days for the Autonomous Database Backup. Possible values range from `90` to `2558` days (7 years).
|
|
815
|
+
|
|
816
|
+
* `enabled` - (Required) A boolean value that indicates whether the long term backup schedule is enabled.
|
|
817
|
+
|
|
818
|
+
## API Providers
|
|
819
|
+
|
|
820
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
821
|
+
This resource uses the following Azure API Providers:
|
|
822
|
+
|
|
823
|
+
* `Oracle.Database` - 2025-03-01
|
|
824
|
+
|
|
791
825
|
## Import
|
|
792
826
|
|
|
793
827
|
Autonomous Databases can be imported using the `resource id`, e.g.
|
|
@@ -834,6 +868,40 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
|
834
868
|
"""
|
|
835
869
|
Manages an Autonomous Database.
|
|
836
870
|
|
|
871
|
+
## Example Usage
|
|
872
|
+
|
|
873
|
+
## > **Note:** `allowed_ips` cannot be updated after provisioning the resource with an empty list (i.e., a publicly accessible Autonomous Database)
|
|
874
|
+
|
|
875
|
+
size: the maximum number of Ips provided shouldn't exceed 1024. At this time we only support IpV4.
|
|
876
|
+
***
|
|
877
|
+
|
|
878
|
+
* `customer_contacts` - (Optional) Specifies a list of customer contacts as email addresses. Changing this forces a new Autonomous Database to be created.
|
|
879
|
+
|
|
880
|
+
* `tags` - (Optional) A mapping of tags which should be assigned to the Autonomous Database.
|
|
881
|
+
|
|
882
|
+
* `long_term_backup_schedule` - (Optional) A `long_term_backup_schedule` block as defined below.
|
|
883
|
+
|
|
884
|
+
> **Note:** for more information see [Create Long-Term Backups on Autonomous Database](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/backup-long-term.html#GUID-BD76E02E-AEB0-4450-A6AB-5C9EB1F4EAD0)
|
|
885
|
+
|
|
886
|
+
***
|
|
887
|
+
|
|
888
|
+
A `long_term_backup_schedule` blocks supports the following:
|
|
889
|
+
|
|
890
|
+
* `repeat_cadence` - (Required) Specifies the schedule for automated long-term backups. Possible values are `Weekly`, `Monthly`, `Yearly`, or `OneTime` (does not repeat) . For example, if the Backup date and Time is `Jan 24, 2025 00:09:00 UTC` and this is a Tuesday, and Weekly is selected, the long-term backup will happen every Tuesday.
|
|
891
|
+
|
|
892
|
+
* `time_of_backup` - (Required) The date and time in which the backup should be taken in ISO8601 Date Time format.
|
|
893
|
+
|
|
894
|
+
* `retention_period_in_days` - (Required) The retention period in days for the Autonomous Database Backup. Possible values range from `90` to `2558` days (7 years).
|
|
895
|
+
|
|
896
|
+
* `enabled` - (Required) A boolean value that indicates whether the long term backup schedule is enabled.
|
|
897
|
+
|
|
898
|
+
## API Providers
|
|
899
|
+
|
|
900
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
901
|
+
This resource uses the following Azure API Providers:
|
|
902
|
+
|
|
903
|
+
* `Oracle.Database` - 2025-03-01
|
|
904
|
+
|
|
837
905
|
## Import
|
|
838
906
|
|
|
839
907
|
Autonomous Databases can be imported using the `resource id`, e.g.
|
|
@@ -172,6 +172,15 @@ class AutonomousDatabaseBackup(pulumi.CustomResource):
|
|
|
172
172
|
"""
|
|
173
173
|
Manages an Oracle Autonomous Database Backup in Azure.
|
|
174
174
|
|
|
175
|
+
## Example Usage
|
|
176
|
+
|
|
177
|
+
## API Providers
|
|
178
|
+
|
|
179
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
180
|
+
This resource uses the following Azure API Providers:
|
|
181
|
+
|
|
182
|
+
* `Oracle.Database` - 2025-03-01
|
|
183
|
+
|
|
175
184
|
## Import
|
|
176
185
|
|
|
177
186
|
Autonomous Database Backups can be imported using the `id`, e.g.
|
|
@@ -196,6 +205,15 @@ class AutonomousDatabaseBackup(pulumi.CustomResource):
|
|
|
196
205
|
"""
|
|
197
206
|
Manages an Oracle Autonomous Database Backup in Azure.
|
|
198
207
|
|
|
208
|
+
## Example Usage
|
|
209
|
+
|
|
210
|
+
## API Providers
|
|
211
|
+
|
|
212
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
213
|
+
This resource uses the following Azure API Providers:
|
|
214
|
+
|
|
215
|
+
* `Oracle.Database` - 2025-03-01
|
|
216
|
+
|
|
199
217
|
## Import
|
|
200
218
|
|
|
201
219
|
Autonomous Database Backups can be imported using the `id`, e.g.
|