Skip to content

Commit dadc5cb

Browse files
author
xizha
committed
Merge remote-tracking branch 'upstream/preview' into preview
2 parents 284db68 + b681c88 commit dadc5cb

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

src/ResourceManager/ContainerInstance/Commands.ContainerInstance/help/New-AzureRmContainerGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,9 @@ Accept wildcard characters: False
288288
```
289289
290290
### -DnsNameLabel
291-
The DNS name label for the IP address.```yaml
291+
The DNS name label for the IP address.
292+
293+
```yaml
292294
Type: String
293295
Parameter Sets: (All)
294296
Aliases:

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/StackAdmin/AzureRM/AzureRM.psm1

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/AzureRM/AzureRM.psm1

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)