Skip to content

Commit cff6334

Browse files
Merge pull request #746 from inspec/feature/CHEF-2414-warn-azure-deprecation
CHEF-2414 Deprecate azure connections from train
2 parents 7ca6c2d + 1ebc0e9 commit cff6334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/train/transports/azure.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Connection < BaseConnection
3131
DEFAULT_FILE = ::File.join(Dir.home, ".azure", "credentials")
3232

3333
def initialize(options)
34+
warn("Azure Connection with Train will be deprecated from Train 4")
3435
@apis = {}
3536

3637
# Override for any cli options

0 commit comments

Comments
 (0)