diff --git a/sdk/iothub/azure-mgmt-iotcentral/CHANGELOG.md b/sdk/iothub/azure-mgmt-iotcentral/CHANGELOG.md index 1c4a3736f0ef..676636e62175 100644 --- a/sdk/iothub/azure-mgmt-iotcentral/CHANGELOG.md +++ b/sdk/iothub/azure-mgmt-iotcentral/CHANGELOG.md @@ -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 diff --git a/sdk/iothub/ci.yml b/sdk/iothub/ci.yml index 6593a6baf191..67a981bdbc72 100644 --- a/sdk/iothub/ci.yml +++ b/sdk/iothub/ci.yml @@ -34,3 +34,5 @@ extends: safeName: azuremgmtiothub - name: azure-mgmt-iothubprovisioningservices safeName: azuremgmtiothubprovisioningservices + - name: azure-mgmt-iotcentral + safeName: azuremgmtiotcentral