Skip to content

Commit c1c236f

Browse files
authored
Merge pull request #5470 from Azure/MiYanni-patch-1
Added missing example in Register-AzureRmProviderFeature
2 parents 90e619c + b77c907 commit c1c236f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/ResourceManager/Resources/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Current Release
2121
* Get-AzureRmADServicePrincipal: Removed -ServicePrincipalName from the default Empty parameter set as it was redundant with the SPN parameter set
22+
* Register-AzureRmProviderFeature: Added missing example in the docs
2223
* Register-AzureRmResourceProvider: Added missing example in the docs
2324

2425
## Version 5.2.0

src/ResourceManager/Resources/Commands.Resources/help/Register-AzureRmProviderFeature.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ The **Register-AzureRmProviderFeature** cmdlet registers an Azure provider featu
2323

2424
## EXAMPLES
2525

26-
### 1:
26+
### Example 1: Register a feature
2727
```
28-
28+
PS C:\>Register-AzureRmProviderFeature -FeatureName AllowApplicationSecurityGroups -ProviderNamespace Microsoft.Network
2929
```
3030

31+
This adds the AllowApplicationSecurityGroups feature for Microsoft.Network to your account.
32+
3133
## PARAMETERS
3234

3335
### -DefaultProfile

0 commit comments

Comments
 (0)