Skip to content

Commit bc92801

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 28bec39 + 515482c commit bc92801

File tree

17 files changed

+144
-41
lines changed

17 files changed

+144
-41
lines changed

articles/active-directory/privileged-identity-management/pim-roles.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ms.service: active-directory
1111
ms.topic: conceptual
1212
ms.workload: identity
1313
ms.subservice: pim
14-
ms.date: 10/23/2019
14+
ms.date: 03/31/2020
1515
ms.author: curtand
1616
ms.custom: pim ; H1Hack27Feb2017;oldportal;it-pro;
1717
ms.collection: M365-identity-device-management
1818
---
1919

2020
# Roles you can't manage in Privileged Identity Management
2121

22-
Azure Active Directory (Azure AD) Privileged Identity Management (PIM) enables you to manage all [Azure AD roles](../users-groups-roles/directory-assign-admin-roles.md) and all [Azure resource roles](../../role-based-access-control/built-in-roles.md). These roles also include your custom roles attached to your management groups, subscriptions, resource groups, and resources. However, there are few roles that you cannot manage. This article describes the roles you cannot manage in Privileged Identity Management.
22+
Azure Active Directory (Azure AD) Privileged Identity Management (PIM) enables you to manage all [Azure AD roles](../users-groups-roles/directory-assign-admin-roles.md) and all [Azure roles](../../role-based-access-control/built-in-roles.md). Azure roles can also include your custom roles attached to your management groups, subscriptions, resource groups, and resources. However, there are few roles that you cannot manage. This article describes the roles you can't manage in Privileged Identity Management.
2323

2424
## Classic subscription administrator roles
2525

