Skip to content

Commit 18af041

Browse files
authored
Update Elevation Readme For Deprecation (Azure#34287)
* update readme for deprecation
1 parent 11870a6 commit 18af041

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

sdk/maps/azure-maps-elevation/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# Azure Maps SDK Elevation client library for Java
1+
# Azure Maps SDK Elevation client library for Java (Deprecated)
22

33
Azure Maps SDK Elevation client library for Java.
44

55
This package contains the Azure Maps SDK Elevation client library which contains Azure Maps Elevation APIs. For documentation on how to use this package, please see [Azure Maps Elevation REST APIs](https://docs.microsoft.com/rest/api/maps/elevation).
66

77
[Source code][source] | [API reference documentation][docs] | [REST API documentation][rest_docs] | [Product documentation][product_docs] | [Samples][samples]
88

9+
## Important
10+
11+
Please note, this package has been deprecated and will no longer be maintained after 5 May 2023. We encourage you to upgrade to the latest version to continue receiving updates. All other Azure Maps APIs, Services and TilesetIDs are unaffected by this retirement. Refer to the migration guide [Elevation Services Retirement] for guidance on upgrading. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
12+
913
## Documentation
1014

1115
Various documentation is available to help you get started
@@ -21,10 +25,10 @@ Various documentation is available to help you get started
2125

2226
### Adding the package to your product
2327

24-
[//]: # ({x-version-update-start;com.azure-maps-elevation;current})
28+
[//]: # ({x-version-update-start;com.azure:azure-maps-elevation;current})
2529
```xml
2630
<dependency>
27-
<groupId>com.azure.resourcemanager</groupId>
31+
<groupId>com.azure</groupId>
2832
<artifactId>azure-maps-elevation</artifactId>
2933
<version>1.0.0-beta.1</version>
3034
</dependency>
@@ -121,5 +125,6 @@ For details on contributing to this repository, see the [contributing guide](htt
121125
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
122126
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
123127
[design]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/DESIGN.md
128+
[Elevation Services Retirement]: https://azure.microsoft.com/updates/azure-maps-elevation-apis-and-render-v2-dem-tiles-will-be-retired-on-5-may-2023/
124129

125130
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fmaps%2Fazure-maps-elevation%2FREADME.png)

0 commit comments

Comments
 (0)