Skip to content

Commit 927a364

Browse files
authored
Merge pull request #125174 from ArieHein/Spelling-Wave-44
Spelling Fixes
2 parents 7f75600 + 931ed7d commit 927a364

23 files changed

+38
-38
lines changed

articles/time-series-insights/how-to-tsi-gen2-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ events
182182
| where timestamp >= datetime(2021-11-01T00:00:0.0000000Z) and timestamp < datetime(2021-11-05T00:00:00.000000Z)
183183
| where deviceId_string== "deviceId1" and siteId_string == "siteId1" and dataId_string == "dataId1"
184184
| take 10000
185-
| project timestamp, sensorStringValue= ['sensors.value_string'], sensorBoolValue= ['sensors.value_bool'], sensorDoublelValue= ['sensors.value_double']
185+
| project timestamp, sensorStringValue= ['sensors.value_string'], sensorBoolValue= ['sensors.value_bool'], sensorDoubleValue= ['sensors.value_double']
186186
```
187187

188188
### AggregateSeries

articles/trusted-signing/concept-trusted-signing-resources-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Identity validations are all about establishing the identity on the certificates
4444

4545
- **Public Trust** means that all identity values must be validated in accordance to the [Microsoft PKI Services Third-Party Certification Practice Statement (CPS)](https://www.microsoft.com/pkiops/docs/repository.htm). This requirement aligns with the expectations for publicly trusted code signing certificates.
4646

47-
- **Private Trust** is intended for situations in which there's an established trust in a private identity across one or many relying parties (consumers of signatures) or internally in app control or line-of-business (LOB) scenarios. With Private Trust identity validations, there's minimal verification of the identity attributes (for example, the `Organization Unit` value). Verification is tightly associated with the Azure Tenant of the subscriber (for example, `Costoso.onmicrosoft.com`). The values in Private Trust certificate profiles aren't validated beyond the Azure Tenant information.
47+
- **Private Trust** is intended for situations in which there's an established trust in a private identity across one or many relying parties (consumers of signatures) or internally in app control or line-of-business (LOB) scenarios. With Private Trust identity validations, there's minimal verification of the identity attributes (for example, the `Organization Unit` value). Verification is tightly associated with the Azure Tenant of the subscriber (for example, `Contoso.onmicrosoft.com`). The values in Private Trust certificate profiles aren't validated beyond the Azure Tenant information.
4848

4949
For more information about Public Trust and Private Trust, see [Trusted Signing trust models](./concept-trusted-signing-trust-models.md).
5050

articles/trusted-signing/how-to-renew-identity-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can check the expiration date of your Identity Validation on the Identity Va
4141
You can delete an Identity Validation that is not in "In Progress" state from the Identity Validation page.
4242

4343
>[!Note]
44-
>Deleting an Identity Validation before stops the renewal of linked certificate profiles across all the accounts within a subscription where Identtiy Validation was done. This impacts signing.
44+
>Deleting an Identity Validation before stops the renewal of linked certificate profiles across all the accounts within a subscription where Identity Validation was done. This impacts signing.
4545
>Deleted identity validation requests cannot be recovered.
4646
4747
1. Navigate to your Trusted Signing account in the [Azure portal](https://portal.azure.com/).

articles/trusted-signing/how-to-signing-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To complete the steps in this article, you need:
4040

4141
Trusted Signing Client Tools for SignTool.exe is a library plugin that requires the following components:
4242

43-
1. Windows SDK SignTool.exe (minimum verision: 10.0.2261.755)
43+
1. Windows SDK SignTool.exe (minimum version: 10.0.2261.755)
4444
1. .NET 8 Runtime
4545
1. Microsoft Visual C++ Redistributable
4646
1. Trusted Signing Client Dlib

articles/trusted-signing/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following table lists *helpful commands* to use when you create a Trusted Si
208208
You can complete your own identity validation by filling in the request form with the information that must be included in the certificate. Identity validation can be completed only in the Azure portal. You can't complete identity validation by using the Azure CLI.
209209

210210
> [!NOTE]
211-
> You can't create an identity validation request if you aren't assigned the appropriate role. If the **New identity** button on the menu bar appears dimmed in the Azure portal, ensure that you are assigned the Trusted Signing Identity Verifier roler to proceed with identity validation.
211+
> You can't create an identity validation request if you aren't assigned the appropriate role. If the **New identity** button on the menu bar appears dimmed in the Azure portal, ensure that you are assigned the Trusted Signing Identity Verifier role to proceed with identity validation.
212212
213213
# [Identity Validation - Organization](#tab/orgvalidation)
214214

articles/update-manager/manage-pre-post-events.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To use application insights to monitor executions in Azure functions, refer [her
8383

8484
### Cancel a schedule run before it begins to run
8585

86-
To cancel the schedule run, the cancelation API in your pre-event must get triggered at least 10 minutes before the schedule maintenance configuration start time. You must call the cancelation API in your pre-event, that is, Runbook script or Azure function code.
86+
To cancel the schedule run, the cancellation API in your pre-event must get triggered at least 10 minutes before the schedule maintenance configuration start time. You must call the cancellation API in your pre-event, that is, Runbook script or Azure function code.
8787

8888
**To cancel the schedule maintenance run**
8989

@@ -156,16 +156,16 @@ To view the history of an event created through Azure Function, follow these ste
156156
3. Select the **By Maintenance run ID** tab, and then select the maintenance run ID for which you want to view the status.
157157
4. Refer to the **Status** to view the status. If the maintenance run has been canceled, the status will be displayed as **cancelled**. Select the status to view the details.
158158

159-
There are two types of cancelations:
159+
There are two types of cancellations:
160160

161-
- **Cancelation by user**: When you invoke the cancelation API from your script or code.
162-
- **Cancelation by system**: When the system invokes the cancelation API due to an internal error. This is done only if the system is unable to send the pre-event to the customer's end point that is 30 minutes before the scheduled patching job. In this case, the upcoming scheduled maintenance configuration will be canceled due to the failure of running the pre-events by the system.
161+
- **Cancellation by user**: When you invoke the cancellation API from your script or code.
162+
- **Cancellation by system**: When the system invokes the cancellation API due to an internal error. This is done only if the system is unable to send the pre-event to the customer's end point that is 30 minutes before the scheduled patching job. In this case, the upcoming scheduled maintenance configuration will be canceled due to the failure of running the pre-events by the system.
163163

164-
To confirm if the cancelation is by user or system, you can view the status of the maintenance run ID from the ARG query mentioned above in **See details**. The **error message** displays whether the schedule run has been canceled by the user or system and the **status** field confirms the status of the maintenance run.
164+
To confirm if the cancellation is by user or system, you can view the status of the maintenance run ID from the ARG query mentioned above in **See details**. The **error message** displays whether the schedule run has been canceled by the user or system and the **status** field confirms the status of the maintenance run.
165165

166-
:::image type="content" source="./media/manage-pre-post-events/cancelation-api-user-inline.png" alt-text="Screenshot that shows how to view the cancelation status." lightbox="./media/manage-pre-post-events/cancelation-api-user-expanded.png":::
166+
:::image type="content" source="./media/manage-pre-post-events/cancelation-api-user-inline.png" alt-text="Screenshot that shows how to view the cancellation status." lightbox="./media/manage-pre-post-events/cancelation-api-user-expanded.png":::
167167

168-
The above image shows an example of cancelation by the user, where the error message would be **Maintenance cancelled using cancellation API at YYYY-MM-DD**. If the maintenance run is canceled by the system due to any reason, the error message in the JSON would be **Maintenance cancelled due to internal platform failure at YYYY-MM-DD**.
168+
The above image shows an example of cancellation by the user, where the error message would be **Maintenance cancelled using cancellation API at YYYY-MM-DD**. If the maintenance run is canceled by the system due to any reason, the error message in the JSON would be **Maintenance cancelled due to internal platform failure at YYYY-MM-DD**.
169169

170170

171171
## Delete pre and post event

articles/update-manager/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If any of the steps are missed, please move the resource to the previous resourc
129129

130130
#### Issue
131131

132-
You want to ensure that the Windows Update client won't install pacthes on your Windows Server so you want to set the patch setting to Manual. The Azure machine has the patch orchestration option as `AutomaticByOS/Windows` automatic updates and you're unable to change the patch orchestration to Manual Updates by using **Change update settings**.
132+
You want to ensure that the Windows Update client won't install patches on your Windows Server so you want to set the patch setting to Manual. The Azure machine has the patch orchestration option as `AutomaticByOS/Windows` automatic updates and you're unable to change the patch orchestration to Manual Updates by using **Change update settings**.
133133

134134
#### Resolution
135135

articles/update-manager/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The limit on the number of subscriptions that you can manage to use the Update M
141141

142142
### New prerequisite for scheduled patching
143143

144-
A new patch orchestration - **Customer Managed Schedules (Preview)** is introduced as a prerequisite to enable scheduled patching on Azure VMs. The new patch enables the *Azure-orchestrated* and *BypassPlatformSafteyChecksOnUserSchedule* VM properties on your behalf after receiving the consent. [Learn more](prerequsite-for-schedule-patching.md).
144+
A new patch orchestration - **Customer Managed Schedules (Preview)** is introduced as a prerequisite to enable scheduled patching on Azure VMs. The new patch enables the *Azure-orchestrated* and *BypassPlatformSafetyChecksOnUserSchedule* VM properties on your behalf after receiving the consent. [Learn more](prerequsite-for-schedule-patching.md).
145145

146146
> [!IMPORTANT]
147147
> For a seamless scheduled patching experience, we recommend that for all Azure VMs, you update the patch orchestration to **Customer Managed Schedules (Preview)** by **30th June 2023**. If you fail to update the patch orchestration by **30th June 2023**, you can experience a disruption in business continuity because the schedules will fail to patch the VMs.

articles/virtual-desktop/redirection-configure-location.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ To enable location services without Intune, you can use Group Policy to configur
175175

176176
1. Enable individual Microsoft Store, MSIX, or Appx apps (this value needs to be set per user). Replace `<Package Family Name>` with the package family name of the app, for example `Microsoft.BingWeather_8wekyb3d8bbwe`. You can get a list of apps and their package family name using the [Get-AppxPackage](/powershell/module/appx/get-appxpackage) PowerShell cmdlet.
177177

178-
- **Key**: `HKEY_CURRENT_USER\oftware\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location\<Package Family Name>`
178+
- **Key**: `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location\<Package Family Name>`
179179
- **Type**: `REG_SZ` (String value)
180180
- **Value name**: `Value`
181181
- **Value data**: `Allow`
@@ -221,7 +221,7 @@ To view redirection support in Windows App and the Remote Desktop app, see [Comp
221221

222222
On Windows, you can enable location services in the Windows Settings app. For more information, see [Windows location service and privacy](https://support.microsoft.com/windows/windows-location-service-and-privacy-3a8eee0a-5b0b-dc07-eede-2a5ca1c49088). The steps in this article to enable location services in a remote session using Intune and Group Policy can also be applied to local Windows devices.
223223

224-
To enable location services on other platforms, refer to the relevent manufacturer's documentation.
224+
To enable location services on other platforms, refer to the relevant manufacturer's documentation.
225225

226226
## Test location redirection
227227

articles/virtual-desktop/session-host-update-configure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Before you update session hosts using session host update, you need:
4949

5050
| Name | Type | Applies to |
5151
|--|--|--|
52-
| Reset password | Allow | Decendent Computer objects |
53-
| Validated write to DNS host name | Allow | Decendent Computer objects |
54-
| Validated write to service principal name | Allow | Decendent Computer objects |
55-
| Read account restrictions | Allow | Decendent Computer objects |
56-
| Write account restrictions | Allow | Decendent Computer objects |
52+
| Reset password | Allow | Descendant Computer objects |
53+
| Validated write to DNS host name | Allow | Descendant Computer objects |
54+
| Validated write to service principal name | Allow | Descendant Computer objects |
55+
| Read account restrictions | Allow | Descendant Computer objects |
56+
| Write account restrictions | Allow | Descendant Computer objects |
5757

5858
Beginning with [KB5020276](https://support.microsoft.com/help/5020276), further protections were introduced for the reuse of computer accounts in an Active Directory domain. To successfully reuse the existing computer object for the session host, either:
5959

0 commit comments

Comments
 (0)