Skip to content

Commit e27c538

Browse files
Merge pull request #249368 from spelluru/docs-editor/event-hubs-ip-filtering-1692979845
Fixing broken links to REST API documentation
2 parents cf387cc + 6886ded commit e27c538

File tree

6 files changed

+33
-28
lines changed

6 files changed

+33
-28
lines changed

articles/event-hubs/event-hubs-ip-filtering.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ Use the following Azure PowerShell commands to add, list, remove, update, and de
169169
- [`New-AzEventHubIPRuleConfig`](/powershell/module/az.eventhub/new-azeventhubipruleconfig) and [`Set-AzEventHubNetworkRuleSet`](/powershell/module/az.eventhub/set-azeventhubnetworkruleset) together to add an IP firewall rule
170170
- [`Remove-AzEventHubIPRule`](/powershell/module/az.eventhub/remove-azeventhubiprule) to remove an IP firewall rule.
171171

172-
173172
## Default action and public network access
174173

175174
### REST API
@@ -180,7 +179,7 @@ From API version **2021-06-01-preview onwards**, the default value of the `defau
180179

181180
The API version **2021-06-01-preview onwards** also introduces a new property named `publicNetworkAccess`. If it's set to `Disabled`, operations are restricted to private links only. If it's set to `Enabled`, operations are allowed over the public internet.
182181

183-
For more information about these properties, see [Create or Update Network Rule Set](/rest/api/eventhub/preview/namespaces-network-rule-set/create-or-update-network-rule-set) and [Create or Update Private Endpoint Connections](/rest/api/eventhub/preview/private-endpoint-connections/create-or-update).
182+
For more information about these properties, see [Create or Update Network Rule Set](/rest/api/eventhub/controlplane-preview/namespaces-network-rule-set/create-or-update-network-rule-set) and [Create or Update Private Endpoint Connections](/rest/api/eventhub/controlplane-preview/private-endpoint-connections/create-or-update).
184183

185184
> [!NOTE]
186185
> None of the above settings bypass validation of claims via SAS or Azure AD authentication. The authentication check always runs after the service validates the network checks that are configured by `defaultAction`, `publicNetworkAccess`, `privateEndpointConnections` settings.
@@ -193,6 +192,8 @@ Azure portal always uses the latest API version to get and set properties. If y
193192

194193

195194

195+
196+
196197
## Next steps
197198

198199
For constraining access to Event Hubs to Azure virtual networks, see the following link:
@@ -202,5 +203,9 @@ For constraining access to Event Hubs to Azure virtual networks, see the followi
202203
<!-- Links -->
203204

204205
[express-route]: ../expressroute/expressroute-faqs.md#supported-services
206+
205207
[lnk-deploy]: ../azure-resource-manager/templates/deploy-powershell.md
208+
206209
[lnk-vnet]: event-hubs-service-endpoints.md
210+
211+

articles/event-hubs/event-hubs-service-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ From API version **2021-06-01-preview onwards**, the default value of the `defau
219219

220220
The API version **2021-06-01-preview onwards** also introduces a new property named `publicNetworkAccess`. If it's set to `Disabled`, operations are restricted to private links only. If it's set to `Enabled`, operations are allowed over the public internet.
221221

222-
For more information about these properties, see [Create or Update Network Rule Set](/rest/api/eventhub/preview/namespaces-network-rule-set/create-or-update-network-rule-set) and [Create or Update Private Endpoint Connections](/rest/api/eventhub/preview/private-endpoint-connections/create-or-update).
222+
For more information about these properties, see [Create or Update Network Rule Set](/rest/api/eventhub/controlplane-preview/namespaces-network-rule-set/create-or-update-network-rule-set) and [Create or Update Private Endpoint Connections](/rest/api/eventhub/controlplane-preview/private-endpoint-connections/create-or-update).
223223

224224
> [!NOTE]
225225
> None of the above settings bypass validation of claims via SAS or Azure AD authentication. The authentication check always runs after the service validates the network checks that are configured by `defaultAction`, `publicNetworkAccess`, `privateEndpointConnections` settings.

0 commit comments

Comments
 (0)