File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/ResourceManager/Resources Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
-->
20
20
## Current Release
21
21
* 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
22
24
* Add ManagementPartner cmdlets
23
25
- New-AzureRmManagementPartner cmdlet to create a management partner
24
26
- Get-AzureRmManagementPartner cmdlet to list the management partner for the current user
25
27
- Remove-AzureRmManagementPartner cmdlet to delete a management partner
26
28
- Update-AzureRmManagementPartner cmdlet to update an existing management partner
27
- * Register-AzureRmResourceProvider: Added missing example in the docs
28
29
29
30
## Version 5.2.0
30
31
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
Original file line number Diff line number Diff line change @@ -23,11 +23,13 @@ The **Register-AzureRmProviderFeature** cmdlet registers an Azure provider featu
23
23
24
24
## EXAMPLES
25
25
26
- ### 1:
26
+ ### Example 1: Register a feature
27
27
```
28
-
28
+ PS C:\>Register-AzureRmProviderFeature -FeatureName AllowApplicationSecurityGroups -ProviderNamespace Microsoft.Network
29
29
```
30
30
31
+ This adds the AllowApplicationSecurityGroups feature for Microsoft.Network to your account.
32
+
31
33
## PARAMETERS
32
34
33
35
### -DefaultProfile
You can’t perform that action at this time.
0 commit comments