Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Azure.ResourceManager.EventHubs to 2024-01 #44547

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Event
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.EventHubs.Tests", "tests\Azure.ResourceManager.EventHubs.Tests.csproj", "{1F7C0467-6229-4DAF-8F7C-97E12A70BC3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", "..\..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{5AFADD62-1535-4E51-959F-A49DE0F0AA66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.EventHubs.Samples", "samples\Azure.ResourceManager.EventHubs.Samples.csproj", "{345B5F10-60F6-47F5-8EAA-8F0BF29E84DC}"
EndProject
Global
Expand Down
11 changes: 6 additions & 5 deletions sdk/eventhub/Azure.ResourceManager.EventHubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Release History

## 1.1.0-beta.9 (Unreleased)
## 1.1.0 (2024-06-14)

### Features Added

### Breaking Changes

### Bugs Fixed
- Upgraded api-version tag from 'package-2023-01-preview' to 'package-2024-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/a8c212bc18177ac4891ec93aa7b4c5c834c156e4/specification/eventhub/resource-manager/readme.md

### Other Changes

- Upgraded Azure.Core from 1.25.0 to 1.40.0
- Upgraded Azure.ResourceManager from 1.2.0 to 1.12.0

## 1.1.0-beta.8 (2024-05-07)

### Bugs Fixed
Expand Down Expand Up @@ -288,4 +289,4 @@ After upgrade:
var createAuthorizationRuleParameter = new AuthorizationRuleData();
createAuthorizationRuleParameter.Rights.Add(AccessRights.Listen);
createAuthorizationRuleParameter.Rights.Add(AccessRights.Send);
```
```

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading