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
|
@@ -173,6 +173,15 @@ class ApiTagDescription(pulumi.CustomResource):
|
|
|
173
173
|
"""
|
|
174
174
|
Manages an API Tag Description within an API Management Service.
|
|
175
175
|
|
|
176
|
+
## Example Usage
|
|
177
|
+
|
|
178
|
+
## API Providers
|
|
179
|
+
|
|
180
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
181
|
+
This resource uses the following Azure API Providers:
|
|
182
|
+
|
|
183
|
+
* `Microsoft.ApiManagement` - 2022-08-01
|
|
184
|
+
|
|
176
185
|
## Import
|
|
177
186
|
|
|
178
187
|
API Management API Schema's can be imported using the `resource id`, e.g.
|
|
@@ -197,6 +206,15 @@ class ApiTagDescription(pulumi.CustomResource):
|
|
|
197
206
|
"""
|
|
198
207
|
Manages an API Tag Description within an API Management Service.
|
|
199
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.ApiManagement` - 2022-08-01
|
|
217
|
+
|
|
200
218
|
## Import
|
|
201
219
|
|
|
202
220
|
API Management API Schema's can be imported using the `resource id`, e.g.
|
|
@@ -238,6 +238,15 @@ class RedisCache(pulumi.CustomResource):
|
|
|
238
238
|
"""
|
|
239
239
|
Manages a API Management Redis Cache.
|
|
240
240
|
|
|
241
|
+
## Example Usage
|
|
242
|
+
|
|
243
|
+
## API Providers
|
|
244
|
+
|
|
245
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
246
|
+
This resource uses the following Azure API Providers:
|
|
247
|
+
|
|
248
|
+
* `Microsoft.ApiManagement` - 2022-08-01
|
|
249
|
+
|
|
241
250
|
## Import
|
|
242
251
|
|
|
243
252
|
API Management Redis Caches can be imported using the `resource id`, e.g.
|
|
@@ -264,6 +273,15 @@ class RedisCache(pulumi.CustomResource):
|
|
|
264
273
|
"""
|
|
265
274
|
Manages a API Management Redis Cache.
|
|
266
275
|
|
|
276
|
+
## Example Usage
|
|
277
|
+
|
|
278
|
+
## API Providers
|
|
279
|
+
|
|
280
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
281
|
+
This resource uses the following Azure API Providers:
|
|
282
|
+
|
|
283
|
+
* `Microsoft.ApiManagement` - 2022-08-01
|
|
284
|
+
|
|
267
285
|
## Import
|
|
268
286
|
|
|
269
287
|
API Management Redis Caches can be imported using the `resource id`, e.g.
|
|
@@ -206,6 +206,8 @@ class SpringCloudAppRedisAssociation(pulumi.CustomResource):
|
|
|
206
206
|
|
|
207
207
|
!> **Note:** Azure Spring Apps is now deprecated and will be retired on 2028-05-31 - as such the `appplatform.SpringCloudAppRedisAssociation` resource is deprecated and will be removed in a future major version of the AzureRM Provider. See https://aka.ms/asaretirement for more information.
|
|
208
208
|
|
|
209
|
+
## Example Usage
|
|
210
|
+
|
|
209
211
|
## Import
|
|
210
212
|
|
|
211
213
|
Spring Cloud Application Redis Association can be imported using the `resource id`, e.g.
|
|
@@ -233,6 +235,8 @@ class SpringCloudAppRedisAssociation(pulumi.CustomResource):
|
|
|
233
235
|
|
|
234
236
|
!> **Note:** Azure Spring Apps is now deprecated and will be retired on 2028-05-31 - as such the `appplatform.SpringCloudAppRedisAssociation` resource is deprecated and will be removed in a future major version of the AzureRM Provider. See https://aka.ms/asaretirement for more information.
|
|
235
237
|
|
|
238
|
+
## Example Usage
|
|
239
|
+
|
|
236
240
|
## Import
|
|
237
241
|
|
|
238
242
|
Spring Cloud Application Redis Association can be imported using the `resource id`, e.g.
|
|
@@ -250,6 +250,15 @@ class SpringCloudConnection(pulumi.CustomResource):
|
|
|
250
250
|
|
|
251
251
|
!> **Note:** Azure Spring Apps is now deprecated and will be retired on 2028-05-31 - as such the `appplatform.SpringCloudConnection` resource is deprecated and will be removed in a future major version of the AzureRM Provider. See https://aka.ms/asaretirement for more information.
|
|
252
252
|
|
|
253
|
+
## Example Usage
|
|
254
|
+
|
|
255
|
+
## API Providers
|
|
256
|
+
|
|
257
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
258
|
+
This resource uses the following Azure API Providers:
|
|
259
|
+
|
|
260
|
+
* `Microsoft.ServiceLinker` - 2024-04-01, 2022-05-01
|
|
261
|
+
|
|
253
262
|
## Import
|
|
254
263
|
|
|
255
264
|
Service Connector for spring cloud can be imported using the `resource id`, e.g.
|
|
@@ -276,6 +285,15 @@ class SpringCloudConnection(pulumi.CustomResource):
|
|
|
276
285
|
|
|
277
286
|
!> **Note:** Azure Spring Apps is now deprecated and will be retired on 2028-05-31 - as such the `appplatform.SpringCloudConnection` resource is deprecated and will be removed in a future major version of the AzureRM Provider. See https://aka.ms/asaretirement for more information.
|
|
278
287
|
|
|
288
|
+
## Example Usage
|
|
289
|
+
|
|
290
|
+
## API Providers
|
|
291
|
+
|
|
292
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
293
|
+
This resource uses the following Azure API Providers:
|
|
294
|
+
|
|
295
|
+
* `Microsoft.ServiceLinker` - 2024-04-01, 2022-05-01
|
|
296
|
+
|
|
279
297
|
## Import
|
|
280
298
|
|
|
281
299
|
Service Connector for spring cloud can be imported using the `resource id`, e.g.
|
|
@@ -256,6 +256,15 @@ class AppConnection(pulumi.CustomResource):
|
|
|
256
256
|
"""
|
|
257
257
|
Manages a service connector for function app.
|
|
258
258
|
|
|
259
|
+
## Example Usage
|
|
260
|
+
|
|
261
|
+
## API Providers
|
|
262
|
+
|
|
263
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
264
|
+
This resource uses the following Azure API Providers:
|
|
265
|
+
|
|
266
|
+
* `Microsoft.ServiceLinker` - 2024-04-01, 2022-05-01
|
|
267
|
+
|
|
259
268
|
## Import
|
|
260
269
|
|
|
261
270
|
Service Connector for app service can be imported using the `resource id`, e.g.
|
|
@@ -282,6 +291,15 @@ class AppConnection(pulumi.CustomResource):
|
|
|
282
291
|
"""
|
|
283
292
|
Manages a service connector for function app.
|
|
284
293
|
|
|
294
|
+
## Example Usage
|
|
295
|
+
|
|
296
|
+
## API Providers
|
|
297
|
+
|
|
298
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
299
|
+
This resource uses the following Azure API Providers:
|
|
300
|
+
|
|
301
|
+
* `Microsoft.ServiceLinker` - 2024-04-01, 2022-05-01
|
|
302
|
+
|
|
285
303
|
## Import
|
|
286
304
|
|
|
287
305
|
Service Connector for app service can be imported using the `resource id`, e.g.
|
|
@@ -256,6 +256,15 @@ class Connection(pulumi.CustomResource):
|
|
|
256
256
|
"""
|
|
257
257
|
Manages a service connector for app service.
|
|
258
258
|
|
|
259
|
+
## Example Usage
|
|
260
|
+
|
|
261
|
+
## API Providers
|
|
262
|
+
|
|
263
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
264
|
+
This resource uses the following Azure API Providers:
|
|
265
|
+
|
|
266
|
+
* `Microsoft.ServiceLinker` - 2024-04-01, 2022-05-01
|
|
267
|
+
|
|
259
268
|
## Import
|
|
260
269
|
|
|
261
270
|
Service Connector for app service can be imported using the `resource id`, e.g.
|
|
@@ -282,6 +291,15 @@ class Connection(pulumi.CustomResource):
|
|
|
282
291
|
"""
|
|
283
292
|
Manages a service connector for app service.
|
|
284
293
|
|
|
294
|
+
## Example Usage
|
|
295
|
+
|
|
296
|
+
## API Providers
|
|
297
|
+
|
|
298
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
299
|
+
This resource uses the following Azure API Providers:
|
|
300
|
+
|
|
301
|
+
* `Microsoft.ServiceLinker` - 2024-04-01, 2022-05-01
|
|
302
|
+
|
|
285
303
|
## Import
|
|
286
304
|
|
|
287
305
|
Service Connector for app service can be imported using the `resource id`, e.g.
|
|
@@ -971,6 +971,10 @@ class FunctionApp(pulumi.CustomResource):
|
|
|
971
971
|
|
|
972
972
|
> **Note:** Version `~3` or `~4` is required for Linux Function Apps.
|
|
973
973
|
|
|
974
|
+
### Python In A Consumption Plan)
|
|
975
|
+
|
|
976
|
+
> **Note:** The Python runtime is only supported on a Linux based hosting plan. See [the documentation for additional information](https://docs.microsoft.com/azure/azure-functions/functions-reference-python).
|
|
977
|
+
|
|
974
978
|
## Import
|
|
975
979
|
|
|
976
980
|
Function Apps can be imported using the `resource id`, e.g.
|
|
@@ -1130,6 +1134,10 @@ class FunctionApp(pulumi.CustomResource):
|
|
|
1130
1134
|
|
|
1131
1135
|
> **Note:** Version `~3` or `~4` is required for Linux Function Apps.
|
|
1132
1136
|
|
|
1137
|
+
### Python In A Consumption Plan)
|
|
1138
|
+
|
|
1139
|
+
> **Note:** The Python runtime is only supported on a Linux based hosting plan. See [the documentation for additional information](https://docs.microsoft.com/azure/azure-functions/functions-reference-python).
|
|
1140
|
+
|
|
1133
1141
|
## Import
|
|
1134
1142
|
|
|
1135
1143
|
Function Apps can be imported using the `resource id`, e.g.
|
|
@@ -153,6 +153,15 @@ class WebAppActiveSlot(pulumi.CustomResource):
|
|
|
153
153
|
example_web_app_active_slot = azure.appservice.WebAppActiveSlot("example", slot_id=example_windows_web_app_slot.id)
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
+
### Linux Web App
|
|
157
|
+
|
|
158
|
+
## API Providers
|
|
159
|
+
|
|
160
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
161
|
+
This resource uses the following Azure API Providers:
|
|
162
|
+
|
|
163
|
+
* `Microsoft.Web` - 2023-12-01
|
|
164
|
+
|
|
156
165
|
## Import
|
|
157
166
|
|
|
158
167
|
a Web App Active Slot can be imported using the `resource id`, e.g.
|
|
@@ -205,6 +214,15 @@ class WebAppActiveSlot(pulumi.CustomResource):
|
|
|
205
214
|
example_web_app_active_slot = azure.appservice.WebAppActiveSlot("example", slot_id=example_windows_web_app_slot.id)
|
|
206
215
|
```
|
|
207
216
|
|
|
217
|
+
### Linux Web App
|
|
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.Web` - 2023-12-01
|
|
225
|
+
|
|
208
226
|
## Import
|
|
209
227
|
|
|
210
228
|
a Web App Active Slot can be imported using the `resource id`, e.g.
|
|
@@ -205,6 +205,8 @@ class CustomDomain(pulumi.CustomResource):
|
|
|
205
205
|
"""
|
|
206
206
|
Manages a Container App Custom Domain.
|
|
207
207
|
|
|
208
|
+
## Example Usage
|
|
209
|
+
|
|
208
210
|
### Managed Certificate
|
|
209
211
|
|
|
210
212
|
```python
|
|
@@ -254,6 +256,8 @@ class CustomDomain(pulumi.CustomResource):
|
|
|
254
256
|
"""
|
|
255
257
|
Manages a Container App Custom Domain.
|
|
256
258
|
|
|
259
|
+
## Example Usage
|
|
260
|
+
|
|
257
261
|
### Managed Certificate
|
|
258
262
|
|
|
259
263
|
```python
|
|
@@ -109,6 +109,15 @@ def get_registry_cache_rule(container_registry_id: Optional[_builtins.str] = Non
|
|
|
109
109
|
"""
|
|
110
110
|
Use this data source to access information about an existing Container Registry Cache Rule.
|
|
111
111
|
|
|
112
|
+
## Example Usage
|
|
113
|
+
|
|
114
|
+
## API Providers
|
|
115
|
+
|
|
116
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
117
|
+
This data source uses the following Azure API Providers:
|
|
118
|
+
|
|
119
|
+
* `Microsoft.ContainerRegistry` - 2023-07-01
|
|
120
|
+
|
|
112
121
|
|
|
113
122
|
:param _builtins.str container_registry_id: The ID of the container registry where the cache rule should apply. Changing this forces a new resource to be created.
|
|
114
123
|
:param _builtins.str name: Specifies the name of the Container Registry Cache Rule. Only Alphanumeric characters allowed. Changing this forces a new resource to be created.
|
|
@@ -132,6 +141,15 @@ def get_registry_cache_rule_output(container_registry_id: Optional[pulumi.Input[
|
|
|
132
141
|
"""
|
|
133
142
|
Use this data source to access information about an existing Container Registry Cache Rule.
|
|
134
143
|
|
|
144
|
+
## Example Usage
|
|
145
|
+
|
|
146
|
+
## API Providers
|
|
147
|
+
|
|
148
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
149
|
+
This data source uses the following Azure API Providers:
|
|
150
|
+
|
|
151
|
+
* `Microsoft.ContainerRegistry` - 2023-07-01
|
|
152
|
+
|
|
135
153
|
|
|
136
154
|
:param _builtins.str container_registry_id: The ID of the container registry where the cache rule should apply. Changing this forces a new resource to be created.
|
|
137
155
|
:param _builtins.str name: Specifies the name of the Container Registry Cache Rule. Only Alphanumeric characters allowed. Changing this forces a new resource to be created.
|
|
@@ -141,6 +141,15 @@ class TokenPassword(pulumi.CustomResource):
|
|
|
141
141
|
"""
|
|
142
142
|
Manages a Container Registry Token Password associated with a scope map. For more information on scope maps and their tokens see the [product documentation](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-repository-scoped-permissions).
|
|
143
143
|
|
|
144
|
+
## Example Usage
|
|
145
|
+
|
|
146
|
+
## API Providers
|
|
147
|
+
|
|
148
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
149
|
+
This resource uses the following Azure API Providers:
|
|
150
|
+
|
|
151
|
+
* `Microsoft.ContainerRegistry` - 2023-11-01-preview
|
|
152
|
+
|
|
144
153
|
## Import
|
|
145
154
|
|
|
146
155
|
Container Registry Token Passwords can be imported using the `resource id`, e.g.
|
|
@@ -164,6 +173,15 @@ class TokenPassword(pulumi.CustomResource):
|
|
|
164
173
|
"""
|
|
165
174
|
Manages a Container Registry Token Password associated with a scope map. For more information on scope maps and their tokens see the [product documentation](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-repository-scoped-permissions).
|
|
166
175
|
|
|
176
|
+
## Example Usage
|
|
177
|
+
|
|
178
|
+
## API Providers
|
|
179
|
+
|
|
180
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
181
|
+
This resource uses the following Azure API Providers:
|
|
182
|
+
|
|
183
|
+
* `Microsoft.ContainerRegistry` - 2023-11-01-preview
|
|
184
|
+
|
|
167
185
|
## Import
|
|
168
186
|
|
|
169
187
|
Container Registry Token Passwords can be imported using the `resource id`, e.g.
|
|
@@ -139,6 +139,8 @@ class SqlFunction(pulumi.CustomResource):
|
|
|
139
139
|
"""
|
|
140
140
|
Manages an SQL User Defined Function.
|
|
141
141
|
|
|
142
|
+
## Example Usage
|
|
143
|
+
|
|
142
144
|
## Import
|
|
143
145
|
|
|
144
146
|
SQL User Defined Functions can be imported using the `resource id`, e.g.
|
|
@@ -162,6 +164,8 @@ class SqlFunction(pulumi.CustomResource):
|
|
|
162
164
|
"""
|
|
163
165
|
Manages an SQL User Defined Function.
|
|
164
166
|
|
|
167
|
+
## Example Usage
|
|
168
|
+
|
|
165
169
|
## Import
|
|
166
170
|
|
|
167
171
|
SQL User Defined Functions can be imported using the `resource id`, e.g.
|
|
@@ -235,6 +235,8 @@ class SqlStoredProcedure(pulumi.CustomResource):
|
|
|
235
235
|
"""
|
|
236
236
|
Manages a SQL Stored Procedure within a Cosmos DB Account SQL Database.
|
|
237
237
|
|
|
238
|
+
## Example Usage
|
|
239
|
+
|
|
238
240
|
## Import
|
|
239
241
|
|
|
240
242
|
CosmosDB SQL Stored Procedures can be imported using the `resource id`, e.g.
|
|
@@ -261,6 +263,8 @@ class SqlStoredProcedure(pulumi.CustomResource):
|
|
|
261
263
|
"""
|
|
262
264
|
Manages a SQL Stored Procedure within a Cosmos DB Account SQL Database.
|
|
263
265
|
|
|
266
|
+
## Example Usage
|
|
267
|
+
|
|
264
268
|
## Import
|
|
265
269
|
|
|
266
270
|
CosmosDB SQL Stored Procedures can be imported using the `resource id`, e.g.
|
|
@@ -203,6 +203,8 @@ class SqlTrigger(pulumi.CustomResource):
|
|
|
203
203
|
"""
|
|
204
204
|
Manages an SQL Trigger.
|
|
205
205
|
|
|
206
|
+
## Example Usage
|
|
207
|
+
|
|
206
208
|
## Import
|
|
207
209
|
|
|
208
210
|
SQL Triggers can be imported using the `resource id`, e.g.
|
|
@@ -228,6 +230,8 @@ class SqlTrigger(pulumi.CustomResource):
|
|
|
228
230
|
"""
|
|
229
231
|
Manages an SQL Trigger.
|
|
230
232
|
|
|
233
|
+
## Example Usage
|
|
234
|
+
|
|
231
235
|
## Import
|
|
232
236
|
|
|
233
237
|
SQL Triggers can be imported using the `resource id`, e.g.
|
|
@@ -271,6 +271,15 @@ class BackupPolicyKubernetesCluster(pulumi.CustomResource):
|
|
|
271
271
|
"""
|
|
272
272
|
Manages a Backup Policy to back up Kubernetes Cluster.
|
|
273
273
|
|
|
274
|
+
## Example Usage
|
|
275
|
+
|
|
276
|
+
## API Providers
|
|
277
|
+
|
|
278
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
279
|
+
This resource uses the following Azure API Providers:
|
|
280
|
+
|
|
281
|
+
* `Microsoft.DataProtection` - 2024-04-01
|
|
282
|
+
|
|
274
283
|
## Import
|
|
275
284
|
|
|
276
285
|
Backup Policy Kubernetes Cluster's can be imported using the `resource id`, e.g.
|
|
@@ -298,6 +307,15 @@ class BackupPolicyKubernetesCluster(pulumi.CustomResource):
|
|
|
298
307
|
"""
|
|
299
308
|
Manages a Backup Policy to back up Kubernetes Cluster.
|
|
300
309
|
|
|
310
|
+
## Example Usage
|
|
311
|
+
|
|
312
|
+
## API Providers
|
|
313
|
+
|
|
314
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
315
|
+
This resource uses the following Azure API Providers:
|
|
316
|
+
|
|
317
|
+
* `Microsoft.DataProtection` - 2024-04-01
|
|
318
|
+
|
|
301
319
|
## Import
|
|
302
320
|
|
|
303
321
|
Backup Policy Kubernetes Cluster's can be imported using the `resource id`, e.g.
|
|
@@ -369,6 +369,15 @@ class Monitor(pulumi.CustomResource):
|
|
|
369
369
|
"""
|
|
370
370
|
Manages a Dynatrace monitor.
|
|
371
371
|
|
|
372
|
+
## Example Usage
|
|
373
|
+
|
|
374
|
+
## API Providers
|
|
375
|
+
|
|
376
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
377
|
+
This resource uses the following Azure API Providers:
|
|
378
|
+
|
|
379
|
+
* `Dynatrace.Observability` - 2023-04-27
|
|
380
|
+
|
|
372
381
|
## Import
|
|
373
382
|
|
|
374
383
|
Dynatrace monitor can be imported using the `resource id`, e.g.
|
|
@@ -399,6 +408,15 @@ class Monitor(pulumi.CustomResource):
|
|
|
399
408
|
"""
|
|
400
409
|
Manages a Dynatrace monitor.
|
|
401
410
|
|
|
411
|
+
## Example Usage
|
|
412
|
+
|
|
413
|
+
## API Providers
|
|
414
|
+
|
|
415
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
416
|
+
This resource uses the following Azure API Providers:
|
|
417
|
+
|
|
418
|
+
* `Dynatrace.Observability` - 2023-04-27
|
|
419
|
+
|
|
402
420
|
## Import
|
|
403
421
|
|
|
404
422
|
Dynatrace monitor can be imported using the `resource id`, e.g.
|
|
@@ -175,6 +175,15 @@ class TagRules(pulumi.CustomResource):
|
|
|
175
175
|
"""
|
|
176
176
|
Manages Dynatrace tag rules.
|
|
177
177
|
|
|
178
|
+
## Example Usage
|
|
179
|
+
|
|
180
|
+
## API Providers
|
|
181
|
+
|
|
182
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
183
|
+
This resource uses the following Azure API Providers:
|
|
184
|
+
|
|
185
|
+
* `Dynatrace.Observability` - 2023-04-27
|
|
186
|
+
|
|
178
187
|
## Import
|
|
179
188
|
|
|
180
189
|
Dynatrace tag rules can be imported using the `resource id`, e.g.
|
|
@@ -199,6 +208,15 @@ class TagRules(pulumi.CustomResource):
|
|
|
199
208
|
"""
|
|
200
209
|
Manages Dynatrace tag rules.
|
|
201
210
|
|
|
211
|
+
## Example Usage
|
|
212
|
+
|
|
213
|
+
## API Providers
|
|
214
|
+
|
|
215
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
216
|
+
This resource uses the following Azure API Providers:
|
|
217
|
+
|
|
218
|
+
* `Dynatrace.Observability` - 2023-04-27
|
|
219
|
+
|
|
202
220
|
## Import
|
|
203
221
|
|
|
204
222
|
Dynatrace tag rules can be imported using the `resource id`, e.g.
|
|
@@ -315,6 +315,15 @@ class QueueAuthorizationRule(pulumi.CustomResource):
|
|
|
315
315
|
"""
|
|
316
316
|
Manages an Authorization Rule for a ServiceBus Queue.
|
|
317
317
|
|
|
318
|
+
## Example Usage
|
|
319
|
+
|
|
320
|
+
## API Providers
|
|
321
|
+
|
|
322
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
323
|
+
This resource uses the following Azure API Providers:
|
|
324
|
+
|
|
325
|
+
* `Microsoft.ServiceBus` - 2024-01-01
|
|
326
|
+
|
|
318
327
|
## Import
|
|
319
328
|
|
|
320
329
|
ServiceBus Queue Authorization Rules can be imported using the `resource id`, e.g.
|
|
@@ -342,6 +351,15 @@ class QueueAuthorizationRule(pulumi.CustomResource):
|
|
|
342
351
|
"""
|
|
343
352
|
Manages an Authorization Rule for a ServiceBus Queue.
|
|
344
353
|
|
|
354
|
+
## Example Usage
|
|
355
|
+
|
|
356
|
+
## API Providers
|
|
357
|
+
|
|
358
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
359
|
+
This resource uses the following Azure API Providers:
|
|
360
|
+
|
|
361
|
+
* `Microsoft.ServiceBus` - 2024-01-01
|
|
362
|
+
|
|
345
363
|
## Import
|
|
346
364
|
|
|
347
365
|
ServiceBus Queue Authorization Rules can be imported using the `resource id`, e.g.
|
|
@@ -259,6 +259,17 @@ class SubscriptionRule(pulumi.CustomResource):
|
|
|
259
259
|
|
|
260
260
|
## Example Usage
|
|
261
261
|
|
|
262
|
+
### SQL Filter)
|
|
263
|
+
|
|
264
|
+
### Correlation Filter)
|
|
265
|
+
|
|
266
|
+
## API Providers
|
|
267
|
+
|
|
268
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
269
|
+
This resource uses the following Azure API Providers:
|
|
270
|
+
|
|
271
|
+
* `Microsoft.ServiceBus` - 2024-01-01
|
|
272
|
+
|
|
262
273
|
## Import
|
|
263
274
|
|
|
264
275
|
Service Bus Subscription Rule can be imported using the `resource id`, e.g.
|
|
@@ -287,6 +298,17 @@ class SubscriptionRule(pulumi.CustomResource):
|
|
|
287
298
|
|
|
288
299
|
## Example Usage
|
|
289
300
|
|
|
301
|
+
### SQL Filter)
|
|
302
|
+
|
|
303
|
+
### Correlation Filter)
|
|
304
|
+
|
|
305
|
+
## API Providers
|
|
306
|
+
|
|
307
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
308
|
+
This resource uses the following Azure API Providers:
|
|
309
|
+
|
|
310
|
+
* `Microsoft.ServiceBus` - 2024-01-01
|
|
311
|
+
|
|
290
312
|
## Import
|
|
291
313
|
|
|
292
314
|
Service Bus Subscription Rule can be imported using the `resource id`, e.g.
|
|
@@ -500,6 +500,8 @@ class EndpointCosmosdbAccount(pulumi.CustomResource):
|
|
|
500
500
|
|
|
501
501
|
> **Note:** Endpoints can be defined either directly on the `iot.IoTHub` resource, or using the `azurerm_iothub_endpoint_*` resources - but the two ways of defining the endpoints cannot be used together. If both are used against the same IoTHub, spurious changes will occur. Also, defining a `azurerm_iothub_endpoint_*` resource and another endpoint of a different type directly on the `iot.IoTHub` resource is not supported.
|
|
502
502
|
|
|
503
|
+
## Example Usage
|
|
504
|
+
|
|
503
505
|
## Import
|
|
504
506
|
|
|
505
507
|
IoTHub Cosmos DB Account Endpoint can be imported using the `resource id`, e.g.
|
|
@@ -543,6 +545,8 @@ class EndpointCosmosdbAccount(pulumi.CustomResource):
|
|
|
543
545
|
|
|
544
546
|
> **Note:** Endpoints can be defined either directly on the `iot.IoTHub` resource, or using the `azurerm_iothub_endpoint_*` resources - but the two ways of defining the endpoints cannot be used together. If both are used against the same IoTHub, spurious changes will occur. Also, defining a `azurerm_iothub_endpoint_*` resource and another endpoint of a different type directly on the `iot.IoTHub` resource is not supported.
|
|
545
547
|
|
|
548
|
+
## Example Usage
|
|
549
|
+
|
|
546
550
|
## Import
|
|
547
551
|
|
|
548
552
|
IoTHub Cosmos DB Account Endpoint can be imported using the `resource id`, e.g.
|
|
@@ -355,6 +355,8 @@ class EndpointServicebusQueue(pulumi.CustomResource):
|
|
|
355
355
|
|
|
356
356
|
> **Note:** Endpoints can be defined either directly on the `iot.IoTHub` resource, or using the `azurerm_iothub_endpoint_*` resources - but the two ways of defining the endpoints cannot be used together. If both are used against the same IoTHub, spurious changes will occur. Also, defining a `azurerm_iothub_endpoint_*` resource and another endpoint of a different type directly on the `iot.IoTHub` resource is not supported.
|
|
357
357
|
|
|
358
|
+
## Example Usage
|
|
359
|
+
|
|
358
360
|
## Import
|
|
359
361
|
|
|
360
362
|
IoTHub ServiceBus Queue Endpoint can be imported using the `resource id`, e.g.
|
|
@@ -392,6 +394,8 @@ class EndpointServicebusQueue(pulumi.CustomResource):
|
|
|
392
394
|
|
|
393
395
|
> **Note:** Endpoints can be defined either directly on the `iot.IoTHub` resource, or using the `azurerm_iothub_endpoint_*` resources - but the two ways of defining the endpoints cannot be used together. If both are used against the same IoTHub, spurious changes will occur. Also, defining a `azurerm_iothub_endpoint_*` resource and another endpoint of a different type directly on the `iot.IoTHub` resource is not supported.
|
|
394
396
|
|
|
397
|
+
## Example Usage
|
|
398
|
+
|
|
395
399
|
## Import
|
|
396
400
|
|
|
397
401
|
IoTHub ServiceBus Queue Endpoint can be imported using the `resource id`, e.g.
|
|
@@ -362,6 +362,15 @@ class ManagedHardwareSecurityModuleKey(pulumi.CustomResource):
|
|
|
362
362
|
|
|
363
363
|
> **Note:** The Azure Provider includes a Feature Toggle which will purge a Key Vault Managed Hardware Security Module Key resource on destroy, rather than the default soft-delete. See `purge_soft_deleted_hardware_security_modules_on_destroy` for more information.
|
|
364
364
|
|
|
365
|
+
## Example Usage
|
|
366
|
+
|
|
367
|
+
## API Providers
|
|
368
|
+
|
|
369
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
370
|
+
This resource uses the following Azure API Providers:
|
|
371
|
+
|
|
372
|
+
* `Microsoft.KeyVault` - 2023-07-01
|
|
373
|
+
|
|
365
374
|
## Import
|
|
366
375
|
|
|
367
376
|
Key Vault Managed Hardware Security Module Key can be imported using the `resource id`, e.g.
|
|
@@ -395,6 +404,15 @@ class ManagedHardwareSecurityModuleKey(pulumi.CustomResource):
|
|
|
395
404
|
|
|
396
405
|
> **Note:** The Azure Provider includes a Feature Toggle which will purge a Key Vault Managed Hardware Security Module Key resource on destroy, rather than the default soft-delete. See `purge_soft_deleted_hardware_security_modules_on_destroy` for more information.
|
|
397
406
|
|
|
407
|
+
## Example Usage
|
|
408
|
+
|
|
409
|
+
## API Providers
|
|
410
|
+
|
|
411
|
+
<!-- This section is generated, changes will be overwritten -->
|
|
412
|
+
This resource uses the following Azure API Providers:
|
|
413
|
+
|
|
414
|
+
* `Microsoft.KeyVault` - 2023-07-01
|
|
415
|
+
|
|
398
416
|
## Import
|
|
399
417
|
|
|
400
418
|
Key Vault Managed Hardware Security Module Key can be imported using the `resource id`, e.g.
|
|
@@ -240,6 +240,8 @@ class ManagedHardwareSecurityModuleRoleDefinition(pulumi.CustomResource):
|
|
|
240
240
|
"""
|
|
241
241
|
Manages a Key Vault Managed Hardware Security Module Role Definition. This resource works together with Managed hardware security module resource.
|
|
242
242
|
|
|
243
|
+
## Example Usage
|
|
244
|
+
|
|
243
245
|
## Import
|
|
244
246
|
|
|
245
247
|
Key Vault Managed Hardware Security Module Role Definitions can be imported using the `resource id`, e.g.
|
|
@@ -265,6 +267,8 @@ class ManagedHardwareSecurityModuleRoleDefinition(pulumi.CustomResource):
|
|
|
265
267
|
"""
|
|
266
268
|
Manages a Key Vault Managed Hardware Security Module Role Definition. This resource works together with Managed hardware security module resource.
|
|
267
269
|
|
|
270
|
+
## Example Usage
|
|
271
|
+
|
|
268
272
|
## Import
|
|
269
273
|
|
|
270
274
|
Key Vault Managed Hardware Security Module Role Definitions can be imported using the `resource id`, e.g.
|