Skip to content

Commit ef56f99

Browse files
authored
pipline prepare (Azure#18755)
* pipline prepare * ci config
1 parent d9297ce commit ef56f99

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sdk/iothub/azure-mgmt-iotcentral/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This version uses a next-generation code generator that introduces important bre
1313
- `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/
1414
- `credentials` parameter has been renamed `credential`
1515

16+
1617
- 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
1718
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)
1819
- You can't import a `version` module anymore, use `__version__` instead

sdk/iothub/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ extends:
3434
safeName: azuremgmtiothub
3535
- name: azure-mgmt-iothubprovisioningservices
3636
safeName: azuremgmtiothubprovisioningservices
37+
- name: azure-mgmt-iotcentral
38+
safeName: azuremgmtiotcentral

0 commit comments

Comments
 (0)