Skip to content

Commit 4f9fa86

Browse files
authored
Merge pull request #42946 from MicrosoftDocs/master
6/4 PM Publish
2 parents c722760 + 7e630e8 commit 4f9fa86

File tree

77 files changed

+3201
-1449
lines changed

Some content is hidden

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

77 files changed

+3201
-1449
lines changed

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7070,6 +7070,11 @@
70707070
"redirect_url": "/azure/service-bus-messaging/service-bus-python-how-to-use-queues",
70717071
"redirect_document_id": false
70727072
},
7073+
{
7074+
"source_path": "articles/service-bus-messaging/service-bus-architecture.md",
7075+
"redirect_url": "/azure/service-bus-messaging/service-bus-messaging-overview",
7076+
"redirect_document_id": false
7077+
},
70737078
{
70747079
"source_path": "articles/service-bus-messaging/service-bus-automation-manage.md",
70757080
"redirect_url": "/azure/service-bus-messaging/service-bus-management-libraries",
@@ -8740,6 +8745,41 @@
87408745
"redirect_url": "/azure/cognitive-services/Computer-vision/Home",
87418746
"redirect_document_id": false
87428747
},
8748+
{
8749+
"source_path": "articles/cognitive-services/Computer-vision/QuickStarts/CSharp.md",
8750+
"redirect_url": "/azure/cognitive-services/Computer-vision/QuickStarts/CSharp-analyze",
8751+
"redirect_document_id": false
8752+
},
8753+
{
8754+
"source_path": "articles/cognitive-services/Computer-vision/QuickStarts/curl.md",
8755+
"redirect_url": "/azure/cognitive-services/Computer-vision/QuickStarts/curl-analyze",
8756+
"redirect_document_id": false
8757+
},
8758+
{
8759+
"source_path": "articles/cognitive-services/Computer-vision/QuickStarts/Java.md",
8760+
"redirect_url": "/azure/cognitive-services/Computer-vision/QuickStarts/java-analyze",
8761+
"redirect_document_id": false
8762+
},
8763+
{
8764+
"source_path": "articles/cognitive-services/Computer-vision/QuickStarts/JavaScript.md",
8765+
"redirect_url": "/azure/cognitive-services/Computer-vision/QuickStarts/javascript-analyze",
8766+
"redirect_document_id": false
8767+
},
8768+
{
8769+
"source_path": "articles/cognitive-services/Computer-vision/QuickStarts/PHP.md",
8770+
"redirect_url": "/azure/cognitive-services/Computer-vision/QuickStarts/php-analyze",
8771+
"redirect_document_id": false
8772+
},
8773+
{
8774+
"source_path": "articles/cognitive-services/Computer-vision/QuickStarts/Python.md",
8775+
"redirect_url": "/azure/cognitive-services/Computer-vision/QuickStarts/python-analyze",
8776+
"redirect_document_id": false
8777+
},
8778+
{
8779+
"source_path": "articles/cognitive-services/Computer-vision/QuickStarts/Ruby.md",
8780+
"redirect_url": "/azure/cognitive-services/Computer-vision/QuickStarts/ruby-analyze",
8781+
"redirect_document_id": false
8782+
},
87438783
{
87448784
"source_path": "articles/cognitive-services/Content-Moderator/index.md",
87458785
"redirect_url": "/azure/cognitive-services/content-moderator/overview",

articles/active-directory/active-directory-assign-admin-roles-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following administrator roles are available:
3838
> [!NOTE]
3939
> To deploy Exchange ActiveSync conditional access policy in Azure, the user must also be Global Administrator.
4040
41-
* **Dynamics 365 Service Administrator**: Users with this role have global permissions within Microsoft Dynamics 365, when the service is present, as well as the ability to manage support tickets and monitor service health. More information at [About Office 365 admin roles](https://support.office.com/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d).
41+
* **Dynamics 365 Administrator**: Users with this role have global permissions within Microsoft Dynamics 365, when the service is present, as well as the ability to manage support tickets and monitor service health. More information at [About Office 365 admin roles](https://support.office.com/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d).
4242

4343
* **Device Administrators**: Users with this role become local machine administrators on all Windows 10 devices that are joined to Azure Active Directory. They do not have the ability to manage devices objects in Azure Active Directory.
4444

articles/active-directory/device-management-azuread-joined-devices-frx.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ In the Windows *out-of-box experience*, joining an on-premises Active Directory
3636

3737
To join a Windows 10 device, the device registration service must be configured to enable you to register devices. In addition to having permission to joining devices in your Azure AD tenant, you must have fewer devices registered than the configured maximum. For more details, see [configure device settings](device-management-azure-portal.md#configure-device-settings).
3838

39+
In addition, if your tenant is federated, your Identity provider MUST support WS-Fed and WS-Trust username/password endpoint. This can be version 1.3 or 2005. This protocol support is required to both join the device to Azure AD and log on to the device with a password.
40+
3941
## Joining a device
4042

4143
**To join a Windows 10 device to Azure AD during FRX:**

articles/aks/networking-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: jeconnoc
77

88
ms.service: container-service
99
ms.topic: article
10-
ms.date: 05/07/2018
10+
ms.date: 06/04/2018
1111
ms.author: marsma
1212
---
1313

@@ -51,7 +51,7 @@ Advanced networking provides the following benefits:
5151
* Do not create more than one AKS cluster in the same subnet.
5252
* Advanced networking for AKS does not support VNets that use Azure Private DNS Zones.
5353
* AKS clusters may not use `169.254.0.0/16`, `172.30.0.0/16`, or `172.31.0.0/16` for the Kubernetes service address range.
54-
* The service principal used for the AKS cluster must have `Owner` permissions to the resource group containing the existing VNet.
54+
* The service principal used for the AKS cluster must have `Contributor` permissions to the resource group containing the existing VNet.
5555

5656
## Plan IP addressing for your cluster
5757

0 commit comments

Comments
 (0)