Skip to content

Commit 9f40d97

Browse files
authored
Merge pull request #183472 from MicrosoftDocs/master
12/21 PM Publishing
2 parents e99c75f + 9d73c65 commit 9f40d97

File tree

35 files changed

+208
-212
lines changed

35 files changed

+208
-212
lines changed

articles/active-directory/develop/active-directory-saml-claims-customization.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 07/20/2021
12+
ms.date: 12/21/2021
1313
ms.author: kenwith
1414
ms.reviewer: luleon, paulgarn, jeedes
1515
ms.custom: aaddev
@@ -111,7 +111,8 @@ To apply a transformation to a user attribute:
111111

112112
1. In **Manage claim**, select *Transformation* as the claim source to open the **Manage transformation** page.
113113
2. Select the function from the transformation dropdown. Depending on the function selected, you will have to provide parameters and a constant value to evaluate in the transformation. Refer to the table below for more information about the available functions.
114-
3. To apply multiple transformation, click on **Add transformation**.You can apply a maximum of two transformation to a claim. For example, you could first extract the email prefix of the `user.mail`. Then, make the string upper case.
114+
3. (preview ) `Treat source as multivalued` is a checkbox indicating if the transform should be applied to all values or just the first. By default, transformations will only be applied to the first element in a multi value claim, by checking this box it ensures it is applied to all. This checkbox will only be enabled for multi valued attributes, for example `user.proxyaddresses`.
115+
4. To apply multiple transformation, click on **Add transformation**. You can apply a maximum of two transformation to a claim. For example, you could first extract the email prefix of the `user.mail`. Then, make the string upper case.
115116

116117
![Multiple claims transformation](./media/active-directory-saml-claims-customization/sso-saml-multiple-claims-transformation.png)
117118

articles/active-directory/governance/entitlement-management-logic-apps-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.collection: M365-identity-device-management
2727

2828
These Logic Apps can then be triggered to run in accordance with entitlement management use cases such as when an access package is granted or requested. For example, an admin could create and link a custom Logic App to entitlement management so that when a user requests an access package, a Logic App is triggered that ensures the user is also assigned certain characteristics in a 3rd party SAAS app (like Salesforce) or is sent a custom email.
2929

30-
entitlement management use cases that can be integrated with Logic Apps include:
30+
Entitlement management use cases that can be integrated with Logic Apps include:
3131

3232
- when an access package is requested
3333

@@ -129,4 +129,4 @@ To verify that your custom extension has correctly triggered the associated Logi
129129

130130
The overview page for a specific Logic App will show timestamps of when the Logic App was last executed. Also, the Resource Group overview for a resource group with a linked custom extension will show the name of that custom extension in the overview if it has been configured correctly.
131131

132-
## Next steps
132+
## Next steps

