-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[AutoRelease] t2-iotcentral-2021-05-13-09546(wave4) #18698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
bb3b81a
CodeGen from PR 14394 in Azure/azure-rest-api-specs
e013ee3
version,CHANGELOG
fafce0e
Merge branch 'master' into t2-iotcentral-2021-05-13-09546
RAY-316 3fcb877
Merge branch 'master' into t2-iotcentral-2021-05-13-09546
RAY-316 c14ddac
changelog config
RAY-316 55dcb5b
changelog config
RAY-316 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,90 @@ | ||
| # Release History | ||
|
|
||
| ## 5.0.0b1 (2021-05-13) | ||
|
|
||
| This is beta preview version. | ||
|
|
||
| This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming). | ||
|
|
||
| **General breaking changes** | ||
|
|
||
| - Credential system has been completly revamped: | ||
|
|
||
| - `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 | ||
| - Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`. | ||
| - Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed). | ||
| - Most of the operation kwarg have changed. Some of the most noticeable: | ||
|
|
||
| - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user | ||
| - For a complete set of | ||
| 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) | ||
|
|
||
| **General new features** | ||
|
|
||
| - Type annotations support using `typing`. SDKs are mypy ready. | ||
| - This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client. | ||
| - 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. | ||
|
|
||
| ## 3.0.0 (2020-03-09) | ||
|
|
||
| **Breaking changes** | ||
|
|
||
| - Removed operation AppsOperations.list_templates | ||
|
|
||
| ## 2.0.0 (2019-12-25) | ||
|
|
||
| **Features** | ||
|
|
||
| - Added operation AppsOperations.list_templates | ||
|
|
||
| **General Breaking Changes** | ||
|
|
||
| This version uses a next-generation code generator that might introduce | ||
| breaking changes if from some import. In summary, some modules were | ||
| incorrectly visible/importable and have been renamed. This fixed several | ||
| issues caused by usage of classes that were not supposed to be used in | ||
| the first place. IoTCentralClient cannot be imported from | ||
| azure.mgmt.iotcentreal.iot_central_client anymore (import from | ||
| azure.mgmt.iotcentreal works like before) IoTCentralClientConfiguration | ||
| import has been moved from azure.mgmt.iotcentreal.iot_central_client | ||
| to azure.mgmt.iotcentreal A model MyClass from a "models" sub-module | ||
| cannot be imported anymore using azure.mgmt.iotcentreal.models.my_class | ||
| (import from azure.mgmt.iotcentreal.models works like before) An | ||
| operation class MyClassOperations from an operations sub-module cannot | ||
| be imported anymore using | ||
| azure.mgmt.iotcentreal.operations.my_class_operations (import from | ||
| azure.mgmt.iotcentreal.operations works like before) Last but not least, | ||
| HTTP connection pooling is now enabled by default. You should always use | ||
| a client as a context manager, or call close(), or use no more than one | ||
| client per process. | ||
|
|
||
| ## 1.0.0 (2018-10-26) | ||
|
|
||
| **Features** | ||
|
|
||
| - Model OperationInputs has a new parameter type | ||
| - Model ErrorDetails has a new parameter details | ||
| - Added operation AppsOperations.check_subdomain_availability | ||
|
|
||
| **Breaking changes** | ||
|
|
||
| - Operation AppsOperations.check_name_availability has a new | ||
| signature | ||
|
|
||
| **Note** | ||
|
|
||
| - azure-mgmt-nspkg is not installed anymore on Python 3 (PEP420-based | ||
| namespace package) | ||
|
|
||
| ## 0.2.0 (2018-08-07) | ||
|
|
||
| - Replace API version by 2018-09-01 | ||
|
|
||
| ## 0.1.0 (2018-07-16) | ||
|
|
||
| - Initial Release with support for 2017-07-01-privatepreview | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| include _meta.json | ||
| recursive-include tests *.py *.yaml | ||
| include *.md | ||
| include azure/__init__.py | ||
| include azure/mgmt/__init__.py | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Microsoft Azure SDK for Python | ||
|
|
||
| This is the Microsoft Azure Iotcentral Management Client Library. | ||
| This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. | ||
| For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). | ||
|
|
||
|
|
||
| # Usage | ||
|
|
||
|
|
||
| To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt) | ||
|
|
||
|
|
||
|
|
||
| For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/) | ||
| Code samples for this package can be found at [Iotcentral Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com. | ||
| Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples) | ||
|
|
||
|
|
||
| # Provide Feedback | ||
|
|
||
| If you encounter any bugs or have suggestions, please file an issue in the | ||
| [Issues](https://github.com/Azure/azure-sdk-for-python/issues) | ||
| section of the project. | ||
|
|
||
|
|
||
|  |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "autorest": "3.4.2", | ||
| "use": "@autorest/python@5.6.6", | ||
| "commit": "15d7abacf7b4f7317ef96f7e8300a7b51e315e7b", | ||
| "repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
| "autorest_command": "autorest specification/iotcentral/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.6.6 --version=3.4.2", | ||
| "readme": "specification/iotcentral/resource-manager/readme.md" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| __path__ = __import__('pkgutil').extend_path(__path__, __name__) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| __path__ = __import__('pkgutil').extend_path(__path__, __name__) |
19 changes: 19 additions & 0 deletions
19
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # coding=utf-8 | ||
| # -------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # Code generated by Microsoft (R) AutoRest Code Generator. | ||
| # Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
| # -------------------------------------------------------------------------- | ||
|
|
||
| from ._iot_central_client import IotCentralClient | ||
| from ._version import VERSION | ||
|
|
||
| __version__ = VERSION | ||
| __all__ = ['IotCentralClient'] | ||
|
|
||
| try: | ||
| from ._patch import patch_sdk # type: ignore | ||
| patch_sdk() | ||
| except ImportError: | ||
| pass |
71 changes: 71 additions & 0 deletions
71
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_configuration.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,71 @@ | ||
| # coding=utf-8 | ||
| # -------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # Code generated by Microsoft (R) AutoRest Code Generator. | ||
| # Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
| # -------------------------------------------------------------------------- | ||
|
|
||
| from typing import TYPE_CHECKING | ||
|
|
||
| from azure.core.configuration import Configuration | ||
| from azure.core.pipeline import policies | ||
| from azure.mgmt.core.policies import ARMHttpLoggingPolicy | ||
|
|
||
| from ._version import VERSION | ||
|
|
||
| if TYPE_CHECKING: | ||
| # pylint: disable=unused-import,ungrouped-imports | ||
| from typing import Any | ||
|
|
||
| from azure.core.credentials import TokenCredential | ||
|
|
||
|
|
||
| class IotCentralClientConfiguration(Configuration): | ||
| """Configuration for IotCentralClient. | ||
|
|
||
| Note that all parameters used to create this instance are saved as instance | ||
| attributes. | ||
|
|
||
| :param credential: Credential needed for the client to connect to Azure. | ||
| :type credential: ~azure.core.credentials.TokenCredential | ||
| :param subscription_id: The subscription identifier. | ||
| :type subscription_id: str | ||
| """ | ||
|
|
||
| def __init__( | ||
| self, | ||
| credential, # type: "TokenCredential" | ||
| subscription_id, # type: str | ||
| **kwargs # type: Any | ||
| ): | ||
| # type: (...) -> None | ||
| if credential is None: | ||
| raise ValueError("Parameter 'credential' must not be None.") | ||
| if subscription_id is None: | ||
| raise ValueError("Parameter 'subscription_id' must not be None.") | ||
| super(IotCentralClientConfiguration, self).__init__(**kwargs) | ||
|
|
||
| self.credential = credential | ||
| self.subscription_id = subscription_id | ||
| self.api_version = "2018-09-01" | ||
| self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) | ||
| kwargs.setdefault('sdk_moniker', 'mgmt-iotcentral/{}'.format(VERSION)) | ||
| self._configure(**kwargs) | ||
|
|
||
| def _configure( | ||
| self, | ||
| **kwargs # type: Any | ||
| ): | ||
| # type: (...) -> None | ||
| self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs) | ||
| self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs) | ||
| self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs) | ||
| self.logging_policy = kwargs.get('logging_policy') or policies.NetworkTraceLoggingPolicy(**kwargs) | ||
| self.http_logging_policy = kwargs.get('http_logging_policy') or ARMHttpLoggingPolicy(**kwargs) | ||
| self.retry_policy = kwargs.get('retry_policy') or policies.RetryPolicy(**kwargs) | ||
| self.custom_hook_policy = kwargs.get('custom_hook_policy') or policies.CustomHookPolicy(**kwargs) | ||
| self.redirect_policy = kwargs.get('redirect_policy') or policies.RedirectPolicy(**kwargs) | ||
| self.authentication_policy = kwargs.get('authentication_policy') | ||
| if self.credential and not self.authentication_policy: | ||
| self.authentication_policy = policies.BearerTokenCredentialPolicy(self.credential, *self.credential_scopes, **kwargs) |
94 changes: 94 additions & 0 deletions
94
sdk/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral/_iot_central_client.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| # coding=utf-8 | ||
| # -------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # Code generated by Microsoft (R) AutoRest Code Generator. | ||
| # Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
| # -------------------------------------------------------------------------- | ||
|
|
||
| from typing import TYPE_CHECKING | ||
|
|
||
| from azure.mgmt.core import ARMPipelineClient | ||
| from msrest import Deserializer, Serializer | ||
|
|
||
| if TYPE_CHECKING: | ||
| # pylint: disable=unused-import,ungrouped-imports | ||
| from typing import Any, Optional | ||
|
|
||
| from azure.core.credentials import TokenCredential | ||
| from azure.core.pipeline.transport import HttpRequest, HttpResponse | ||
|
|
||
| from ._configuration import IotCentralClientConfiguration | ||
| from .operations import AppsOperations | ||
| from .operations import Operations | ||
| from . import models | ||
|
|
||
|
|
||
| class IotCentralClient(object): | ||
| """Use this API to manage IoT Central Applications in your Azure subscription. | ||
|
|
||
| :ivar apps: AppsOperations operations | ||
| :vartype apps: azure.mgmt.iotcentral.operations.AppsOperations | ||
| :ivar operations: Operations operations | ||
| :vartype operations: azure.mgmt.iotcentral.operations.Operations | ||
| :param credential: Credential needed for the client to connect to Azure. | ||
| :type credential: ~azure.core.credentials.TokenCredential | ||
| :param subscription_id: The subscription identifier. | ||
| :type subscription_id: str | ||
| :param str base_url: Service URL | ||
| :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. | ||
| """ | ||
|
|
||
| def __init__( | ||
| self, | ||
| credential, # type: "TokenCredential" | ||
| subscription_id, # type: str | ||
| base_url=None, # type: Optional[str] | ||
| **kwargs # type: Any | ||
| ): | ||
| # type: (...) -> None | ||
| if not base_url: | ||
| base_url = 'https://management.azure.com' | ||
| self._config = IotCentralClientConfiguration(credential, subscription_id, **kwargs) | ||
| self._client = ARMPipelineClient(base_url=base_url, config=self._config, **kwargs) | ||
|
|
||
| client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} | ||
| self._serialize = Serializer(client_models) | ||
| self._serialize.client_side_validation = False | ||
| self._deserialize = Deserializer(client_models) | ||
|
|
||
| self.apps = AppsOperations( | ||
| self._client, self._config, self._serialize, self._deserialize) | ||
| self.operations = Operations( | ||
| self._client, self._config, self._serialize, self._deserialize) | ||
|
|
||
| def _send_request(self, http_request, **kwargs): | ||
| # type: (HttpRequest, Any) -> HttpResponse | ||
| """Runs the network request through the client's chained policies. | ||
|
|
||
| :param http_request: The network request you want to make. Required. | ||
| :type http_request: ~azure.core.pipeline.transport.HttpRequest | ||
| :keyword bool stream: Whether the response payload will be streamed. Defaults to True. | ||
| :return: The response of your network call. Does not do error handling on your response. | ||
| :rtype: ~azure.core.pipeline.transport.HttpResponse | ||
| """ | ||
| path_format_arguments = { | ||
| 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), | ||
| } | ||
| http_request.url = self._client.format_url(http_request.url, **path_format_arguments) | ||
| stream = kwargs.pop("stream", True) | ||
| pipeline_response = self._client._pipeline.run(http_request, stream=stream, **kwargs) | ||
| return pipeline_response.http_response | ||
|
|
||
| def close(self): | ||
| # type: () -> None | ||
| self._client.close() | ||
|
|
||
| def __enter__(self): | ||
| # type: () -> IotCentralClient | ||
| self._client.__enter__() | ||
| return self | ||
|
|
||
| def __exit__(self, *exc_details): | ||
| # type: (Any) -> None | ||
| self._client.__exit__(*exc_details) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(1)the latest track1 version for 'iotcentral' is 4.1.0(https://pypi.org/project/azure-mgmt-iotcentral/#history). The first track2 version should be 5 larger than that. So the version should be 9.0.0b1.
(2)copy the lastest CHANGELOG from 'release/v3', then add '9.0.0b1' changelog content.