fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/requests/key_vault/create_or_update_vault.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
26%

Method create_or_update_vault has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def create_or_update_vault(*)
          vault = {
            'id' => '/subscriptions/<AZURE_SUBSCRIPTION_ID>/resourceGroups/RubySDKTest_azure_mgmt_kv/providers/Microsoft.KeyVault/vaults/sampleVault758347',
            'name' => 'sampleVault758347',
            'type' => 'Microsoft.KeyVault/vaults',
Severity: Minor
Found in lib/fog/azurerm/requests/key_vault/create_or_update_vault.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status