Module awsrun.commands.azure

Contains the built-in commands for Azure.

Each module represents an individual awsrun Command that can be invoked via the command line awsrun.cli tool. When specifying the name of the command to invoke, only the last portion of the dotted module name is required as awsrun.commands.azure is included by default in the path used by awsrun.cmdmgr.

Users can build their own commands as well. Please refer to the awsrun documentation for instructions on how to define and install your own commands.

Expand source code
#
# Copyright 2019 FMR LLC <opensource@fmr.com>
#
# SPDX-License-Identifier: MIT
#
"""Contains the built-in commands for Azure.

Each module represents an individual awsrun `awsrun.runner.Command` that can be
invoked via the command line `awsrun.cli` tool. When specifying the name of the
command to invoke, only the last portion of the dotted module name is required
as `awsrun.commands.azure` is included by default in the path used by
`awsrun.cmdmgr`.

Users can build their own commands as well. Please refer to the `awsrun`
documentation for instructions on how to define and install your own commands.
"""

Sub-modules

awsrun.commands.azure.az

Adapter for the Azure Command Line Interface (CLI) …

awsrun.commands.azure.cidr_overlap

Display overlapping CIDR blocks between VNETs …

awsrun.commands.azure.list_udrs

Display the route tables configured in a subscription …

awsrun.commands.azure.list_vnets

Display the Virtual Networks (VNETs) configured in a subscription …