File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/ResourceManager/Resources Expand file tree Collapse file tree 2 files changed +5
-2
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
22
23
* Register-AzureRmResourceProvider: Added missing example in the docs
23
24
24
25
## Version 5.2.0
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