We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2498a6 + 83d75a3 commit 7aa4d94Copy full SHA for 7aa4d94
articles/storage/files/files-redundancy.md
@@ -213,7 +213,7 @@ $token = Get-AzAccessToken
213
# Invoke SRP list SKU API, and get the returned SKU list
214
$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)"}
215
216
-# Filter the SKU list to get the required information, customization requried here to get the best result.
+# Filter the SKU list to get the required information, customization required here to get the best result.
217
$filteredResult = $result | `
218
Select-Object -ExpandProperty value | `
219
Where-Object {
0 commit comments