We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ca6c2d + 1ebc0e9 commit cff6334Copy full SHA for cff6334
1 file changed
lib/train/transports/azure.rb
@@ -31,6 +31,7 @@ class Connection < BaseConnection
31
DEFAULT_FILE = ::File.join(Dir.home, ".azure", "credentials")
32
33
def initialize(options)
34
+ warn("Azure Connection with Train will be deprecated from Train 4")
35
@apis = {}
36
37
# Override for any cli options
0 commit comments