You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1361
+
1361
1362
## Set-ADSyncToolsTls12
1362
1363
### SYNOPSIS
1363
1364
Sets Client\Server TLS 1.2 settings for .NET Framework
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1749
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1750
+
1751
+
## Get-ADSyncToolsDuplicateUsersSourceAnchor
1752
+
### SYNOPSIS
1753
+
Gets a list of all the objects with "Source anchor has changed" error.
There are certain scenarios like M&A where Customers add a new forest to Azure AD Connect with duplicate user objects.
1760
+
This causes multiple sync errors if the new connector precedence is higher for the newly joined users. This cmdlet will provide a list of all the objects with "Source anchor has changed" errors.
AD connector name for which user source anchors needs to be repaired
1770
+
```yaml
1771
+
Type: Object
1772
+
Parameter Sets: (All)
1773
+
Aliases:
1774
+
Required: true
1775
+
Position: 1
1776
+
Default value:
1777
+
Accept pipeline input: True (ByPropertyName)
1778
+
Accept wildcard characters: False
1779
+
```
1780
+
#### CommonParameters
1781
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1782
+
1783
+
## Set-ADSyncToolsDuplicateUsersSourceAnchor
1784
+
### SYNOPSIS
1785
+
Fixes all the objects with "Source Anchor has changed" error.
This cmdlet takes in the list of objects from Get-ADSyncToolsDuplicateUsersSourceAnchor as pipeline input. It then fixes the sync errors by updating the msDS-ConsistencyGuid attribute with the sourceAnchor/immutableID of the original object.
1792
+
The cmdlet has an optional parameter - "Override prompt", which is False by default. If it is set to True, then the user will not be prompted when updating the msDS-ConsistencyGuid attribute.
AD EA/DA Admin Credentials, If not provided default credentials will be used
1818
+
```yaml
1819
+
Type: PSCredential
1820
+
Parameter Sets: (All)
1821
+
Aliases:
1822
+
Required: False
1823
+
Position: Named
1824
+
Default value:
1825
+
Accept pipeline input: False
1826
+
Accept wildcard characters: False
1827
+
```
1828
+
#### -OverridePrompt
1829
+
```yaml
1830
+
Type: Boolean
1831
+
Parameter Sets: (All)
1832
+
Aliases:
1833
+
Required: False
1834
+
Position: Named
1835
+
Default value: False
1836
+
Accept pipeline input: False
1837
+
Accept wildcard characters: False
1838
+
```
1839
+
#### CommonParameters
1840
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
Copy file name to clipboardExpand all lines: articles/aks/cluster-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Additionally not all VM images support Gen2, on AKS Gen2 VMs will use the new [A
59
59
60
60
## Ephemeral OS
61
61
62
-
By default, Azure automatically replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. However, since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency.
62
+
By default, Azure automatically replicates the operating system disk for a virtual machine to Azure storage to avoid data loss if the VM needs to be relocated to another host. However, since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency.
63
63
64
64
By contrast, ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read/write latency, along with faster node scaling and cluster upgrades.
Copy file name to clipboardExpand all lines: articles/cognitive-services/cognitive-services-container-support.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ Azure Cognitive Services containers provide the following set of Docker containe
64
64
|--|--|--|
65
65
|[Speech Service API][sp-containers-stt]|**Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
66
66
|[Speech Service API][sp-containers-cstt]|**Custom Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text using a custom model. | Generally available |
67
-
|[Speech Service API][sp-containers-tts]|**Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-text-to-speech)) | Converts text to natural-sounding speech. | Generally available |
68
-
|[Speech Service API][sp-containers-ctts]|**Custom Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-text-to-speech)) | Converts text to natural-sounding speech using a custom model. | Gated preview |
69
67
|[Speech Service API][sp-containers-ntts]|**Neural Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-neural-text-to-speech)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available. <br> container can also [run in disconnected environments](containers/disconnected-containers.md). |
70
68
|[Speech Service API][sp-containers-lid]|**Speech language detection** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-language-detection)) | Determines the language of spoken audio. | Gated preview |
0 commit comments