Skip to content

Commit 47ad30f

Browse files
author
Ashraf Hamad
committed
update md files mannually to reflect new help message
1 parent 6717c28 commit 47ad30f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/EventGrid/EventGrid/help/New-AzEventGridSubscription.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ Accept wildcard characters: False
147147
148148
### -Endpoint
149149
Event subscription destination endpoint.
150-
This can be a webhook URL or the Azure resource ID of an EventHub.
150+
This can be a webhook URL, or the Azure resource ID of an EventHub, storage queue or hybridconnection. For example, the resource ID for a hybrid connection takes the following form: /subscriptions/[Azure Subscription ID]/resourceGroups/[ResourceGroupName]/providers/Microsoft.Relay/namespaces/[NamespaceName]/hybridConnections/[HybridConnectionName]. It is expected that the destination endpoint to be created and available for use before executing any Event Grid cmdlets.
151+
151152
152153
```yaml
153154
Type: System.String
@@ -175,7 +176,8 @@ Accept wildcard characters: False
175176
176177
### -EndpointType
177178
Endpoint Type.
178-
This can be webhook or eventhub
179+
This can be webhook, eventhub, storagequeue, or hybridconnection. Default value is webhook.
180+
179181
180182
```yaml
181183
Type: System.String

src/EventGrid/EventGrid/help/Update-AzEventGridSubscription.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ Accept wildcard characters: False
115115
116116
### -Endpoint
117117
Event subscription destination endpoint.
118-
This can be a webhook URL or the Azure resource ID of an EventHub.
118+
This can be a webhook URL, or the Azure resource ID of an EventHub, storage queue or hybridconnection. For example, the resource ID for a hybrid connection takes the following form: /subscriptions/[Azure Subscription ID]/resourceGroups/[ResourceGroupName]/providers/Microsoft.Relay/namespaces/[NamespaceName]/hybridConnections/[HybridConnectionName]. It is expected that the destination endpoint to be created and available for use before executing any Event Grid cmdlets.
119+
119120
120121
```yaml
121122
Type: System.String
@@ -131,7 +132,7 @@ Accept wildcard characters: False
131132
132133
### -EndpointType
133134
Endpoint Type.
134-
This can be webhook or eventhub
135+
This can be webhook, eventhub, storagequeue, or hybridconnection. Default value is webhook.
135136
136137
```yaml
137138
Type: System.String

0 commit comments

Comments
 (0)