Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
ci config
  • Loading branch information
RAY-316 committed May 18, 2021
commit 87051a0392ea2f7168c1bfe722da625d62ab9301
3 changes: 1 addition & 2 deletions sdk/iothub/azure-mgmt-iotcentral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Release History

pipline prepare

## 9.0.0b1 (2021-05-13)

This is beta preview version.
Expand All @@ -15,6 +13,7 @@ This version uses a next-generation code generator that introduces important bre
- `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/
- `credentials` parameter has been renamed `credential`


- 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
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)
- You can't import a `version` module anymore, use `__version__` instead
Expand Down
4 changes: 4 additions & 0 deletions sdk/iothub/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ extends:
Artifacts:
- name: azure-mgmt-iothub
safeName: azuremgmtiothub
- name: azure-mgmt-iothubprovisioningservices
safeName: azuremgmtiothubprovisioningservices
- name: azure-mgmt-iotcentral
safeName: azuremgmtiotcentral