Skip to content

Commit 53d34be

Browse files
committed
Update 'Id' to 'ID'
1 parent b741dad commit 53d34be

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

articles/azure-maps/how-to-use-map-control.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ You can embed a map in a web page by using the Map Control client-side JavaScrip
117117
authOptions: {
118118
authType: 'aad',
119119
clientId: '<Your Microsoft Entra Client ID>',
120-
aadAppId: '<Your Microsoft Entra App Id>',
121-
aadTenant: '<Your Microsoft Entra tenant Id>'
120+
aadAppId: '<Your Microsoft Entra App ID>',
121+
aadTenant: '<Your Microsoft Entra tenant ID>'
122122
}
123123
});
124124
}
@@ -217,8 +217,8 @@ map = new atlas.Map('myMap', {
217217
authOptions: {
218218
authType: 'aad',
219219
clientId: '<Your AAD Client ID>',
220-
aadAppId: '<Your AAD App Id>',
221-
aadTenant: '<Your AAD Tenant Id>'
220+
aadAppId: '<Your AAD App ID>',
221+
aadTenant: '<Your AAD Tenant ID>'
222222
}
223223
});
224224
```

articles/azure-maps/how-to-use-ts-rest-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Azure Maps provides a collection of npm modules for the [Azure TypeScript REST S
4545
4646
// Enter your Azure AD client and tenant ID.
4747
const clientId = "<Your Azure Active Directory Client ID>";
48-
const tenantId = "<Your Azure Active Directory Tenant Id>";
48+
const tenantId = "<Your Azure Active Directory Tenant ID>";
4949
5050
// Enter your Azure Maps client ID.
5151
const mapsClientId = "<Your Azure Maps Client ID>";

articles/azure-maps/map-get-information-from-coordinate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const onload = () => {
3333
authType: "aad",
3434
clientId: "<Your Azure Maps Client ID>",
3535
aadAppId: "<Your Azure Active Directory Client ID>",
36-
aadTenant: "<Your Azure Active Directory Tenant Id>"
36+
aadTenant: "<Your Azure Active Directory Tenant ID>"
3737
}
3838
});
3939

@@ -120,7 +120,7 @@ const onload = () => {
120120
authType: "aad",
121121
clientId: "<Your Azure Maps Client ID>",
122122
aadAppId: "<Your Azure Active Directory Client ID>",
123-
aadTenant: "<Your Azure Active Directory Tenant Id>"
123+
aadTenant: "<Your Azure Active Directory Tenant ID>"
124124
}
125125
});
126126

articles/azure-maps/map-route.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const onload = () => {
3333
authType: "aad",
3434
clientId: "<Your Azure Maps Client ID>",
3535
aadAppId: "<Your Azure Active Directory Client ID>",
36-
aadTenant: "<Your Azure Active Directory Tenant Id>"
36+
aadTenant: "<Your Azure Active Directory Tenant ID>"
3737
}
3838
});
3939

@@ -204,7 +204,7 @@ const onload = () => {
204204
authType: "aad",
205205
clientId: "<Your Azure Maps Client ID>",
206206
aadAppId: "<Your Azure Active Directory Client ID>",
207-
aadTenant: "<Your Azure Active Directory Tenant Id>"
207+
aadTenant: "<Your Azure Active Directory Tenant ID>"
208208
}
209209
});
210210

articles/azure-maps/map-search-location.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const onload = () => {
3333
authType: "aad",
3434
clientId: "<Your Azure Maps Client ID>",
3535
aadAppId: "<Your Azure Active Directory Client ID>",
36-
aadTenant: "<Your Azure Active Directory Tenant Id>"
36+
aadTenant: "<Your Azure Active Directory Tenant ID>"
3737
}
3838
});
3939

@@ -126,7 +126,7 @@ const onload = () => {
126126
authType: "aad",
127127
clientId: "<Your Azure Maps Client ID>",
128128
aadAppId: "<Your Azure Active Directory Client ID>",
129-
aadTenant: "<Your Azure Active Directory Tenant Id>"
129+
aadTenant: "<Your Azure Active Directory Tenant ID>"
130130
}
131131
});
132132

0 commit comments

Comments
 (0)