Skip to content

Commit 7391f41

Browse files
authored
Merge pull request #218784 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents efa3559 + afdf2b1 commit 7391f41

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

articles/active-directory/enterprise-users/groups-dynamic-membership.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,10 @@ You can also create a rule that selects device objects for membership in a group
379379
> [!NOTE]
380380
> systemlabels is a read-only attribute that cannot be set with Intune.
381381
>
382-
> For Windows 10, the correct format of the deviceOSVersion attribute is as follows: (device.deviceOSVersion -startsWith "10.0.1"). The formatting can be validated with the Get-MsolDevice PowerShell cmdlet.
382+
> For Windows 10, the correct format of the deviceOSVersion attribute is as follows: (device.deviceOSVersion -startsWith "10.0.1"). The formatting can be validated with the Get-MgDevice PowerShell cmdlet:
383+
> ```
384+
> Get-MgDevice -Search "displayName:YourMachineNameHere" -ConsistencyLevel eventual | Select-Object -ExpandProperty 'OperatingSystemVersion'
385+
> ```
383386
384387
The following device attributes can be used.
385388

articles/confidential-computing/virtual-machine-solutions-amd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Confidential virtual machine options on AMD processors (preview)
2+
title: Azure Confidential virtual machine options on AMD processors
33
description: Azure Confidential Computing offers multiple options for confidential virtual machines that run on AMD processors backed by SEV-SNP technology.
44
author: mamccrea
55
ms.author: mamccrea

articles/synapse-analytics/security/how-to-connect-to-workspace-with-private-links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Private endpoints are created in a subnet. The subscription, resource group, and
4343
Select **Connect to an Azure resource in my directory** in the **Resource** tab. Select the **Subscription** that contains your Azure Synapse workspace. The **Resource type** for creating private endpoints to an Azure Synapse workspace is *Microsoft.Synapse/workspaces*.
4444

4545
Select your Azure Synapse workspace as the **Resource**. Every Azure Synapse workspace has three **Target sub-resource** that you can create a private endpoint to: Sql, SqlOnDemand, and Dev.
46-
- Sql is for SQL query execution in SQL pool.
47-
- SqlOnDemand is for SQL built-in query execution.
46+
- Sql is for SQL query execution in dedicated SQL pools.
47+
- SqlOnDemand is SQL query execution in the built-in serverless SQL pool.
4848
- Dev is for accessing everything else inside Azure Synapse Analytics Studio workspaces.
4949

5050
Select **Next: Configuration>** to advance to the next part of the setup.

0 commit comments

Comments
 (0)