We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12883b commit 1ebc0e9Copy full SHA for 1ebc0e9
1 file changed
lib/train/transports/azure.rb
@@ -8,7 +8,6 @@
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)
@@ -32,7 +31,7 @@ class Connection < BaseConnection
32
31
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 Train 4")
+ warn("Azure Connection with Train will be deprecated from Train 4")
36
@apis = {}
37
38
# Override for any cli options
0 commit comments