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

[find] Remove find extension #1343

Merged
merged 2 commits into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

/src/mixed-reality/ @xiangyul

/src/find/ @albaloo

/src/resource-graph/ @demyanenko @amirhbk @chiragg4u

/src/azure-firewall/ @MyronFanQiu
Expand Down
43 changes: 0 additions & 43 deletions src/find/azext_find/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions src/find/azext_find/azext_metadata.json

This file was deleted.

121 changes: 0 additions & 121 deletions src/find/azext_find/custom.py

This file was deleted.

4 changes: 0 additions & 4 deletions src/find/azext_find/test/__init__.py

This file was deleted.

21 changes: 0 additions & 21 deletions src/find/azext_find/test/test_custom.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/find/setup.cfg

This file was deleted.

43 changes: 0 additions & 43 deletions src/find/setup.py

This file was deleted.

54 changes: 0 additions & 54 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1571,60 +1571,6 @@
"sha256Digest": "b83f723baae0ea04557a87f358fa2131baf15d45cd3aba7a9ab42d14ec80df38"
}
],
"find": [
{
"downloadUrl": "https://smartmlprod.blob.core.windows.net/aladdin-public/find-0.3.0-py2.py3-none-any.whl",
"filename": "find-0.3.0-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"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": "Roshanak Zilouchian",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/find"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "find",
"run_requires": [
{
"requires": [
"colorama (~=0.3.7)"
]
}
],
"summary": "Intelligent querying for CLI information.",
"version": "0.3.0"
},
"sha256Digest": "0960ec6711959712d5cbab611e32d248f0cdc597cef9613a5dbac790f4cf3b56"
}
],
"front-door": [
{
"downloadUrl": "https://azurecliafd.blob.core.windows.net/azure-cli-extension/front_door-1.0.2-py2.py3-none-any.whl",
Expand Down