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(
51
51
:paramtype api_version: str or ApiVersion
52
52
:ivar enrollment: EnrollmentOperations operations
53
53
:vartype enrollment:
54
- azure.iot.deviceprovisioningservice.operations.EnrollmentOperations
54
+ ~ azure.iot.deviceprovisioningservice.operations.EnrollmentOperations
55
55
:ivar enrollment_group: EnrollmentGroupOperations operations
56
56
:vartype enrollment_group:
57
- azure.iot.deviceprovisioningservice.operations.EnrollmentGroupOperations
57
+ ~ azure.iot.deviceprovisioningservice.operations.EnrollmentGroupOperations
58
58
:ivar device_registration_state: DeviceRegistrationStateOperations operations
59
59
:vartype device_registration_state:
60
- azure.iot.deviceprovisioningservice.operations.DeviceRegistrationStateOperations
60
+ ~ azure.iot.deviceprovisioningservice.operations.DeviceRegistrationStateOperations
61
61
"""
62
62
63
63
def __init__ (
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ class DeviceProvisioningClient(
51
51
:paramtype api_version: str or ApiVersion
52
52
:ivar enrollment: EnrollmentOperations operations
53
53
:vartype enrollment:
54
- azure.iot.deviceprovisioningservice.aio.operations.EnrollmentOperations
54
+ ~ azure.iot.deviceprovisioningservice.aio.operations.EnrollmentOperations
55
55
:ivar enrollment_group: EnrollmentGroupOperations operations
56
56
:vartype enrollment_group:
57
- azure.iot.deviceprovisioningservice.aio.operations.EnrollmentGroupOperations
57
+ ~ azure.iot.deviceprovisioningservice.aio.operations.EnrollmentGroupOperations
58
58
:ivar device_registration_state: DeviceRegistrationStateOperations operations
59
59
:vartype device_registration_state:
60
- azure.iot.deviceprovisioningservice.aio.operations.DeviceRegistrationStateOperations
60
+ ~ azure.iot.deviceprovisioningservice.aio.operations.DeviceRegistrationStateOperations
61
61
"""
62
62
63
63
def __init__ (
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ async def query( # type: ignore[override]
88
88
:paramtype top: Optional[int]
89
89
:return: list of JSON object
90
90
:rtype: ~azure.core.paging_async.AsyncItemPaged[JSON]
91
- :raises ~azure.core.exceptions.HttpResponseError
91
+ :raises ~azure.core.exceptions.HttpResponseError:
92
92
93
93
Example:
94
94
.. code-block:: python
@@ -760,7 +760,7 @@ async def query( # type: ignore[override]
760
760
:paramtype top: Optional[int]
761
761
:return: list of JSON object
762
762
:rtype: ~azure.core.paging_async.AsyncItemPaged[JSON]
763
- :raises ~azure.core.exceptions.HttpResponseError
763
+ :raises ~azure.core.exceptions.HttpResponseError:
764
764
765
765
Example:
766
766
.. code-block:: python
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def query( # type: ignore[override]
88
88
:paramtype top: Optional[int]
89
89
:return: list of JSON object
90
90
:rtype: ~azure.core.paging.ItemPaged[JSON]
91
- :raises ~azure.core.exceptions.HttpResponseError
91
+ :raises ~azure.core.exceptions.HttpResponseError:
92
92
93
93
Example:
94
94
.. code-block:: python
@@ -760,7 +760,7 @@ def query( # type: ignore[override]
760
760
:paramtype top: Optional[int]
761
761
:return: list of JSON object
762
762
:rtype: ~azure.core.paging.ItemPaged[JSON]
763
- :raises ~azure.core.exceptions.HttpResponseError
763
+ :raises ~azure.core.exceptions.HttpResponseError:
764
764
765
765
Example:
766
766
.. code-block:: python
Original file line number Diff line number Diff line change 1
1
[tool .azure-sdk-build ]
2
2
pylint = false
3
+ strict_sphinx = true
You can’t perform that action at this time.
0 commit comments