Skip to content

Commit eb0d337

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/visualstudio-docs-pr into 1767847-add-descriptions-vs-ide-general-14
2 parents 74000c5 + 5d6ea62 commit eb0d337

File tree

60 files changed

+168
-110
lines changed

Some content is hidden

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

60 files changed

+168
-110
lines changed

docs/ide/optimize-visual-studio-startup-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Improve start up time
3-
description: Learn how control the settings of extensions and tool windows in the Manage Visual Studio Performance dialog box to improve Visual Studio start-up time.
3+
description: Learn how to control the settings of extensions and tool windows in the Manage Visual Studio Performance dialog box to improve Visual Studio start-up time.
44
ms.custom: SEO-VS-2020
55
ms.date: 11/15/2017
66
ms.topic: how-to

docs/ide/reference/simplify-conditional-expression.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Simplify conditional expression
3+
description: Learn how to use the Quick Actions and Refactorings menu to simplify a conditional expression.
4+
ms.custom: SEO-VS-2020
35
ms.date: 06/08/2020
46
ms.topic: reference
57
author: mikadumont

docs/ide/reference/simplify-string-interpolation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Simplify string interpolation
3+
description: Learn how to use the Quick Actions and Refactorings menu to simplify a string interpolation.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/10/2020
46
ms.topic: reference
57
author: mikadumont

docs/ide/reference/split-or-merge-if-statement.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Split or merge if statements
3+
description: Learn how to use the Quick Actions and Refactorings menu to split or merge if statements.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/10/2020
46
ms.topic: reference
57
author: mikadumont

docs/ide/reference/static-local-function-refactor-options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Static local function refactor options
3+
description: Learn how to use the Quick Actions and Refactorings menu to make a local function static and pass in variables defined outside the function to the function’s declaration and calls.
4+
ms.custom: SEO-VS-2020
35
ms.date: 02/10/2020
46
ms.topic: reference
57
author: governesss

docs/ide/reference/sync-namespace-and-folder-name.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Sync namespace and folder name
3+
description: Learn how to use the Quick Actions and Refactorings menu to sync the namespace and the folder name.
4+
ms.custom: SEO-VS-2020
35
ms.date: 06/12/2019
46
ms.topic: reference
57
author: mikadumont

docs/ide/reference/sync-type-and-file.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Rename a filename to match a type
3+
description: Learn how to use the Quick Actions and Refactorings menu to rename a type to match the filename, or rename a filename to match the type it contains.
4+
ms.custom: SEO-VS-2020
35
ms.date: 01/26/2018
46
ms.topic: reference
57
author: TerryGLee

docs/ide/replace-in-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Find and replace in files
3+
description: Learn about the Replace in Files feature and how it allows you to search the code of a specified set of files for a string or expression, and change some or all of the matches found.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
f1_keywords:

docs/ide/step-1-create-a-project-and-add-a-table-to-your-form.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 1: Create a project and add a table to your form'
3+
description: Learn how to create the Matching Game project and add a table to your form.
4+
ms.custom: SEO-VS-2020
35
ms.date: 10/15/2019
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-1-create-a-project-and-add-labels-to-your-form.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 1: Create a project and add labels to your form'
3+
description: Learn how to create the project, add labels, a button, and other controls to a form, and set properties for each control that you add.
4+
ms.custom: SEO-VS-2020
35
ms.date: 10/15/2019
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-1-create-a-windows-forms-application-project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 1: Create a Windows Forms App project'
3+
description: Learn how to create a Windows Forms App project for your picture viewer.
4+
ms.custom: SEO-VS-2020
35
ms.date: 08/30/2019
46
ms.assetid: 16ac2422-e720-4e3a-b511-bc2a54201a86
57
ms.topic: tutorial

