You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/maps/azure-maps-timezone/README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Install the Azure Maps Service Timezone SDK.
31
31
pip install azure-maps-timezone
32
32
```
33
33
34
-
### Create and Authenticate the TimezoneClient
34
+
### Create and Authenticate the MapsTimezoneClient
35
35
36
36
To create a client object to access the Azure Maps Timezone API, you will need a **credential** object. Azure Maps Timezone client also support two ways to authenticate.
37
37
@@ -45,11 +45,11 @@ Then pass an `AZURE_SUBSCRIPTION_KEY` as the `credential` parameter into an inst
45
45
import os
46
46
47
47
from azure.core.credentials import AzureKeyCredential
@@ -87,8 +87,8 @@ The Azure Maps Timezone client library for Python allows you to interact with ea
87
87
88
88
### Sync Clients
89
89
90
-
`TimezoneClient` is the primary client for developers using the Azure Maps Timezone client library for Python.
91
-
Once you initialized a `TimezoneClient` class, you can explore the methods on this client object to understand the different features of the Azure Maps Timezone service that you can access.
90
+
`MapsTimezoneClient` is the primary client for developers using the Azure Maps Timezone client library for Python.
91
+
Once you initialized a `MapsTimezoneClient` class, you can explore the methods on this client object to understand the different features of the Azure Maps Timezone service that you can access.
0 commit comments