Skip to content

Commit 589f720

Browse files
Merge pull request #53623 from JulianePadrao/NEW-sql-dev-module-1
Fix UID formatting in YAML files to use consistent dot notation
2 parents 57a2557 + 5edea47 commit 589f720

12 files changed

Lines changed: 24 additions & 24 deletions

learn-pr/wwl-data-ai/design-implement-database-objects/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.introduction
2+
uid: learn.wwl.design-implement-database-objects.introduction
33
title: Introduction
44
metadata:
55
title: Introduction

learn-pr/wwl-data-ai/design-implement-database-objects/10-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.knowledge-check
2+
uid: learn.wwl.design-implement-database-objects.knowledge-check
33
title: Module assessment
44
metadata:
55
ai_generated_module_assessment: true

learn-pr/wwl-data-ai/design-implement-database-objects/11-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.summary
2+
uid: learn.wwl.design-implement-database-objects.summary
33
title: Summary
44
metadata:
55
title: Summary

learn-pr/wwl-data-ai/design-implement-database-objects/2-understanding-platform-choices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.understanding-platform-choices
2+
uid: learn.wwl.design-implement-database-objects.understanding-platform-choices
33
metadata:
44
title: Understand your SQL Server-based platform choices
55
description: "Learn about the different Microsoft SQL platforms and how database object design varies across Azure SQL Database, Azure SQL Managed Instance, SQL Server on Azure VMs, and SQL Database in Microsoft Fabric."

learn-pr/wwl-data-ai/design-implement-database-objects/3-design-implement-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.design-implement-tables
2+
uid: learn.wwl.design-implement-database-objects.design-implement-tables
33
title: Build effective tables
44
metadata:
55
title: Build effective tables

learn-pr/wwl-data-ai/design-implement-database-objects/4-design-implement-indexes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.design-implement-indexes
2+
uid: learn.wwl.design-implement-database-objects.design-implement-indexes
33
title: Optimize with indexes
44
metadata:
55
title: Optimize with indexes

learn-pr/wwl-data-ai/design-implement-database-objects/5-specialized-table-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.specialized-table-types
2+
uid: learn.wwl.design-implement-database-objects.specialized-table-types
33
title: Use specialized table types
44
metadata:
55
title: Use specialized table types

learn-pr/wwl-data-ai/design-implement-database-objects/6-design-implement-constraints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.design-implement-constraints
2+
uid: learn.wwl.design-implement-database-objects.design-implement-constraints
33
title: Enforce data integrity with constraints
44
metadata:
55
title: Enforce data integrity with constraints

learn-pr/wwl-data-ai/design-implement-database-objects/7-design-implement-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.design-implement-json
2+
uid: learn.wwl.design-implement-database-objects.design-implement-json
33
title: Manage JSON columns and indexes
44
metadata:
55
title: Manage JSON columns and indexes

learn-pr/wwl-data-ai/design-implement-database-objects/8-design-implement-partitioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.design-implement-database-objects.design-implement-partitioning
2+
uid: learn.wwl.design-implement-database-objects.design-implement-partitioning
33
title: Partition tables for scale
44
metadata:
55
title: Partition tables for scale

0 commit comments

Comments
 (0)