docs/ide/step-2-add-a-random-object-and-a-list-of-icons.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 2: Add a Random object and a list of icons'
3+
description: Learn how to create a set of matching symbols for the game.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-2-create-a-random-addition-problem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 2: Create a random addition problem'
3+
description: Learn how to make the quiz challenging by adding math problems that are based on random numbers.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-2-run-your-program.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 2: Run your picture viewer app'
3+
description: Learn how to run your picture viewer app.
4+
ms.custom: SEO-VS-2020
35
ms.date: 09/06/2019
46
ms.assetid: 9a8fe90e-c97b-4e98-b6c8-0c6b3962c49d
57
ms.topic: tutorial

docs/ide/step-3-add-a-countdown-timer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 3: Add a countdown timer'
3+
description: Learn how to add a countdown timer to track the number of seconds that remain for the quiz taker to finish.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-3-assign-a-random-icon-to-each-label.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Step 3: Assign a random icon to each label"
3+
description: Learn how to assign a random icon to each label so the icons don't show up in the same cells every game.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/21/2020
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-3-set-your-form-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 3: Set your form properties'
3+
description: Learn how to use the Properties window to change the way your form looks.
4+
ms.custom: SEO-VS-2020
35
ms.date: 08/30/2019
46
ms.assetid: 634ef037-1525-48c8-ac7f-abf04be69376
57
ms.topic: tutorial

docs/ide/step-4-add-a-click-event-handler-to-each-label.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Step 4: Add a click event handler to each label"
3+
description: Learn how to add a click event handler to each label.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-4-add-the-checktheanswer-parens-method.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 4: Add the CheckTheAnswer() method'
3+
description: Learn how to write a CheckTheAnswer()method to determine whether the answers to the math problems are correct.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-5-add-controls-to-your-form.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 5: Add controls to your form'
3+
description: Learn how to add controls, such as a <xref:System.Windows.Forms.PictureBox> control and a <xref:System.Windows.Forms.CheckBox> control, to your form.
4+
ms.custom: SEO-VS-2020
35
ms.date: 08/30/2019
46
ms.assetid: dc2746f4-0b5c-4674-9ef7-f40f94150f52
57
ms.topic: tutorial

docs/ide/step-5-add-label-references.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Step 5: Add label references"
3+
description: Learn how to add label references to your form.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-6-add-a-subtraction-problem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 6: Add a subtraction problem'
3+
description: Learn how to add a subtraction problem and also learn how to perform tasks.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-6-add-a-timer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Step 6: Add a timer"
3+
description: Learn how to add a <xref:System.Windows.Forms.Timer> control to the matching game.
4+
ms.custom: SEO-VS-2020
35
ms.date: 03/31/2020
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-6-name-your-button-controls.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 6: Name your button controls'
3+
description: Learn how to name your button controls.
4+
ms.custom: SEO-VS-2020
35
ms.date: 08/30/2016
46
ms.assetid: 56b3baa3-651e-4ad4-8942-e334c5c57158
57
ms.topic: tutorial

docs/ide/step-7-add-dialog-components-to-your-form.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Step 7: Add Dialog components to your form'
3+
description: Learn how to add a <xref:System.Windows.Forms.OpenFileDialog> dialog component and a <xref:System.Windows.Forms.ColorDialog> dialog component to your form.
4+
ms.custom: SEO-VS-2020
35
ms.date: 08/30/2019
46
ms.assetid: ea98c55e-6213-4893-ba7b-f19d7f119527
57
ms.topic: tutorial

docs/ide/step-7-add-multiplication-and-division-problems.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Step 7: Add multiplication and division problems"
3+
description: Learn how to add multiplication and division problems.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-7-keep-pairs-visible.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Step 7: Keep pairs visible"
3+
description: Learn how to add an if statement so, when the player selects a matching pair of icons, the icons stay visible.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/ide/step-8-add-a-method-to-verify-whether-the-player-won.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "Step 8: Add a method to verify whether the player won"
3+
description: Learn how to add a method to determine if the player won.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: tutorial
57
ms.prod: visual-studio-windows

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: Explore documentation for the Visual Studio family of products.
44
brand: visual-studio
55
metadata:
66
title: Visual Studio product family documentation
7-
description: Explore documentation for the Visual Studio family of products.
7+
description: Explore documentation for the Visual Studio family of products, including Visual Studio IDEs for Windows and Mac, Visual Studio Code, Visual Studio App Center, GitHub Codespaces, and Visual Studio Subscriptions.
88
ms.topic: hub-page
99
ms.custom: contperfq1
1010
ms.date: 10/22/2020

