From 20e0a153a6f49703381fe310a74850219d62b0d3 Mon Sep 17 00:00:00 2001 From: erkrsai Date: Tue, 8 Oct 2024 16:20:39 +0100 Subject: [PATCH] Removed deprecation info from README - The EIAP Developer Portal should be the single source of truth for the deprecation details --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index 9f66e89..c57989d 100644 --- a/README.md +++ b/README.md @@ -148,12 +148,6 @@ ls ./csar-output The client with the required roles is authenticated and an access token is available for accessing the required platform APIs. -> Authenticating a user with JSession ID is deprecated, and will be removed -> in EIC 1.2438. If you still need to authenticate with a JSession ID, -> please follow: -> [Onboarding the App with JSESSIONID](https://developer.intelligentautomationplatform.ericsson.net/#tutorials/go-sample-app?step=5&chapter=onboarding-the-app-with-jsessionid) -> in the *Build, onboard and instantiate a 'Hello World App' in Go* tutorial. - For *onboarding and instantiating* the Hello World App, the user logged into the system needs to be assigned all the following permissions: @@ -190,13 +184,6 @@ access token: ### Steps for Onboarding -> Onboarding with App Onboarding API V1 is deprecated, -> and will be removed from EIC after 2024 Q4. If you still need to -> onboard with App Onboarding API V1, please follow: -> [Onboarding the App with JSESSIONID](https://developer.intelligentautomationplatform.ericsson.net/#tutorials/go-sample-app?step=5&chapter=onboarding-the-app-with-jsessionid) -> in the *Build, onboard and instantiate a 'Hello World App' in Go* -> tutorial. - Onboard the **Hello World CSAR App Package** using [App Administration](https://developer.intelligentautomationplatform.ericsson.net/#capabilities/app-administration/developer-guide-manage?chapter=onboard). To start the onboarding of the Hello World CSAR app, @@ -379,13 +366,6 @@ Example of command result: ## Instantiate the App -> Instantiating with App LCM API V1 is deprecated, -> and will be removed from EIC after 2024 Q4. If you still need to -> onboard with App LCM API V1, please follow: -> [Instantiating the App with JSESSIONID](https://developer.intelligentautomationplatform.ericsson.net/#tutorials/go-sample-app?step=6&chapter=instiating-app-with-jsessionid) -> in the *Build, onboard and instantiate a 'Hello World App' in Go* -> tutorial. - This section describes how the App can communicate with IAM and produce logs to the platform. The App is instantiated using App Administration and the API is exposed and secured by the Service Exposure capability. @@ -592,13 +572,6 @@ Within the log viewer, you can filter for App Logging and view the results. Use Service Exposure to expose the Hello World App API. For details, see [Service Exposure - Developer Guide](https://developer.intelligentautomationplatform.ericsson.net/#capabilities/service-exposure/api-exposure-developer-guide). -> Onboarding with Service Exposure API V1 is deprecated, -> and will be removed in EIC 1.2438. If you still need to -> onboard with Service Exposure API V1, please follow: -> [Step 2: Onboard the Hello World App APIs using Legacy Service Exposure](https://developer.intelligentautomationplatform.ericsson.net/#tutorials/go-sample-app?step=6&chapter=step-2-onboard-the-hello-world-apis-with-legacy-sef) -> in the *Build, onboard and instantiate a 'Hello World App' in Go* -> tutorial. - To create an API to be onboarded, run the following commands: ```bash