Skip to content

Commit e5cfcd8

Browse files
authored
Merge pull request #7368 from MicrosoftDocs/master637738274859756295
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 93af55c + 2816851 commit e5cfcd8

File tree

204 files changed

+424
-401
lines changed

Some content is hidden

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

204 files changed

+424
-401
lines changed

docs/get-started/csharp/tutorial-debugger.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ First, you'll create a .NET Core console application project. The project type c
102102

103103
1. On the **Create a new project** window, enter or type *console* in the search box. Next, choose **C#** from the Language list, and then choose **Windows** from the Platform list.
104104

105-
After you apply the language and platform filters, choose the **Console App** template for .NET Core, and then choose **Next**.
105+
After you apply the language and platform filters, choose the **Console Application** template for .NET Core, and then choose **Next**.
106106

107107
![Screenshot of the C# template for the Console App.](../csharp/media/vs-2019/get-started-create-console-project.png)
108108

@@ -111,7 +111,7 @@ First, you'll create a .NET Core console application project. The project type c
111111
112112
1. In the **Configure your new project** window, type or enter *GetStartedDebugging* in the **Project name** box. Then, choose **Next**.
113113

114-
1. Choose either the recommended target framework (.NET Core 3.1) or .NET 5, and then choose **Create**.
114+
1. Choose either the recommended target framework (.NET Core 3.1 (Long-term support)) or .NET 5.0 (Current) , and then choose **Create**.
115115

116116
Visual Studio opens your new project.
117117

@@ -136,7 +136,7 @@ First, you'll create a .NET Core console application project. The project type c
136136
137137
1. In the **Configure your new project** window, type or enter *GetStartedDebugging* in the **Project name** box. Then, choose **Next**.
138138

139-
1. In the **Additional information** window, ensure that **.NET 6.0** is selected in the **Framework** dropdown menu, and then choose **Create**.
139+
1. In the **Additional information** window, ensure that **.NET 6.0 (Long-term support)** is selected in the **Framework** dropdown menu, and then choose **Create**.
140140

141141
Visual Studio opens your new project.
142142

docs/get-started/visual-basic/tutorial-projects-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ We're going to use the new unit test project to test our method in the **QuickDa
233233

234234
1. Choose the **References** node in the **QuickTest** project, and from the right-click or context menu, choose **Add Reference**.
235235

236-
![creenshot showing the context menu for the References node in the QuickTest project, with the 'Add Reference' option selected.](media/tutorial-projects-add-reference-vb.png)
236+
![Screenshot showing the context menu for the References node in the QuickTest project, with the 'Add Reference' option selected.](media/tutorial-projects-add-reference-vb.png)
237237

238238
The **Reference Manager** dialog box opens.
239239

docs/ide/reference/general-environment-options-dialog-box.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: General, Environment, Options Dialog Box
33
description: Learn how to use the General page in the Environment section to change color themes, status bar settings, file extension associations, and more for the IDE.
44
ms.custom: SEO-VS-2020
5-
ms.date: 07/26/2019
5+
ms.date: 11/29/2021
66
ms.topic: reference
77
f1_keywords:
88
- VS.Environment.General
@@ -34,7 +34,26 @@ Use this page to change color themes, status bar settings, and file extension as
3434

3535
Choose the **Blue**, **Light**, **Dark**, or **Blue (Extra Contrast)** color theme for the IDE.
3636

37-
You can install additional predefined themes and create custom themes by downloading and installing the **Visual Studio Color Theme Editor** from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.VisualStudio2017ColorThemeEditor). After you install this tool, additional color themes appear in the **Color Theme** list box.
37+
::: moniker range="vs-2022"
38+
39+
You can also choose to use the theme that Windows uses by selecting **Use system setting**.
40+
41+
::: moniker-end
42+
43+
You can install additional predefined themes and create custom themes by downloading and installing the **Visual Studio Color Theme Designer** for the version that you're currently using, as follows:
44+
45+
- [Color Theme Designer for Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=idex.colorthemedesigner2022)
46+
- [Color Theme Designer for Visual Studio 2019](https://marketplace.visualstudio.com/items?itemName=ms-madsk.ColorThemeDesigner).
47+
- [Color Theme Editor for Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.VisualStudio2017ColorThemeEditor)
48+
49+
After you install this tool, additional color themes appear in the **Color Theme** list box.
50+
51+
::: moniker range="vs-2022"
52+
53+
> [!NOTE]
54+
> Want even more themes to choose from? Check out the wide range of custom themes on the [**Visual Studio Marketplace**](https://marketplace.visualstudio.com/search?target=VS&category=Tools&vsVersion=&subCategory=Themes&sortBy=Installs). And to see examples of new Visual Studio 2022 custom themes based on VS Code, take a look at the [**Introducing a collection of new Visual Studio themes**](https://devblogs.microsoft.com/visualstudio/custom-themes/) blog post.
55+
56+
::: moniker-end
3857

3958
**Apply title case styling to menu bar**
4059

docs/ide/reference/generate-xml-documentation-comments.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Insert XML documentation comments
33
description: Learn how to insert XML documentation comments in your code that you can use to create a compiler-generated XML file to distribute alongside your .NET assembly.
44
ms.custom: SEO-VS-2020
5-
ms.date: 01/22/2020
5+
ms.date: 11/23/2021
66
ms.topic: reference
77
author: mikadumont
88
ms.author: midumont
@@ -13,15 +13,15 @@ ms.workload:
1313
---
1414
# How to: Insert XML comments for documentation generation
1515

16-
Visual Studio can help you document code elements such as classes and methods, by automatically generating the standard XML documentation comment structure. At compile time, you can generate an XML file that contains the documentation comments.
16+
Visual Studio can help you document code elements such as classes and methods, by automatically generating the standard XML documentation comment structure. At compile time, you can generate an XML file that contains the documentation comments. To enable that option, select **Generate a file containing API documentation** on the **Build** > **Output** tab of your project's properties.
1717

1818
> [!TIP]
19-
> For information about configuring the name and location of the generated XML file, see [Documenting your code with XML comments (C# Guide)](/dotnet/csharp/codedoc).
19+
> If you want to configure a non-default name and location for the documentation file, add the [DocumentationFile](/dotnet/core/project-sdk/msbuild-props#documentationfile) property to your *.csproj*, *.vbproj*, or *.fsproj* file.
2020
2121
The compiler-generated XML file can be distributed alongside your .NET assembly so that Visual Studio and other IDEs can use IntelliSense to show quick information about types and members. Additionally, the XML file can be run through tools like [DocFX](https://dotnet.github.io/docfx/) and [Sandcastle](https://www.microsoft.com/download/details.aspx?id=10526) to generate API reference websites.
2222

2323
> [!NOTE]
24-
> The **Insert Comment** command that automatically inserts XML documentation comments is available in [C#](/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments) and [Visual Basic](/dotnet/visual-basic/programming-guide/program-structure/how-to-create-xml-documentation). However, you can manually insert [XML documentation comments in C++](/cpp/build/reference/xml-documentation-visual-cpp) files and still generate XML documentation files at compile time.
24+
> The **Insert Comment** command that automatically inserts XML documentation comments is available in [C#](/dotnet/csharp/programming-guide/xmldoc/) and [Visual Basic](/dotnet/visual-basic/programming-guide/program-structure/how-to-create-xml-documentation). However, you can manually insert [XML documentation comments in C++](/cpp/build/reference/xml-documentation-visual-cpp) files and still generate XML documentation files at compile time.
2525
2626
## To insert XML comments for a code element
2727

@@ -47,15 +47,14 @@ The compiler-generated XML file can be distributed alongside your .NET assembly
4747

4848
You can use styles in XML comments that will render in Quick Info when hovering over the element. These styles include: italics, bold, bullets, and a clickable link.
4949

50-
![Screenshot showing the completed comment with style tags for italics, bold, bullets, and a clickable link.](media/doc-style-cs.png)
50+
![Screenshot showing the completed comment with style tags for italics, bold, bullets, and a clickable link.](media/doc-style-cs.png)
5151

5252
> [!NOTE]
5353
> There is an [option](../../ide/reference/options-text-editor-csharp-advanced.md) to toggle XML documentation comments after typing `///` in C# or `'''` Visual Basic. From the menu bar, choose **Tools** > **Options** to open the **Options** dialog box. Then, navigate to **Text Editor** > **C#** or **Basic** > **Advanced**. In the **Editor Help** section, look for the **Generate XML documentation comments** option.
5454
5555
## See also
5656

57-
- [XML documentation comments (C# Programming Guide)](/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments)
58-
- [Documenting your code with XML comments (C# Guide)](/dotnet/csharp/codedoc)
57+
- [Documenting your code with XML comments (C# Guide)](/dotnet/csharp/language-reference/xmldoc/)
5958
- [How to: Create XML documentation (Visual Basic)](/dotnet/visual-basic/programming-guide/program-structure/how-to-create-xml-documentation)
6059
- [C++ Comments](/cpp/cpp/comments-cpp)
6160
- [XML Documentation (C++)](/cpp/build/reference/xml-documentation-visual-cpp)

docs/ide/reference/options-text-editor-csharp-advanced.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ Use the **Advanced** options page to modify the settings for editor formatting,
8484
using System.Linq;
8585
```
8686

87-
::: moniker range=">=vs-2019"
87+
::: moniker range=">=vs-2019"
8888
- Suggest usings for types in .NET Framework assemblies
8989
::: moniker-end
90-
91-
::: moniker range="vs-2017"
90+
91+
::: moniker range="vs-2017"
9292
- Suggest usings for types in reference assemblies
93-
::: moniker-end
93+
::: moniker-end
9494

9595
- Suggest usings for types in NuGet packages
9696

@@ -132,25 +132,25 @@ Select these check boxes to display dotted vertical lines between the curly brac
132132

133133
- Generate XML documentation comments for ///
134134

135-
When selected, inserts the XML elements for XML documentation comments after you type the `///` comment introduction. For more information about XML documentation, see [XML Documentation Comments (C# Programming Guide)](/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments).
135+
When selected, inserts the XML elements for XML documentation comments after you type the `///` comment introduction. For more information about XML documentation, see [XML Documentation Comments (C# Programming Guide)](/dotnet/csharp/programming-guide/xmldoc/).
136136

137137
::: moniker range=">=vs-2019"
138138

139139
## Inline Hints
140140

141-
- Inline Parameter Name Hints
142-
143-
When selected, inserts parameter name hints for literals, cast literals, and object instantiations prior to each argument in function calls.
144-
141+
- Inline Parameter Name Hints
142+
143+
When selected, inserts parameter name hints for literals, cast literals, and object instantiations prior to each argument in function calls.
144+
145145
![Inline Parameter Name Hints for CSharp](media/inline-parameter-name-hints-csharp.png)
146146

147-
- Inline Type Hints
148-
149-
When selected, inserts type hints for variables with inferred types and lambda parameter types.
150-
147+
- Inline Type Hints
148+
149+
When selected, inserts type hints for variables with inferred types and lambda parameter types.
150+
151151
![Inline Type Hints for CSharp](media/inline-type-hints-csharp.png)
152152

153-
## Inheritance Margin
153+
## Inheritance Margin
154154

155155
- When selected, adds icons to the margins representing your code's implementations and overrides. Clicking on the inheritance margin icons will display inheritance options that you can select to navigate to.
156156

@@ -161,7 +161,6 @@ Select these check boxes to display dotted vertical lines between the curly brac
161161
## See also
162162

163163
- [How to: Insert XML comments for documentation generation](../../ide/reference/generate-xml-documentation-comments.md)
164-
- [XML Documentation Comments (C# Programming Guide)](/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments)
165-
- [Document your code with XML comments (C# Guide)](/dotnet/csharp/codedoc)
164+
- [Document your code with XML comments (C# Guide)](/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments)
166165
- [Set language-specific editor options](../../ide/reference/setting-language-specific-editor-options.md)
167166
- [C# IntelliSense](../../ide/visual-csharp-intellisense.md)

docs/ide/work-with-multiple-user-accounts.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ ms.workload:
1313
---
1414
# Work with multiple user accounts
1515

16+
This article shows you how to add multiple accounts to Visual Studio. It also shows you how to see the resources accessible from those accounts in places such as the **Add Connected Service** dialog, **Server Explorer**, and **Team Explorer**.
17+
1618
If you have multiple Microsoft accounts and/or work or school accounts, you can add them all to Visual Studio so that you can access the resources from any account without having to sign in to it separately. Azure, Application Insights, Azure DevOps, and Microsoft 365 services all support the streamlined sign-in experience.
1719

1820
After you add multiple accounts on one machine, that set of accounts roams with you if you sign in to Visual Studio on another machine.
1921

2022
> [!NOTE]
2123
> Although the account names roam, the credentials do not. You'll be prompted to enter credentials for those other accounts the first time you attempt to use their resources on a new machine.
2224
23-
This article shows you how to add multiple accounts to Visual Studio. It also shows you how to see the resources accessible from those accounts in places such as the **Add Connected Service** dialog, **Server Explorer**, and **Team Explorer**.
24-
2525
## Sign in to Visual Studio
2626

2727
Sign into Visual Studio with a Microsoft account or an organizational account. You should see your user name appear in the upper corner of the window, similar to this:
@@ -56,14 +56,6 @@ Azure Active Directory (AAD) enables support for end-user single sign-in in ASP.
5656

5757
To see this in action, create a new **ASP.NET Core Web Application** project. In the **New ASP.NET Core Web Application** dialog box, choose the **Web Application** template, and then choose **Change Authentication**.
5858

59-
::: moniker-end
60-
61-
::: moniker range=">=vs-2019"
62-
63-
To see this in action, create a new **ASP.NET Core Web App** project. On the **Create a new ASP.NET Core Web Application** page, choose **ASP.NET Core 3.1** from the drop-down, choose the **Web Application** template, and then choose **Change** under **Authentication**.
64-
65-
::: moniker-end
66-
6759
The **Change Authentication** dialog box appears where you can choose what kind of authentication to use in your application.
6860

6961
![Change authentication dialog for ASP.NET](../ide/media/vs2015_change_authentication.png)
@@ -76,6 +68,20 @@ From the main menu, choose **Team** > **Manage Connections** to open the **Team
7668

7769
For more information, see [Connect to projects in Team Explorer](connect-team-project.md).
7870

71+
::: moniker-end
72+
73+
::: moniker range="vs-2019"
74+
75+
To see this in action, create a new **ASP.NET Core Web App** project. On the **Additional information** page, choose **.NET Core 3.1 (Long-term support)** from the **Target Framework** drop-down, and then choose **Microsoft Identity Platform** from the **Authentication Type** drop-down.
76+
77+
::: moniker-end
78+
79+
::: moniker range=">=vs-2022"
80+
81+
To see this in action, create a new **ASP.NET Core Web App** project. On the **Additional information** page, choose **.NET Core 6 (Long-term support)** from the **Target Framework** drop-down, and then choose **Microsoft Identity Platform** from the **Authentication Type** drop-down.
82+
83+
::: moniker-end
84+
7985
## Add an additional account to Visual Studio
8086

8187
To add an additional account to Visual Studio:

subscriptions/about-benefits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Understand benefits in Visual Studio subscriptions | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 0a02232c-437f-4c48-85c1-93ca7887236b
7-
ms.date: 10/08/2021
7+
ms.date: 11/29/2021
88
ms.topic: how-to
99
description: Learn about what benefits are included in subscriptions, and how to activate them.
1010
---

subscriptions/access-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Visual Studio subscriptions with GitHub Enterprise | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 2249b32a-46d7-4e29-b543-4769c71ceda6
77
ms.date: 10/08/2021
88
ms.topic: conceptual

subscriptions/account-removed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Visual Studio subscription assignments deleted by Microsoft | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: f853ed9d-3543-4f5f-a754-92381ee03523
77
ms.date: 09/30/2021
88
ms.topic: how-to

subscriptions/add-monthly-subs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Add new monthly subscriptions to Subscriptions Administration Portal | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 36f0d9f1-fe28-469f-a54c-dc46638270a8
77
ms.date: 10/08/2021
88
ms.topic: how-to

subscriptions/admin-expiration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Admin portal changes for expired Visual Studio subscription agreements | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: f38092ba-051c-4e58-97f5-4255dbe873ba
77
ms.date: 10/08/2021
88
ms.topic: conceptual

subscriptions/admin-inventory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Pre-production inventory in Visual Studio subscription | Visual Studio Marketplace
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 7d74e113-8fb2-490e-8502-48cce7b1327a
77
ms.date: 10/08/2021
88
ms.topic: conceptual

subscriptions/admin-preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set preferences in the Visual Studio subscriptions admin portal
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 0fe9eaa4-f589-429e-a443-13bf86637d5a
77
ms.date: 10/08/2021
88
ms.topic: conceptual

subscriptions/admin-responsibilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Admin responsibilities in Visual Studio subscriptions | Visual Studio Marketplace
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: b26b31dc-1eeb-4871-9ce6-2c980e703f1e
77
ms.date: 03/19/2021
88
ms.topic: conceptual

subscriptions/admin-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Super admin and admin roles for Visual Studio subscriptions
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 6601c395-f778-48c1-ab76-cf454b9193e4
77
ms.date: 03/19/2021
88
ms.topic: conceptual

subscriptions/agreement-renewals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What happens when Visual Studio subscription agreements renew | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: c7198d87-dfbf-4b2f-8ed4-bb4d56873dc1
77
ms.date: 11/10/2021
88
ms.topic: conceptual

subscriptions/aliasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Signing in to Visual Studio Subscriptions May Fail When Using Aliases | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 97bf7474-c6c2-49b3-b2c9-f1b2808eed1a
77
ms.date: 03/19/2021
88
ms.topic: conceptual

subscriptions/anonymization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Anonymization of Visual Studio subscriber data | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: ce5fc8a4-484c-4df6-97c3-cb60174fb66b
77
ms.date: 03/11/2021
88
ms.topic: conceptual

subscriptions/assign-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Assign Visual Studio subscriptions with GitHub Enterprise | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: f271d623-dcde-442a-865c-4dca5ad8a9c5
77
ms.date: 03/03/2021
88
ms.topic: conceptual

subscriptions/assign-guid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Assign specific GUIDs to Visual Studio subscribers | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.date: 03/19/2021
77
ms.topic: conceptual
88
ms.assetid: f9c82d7d-55bd-4e41-a170-6077b28ba5af

subscriptions/assign-license-bulk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Assign Visual Studio subscriptions to multiple users | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.date: 10/21/2021
77
ms.topic: conceptual
88
description: Learn how admins can assign multiple subscriptions at one time.

subscriptions/assign-license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Assign Visual Studio subscriptions to users | Microsoft Docs
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 4e529a43-7aed-4eee-895d-862a631952df
77
ms.date: 10/25/2021
88
ms.topic: conceptual

subscriptions/assignments-orders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Track assignments and process orders in Visual Studio subscriptions | Visual Studio Marketplace
33
author: evanwindom
44
ms.author: amast
5-
manager: amast
5+
manager: shve
66
ms.assetid: 83a9162a-b9e7-43a4-b07f-6c1fd8580f78
77
ms.date: 03/21/2021
88
ms.topic: conceptual

0 commit comments

Comments
 (0)