articles/active-directory/hybrid/reference-connect-version-history.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ Required permissions | For permissions required to apply an update, see [account
5858
>
5959
> Please follow this link to read more about [auto upgrade](how-to-connect-install-automatic-upgrade.md).
6060
61+
## 2.0.89.0
62+
63+
### Release status
64+
12/21/2021: Released for download only, not available for auto upgrade.
65+
66+
### Bug fixes
67+
- We fixed a bug in version 2.0.88.0 where, under certain conditions, linked mailboxes of disabled users were getting deleted.
68+
6169
## 2.0.88.0
6270
> [!NOTE]
6371
> This release requires Windows Server 2016 or newer. It fixes a vulnerability that is present in version 2.0 of Azure AD Connect, as well as some other bug fixes and minor feature updates.
@@ -68,7 +76,7 @@ Required permissions | For permissions required to apply an update, see [account
6876
### Bug fixes
6977

7078
- We upgraded the version of Microsoft.Data.OData from 5.8.1 to 5.8.4 to fix a vulnerability
71-
- Accesibility: We made the Azure AD Connect wizard resizable to account for different zoom levels and screen resolutions.
79+
- Accesibility: We made the Azure AD Connect wizard resizable to account for different zoom levels and screen resolutions
7280
- Accesibility: Named elements to satisfy accessibility requirements
7381
- We fixed a bug where miisserver was crashing due to a null reference
7482
- We fixed a bug to ensure the desktop SSO value persists after upgrading Azure AD Connect to a newer version

articles/active-directory/manage-apps/f5-big-ip-forms-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Setting up a SAML federation trust between BIG-IP APM and Azure AD is one of the
116116
>[!NOTE]
117117
>In this configuration, the SAML flow would operate in IdP-initiated mode, where Azure AD issues users a SAML assertion before they're redirected to the BIG-IP service endpoint for the application. The BIG-IP APM supports both IdP-initiated and service provider-initiated modes.
118118
119-
c. For the `Logout URI`, enter the BIG-IP APM single logout (SLO) endpoint, prepended by the host header of the service that's being published. Providing an SLO URI ensures that users' BIG-IP APM session is also terminated after they're signed out of Azure AD. An example URI might be *https://myvacation.contoso.com/saml/sp/profile/redirect/slr*.
119+
c. For the `Logout URI`, enter the BIG-IP APM single logout (SLO) endpoint, prepended by the host header of the service that's being published. Providing an SLO URI ensures that users' BIG-IP APM session is also terminated after they're signed out of Azure AD. An example URI might be `https://myvacation.contoso.com/saml/sp/profile/redirect/slr`.
120120

121121
![Screenshot showing a basic SAML configuration.](./media/f5-big-ip-forms-advanced/basic-saml-configuration.png)
122122

articles/active-directory/saas-apps/documo-tutorial.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,12 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
144144

145145
### Create Documo test user
146146

147-
In this section, a user called Britta Simon is created in Documo. Documo supports just-in-time user provisioning, which is enabled by default. There is no action item for you in this section. If a user doesn't already exist in Documo, a new one is created after authentication.
147+
In this section, a user called B.Simon is created in Documo.
148+
149+
1. Navigate to the [Users page](https://app.documo.com?redirectTo=/users) on the Documo app.
150+
1. Click the **New user** button.
151+
1. Fill out the user form with name, email, phone number, user role, and password information. Make sure the **email** field matches the email for B.Simon in **Azure AD**.
152+
1. Click **Create**.
148153

149154
## Test SSO
150155

articles/azure-arc/servers/manage-vm-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: VM extension management with Azure Arc-enabled servers
33
description: Azure Arc-enabled servers can manage deployment of virtual machine extensions that provide post-deployment configuration and automation tasks with non-Azure VMs.
4-
ms.date: 10/28/2021
4+
ms.date: 12/21/2021
55
ms.topic: conceptual
66
---
77

@@ -45,7 +45,7 @@ In this release, we support the following VM extensions on Windows and Linux mac
4545
To learn about the Azure Connected Machine agent package and details about the Extension agent component, see [Agent overview](agent-overview.md#agent-component-details).
4646

4747
> [!NOTE]
48-
> Recently support for the DSC VM extension was removed for Azure Arc-enabled servers. Alternatively, we recommend using the Custom Script Extension to manage the post-deployment configuration of your server or machine.
48+
> The Desired State Configuration VM extension is no longer available for Azure Arc-enabled servers. Alternatively, we recommend [migrating to guest configuration](../../governance/policy/how-to/guest-configuration-azure-automation-migration.md) or using the Custom Script Extension to manage the post-deployment configuration of your server.
4949
5050
Arc-enabled servers support moving machines with one or more VM extensions installed between resource groups or another Azure subscription without experiencing any impact to their configuration. The source and destination subscriptions must exist within the same [Azure Active Directory tenant](../../active-directory/develop/quickstart-create-new-tenant.md). This support is enabled starting with the Connected Machine agent version **1.8.21197.005**. For more information about moving resources and considerations before proceeding, see [Move resources to a new resource group or subscription](../../azure-resource-manager/management/move-resource-group-and-subscription.md).
5151

articles/azure-maps/quick-android-map.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: 'Quickstart: Create an Android app with Azure Maps | Microsoft Azure '
2+
title: 'Quickstart: Create an Android app with Azure Maps'
3+
titleSuffix: Microsoft Azure Maps
34
description: 'Quickstart: Learn how to create an Android app using the Azure Maps Android SDK.'
45
author: stevemunk
56
ms.author: v-munksteve
6-
ms.date: 04/26/2021
7+
ms.date: 12/21/2021
78
ms.topic: quickstart
89
ms.service: azure-maps
910
services: azure-maps
@@ -32,18 +33,18 @@ This article shows you how to add the Azure Maps to an Android app. It walks you
3233

3334
Create a new Azure Maps account with the following steps:
3435

35-
1. In the upper left-hand corner of the [Azure portal](https://portal.azure.com), click **Create a resource**.
36-
2. In the *Search the Marketplace* box, type **Azure Maps**.
37-
3. From the *Results*, select **Azure Maps**. Click **Create** button that appears below the map.
36+
1. In the upper left-hand corner of the [Azure portal](https://portal.azure.com), select **Create a resource**.
37+
2. In the *Search the Marketplace* box, type **Azure Maps**, then select **Azure Maps** from the search results.
38+
3. Select the **Create** button that appears below the map.
3839
4. On the **Create Maps Account** page, enter the following values:
3940
* The *Subscription* that you want to use for this account.
4041
* The *Resource group* name for this account. You may choose to *Create new* or *Use existing* resource group.
4142
* The *Name* of your new account.
4243
* The *Pricing tier* for this account.
4344
* Read the *License* and *Privacy Statement*, and check the checkbox to accept the terms.
44-
* Click the **Create** button.
45+
* Select the **Create** button.
4546

46-
:::image type="content" source="./media/quick-demo-map-app/create-account.png" alt-text="Create Maps account in portal":::
47+
:::image type="content" source="./media/quick-demo-map-app/create-account.png" alt-text="A screen shot that shows the Create Maps account pane in the Azure portal":::
4748

4849
## Get the primary key for your account
4950

@@ -56,28 +57,28 @@ Once your Maps account is successfully created, retrieve the primary key that en
5657
>[!NOTE]
5758
> If you use the Azure subscription key instead of the Azure Maps primary key, your map won't render properly. Also, for security purposes, it is recommended that you rotate between your primary and secondary keys. To rotate keys, update your app to use the secondary key, deploy, then press the cycle/refresh button beside the primary key to generate a new primary key. The old primary key will be disabled. For more information on key rotation, see [Set up Azure Key Vault with key rotation and auditing](../key-vault/secrets/tutorial-rotation-dual.md)
5859
59-
![Get Primary Key Azure Maps key in Azure portal](media/quick-android-map/get-key.png)
60+
![A screen shot showing the Azure Maps Primary key in the Azure portal](media/quick-android-map/get-key.png)
6061

6162
## Create a project in Android Studio
6263

6364
First, create a new project with an empty activity. Complete these steps to create an Android Studio project:
6465

6566
1. Under **Choose your project**, select **Phone and Tablet**. Your application will run on this form factor.
66-
2. On the **Phone and Tablet** tab, select **Empty Activity**, and then select **Next**.
67+
2. On the **Phone and Tablet** tab, select **Empty Activity**, and then select **Next**.
6768
3. Under **Configure your project**, select `API 21: Android 5.0.0 (Lollipop)` as the minimum SDK. This is the earliest version supported by the Azure Maps Android SDK.
6869
4. Accept the default `Activity Name` and `Layout Name` and select **Finish**.
6970

7071
See the [Android Studio documentation](https://developer.android.com/studio/intro/) for more help with installing Android Studio and creating a new project.
7172

72-
![Create a project in Android studio](media/quick-android-map/form-factor-android.png)
73+
![A Create new project screen shot in Android studio](media/quick-android-map/form-factor-android.png)
7374

7475
## Set up a virtual device
7576

7677
Android Studio lets you set up a virtual Android device on your computer. Doing so can help you test your application during development. To set up a virtual device, select the Android Virtual Device (AVD) Manager icon in the upper-right corner of your project screen, and then select **Create Virtual Device**. You can also get to the AVD Manager by selecting **Tools** > **Android** > **AVD Manager** from the toolbar. In the **Phones** category, select **Nexus 5X**, and then select **Next**.
7778

7879
You can learn more about setting up an AVD in the [Android Studio documentation](https://developer.android.com/studio/run/managing-avds).
7980

80-
![Android Emulator](media/quick-android-map/android-emulator.png)
81+
![A screen shot of the Android Emulator in Android Studio](media/quick-android-map/android-emulator.png)
8182

8283
## Install the Azure Maps Android SDK
8384

@@ -113,7 +114,7 @@ The next step in building your application is to install the Azure Maps Android
113114
> [!Note]
114115
> You can set the version number to "0+" to have your code always point to the latest version.
115116
116-
4. Go to **File** in the toolbar and then click on **Sync Project with Gradle Files**.
117+
4. Go to **File** in the toolbar and then select **Sync Project with Gradle Files**.
117118
3. Add a map fragment to the main activity (res \> layout \> activity\_main.xml):
118119
119120
```xml
@@ -336,11 +337,11 @@ The next step in building your application is to install the Azure Maps Android
336337
337338
5. Select the run button, as shown in the following graphic (or press `Control` + `R` on a Mac), to build your application.
338339
339-
![Click Run](media/quick-android-map/run-app.png)
340+
![A screen shot showing the run button in Android Studio.](media/quick-android-map/run-app.png)
340341
341342
Android Studio will take a few seconds to build the application. After the build is complete, you can test your application in the emulated Android device. You should see a map like this one:
342343
343-
![Azure Maps in Android application](media/quick-android-map/quickstart-android-map.png)
344+
![A screen shot showing Azure Maps in an Android application](media/quick-android-map/quickstart-android-map.png)
344345
345346
## Clean up resources
346347
@@ -354,8 +355,8 @@ If you don't plan to continue to the tutorials, take these steps to clean up the
354355
355356
If you don't plan on continuing to develop with the Azure Maps Android SDK:
356357
357-
1. Navigate to the Azure portal page. Select **All resources** from the main portal page. Or, click on the menu icon in the upper left-hand corner. Select **All resources**.
358-
2. Click on your Azure Maps account. At the top of the page, click **Delete**.
358+
1. Navigate to the Azure portal page. Select **All resources** from the main portal page.
359+
2. Select your Azure Maps account. At the top of the page, select **Delete**.
359360
3. Optionally, if you don't plan to continue developing Android apps, uninstall Android Studio.
360361
361362
For more code examples, see these guides:

articles/azure-percept/azure-percept-devkit-container-release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ This page provides information of changes and fixes for Azure Percept DK Contain
1414

1515
To download the container updates, go to [Azure Percept Studio](https://ms.portal.azure.com/#blade/AzureEdgeDevices/main/overview), select Devices from the left navigation pane, choose the specific device, and then select Vision and Speech tabs to initiate container downloads.
1616

17+
## December (2112) Release
18+
19+
- Removed lines in the image frames using automatic image capture in Azure Percept Studio. This issue was introduced in the 2108 module release.
20+
- Security fixes for docker services running as root in azureeyemodule, azureearspeechclientmodule, and webstreammodule.
21+
1722
## August (2108) Release
1823

1924
- Azureyemodule (mcr.microsoft.com/azureedgedevices/azureeyemodule:2108-1)

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@
128128
href: patterns-name-generation.md
129129
- name: Shared variable file
130130
href: patterns-shared-variable-file.md
131+
- name: Provide parameters
132+
items:
133+
- name: Create parameter file
134+
href: parameter-files.md
135+
- name: Pass sensitive values
136+
displayName: key vault
137+
href: key-vault-parameter.md
131138
- name: Scenarios
132139
items:
133140
- name: Access control
@@ -151,13 +158,6 @@
151158
href: deploy-powershell.md
152159
- name: Deploy - Cloud Shell
153160
href: deploy-cloud-shell.md
154-
- name: Parameters
155-
items:
156-
- name: Create parameter file
157-
href: parameter-files.md
158-
- name: Pass sensitive values
159-
displayName: key vault
160-
href: key-vault-parameter.md
161161
- name: Configure settings
162162
items:
163163
- name: Bicep config file

0 commit comments

Comments
 (0)