Skip to content

Commit a5634fc

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 63788a5 + f1d4765 commit a5634fc

Some content is hidden

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

56 files changed

+165
-113
lines changed

docs/msbuild/import-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Import Element (MSBuild) | Microsoft Docs
3+
description: Learn how MSBuild uses the Import element to import the contents of one project file into another project file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/importgroup-element.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ImportGroup Element | Microsoft Docs
3+
description: Learn how MSBuild uses the ImportGroup element to contain a collection of Import elements that are grouped under an optional condition.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
dev_langs:

docs/msbuild/incremental-builds.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Incremental Builds | Microsoft Docs
3+
description: Learn about MSBuild incremental builds, which are optimized so that up-to-date output files aren't executed.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/item-definitions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Definitions | Microsoft Docs
3+
description: Learn how MSBuild uses ItemGroup and ItemDefinitionGroup to declare metadata for items in project files.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/item-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Element (MSBuild) | Microsoft Docs
3+
description: Learn how MSBuild uses the Item element to contain a user-defined item and its metadata. Every item must be a child of an ItemGroup element.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
dev_langs:

docs/msbuild/item-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Functions | Microsoft Docs
3+
description: Learn how MSBuild code in tasks and targets can call item functions to get information about the items in the project.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/item-metadata-in-target-batching.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Metadata in Target Batching | Microsoft Docs
3+
description: Learn how MSBuild uses item metadata in target batching to perform dependency analysis on the inputs and outputs of a build target.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/item-metadata-in-task-batching.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Item Metadata in Task Batching | Microsoft Docs
3+
description: Learn how MSBuild uses item metadata in task batching to divide item lists into different categories, or batches, and run a task one time with each batch.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/itemdefinitiongroup-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ItemDefinitionGroup Element (MSBuild) | Microsoft Docs
3+
description: Learn how MSBuild uses the ItemDefinitionGroup element to define a set of item definitions, metadata values that are applied to all items in the project.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/itemgroup-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ItemGroup Element (MSBuild) | Microsoft Docs
3+
description: Learn about the MSBuild ItemGroup element, which contains a set of user-defined Item elements. Every item must be a child of an ItemGroup.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/itemmetadata-element-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ItemMetadata Element (MSBuild) | Microsoft Docs
3+
description: Learn about the MSBuild ItemMetadata element, which contains a user-defined item metadata key that has the metadata value.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/13/2017
46
ms.topic: reference
57
dev_langs:

docs/msbuild/lc-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: LC Task | Microsoft Docs
3+
description: Learn how MSBuild uses the LC task to wrap LC.exe, which generates a .license file from a .licx file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/lib-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "LIB Task | Microsoft Docs"
3+
description: Learn how MSBuild uses the LIB task to wrap the Microsoft 32-bit Library Manager tool, lib.exe, which creates and manages a library of COFF object files.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
f1_keywords:

docs/msbuild/link-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Link Task | Microsoft Docs
3+
description: Learn how MSBuild uses the Link task to wrap the Microsoft C++ linker tool, link.exe, which links COFF object files and libraries.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/logging-in-a-multi-processor-environment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Logging in a Multi-Processor Environment | Microsoft Docs"
3+
description: Learn how MSBuild provides a multi-processor-aware logger and enables the creation of custom "forwarding loggers."
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "conceptual"
57
helpviewer_keywords:

docs/msbuild/logging-in-msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Logging in MSBuild | Microsoft Docs
3+
description: Learn how MSBuild logging provides a way to monitor build progress by capturing build events, messages, warnings, and errors in a log file.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/makedir-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MakeDir Task | Microsoft Docs
3+
description: Learn how MSBuild uses the MakeDir task to create directories and, if necessary, any parent directories.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/markupcompilepass1-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "MarkupCompilePass1 Task | Microsoft Docs"
3+
description: Learn how MSBuild uses the MarkupCompilePass1 task to convert non-localizable XAML project files to compiled binary format.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
dev_langs:

docs/msbuild/markupcompilepass2-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MarkupCompilePass2 Task | Microsoft Docs
3+
description: Learn how MSBuild uses the MarkupCompilePass2 task to perform second-pass markup compilation on XAML files that reference types in the same project.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
dev_langs:

docs/msbuild/mergelocalizationdirectives-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "MergeLocalizationDirectives Task | Microsoft Docs"
3+
description: Learn how MSBuild uses the MergeLocalizationDirectives task to merge the localization attributes and comments of XAML binary format files into a single file.
4+
ms.custom: SEO-VS-2020
35
ms.date: "11/04/2016"
46
ms.topic: "reference"
57
dev_langs:

