-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix issue #34745 * update changelog * add message for the new property
- Loading branch information
1 parent
5b614d0
commit 5f08833
Showing
6 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
sdk/websites/Azure.ResourceManager.AppService/src/Customization/HybridConnectionData.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
#nullable disable | ||
|
||
using System; | ||
using System.ComponentModel; | ||
|
||
namespace Azure.ResourceManager.AppService | ||
{ | ||
public partial class HybridConnectionData | ||
{ | ||
/// <summary> The ARM URI to the Service Bus relay. </summary> | ||
[Obsolete("This property is obsolete and will be removed in a future release, please use `RelayArmId` instead", false)] | ||
[EditorBrowsable(EditorBrowsableState.Never)] | ||
public Uri RelayArmUri { get; set; } | ||
} | ||
} |
9 changes: 4 additions & 5 deletions
9
sdk/websites/Azure.ResourceManager.AppService/src/Generated/HybridConnectionData.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
11 changes: 5 additions & 6 deletions
11
...ure.ResourceManager.AppService/src/Generated/Models/HybridConnectionData.Serialization.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters