Skip to content

Commit 4d5ace8

Browse files
authored
Merge pull request #6096 from MicrosoftDocs/master637408235113451227
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b8ea118 + f915322 commit 4d5ace8

21 files changed

+132
-27
lines changed

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
55
author: ornellaalt
66
ms.author: ornella
77
manager: jillfra
8-
ms.date: 11/10/2020
8+
ms.date: 11/12/2020
99
ms.topic: reference
1010
ms.workload:
1111
- multiple
@@ -23,6 +23,7 @@ The following table lists the build numbers and release dates for Visual Studio
2323

2424
| **Version**| **Channel** | **Release date** | **Build version** |
2525
| ---------------------- | ----------- | ---------------- | ----------------- |
26+
| 16.8.1 | Release | November 12, 2020 | 16.8.30711.63 |
2627
| 16.9.0 | Preview 1 | November 10, 2020 | 16.9.30709.64 |
2728
| 16.7.8 | Release | November 10, 2020 | 16.7.30704.19 |
2829
| 16.4.15 | Release | November 10, 2020 | 16.4.30703.110 |

subscriptions/faq/admin/benefits/includes/activate-with-product-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: How do my developers activate software using product keys from their Visual Studio subscription?
33
description: Depending on what product your subscriber has downloaded it can either be activated by logging in using the email address tied to the...
4-
ms.faqid: group2_3
4+
ms.faqid: group2_4
55
ms.topic: include
66
ms.assetid: 248726b6-1e50-481c-aabf-0f509da5d710
77
author: CaityBuschlen
88
ms.author: cabuschl
9-
ms.date: 3/3/2020
9+
ms.date: 11/10/2020
1010
---
1111

1212
## How do my developers activate software using product keys from their Visual Studio subscription?

subscriptions/faq/admin/benefits/includes/available-benefits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.topic: include
66
ms.assetid: e8b196c2-6118-47d1-8363-ceae3d9b6fb2
77
author: CaityBuschlen
88
ms.author: cabuschl
9-
ms.date: 3/3/2020
9+
ms.date: 11/10/2020
1010
---
1111

12-
## What benefits and software is available to my subscriber once a Visual Studio subscription has been assigned?
12+
## What benefits and software are available to my subscribers after a Visual Studio subscription has been assigned?
1313

