Skip to content

Commit 7aa4d94

Browse files
Merge pull request #127195 from changeworld/patch-6
Fix typo: requried -> required
2 parents d2498a6 + 83d75a3 commit 7aa4d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/files-redundancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ $token = Get-AzAccessToken
213213
# Invoke SRP list SKU API, and get the returned SKU list
214214
$result = Invoke-RestMethod -Method Get -Uri "https://management.azure.com/subscriptions/$($subscriptionID)/providers/Microsoft.Storage/skus?api-version=2024-01-01" -Headers @{"Authorization" = "Bearer $($token.Token)"}
215215
216-
# Filter the SKU list to get the required information, customization requried here to get the best result.
216+
# Filter the SKU list to get the required information, customization required here to get the best result.
217217
$filteredResult = $result | `
218218
Select-Object -ExpandProperty value | `
219219
Where-Object {

0 commit comments

Comments
 (0)