Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto updated root sdk files 30.2.3 #3013

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ into the Avi Solution. Avi SDK provides the following tools and utilities:
- **[Python AVI API SDK](./python/avi/sdk/)**: AVI API SDK is a Python Package that
provides APIs to communicate with Avi Controller’s REST APIs. It extends Python’s Request Library’s Session Class
and provides utilities to simplify integration with Avi Controller.
- **[AVI Migration Tools](./python/avi/migrationtools/)**: AVI migrations tools are the python
scripts which helps to migrate/convert F5, Netscaler configurations to AVI.
- **[Avi Go SDK and Utilities](./go/)**: Avi Go SDK is a Go Package that provides APIs to communicate with
Avi Controller’s REST APIs. It uses Avisession class and provides utilities to simplify integration with Avi
controller.
Expand All @@ -19,6 +21,8 @@ as a dependency-free npm module.

**[Avi API SDK and Utilities](./python/avi/sdk/README.md)**

**[Avi Migration Tools](./python/avi/migrationtools/README.md)**

**[Avi Go SDK and Utilities](./go/README.md)**

**[Avi Java API SDK](./java/README.md)**
Expand All @@ -31,4 +35,4 @@ as a dependency-free npm module.

The alb-sdk project team welcomes contributions from the community. Before you start working with alb-sdk, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch.

**Note**: Migrationtools will be released separately as part of AVI release process. Going forward, we will release the AVI migration tools as a standalone release and not part of the SDK starting with the 30.2.x releases.