We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8011c9 commit cab510bCopy full SHA for cab510b
sdk/maps/azure-maps-geolocation/azure/maps/geolocation/aio/_geolocation_client_async.py
@@ -29,6 +29,7 @@ class MapsGeolocationClient(AsyncMapsGeolocationClientBase):
29
The API version of the service to use for requests. It defaults to the latest service version.
30
Setting to an older version may result in reduced feature compatibility.
31
:paramtype api_version: str
32
+
33
.. admonition:: Example:
34
35
.. literalinclude:: ../samples/async_samples/sample_authentication_async.py
sdk/maps/azure-maps-geolocation/pyproject.toml
@@ -3,3 +3,4 @@ pyright = false
3
type_check_samples = false
4
verifytypes = false
5
ci_enabled = false
6
+strict_sphinx = true
0 commit comments