docs/msbuild/message-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Message Task | Microsoft Docs
3+
description: Learn about the parameters and settings for the MSBuild Message task, which logs messages during builds.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/midl-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MIDL Task | Microsoft Docs
3+
description: Learn about the MSBuild MIDL task, which wraps the Microsoft Interface Definition Language (MIDL) compiler tool, midl.exe.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
f1_keywords:

docs/msbuild/move-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Move Task | Microsoft Docs
3+
description: Learn about the parameters and settings for the MSBuild Move task, which moves files to new locations.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: reference
57
dev_langs:

docs/msbuild/msbuild-advanced-concepts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MSBuild Advanced Concepts | Microsoft Docs
3+
description: See links to articles that describe how to use advanced techniques to improve builds that you run by using MSBuild.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/msbuild/msbuild-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MSBuild API | Microsoft Docs
3+
description: Learn about the public API surface MSBuild provides so that your program can perform builds and inspect projects.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
author: ghogen

docs/msbuild/msbuild-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: MSBuild Items | Microsoft Docs
3-
description: Use the MSBuild Include attribute of the ItemGroup to specify files to be included in a build
3+
description: Learn how to use the MSBuild Include attribute of the ItemGroup to specify files to be included in a build.
44
ms.date: 11/04/2016
55
ms.topic: conceptual
66
helpviewer_keywords:

docs/msbuild/msbuild.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MSBuild | Microsoft Docs
3+
description: Learn about how the Microsoft Build Engine (MSBuild) platform provides a project file with an XML schema to control builds.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

subscriptions/azure-ea-devtest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Azure Enterprise Agreement DevTest offer
33
author: evanwindom
4-
ms.author: lank
5-
manager: lank
4+
ms.author: v-evwin
5+
manager: cabuschl
66
ms.assetid: a335ed23-34ee-40cb-83c6-6c93dee57424
7-
ms.date: 02/23/2020
7+
ms.date: 10/26/2020
88
ms.topic: how-to
99
description: Learn how to take advantage of special Azure DevTest pricing available to customers with Enterprise Agreements
1010
---
@@ -14,7 +14,7 @@ description: Learn how to take advantage of special Azure DevTest pricing avail
1414
This offer, which is part of the Enterprise Agreement, is for teams of active Visual Studio subscribers to run dev/test workloads on Microsoft Azure, providing discounted rates on Windows virtual machines and access to exclusive images in the Azure Gallery. This offer is limited to development and testing use only, and cannot be used in production.
1515

1616
Using the offers is a two-step process:
17-
1. Offers must be enabled by an administrator in the EA Portal.
17+
1. Offers must be enabled by an admin in the EA Portal.
1818
2. Individual subscribers need to create subscriptions for their use.
1919

2020
A [tutorial video](https://channel9.msdn.com/blogs/EA.Azure.com/Enabling-and-Creating-EA-DevTest-Subscriptions-through-the-EA-Portal) is also available to demonstrate the process.

subscriptions/cloud-admin.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
2-
title: Setting Up Administrators for Monthly Subscriptions | Microsoft Docs
2+
title: Setting up admins for monthly subscriptions | Microsoft Docs
33
author: evanwindom
44
ms.author: lank
55
manager: lank
66
ms.assetid: 8b30e2bc-2ac3-4fcc-b296-128731471032
77
ms.date: 03/03/2020
88
ms.topic: how-to
9-
description: Setting Up Administrators for monthly Subscriptions
9+
description: Setting Up admins for monthly Subscriptions
1010
---
11-
# Set up administrators for Visual Studio monthly subscriptions
11+
# Set up admins for Visual Studio monthly subscriptions
1212

13-
Visual Studio monthly subscriptions are managed by administrators. These individuals can assign subscriptions, edit assignments, add or delete subscriptions, and perform other subscription management tasks.
13+
Visual Studio monthly subscriptions are managed by admins. These individuals can assign subscriptions, edit assignments, add or delete subscriptions, and perform other subscription management tasks.
1414

15-
## The Azure subscription owner is the first administrator
15+
## The Azure subscription owner is the first admin
1616

17-
When you purchase Visual Studio monthly subscriptions, as the owner of the Azure subscription used to make the purchases, you are automatically set up as an administrator for those subscriptions.
17+
When you purchase Visual Studio monthly subscriptions, as the owner of the Azure subscription used to make the purchases, you are automatically set up as an admin for those subscriptions.
1818

1919
You can purchase monthly subscriptions through the [Visual Studio Marketplace](https://marketplace.visualstudio.com/subscriptions), or by contacting a Cloud Solution Provider. If you purchase through the Visual Studio Marketplace, at the end of the purchase experience, you'll be provided with an opportunity to manage users. Choosing that option will take you to the Visual Studio Subscriptions Administration Portal - [https://manage.visualstudio.com](https://manage.visualstudio.com).
2020

2121
Once you've purchased subscriptions, you can visit the [Administration Portal](https://manage.visualstudio.com) at any time. Just sign in to the portal, and select the appropriate Azure subscription in the upper left corner.
2222

23-
As the owner of the Azure subscription used to purchase the monthly subscriptions, you can also assign additional administrators.
23+
As the owner of the Azure subscription used to purchase the monthly subscriptions, you can also assign additional admins.
2424

25-
## Add administrators
25+
## Add admins
2626

27-
To add administrators:
27+
To add admins:
2828

2929
1. Connect to the Azure Portal at [portal.azure.com](https://portal.azure.com).
3030
2. Sign in with the account you used to purchase the Visual Studio monthly subscriptions.
@@ -46,10 +46,10 @@ To add administrators:
4646
10. Click **Save**.
4747
11. Click on the **Role assignments** tab to verify that the user you selected now appears as a User Access Administrator.
4848

49-
The new administrator can now sign in to the [Administration Portal](https://manage.visualstudio.com), select the same Azure subscription that was used to purchase the monthly subscriptions from the list in the upper left corner of the page, and begin to manage those subscriptions.
49+
The new admin can now sign in to the [Administration Portal](https://manage.visualstudio.com), select the same Azure subscription that was used to purchase the monthly subscriptions from the list in the upper left corner of the page, and begin to manage those subscriptions.
5050

5151
> [!NOTE]
52-
> If you see users with access to edit your monthly subscriptions that you didn't establish as administrators, they may have roles in the underlying Azure subscription that allow them to manage subscriptions. Those roles include: owner, contributor, service admin, or co-admin. For more information, visit [Add billing managers](/azure/devops/organizations/billing/add-backup-billing-managers?view=vsts).
52+
> If you see users with access to edit your monthly subscriptions that you didn't establish as admins, they may have roles in the underlying Azure subscription that allow them to manage subscriptions. Those roles include: owner, contributor, service admin, or co-admin. For more information, visit [Add billing managers](/azure/devops/organizations/billing/add-backup-billing-managers).
5353
5454
For information about Visual Studio monthly subscriptions, see the [Overview](vscloud-overview.md) under Buying subscriptions. To purchase Visual Studio monthly subscriptions, visit the Visual Studio Marketplace at [https://marketplace.visualstudio.com/subscriptions](https://marketplace.visualstudio.com/subscription).
5555

subscriptions/contact-my-admin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Contact your subscription administrator in the Subscriber Portal | Microsoft Docs
2+
title: Contact your subscription admin in the Subscriber Portal | Microsoft Docs
33
author: evanwindom
44
ms.author: v-evwin
55
manager: cabuschl
66
ms.assetid: 64455e79-229a-42f0-9d65-c2cca8ab8513
77
ms.date: 09/08/2020
88
ms.topic: how-to
9-
description: Learn how to contact your subscription administrator for assistance with questions or issues.
9+
description: Learn how to contact your subscription admin for assistance with questions or issues.
1010
---
1111

12-
# Get assistance from your subscriptions administrator
13-
If your Visual Studio subscription is provided to you by your work or school, chances are it was assigned to you by a subscriptions administrator, or "admin". Admins can assign or remove subscriptions, change sign-in email addresses, determine whether you have the ability to download software, and perform other functions related to your subscription.
12+
# Get assistance from your subscriptions admin
13+
If your Visual Studio subscription is provided to you by your work or school, chances are it was assigned to you by a subscriptions admin, or "admin". Admins can assign or remove subscriptions, change sign-in email addresses, determine whether you have the ability to download software, and perform other functions related to your subscription.
1414

1515
Given the size and complexity of many organizations, you may not be aware of who your admin is, so it can be tough to know where to get help. We've added a new feature to the subscriber portal to assist you with contacting your admin.
1616

subscriptions/delete-license.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Delete assignments in the Subscriptions Administration Portal | Microsoft Docs
2+
title: Delete Visual Studio subscription assignments in the Subscriptions Admin Portal | Microsoft Docs
33
author: evanwindom
44
ms.author: v-evwin
55
manager: cabuschl
66
ms.assetid: e49242bc-e9f2-49e8-8caa-f574d508aba6
7-
ms.date: 10/21/2020
7+
ms.date: 10/26/2020
88
ms.topic: how-to
9-
description: Learn how administrators can delete subscription assignments in the Visual Studio Subscriptions Administration Portal
9+
description: Learn how admins can delete subscription assignments in the Visual Studio Subscriptions Administration Portal
1010
---
1111

1212
# Delete assignments in Visual Studio subscriptions

subscriptions/download-software.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Downloading software titles in Visual Studio subscriptions | Microsoft Docs
33
author: evanwindom
4-
ms.author: lank
4+
ms.author: v-evwin
55
manager: cabuschl
66
ms.assetid: e2f2619c-7736-47e5-a066-5940d5994db9
7-
ms.date: 07/29/2020
7+
ms.date: 10/26/2020
88
ms.topic: conceptual
99
description: Learn how to locate and download Microsoft software titles in Visual Studio subscriptions
1010
---
@@ -14,7 +14,7 @@ Depending on which Visual Studio subscription you have, a wide variety of Micros
1414

1515
Only the downloads included with your subscription are displayed for you on the [Downloads](https://my.visualstudio.com/downloads/featured) page. If you have more than one subscription or program membership, the downloads shown will be for the **highest subscription** you hold, even if you are currently viewing a different subscription. For example, if you have a Visual Studio Enterprise subscription and a Visual Studio Professional subscription both associated with the same sign-in ID, the downloads shown will be those included in the Enterprise subscription, even if you’re currently viewing your Professional subscription benefits.
1616

17-
If your subscription is provided by your work or school, your subscriptions administrator controls whether you have access to downloads. Disabling access to downloads also disables access to product keys. If you don't have access to downloads and product keys and need them, [contact your administrator](contact-my-admin.md).
17+
If your subscription is provided by your work or school, your subscriptions admin controls whether you have access to downloads. Disabling access to downloads also disables access to product keys. If you don't have access to downloads and product keys and need them, [contact your admin](contact-my-admin.md).
1818

1919
> [!NOTE]
2020
> We are aware of an issue regarding the availability of Microsoft 365 product keys. We are investigating the cause and will update this article when the issue is resolved.

subscriptions/edit-license.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Edit subscriptions in the Administration Portal | Microsoft Docs
2+
title: Edit Visual Studio subscriptions in the Administration Portal | Microsoft Docs
33
author: evanwindom
44
ms.author: v-evwin
55
manager: cabuschl
66
ms.assetid: 97ac8e4d-7a03-42f8-98cb-15bcaa90ef65
77
ms.date: 09/21/2020
88
ms.topic: how-to
9-
description: Learn how administrators can edit subscription assignments.
9+
description: Learn how admins can edit subscription assignments.
1010
---
1111

1212
# Edit Visual Studio subscription assignments
13-
As a subscription administrator, you can make changes to the subscriptions assigned to individuals within your organization. This article discusses the types of changes you can make and provides the necessary steps.
13+
As a subscription admin, you can make changes to the subscriptions assigned to individuals within your organization. This article discusses the types of changes you can make and provides the necessary steps.
1414

1515
> [!NOTE]
1616
> If you need to change subscription details for a subscriber assigned through an Azure Active Directory Group, you will need to remove them from the group and add them into the Administration Portal individually.

subscriptions/exporting-subscriptions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Export subscription information | Microsoft Docs
2+
title: Export subscription information in Visual Studio subscriptions| Microsoft Docs
33
author: evanwindom
4-
ms.author: lank
4+
ms.author: v-evwin
55
manager: cabuschl
66
ms.assetid: 14e4cffb-a695-436c-b269-7820f7411f4e
7-
ms.date: 03/03/2020
7+
ms.date: 10/26/2020
88
ms.topic: conceptual
99
description: Learn how to export a list of subscribers and details of their subscription assignments.
1010
---

subscriptions/handle-expired-license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Handle expired licenses | Microsoft Docs
2+
title: Handle expired licenses in Visual Studio subscriptions | Microsoft Docs
33
author: evanwindom
44
ms.author: lank
55
manager: lank
66
ms.assetid: 2b8a4ad5-e5b3-48a3-bb65-23a5cd3f22e9
77
ms.date: 03/03/2020
88
ms.topic: conceptual
9-
description: Learn how administrators can handle expired Visual Studio subscriptions
9+
description: Learn how admins can handle expired Visual Studio subscriptions
1010
---
1111

1212
# Expired subscriptions

0 commit comments

Comments
 (0)