Skip to content

Commit af2d5b9

Browse files
Merge pull request #214756 from roygara/fixParameter
Fix parameter
2 parents 6f328e9 + 65154ce commit af2d5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/elastic-san/elastic-san-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use either the Azure PowerShell module or the Azure CLI to register your subscri
3838

3939
```azurepowershell
4040
Register-AzResourceProvider -ProviderNamespace Microsoft.ElasticSan
41-
Register-AzProviderFeature -FeatureNameAllow ElasticSanPreviewAccess -ProviderNamespace Microsoft.ElasticSan
41+
Register-AzProviderFeature -FeatureName ElasticSanPreviewAccess -ProviderNamespace Microsoft.ElasticSan
4242
```
4343

4444
It may take a few minutes for registration to complete. To confirm that you've registered, use the following command:

0 commit comments

Comments
 (0)