Skip to content

Commit 7722405

Browse files
authored
Merge branch 'preview' into preview
2 parents 0de7658 + c1c236f commit 7722405

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/ResourceManager/Resources/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
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
23+
* Register-AzureRmResourceProvider: Added missing example in the docs
2224
* Add ManagementPartner cmdlets
2325
- New-AzureRmManagementPartner cmdlet to create a management partner
2426
- Get-AzureRmManagementPartner cmdlet to list the management partner for the current user
2527
- Remove-AzureRmManagementPartner cmdlet to delete a management partner
2628
- Update-AzureRmManagementPartner cmdlet to update an existing management partner
27-
* Register-AzureRmResourceProvider: Added missing example in the docs
2829

2930
## Version 5.2.0
3031
* Added Location Completer to -Location parameters allowing tab completion through valid Locations

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)