Skip to content

Commit cab2513

Browse files
authored
Merge pull request #5484 from Saisang/sai-mstopicbulkupdate-20250610-2
Bulk update ms.topic in apps,cross-device,dev-drive,dev-environment,package-manager,powertoys,python,app-resources,app-to-app,apps-for-education,apps-for-xbox,audio-video-camera,communication,composition,contacts-and-calendar,cpp-and-winrt-apis
2 parents c2823a4 + a6abfba commit cab2513

File tree

200 files changed

+288
-287
lines changed

Some content is hidden

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

200 files changed

+288
-287
lines changed

hub/apps/distribute-through-store/how-to-distribute-your-win32-app-through-microsoft-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This section will guide you on how to distribute your Win32 application through Microsoft Store.
33
title: How to distribute your Win32 application through Microsoft Store.
44
ms.date: 02/15/2024
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/distribute-through-store/how-to-transition-users-from-your-web-unpackaged-app-to-store-packaged-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This section will guide you on how to transition users from your web unpackaged app to Store packaged app.
33
title: How to transition users from your web unpackaged app to Store packaged app.
44
ms.date: 02/15/2024
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/distribute-through-store/how-to-use-store-web-installer-for-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This section describes how you can use the Microsoft Store Web installer to improve distribution of your app on the web
33
title: How to use the Microsoft Store Web Installer to distribute your apps on the web.
4-
ms.topic: article
4+
ms.topic: how-to
55
ms.date: 05/07/2024
66
keywords: uwp, microsoft store installer, store installer, web installer
77
ms.localizationpriority: medium

hub/apps/get-started/best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows Application Development - Best Practices
33
description: A collection of best practices related to UI/UX, security, performance, and more.
4-
ms.topic: article
4+
ms.topic: best-practice
55
ms.date: 03/14/2023
66
ms.localizationpriority: medium
77
ms.collection: windows11
@@ -298,4 +298,4 @@ Most modern apps collect and use a large amount of data – including personal d
298298

299299
- [Create your first WinUI 3 project](../winui/winui3/create-your-first-winui3-app.md)
300300
- [Windows Developer FAQ](./windows-developer-faq.yml)
301-
- [Things you can do to make your app great on Windows 11](./make-apps-great-for-windows.md)
301+
- [Things you can do to make your app great on Windows 11](./make-apps-great-for-windows.md)

hub/apps/get-started/enable-your-device-for-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Enable your device for development
44
description: Activate Developer Mode on your PC to develop apps.
55
keywords: Developer mode, Visual Studio, developer license, enable device
66
ms.date: 02/19/2024
7-
ms.topic: article
7+
ms.topic: how-to
88
---
99

1010
# Enable your device for development

hub/apps/get-started/simple-photo-viewer-winui3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial--Create a simple photo viewer with WinUI 3
33
description: In this topic we walk through the process of building a simple WinUI 3 app to display photos. We'll use controls, layout panels, and data-binding. And we'll be writing both XAML markup (which is *declarative*) and C# code (which is *imperative*, or *procedural*).
4-
ms.topic: article
4+
ms.topic: tutorial
55
ms.date: 08/19/2024
66
keywords: Windows, App, SDK, WinUI 3, WinUI, photo, viewer, Windows 11, Windows 10, XAML, C#, C++
77
ms.localizationpriority: medium

hub/apps/get-started/uno-simple-photo-viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial--Build a simple photo viewer that targets multiple platforms
33
description: Learn how to reach users across native mobile, web, and desktop with minimal changes to the C#/WinUI 3 simple photo viewer built in the previous tutorial. We'll use Uno Platform to create a new multi-platform app, which we can move code from the existing desktop project to.
44
author: alvinashcraft
55
ms.author: aashcraft
6-
ms.topic: article
6+
ms.topic: tutorial
77
ms.date: 08/19/2024
88
keywords: Windows, App, SDK, WinUI 3, WinUI, photo, viewer, Windows 11, Windows 10, XAML, C#, uno platform, uno
99
ms.localizationpriority: medium

hub/apps/get-started/windows-developer-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows developer glossary
33
description: A glossary of terms related to Windows application development.
4-
ms.topic: article
4+
ms.topic: glossary
55
ms.date: 12/16/2024
66
ms.localizationpriority: medium
77
ms.collection: windows11

hub/apps/how-tos/hello-world-winui3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to build a Hello World app using C# / WinUI 3 / Windows App SDK
33
description: Get started with WinUI 3 / Windows App SDK by building a simple Windows desktop app that displays "Hello world!".
4-
ms.topic: article
4+
ms.topic: how-to
55
ms.date: 2/20/2023
66
keywords: windows app sdk, winappsdk, winui3
77
ms.localizationpriority: medium