docs/msbuild/aspnetcompiler-task.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ The following code example uses the `AspNetCompiler` task to precompile an ASP.N
7070

7171
* [Tasks](../msbuild/msbuild-tasks.md)
7272
* [Task reference](../msbuild/msbuild-task-reference.md)
73+
* [ASP.NET Compilation Tool (aspnet_compiler.exe)](/previous-versions/ms229863(v=vs.100))

gamedev/unity/unity-scripting-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ For example, if you're using the .NET 4.x profile and want to use `HttpClient`,
5252

5353
![missing assembly reference](media/vs/vstu-missing-reference.png)
5454

55-
Visual Studio regenerates .csproj and .sln files for Unity projects each time they're opened. As a result, you cannot add assembly references directly in Visual Studio because they'll be lost upon reopening the project. Instead, a special text file named **mcs.rsp** must be used:
55+
Visual Studio regenerates .csproj and .sln files for Unity projects each time they're opened. As a result, you cannot add assembly references directly in Visual Studio because they'll be lost upon reopening the project. Instead, a special text file named **csc.rsp** must be used:
5656

57-
1. Create a new text file named **mcs.rsp** in your Unity project's root **Assets** directory.
57+
1. Create a new text file named **csc.rsp** in your Unity project's root **Assets** directory.
5858

5959
1. On the first line in the empty text file, enter: `-r:System.Net.Http.dll` and then save the file. You can replace "System.Net.Http.dll" with any included assembly that might be missing a reference.
6060

mac/set-up-git-repository.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Setting up a Git Repository
33
description: Connecting to a Git repository using Visual Studio for Mac.
44
author: therealjohn
55
ms.author: johmil
6-
ms.date: 11/09/2020
6+
ms.date: 12/03/2020
77
ms.assetid: E992FA1D-B2AD-4A28-ADC6-47E4FC471060
88
ms.topic: how-to
99
---
@@ -39,6 +39,9 @@ To set up a Git repository, execute the following steps:
3939

4040
If you have an existing project that _is not_ already in version control, use the following steps to set it up in Git:
4141

