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
Copy file name to clipboardExpand all lines: sdk/eventhub/azure-mgmt-eventhub/CHANGELOG.md
-48Lines changed: 0 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,53 +1,5 @@
1
1
# Release History
2
2
3
-
## 8.0.0b1 (2020-06-17)
4
-
5
-
This is beta preview version.
6
-
7
-
This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).
8
-
9
-
**General breaking changes**
10
-
11
-
- Credential system has been completly revamped:
12
-
13
-
-`azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/
14
-
-`credentials` parameter has been renamed `credential`
15
-
16
-
- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of
17
-
supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
18
-
- You can't import a `version` module anymore, use `__version__` instead
19
-
- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.
20
-
- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).
21
-
- Most of the operation kwarg have changed. Some of the most noticeable:
22
-
23
-
-`raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user
24
-
- For a complete set of
25
-
supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
26
-
27
-
**General new features**
28
-
29
-
- Type annotations support using `typing`. SDKs are mypy ready.
30
-
- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.
31
-
- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core-tracing-opentelemetry) for an overview.
:param subscription_id: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
21
+
:param credentials: Credentials needed for the client to connect to Azure.
:param subscription_id: Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
0 commit comments