Skip to content

Commit

Permalink
pipline prepare (Azure#18755)
Browse files Browse the repository at this point in the history
* pipline prepare

* ci config
  • Loading branch information
RAY-316 authored May 18, 2021
1 parent d9297ce commit ef56f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/iothub/azure-mgmt-iotcentral/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,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
2 changes: 2 additions & 0 deletions sdk/iothub/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ extends:
safeName: azuremgmtiothub
- name: azure-mgmt-iothubprovisioningservices
safeName: azuremgmtiothubprovisioningservices
- name: azure-mgmt-iotcentral
safeName: azuremgmtiotcentral

0 comments on commit ef56f99

Please sign in to comment.