Skip to content

Fix git push error for protected CLA branch #3919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion subscriptions/anonymization.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@ A: No. The anonymization is in response to an event that causes the loss of ac
### Q: I'm an administrator for my organization's subscriptions. If one of my subscriber's information is anonymized, can that subscription be reassigned to another user?
A: Yes -- As long as the subscription has not expired, it can be reassigned to another subscriber.

### Q: How can I prevent anonymization caused by deleting a sign-in email address?
A: There are two ways to prevent the issue:
- Deploy a single identity management system -- either MSA or AAD -- but not both.
- Associate the AAD and MSA identities via the tenant.

## Next steps
Learn how to prevent anonymization by [linking MSA and AAD identities](/azure/active-directory/b2b/add-users-administrator).
Learn how to prevent anonymization by [associating MSA and AAD identities](/azure/active-directory/b2b/add-users-administrator).
7 changes: 7 additions & 0 deletions subscriptions/vs-tech-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ The Technical Support benefit in Visual Studio subscriptions is for resolving br

**To submit a support request using the benefit, you must first activate it. Follow the steps in the next section to complete the activation.**

## Supported products
Developer Tools such as the Visual Studio IDE and Azure DevOps Server will receive both mainstream and extended support through Visual Studio subscriptions.

Non-developer products (such as SQL, Windows, SharePoint) downloaded from Visual Studio subscriptions are eligible only for mainstream support. These products are only licensed for development environments to design, develop, test, or demonstrate applications. These products are not licensed for production environments.

Product level descriptions - expand **Unavailable support plans** if you see Support plan cannot be used for support on the specified product (Code:8). Your support contract cannot be used for the product version you selected.

## How to activate the benefit
1. Go to https://my.visualstudio.com/Benefits, scroll down to the Support section and on the Technical Support tile click **Chat to activate**.
> [!div class="mx-imgBorder"]
Expand Down