1414
The [Visual Studio Subscription benefits](https://visualstudio.microsoft.com/vs/benefits/) page allows you to see and compare the full list of benefits and [software downloads](https://docs.microsoft.com/visualstudio/subscriptions/software-download-list) included with a Visual Studio Subscription, based on subscription level.

subscriptions/faq/admin/benefits/includes/azure-dev-test-discount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: How do my developers get 50% off Azure Dev/Test workloads?
33
description: If your organization has an Enterprise Agreement for Azure, your developers can choose...
4-
ms.faqid: group2_4
4+
ms.faqid: group2_5
55
ms.topic: include
66
ms.assetid: 86308cf3-909b-47a0-9230-5d1a93a2f87a
77
author: CaityBuschlen
88
ms.author: cabuschl
9-
ms.date: 3/3/2020
9+
ms.date: 11/10/2020
1010
---
1111

1212
## How do my developers get 50% off Azure Dev/Test workloads?
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: How do my developers download Visual Studio?
3+
description: Learn how developers can download Visual Studio using Visual Studio subscriptions
4+
ms.faqid: group2_3
5+
ms.topic: include
6+
ms.assetid: ee7e5ba2-a4b5-4db0-bd05-583dca51c75e
7+
author: evanwindom
8+
ms.author: cabuschl
9+
ms.date: 11/10/2020
10+
---
11+
12+
## How do my developers download Visual Studio?
13+
The developers' assigned subscription levels identify which level of the Visual Studio IDE they have access to. For example, a Visual Studio Professional subscription does not have access to Visual Studio Enterprise. Make sure that you have assigned the correct level.
14+
15+
### For the latest release
16+
1. Have your subscribers sign into the subscriptions portal at <https://my.visualstudio.com/benefits>.
17+
0. Locate the Visual Studio IDE tile in the Tools section and click on the **Download** link at the bottom of the benefit tile.
18+
0. They’ll be redirected to the Download Results page for Visual Studio to download the IDE.
19+
0. Follow the download and set up instructions.
20+
0. Using the email their subscription is assigned to, they’ll be able to immediately sign into the IDE after installation; no product key is required. [Learn how to claim a product key](https://docs.microsoft.com/visualstudio/subscriptions/find-keys) for use in an offline environment.
21+
22+
### Find older versions
23+
Your subscribers can also search and download previous versions from the [downloads page](https://my.visualstudio.com/downloads) in the subscriptions portal at <https://my.visualstudio.com>.
24+

subscriptions/faq/admin/benefits/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.assetid: 17e2da46-6dc1-4a1c-a8e6-733bd7fa2c6b
77
author: CaityBuschlen
88
ms.author: cabuschl
9-
ms.date: 3/3/2020
9+
ms.date: 11/10/2020
1010
---
1111

1212
# Software downloads and benefits
@@ -15,6 +15,8 @@ ms.date: 3/3/2020
1515

1616
[!INCLUDE [What benefits and Software is available to my subscriber once a subscription has been assigned?](includes/available-benefits.md)]
1717

18+
[!INCLUDE [How do my developers download Visual Studio?](includes/download-visual-studio.md)]
19+
1820
[!INCLUDE [How do my developers activate software using product keys?](includes/activate-with-product-keys.md)]
1921

2022
[!INCLUDE [How do my developers get 50% off Azure Dev Test Workloads?](includes/azure-dev-test-discount.md)]

subscriptions/faq/admin/managing/includes/github-assign-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.topic: include
66
ms.assetid: e45ac76b-3ab1-45cf-a680-488f65e7e84f
77
author: evanwindom
88
ms.author: v-evwin
9-
ms.date: 11/01/2020
9+
ms.date: 11/11/2020
1010
---
1111

1212
## What is the GitHub setup process?
1313

1414
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. Establishing this GitHub Enterprise account may take some time.
1515
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 administrator to receive an invitation to the appropriate organization.
1616

17-
[Read more](https://docs.microsoft.com/visualstudio/subscriptions/assign-github) about managing Visual Studio with GitHub Enterprise subscriptions. Reference [subscriber documentation](../../../../access-github.md) for additional details on the GitHub Enterprise set up process.
17+
[Read more](https://docs.microsoft.com/visualstudio/subscriptions/assign-github) about managing Visual Studio with GitHub Enterprise subscriptions. Reference [subscriber documentation](https://docs.microsoft.com/visualstudio/subscriptions/access-github) for additional details on the GitHub Enterprise set up process.
1818

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Why am I not seeing an agreement while logged into the portal?
3+
description: I'm an admin, and when I log into the admin portal, I don't see any agreements
4+
ms.faqid: group1_10
5+
ms.topic: include
6+
ms.assetid: f2aa9631-12e0-41cc-84eb-df97b155ac18
7+
author: evanwindom
8+
ms.author: cabuschl
9+
ms.date: 11/10/2020
10+
---
11+
12+
## Why am I not seeing an agreement while logged into the portal?
13+
14+
If you are logged into <https://manage.visualstudio.com/> and do not see an agreement you manage:
15+
1. Check if you’re signed in with the correct email address and tenant in the upper right-hand corner of the portal page header.
16+
2. Contact the super admin who added you as an admin to see what alias you should be using, if you were removed, or if the agreement has expired.
17+
If none of these simple solutions solves the issue, contact support to determine if you are in fact an admin on an agreement.

subscriptions/faq/admin/managing/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.assetid: 933c7f9e-dce9-46e7-939e-68682c65d972
77
author: CaityBuschlen
88
ms.author: cabuschl
9-
ms.date: 3/3/2020
9+
ms.date: 11/10/2020
1010
---
1111

1212
# Managing Visual Studio subscriptions
@@ -27,4 +27,6 @@ ms.date: 3/3/2020
2727

2828
[!INCLUDE [Why does my SLP agreement have an end date, and why is it sometimes different for my subscribers?](includes/slp-end-dates.md)]
2929

30-
[!INCLUDE [What is the process for assigning GitHub Enterprise subscriptions?](includes/github-assign-process.md)]
30+
[!INCLUDE [What is the process for assigning GitHub Enterprise subscriptions?](includes/github-assign-process.md)]
31+
32+
[!INCLUDE [Why am I not seeing an agreement while logged into the portal?](includes/no-agreement.md)]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: How do I purchase Visual Studio subscriptions?
3+
description: 'Learn about the various ways you can purchase Visual Studio subscriptions'
4+
ms.faqid: group4_1
5+
ms.topic: include
6+
ms.assetid: c8dd39de-bf7f-40a2-a203-f2be21b87f5c
7+
author: CaityBuschlen
8+
ms.author: cabuschl
9+
ms.date: 11/12/2020
10+
---
11+
12+
## How do I purchase Visual Studio subscriptions?
13+
Visual Studio subscriptions are available for purchase through a variety of channels, including [Volume Licensing](https://www.microsoft.com/licensing/default), the [Visual Studio Marketplace](https://marketplace.visualstudio.com/subscriptions), and [Microsoft Store](https://www.microsoft.com/store/collections/visualstudio).
14+
15+
[Compare subscription benefits and pricing](https://visualstudio.microsoft.com/vs/pricing/) to understand the benefits of each Visual Studio subscription.
16+
Check out the [subscription benefits page](https://visualstudio.microsoft.com/vs/benefits/) for more help deciding which subscription is right for you.
17+
18+
### Microsoft Store
19+
Retail Visual Studio subscriptions available through the Microsoft Store include:
20+
- [Visual Studio Enterprise](https://www.microsoft.com/p/visual-studio-enterprise-subscription/dg7gmgf0dst4?activetab=pivot%3aoverviewtab)
21+
- [Visual Studio Professional](https://www.microsoft.com/p/visual-studio-professional-subscription/dg7gmgf0dst3?activetab=pivot%3aoverviewtab)
22+
- [Visual Studio Test Professional](https://www.microsoft.com/p/visual-studio-test-professional-subscription/dg7gmgf0dst6?activetab=pivot%3aoverviewtab)
23+
Each of these subscriptions offers the option to make an initial purchase or to renew an existing subscription. Renewal pricing reflects a significant discount and is only available for existing subscriptions. To qualify to renew subscriptions at the discounted renewal price, subscriptions should be renewed before they expire.
24+
25+
### Visual Studio Marketplace
26+
With monthly subscriptions, you can rent Visual Studio and Azure DevOps without a long-term contract. Billing is handled through your Microsoft Azure subscription. If you don’t have an Azure subscription yet—it’s free to set up and you can do this while you make your first purchase.
27+
- [Visual Studio Professional](https://marketplace.visualstudio.com/items?itemName=ms.vs-professional-monthly) - monthly subscription
28+
- [Visual Studio Enterprise](https://marketplace.visualstudio.com/items?itemName=ms.vs-enterprise-monthly) - monthly subscription
29+
30+
[Read more](https://docs.microsoft.com/visualstudio/subscriptions/vscloud-billing-faq) about monthly Visual Studio Subscriptions billing.

subscriptions/faq/admin/renewal-cancellation/includes/renew-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How do I renew my subscriptions?
33
description: 'The process for renewing subscriptions depends on how they were purchased. Retail: For subscriptions acquired through the Microsoft...'
4-
ms.faqid: group4_1
4+
ms.faqid: group4_2
55
ms.topic: include
66
ms.assetid: 754c7033-72db-49ea-b99b-cea892261834
77
author: CaityBuschlen

subscriptions/faq/admin/renewal-cancellation/includes/renewal-cancellation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How long does it take for my cloud subscription to be canceled?
33
description: When you cancel a Visual Studio cloud subscription, you are canceling automatic renewal. The subscription continues until its normal...
4-
ms.faqid: group4_2
4+
ms.faqid: group4_3
55
ms.topic: include
66
ms.assetid: 2c83cd19-2692-4aef-9cd7-b7842639cbce
77
author: CaityBuschlen

subscriptions/faq/admin/renewal-cancellation/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ ms.date: 3/3/2020
1414
[!INCLUDE [How do I renew my subscriptions?](includes/renew-subscriptions.md)]
1515

1616
[!INCLUDE [How long does it take for my cloud subscription to be cancelled?](includes/renewal-cancellation.md)]
17+
18+
[!INCLUDE [How do I purchase Visual Studio subscriptions?](includes/how-to-purchase.md)]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: How do I download, find a key, and activate the Visual Studio IDE?
3+
description: Learn how to download, install, and activate the Visual Studio IDE using a product key
4+
ms.topic: include
5+
ms.assetid: 33324c7c-a45e-4125-b146-5e76649601da
6+
author: evanwindom
7+
ms.author: v-evwin
8+
ms.date: 11/12/2020
9+
ms.faqid: q3_4
10+
---
11+
12+
## How do I download, find a key, and activate the Visual Studio IDE?
13+
Your subscription level identifies which level of the Visual Studio IDE you have access to. For example, a Visual Studio Professional subscription does not have access to Visual Studio Enterprise. If you’re not sure which level you're using, see the subscriptions available to you by checking the [subscriptions page](https://my.visualstudio.com/subscriptions) in the portal.
14+
15+
### How to download and activate
16+
1. Sign in to the subscriptions portal. 
17+
0. For the latest release, locate the Visual Studio IDE tile in the Tools section and click on the **Download** link at the bottom of the benefit tile.
18+
0. You’ll be redirected to the Download Results page for Visual Studio, where you’ll have the opportunity to download the IDE.
19+
0. Follow the download and set up instructions.
20+
0. Using the email your subscription is assigned to, you’ll be able to immediately sign into the IDE after installation, **no product key is required**. Learn how to [claim a product key](https://docs.microsoft.com/visualstudio/subscriptions/find-keys) if you’re in an offline environment.
21+
22+
### Find an older version
23+
You can also search and download previous versions from the [downloads page](https://my.visualstudio.com/Downloads?q=Visual%20Studio%20for%20mac&pgroup=) in the subscriptions portal.

subscriptions/faq/subscriber/benefits/includes/ghe-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ When an invitation is sent from your GitHub org administrator, you will receive
2323

2424
After you accept the GitHub org invitation, the appearance of the benefit tile at <https://my.visualstudio.com/benefits> will change from “Pending” to “Activated” and you can now start using GitHub Enterprise.
2525

26-
[Read more](../../../../access-github.md) details on the GitHub Enterprise set up process.
26+
[Read more](https://docs.microsoft.com/visualstudio/subscriptions/access-github) details on the GitHub Enterprise set up process.

subscriptions/faq/subscriber/benefits/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
ms.assetid: bc1a67a8-25b3-40a1-a355-6de2e658113e
66
author: CaityBuschlen
77
ms.author: cabuschl
8-
ms.date: 4/3/2020
8+
ms.date: 11/12/2020
99
ms.faqid: Section3
1010
---
1111

@@ -14,3 +14,7 @@ ms.faqid: Section3
1414
[!INCLUDE [What benefits are available?](includes/available-benefits.md)]
1515

1616
[!INCLUDE [How do I use my benefits?](includes/use-benefits.md)]
17+
18+
[!INCLUDE [What is the Visual Studio with GitHub Enterprise setup process?](includes/ghe-process.md)]
19+
20+
[!INCLUDE [How do I download, find a product key, and activate the Visual Studio IDE?](includes/activate-ide.md)]

subscriptions/solutions/admin-solutions/includes/admin-task-how-to.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ description: Learn how to perform common tasks such as assigning subscriptions,
1414
As an Administrator or Super Admin, you can use the Administration Portal to manage subscriptions for your organization. You can find specific guidance for performing various management tasks in our documentation. Please see the links below for details.
1515

1616
**Common management tasks**
17-
- [Add a single user](https://docs.microsoft.com/visualstudio/subscriptions/assign-license.md)
18-
- [Add a group of users](https://docs.microsoft.com/visualstudio/subscriptions/assign-license-bulk.md)
19-
- [Edit subscriptions](https://docs.microsoft.com/visualstudio/subscriptions/edit-license.md)
20-
- [Delete subscriptions]((https://docs.microsoft.com/visualstudio/subscriptions/delete-license.md))
21-
- [Search for or filter subscriptions]((https://docs.microsoft.com/visualstudio/subscriptions/search-license.md))
22-
- [Determine your maximum subscription usage]((https://docs.microsoft.com/visualstudio/subscriptions/maximum-usage.md))
17+
- [Add a single user](https://docs.microsoft.com/visualstudio/subscriptions/assign-license)
18+
- [Add a group of users](https://docs.microsoft.com/visualstudio/subscriptions/assign-license-bulk)
19+
- [Edit subscriptions](https://docs.microsoft.com/visualstudio/subscriptions/edit-license)
20+
- [Delete subscriptions](https://docs.microsoft.com/visualstudio/subscriptions/delete-license)
21+
- [Search for or filter subscriptions](https://docs.microsoft.com/visualstudio/subscriptions/search-license)
22+
- [Determine your maximum subscription usage](https://docs.microsoft.com/visualstudio/subscriptions/maximum-usage)

subscriptions/solutions/admin-solutions/includes/become-a-super-admin-managed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ms.faqid:
1313

1414
Organizations who purchase Visual Studio subscriptions through Volume Licensing use administrators and super admins to manage subscriptions. Only super admins can assign administrative rights to users. To become an administrator or super admin, contact a super admin in your organization. If there are no super admins in your organization and you purchase your subscriptions through a partner or reseller, contact your partner/reseller for assistance with appointing at least one super admin. It is recommended that every agreement have at least two super admins at all times.
1515

16-
If you already have a subscription assigned, sign in to https://my.visualstudio.com/subscriptions and click **Contact my Admin**. More infomration is available in our [Contact my Admin](contact-my-admin.md) article.
16+
If you already have a subscription assigned, sign in to https://my.visualstudio.com/subscriptions and click **Contact my Admin**. More infomration is available in our [Contact my Admin](https://docs.microsoft.com/visualstudio/subscriptions/contact-my-admin) article.
1717

subscriptions/solutions/admin-solutions/includes/become-an-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ms.faqid:
1313

1414
Organizations who purchase Visual Studio subscriptions through Volume Licensing use administrators and super admins to manage subscriptions. Only super admins can assign administrative rights to users. To become an administrator or super admin, contact a super admin in your organization.
1515

16-
If you already have a subscription assigned, sign in to https://my.visualstudio.com/subscriptions and click **Contact my Admin**. More infomration is available in our [Contact my Admin](contact-my-admin.md) article.
16+
If you already have a subscription assigned, sign in to https://my.visualstudio.com/subscriptions and click **Contact my Admin**. More information is available in our [Contact my Admin](http://docs.microsoft.com/visualstudio/subscriptions/contact-my-admin) article.

0 commit comments

Comments
 (0)