We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de4740 commit ecf1330Copy full SHA for ecf1330
lib/train/transports/azure.rb
@@ -8,6 +8,7 @@
8
require "train/transports/helpers/azure/file_credentials"
9
require "train/transports/clients/azure/graph_rbac"
10
require "train/transports/clients/azure/vault"
11
+require "active_support"
12
13
module Train::Transports
14
class Azure < Train.plugin(1)
@@ -31,6 +32,7 @@ class Connection < BaseConnection
31
32
DEFAULT_FILE = ::File.join(Dir.home, ".azure", "credentials")
33
34
def initialize(options)
35
+ ActiveSupport::Deprecation.warn('Azure Connection with Train will be deprecated from Inspec 6')
36
@apis = {}
37
38
# Override for any cli options
0 commit comments