Skip to content

Commit bbabc26

Browse files
authored
Merge pull request #260227 from spelluru/fixbuildissues1204
fixed build suggestions
2 parents 41ecf7f + bb4a2ff commit bbabc26

12 files changed

+12
-12
lines changed

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

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

180180
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.
181181

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).
182+
For more information about these properties, see [Create or Update Network Rule Set](/rest/api/eventhub/namespaces/create-or-update-network-rule-set) and [Create or Update Private Endpoint Connections](/rest/api/eventhub/private-endpoint-connections/create-or-update).
183183

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

articles/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'This quickstart shows you how to stream data into and from Azure E
44
ms.topic: quickstart
55
ms.date: 02/07/2023
66
author: kasun04
7-
ms.author: kindrasiri
7+
ms.author: spelluru
88
ms.custom: mode-other, passwordless-java
99
---
1010

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

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

articles/event-hubs/schema-registry-client-side-enforcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides information on using schemas in a schema regi
44
ms.topic: conceptual
55
ms.date: 04/26/2023
66
author: kasun04
7-
ms.author: kindrasiri
7+
ms.author: spelluru
88
---
99

1010
# Client-side schema enforcement

articles/event-hubs/schema-registry-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article explains concepts for Azure Schema Registry in Azure E
44
ms.topic: conceptual
55
ms.date: 04/26/2023
66
author: kasun04
7-
ms.author: kindrasiri
7+
ms.author: spelluru
88
---
99

1010
# Schema Registry in Azure Event Hubs

articles/event-hubs/schema-registry-dotnet-send-receive-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 04/26/2023
66
ms.devlang: csharp
77
ms.custom: devx-track-dotnet
88
author: kasun04
9-
ms.author: kindrasiri
9+
ms.author: spelluru
1010
---
1111

1212
# Validate using an Avro schema when streaming events using Event Hubs .NET SDKs (AMQP)

articles/event-hubs/schema-registry-kafka-java-send-receive-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 04/26/2023
66
ms.devlang: java
77
ms.custom: devx-track-extended-java
88
author: kasun04
9-
ms.author: kindrasiri
9+
ms.author: spelluru
1010
---
1111

1212
# Validate schemas for Apache Kafka applications using Avro (Java)

articles/service-bus-messaging/service-bus-service-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Use [`az servicebus namespace network-rule-set`](/cli/azure/servicebus/namespace
217217
## Use Azure PowerShell
218218
Use the following Azure PowerShell commands to add, list, remove, update, and delete network rules for a Service Bus namespace.
219219

220-
- [`Add-AzServiceBusVirtualNetworkRule`](/powershell/module/az.servicebus/add-azservicebusvirtualnetworkrule) to add a virtual network rule.
220+
- [`Set-AzServiceBusNetworkRuleSet`](/powershell/module/az.servicebus/add-azservicebusvirtualnetworkrule) to add a virtual network rule.
221221
- [`New-AzServiceBusVirtualNetworkRuleConfig`](/powershell/module/az.servicebus/new-azservicebusipruleconfig) and [`Set-AzServiceBusNetworkRuleSet`](/powershell/module/az.servicebus/set-azservicebusnetworkruleset) together to add a virtual network rule.
222222
- [`Remove-AzServiceBusVirtualNetworkRule`](/powershell/module/az.servicebus/remove-azservicebusvirtualnetworkrule) to remove s virtual network rule.
223223

articles/stream-analytics/confluent-kafka-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To upload certificates, you must have "**Key Vault Administrator**" access to y
7575
> Your Azure Stream Analytics job will fail when the certificate used for authentication expires. To resolve this, you must update/replace the certificate in your key vault and restart your Azure Stream Analytics job.
7676
7777
Make sure you have Azure CLI configured and installed locally with PowerShell.
78-
You can visit this page to get guidance on setting up Azure CLI: [Get started with Azure CLI](https://learn.microsoft.com/cli/azure/get-started-with-azure-cli#how-to-sign-into-the-azure-cli)
78+
You can visit this page to get guidance on setting up Azure CLI: [Get started with Azure CLI](/cli/azure/get-started-with-azure-cli#how-to-sign-into-the-azure-cli)
7979

8080
**Login to Azure CLI:**
8181
```PowerShell

articles/stream-analytics/confluent-kafka-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To upload certificates, you must have "**Key Vault Administrator**" access to y
7676
> Your Azure Stream Analytics job will fail when the certificate used for authentication expires. To resolve this, you must update/replace the certificate in your key vault and restart your Azure Stream Analytics job.
7777
7878
Make sure you have Azure CLI configured and installed locally with PowerShell.
79-
You can visit this page to get guidance on setting up Azure CLI: [Get started with Azure CLI](https://learn.microsoft.com/cli/azure/get-started-with-azure-cli#how-to-sign-into-the-azure-cli)
79+
You can visit this page to get guidance on setting up Azure CLI: [Get started with Azure CLI](/cli/azure/get-started-with-azure-cli#how-to-sign-into-the-azure-cli)
8080

8181
**Login to Azure CLI:**
8282
```PowerShell

0 commit comments

Comments
 (0)