hub/apps/how-tos/uno-multiplatform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to target multiple platforms with your WinUI 3 app
33
description: Reach more users with a single WinUI 3 / .NET codebase using Uno Platform.
4-
ms.topic: article
4+
ms.topic: how-to
55
ms.date: 3/31/2023
66
keywords: uno platform, winui
77
ms.localizationpriority: medium

hub/apps/package-and-deploy/ci-for-winui3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Set up continuous integration for your WinUI 3 app
33
description: How to automate WinUI 3 builds with continuous integration to produce sideload and/or Store packages.
44
ms.date: 12/13/2021
55
zone_pivot_groups: winui3-version-c#-only
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: ci, continuous integration, automated builds, github actions, pipelines, winui 3, winui3, windows app sdk
88
ms.localizationpriority: medium
99
---

hub/apps/package-and-deploy/deploy-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows App SDK deployment overview
33
description: There are two ways in which you can deploy the Windows App SDK—framework-dependent or self-contained.
4-
ms.topic: article
4+
ms.topic: concept-article
55
ms.date: 11/02/2023
66
ms.localizationpriority: medium
77
---

hub/apps/package-and-deploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deployment overview
33
description: The topics in this section introduce options and guidance around deploying different types of Windows apps. Your first decision will be whether or not to package your app.
4-
ms.topic: article
4+
ms.topic: concept-article
55
ms.date: 10/05/2023
66
ms.localizationpriority: medium
77
---

hub/apps/performance/choose-between-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Choosing between Visual Studio Performance Profiler and Windows Performance Toolkit
33
description: Learn how to select between Visual Studio Performance Profiler and Windows Performance Toolkit for general purpose performance analysis activities on Windows
4-
ms.topic: article
4+
ms.topic: concept-article
55
ms.date: 02/27/2025
66
ms.localizationpriority: medium
77
---
@@ -164,4 +164,4 @@ PerfView is targeted at deep investigations of .NET applications and runtimes, b
164164

165165
## Summary
166166

167-
Visual Studio Performance Profiler, Windows Performance Toolkit, and PerfView are three robust tools from Microsoft available to you for understanding your application's performance. Choosing which tool will best meet your needs requires a variety of considerations regarding your specific situation. We hope that this guide will provide the information needed for you to make wise performance analysis choices, but also welcome you to file feedback on this page below, or for issues specifically pertaining to Windows development performance, please file an issue on the [Windows Dev Performance repo](https://github.com/microsoft/Windows-Dev-Performance).
167+
Visual Studio Performance Profiler, Windows Performance Toolkit, and PerfView are three robust tools from Microsoft available to you for understanding your application's performance. Choosing which tool will best meet your needs requires a variety of considerations regarding your specific situation. We hope that this guide will provide the information needed for you to make wise performance analysis choices, but also welcome you to file feedback on this page below, or for issues specifically pertaining to Windows development performance, please file an issue on the [Windows Dev Performance repo](https://github.com/microsoft/Windows-Dev-Performance).

hub/apps/performance/disk-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Disk use, memory improvements and Windows Application Performance
33
description: This guide will demonstrate ways to improve the memory consumption and the disk footprint of your Windows app(s).
44
ms.reviewer: visu
5-
ms.topic: conceptual
5+
ms.topic: how-to
66
ms.date: 05/11/2022
77
#Customer intent: As a Windows application developer, I want to know how to improve the way my app consumes memory and uses disk space.
88
---

hub/apps/performance/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows app performance and fundamentals overview
33
description: Learn about ways to optimize the performance of your Windows apps.
4-
ms.topic: article
4+
ms.topic: concept-article
55
ms.date: 02/27/2025
66
ms.reviewer: adityar
77
ms.localizationpriority: medium
@@ -104,4 +104,4 @@ Performance can be a tricky part of your development process without the right g
104104
|Identifying what to measure|Depending on your workload, environment, and other factors, certain areas of performance may be more of a focus than others. Learn what to measure and when with this doc|
105105
|Performance Testing Cycle|Step with us through the performance testing lifecycle which includes setting up your test environment, analyzing your results and making product improvements|
106106
|Understanding the different performance tools|This doc will introduce more performance tooling and go over the use cases and best practices for using them|
107-
|Case Studies|A series of end-to-end scenarios and their journeys through the performance testing cycle|
107+
|Case Studies|A series of end-to-end scenarios and their journeys through the performance testing cycle|