@@ -33,10 +33,10 @@ For more information about the classic subscription administrator roles, see [Cl
3333

3434
## What about Office 365 admin roles?
3535

36-
Roles within Exchange Online or SharePoint Online, except for Exchange Administrator and SharePoint Administrator, are not represented in Azure AD and so cannot be managed in Privileged Identity Management. For more information about these Office 365 services, see [Office 365 admin roles](https://docs.microsoft.com/office365/admin/add-users/about-admin-roles).
36+
We support all Office365 roles in the Azure AD Roles and Administrators portal experience, such as Exchange Administrator and SharePoint Administrator, but we don't support specific roles within Exchange RBAC or SharePoint RBAC. For more information about these Office 365 services, see [Office 365 admin roles](https://docs.microsoft.com/office365/admin/add-users/about-admin-roles).
3737

3838
> [!NOTE]
39-
> SharePoint Administrator has administrative access to SharePoint Online through the SharePoint Online admin center, and can perform almost any task in SharePoint Online. Eligible users may experience delays using this role within SharePoint after activating in Privileged Identity Management.
39+
> Eligible users for SharePoint Administrator role as well as any roles trying to access the Microsoft Security and Compliance Center might experience delays of up to a few hours after activating their role. We are working with those teams to fix the issues.
4040
4141
## Next steps
4242

articles/automation/automation-solution-vm-management.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ All parent runbooks include the _WhatIf_ parameter. When set to **True**, _WhatI
106106
|AutoStop_CreateAlert_Child | VMObject <br> AlertAction <br> WebHookURI | Called from the parent runbook. This runbook creates alerts on a per-resource basis for the AutoStop scenario.|
107107
|AutoStop_CreateAlert_Parent | VMList<br> WhatIf: True or False | Creates or updates Azure alert rules on VMs in the targeted subscription or resource groups. <br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_.<br> *WhatIf* validates the runbook logic without executing.|
108108
|AutoStop_Disable | none | Disables AutoStop alerts and default schedule.|
109-
|AutoStop_VM_Child | WebHookData | Called from the parent runbook. Alert rules call this runbook to stop the classic VM.|
109+
|AutoStop_VM_Child | WebHookData | Called from the parent runbook. Alert rules call this runbook to stop the Classic VM.|
110110
|AutoStop_VM_Child_ARM | WebHookData |Called from the parent runbook. Alert rules call this runbook to stop the VM. |
111-
|ScheduledStartStop_Base_Classic | CloudServiceName<br> Action: Start or Stop<br> VMList | This runbook used to perform action start or stop in classic VM group by Cloud Services.<br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_. |
111+
|ScheduledStartStop_Base_Classic | CloudServiceName<br> Action: Start or Stop<br> VMList | This runbook used to perform action start or stop in Classic VM group by Cloud Services.<br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_. |
112112
|ScheduledStartStop_Child | VMName <br> Action: Start or Stop <br> ResourceGroupName | Called from the parent runbook. Executes a start or stop action for the scheduled stop.|
113-
|ScheduledStartStop_Child_Classic | VMName<br> Action: Start or Stop<br> ResourceGroupName | Called from the parent runbook. Executes a start or stop action for the scheduled stop for classic VMs. |
113+
|ScheduledStartStop_Child_Classic | VMName<br> Action: Start or Stop<br> ResourceGroupName | Called from the parent runbook. Executes a start or stop action for the scheduled stop for Classic VMs. |
114114
|ScheduledStartStop_Parent | Action: Start or Stop <br>VMList <br> WhatIf: True or False | This setting affects all VMs in the subscription. Edit the **External_Start_ResourceGroupNames** and **External_Stop_ResourceGroupNames** to only execute on these targeted resource groups. You can also exclude specific VMs by updating the **External_ExcludeVMNames** variable.<br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_.<br> _WhatIf_ validates the runbook logic without executing.|
115115
|SequencedStartStop_Parent | Action: Start or Stop <br> WhatIf: True or False<br>VMList| Create tags named **sequencestart** and **sequencestop** on each VM for which you want to sequence start/stop activity. These tag names are case-sensitive. The value of the tag should be a positive integer (1, 2, 3) that corresponds to the order in which you want to start or stop. <br> VMList: Comma-separated list of VMs. For example, _vm1, vm2, vm3_. <br> _WhatIf_ validates the runbook logic without executing. <br> **Note**: VMs must be within resource groups defined as External_Start_ResourceGroupNames, External_Stop_ResourceGroupNames, and External_ExcludeVMNames in Azure Automation variables. They must have the appropriate tags for actions to take effect.|
116116

@@ -134,8 +134,8 @@ The following table lists the variables created in your Automation account. Only
134134
|External_Stop_ResourceGroupNames | Specifies one or more resource groups, separating values by using a comma, targeted for stop actions.|
135135
|External_WaitTimeForVMRetrySeconds |The wait time in seconds for the actions to be performed on the VMs for the Sequenced start/stop runbook.<br> Default value is 2100 seconds and supports configuring to a maximum value of 10800 or three hours.|
136136
|Internal_AutomationAccountName | Specifies the name of the Automation account.|
137-
|Internal_AutoSnooze_ARM_WebhookURI | Specifies Webhook URI called for the AutoStop scenario for classic VMs.|
138-
|Internal_AutoSnooze_WebhookUri | Specifies Webhook URI called for the AutoStop scenario.|
137+
|Internal_AutoSnooze_ARM_WebhookURI | Specifies Webhook URI called for the AutoStop scenario for VMs.|
138+
|Internal_AutoSnooze_WebhookUri | Specifies Webhook URI called for the AutoStop scenario for Classic VMs.|
139139
|Internal_AzureSubscriptionId | Specifies the Azure Subscription ID.|
140140
|Internal_ResourceGroupName | Specifies the Automation account resource group name.|
141141

articles/azure-government/documentation-government-services-securityandidentity.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ The Qualys Vulnerability Assessment agent is not available.
3434
> [!NOTE]
3535
> Security Center internal assessments *are* provided to discover security misconfigurations, based on Common Configuration Enumeration such as password policy, windows FW rules, local machine audit and security policy, and additional OS hardening settings.
3636
37-
- **Windows Defender Advanced Threat Protection alerts**
38-
Windows Defender ATP installation on Windows VMs via Security Center and the associated alerts are not available.
39-
40-
### Notifications
41-
42-
- **Azure activity logs**
43-
User activity in Security Center is not logged in Azure activity logs in Microsoft Azure Government. This means that there's no trace or audit for user performed actions.
4437

4538
### Threat detection
4639

@@ -60,7 +53,9 @@ Geo-enrichment and the threat intelligence option are not available.
6053
Integration with Microsoft Cloud App Security for user and entity behavior analytics on Azure resources is not available.
6154

6255
- **Advanced threat detection**
63-
Azure Security Center Standard tier in Azure Government does not support threat detection for App Service or Storage accounts.
56+
Azure Security Center standard tier in Azure Government does not support threat detection for App Service.
57+
58+
Threat detection for storage accounts is available in US government clouds, but no other sovereign or Azure government cloud regions.
6459

6560
### Server protection
6661

@@ -76,7 +71,7 @@ Additional FAQs for Azure Security Center in Azure Government are listed below.
7671

7772
**What will customers be charged for Azure Security Center in Azure Government?**
7873

79-
The Standard tier of Azure Security Center is free for the first 30 days. Should you choose to continue to use public preview or generally available Standard features beyond 30 days, we automatically start to charge for the service.
74+
The standard tier of Azure Security Center is free for the first 30 days. Should you choose to continue to use public preview or generally available standard features beyond 30 days, we automatically start to charge for the service.
8075

8176
**What features are available for Azure Security Center government customers?**
8277

articles/azure-resource-manager/management/toc.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,24 @@
5252
href: region-move-support.md
5353
- name: Services
5454
items:
55+
- name: Azure IoT Hub
56+
href: ../../iot-hub/iot-hub-how-to-clone.md?toc=/azure/azure-resource-manager/toc.json
5557
- name: Azure VMs
5658
href: ../../site-recovery/azure-to-azure-tutorial-migrate.md?toc=/azure/azure-resource-manager/toc.json
5759
- name: Azure Storage
5860
href: ../../storage/common/storage-account-move.md?toc=/azure/azure-resource-manager/toc.json
5961
- name: Azure SQL
6062
href: ../../sql-database/sql-database-move-resources-across-regions.md?toc=/azure/azure-resource-manager/toc.json
61-
- name: Virtual network
62-
href: ../../virtual-network/move-across-regions-nsg-portal.md?toc=/azure/azure-resource-manager/toc.json
63+
- name: Logic apps
64+
href: ../../logic-apps/move-logic-app-resources.md?toc=/azure/azure-resource-manager/toc.json
65+
- name: Maintenance Control configuration
66+
href: ../../virtual-machines/move-region-maintenance-configuration.md?toc=/azure/azure-resource-manager/toc.json
6367
- name: Network security group (NSG)
6468
href: ../../virtual-network/move-across-regions-nsg-portal.md?toc=/azure/azure-resource-manager/toc.json
6569
- name: Public IP addresses
6670
href: ../../virtual-network/move-across-regions-publicip-portal.md?toc=/azure/azure-resource-manager/toc.json
71+
- name: Virtual network
72+
href: ../../virtual-network/move-across-regions-nsg-portal.md?toc=/azure/azure-resource-manager/toc.json
6773
- name: Tags
6874
items:
6975
- name: Decision guide
@@ -143,4 +149,4 @@
143149
- name: Manage personal data
144150
href: resource-manager-personal-data.md
145151
- name: Videos
146-
href: https://azure.microsoft.com/documentation/videos/index/?services=azure-resource-manager
152+
href: https://azure.microsoft.com/documentation/videos/index/?services=azure-resource-manager

articles/cognitive-services/Speech-Service/releasenotes.md

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,55 @@
11
---
2-
title: Release Notes - Speech service
2+
title: Release Notes - Speech Service
33
titleSuffix: Azure Cognitive Services
44
description: A running log of Speech Service feature releases, improvements, bug fixes, and known issues.
55
services: cognitive-services
6-
author: brianem
6+
author: oliversc
77
manager: jhakulin
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
1111
ms.date: 02/25/2020
12-
ms.author: brianem
12+
ms.author: oliversc
1313
ms.custom: seodec18
1414
---
1515

1616
# Release notes
17+
## Speech SDK 1.11.0: 2020-March release
18+
19+
**New features**
20+
21+
- Linux: Added support for Red Hat Enterprise Linux (RHEL)/CentOS 7 x64 with [instructions](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-configure-rhel-centos-7) on how to configure the system for Speech SDK.
22+
- Linux: Added support for .NET Core C# on Linux ARM32 and ARM64. Read more [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-sdk?tabs=linux).
23+
- C#, C++: Added `UtteranceId` in `ConversationTranscriptionResult`, a consistent ID across all the intermediates and final speech recognition result. Details for [C#](https://docs.microsoft.com/dotnet/api/microsoft.cognitiveservices.speech.transcription.conversationtranscriptionresult?view=azure-dotnet), [C++](https://docs.microsoft.com/cpp/cognitive-services/speech/transcription-conversationtranscriptionresult).
24+
- Python: Added support for `Language ID`. Please see speech_sample.py in [GitHub repo](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/python/console).
25+
- Windows: Added compressed audio input format support on Windows platform for all the win32 console applications. Details [here](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-use-codec-compressed-audio-input-streams).
26+
- JavaScript: Support speech synthesis (text-to-speech) in NodeJS. Learn more [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript/node/text-to-speech).
27+
- JavaScript: Add new API's to enable inspection of all send and received messages. Learn more [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/quickstart/javascript).
28+
29+
**Bug fixes**
30+
31+
- C#, C++: Fixed an issue so `SendMessageAsync` now sends binary message as binary type. Details for [C#](https://docs.microsoft.com/dotnet/api/microsoft.cognitiveservices.speech.connection.sendmessageasync?view=azure-dotnet#Microsoft_CognitiveServices_Speech_Connection_SendMessageAsync_System_String_System_Byte___System_UInt32_), [C++](https://docs.microsoft.com/cpp/cognitive-services/speech/connection).
32+
- C#, C++: Fixed an issue where using `Connection MessageReceived` event may cause crash if `Recognizer` is disposed before `Connection` object. Details for [C#](https://docs.microsoft.com/dotnet/api/microsoft.cognitiveservices.speech.connection.messagereceived?view=azure-dotnet), [C++](https://docs.microsoft.com/cpp/cognitive-services/speech/connection#messagereceived).
33+
- Android: Audio buffer size from microphone decreased from 800ms to 100ms to improve latency.
34+
- Android: Fixed an [issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/563) with x86 Android emulator in Android Studio.
35+
- JavaScript: Added support for Regions in China with the `fromSubscription` API. Details [here](https://docs.microsoft.com/javascript/api/microsoft-cognitiveservices-speech-sdk/speechconfig?view=azure-node-latest#fromsubscription-string--string-).
36+
- JavaScript: Add more error information for connection failures from NodeJS.
37+
38+
**Samples**
39+
40+
- Unity: Intent recognition public sample is fixed, where LUIS json import was failing. Details [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/369).
41+
- Python: Sample added for `Language ID`. Details [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/python/console/speech_sample.py).
42+
43+
**Covid19 abridged testing**
44+
45+
Due to working remotely over the last few weeks, we couldn't do as much manual device verification testing as we normally do. An example of this is testing microphone input and speaker output on Linux, iOS, and macOS. We haven't made any changes we think could have broken anything on these platforms, and our automated tests all passed. In the unlikely event that we missed something, please let us know on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues?page=2&q=is%3Aissue+is%3Aopen).<br>
46+
Thank you for your continued support. As always, please post questions or feedback on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues?page=2&q=is%3Aissue+is%3Aopen) or [Stack Overflow](https://stackoverflow.microsoft.com/questions/tagged/731).<br>
47+
Stay healthy!
48+
1749
## Speech SDK 1.10.0: 2020-February release
1850

1951
**New features**
52+
2053
- Added Python packages to support the new 3.8 release of Python.
2154
- Red Hat Enterprise Linux (RHEL)/CentOS 8 x64 support (C++, C#, Java, Python).
2255
> [!NOTE]
@@ -28,6 +61,7 @@ ms.custom: seodec18
2861
- Updated speech recognition models for 19 locales for an average word error rate reduction of 18.6% (es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pt-BR, zh-CN, zh-HK, nb-NO, fi-FL, ru-RU, pl-PL, ca-ES, zh-TW, th-TH, pt-PT, tr-TR). The new models bring significant improvements across multiple domains including Dictation, Call-Center Transcription and Video Indexing scenarios.
2962

3063
**Bug fixes**
64+
3165
- Fixed bug where Conversation Transcriber did not await properly in JAVA APIs
3266
- Android x86 emulator fix for Xamarin [GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/363)
3367
- Add missing (Get|Set)Property methods to AudioConfig
@@ -36,9 +70,11 @@ ms.custom: seodec18
3670
- ID generation in Universal Windows Applications now uses an appropriately unique GUID algorithm; it previously and unintentionally defaulted to a stubbed implementation that often produced collisions over large sets of interactions.
3771

3872
**Samples**
73+
3974
- Unity sample for using Speech SDK with [Unity microphone and push mode streaming](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/unity/from-unitymicrophone)
4075

4176
**Other changes**
77+
4278
- [OpenSSL configuration documentation updated for Linux](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-configure-openssl-linux)
4379

4480
## Speech SDK 1.9.0: 2020-January release
@@ -54,14 +90,12 @@ ms.custom: seodec18
5490
- JavaScript: Added support for `FromHost API` to ease use with on-prem containers and sovereign clouds. See documentation [here](speech-container-howto.md).
5591
- JavaScript: We now honor `NODE_TLS_REJECT_UNAUTHORIZED` thanks to a contribution from [orgads](https://github.com/orgads). See details [here](https://github.com/microsoft/cognitive-services-speech-sdk-js/pull/75).
5692

57-
5893
**Breaking changes**
5994

6095
- `OpenSSL` has been updated to version 1.1.1b and is statically linked to the Speech SDK core library for Linux. This may cause a break if your inbox `OpenSSL` has not been installed to the `/usr/lib/ssl` directory in the system. Please check [our documentation](how-to-configure-openssl-linux.md) under Speech SDK docs to work around the issue.
6196
- We have changed the data type returned for C# `WordLevelTimingResult.Offset` from `int` to `long` to allow for access to `WordLevelTimingResults` when speech data is longer than 2 minutes.
6297
- `PushAudioInputStream` and `PullAudioInputStream` now send wav header information to the Speech Service based on `AudioStreamFormat`, optionally specified when they were created. Customers must now use the [supported audio input format](how-to-use-audio-input-streams.md). Any other formats will get sub-optimal recognition results or may cause other issues.
6398

64-
6599
**Bug fixes**
66100

67101
- See the `OpenSSL` update under Breaking changes above. We fixed both an intermittent crash and a performance issue (lock contention under high load) in Linux and Java.
@@ -76,14 +110,12 @@ ms.custom: seodec18
76110
- JavaScript: added support for setting service properties, as added in 1.7.
77111
- JavaScript: fixed an issue where a connection error could result in continuous, unsuccessful websocket reconnect attempts.
78112

79-
80113
**Samples**
81114

82115
- Added keyword recognition sample for Android [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/java/android/sdkdemo).
83116
- Added TTS sample for the server scenario [here](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/csharp/sharedcontent/console/speech_synthesis_server_scenario_sample.cs).
84117
- Added Multi-device conversation quickstarts for C# and C++ [here](quickstarts/multi-device-conversation.md).
85118

86-
87119
**Other changes**
88120

89121
- Optimized SDK core library size on Android.

0 commit comments

Comments
 (0)