fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/requests/compute/create_or_update_managed_disk.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
19%

Method create_or_update_managed_disk has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def create_or_update_managed_disk(*)
          disk = {
            'accountType' => 'Standard_LRS',
            'properties' => {
              'osType' => 'Windows',
Severity: Minor
Found in lib/fog/azurerm/requests/compute/create_or_update_managed_disk.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status