Skip to content

Commit b77c907

Browse files
authored
Merge branch 'preview' into MiYanni-patch-1
2 parents b2d803f + 90e619c commit b77c907

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

src/ResourceManager/EventHub/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Fix bug in Get-AzureRmEventHubGeoDRConfiguration help
2122

2223
## Version 0.6.0
2324
* Added below new commands for Geo Disaster Recovery operations.

src/ResourceManager/EventHub/Commands.EventHub/help/Get-AzureRmEventHubGeoDRConfiguration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.EventHub.dll-Help.xml
33
Module Name: AzureRM.EventHub
4-
online version:https://docs.microsoft.com/en-us/powershell/module/azurerm.eventhub/get-azurermeventhubGeodrconfiguration
4+
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.eventhub/get-azurermeventhubGeodrconfiguration
55
schema: 2.0.0
66
---
77

@@ -30,6 +30,7 @@ Get-AzureRmEventHubGeoDRConfiguration [-ResourceId] <String> [-Name <String>]
3030
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3131
```
3232

33+
## DESCRIPTION
3334
The **Get-AzureRmEventHubGeoDRConfiguration** Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace
3435

3536
## EXAMPLES
@@ -141,20 +142,17 @@ Accept wildcard characters: False
141142
```
142143
143144
### CommonParameters
144-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
145-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
145+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
146146
147147
## INPUTS
148148
149149
### System.String
150150
Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes
151151
152-
153152
## OUTPUTS
154153
155154
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.Commands.EventHub, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null]]
156155

157-
158156
## NOTES
159157

160158
## RELATED LINKS

src/ResourceManager/Resources/ChangeLog.md

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

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

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

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

2424
## EXAMPLES
2525

26-
### 1:
26+
### Example 1: Register a provider
2727
```
28-
28+
PS C:\>Register-AzureRmResourceProvider -ProviderNamespace Microsoft.Network
2929
```
3030

31+
This registers the Microsoft.Network provider for your account.
32+
3133
## PARAMETERS
3234

3335
### -ApiVersion

0 commit comments

Comments
 (0)