mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
Fix Adls connection typo (#14449)
This commit is contained in:
parent
492092720d
commit
c3fac5e97e
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: adlsConnection
|
||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsconection
|
||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsConnection
|
||||
---
|
||||
|
||||
# Azure Store Connection
|
||||
|
@ -1281,8 +1281,8 @@ site_menu:
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/pipeline/splineconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / ServiceConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/serviceconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / AdlsConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsconection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / adlsConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsConnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / CustomStorageConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/customstorageconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / GcsConnection
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: adlsConnection
|
||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsconection
|
||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsConnection
|
||||
---
|
||||
|
||||
# ADLS Connection
|
||||
|
@ -1402,8 +1402,8 @@ site_menu:
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/search/opensearchconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / ServiceConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/serviceconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / AdlsConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsconection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / adlsConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsConnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / CustomStorageConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/customstorageconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / GcsConnection
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: adlsConnection
|
||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsconection
|
||||
slug: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsConnection
|
||||
---
|
||||
|
||||
# ADLS Connection
|
||||
|
@ -1404,8 +1404,8 @@ site_menu:
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/search/opensearchconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / ServiceConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/serviceconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / AdlsConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsconection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / adlsConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/adlsConnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / CustomStorageConnection
|
||||
url: /main-concepts/metadata-standard/schemas/entity/services/connections/storage/customstorageconnection
|
||||
- category: Main Concepts / Metadata Standard / Schemas / Entity / Services / Connections / Storage / GcsConnection
|
||||
|
@ -48,7 +48,7 @@
|
||||
"$ref": "connections/storage/s3Connection.json"
|
||||
},
|
||||
{
|
||||
"$ref": "connections/storage/adlsConection.json"
|
||||
"$ref": "connections/storage/adlsConnection.json"
|
||||
},
|
||||
{
|
||||
"$ref": "connections/storage/customStorageConnection.json"
|
||||
|
Loading…
x
Reference in New Issue
Block a user