You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Event Hubs] Support Development Emulator (Azure#29195)
### Packages impacted by this PR
@azure/core-amqp & @azure/event-hubs
### Issues associated with this PR
Azure#28548
### Describe the problem that is addressed by this PR
Supporting local development without hitting the service.
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
The service is rolling out their own emulator and this PR adds support
for connecting to it. Design is documented in
https://gist.github.com/conniey/680afa1cb66fb3ca56f202241911ba91
### Are there test cases added in this PR? _(If not, why?)_
Yes
### Provide a list of related PRs _(if any)_
N/A
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
### Checklists
- [x] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x] Added a changelog (if necessary)
Copy file name to clipboardExpand all lines: sdk/core/core-amqp/CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,14 @@
2
2
3
3
## 4.3.0 (Unreleased)
4
4
5
-
### Other Changes
6
-
5
+
### Breaking Changes
7
6
- Moved to ESM core with builds for ESM, CommonJS, React-Native and Browser.
8
7
- Moved unit tests from mocha to vitest.
9
8
9
+
### Other Changes
10
+
11
+
- Adds support for connecting to the development emulator. The connection string for the development emulator should have the `";UseDevelopmentEmulator=true"` slug.
0 commit comments