Skip to content

Commit 003972b

Browse files
authored
Merge pull request #114373 from yzheng-msft/patch-33
quick update on AFEC cmdlets
2 parents c85b184 + 700448c commit 003972b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/versioning-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ To register with PowerShell, call the [Get-AzProviderFeature](/powershell/module
223223
```powershell
224224
Register-AzProviderFeature -ProviderNamespace Microsoft.Storage `
225225
-FeatureName Versioning
226+
227+
# Refresh the Azure Storage provider namespace
228+
Register-AzResourceProvider -ProviderNamespace Microsoft.Storage
226229
```
227230

228231
# [Azure CLI](#tab/azure-cli)
@@ -247,9 +250,6 @@ To check the status of your registration with PowerShell, call the [Get-AzProvid
247250
```powershell
248251
Get-AzProviderFeature -ProviderNamespace Microsoft.Storage `
249252
-FeatureName Versioning
250-
251-
# Refresh the Azure Storage provider namespace
252-
Register-AzResourceProvider -ProviderNamespace Microsoft.Storage
253253
```
254254

255255
# [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)