hub/apps/performance/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Introduction to Windows App Performance
33
description: Introduction to Windows app performance testing, measurement, and optimization improvements. Performance metrics include CPU, Memory, Power, Network, Storage, and Animation.
44
ms.reviewer: adityar
5-
ms.topic: conceptual
5+
ms.topic: concept-article
66
ms.date: 11/05/2021
77
#Customer intent: As a Windows application developer, I want to know what perf is and why it matters to me, so that I can figure out how to incorporate it into my development process.
88
---

hub/apps/performance/power.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Power consumption improvements and Windows Application Performance
33
description: Improve power consumption and battery life by minimizing the use of system resources and not waking the CPU when your Windows app is in the background.
44
ms.reviewer: sandeepp
5-
ms.topic: conceptual
5+
ms.topic: how-to
66
ms.date: 05/16/2022
77
#Customer intent: As a Windows application developer, I want to know how to improve the way my app consumes power by identifying and minimizing the use of system resources and not waking the CPU when my app is in the background.
88
---
@@ -94,4 +94,4 @@ To learn more, see the article [Using Windows Performance Analyzer to analyze Mo
9494

9595
- [Q&A forum](/answers/questions/812324/i-don39t-have-sampled-cpu-usage-data-in-my-profile.html)
9696

97-
- [List of Windows Performance Toolkit (WPA) Graphs](/windows-hardware/test/wpt/list-of-wpa-graphs)
97+
- [List of Windows Performance Toolkit (WPA) Graphs](/windows-hardware/test/wpt/list-of-wpa-graphs)

hub/apps/performance/responsive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Responsive interactions and Windows Application Performance
33
description: This guide will help you to improve the responsiveness of your Windows application by optimizing latency for launch and key interactions.
44
ms.reviewer: prrapa
5-
ms.topic: conceptual
5+
ms.topic: how-to
66
ms.date: 05/16/2022
77
#Customer intent: As a Windows application developer, I want to improve the responsiveness of your Windows application by optimizing latency for launch and key interactions.
88
---

hub/apps/performance/winui-perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: WinUI performance optimization
33
description: Learn how to use performance monitoring tools from the Windows Performance Toolkit to produce in-depth performance profiles of WinUI applications.
4-
ms.topic: conceptual
4+
ms.topic: article
55
ms.date: 03/06/2024
66
#Customer intent: As a Windows application developer, I want to improve the responsiveness of my WinUI application by finding slow UI thread frames to optimize.
77
---

hub/apps/publish/actionable-analytics-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Viewing actionable analytics insights in Partner Center.
33
title: Viewing actionable insights in Partner Center
44
ms.date: 10/23/2024
5-
ms.topic: article
5+
ms.topic: concept-article
66
keywords: windows 10, windows 11, windows, windows store, store, msix, pwa, insights, analytics, review summary
77
ms.localizationpriority: medium
88
---

hub/apps/publish/create-a-custom-app-promotion-campaign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: In addition to creating an ad campaign for your app that will run i
33
title: Create a custom app promotion campaign
44
ms.assetid: 7C9BF73E-B811-4FC7-B1DD-4A0C2E17E95D
55
ms.date: 10/30/2022
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp, custom, app, promotion, campaign
88
ms.localizationpriority: medium
99
---

hub/apps/publish/create-customer-segments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Learn how to create customer segments so you can target a subset of your customer base for promotional or engagement purposes.
33
title: Create customer segments
44
ms.date: 10/30/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, uwp, segment, segments, targeted group, customers
77
ms.assetid: 58185f6c-d61f-478b-ab24-753d8986cd5a
88
ms.localizationpriority: medium

hub/apps/publish/create-known-user-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Learn how to create known user groups to use for package flighting and more.
33
title: Create known user groups
44
ms.date: 10/30/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, uwp, targeted group, customers, flight group, user groups, known users
77
ms.localizationpriority: medium
88
---

hub/apps/publish/generate-preinstall-packages-for-oems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: If your developer account has been granted the appropriate permissi
33
title: Generate preinstall packages for OEMs
44
ms.assetid: AC3A45E8-7BBD-44E9-B2D3-B74B7C9B2BC9
55
ms.date: 10/30/2022
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp
88
ms.localizationpriority: medium
99
---

hub/apps/publish/generate-promotional-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: You can generate promotional codes for an app or add-on that you ha
33
title: Generate promotional codes
44
ms.assetid: 9B632266-64EC-4D62-A4C4-55B6643D8750
55
ms.date: 1/30/2024
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp, promo code, promo codes, token, tokens
88
ms.localizationpriority: medium
99
---

hub/apps/publish/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Learn how to publish your Windows apps and games to the Microsoft Store.
33
title: Publish Windows apps and games to Microsoft Store
44
ms.date: 12/4/2024
5-
ms.topic: article
5+
ms.topic: get-started
66
keywords: windows 10, uwp, publishing, publish, selling, sell, distribute, distributing, store, dashboard
77
ms.assetid: 631d1e2d-e4da-4740-ace0-4c0ad78653fe
88
ms.localizationpriority: medium
@@ -299,4 +299,4 @@ There are different reports available for your apps, check the descriptions to f
299299

300300
### Contact information for support
301301

302-
- If you need further assistance, a support ticket can be raised from [here.](https://aka.ms/windowsdevelopersupport)
302+
- If you need further assistance, a support ticket can be raised from [here.](https://aka.ms/windowsdevelopersupport)

hub/apps/publish/partner-center/associate-existing-azure-ad-tenant-with-partner-center-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Associate your Partner Center account with your existing Azure Active tenant.
33
title: Associate an existing Azure AD tenant with your Partner Center account
44
ms.date: 11/07/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/partner-center/create-new-azure-ad-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Create a new Azure AD tenant to associate with your Partner Center account.
33
title: Create a new Azure AD tenant to associate with your Partner Center account
44
ms.date: 11/07/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/partner-center/manage-azure-ad-applications-in-partner-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: You can manage Microsoft Entra applications in your Partner Center account.
33
title: Manage Microsoft Entra applications in your Partner Center account
44
ms.date: 11/07/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/partner-center/manage-groups-in-partner-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: You can manage groups in your Partner Center account.
33
title: Manage groups in your Partner Center account
44
ms.date: 11/07/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/partner-center/manage-users-in-partner-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: You can manage users in your Partner Center account.
33
title: Manage users in your Partner Center account
44
ms.date: 11/07/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/partner-center/open-a-developer-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Steps to open a Windows developer account in Partner Center
33
description: Here's an overview of how to open a Windows developer account for Microsoft Store in Partner Center.
44
ms.date: 11/3/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

@@ -116,4 +116,4 @@ You can check your verification status on the [Account settings](https://aka.ms/
116116
> In some cases, the screens and fields you see when you register for a developer account may vary slightly from what's outlined in the above steps. But the basic information and process will match what these steps describe.
117117
118118
> [!NOTE]
119-
> There is a known issue where users in some locales might be unable to finish completing their registration. Until we can confirm that it is resolved, we recommend that you manually change your browser's locale tag to **en-us** once you begin the sign-up process on partner.microsoft.com.
119+
> There is a known issue where users in some locales might be unable to finish completing their registration. Until we can confirm that it is resolved, we recommend that you manually change your browser's locale tag to **en-us** once you begin the sign-up process on partner.microsoft.com.

hub/apps/publish/partner-center/overview-of-custom-permissions-for-account-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of custom permissions for account users
33
description: Learn how to assign custom permissions when adding users to your Partner Center account.
44
ms.date: 11/09/2022
5-
ms.topic: article
5+
ms.topic: concept-article
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/partner-center/overview-of-roles-and-permissions-for-account-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of roles and permissions for account users
33
description: Learn how to set standard roles or custom permissions when adding users to your Partner Center account.
44
ms.date: 10/30/2022
5-
ms.topic: article
5+
ms.topic: concept-article
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/partner-center/overview-users-groups-azure-ad-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Users, groups, and applications in Azure Active Directory
33
title: Overview of several types of entities in Azure AD
44
ms.date: 10/30/2022
5-
ms.topic: article
5+
ms.topic: concept-article
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/partner-center/partner-center-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: How to use the partner center workspaces feature
33
title: Partner Center workspaces
44
ms.date: 10/30/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, windows 11, windows app, partner center, partner center workspaces
77
ms.localizationpriority: medium
88
---

hub/apps/publish/partner-center/troubleshoot-app-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot App Creation in Partner Center
33
description: Troubleshoot app creation errors in Partner Center
44
ms.date: 10/30/2022
5-
ms.topic: article
5+
ms.topic: troubleshooting-general
66
ms.localizationpriority: medium
77
---
88

hub/apps/publish/publish-your-app/add-on/manage-submission-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Manage your app submission options, including publishing hold options and notes for certification to provide additional info to the certification testers. Additionally, monitor the status of your draft app add-on submissions.
33
title: Manage submission options for add-on
44
ms.date: 10/30/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
88

0 commit comments

Comments
 (0)