42+
> [!TIP]
43+
> Use a .gitignore file to control which folders and files are tracked and published with Git. You may want to exclude build directories, binaries, or generated files. Learn more in the [GitHub docs on ignoring files](https://docs.github.com/en/free-pro-team@latest/github/using-git/ignoring-files).
44+
4245
1. Select the Solution name from the Solution Window in Visual Studio for Mac.
4346

4447
2. In the Menu bar, select **Version Control > Publish in Version Control** to display the **Clone Repository** dialog:

subscriptions/access-github.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Visual Studio with GitHub Enterprise | Microsoft Docs
2+
title: Visual Studio subscriptions with GitHub Enterprise | Microsoft Docs
33
author: evanwindom
44
ms.author: v-evwin
55
manager: cabuschl
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
description: Learn about accessing GitHub Enterprise as part of Visual Studio subscriptions
1010
---
1111

12-
# Visual Studio with GitHub Enterprise subscriptions
12+
# Visual Studio subscriptions with GitHub Enterprise
1313

1414
Customers who have Enterprise Agreements (EA) with Microsoft are eligible to purchase a new subscription offer that brings together Visual Studio standard subscriptions and GitHub Enterprise. It's an easy and economical way for Visual Studio subscribers to acquire GitHub Enterprise.
1515

@@ -28,13 +28,13 @@ Visual Studio Enterprise, Visual Studio Professional, and GitHub Enterprise will
2828

2929
To learn more about benefits and options please visit <https://visualstudio.microsoft.com/subscriptions/visual-studio-github>.
3030

31-
## What is the Visual Studio with GitHub Enterprise setup process?
31+
## What is the Visual Studio subscription with GitHub Enterprise setup process?
3232

33-
Visual Studio with GitHub Enterprise subscriptions are managed in two parts:
33+
Visual Studio subscriptions with GitHub Enterprise are managed in two parts:
3434
1. The Visual Studio subscription (Enterprise or Professional)
3535
2. GitHub Enterprise
3636

37-
When you are assigned a Visual Studio with GitHub subscription, you'll receive an email letting you know that your Visual Studio subscriptions admin has assigned a subscription to you. At that point, you will be able to view available subscription benefits at <https://my.visualstudio.com/benefits>. This includes the GitHub Enterprise benefit as seen below.
37+
When you are assigned a Visual Studio subscription with GitHub Enterprise, you'll receive an email letting you know that your Visual Studio subscriptions admin has assigned a subscription to you. At that point, you will be able to view available subscription benefits at <https://my.visualstudio.com/benefits>. This includes the GitHub Enterprise benefit as seen below.
3838

3939
> [!div class="mx-imgBorder"]
4040
> ![GitHub Enterprise pending Enterprise account setup](_img/access-github/pending-account-setup.png "Your organization must first set up an Enterprise account.")

subscriptions/assign-github.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Visual Studio + GitHub Enterprise offer | Microsoft Docs
2+
title: Assign Visual Studio subscriptions with GitHub Enterprise | Microsoft Docs
33
author: evanwindom
44
ms.author: v-evwin
55
manager: cabuschl
66
ms.assetid: f271d623-dcde-442a-865c-4dca5ad8a9c5
7-
ms.date: 10/22/2020
7+
ms.date: 12/02/2020
88
ms.topic: conceptual
9-
description: Managing subscriptions in the Visual Studio + GitHub Enterprise offer
9+
description: Managing subscriptions in the Visual Studio subscriptions with GitHub Enterprise
1010
---
1111

1212
# Manage Visual Studio subscriptions with GitHub Enterprise
1313
Customers who have Enterprise Agreements (EA) with Microsoft are eligible to purchase a new subscription offer that brings together Visual Studio standard subscriptions and GitHub Enterprise. It's the easy and economical way for Visual Studio subscribers to acquire GitHub Enterprise.
1414

15-
When your organization purchases Visual Studio Subscriptions with GitHub Enterprise, they are provisioned and managed in two parts.
15+
When your organization purchases Visual Studio subscriptions with GitHub Enterprise, they are provisioned and managed in two parts.
1616

1717
## Manage Visual Studio subscriptions
18-
When your organization purchases Visual Studio Subscriptions with GitHub Enterprise, the Visual Studio portion of the subscriptions is provisioned immediately, and the subscriptions are available for assignment and management in the Visual Studio [Subscriptions Administration](https://manage.visualstudio.com) portal. After you assign a Visual Studio with GitHub subscription, the subscriber will receive an email letting them know they can access their Visual Studio subscription at <https://my.visualstudio.com/subscriptions>.
18+
When your organization purchases Visual Studio subscriptions with GitHub Enterprise, the Visual Studio portion of the subscriptions is provisioned immediately, and the subscriptions are available for assignment and management in the Visual Studio [Subscriptions Administration](https://manage.visualstudio.com) portal. After you assign a Visual Studio subscription with GitHub Enterprise, the subscriber will receive an email letting them know they can access their Visual Studio subscription at <https://my.visualstudio.com/subscriptions>.
1919

2020
For more information about managing Visual Studio subscriptions, check out these topics:
2121
- [Using the Admin Portal](using-admin-portal.md)
@@ -25,12 +25,12 @@ For more information about managing Visual Studio subscriptions, check out these
2525
- [Overallocations](handle-overclaimed-license.md)
2626

2727
> [!Important]
28-
> If Visual Studio Subscriptions with GitHub Enterprise are assigned by Visual Studio subscription admins without purchasing first, GitHub will not be notified that you wish to create a GitHub Enterprise account. **A purchase of at least one** Visual Studio with GitHub Enterprise subscription should be made before subscriptions are assigned.
28+
> If Visual Studio subscriptions with GitHub Enterprise are assigned by Visual Studio subscription admins without purchasing first, GitHub will not be notified that you wish to create a GitHub Enterprise account. **A purchase of at least one** Visual Studio subscription with GitHub Enterprise should be made before subscriptions are assigned.
2929
3030
## What is the Visual Studio with GitHub Enterprise setup process?
31-
GitHub Enterprise is set up and managed separately from Visual Studio subscriptions. Following a Visual Studio with GitHub Enterprise purchase, a GitHub Enterprise account setup process is initiated in parallel with (but separate from) establishing an agreement in [manage.visualstudio.com](https://manage.visualstudio.com). Establishing this GitHub Enterprise account may take some time.
31+
GitHub Enterprise is set up and managed separately from Visual Studio subscriptions. Following a Visual Studio subscription with GitHub Enterprise purchase, a GitHub Enterprise account setup process is initiated in parallel with (but separate from) establishing an agreement in [manage.visualstudio.com](https://manage.visualstudio.com). Establishing this GitHub Enterprise account may take some time.
3232

33-
After your company has set up a GitHub Enterprise account, subscribers who have been assigned Visual Studio with GitHub Enterprise subscriptions will receive an email from GitHub notifying them that their Visual Studio subscriptions have been linked. After subscribers receive this email, they can reach out to their GitHub organization admin to receive an invitation to the appropriate organization.
33+
After your company has set up a GitHub Enterprise account, subscribers who have been assigned Visual Studio subscriptions with GitHub Enterprise will receive an email from GitHub notifying them that their Visual Studio subscriptions have been linked. After subscribers receive this email, they can reach out to their GitHub organization admin to receive an invitation to the appropriate organization.
3434

3535
For additional details on GitHub Enterprise setup, please reference the [subscriber documentation](access-github.md).
3636

@@ -66,4 +66,4 @@ Learn more about managing Visual Studio subscriptions.
6666
- [Delete subscriptions](delete-license.md)
6767
- [Determine maximum usage](maximum-usage.md)
6868

69-
For more information about managing Visual Studio Subscriptions with GitHub Enterprise, check out the Visual Studio [subscriptions admin portal](https://visualstudio.microsoft.com/subscriptions-administration/).
69+
For more information about managing Visual Studio subscriptions with GitHub Enterprise, check out the Visual Studio [subscriptions admin portal](https://visualstudio.microsoft.com/subscriptions-administration/).

subscriptions/handle-overclaimed-license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: evanwindom
44
ms.author: v-evwin
55
manager: cabuschl
66
ms.assetid: a747100c-6f08-41a4-aaad-05099741742b
7-
ms.date: 10/28/2020
7+
ms.date: 12/02/2020
88
ms.topic: conceptual
99
description: Learn how admins can resolve over-allocated subscriptions
1010
---
@@ -39,5 +39,5 @@ If your organization has an Enterprise Agreement (EA), admins are able to assign
3939
- [Microsoft 365 documentation](/microsoft-365/)
4040

4141
## Next steps
42-
- Learn more about managing [Visual Studio Subscriptions with GitHub Enterprise](assign-github.md).
42+
- Learn more about managing [Visual Studio subscriptions with GitHub Enterprise](assign-github.md).
4343
- For assistance with sales, subscriptions, accounts and billing for Visual Studio Subscriptions, contact Visual Studio [Subscriptions Support](https://visualstudio.microsoft.com/subscriptions/support/).

0 commit comments

Comments
 (0)