Skip to content

Commit 7703a0a

Browse files
Service Bus SDK for stable version 2024-01-01 (Azure#47312)
1 parent 8c73122 commit 7703a0a

File tree

70 files changed

+552
-554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+552
-554
lines changed

sdk/servicebus/Azure.ResourceManager.ServiceBus/CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Release History
22

3-
## 1.1.0-beta.8 (Unreleased)
3+
## 1.1.0 (2024-11-30)
44

55
### Features Added
66

7+
- Upgraded api-version tag from 'package-2022-01-preview' to 'package-2024-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/cfe266748ace6a5775d0d23ecbc654741d91958b/specification/servicebus/resource-manager/readme.md.
78
- Exposed `JsonModelWriteCore` for model serialization procedure.
89

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
1310
### Other Changes
1411

12+
- Upgraded Azure.Core from 1.25.0 to 1.44.1
13+
- Upgraded Azure.ResourceManager from 1.2.0 to 1.13.0
14+
1515
## 1.1.0-beta.7 (2024-05-07)
1616

1717
### Bugs Fixed
@@ -22,20 +22,20 @@
2222

2323
### Features Added
2424

25-
- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
25+
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
2626

2727
## 1.1.0-beta.5 (2024-03-26)
2828

2929
### Features Added
3030

31-
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
31+
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
3232
- Added experimental Bicep serialization.
3333

3434
## 1.1.0-beta.4 (2023-11-21)
3535

3636
### Features Added
3737

38-
- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
38+
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
3939

4040
### Other Changes
4141

@@ -45,7 +45,7 @@
4545

4646
### Features Added
4747

48-
- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
48+
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
4949

5050
### Other Changes
5151

@@ -105,12 +105,12 @@ Polishing since last public beta release:
105105

106106
### Breaking Changes
107107

108-
- Simplify `type` property names.
108+
- Simplified `type` property names.
109109
- Normalized the body parameter type names for PUT / POST / PATCH operations if it is only used as input.
110110

111111
### Other Changes
112112

113-
- Upgrade dependency to Azure.ResourceManager 1.0.0
113+
- Upgraded dependency to Azure.ResourceManager 1.0.0
114114

115115
## 1.0.0-beta.3 (2022-03-31)
116116

@@ -153,4 +153,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
153153

154154
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
155155

156-
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
156+
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationCollection.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_MigrationConfigurationResource.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleCollection.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/servicebus/Azure.ResourceManager.ServiceBus/samples/Generated/Samples/Sample_ServiceBusDisasterRecoveryAuthorizationRuleResource.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)