Skip to content

Commit 5c2dd8c

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents 1c6cad9 + d75531d commit 5c2dd8c

File tree

50 files changed

+373
-389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+373
-389
lines changed

learn-pr/advocates/govern-ai-azure-policy/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: module
1111
ms.collection: ce-advocates-ai-copilot
1212
title: Govern AI services with Azure Policy
13-
summary: TBD
13+
summary: Learn how to govern AI services on Azure with Azure Policy including how to apply policy definitions and assess AI workload compliance.
1414
abstract: |
1515
After completing this module, you'll be able to:
1616
- Set up policy and initiative assignments to Azure AI services, Azure AI Foundry, and Azure Machine Learning

learn-pr/dot-net-maui/build-mobile-and-desktop-apps/includes/2-describe-maui-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A common pattern used for cross-platform app development is to factor the business logic from the user interface, and then develop separate user interfaces and UI logic for each platform. While the business logic remains unchanged for each type of device, the code that drives the app and presents the data can vary. This variance is because of the differing capabilities, APIs, and features the devices provide. Building a multiplatform app in this way involves dealing with not only separate Software Development Kits (SDKs), but altogether different languages and toolsets.
1+
A common pattern used for cross-platform app development is to factor the business logic separate from the user interface, and then develop separate user interfaces and UI logic for each platform. While the business logic remains unchanged for each type of device, the code that drives the app and presents the data can vary. This variance is because of the differing capabilities, APIs, and features the devices provide. Building a multiplatform app in this way involves dealing with not only separate Software Development Kits (SDKs), but altogether different languages and toolsets.
22

33
The purpose of .NET MAUI (Multi-platform Application User Interface) is to simplify multiplatform app development. Using .NET MAUI, you create multiplatform apps using a single project, but you can add platform-specific source code and resources if necessary. The key aim of .NET MAUI is to enable you to implement as much of your application logic and UI layout as possible in a single codebase.
44

learn-pr/github/codebase-representation-codeql/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: Introduction
66
title: Introduction
77
description: Learn how to use CodeQL to identify security vulnerabilities in your codebase.
8-
ms.date: 05/01/2024
8+
ms.date: 07/01/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/codebase-representation-codeql/2-how-prepare-database-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: Prepare a database for CodeQL
66
title: Prepare a database for CodeQL
77
description: Learn how to create a CodeQL database.
8-
ms.date: 05/01/2024
8+
ms.date: 07/01/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/codebase-representation-codeql/3-run-codeql-database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: Run CodeQL in a database
66
title: Run CodeQL in a database
77
description: Learn how to analyze your database by using CodeQL queries.
8-
ms.date: 05/01/2024
8+
ms.date: 07/01/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/codebase-representation-codeql/4-understand-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Understand CodeQL results
44
metadata:
55
unitType: Understand CodeQL results
66
title: Understand CodeQL results
7-
description: View CodeQL results and determine if there are security vulnerabilities to address.
8-
ms.date: 05/01/2024
7+
description: View your CodeQL results and determine if there are security vulnerabilities to address.
8+
ms.date: 07/01/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/codebase-representation-codeql/5-troubleshoot-your-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: Troubleshoot CodeQL results
66
title: Troubleshoot CodeQL results
77
description: Learn about common tips for troubleshooting your CodeQL queries.
8-
ms.date: 05/01/2024
8+
ms.date: 07/01/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/codebase-representation-codeql/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: knowledge_check
66
title: Module assessment
77
description: Check your knowledge about CodeQL.
8-
ms.date: 04/08/2024
8+
ms.date: 07/01/2025
99
author: rmcmurray
1010
ms.author: robmcm
1111
ms.topic: unit

learn-pr/github/codebase-representation-codeql/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: Summary
66
title: Summary
77
description: Review what you learned in this module.
8-
ms.date: 05/01/2024
8+
ms.date: 07/01/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/codebase-representation-codeql/includes/2-how-prepare-database-codeql.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
CodeQL treats code like data. You create a database by using queryable data that you extract from your codebase. Then you can run CodeQL queries on this database to identify security vulnerabilities, bugs, and other errors. You can write your own queries or run standard CodeQL queries written by GitHub researchers and community contributors.
32

43
In this unit, you learn how to create a database. This step is required before you can analyze your code. You need to create a CodeQL database that contains all the data necessary to run queries on your code.

0 commit comments

Comments
 (0)