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
|
@@ -410,6 +410,15 @@ class OutputServiceBusQueue(pulumi.CustomResource):
|
|
|
410
410
|
"""
|
|
411
411
|
Manages a Stream Analytics Output to a ServiceBus Queue.
|
|
412
412
|
|
|
413
|
+
## Example Usage
|
|
414
|
+
|
|
415
|
+
## API Providers
|
|
416
|
+
|
|
417
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
418
|
+
This resource uses the following Azure API Providers:
|
|
419
|
+
|
|
420
|
+
* `Microsoft.StreamAnalytics` - 2021-10-01-preview
|
|
421
|
+
|
|
413
422
|
## Import
|
|
414
423
|
|
|
415
424
|
Stream Analytics Output ServiceBus Queue's can be imported using the `resource id`, e.g.
|
|
@@ -443,6 +452,15 @@ class OutputServiceBusQueue(pulumi.CustomResource):
|
|
|
443
452
|
"""
|
|
444
453
|
Manages a Stream Analytics Output to a ServiceBus Queue.
|
|
445
454
|
|
|
455
|
+
## Example Usage
|
|
456
|
+
|
|
457
|
+
## API Providers
|
|
458
|
+
|
|
459
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
460
|
+
This resource uses the following Azure API Providers:
|
|
461
|
+
|
|
462
|
+
* `Microsoft.StreamAnalytics` - 2021-10-01-preview
|
|
463
|
+
|
|
446
464
|
## Import
|
|
447
465
|
|
|
448
466
|
Stream Analytics Output ServiceBus Queue's can be imported using the `resource id`, e.g.
|
|
@@ -410,6 +410,15 @@ class OutputServicebusTopic(pulumi.CustomResource):
|
|
|
410
410
|
"""
|
|
411
411
|
Manages a Stream Analytics Output to a ServiceBus Topic.
|
|
412
412
|
|
|
413
|
+
## Example Usage
|
|
414
|
+
|
|
415
|
+
## API Providers
|
|
416
|
+
|
|
417
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
418
|
+
This resource uses the following Azure API Providers:
|
|
419
|
+
|
|
420
|
+
* `Microsoft.StreamAnalytics` - 2021-10-01-preview
|
|
421
|
+
|
|
413
422
|
## Import
|
|
414
423
|
|
|
415
424
|
Stream Analytics Output ServiceBus Topic's can be imported using the `resource id`, e.g.
|
|
@@ -443,6 +452,15 @@ class OutputServicebusTopic(pulumi.CustomResource):
|
|
|
443
452
|
"""
|
|
444
453
|
Manages a Stream Analytics Output to a ServiceBus Topic.
|
|
445
454
|
|
|
455
|
+
## Example Usage
|
|
456
|
+
|
|
457
|
+
## API Providers
|
|
458
|
+
|
|
459
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
460
|
+
This resource uses the following Azure API Providers:
|
|
461
|
+
|
|
462
|
+
* `Microsoft.StreamAnalytics` - 2021-10-01-preview
|
|
463
|
+
|
|
446
464
|
## Import
|
|
447
465
|
|
|
448
466
|
Stream Analytics Output ServiceBus Topic's can be imported using the `resource id`, e.g.
|
|
@@ -304,6 +304,8 @@ class SqlPoolSecurityAlertPolicy(pulumi.CustomResource):
|
|
|
304
304
|
"""
|
|
305
305
|
Manages a Security Alert Policy for a Synapse SQL Pool.
|
|
306
306
|
|
|
307
|
+
## Example Usage
|
|
308
|
+
|
|
307
309
|
## Import
|
|
308
310
|
|
|
309
311
|
Synapse SQL Pool Security Alert Policies can be imported using the `resource id`, e.g.
|
|
@@ -332,6 +334,8 @@ class SqlPoolSecurityAlertPolicy(pulumi.CustomResource):
|
|
|
332
334
|
"""
|
|
333
335
|
Manages a Security Alert Policy for a Synapse SQL Pool.
|
|
334
336
|
|
|
337
|
+
## Example Usage
|
|
338
|
+
|
|
335
339
|
## Import
|
|
336
340
|
|
|
337
341
|
Synapse SQL Pool Security Alert Policies can be imported using the `resource id`, e.g.
|
|
@@ -207,6 +207,8 @@ class SqlPoolVulnerabilityAssessment(pulumi.CustomResource):
|
|
|
207
207
|
"""
|
|
208
208
|
Manages the Vulnerability Assessment for a Synapse SQL Pool.
|
|
209
209
|
|
|
210
|
+
## Example Usage
|
|
211
|
+
|
|
210
212
|
## Import
|
|
211
213
|
|
|
212
214
|
Synapse SQL Pool Vulnerability Assessment can be imported using the `resource id`, e.g.
|
|
@@ -232,6 +234,8 @@ class SqlPoolVulnerabilityAssessment(pulumi.CustomResource):
|
|
|
232
234
|
"""
|
|
233
235
|
Manages the Vulnerability Assessment for a Synapse SQL Pool.
|
|
234
236
|
|
|
237
|
+
## Example Usage
|
|
238
|
+
|
|
235
239
|
## Import
|
|
236
240
|
|
|
237
241
|
Synapse SQL Pool Vulnerability Assessment can be imported using the `resource id`, e.g.
|
|
@@ -304,6 +304,8 @@ class WorkspaceSecurityAlertPolicy(pulumi.CustomResource):
|
|
|
304
304
|
"""
|
|
305
305
|
Manages a Security Alert Policy for a Synapse Workspace.
|
|
306
306
|
|
|
307
|
+
## Example Usage
|
|
308
|
+
|
|
307
309
|
## Import
|
|
308
310
|
|
|
309
311
|
Synapse Workspace Security Alert Policies can be imported using the `resource id`, e.g.
|
|
@@ -332,6 +334,8 @@ class WorkspaceSecurityAlertPolicy(pulumi.CustomResource):
|
|
|
332
334
|
"""
|
|
333
335
|
Manages a Security Alert Policy for a Synapse Workspace.
|
|
334
336
|
|
|
337
|
+
## Example Usage
|
|
338
|
+
|
|
335
339
|
## Import
|
|
336
340
|
|
|
337
341
|
Synapse Workspace Security Alert Policies can be imported using the `resource id`, e.g.
|
|
@@ -207,6 +207,8 @@ class WorkspaceVulnerabilityAssessment(pulumi.CustomResource):
|
|
|
207
207
|
"""
|
|
208
208
|
Manages the Vulnerability Assessment for a Synapse Workspace.
|
|
209
209
|
|
|
210
|
+
## Example Usage
|
|
211
|
+
|
|
210
212
|
## Import
|
|
211
213
|
|
|
212
214
|
Synapse Workspace Vulnerability Assessment can be imported using the `resource id`, e.g.
|
|
@@ -232,6 +234,8 @@ class WorkspaceVulnerabilityAssessment(pulumi.CustomResource):
|
|
|
232
234
|
"""
|
|
233
235
|
Manages the Vulnerability Assessment for a Synapse Workspace.
|
|
234
236
|
|
|
237
|
+
## Example Usage
|
|
238
|
+
|
|
235
239
|
## Import
|
|
236
240
|
|
|
237
241
|
Synapse Workspace Vulnerability Assessment can be imported using the `resource id`, e.g.
|
|
@@ -179,6 +179,15 @@ class CustomDomain(pulumi.CustomResource):
|
|
|
179
179
|
"""
|
|
180
180
|
Manages an Azure Web PubSub Custom Domain.
|
|
181
181
|
|
|
182
|
+
## Example Usage
|
|
183
|
+
|
|
184
|
+
## API Providers
|
|
185
|
+
|
|
186
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
187
|
+
This resource uses the following Azure API Providers:
|
|
188
|
+
|
|
189
|
+
* `Microsoft.SignalRService` - 2024-03-01
|
|
190
|
+
|
|
182
191
|
## Import
|
|
183
192
|
|
|
184
193
|
Custom Domain for a Web PubSub service can be imported using the `resource id`, e.g.
|
|
@@ -205,6 +214,15 @@ class CustomDomain(pulumi.CustomResource):
|
|
|
205
214
|
"""
|
|
206
215
|
Manages an Azure Web PubSub Custom Domain.
|
|
207
216
|
|
|
217
|
+
## Example Usage
|
|
218
|
+
|
|
219
|
+
## API Providers
|
|
220
|
+
|
|
221
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
222
|
+
This resource uses the following Azure API Providers:
|
|
223
|
+
|
|
224
|
+
* `Microsoft.SignalRService` - 2024-03-01
|
|
225
|
+
|
|
208
226
|
## Import
|
|
209
227
|
|
|
210
228
|
Custom Domain for a Web PubSub service can be imported using the `resource id`, e.g.
|
|
@@ -174,6 +174,15 @@ class NetworkAcl(pulumi.CustomResource):
|
|
|
174
174
|
"""
|
|
175
175
|
Manages the Network ACL for a Web Pubsub.
|
|
176
176
|
|
|
177
|
+
## Example Usage
|
|
178
|
+
|
|
179
|
+
## API Providers
|
|
180
|
+
|
|
181
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
182
|
+
This resource uses the following Azure API Providers:
|
|
183
|
+
|
|
184
|
+
* `Microsoft.SignalRService` - 2024-03-01
|
|
185
|
+
|
|
177
186
|
## Import
|
|
178
187
|
|
|
179
188
|
Network ACLs for a Web Pubsub service can be imported using the `resource id`, e.g.
|
|
@@ -198,6 +207,15 @@ class NetworkAcl(pulumi.CustomResource):
|
|
|
198
207
|
"""
|
|
199
208
|
Manages the Network ACL for a Web Pubsub.
|
|
200
209
|
|
|
210
|
+
## Example Usage
|
|
211
|
+
|
|
212
|
+
## API Providers
|
|
213
|
+
|
|
214
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
215
|
+
This resource uses the following Azure API Providers:
|
|
216
|
+
|
|
217
|
+
* `Microsoft.SignalRService` - 2024-03-01
|
|
218
|
+
|
|
201
219
|
## Import
|
|
202
220
|
|
|
203
221
|
Network ACLs for a Web Pubsub service can be imported using the `resource id`, e.g.
|
{pulumi_azure-6.29.0a1760595961.dist-info → pulumi_azure-6.29.0a1761200654.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_azure
|
|
3
|
-
Version: 6.29.
|
|
3
|
+
Version: 6.29.0a1761200654
|
|
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
|