@dataparade/cli 0.0.2 → 0.0.4
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.
- package/README.md +25 -0
- package/dist/package.json +85 -0
- package/dist/src/ai-enrichment/agent-orchestrator.d.ts +2 -0
- package/dist/src/ai-enrichment/agent-orchestrator.js +8 -5
- package/dist/src/ai-enrichment/providers/hosted-worker-infer-provider.d.ts +10 -0
- package/dist/src/ai-enrichment/providers/hosted-worker-infer-provider.js +47 -0
- package/dist/src/cli.js +85 -1
- package/dist/src/config/env.js +2 -0
- package/dist/src/config/resolve.js +3 -0
- package/dist/src/config/scan-env.d.ts +1 -0
- package/dist/src/config/scan-env.js +5 -0
- package/dist/src/config/types.d.ts +1 -0
- package/dist/src/config/upload-env.d.ts +1 -0
- package/dist/src/config/upload-env.js +10 -0
- package/dist/src/config/validate-scan-ai.d.ts +1 -1
- package/dist/src/config/validate-scan-ai.js +5 -0
- package/dist/src/core/pipeline/ai-orchestrator-options.js +5 -0
- package/dist/src/core/pipeline/graph-mapping.js +5 -0
- package/dist/src/core/pipeline/infer-data-flow-protocol.d.ts +7 -0
- package/dist/src/core/pipeline/infer-data-flow-protocol.js +39 -0
- package/dist/src/core/schema/scan-config.schema.d.ts +2 -0
- package/dist/src/core/schema/scan-config.schema.js +2 -1
- package/dist/src/core/types/config.d.ts +3 -1
- package/dist/src/observability/scan-sentry.d.ts +1 -1
- package/dist/src/platform-api/dataparade-app-base-url.d.ts +7 -0
- package/dist/src/platform-api/dataparade-app-base-url.js +14 -0
- package/dist/src/platform-api/upload-client.d.ts +3 -0
- package/dist/src/platform-api/upload-client.js +38 -0
- package/dist/src/platform-api/upload.types.d.ts +10 -0
- package/dist/src/platform-api/upload.types.js +2 -0
- package/dist/src/upload/build-preview-url.d.ts +1 -0
- package/dist/src/upload/build-preview-url.js +10 -0
- package/dist/src/upload/run-upload.d.ts +2 -0
- package/dist/src/upload/run-upload.js +18 -0
- package/dist/src/upload/types.d.ts +11 -0
- package/dist/src/upload/types.js +2 -0
- package/dist/tests/unit/analyzers/typescript/property-detection.spec.js +22 -0
- package/dist/tests/unit/cli/scan-quota-flow.spec.js +2 -0
- package/dist/tests/unit/config/upload-env.spec.d.ts +1 -0
- package/dist/tests/unit/config/upload-env.spec.js +12 -0
- package/dist/tests/unit/config/validate-scan-ai.spec.js +8 -0
- package/dist/tests/unit/core/graph-mapping.spec.js +52 -0
- package/dist/tests/unit/core/infer-data-flow-protocol.spec.d.ts +1 -0
- package/dist/tests/unit/core/infer-data-flow-protocol.spec.js +37 -0
- package/dist/tests/unit/platform-api/dataparade-app-base-url.spec.d.ts +1 -0
- package/dist/tests/unit/platform-api/dataparade-app-base-url.spec.js +13 -0
- package/dist/tests/unit/platform-api/upload-client.spec.d.ts +1 -0
- package/dist/tests/unit/platform-api/upload-client.spec.js +40 -0
- package/dist/tests/unit/publish-manifest.spec.d.ts +1 -0
- package/dist/tests/unit/publish-manifest.spec.js +18 -0
- package/dist/tests/unit/upload/build-preview-url.spec.d.ts +1 -0
- package/dist/tests/unit/upload/build-preview-url.spec.js +19 -0
- package/package.json +4 -3
- package/patterns/README.md +322 -0
- package/patterns/actor.patterns.yaml +51 -0
- package/patterns/aws-terraform-catalog.snapshot.json +1760 -0
- package/patterns/aws-terraform-service-hints.generated.json +1446 -0
- package/patterns/azure-terraform-catalog.snapshot.json +1195 -0
- package/patterns/azure-terraform-service-hints.generated.json +864 -0
- package/patterns/classifier/actors.classifier.yaml +17 -0
- package/patterns/classifier/components.classifier.yaml +110 -0
- package/patterns/classifier/third-party.classifier.yaml +169 -0
- package/patterns/kubernetes-terraform-catalog.snapshot.json +94 -0
- package/patterns/kubernetes-terraform-service-hints.generated.json +258 -0
- package/patterns/non-pii-signals.rules.yaml +84 -0
- package/patterns/pii-signals.rules.yaml +115 -0
- package/patterns/property.patterns.yaml +431 -0
- package/patterns/provider-topology.rules.yaml +765 -0
- package/patterns/python.md +211 -0
- package/patterns/python.patterns.yaml +160 -0
- package/patterns/terraform.md +37 -0
- package/patterns/terraform.patterns.yaml +495 -0
- package/patterns/third-party.patterns.yaml +167 -0
- package/patterns/typescript.patterns.yaml +139 -0
|
@@ -0,0 +1,1195 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-05-12T12:03:23.815Z",
|
|
3
|
+
"source": "@cdktf/provider-azurerm@14.x (HashiCorp azurerm)",
|
|
4
|
+
"resourceTypes": [
|
|
5
|
+
"azurerm_aadb2c_directory",
|
|
6
|
+
"azurerm_active_directory_domain_service",
|
|
7
|
+
"azurerm_active_directory_domain_service_replica_set",
|
|
8
|
+
"azurerm_active_directory_domain_service_trust",
|
|
9
|
+
"azurerm_advanced_threat_protection",
|
|
10
|
+
"azurerm_advisor_recommendations",
|
|
11
|
+
"azurerm_advisor_suppression",
|
|
12
|
+
"azurerm_ai_foundry",
|
|
13
|
+
"azurerm_ai_foundry_project",
|
|
14
|
+
"azurerm_ai_services",
|
|
15
|
+
"azurerm_analysis_services_server",
|
|
16
|
+
"azurerm_api_connection",
|
|
17
|
+
"azurerm_api_management",
|
|
18
|
+
"azurerm_api_management_api",
|
|
19
|
+
"azurerm_api_management_api_diagnostic",
|
|
20
|
+
"azurerm_api_management_api_operation",
|
|
21
|
+
"azurerm_api_management_api_operation_policy",
|
|
22
|
+
"azurerm_api_management_api_operation_tag",
|
|
23
|
+
"azurerm_api_management_api_policy",
|
|
24
|
+
"azurerm_api_management_api_release",
|
|
25
|
+
"azurerm_api_management_api_schema",
|
|
26
|
+
"azurerm_api_management_api_tag",
|
|
27
|
+
"azurerm_api_management_api_tag_description",
|
|
28
|
+
"azurerm_api_management_api_version_set",
|
|
29
|
+
"azurerm_api_management_authorization_server",
|
|
30
|
+
"azurerm_api_management_backend",
|
|
31
|
+
"azurerm_api_management_certificate",
|
|
32
|
+
"azurerm_api_management_custom_domain",
|
|
33
|
+
"azurerm_api_management_diagnostic",
|
|
34
|
+
"azurerm_api_management_email_template",
|
|
35
|
+
"azurerm_api_management_gateway",
|
|
36
|
+
"azurerm_api_management_gateway_api",
|
|
37
|
+
"azurerm_api_management_gateway_certificate_authority",
|
|
38
|
+
"azurerm_api_management_gateway_host_name_configuration",
|
|
39
|
+
"azurerm_api_management_global_schema",
|
|
40
|
+
"azurerm_api_management_group",
|
|
41
|
+
"azurerm_api_management_group_user",
|
|
42
|
+
"azurerm_api_management_identity_provider_aad",
|
|
43
|
+
"azurerm_api_management_identity_provider_aadb2c",
|
|
44
|
+
"azurerm_api_management_identity_provider_facebook",
|
|
45
|
+
"azurerm_api_management_identity_provider_google",
|
|
46
|
+
"azurerm_api_management_identity_provider_microsoft",
|
|
47
|
+
"azurerm_api_management_identity_provider_twitter",
|
|
48
|
+
"azurerm_api_management_logger",
|
|
49
|
+
"azurerm_api_management_named_value",
|
|
50
|
+
"azurerm_api_management_notification_recipient_email",
|
|
51
|
+
"azurerm_api_management_notification_recipient_user",
|
|
52
|
+
"azurerm_api_management_openid_connect_provider",
|
|
53
|
+
"azurerm_api_management_policy",
|
|
54
|
+
"azurerm_api_management_policy_fragment",
|
|
55
|
+
"azurerm_api_management_product",
|
|
56
|
+
"azurerm_api_management_product_api",
|
|
57
|
+
"azurerm_api_management_product_group",
|
|
58
|
+
"azurerm_api_management_product_policy",
|
|
59
|
+
"azurerm_api_management_product_tag",
|
|
60
|
+
"azurerm_api_management_redis_cache",
|
|
61
|
+
"azurerm_api_management_standalone_gateway",
|
|
62
|
+
"azurerm_api_management_subscription",
|
|
63
|
+
"azurerm_api_management_tag",
|
|
64
|
+
"azurerm_api_management_user",
|
|
65
|
+
"azurerm_api_management_workspace",
|
|
66
|
+
"azurerm_api_management_workspace_api_version_set",
|
|
67
|
+
"azurerm_api_management_workspace_certificate",
|
|
68
|
+
"azurerm_api_management_workspace_policy",
|
|
69
|
+
"azurerm_api_management_workspace_policy_fragment",
|
|
70
|
+
"azurerm_app_configuration",
|
|
71
|
+
"azurerm_app_configuration_feature",
|
|
72
|
+
"azurerm_app_configuration_key",
|
|
73
|
+
"azurerm_app_configuration_keys",
|
|
74
|
+
"azurerm_app_service",
|
|
75
|
+
"azurerm_app_service_active_slot",
|
|
76
|
+
"azurerm_app_service_certificate",
|
|
77
|
+
"azurerm_app_service_certificate_binding",
|
|
78
|
+
"azurerm_app_service_certificate_order",
|
|
79
|
+
"azurerm_app_service_connection",
|
|
80
|
+
"azurerm_app_service_custom_hostname_binding",
|
|
81
|
+
"azurerm_app_service_environment_v3",
|
|
82
|
+
"azurerm_app_service_hybrid_connection",
|
|
83
|
+
"azurerm_app_service_managed_certificate",
|
|
84
|
+
"azurerm_app_service_plan",
|
|
85
|
+
"azurerm_app_service_public_certificate",
|
|
86
|
+
"azurerm_app_service_slot",
|
|
87
|
+
"azurerm_app_service_slot_custom_hostname_binding",
|
|
88
|
+
"azurerm_app_service_slot_virtual_network_swift_connection",
|
|
89
|
+
"azurerm_app_service_source_control",
|
|
90
|
+
"azurerm_app_service_source_control_slot",
|
|
91
|
+
"azurerm_app_service_source_control_token",
|
|
92
|
+
"azurerm_app_service_virtual_network_swift_connection",
|
|
93
|
+
"azurerm_application_gateway",
|
|
94
|
+
"azurerm_application_insights",
|
|
95
|
+
"azurerm_application_insights_analytics_item",
|
|
96
|
+
"azurerm_application_insights_api_key",
|
|
97
|
+
"azurerm_application_insights_smart_detection_rule",
|
|
98
|
+
"azurerm_application_insights_standard_web_test",
|
|
99
|
+
"azurerm_application_insights_web_test",
|
|
100
|
+
"azurerm_application_insights_workbook",
|
|
101
|
+
"azurerm_application_insights_workbook_template",
|
|
102
|
+
"azurerm_application_load_balancer",
|
|
103
|
+
"azurerm_application_load_balancer_frontend",
|
|
104
|
+
"azurerm_application_load_balancer_security_policy",
|
|
105
|
+
"azurerm_application_load_balancer_subnet_association",
|
|
106
|
+
"azurerm_application_security_group",
|
|
107
|
+
"azurerm_arc_kubernetes_cluster",
|
|
108
|
+
"azurerm_arc_kubernetes_cluster_extension",
|
|
109
|
+
"azurerm_arc_kubernetes_flux_configuration",
|
|
110
|
+
"azurerm_arc_kubernetes_provisioned_cluster",
|
|
111
|
+
"azurerm_arc_machine",
|
|
112
|
+
"azurerm_arc_machine_automanage_configuration_assignment",
|
|
113
|
+
"azurerm_arc_machine_extension",
|
|
114
|
+
"azurerm_arc_private_link_scope",
|
|
115
|
+
"azurerm_arc_resource_bridge_appliance",
|
|
116
|
+
"azurerm_attestation_provider",
|
|
117
|
+
"azurerm_automanage_configuration",
|
|
118
|
+
"azurerm_automation_account",
|
|
119
|
+
"azurerm_automation_certificate",
|
|
120
|
+
"azurerm_automation_connection",
|
|
121
|
+
"azurerm_automation_connection_certificate",
|
|
122
|
+
"azurerm_automation_connection_classic_certificate",
|
|
123
|
+
"azurerm_automation_connection_service_principal",
|
|
124
|
+
"azurerm_automation_connection_type",
|
|
125
|
+
"azurerm_automation_credential",
|
|
126
|
+
"azurerm_automation_dsc_configuration",
|
|
127
|
+
"azurerm_automation_dsc_nodeconfiguration",
|
|
128
|
+
"azurerm_automation_hybrid_runbook_worker",
|
|
129
|
+
"azurerm_automation_hybrid_runbook_worker_group",
|
|
130
|
+
"azurerm_automation_job_schedule",
|
|
131
|
+
"azurerm_automation_module",
|
|
132
|
+
"azurerm_automation_powershell72_module",
|
|
133
|
+
"azurerm_automation_python3_package",
|
|
134
|
+
"azurerm_automation_runbook",
|
|
135
|
+
"azurerm_automation_schedule",
|
|
136
|
+
"azurerm_automation_software_update_configuration",
|
|
137
|
+
"azurerm_automation_source_control",
|
|
138
|
+
"azurerm_automation_variable_bool",
|
|
139
|
+
"azurerm_automation_variable_datetime",
|
|
140
|
+
"azurerm_automation_variable_int",
|
|
141
|
+
"azurerm_automation_variable_object",
|
|
142
|
+
"azurerm_automation_variable_string",
|
|
143
|
+
"azurerm_automation_variables",
|
|
144
|
+
"azurerm_automation_watcher",
|
|
145
|
+
"azurerm_automation_webhook",
|
|
146
|
+
"azurerm_availability_set",
|
|
147
|
+
"azurerm_backup_container_storage_account",
|
|
148
|
+
"azurerm_backup_policy_file_share",
|
|
149
|
+
"azurerm_backup_policy_vm",
|
|
150
|
+
"azurerm_backup_policy_vm_workload",
|
|
151
|
+
"azurerm_backup_protected_file_share",
|
|
152
|
+
"azurerm_backup_protected_vm",
|
|
153
|
+
"azurerm_bastion_host",
|
|
154
|
+
"azurerm_batch_account",
|
|
155
|
+
"azurerm_batch_application",
|
|
156
|
+
"azurerm_batch_certificate",
|
|
157
|
+
"azurerm_batch_job",
|
|
158
|
+
"azurerm_batch_pool",
|
|
159
|
+
"azurerm_billing_account_cost_management_export",
|
|
160
|
+
"azurerm_billing_enrollment_account_scope",
|
|
161
|
+
"azurerm_billing_mca_account_scope",
|
|
162
|
+
"azurerm_billing_mpa_account_scope",
|
|
163
|
+
"azurerm_blueprint_assignment",
|
|
164
|
+
"azurerm_blueprint_definition",
|
|
165
|
+
"azurerm_blueprint_published_version",
|
|
166
|
+
"azurerm_bot_channel_alexa",
|
|
167
|
+
"azurerm_bot_channel_direct_line_speech",
|
|
168
|
+
"azurerm_bot_channel_directline",
|
|
169
|
+
"azurerm_bot_channel_email",
|
|
170
|
+
"azurerm_bot_channel_facebook",
|
|
171
|
+
"azurerm_bot_channel_line",
|
|
172
|
+
"azurerm_bot_channel_ms_teams",
|
|
173
|
+
"azurerm_bot_channel_slack",
|
|
174
|
+
"azurerm_bot_channel_sms",
|
|
175
|
+
"azurerm_bot_channel_web_chat",
|
|
176
|
+
"azurerm_bot_channels_registration",
|
|
177
|
+
"azurerm_bot_connection",
|
|
178
|
+
"azurerm_bot_service_azure_bot",
|
|
179
|
+
"azurerm_bot_web_app",
|
|
180
|
+
"azurerm_capacity_reservation",
|
|
181
|
+
"azurerm_capacity_reservation_group",
|
|
182
|
+
"azurerm_cdn_endpoint",
|
|
183
|
+
"azurerm_cdn_endpoint_custom_domain",
|
|
184
|
+
"azurerm_cdn_frontdoor_custom_domain",
|
|
185
|
+
"azurerm_cdn_frontdoor_custom_domain_association",
|
|
186
|
+
"azurerm_cdn_frontdoor_endpoint",
|
|
187
|
+
"azurerm_cdn_frontdoor_firewall_policy",
|
|
188
|
+
"azurerm_cdn_frontdoor_origin",
|
|
189
|
+
"azurerm_cdn_frontdoor_origin_group",
|
|
190
|
+
"azurerm_cdn_frontdoor_profile",
|
|
191
|
+
"azurerm_cdn_frontdoor_route",
|
|
192
|
+
"azurerm_cdn_frontdoor_rule",
|
|
193
|
+
"azurerm_cdn_frontdoor_rule_set",
|
|
194
|
+
"azurerm_cdn_frontdoor_secret",
|
|
195
|
+
"azurerm_cdn_frontdoor_security_policy",
|
|
196
|
+
"azurerm_cdn_profile",
|
|
197
|
+
"azurerm_chaos_studio_capability",
|
|
198
|
+
"azurerm_chaos_studio_experiment",
|
|
199
|
+
"azurerm_chaos_studio_target",
|
|
200
|
+
"azurerm_client_config",
|
|
201
|
+
"azurerm_cognitive_account",
|
|
202
|
+
"azurerm_cognitive_account_customer_managed_key",
|
|
203
|
+
"azurerm_cognitive_account_project",
|
|
204
|
+
"azurerm_cognitive_account_rai_blocklist",
|
|
205
|
+
"azurerm_cognitive_account_rai_policy",
|
|
206
|
+
"azurerm_cognitive_deployment",
|
|
207
|
+
"azurerm_communication_service",
|
|
208
|
+
"azurerm_communication_service_email_domain_association",
|
|
209
|
+
"azurerm_confidential_ledger",
|
|
210
|
+
"azurerm_consumption_budget_management_group",
|
|
211
|
+
"azurerm_consumption_budget_resource_group",
|
|
212
|
+
"azurerm_consumption_budget_subscription",
|
|
213
|
+
"azurerm_container_app",
|
|
214
|
+
"azurerm_container_app_custom_domain",
|
|
215
|
+
"azurerm_container_app_environment",
|
|
216
|
+
"azurerm_container_app_environment_certificate",
|
|
217
|
+
"azurerm_container_app_environment_custom_domain",
|
|
218
|
+
"azurerm_container_app_environment_dapr_component",
|
|
219
|
+
"azurerm_container_app_environment_storage",
|
|
220
|
+
"azurerm_container_app_job",
|
|
221
|
+
"azurerm_container_connected_registry",
|
|
222
|
+
"azurerm_container_group",
|
|
223
|
+
"azurerm_container_registry",
|
|
224
|
+
"azurerm_container_registry_agent_pool",
|
|
225
|
+
"azurerm_container_registry_cache_rule",
|
|
226
|
+
"azurerm_container_registry_credential_set",
|
|
227
|
+
"azurerm_container_registry_scope_map",
|
|
228
|
+
"azurerm_container_registry_task",
|
|
229
|
+
"azurerm_container_registry_task_schedule_run_now",
|
|
230
|
+
"azurerm_container_registry_token",
|
|
231
|
+
"azurerm_container_registry_token_password",
|
|
232
|
+
"azurerm_container_registry_webhook",
|
|
233
|
+
"azurerm_cosmosdb_account",
|
|
234
|
+
"azurerm_cosmosdb_cassandra_cluster",
|
|
235
|
+
"azurerm_cosmosdb_cassandra_datacenter",
|
|
236
|
+
"azurerm_cosmosdb_cassandra_keyspace",
|
|
237
|
+
"azurerm_cosmosdb_cassandra_table",
|
|
238
|
+
"azurerm_cosmosdb_gremlin_database",
|
|
239
|
+
"azurerm_cosmosdb_gremlin_graph",
|
|
240
|
+
"azurerm_cosmosdb_mongo_collection",
|
|
241
|
+
"azurerm_cosmosdb_mongo_database",
|
|
242
|
+
"azurerm_cosmosdb_mongo_role_definition",
|
|
243
|
+
"azurerm_cosmosdb_mongo_user_definition",
|
|
244
|
+
"azurerm_cosmosdb_postgresql_cluster",
|
|
245
|
+
"azurerm_cosmosdb_postgresql_coordinator_configuration",
|
|
246
|
+
"azurerm_cosmosdb_postgresql_firewall_rule",
|
|
247
|
+
"azurerm_cosmosdb_postgresql_node_configuration",
|
|
248
|
+
"azurerm_cosmosdb_postgresql_role",
|
|
249
|
+
"azurerm_cosmosdb_restorable_database_accounts",
|
|
250
|
+
"azurerm_cosmosdb_sql_container",
|
|
251
|
+
"azurerm_cosmosdb_sql_database",
|
|
252
|
+
"azurerm_cosmosdb_sql_dedicated_gateway",
|
|
253
|
+
"azurerm_cosmosdb_sql_function",
|
|
254
|
+
"azurerm_cosmosdb_sql_role_assignment",
|
|
255
|
+
"azurerm_cosmosdb_sql_role_definition",
|
|
256
|
+
"azurerm_cosmosdb_sql_stored_procedure",
|
|
257
|
+
"azurerm_cosmosdb_sql_trigger",
|
|
258
|
+
"azurerm_cosmosdb_table",
|
|
259
|
+
"azurerm_cost_anomaly_alert",
|
|
260
|
+
"azurerm_cost_management_scheduled_action",
|
|
261
|
+
"azurerm_custom_ip_prefix",
|
|
262
|
+
"azurerm_custom_provider",
|
|
263
|
+
"azurerm_dashboard_grafana",
|
|
264
|
+
"azurerm_dashboard_grafana_managed_private_endpoint",
|
|
265
|
+
"azurerm_data_factory",
|
|
266
|
+
"azurerm_data_factory_credential_service_principal",
|
|
267
|
+
"azurerm_data_factory_credential_user_managed_identity",
|
|
268
|
+
"azurerm_data_factory_custom_dataset",
|
|
269
|
+
"azurerm_data_factory_customer_managed_key",
|
|
270
|
+
"azurerm_data_factory_data_flow",
|
|
271
|
+
"azurerm_data_factory_dataset_azure_blob",
|
|
272
|
+
"azurerm_data_factory_dataset_azure_sql_table",
|
|
273
|
+
"azurerm_data_factory_dataset_binary",
|
|
274
|
+
"azurerm_data_factory_dataset_cosmosdb_sqlapi",
|
|
275
|
+
"azurerm_data_factory_dataset_delimited_text",
|
|
276
|
+
"azurerm_data_factory_dataset_http",
|
|
277
|
+
"azurerm_data_factory_dataset_json",
|
|
278
|
+
"azurerm_data_factory_dataset_mysql",
|
|
279
|
+
"azurerm_data_factory_dataset_parquet",
|
|
280
|
+
"azurerm_data_factory_dataset_postgresql",
|
|
281
|
+
"azurerm_data_factory_dataset_snowflake",
|
|
282
|
+
"azurerm_data_factory_dataset_sql_server_table",
|
|
283
|
+
"azurerm_data_factory_flowlet_data_flow",
|
|
284
|
+
"azurerm_data_factory_integration_runtime_azure",
|
|
285
|
+
"azurerm_data_factory_integration_runtime_azure_ssis",
|
|
286
|
+
"azurerm_data_factory_integration_runtime_self_hosted",
|
|
287
|
+
"azurerm_data_factory_linked_custom_service",
|
|
288
|
+
"azurerm_data_factory_linked_service_azure_blob_storage",
|
|
289
|
+
"azurerm_data_factory_linked_service_azure_databricks",
|
|
290
|
+
"azurerm_data_factory_linked_service_azure_file_storage",
|
|
291
|
+
"azurerm_data_factory_linked_service_azure_function",
|
|
292
|
+
"azurerm_data_factory_linked_service_azure_search",
|
|
293
|
+
"azurerm_data_factory_linked_service_azure_sql_database",
|
|
294
|
+
"azurerm_data_factory_linked_service_azure_table_storage",
|
|
295
|
+
"azurerm_data_factory_linked_service_cosmosdb",
|
|
296
|
+
"azurerm_data_factory_linked_service_cosmosdb_mongoapi",
|
|
297
|
+
"azurerm_data_factory_linked_service_data_lake_storage_gen2",
|
|
298
|
+
"azurerm_data_factory_linked_service_key_vault",
|
|
299
|
+
"azurerm_data_factory_linked_service_kusto",
|
|
300
|
+
"azurerm_data_factory_linked_service_mysql",
|
|
301
|
+
"azurerm_data_factory_linked_service_odata",
|
|
302
|
+
"azurerm_data_factory_linked_service_odbc",
|
|
303
|
+
"azurerm_data_factory_linked_service_postgresql",
|
|
304
|
+
"azurerm_data_factory_linked_service_sftp",
|
|
305
|
+
"azurerm_data_factory_linked_service_snowflake",
|
|
306
|
+
"azurerm_data_factory_linked_service_sql_server",
|
|
307
|
+
"azurerm_data_factory_linked_service_synapse",
|
|
308
|
+
"azurerm_data_factory_linked_service_web",
|
|
309
|
+
"azurerm_data_factory_managed_private_endpoint",
|
|
310
|
+
"azurerm_data_factory_pipeline",
|
|
311
|
+
"azurerm_data_factory_trigger_blob_event",
|
|
312
|
+
"azurerm_data_factory_trigger_custom_event",
|
|
313
|
+
"azurerm_data_factory_trigger_schedule",
|
|
314
|
+
"azurerm_data_factory_trigger_schedules",
|
|
315
|
+
"azurerm_data_factory_trigger_tumbling_window",
|
|
316
|
+
"azurerm_data_protection_backup_instance_blob_storage",
|
|
317
|
+
"azurerm_data_protection_backup_instance_disk",
|
|
318
|
+
"azurerm_data_protection_backup_instance_kubernetes_cluster",
|
|
319
|
+
"azurerm_data_protection_backup_instance_mysql_flexible_server",
|
|
320
|
+
"azurerm_data_protection_backup_instance_postgresql",
|
|
321
|
+
"azurerm_data_protection_backup_instance_postgresql_flexible_server",
|
|
322
|
+
"azurerm_data_protection_backup_policy_blob_storage",
|
|
323
|
+
"azurerm_data_protection_backup_policy_disk",
|
|
324
|
+
"azurerm_data_protection_backup_policy_kubernetes_cluster",
|
|
325
|
+
"azurerm_data_protection_backup_policy_mysql_flexible_server",
|
|
326
|
+
"azurerm_data_protection_backup_policy_postgresql",
|
|
327
|
+
"azurerm_data_protection_backup_policy_postgresql_flexible_server",
|
|
328
|
+
"azurerm_data_protection_backup_vault",
|
|
329
|
+
"azurerm_data_protection_backup_vault_customer_managed_key",
|
|
330
|
+
"azurerm_data_protection_resource_guard",
|
|
331
|
+
"azurerm_data_share",
|
|
332
|
+
"azurerm_data_share_account",
|
|
333
|
+
"azurerm_data_share_dataset_blob_storage",
|
|
334
|
+
"azurerm_data_share_dataset_data_lake_gen2",
|
|
335
|
+
"azurerm_data_share_dataset_kusto_cluster",
|
|
336
|
+
"azurerm_data_share_dataset_kusto_database",
|
|
337
|
+
"azurerm_database_migration_project",
|
|
338
|
+
"azurerm_database_migration_service",
|
|
339
|
+
"azurerm_databox_edge_device",
|
|
340
|
+
"azurerm_databricks_access_connector",
|
|
341
|
+
"azurerm_databricks_virtual_network_peering",
|
|
342
|
+
"azurerm_databricks_workspace",
|
|
343
|
+
"azurerm_databricks_workspace_customer_managed_key",
|
|
344
|
+
"azurerm_databricks_workspace_private_endpoint_connection",
|
|
345
|
+
"azurerm_databricks_workspace_root_dbfs_customer_managed_key",
|
|
346
|
+
"azurerm_datadog_monitor",
|
|
347
|
+
"azurerm_datadog_monitor_sso_configuration",
|
|
348
|
+
"azurerm_datadog_monitor_tag_rule",
|
|
349
|
+
"azurerm_dedicated_hardware_security_module",
|
|
350
|
+
"azurerm_dedicated_host",
|
|
351
|
+
"azurerm_dedicated_host_group",
|
|
352
|
+
"azurerm_dev_center",
|
|
353
|
+
"azurerm_dev_center_attached_network",
|
|
354
|
+
"azurerm_dev_center_catalog",
|
|
355
|
+
"azurerm_dev_center_dev_box_definition",
|
|
356
|
+
"azurerm_dev_center_environment_type",
|
|
357
|
+
"azurerm_dev_center_gallery",
|
|
358
|
+
"azurerm_dev_center_network_connection",
|
|
359
|
+
"azurerm_dev_center_project",
|
|
360
|
+
"azurerm_dev_center_project_environment_type",
|
|
361
|
+
"azurerm_dev_center_project_pool",
|
|
362
|
+
"azurerm_dev_test_global_vm_shutdown_schedule",
|
|
363
|
+
"azurerm_dev_test_lab",
|
|
364
|
+
"azurerm_dev_test_linux_virtual_machine",
|
|
365
|
+
"azurerm_dev_test_policy",
|
|
366
|
+
"azurerm_dev_test_schedule",
|
|
367
|
+
"azurerm_dev_test_virtual_network",
|
|
368
|
+
"azurerm_dev_test_windows_virtual_machine",
|
|
369
|
+
"azurerm_digital_twins_endpoint_eventgrid",
|
|
370
|
+
"azurerm_digital_twins_endpoint_eventhub",
|
|
371
|
+
"azurerm_digital_twins_endpoint_servicebus",
|
|
372
|
+
"azurerm_digital_twins_instance",
|
|
373
|
+
"azurerm_digital_twins_time_series_database_connection",
|
|
374
|
+
"azurerm_disk_access",
|
|
375
|
+
"azurerm_disk_encryption_set",
|
|
376
|
+
"azurerm_dns_a_record",
|
|
377
|
+
"azurerm_dns_aaaa_record",
|
|
378
|
+
"azurerm_dns_caa_record",
|
|
379
|
+
"azurerm_dns_cname_record",
|
|
380
|
+
"azurerm_dns_mx_record",
|
|
381
|
+
"azurerm_dns_ns_record",
|
|
382
|
+
"azurerm_dns_ptr_record",
|
|
383
|
+
"azurerm_dns_soa_record",
|
|
384
|
+
"azurerm_dns_srv_record",
|
|
385
|
+
"azurerm_dns_txt_record",
|
|
386
|
+
"azurerm_dns_zone",
|
|
387
|
+
"azurerm_dynatrace_monitor",
|
|
388
|
+
"azurerm_dynatrace_tag_rules",
|
|
389
|
+
"azurerm_elastic_cloud_elasticsearch",
|
|
390
|
+
"azurerm_elastic_san",
|
|
391
|
+
"azurerm_elastic_san_volume",
|
|
392
|
+
"azurerm_elastic_san_volume_group",
|
|
393
|
+
"azurerm_elastic_san_volume_snapshot",
|
|
394
|
+
"azurerm_email_communication_service",
|
|
395
|
+
"azurerm_email_communication_service_domain",
|
|
396
|
+
"azurerm_email_communication_service_domain_sender_username",
|
|
397
|
+
"azurerm_eventgrid_domain",
|
|
398
|
+
"azurerm_eventgrid_domain_topic",
|
|
399
|
+
"azurerm_eventgrid_event_subscription",
|
|
400
|
+
"azurerm_eventgrid_namespace",
|
|
401
|
+
"azurerm_eventgrid_partner_configuration",
|
|
402
|
+
"azurerm_eventgrid_partner_namespace",
|
|
403
|
+
"azurerm_eventgrid_partner_registration",
|
|
404
|
+
"azurerm_eventgrid_system_topic",
|
|
405
|
+
"azurerm_eventgrid_system_topic_event_subscription",
|
|
406
|
+
"azurerm_eventgrid_topic",
|
|
407
|
+
"azurerm_eventhub",
|
|
408
|
+
"azurerm_eventhub_authorization_rule",
|
|
409
|
+
"azurerm_eventhub_cluster",
|
|
410
|
+
"azurerm_eventhub_consumer_group",
|
|
411
|
+
"azurerm_eventhub_namespace",
|
|
412
|
+
"azurerm_eventhub_namespace_authorization_rule",
|
|
413
|
+
"azurerm_eventhub_namespace_customer_managed_key",
|
|
414
|
+
"azurerm_eventhub_namespace_disaster_recovery_config",
|
|
415
|
+
"azurerm_eventhub_namespace_schema_group",
|
|
416
|
+
"azurerm_eventhub_sas",
|
|
417
|
+
"azurerm_express_route_circuit",
|
|
418
|
+
"azurerm_express_route_circuit_authorization",
|
|
419
|
+
"azurerm_express_route_circuit_connection",
|
|
420
|
+
"azurerm_express_route_circuit_peering",
|
|
421
|
+
"azurerm_express_route_connection",
|
|
422
|
+
"azurerm_express_route_gateway",
|
|
423
|
+
"azurerm_express_route_port",
|
|
424
|
+
"azurerm_express_route_port_authorization",
|
|
425
|
+
"azurerm_extended_custom_location",
|
|
426
|
+
"azurerm_extended_location_custom_location",
|
|
427
|
+
"azurerm_extended_locations",
|
|
428
|
+
"azurerm_fabric_capacity",
|
|
429
|
+
"azurerm_federated_identity_credential",
|
|
430
|
+
"azurerm_firewall",
|
|
431
|
+
"azurerm_firewall_application_rule_collection",
|
|
432
|
+
"azurerm_firewall_nat_rule_collection",
|
|
433
|
+
"azurerm_firewall_network_rule_collection",
|
|
434
|
+
"azurerm_firewall_policy",
|
|
435
|
+
"azurerm_firewall_policy_rule_collection_group",
|
|
436
|
+
"azurerm_fluid_relay_server",
|
|
437
|
+
"azurerm_frontdoor",
|
|
438
|
+
"azurerm_frontdoor_custom_https_configuration",
|
|
439
|
+
"azurerm_frontdoor_firewall_policy",
|
|
440
|
+
"azurerm_frontdoor_rules_engine",
|
|
441
|
+
"azurerm_function_app",
|
|
442
|
+
"azurerm_function_app_active_slot",
|
|
443
|
+
"azurerm_function_app_connection",
|
|
444
|
+
"azurerm_function_app_flex_consumption",
|
|
445
|
+
"azurerm_function_app_function",
|
|
446
|
+
"azurerm_function_app_host_keys",
|
|
447
|
+
"azurerm_function_app_hybrid_connection",
|
|
448
|
+
"azurerm_function_app_slot",
|
|
449
|
+
"azurerm_gallery_application",
|
|
450
|
+
"azurerm_gallery_application_version",
|
|
451
|
+
"azurerm_graph_services_account",
|
|
452
|
+
"azurerm_hdinsight_cluster",
|
|
453
|
+
"azurerm_hdinsight_hadoop_cluster",
|
|
454
|
+
"azurerm_hdinsight_hbase_cluster",
|
|
455
|
+
"azurerm_hdinsight_interactive_query_cluster",
|
|
456
|
+
"azurerm_hdinsight_kafka_cluster",
|
|
457
|
+
"azurerm_hdinsight_spark_cluster",
|
|
458
|
+
"azurerm_healthbot",
|
|
459
|
+
"azurerm_healthcare_dicom_service",
|
|
460
|
+
"azurerm_healthcare_fhir_service",
|
|
461
|
+
"azurerm_healthcare_medtech_service",
|
|
462
|
+
"azurerm_healthcare_medtech_service_fhir_destination",
|
|
463
|
+
"azurerm_healthcare_service",
|
|
464
|
+
"azurerm_healthcare_workspace",
|
|
465
|
+
"azurerm_hpc_cache",
|
|
466
|
+
"azurerm_hpc_cache_access_policy",
|
|
467
|
+
"azurerm_hpc_cache_blob_nfs_target",
|
|
468
|
+
"azurerm_hpc_cache_blob_target",
|
|
469
|
+
"azurerm_hpc_cache_nfs_target",
|
|
470
|
+
"azurerm_image",
|
|
471
|
+
"azurerm_images",
|
|
472
|
+
"azurerm_iot_security_device_group",
|
|
473
|
+
"azurerm_iot_security_solution",
|
|
474
|
+
"azurerm_iotcentral_application",
|
|
475
|
+
"azurerm_iotcentral_application_network_rule_set",
|
|
476
|
+
"azurerm_iotcentral_organization",
|
|
477
|
+
"azurerm_iothub",
|
|
478
|
+
"azurerm_iothub_certificate",
|
|
479
|
+
"azurerm_iothub_consumer_group",
|
|
480
|
+
"azurerm_iothub_device_update_account",
|
|
481
|
+
"azurerm_iothub_device_update_instance",
|
|
482
|
+
"azurerm_iothub_dps",
|
|
483
|
+
"azurerm_iothub_dps_certificate",
|
|
484
|
+
"azurerm_iothub_dps_shared_access_policy",
|
|
485
|
+
"azurerm_iothub_endpoint_cosmosdb_account",
|
|
486
|
+
"azurerm_iothub_endpoint_eventhub",
|
|
487
|
+
"azurerm_iothub_endpoint_servicebus_queue",
|
|
488
|
+
"azurerm_iothub_endpoint_servicebus_topic",
|
|
489
|
+
"azurerm_iothub_endpoint_storage_container",
|
|
490
|
+
"azurerm_iothub_enrichment",
|
|
491
|
+
"azurerm_iothub_fallback_route",
|
|
492
|
+
"azurerm_iothub_file_upload",
|
|
493
|
+
"azurerm_iothub_route",
|
|
494
|
+
"azurerm_iothub_shared_access_policy",
|
|
495
|
+
"azurerm_ip_group",
|
|
496
|
+
"azurerm_ip_group_cidr",
|
|
497
|
+
"azurerm_ip_groups",
|
|
498
|
+
"azurerm_key_vault",
|
|
499
|
+
"azurerm_key_vault_access_policy",
|
|
500
|
+
"azurerm_key_vault_certificate",
|
|
501
|
+
"azurerm_key_vault_certificate_contacts",
|
|
502
|
+
"azurerm_key_vault_certificate_data",
|
|
503
|
+
"azurerm_key_vault_certificate_issuer",
|
|
504
|
+
"azurerm_key_vault_certificates",
|
|
505
|
+
"azurerm_key_vault_encrypted_value",
|
|
506
|
+
"azurerm_key_vault_key",
|
|
507
|
+
"azurerm_key_vault_managed_hardware_security_module",
|
|
508
|
+
"azurerm_key_vault_managed_hardware_security_module_key",
|
|
509
|
+
"azurerm_key_vault_managed_hardware_security_module_key_rotation_policy",
|
|
510
|
+
"azurerm_key_vault_managed_hardware_security_module_role_assignment",
|
|
511
|
+
"azurerm_key_vault_managed_hardware_security_module_role_definition",
|
|
512
|
+
"azurerm_key_vault_managed_storage_account",
|
|
513
|
+
"azurerm_key_vault_managed_storage_account_sas_token_definition",
|
|
514
|
+
"azurerm_key_vault_secret",
|
|
515
|
+
"azurerm_key_vault_secrets",
|
|
516
|
+
"azurerm_kubernetes_cluster",
|
|
517
|
+
"azurerm_kubernetes_cluster_extension",
|
|
518
|
+
"azurerm_kubernetes_cluster_node_pool",
|
|
519
|
+
"azurerm_kubernetes_cluster_trusted_access_role_binding",
|
|
520
|
+
"azurerm_kubernetes_fleet_manager",
|
|
521
|
+
"azurerm_kubernetes_fleet_member",
|
|
522
|
+
"azurerm_kubernetes_fleet_update_run",
|
|
523
|
+
"azurerm_kubernetes_fleet_update_strategy",
|
|
524
|
+
"azurerm_kubernetes_flux_configuration",
|
|
525
|
+
"azurerm_kubernetes_node_pool_snapshot",
|
|
526
|
+
"azurerm_kubernetes_service_versions",
|
|
527
|
+
"azurerm_kusto_attached_database_configuration",
|
|
528
|
+
"azurerm_kusto_cluster",
|
|
529
|
+
"azurerm_kusto_cluster_customer_managed_key",
|
|
530
|
+
"azurerm_kusto_cluster_managed_private_endpoint",
|
|
531
|
+
"azurerm_kusto_cluster_principal_assignment",
|
|
532
|
+
"azurerm_kusto_cosmosdb_data_connection",
|
|
533
|
+
"azurerm_kusto_database",
|
|
534
|
+
"azurerm_kusto_database_principal_assignment",
|
|
535
|
+
"azurerm_kusto_eventgrid_data_connection",
|
|
536
|
+
"azurerm_kusto_eventhub_data_connection",
|
|
537
|
+
"azurerm_kusto_iothub_data_connection",
|
|
538
|
+
"azurerm_kusto_script",
|
|
539
|
+
"azurerm_lb",
|
|
540
|
+
"azurerm_lb_backend_address_pool",
|
|
541
|
+
"azurerm_lb_backend_address_pool_address",
|
|
542
|
+
"azurerm_lb_nat_pool",
|
|
543
|
+
"azurerm_lb_nat_rule",
|
|
544
|
+
"azurerm_lb_outbound_rule",
|
|
545
|
+
"azurerm_lb_probe",
|
|
546
|
+
"azurerm_lb_rule",
|
|
547
|
+
"azurerm_lighthouse_assignment",
|
|
548
|
+
"azurerm_lighthouse_definition",
|
|
549
|
+
"azurerm_linux_function_app",
|
|
550
|
+
"azurerm_linux_function_app_slot",
|
|
551
|
+
"azurerm_linux_virtual_machine",
|
|
552
|
+
"azurerm_linux_virtual_machine_scale_set",
|
|
553
|
+
"azurerm_linux_web_app",
|
|
554
|
+
"azurerm_linux_web_app_slot",
|
|
555
|
+
"azurerm_load_test",
|
|
556
|
+
"azurerm_local_network_gateway",
|
|
557
|
+
"azurerm_location",
|
|
558
|
+
"azurerm_log_analytics_cluster",
|
|
559
|
+
"azurerm_log_analytics_cluster_customer_managed_key",
|
|
560
|
+
"azurerm_log_analytics_data_export_rule",
|
|
561
|
+
"azurerm_log_analytics_datasource_windows_event",
|
|
562
|
+
"azurerm_log_analytics_datasource_windows_performance_counter",
|
|
563
|
+
"azurerm_log_analytics_linked_service",
|
|
564
|
+
"azurerm_log_analytics_linked_storage_account",
|
|
565
|
+
"azurerm_log_analytics_query_pack",
|
|
566
|
+
"azurerm_log_analytics_query_pack_query",
|
|
567
|
+
"azurerm_log_analytics_saved_search",
|
|
568
|
+
"azurerm_log_analytics_solution",
|
|
569
|
+
"azurerm_log_analytics_storage_insights",
|
|
570
|
+
"azurerm_log_analytics_workspace",
|
|
571
|
+
"azurerm_log_analytics_workspace_table",
|
|
572
|
+
"azurerm_log_analytics_workspace_table_custom_log",
|
|
573
|
+
"azurerm_logic_app_action_custom",
|
|
574
|
+
"azurerm_logic_app_action_http",
|
|
575
|
+
"azurerm_logic_app_integration_account",
|
|
576
|
+
"azurerm_logic_app_integration_account_agreement",
|
|
577
|
+
"azurerm_logic_app_integration_account_assembly",
|
|
578
|
+
"azurerm_logic_app_integration_account_batch_configuration",
|
|
579
|
+
"azurerm_logic_app_integration_account_certificate",
|
|
580
|
+
"azurerm_logic_app_integration_account_map",
|
|
581
|
+
"azurerm_logic_app_integration_account_partner",
|
|
582
|
+
"azurerm_logic_app_integration_account_schema",
|
|
583
|
+
"azurerm_logic_app_integration_account_session",
|
|
584
|
+
"azurerm_logic_app_standard",
|
|
585
|
+
"azurerm_logic_app_trigger_custom",
|
|
586
|
+
"azurerm_logic_app_trigger_http_request",
|
|
587
|
+
"azurerm_logic_app_trigger_recurrence",
|
|
588
|
+
"azurerm_logic_app_workflow",
|
|
589
|
+
"azurerm_machine_learning_compute_cluster",
|
|
590
|
+
"azurerm_machine_learning_compute_instance",
|
|
591
|
+
"azurerm_machine_learning_datastore_blobstorage",
|
|
592
|
+
"azurerm_machine_learning_datastore_datalake_gen2",
|
|
593
|
+
"azurerm_machine_learning_datastore_fileshare",
|
|
594
|
+
"azurerm_machine_learning_inference_cluster",
|
|
595
|
+
"azurerm_machine_learning_synapse_spark",
|
|
596
|
+
"azurerm_machine_learning_workspace",
|
|
597
|
+
"azurerm_machine_learning_workspace_network_outbound_rule_fqdn",
|
|
598
|
+
"azurerm_machine_learning_workspace_network_outbound_rule_private_endpoint",
|
|
599
|
+
"azurerm_machine_learning_workspace_network_outbound_rule_service_tag",
|
|
600
|
+
"azurerm_maintenance_assignment_dedicated_host",
|
|
601
|
+
"azurerm_maintenance_assignment_dynamic_scope",
|
|
602
|
+
"azurerm_maintenance_assignment_virtual_machine",
|
|
603
|
+
"azurerm_maintenance_assignment_virtual_machine_scale_set",
|
|
604
|
+
"azurerm_maintenance_configuration",
|
|
605
|
+
"azurerm_managed_api",
|
|
606
|
+
"azurerm_managed_application",
|
|
607
|
+
"azurerm_managed_application_definition",
|
|
608
|
+
"azurerm_managed_disk",
|
|
609
|
+
"azurerm_managed_disk_sas_token",
|
|
610
|
+
"azurerm_managed_disks",
|
|
611
|
+
"azurerm_managed_lustre_file_system",
|
|
612
|
+
"azurerm_managed_redis",
|
|
613
|
+
"azurerm_managed_redis_geo_replication",
|
|
614
|
+
"azurerm_management_group",
|
|
615
|
+
"azurerm_management_group_policy_assignment",
|
|
616
|
+
"azurerm_management_group_policy_exemption",
|
|
617
|
+
"azurerm_management_group_policy_remediation",
|
|
618
|
+
"azurerm_management_group_policy_set_definition",
|
|
619
|
+
"azurerm_management_group_subscription_association",
|
|
620
|
+
"azurerm_management_group_template_deployment",
|
|
621
|
+
"azurerm_management_lock",
|
|
622
|
+
"azurerm_maps_account",
|
|
623
|
+
"azurerm_maps_creator",
|
|
624
|
+
"azurerm_marketplace_agreement",
|
|
625
|
+
"azurerm_marketplace_role_assignment",
|
|
626
|
+
"azurerm_mobile_network",
|
|
627
|
+
"azurerm_mobile_network_attached_data_network",
|
|
628
|
+
"azurerm_mobile_network_data_network",
|
|
629
|
+
"azurerm_mobile_network_packet_core_control_plane",
|
|
630
|
+
"azurerm_mobile_network_packet_core_data_plane",
|
|
631
|
+
"azurerm_mobile_network_service",
|
|
632
|
+
"azurerm_mobile_network_sim",
|
|
633
|
+
"azurerm_mobile_network_sim_group",
|
|
634
|
+
"azurerm_mobile_network_sim_policy",
|
|
635
|
+
"azurerm_mobile_network_site",
|
|
636
|
+
"azurerm_mobile_network_slice",
|
|
637
|
+
"azurerm_mongo_cluster",
|
|
638
|
+
"azurerm_mongo_cluster_firewall_rule",
|
|
639
|
+
"azurerm_mongo_cluster_user",
|
|
640
|
+
"azurerm_monitor_aad_diagnostic_setting",
|
|
641
|
+
"azurerm_monitor_action_group",
|
|
642
|
+
"azurerm_monitor_activity_log_alert",
|
|
643
|
+
"azurerm_monitor_alert_processing_rule_action_group",
|
|
644
|
+
"azurerm_monitor_alert_processing_rule_suppression",
|
|
645
|
+
"azurerm_monitor_alert_prometheus_rule_group",
|
|
646
|
+
"azurerm_monitor_autoscale_setting",
|
|
647
|
+
"azurerm_monitor_data_collection_endpoint",
|
|
648
|
+
"azurerm_monitor_data_collection_rule",
|
|
649
|
+
"azurerm_monitor_data_collection_rule_association",
|
|
650
|
+
"azurerm_monitor_diagnostic_categories",
|
|
651
|
+
"azurerm_monitor_diagnostic_setting",
|
|
652
|
+
"azurerm_monitor_metric_alert",
|
|
653
|
+
"azurerm_monitor_private_link_scope",
|
|
654
|
+
"azurerm_monitor_private_link_scoped_service",
|
|
655
|
+
"azurerm_monitor_scheduled_query_rules_alert",
|
|
656
|
+
"azurerm_monitor_scheduled_query_rules_alert_v2",
|
|
657
|
+
"azurerm_monitor_scheduled_query_rules_log",
|
|
658
|
+
"azurerm_monitor_smart_detector_alert_rule",
|
|
659
|
+
"azurerm_monitor_workspace",
|
|
660
|
+
"azurerm_mssql_database",
|
|
661
|
+
"azurerm_mssql_database_extended_auditing_policy",
|
|
662
|
+
"azurerm_mssql_database_vulnerability_assessment_rule_baseline",
|
|
663
|
+
"azurerm_mssql_elasticpool",
|
|
664
|
+
"azurerm_mssql_failover_group",
|
|
665
|
+
"azurerm_mssql_firewall_rule",
|
|
666
|
+
"azurerm_mssql_job",
|
|
667
|
+
"azurerm_mssql_job_agent",
|
|
668
|
+
"azurerm_mssql_job_credential",
|
|
669
|
+
"azurerm_mssql_job_schedule",
|
|
670
|
+
"azurerm_mssql_job_step",
|
|
671
|
+
"azurerm_mssql_job_target_group",
|
|
672
|
+
"azurerm_mssql_managed_database",
|
|
673
|
+
"azurerm_mssql_managed_instance",
|
|
674
|
+
"azurerm_mssql_managed_instance_active_directory_administrator",
|
|
675
|
+
"azurerm_mssql_managed_instance_failover_group",
|
|
676
|
+
"azurerm_mssql_managed_instance_security_alert_policy",
|
|
677
|
+
"azurerm_mssql_managed_instance_start_stop_schedule",
|
|
678
|
+
"azurerm_mssql_managed_instance_transparent_data_encryption",
|
|
679
|
+
"azurerm_mssql_managed_instance_vulnerability_assessment",
|
|
680
|
+
"azurerm_mssql_outbound_firewall_rule",
|
|
681
|
+
"azurerm_mssql_server",
|
|
682
|
+
"azurerm_mssql_server_dns_alias",
|
|
683
|
+
"azurerm_mssql_server_extended_auditing_policy",
|
|
684
|
+
"azurerm_mssql_server_microsoft_support_auditing_policy",
|
|
685
|
+
"azurerm_mssql_server_security_alert_policy",
|
|
686
|
+
"azurerm_mssql_server_transparent_data_encryption",
|
|
687
|
+
"azurerm_mssql_server_vulnerability_assessment",
|
|
688
|
+
"azurerm_mssql_virtual_machine",
|
|
689
|
+
"azurerm_mssql_virtual_machine_availability_group_listener",
|
|
690
|
+
"azurerm_mssql_virtual_machine_group",
|
|
691
|
+
"azurerm_mssql_virtual_network_rule",
|
|
692
|
+
"azurerm_mysql_flexible_database",
|
|
693
|
+
"azurerm_mysql_flexible_server",
|
|
694
|
+
"azurerm_mysql_flexible_server_active_directory_administrator",
|
|
695
|
+
"azurerm_mysql_flexible_server_configuration",
|
|
696
|
+
"azurerm_mysql_flexible_server_firewall_rule",
|
|
697
|
+
"azurerm_nat_gateway",
|
|
698
|
+
"azurerm_nat_gateway_public_ip_association",
|
|
699
|
+
"azurerm_nat_gateway_public_ip_prefix_association",
|
|
700
|
+
"azurerm_netapp_account",
|
|
701
|
+
"azurerm_netapp_account_encryption",
|
|
702
|
+
"azurerm_netapp_backup_policy",
|
|
703
|
+
"azurerm_netapp_backup_vault",
|
|
704
|
+
"azurerm_netapp_pool",
|
|
705
|
+
"azurerm_netapp_snapshot",
|
|
706
|
+
"azurerm_netapp_snapshot_policy",
|
|
707
|
+
"azurerm_netapp_volume",
|
|
708
|
+
"azurerm_netapp_volume_group_oracle",
|
|
709
|
+
"azurerm_netapp_volume_group_sap_hana",
|
|
710
|
+
"azurerm_netapp_volume_quota_rule",
|
|
711
|
+
"azurerm_network_connection_monitor",
|
|
712
|
+
"azurerm_network_ddos_protection_plan",
|
|
713
|
+
"azurerm_network_function_azure_traffic_collector",
|
|
714
|
+
"azurerm_network_function_collector_policy",
|
|
715
|
+
"azurerm_network_interface",
|
|
716
|
+
"azurerm_network_interface_application_gateway_backend_address_pool_association",
|
|
717
|
+
"azurerm_network_interface_application_security_group_association",
|
|
718
|
+
"azurerm_network_interface_backend_address_pool_association",
|
|
719
|
+
"azurerm_network_interface_nat_rule_association",
|
|
720
|
+
"azurerm_network_interface_security_group_association",
|
|
721
|
+
"azurerm_network_manager",
|
|
722
|
+
"azurerm_network_manager_admin_rule",
|
|
723
|
+
"azurerm_network_manager_admin_rule_collection",
|
|
724
|
+
"azurerm_network_manager_connectivity_configuration",
|
|
725
|
+
"azurerm_network_manager_deployment",
|
|
726
|
+
"azurerm_network_manager_ipam_pool",
|
|
727
|
+
"azurerm_network_manager_ipam_pool_static_cidr",
|
|
728
|
+
"azurerm_network_manager_management_group_connection",
|
|
729
|
+
"azurerm_network_manager_network_group",
|
|
730
|
+
"azurerm_network_manager_routing_configuration",
|
|
731
|
+
"azurerm_network_manager_routing_rule",
|
|
732
|
+
"azurerm_network_manager_routing_rule_collection",
|
|
733
|
+
"azurerm_network_manager_scope_connection",
|
|
734
|
+
"azurerm_network_manager_security_admin_configuration",
|
|
735
|
+
"azurerm_network_manager_static_member",
|
|
736
|
+
"azurerm_network_manager_subscription_connection",
|
|
737
|
+
"azurerm_network_manager_verifier_workspace",
|
|
738
|
+
"azurerm_network_manager_verifier_workspace_reachability_analysis_intent",
|
|
739
|
+
"azurerm_network_packet_capture",
|
|
740
|
+
"azurerm_network_profile",
|
|
741
|
+
"azurerm_network_security_group",
|
|
742
|
+
"azurerm_network_security_rule",
|
|
743
|
+
"azurerm_network_service_tags",
|
|
744
|
+
"azurerm_network_watcher",
|
|
745
|
+
"azurerm_network_watcher_flow_log",
|
|
746
|
+
"azurerm_new_relic_monitor",
|
|
747
|
+
"azurerm_new_relic_tag_rule",
|
|
748
|
+
"azurerm_nginx_api_key",
|
|
749
|
+
"azurerm_nginx_certificate",
|
|
750
|
+
"azurerm_nginx_configuration",
|
|
751
|
+
"azurerm_nginx_deployment",
|
|
752
|
+
"azurerm_notification_hub",
|
|
753
|
+
"azurerm_notification_hub_authorization_rule",
|
|
754
|
+
"azurerm_notification_hub_namespace",
|
|
755
|
+
"azurerm_oracle_adbs_character_sets",
|
|
756
|
+
"azurerm_oracle_adbs_national_character_sets",
|
|
757
|
+
"azurerm_oracle_autonomous_database",
|
|
758
|
+
"azurerm_oracle_autonomous_database_backup",
|
|
759
|
+
"azurerm_oracle_autonomous_database_backups",
|
|
760
|
+
"azurerm_oracle_autonomous_database_clone_from_backup",
|
|
761
|
+
"azurerm_oracle_autonomous_database_clone_from_database",
|
|
762
|
+
"azurerm_oracle_cloud_vm_cluster",
|
|
763
|
+
"azurerm_oracle_db_nodes",
|
|
764
|
+
"azurerm_oracle_db_servers",
|
|
765
|
+
"azurerm_oracle_db_system_shapes",
|
|
766
|
+
"azurerm_oracle_exadata_infrastructure",
|
|
767
|
+
"azurerm_oracle_exascale_database_storage_vault",
|
|
768
|
+
"azurerm_oracle_gi_versions",
|
|
769
|
+
"azurerm_oracle_resource_anchor",
|
|
770
|
+
"azurerm_orbital_contact",
|
|
771
|
+
"azurerm_orbital_contact_profile",
|
|
772
|
+
"azurerm_orbital_spacecraft",
|
|
773
|
+
"azurerm_orchestrated_virtual_machine_scale_set",
|
|
774
|
+
"azurerm_palo_alto_local_rulestack",
|
|
775
|
+
"azurerm_palo_alto_local_rulestack_certificate",
|
|
776
|
+
"azurerm_palo_alto_local_rulestack_fqdn_list",
|
|
777
|
+
"azurerm_palo_alto_local_rulestack_outbound_trust_certificate_association",
|
|
778
|
+
"azurerm_palo_alto_local_rulestack_outbound_untrust_certificate_association",
|
|
779
|
+
"azurerm_palo_alto_local_rulestack_prefix_list",
|
|
780
|
+
"azurerm_palo_alto_local_rulestack_rule",
|
|
781
|
+
"azurerm_palo_alto_next_generation_firewall_virtual_hub_local_rulestack",
|
|
782
|
+
"azurerm_palo_alto_next_generation_firewall_virtual_hub_panorama",
|
|
783
|
+
"azurerm_palo_alto_next_generation_firewall_virtual_hub_strata_cloud_manager",
|
|
784
|
+
"azurerm_palo_alto_next_generation_firewall_virtual_network_local_rulestack",
|
|
785
|
+
"azurerm_palo_alto_next_generation_firewall_virtual_network_panorama",
|
|
786
|
+
"azurerm_palo_alto_next_generation_firewall_virtual_network_strata_cloud_manager",
|
|
787
|
+
"azurerm_palo_alto_virtual_network_appliance",
|
|
788
|
+
"azurerm_pim_active_role_assignment",
|
|
789
|
+
"azurerm_pim_eligible_role_assignment",
|
|
790
|
+
"azurerm_platform_image",
|
|
791
|
+
"azurerm_point_to_site_vpn_gateway",
|
|
792
|
+
"azurerm_policy_assignment",
|
|
793
|
+
"azurerm_policy_definition",
|
|
794
|
+
"azurerm_policy_definition_built_in",
|
|
795
|
+
"azurerm_policy_set_definition",
|
|
796
|
+
"azurerm_policy_virtual_machine_configuration_assignment",
|
|
797
|
+
"azurerm_portal_dashboard",
|
|
798
|
+
"azurerm_portal_tenant_configuration",
|
|
799
|
+
"azurerm_postgresql_active_directory_administrator",
|
|
800
|
+
"azurerm_postgresql_configuration",
|
|
801
|
+
"azurerm_postgresql_database",
|
|
802
|
+
"azurerm_postgresql_firewall_rule",
|
|
803
|
+
"azurerm_postgresql_flexible_server",
|
|
804
|
+
"azurerm_postgresql_flexible_server_active_directory_administrator",
|
|
805
|
+
"azurerm_postgresql_flexible_server_backup",
|
|
806
|
+
"azurerm_postgresql_flexible_server_configuration",
|
|
807
|
+
"azurerm_postgresql_flexible_server_database",
|
|
808
|
+
"azurerm_postgresql_flexible_server_firewall_rule",
|
|
809
|
+
"azurerm_postgresql_flexible_server_virtual_endpoint",
|
|
810
|
+
"azurerm_postgresql_server",
|
|
811
|
+
"azurerm_postgresql_server_key",
|
|
812
|
+
"azurerm_postgresql_virtual_network_rule",
|
|
813
|
+
"azurerm_powerbi_embedded",
|
|
814
|
+
"azurerm_private_dns_a_record",
|
|
815
|
+
"azurerm_private_dns_aaaa_record",
|
|
816
|
+
"azurerm_private_dns_cname_record",
|
|
817
|
+
"azurerm_private_dns_mx_record",
|
|
818
|
+
"azurerm_private_dns_ptr_record",
|
|
819
|
+
"azurerm_private_dns_resolver",
|
|
820
|
+
"azurerm_private_dns_resolver_dns_forwarding_ruleset",
|
|
821
|
+
"azurerm_private_dns_resolver_forwarding_rule",
|
|
822
|
+
"azurerm_private_dns_resolver_inbound_endpoint",
|
|
823
|
+
"azurerm_private_dns_resolver_outbound_endpoint",
|
|
824
|
+
"azurerm_private_dns_resolver_virtual_network_link",
|
|
825
|
+
"azurerm_private_dns_soa_record",
|
|
826
|
+
"azurerm_private_dns_srv_record",
|
|
827
|
+
"azurerm_private_dns_txt_record",
|
|
828
|
+
"azurerm_private_dns_zone",
|
|
829
|
+
"azurerm_private_dns_zone_virtual_network_link",
|
|
830
|
+
"azurerm_private_endpoint",
|
|
831
|
+
"azurerm_private_endpoint_application_security_group_association",
|
|
832
|
+
"azurerm_private_endpoint_connection",
|
|
833
|
+
"azurerm_private_link_service",
|
|
834
|
+
"azurerm_private_link_service_endpoint_connections",
|
|
835
|
+
"azurerm_provider",
|
|
836
|
+
"azurerm_proximity_placement_group",
|
|
837
|
+
"azurerm_public_ip",
|
|
838
|
+
"azurerm_public_ip_prefix",
|
|
839
|
+
"azurerm_public_ips",
|
|
840
|
+
"azurerm_public_maintenance_configurations",
|
|
841
|
+
"azurerm_purview_account",
|
|
842
|
+
"azurerm_qumulo_file_system",
|
|
843
|
+
"azurerm_recovery_services_vault",
|
|
844
|
+
"azurerm_recovery_services_vault_resource_guard_association",
|
|
845
|
+
"azurerm_redhat_openshift_cluster",
|
|
846
|
+
"azurerm_redis_cache",
|
|
847
|
+
"azurerm_redis_cache_access_policy",
|
|
848
|
+
"azurerm_redis_cache_access_policy_assignment",
|
|
849
|
+
"azurerm_redis_enterprise_cluster",
|
|
850
|
+
"azurerm_redis_enterprise_database",
|
|
851
|
+
"azurerm_redis_firewall_rule",
|
|
852
|
+
"azurerm_redis_linked_server",
|
|
853
|
+
"azurerm_relay_hybrid_connection",
|
|
854
|
+
"azurerm_relay_hybrid_connection_authorization_rule",
|
|
855
|
+
"azurerm_relay_namespace",
|
|
856
|
+
"azurerm_relay_namespace_authorization_rule",
|
|
857
|
+
"azurerm_resource_deployment_script_azure_cli",
|
|
858
|
+
"azurerm_resource_deployment_script_azure_power_shell",
|
|
859
|
+
"azurerm_resource_group",
|
|
860
|
+
"azurerm_resource_group_cost_management_export",
|
|
861
|
+
"azurerm_resource_group_cost_management_view",
|
|
862
|
+
"azurerm_resource_group_policy_assignment",
|
|
863
|
+
"azurerm_resource_group_policy_exemption",
|
|
864
|
+
"azurerm_resource_group_policy_remediation",
|
|
865
|
+
"azurerm_resource_group_template_deployment",
|
|
866
|
+
"azurerm_resource_management_private_link",
|
|
867
|
+
"azurerm_resource_management_private_link_association",
|
|
868
|
+
"azurerm_resource_policy_assignment",
|
|
869
|
+
"azurerm_resource_policy_exemption",
|
|
870
|
+
"azurerm_resource_policy_remediation",
|
|
871
|
+
"azurerm_resource_provider_registration",
|
|
872
|
+
"azurerm_resources",
|
|
873
|
+
"azurerm_restore_point_collection",
|
|
874
|
+
"azurerm_role_assignment",
|
|
875
|
+
"azurerm_role_assignments",
|
|
876
|
+
"azurerm_role_definition",
|
|
877
|
+
"azurerm_role_management_policy",
|
|
878
|
+
"azurerm_route",
|
|
879
|
+
"azurerm_route_filter",
|
|
880
|
+
"azurerm_route_map",
|
|
881
|
+
"azurerm_route_server",
|
|
882
|
+
"azurerm_route_server_bgp_connection",
|
|
883
|
+
"azurerm_route_table",
|
|
884
|
+
"azurerm_search_service",
|
|
885
|
+
"azurerm_search_shared_private_link_service",
|
|
886
|
+
"azurerm_security_center_assessment",
|
|
887
|
+
"azurerm_security_center_assessment_policy",
|
|
888
|
+
"azurerm_security_center_auto_provisioning",
|
|
889
|
+
"azurerm_security_center_automation",
|
|
890
|
+
"azurerm_security_center_contact",
|
|
891
|
+
"azurerm_security_center_server_vulnerability_assessment_virtual_machine",
|
|
892
|
+
"azurerm_security_center_server_vulnerability_assessments_setting",
|
|
893
|
+
"azurerm_security_center_setting",
|
|
894
|
+
"azurerm_security_center_storage_defender",
|
|
895
|
+
"azurerm_security_center_subscription_pricing",
|
|
896
|
+
"azurerm_security_center_workspace",
|
|
897
|
+
"azurerm_sentinel_alert_rule",
|
|
898
|
+
"azurerm_sentinel_alert_rule_anomaly",
|
|
899
|
+
"azurerm_sentinel_alert_rule_anomaly_built_in",
|
|
900
|
+
"azurerm_sentinel_alert_rule_anomaly_duplicate",
|
|
901
|
+
"azurerm_sentinel_alert_rule_fusion",
|
|
902
|
+
"azurerm_sentinel_alert_rule_machine_learning_behavior_analytics",
|
|
903
|
+
"azurerm_sentinel_alert_rule_ms_security_incident",
|
|
904
|
+
"azurerm_sentinel_alert_rule_nrt",
|
|
905
|
+
"azurerm_sentinel_alert_rule_scheduled",
|
|
906
|
+
"azurerm_sentinel_alert_rule_template",
|
|
907
|
+
"azurerm_sentinel_alert_rule_threat_intelligence",
|
|
908
|
+
"azurerm_sentinel_automation_rule",
|
|
909
|
+
"azurerm_sentinel_data_connector_aws_cloud_trail",
|
|
910
|
+
"azurerm_sentinel_data_connector_aws_s3",
|
|
911
|
+
"azurerm_sentinel_data_connector_azure_active_directory",
|
|
912
|
+
"azurerm_sentinel_data_connector_azure_advanced_threat_protection",
|
|
913
|
+
"azurerm_sentinel_data_connector_azure_security_center",
|
|
914
|
+
"azurerm_sentinel_data_connector_dynamics_365",
|
|
915
|
+
"azurerm_sentinel_data_connector_iot",
|
|
916
|
+
"azurerm_sentinel_data_connector_microsoft_cloud_app_security",
|
|
917
|
+
"azurerm_sentinel_data_connector_microsoft_defender_advanced_threat_protection",
|
|
918
|
+
"azurerm_sentinel_data_connector_microsoft_threat_intelligence",
|
|
919
|
+
"azurerm_sentinel_data_connector_microsoft_threat_protection",
|
|
920
|
+
"azurerm_sentinel_data_connector_office_365",
|
|
921
|
+
"azurerm_sentinel_data_connector_office_365_project",
|
|
922
|
+
"azurerm_sentinel_data_connector_office_atp",
|
|
923
|
+
"azurerm_sentinel_data_connector_office_irm",
|
|
924
|
+
"azurerm_sentinel_data_connector_office_power_bi",
|
|
925
|
+
"azurerm_sentinel_data_connector_threat_intelligence",
|
|
926
|
+
"azurerm_sentinel_data_connector_threat_intelligence_taxii",
|
|
927
|
+
"azurerm_sentinel_log_analytics_workspace_onboarding",
|
|
928
|
+
"azurerm_sentinel_metadata",
|
|
929
|
+
"azurerm_sentinel_threat_intelligence_indicator",
|
|
930
|
+
"azurerm_sentinel_watchlist",
|
|
931
|
+
"azurerm_sentinel_watchlist_item",
|
|
932
|
+
"azurerm_service_fabric_cluster",
|
|
933
|
+
"azurerm_service_fabric_managed_cluster",
|
|
934
|
+
"azurerm_service_plan",
|
|
935
|
+
"azurerm_servicebus_namespace",
|
|
936
|
+
"azurerm_servicebus_namespace_authorization_rule",
|
|
937
|
+
"azurerm_servicebus_namespace_customer_managed_key",
|
|
938
|
+
"azurerm_servicebus_namespace_disaster_recovery_config",
|
|
939
|
+
"azurerm_servicebus_queue",
|
|
940
|
+
"azurerm_servicebus_queue_authorization_rule",
|
|
941
|
+
"azurerm_servicebus_subscription",
|
|
942
|
+
"azurerm_servicebus_subscription_rule",
|
|
943
|
+
"azurerm_servicebus_topic",
|
|
944
|
+
"azurerm_servicebus_topic_authorization_rule",
|
|
945
|
+
"azurerm_shared_image",
|
|
946
|
+
"azurerm_shared_image_gallery",
|
|
947
|
+
"azurerm_shared_image_version",
|
|
948
|
+
"azurerm_shared_image_versions",
|
|
949
|
+
"azurerm_signalr_service",
|
|
950
|
+
"azurerm_signalr_service_custom_certificate",
|
|
951
|
+
"azurerm_signalr_service_custom_domain",
|
|
952
|
+
"azurerm_signalr_service_network_acl",
|
|
953
|
+
"azurerm_signalr_shared_private_link_resource",
|
|
954
|
+
"azurerm_site_recovery_fabric",
|
|
955
|
+
"azurerm_site_recovery_hyperv_network_mapping",
|
|
956
|
+
"azurerm_site_recovery_hyperv_replication_policy",
|
|
957
|
+
"azurerm_site_recovery_hyperv_replication_policy_association",
|
|
958
|
+
"azurerm_site_recovery_network_mapping",
|
|
959
|
+
"azurerm_site_recovery_protection_container",
|
|
960
|
+
"azurerm_site_recovery_protection_container_mapping",
|
|
961
|
+
"azurerm_site_recovery_replicated_vm",
|
|
962
|
+
"azurerm_site_recovery_replication_policy",
|
|
963
|
+
"azurerm_site_recovery_replication_recovery_plan",
|
|
964
|
+
"azurerm_site_recovery_services_vault_hyperv_site",
|
|
965
|
+
"azurerm_site_recovery_vmware_replicated_vm",
|
|
966
|
+
"azurerm_site_recovery_vmware_replication_policy",
|
|
967
|
+
"azurerm_site_recovery_vmware_replication_policy_association",
|
|
968
|
+
"azurerm_snapshot",
|
|
969
|
+
"azurerm_source_control_token",
|
|
970
|
+
"azurerm_spring_cloud_accelerator",
|
|
971
|
+
"azurerm_spring_cloud_active_deployment",
|
|
972
|
+
"azurerm_spring_cloud_api_portal",
|
|
973
|
+
"azurerm_spring_cloud_api_portal_custom_domain",
|
|
974
|
+
"azurerm_spring_cloud_app",
|
|
975
|
+
"azurerm_spring_cloud_app_cosmosdb_association",
|
|
976
|
+
"azurerm_spring_cloud_app_dynamics_application_performance_monitoring",
|
|
977
|
+
"azurerm_spring_cloud_app_mysql_association",
|
|
978
|
+
"azurerm_spring_cloud_app_redis_association",
|
|
979
|
+
"azurerm_spring_cloud_application_insights_application_performance_monitoring",
|
|
980
|
+
"azurerm_spring_cloud_application_live_view",
|
|
981
|
+
"azurerm_spring_cloud_build_deployment",
|
|
982
|
+
"azurerm_spring_cloud_build_pack_binding",
|
|
983
|
+
"azurerm_spring_cloud_builder",
|
|
984
|
+
"azurerm_spring_cloud_certificate",
|
|
985
|
+
"azurerm_spring_cloud_configuration_service",
|
|
986
|
+
"azurerm_spring_cloud_connection",
|
|
987
|
+
"azurerm_spring_cloud_container_deployment",
|
|
988
|
+
"azurerm_spring_cloud_custom_domain",
|
|
989
|
+
"azurerm_spring_cloud_customized_accelerator",
|
|
990
|
+
"azurerm_spring_cloud_dev_tool_portal",
|
|
991
|
+
"azurerm_spring_cloud_dynatrace_application_performance_monitoring",
|
|
992
|
+
"azurerm_spring_cloud_elastic_application_performance_monitoring",
|
|
993
|
+
"azurerm_spring_cloud_gateway",
|
|
994
|
+
"azurerm_spring_cloud_gateway_custom_domain",
|
|
995
|
+
"azurerm_spring_cloud_gateway_route_config",
|
|
996
|
+
"azurerm_spring_cloud_java_deployment",
|
|
997
|
+
"azurerm_spring_cloud_new_relic_application_performance_monitoring",
|
|
998
|
+
"azurerm_spring_cloud_service",
|
|
999
|
+
"azurerm_spring_cloud_storage",
|
|
1000
|
+
"azurerm_ssh_public_key",
|
|
1001
|
+
"azurerm_stack_hci_cluster",
|
|
1002
|
+
"azurerm_stack_hci_deployment_setting",
|
|
1003
|
+
"azurerm_stack_hci_extension",
|
|
1004
|
+
"azurerm_stack_hci_logical_network",
|
|
1005
|
+
"azurerm_stack_hci_marketplace_gallery_image",
|
|
1006
|
+
"azurerm_stack_hci_network_interface",
|
|
1007
|
+
"azurerm_stack_hci_storage_path",
|
|
1008
|
+
"azurerm_stack_hci_virtual_hard_disk",
|
|
1009
|
+
"azurerm_static_site",
|
|
1010
|
+
"azurerm_static_site_custom_domain",
|
|
1011
|
+
"azurerm_static_web_app",
|
|
1012
|
+
"azurerm_static_web_app_custom_domain",
|
|
1013
|
+
"azurerm_static_web_app_function_app_registration",
|
|
1014
|
+
"azurerm_storage_account",
|
|
1015
|
+
"azurerm_storage_account_blob_container_sas",
|
|
1016
|
+
"azurerm_storage_account_customer_managed_key",
|
|
1017
|
+
"azurerm_storage_account_local_user",
|
|
1018
|
+
"azurerm_storage_account_network_rules",
|
|
1019
|
+
"azurerm_storage_account_queue_properties",
|
|
1020
|
+
"azurerm_storage_account_sas",
|
|
1021
|
+
"azurerm_storage_account_static_website",
|
|
1022
|
+
"azurerm_storage_blob",
|
|
1023
|
+
"azurerm_storage_blob_inventory_policy",
|
|
1024
|
+
"azurerm_storage_container",
|
|
1025
|
+
"azurerm_storage_container_immutability_policy",
|
|
1026
|
+
"azurerm_storage_containers",
|
|
1027
|
+
"azurerm_storage_data_lake_gen2_filesystem",
|
|
1028
|
+
"azurerm_storage_data_lake_gen2_path",
|
|
1029
|
+
"azurerm_storage_encryption_scope",
|
|
1030
|
+
"azurerm_storage_management_policy",
|
|
1031
|
+
"azurerm_storage_mover",
|
|
1032
|
+
"azurerm_storage_mover_agent",
|
|
1033
|
+
"azurerm_storage_mover_job_definition",
|
|
1034
|
+
"azurerm_storage_mover_project",
|
|
1035
|
+
"azurerm_storage_mover_source_endpoint",
|
|
1036
|
+
"azurerm_storage_mover_target_endpoint",
|
|
1037
|
+
"azurerm_storage_object_replication",
|
|
1038
|
+
"azurerm_storage_queue",
|
|
1039
|
+
"azurerm_storage_share",
|
|
1040
|
+
"azurerm_storage_share_directory",
|
|
1041
|
+
"azurerm_storage_share_file",
|
|
1042
|
+
"azurerm_storage_sync",
|
|
1043
|
+
"azurerm_storage_sync_cloud_endpoint",
|
|
1044
|
+
"azurerm_storage_sync_group",
|
|
1045
|
+
"azurerm_storage_sync_server_endpoint",
|
|
1046
|
+
"azurerm_storage_table",
|
|
1047
|
+
"azurerm_storage_table_entities",
|
|
1048
|
+
"azurerm_storage_table_entity",
|
|
1049
|
+
"azurerm_stream_analytics_cluster",
|
|
1050
|
+
"azurerm_stream_analytics_function_javascript_uda",
|
|
1051
|
+
"azurerm_stream_analytics_function_javascript_udf",
|
|
1052
|
+
"azurerm_stream_analytics_job",
|
|
1053
|
+
"azurerm_stream_analytics_job_schedule",
|
|
1054
|
+
"azurerm_stream_analytics_job_storage_account",
|
|
1055
|
+
"azurerm_stream_analytics_managed_private_endpoint",
|
|
1056
|
+
"azurerm_stream_analytics_output_blob",
|
|
1057
|
+
"azurerm_stream_analytics_output_cosmosdb",
|
|
1058
|
+
"azurerm_stream_analytics_output_eventhub",
|
|
1059
|
+
"azurerm_stream_analytics_output_function",
|
|
1060
|
+
"azurerm_stream_analytics_output_mssql",
|
|
1061
|
+
"azurerm_stream_analytics_output_powerbi",
|
|
1062
|
+
"azurerm_stream_analytics_output_servicebus_queue",
|
|
1063
|
+
"azurerm_stream_analytics_output_servicebus_topic",
|
|
1064
|
+
"azurerm_stream_analytics_output_synapse",
|
|
1065
|
+
"azurerm_stream_analytics_output_table",
|
|
1066
|
+
"azurerm_stream_analytics_reference_input_blob",
|
|
1067
|
+
"azurerm_stream_analytics_reference_input_mssql",
|
|
1068
|
+
"azurerm_stream_analytics_stream_input_blob",
|
|
1069
|
+
"azurerm_stream_analytics_stream_input_eventhub",
|
|
1070
|
+
"azurerm_stream_analytics_stream_input_eventhub_v2",
|
|
1071
|
+
"azurerm_stream_analytics_stream_input_iothub",
|
|
1072
|
+
"azurerm_subnet",
|
|
1073
|
+
"azurerm_subnet_nat_gateway_association",
|
|
1074
|
+
"azurerm_subnet_network_security_group_association",
|
|
1075
|
+
"azurerm_subnet_route_table_association",
|
|
1076
|
+
"azurerm_subnet_service_endpoint_storage_policy",
|
|
1077
|
+
"azurerm_subscription",
|
|
1078
|
+
"azurerm_subscription_cost_management_export",
|
|
1079
|
+
"azurerm_subscription_cost_management_view",
|
|
1080
|
+
"azurerm_subscription_policy_assignment",
|
|
1081
|
+
"azurerm_subscription_policy_exemption",
|
|
1082
|
+
"azurerm_subscription_policy_remediation",
|
|
1083
|
+
"azurerm_subscription_template_deployment",
|
|
1084
|
+
"azurerm_subscriptions",
|
|
1085
|
+
"azurerm_synapse_firewall_rule",
|
|
1086
|
+
"azurerm_synapse_integration_runtime_azure",
|
|
1087
|
+
"azurerm_synapse_integration_runtime_self_hosted",
|
|
1088
|
+
"azurerm_synapse_linked_service",
|
|
1089
|
+
"azurerm_synapse_managed_private_endpoint",
|
|
1090
|
+
"azurerm_synapse_private_link_hub",
|
|
1091
|
+
"azurerm_synapse_role_assignment",
|
|
1092
|
+
"azurerm_synapse_spark_pool",
|
|
1093
|
+
"azurerm_synapse_sql_pool",
|
|
1094
|
+
"azurerm_synapse_sql_pool_extended_auditing_policy",
|
|
1095
|
+
"azurerm_synapse_sql_pool_security_alert_policy",
|
|
1096
|
+
"azurerm_synapse_sql_pool_vulnerability_assessment",
|
|
1097
|
+
"azurerm_synapse_sql_pool_vulnerability_assessment_baseline",
|
|
1098
|
+
"azurerm_synapse_sql_pool_workload_classifier",
|
|
1099
|
+
"azurerm_synapse_sql_pool_workload_group",
|
|
1100
|
+
"azurerm_synapse_workspace",
|
|
1101
|
+
"azurerm_synapse_workspace_aad_admin",
|
|
1102
|
+
"azurerm_synapse_workspace_extended_auditing_policy",
|
|
1103
|
+
"azurerm_synapse_workspace_key",
|
|
1104
|
+
"azurerm_synapse_workspace_security_alert_policy",
|
|
1105
|
+
"azurerm_synapse_workspace_sql_aad_admin",
|
|
1106
|
+
"azurerm_synapse_workspace_vulnerability_assessment",
|
|
1107
|
+
"azurerm_system_center_virtual_machine_manager_availability_set",
|
|
1108
|
+
"azurerm_system_center_virtual_machine_manager_cloud",
|
|
1109
|
+
"azurerm_system_center_virtual_machine_manager_inventory_items",
|
|
1110
|
+
"azurerm_system_center_virtual_machine_manager_server",
|
|
1111
|
+
"azurerm_system_center_virtual_machine_manager_virtual_machine_instance",
|
|
1112
|
+
"azurerm_system_center_virtual_machine_manager_virtual_machine_instance_guest_agent",
|
|
1113
|
+
"azurerm_system_center_virtual_machine_manager_virtual_machine_template",
|
|
1114
|
+
"azurerm_system_center_virtual_machine_manager_virtual_network",
|
|
1115
|
+
"azurerm_template_spec_version",
|
|
1116
|
+
"azurerm_tenant_template_deployment",
|
|
1117
|
+
"azurerm_traffic_manager_azure_endpoint",
|
|
1118
|
+
"azurerm_traffic_manager_external_endpoint",
|
|
1119
|
+
"azurerm_traffic_manager_geographical_location",
|
|
1120
|
+
"azurerm_traffic_manager_nested_endpoint",
|
|
1121
|
+
"azurerm_traffic_manager_profile",
|
|
1122
|
+
"azurerm_trusted_signing_account",
|
|
1123
|
+
"azurerm_user_assigned_identity",
|
|
1124
|
+
"azurerm_video_indexer_account",
|
|
1125
|
+
"azurerm_virtual_desktop_application",
|
|
1126
|
+
"azurerm_virtual_desktop_application_group",
|
|
1127
|
+
"azurerm_virtual_desktop_host_pool",
|
|
1128
|
+
"azurerm_virtual_desktop_host_pool_registration_info",
|
|
1129
|
+
"azurerm_virtual_desktop_scaling_plan",
|
|
1130
|
+
"azurerm_virtual_desktop_scaling_plan_host_pool_association",
|
|
1131
|
+
"azurerm_virtual_desktop_workspace",
|
|
1132
|
+
"azurerm_virtual_desktop_workspace_application_group_association",
|
|
1133
|
+
"azurerm_virtual_hub",
|
|
1134
|
+
"azurerm_virtual_hub_bgp_connection",
|
|
1135
|
+
"azurerm_virtual_hub_connection",
|
|
1136
|
+
"azurerm_virtual_hub_ip",
|
|
1137
|
+
"azurerm_virtual_hub_route_table",
|
|
1138
|
+
"azurerm_virtual_hub_route_table_route",
|
|
1139
|
+
"azurerm_virtual_hub_routing_intent",
|
|
1140
|
+
"azurerm_virtual_hub_security_partner_provider",
|
|
1141
|
+
"azurerm_virtual_machine",
|
|
1142
|
+
"azurerm_virtual_machine_automanage_configuration_assignment",
|
|
1143
|
+
"azurerm_virtual_machine_data_disk_attachment",
|
|
1144
|
+
"azurerm_virtual_machine_extension",
|
|
1145
|
+
"azurerm_virtual_machine_gallery_application_assignment",
|
|
1146
|
+
"azurerm_virtual_machine_implicit_data_disk_from_source",
|
|
1147
|
+
"azurerm_virtual_machine_packet_capture",
|
|
1148
|
+
"azurerm_virtual_machine_restore_point",
|
|
1149
|
+
"azurerm_virtual_machine_restore_point_collection",
|
|
1150
|
+
"azurerm_virtual_machine_run_command",
|
|
1151
|
+
"azurerm_virtual_machine_scale_set",
|
|
1152
|
+
"azurerm_virtual_machine_scale_set_extension",
|
|
1153
|
+
"azurerm_virtual_machine_scale_set_packet_capture",
|
|
1154
|
+
"azurerm_virtual_machine_scale_set_standby_pool",
|
|
1155
|
+
"azurerm_virtual_network",
|
|
1156
|
+
"azurerm_virtual_network_dns_servers",
|
|
1157
|
+
"azurerm_virtual_network_gateway",
|
|
1158
|
+
"azurerm_virtual_network_gateway_connection",
|
|
1159
|
+
"azurerm_virtual_network_gateway_nat_rule",
|
|
1160
|
+
"azurerm_virtual_network_peering",
|
|
1161
|
+
"azurerm_virtual_wan",
|
|
1162
|
+
"azurerm_vmware_cluster",
|
|
1163
|
+
"azurerm_vmware_express_route_authorization",
|
|
1164
|
+
"azurerm_vmware_netapp_volume_attachment",
|
|
1165
|
+
"azurerm_vmware_private_cloud",
|
|
1166
|
+
"azurerm_voice_services_communications_gateway",
|
|
1167
|
+
"azurerm_voice_services_communications_gateway_test_line",
|
|
1168
|
+
"azurerm_vpn_gateway",
|
|
1169
|
+
"azurerm_vpn_gateway_connection",
|
|
1170
|
+
"azurerm_vpn_gateway_nat_rule",
|
|
1171
|
+
"azurerm_vpn_server_configuration",
|
|
1172
|
+
"azurerm_vpn_server_configuration_policy_group",
|
|
1173
|
+
"azurerm_vpn_site",
|
|
1174
|
+
"azurerm_web_app_active_slot",
|
|
1175
|
+
"azurerm_web_app_hybrid_connection",
|
|
1176
|
+
"azurerm_web_application_firewall_policy",
|
|
1177
|
+
"azurerm_web_pubsub",
|
|
1178
|
+
"azurerm_web_pubsub_custom_certificate",
|
|
1179
|
+
"azurerm_web_pubsub_custom_domain",
|
|
1180
|
+
"azurerm_web_pubsub_hub",
|
|
1181
|
+
"azurerm_web_pubsub_network_acl",
|
|
1182
|
+
"azurerm_web_pubsub_private_link_resource",
|
|
1183
|
+
"azurerm_web_pubsub_shared_private_link_resource",
|
|
1184
|
+
"azurerm_web_pubsub_socketio",
|
|
1185
|
+
"azurerm_windows_function_app",
|
|
1186
|
+
"azurerm_windows_function_app_slot",
|
|
1187
|
+
"azurerm_windows_virtual_machine",
|
|
1188
|
+
"azurerm_windows_virtual_machine_scale_set",
|
|
1189
|
+
"azurerm_windows_web_app",
|
|
1190
|
+
"azurerm_windows_web_app_slot",
|
|
1191
|
+
"azurerm_workloads_sap_discovery_virtual_instance",
|
|
1192
|
+
"azurerm_workloads_sap_single_node_virtual_instance",
|
|
1193
|
+
"azurerm_workloads_sap_three_tier_virtual_instance"
|
|
1194
|
+
]
|
|
1195
|
+
}
|