Skip to content

Commit

Permalink
Update index. (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott authored Sep 22, 2018
1 parent 912cbfb commit 515cfce
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/azure-firewall/azext_firewall/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.41"
"azext.minCliCoreVersion": "2.0.46"
}
94 changes: 94 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,100 @@
"version": "0.4.0"
}
}
],
"virtual-network-tap": [
{
"filename": "virtual_network_tap-0.1.0-py2.py3-none-any.whl",
"sha256Digest": "7e3f634f8eb701cf6fef504159785bc90e6f5bd2482e459469dd9ab30601aa35",
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_network_tap-0.1.0-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.46",
"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": "azpycli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-network-tap"
}
}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "virtual-network-tap",
"summary": "Manage virtual network taps (VTAP).",
"version": "0.1.0"
}
}
],
"azure-firewall": [
{
"filename": "azure_firewall-0.1.0-py2.py3-none-any.whl",
"sha256Digest": "f6925655d25bc9e8a2b729de5496491599f0ca340c6090759ca0063f3cbe1704",
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.1.0-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.46",
"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": "azpycli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall"
}
}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "azure-firewall",
"summary": "Manage Azure Firewall resources.",
"version": "0.1.0"
}
}
]
}
}
3 changes: 3 additions & 0 deletions src/virtual-network-tap/azext_vnettap/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ def load_arguments(self, _):
c.argument('vnet_tap', help='Name or ID of the virtual network tap.', validator=validate_vnet_tap)
for dest in ['vtap_config_name', 'tap_configuration_name']:
c.argument(dest, options_list=['--name', '-n'], help='Name of the virtual network tap configuration.', id_part='child_name_1')

with self.argument_context('network nic vtap-config list') as c:
c.argument('network_interface_name', options_list='--nic-name', help='Name of the network interface (NIC).', id_part=None)
3 changes: 2 additions & 1 deletion src/virtual-network-tap/azext_vnettap/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"azext.minCliCoreVersion": "2.0.41"
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.46"
}

0 comments on commit 515cfce

Please sign in to comment.