-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update index.json for backwards compatability for Dev Spaces (#648)
* update index.json for backwards compatability * fix maxCliVersion for dev-spaces-preview * revert dev-spaces minCliCoreVersion * update metadata for dev-spaces and dev-spaces-preview * update metadata for dev-spaces and dev-spaces-preview * sync workspaces
- Loading branch information
1 parent
ae677ef
commit d06cb8e
Showing
2 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"azext.minCliCoreVersion": "2.0.32" | ||
"azext.minCliCoreVersion": "2.0.63" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -701,7 +701,7 @@ | |
"downloadUrl": "https://azuredevspacestools.blob.core.windows.net/azdssetup/LKS/dev_spaces-1.0.0-py2.py3-none-any.whl", | ||
"filename": "dev_spaces-1.0.0-py2.py3-none-any.whl", | ||
"metadata": { | ||
"azext.minCliCoreVersion": "2.0.32", | ||
"azext.minCliCoreVersion": "2.0.63", | ||
"classifiers": [ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
|
@@ -739,7 +739,55 @@ | |
"summary": "Dev Spaces provides a rapid, iterative Kubernetes development experience for teams.", | ||
"version": "1.0.0" | ||
}, | ||
"sha256Digest": "d6336308305746718893d4e88089b083ebb0f7f82e74f71c98bf40acbc804ccb" | ||
"sha256Digest": "2ddeb251c45d022f8bf5bb86a18fa69587cc759cbe623c18067ba20da75cb6ce" | ||
} | ||
], | ||
"dev-spaces-preview": [ | ||
{ | ||
"downloadUrl": "https://azuredevspacestools.blob.core.windows.net/azdssetup/LKS/dev_spaces_preview-0.1.6-py2.py3-none-any.whl", | ||
"filename": "dev_spaces_preview-0.1.6-py2.py3-none-any.whl", | ||
"metadata": { | ||
"azext.isPreview": true, | ||
"azext.maxCliCoreVersion": "2.0.62", | ||
"azext.minCliCoreVersion": "2.0.32", | ||
"classifiers": [ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: System Administrators", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 2", | ||
"Programming Language :: Python :: 2.7", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.4", | ||
"Programming Language :: Python :: 3.5", | ||
"Programming Language :: Python :: 3.6", | ||
"License :: OSI Approved :: MIT License" | ||
], | ||
"extensions": { | ||
"python.details": { | ||
"contacts": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "Microsoft Corporation", | ||
"role": "author" | ||
} | ||
], | ||
"document_names": { | ||
"description": "DESCRIPTION.rst" | ||
}, | ||
"project_urls": { | ||
"Home": "https://github.com/Azure/azure-cli-extensions" | ||
} | ||
} | ||
}, | ||
"generator": "bdist_wheel (0.30.0)", | ||
"license": "MIT", | ||
"metadata_version": "2.0", | ||
"name": "dev-spaces-preview", | ||
"summary": "Dev Spaces provides a rapid, iterative Kubernetes development experience for teams.", | ||
"version": "0.1.6" | ||
}, | ||
"sha256Digest": "16661d66a3b4a04d429d456ba8a8d0b3b6ceb7b32691ff3a1dcc4144c005c798" | ||
} | ||
], | ||
"dms-preview": [ | ||
|