Skip to content

Commit 18a6a81

Browse files
authored
Merge pull request #311133 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 ce7a91d + e9abed1 commit 18a6a81

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

articles/governance/machine-configuration/how-to/create-policy-definition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ Parameters of the `New-GuestConfigurationPolicy` cmdlet:
114114
- **Mode**: (case sensitive: `ApplyAndMonitor`, `ApplyAndAutoCorrect`, `Audit`) choose if the
115115
policy should audit or deploy the configuration. The default is `Audit`.
116116
- **Tag**: Adds one or more tag filters to the policy definition.
117-
- **Category**: Sets the category metadata field in the policy definition.
118117
- **LocalContentPath**: The path to the local copy of the `.zip` Machine Configuration package
119118
file. This parameter is required if you're using a User Assigned Managed Identity to provide
120119
access to an Azure Storage blob.

articles/storage/common/storage-use-azcopy-authorize-service-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export AZCOPY_TENANT_ID=<tenant-id>
207207
### [Windows](#tab/windows)
208208

209209
```powershell
210-
$Env:AZCOPY_AUTO_LOGIN_TYPE="PSCRED"
210+
$Env:AZCOPY_AUTO_LOGIN_TYPE="AZCLI"
211211
$Env:AZCOPY_TENANT_ID="<tenant-id>"
212212
```
213213

0 commit comments

Comments
 (0)