Skip to content

Commit 7934dc1

Browse files
Local server deprecation notices (#1581)
Co-authored-by: Preeti <pmaske@esri.com>
1 parent 1314947 commit 7934dc1

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

  • src
    • WPF/WPF.Viewer/Samples/LocalServer
    • WinUI/ArcGIS.WinUI.Viewer/Samples/LocalServer

src/WPF/WPF.Viewer/Samples/LocalServer/LocalServerFeatureLayer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This sample downloads the following items from ArcGIS Online automatically:
4343

4444
## Additional information
4545

46-
Local Server can be downloaded for Windows and Linux platforms from the [developers website](https://developers.arcgis.com/downloads/apis-and-sdks?product=local-server#arcgis-runtime-local-server). Local Server is not supported on macOS.
46+
ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the [deprecation announcement](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).
4747

4848
## Tags
4949

src/WPF/WPF.Viewer/Samples/LocalServer/LocalServerGenerateElevationProfile/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The geoprocessing task is started with a `gpkx`. This [Create elevation profile
5858

5959
## Additional information
6060

61-
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/net/local-server/install-and-set-up/). Local Server is not supported on macOS.
61+
ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the [deprecation announcement](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).
6262

6363
The [Package Result](https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/package-result.htm) tool in ArcGIS Pro is used to author ArcGIS Maps SDK for Native Apps compatible [geoprocessing](https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/what-is-geoprocessing-.htm) packages (.gpkx files). For more information on running powerful offline geoprocessing tasks to provide advanced spatial analysis to your applications, see [ArcGIS Local Server SDK](https://developers.arcgis.com/net/local-server/).
6464

src/WPF/WPF.Viewer/Samples/LocalServer/LocalServerGeoprocessing/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This sample downloads the following items from ArcGIS Online automatically:
5757

5858
## Additional information
5959

60-
Local Server can be downloaded for Windows and Linux platforms from the [developers website](https://developers.arcgis.com/downloads/apis-and-sdks?product=local-server#arcgis-runtime-local-server). Local Server is not supported on macOS.
60+
ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the [deprecation announcement](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).
6161

6262
## Tags
6363

src/WPF/WPF.Viewer/Samples/LocalServer/LocalServerMapImageLayer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This sample downloads the following items from ArcGIS Online automatically:
4040

4141
## Additional information
4242

43-
Local Server can be downloaded for Windows and Linux platforms from the [developers website](https://developers.arcgis.com/downloads/apis-and-sdks?product=local-server#arcgis-runtime-local-server). Local Server is not supported on macOS.
43+
ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the [deprecation announcement](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).
4444

4545
## Tags
4646

src/WPF/WPF.Viewer/Samples/LocalServer/LocalServerServices/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To start a `LocalServer` and attach a `LocalService`:
4646

4747
## Additional information
4848

49-
Local Server can be downloaded for Windows and Linux platforms from the [developers website](https://developers.arcgis.com/downloads/apis-and-sdks?product=local-server#arcgis-runtime-local-server). Local Server is not supported on macOS.
49+
ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the [deprecation announcement](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).
5050

5151
## Tags
5252

src/WinUI/ArcGIS.WinUI.Viewer/Samples/LocalServer/LocalServerGenerateElevationProfile/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The geoprocessing task is started with a `gpkx`. This [Create elevation profile
5858

5959
## Additional information
6060

61-
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/net/local-server/install-and-set-up/). Local Server is not supported on macOS.
61+
ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the [deprecation announcement](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).
6262

6363
The [Package Result](https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/package-result.htm) tool in ArcGIS Pro is used to author ArcGIS Maps SDK for Native Apps compatible [geoprocessing](https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/what-is-geoprocessing-.htm) packages (.gpkx files). For more information on running powerful offline geoprocessing tasks to provide advanced spatial analysis to your applications, see [ArcGIS Local Server SDK](https://developers.arcgis.com/net/local-server/).
6464

src/WinUI/ArcGIS.WinUI.Viewer/Samples/LocalServer/LocalServerMapImageLayer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This sample downloads the following items from ArcGIS Online automatically:
4040

4141
## Additional information
4242

43-
Local Server can be downloaded for Windows and Linux platforms from the [developers website](https://developers.arcgis.com/downloads/apis-and-sdks?product=local-server#arcgis-runtime-local-server). Local Server is not supported on macOS.
43+
ArcGIS Maps SDK for Local Server is deprecated. The last release of Local Server will be ArcGIS Maps SDK for Local Server 200.8. For more information, see the [deprecation announcement](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-maps-sdk-for-local-server-000034908).
4444

4545
## Tags
4646

0 commit comments

Comments
 (0)