Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into k8s-extension/public
  • Loading branch information
[email protected] authored and [email protected] committed Mar 17, 2021
2 parents afb4046 + f5f7854 commit a13304d
Show file tree
Hide file tree
Showing 7 changed files with 16,084 additions and 4,786 deletions.
2 changes: 1 addition & 1 deletion src/attestation/azext_attestation/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.isExperimental": true,
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.11.0"
}
97 changes: 97 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3257,6 +3257,58 @@
"version": "0.1.1"
},
"sha256Digest": "1df8467bc8b14890e7ca6e26a3702d0c4a81ef2f6d1c6a7e3ba931473b86aeab"
},
{
"downloadUrl": "https://arcplatformcliextprod.blob.core.windows.net/arcappliance/arcappliance-0.1.2-py2.py3-none-any.whl",
"filename": "arcappliance-0.1.2-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.67",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"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://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "arcappliance",
"run_requires": [
{
"requires": [
"jsonschema (==3.2.0)",
"kubernetes (==11.0.0)"
]
}
],
"summary": "Microsoft Azure Command-Line Tools Arcappliance Extension",
"version": "0.1.2"
},
"sha256Digest": "80ef17a397fdd045850cbf7823c0eb8d7354290d409a095a5f708a1f837f2b09"
}
],
"attestation": [
Expand Down Expand Up @@ -15851,6 +15903,51 @@
"version": "0.3.4"
},
"sha256Digest": "b5964a8ed60193dc73e9109763af7cbb0162c029dbd81ed9ec5a7f20fa48ee7d"
},
{
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.5-py2.py3-none-any.whl",
"filename": "vm_repair-0.3.5-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": false,
"azext.minCliCoreVersion": "2.0.67",
"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/tree/master/src/vm-repair"
}
}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "vm-repair",
"summary": "Auto repair commands to fix VMs.",
"version": "0.3.5"
},
"sha256Digest": "70112e8c4ce186f0c494e89680d751f8f4c6dc906c47cc44b8b5cdf0e19d2e50"
}
],
"vmware": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"azext.isExperimental": true,
"azext.minCliCoreVersion": "2.3.1"
}
1 change: 0 additions & 1 deletion src/securityinsight/azext_sentinel/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"azext.isExperimental": true,
"azext.minCliCoreVersion": "2.11.0"
}
Loading

0 comments on commit a13304d

Please sign in to comment.