File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed
sdk/iothub/azure-iot-deviceprovisioning
azure/iot/deviceprovisioning Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ class DeviceProvisioningClient(
5151 :paramtype api_version: str or ApiVersion
5252 :ivar enrollment: EnrollmentOperations operations
5353 :vartype enrollment:
54- azure.iot.deviceprovisioningservice.operations.EnrollmentOperations
54+ ~ azure.iot.deviceprovisioningservice.operations.EnrollmentOperations
5555 :ivar enrollment_group: EnrollmentGroupOperations operations
5656 :vartype enrollment_group:
57- azure.iot.deviceprovisioningservice.operations.EnrollmentGroupOperations
57+ ~ azure.iot.deviceprovisioningservice.operations.EnrollmentGroupOperations
5858 :ivar device_registration_state: DeviceRegistrationStateOperations operations
5959 :vartype device_registration_state:
60- azure.iot.deviceprovisioningservice.operations.DeviceRegistrationStateOperations
60+ ~ azure.iot.deviceprovisioningservice.operations.DeviceRegistrationStateOperations
6161 """
6262
6363 def __init__ (
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ class DeviceProvisioningClient(
5151 :paramtype api_version: str or ApiVersion
5252 :ivar enrollment: EnrollmentOperations operations
5353 :vartype enrollment:
54- azure.iot.deviceprovisioningservice.aio.operations.EnrollmentOperations
54+ ~ azure.iot.deviceprovisioningservice.aio.operations.EnrollmentOperations
5555 :ivar enrollment_group: EnrollmentGroupOperations operations
5656 :vartype enrollment_group:
57- azure.iot.deviceprovisioningservice.aio.operations.EnrollmentGroupOperations
57+ ~ azure.iot.deviceprovisioningservice.aio.operations.EnrollmentGroupOperations
5858 :ivar device_registration_state: DeviceRegistrationStateOperations operations
5959 :vartype device_registration_state:
60- azure.iot.deviceprovisioningservice.aio.operations.DeviceRegistrationStateOperations
60+ ~ azure.iot.deviceprovisioningservice.aio.operations.DeviceRegistrationStateOperations
6161 """
6262
6363 def __init__ (
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ async def query( # type: ignore[override]
8888 :paramtype top: Optional[int]
8989 :return: list of JSON object
9090 :rtype: ~azure.core.paging_async.AsyncItemPaged[JSON]
91- :raises ~azure.core.exceptions.HttpResponseError
91+ :raises ~azure.core.exceptions.HttpResponseError:
9292
9393 Example:
9494 .. code-block:: python
@@ -760,7 +760,7 @@ async def query( # type: ignore[override]
760760 :paramtype top: Optional[int]
761761 :return: list of JSON object
762762 :rtype: ~azure.core.paging_async.AsyncItemPaged[JSON]
763- :raises ~azure.core.exceptions.HttpResponseError
763+ :raises ~azure.core.exceptions.HttpResponseError:
764764
765765 Example:
766766 .. code-block:: python
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def query( # type: ignore[override]
8888 :paramtype top: Optional[int]
8989 :return: list of JSON object
9090 :rtype: ~azure.core.paging.ItemPaged[JSON]
91- :raises ~azure.core.exceptions.HttpResponseError
91+ :raises ~azure.core.exceptions.HttpResponseError:
9292
9393 Example:
9494 .. code-block:: python
@@ -760,7 +760,7 @@ def query( # type: ignore[override]
760760 :paramtype top: Optional[int]
761761 :return: list of JSON object
762762 :rtype: ~azure.core.paging.ItemPaged[JSON]
763- :raises ~azure.core.exceptions.HttpResponseError
763+ :raises ~azure.core.exceptions.HttpResponseError:
764764
765765 Example:
766766 .. code-block:: python
Original file line number Diff line number Diff line change 11[tool .azure-sdk-build ]
22pylint = false
3+ strict_sphinx = true
You can’t perform that action at this time.
0 commit comments