fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/requests/network/get_express_route_circuit.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
53%

Method get_express_route_circuit has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def get_express_route_circuit(*)
          {
            'name' => 'circuit_name',
            'id' => '/subscriptions/########-####-####-####-############/resourceGroup/resource_group_name/providers/Microsoft.Network/expressRouteCircuits/circuit_name',
            'etag' => 'W/\"00000000-0000-0000-0000-000000000000\"',
Severity: Minor
Found in lib/fog/azurerm/requests/network/get_express_route_circuit.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status