azure_mgmt_locks 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-01-01/generated/azure_mgmt_locks/management_lock_client.rb +9 -10
- data/lib/2015-01-01/generated/azure_mgmt_locks/models/management_lock_object.rb +2 -0
- data/lib/2016-09-01/generated/azure_mgmt_locks/management_lock_client.rb +7 -6
- data/lib/azure_mgmt_locks.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63f00029126ce88e2ba7e00b68c55be56c5b0123
|
4
|
+
data.tar.gz: 1d09aeb6a3d18de1b0ec043d114b7320ae56337c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 575aa34f33e879331c98992c122ef9b4e38ed2bba4b111bdc208d033a62e1767552a506f6bfbb70699a7197ed79ac8c61d0ca3cbcdf2575c9f4de776badc746e
|
7
|
+
data.tar.gz: b73d7f61181167d012cf941ffe553381f01132a07f79e9b366bea68d06fca287537fb5aed7098a413bc4583ce7c2656451901ba2afacb884d34a785e63e48b26
|
@@ -17,23 +17,22 @@ module Azure::Locks::Mgmt::V2015_01_01
|
|
17
17
|
# @return Credentials needed for the client to connect to Azure.
|
18
18
|
attr_reader :credentials
|
19
19
|
|
20
|
-
# @return [String]
|
21
|
-
# Microsoft Azure subscription. The subscription ID forms part of the URI
|
22
|
-
# for every service call.
|
20
|
+
# @return [String] The ID of the target subscription.
|
23
21
|
attr_accessor :subscription_id
|
24
22
|
|
25
|
-
# @return [String]
|
23
|
+
# @return [String] The API version to use for the operation.
|
26
24
|
attr_reader :api_version
|
27
25
|
|
28
|
-
# @return [String]
|
26
|
+
# @return [String] The preferred language for the response.
|
29
27
|
attr_accessor :accept_language
|
30
28
|
|
31
|
-
# @return [Integer]
|
32
|
-
#
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
30
|
+
# Operations. Default value is 30.
|
33
31
|
attr_accessor :long_running_operation_retry_timeout
|
34
32
|
|
35
|
-
# @return [Boolean]
|
36
|
-
#
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
35
|
+
# generated and included in each request. Default is true.
|
37
36
|
attr_accessor :generate_client_request_id
|
38
37
|
|
39
38
|
# @return [ManagementLocks] management_locks
|
@@ -125,7 +124,7 @@ module Azure::Locks::Mgmt::V2015_01_01
|
|
125
124
|
#
|
126
125
|
def add_telemetry
|
127
126
|
sdk_information = 'azure_mgmt_locks'
|
128
|
-
sdk_information = "#{sdk_information}/0.
|
127
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
129
128
|
add_user_agent_information(sdk_information)
|
130
129
|
end
|
131
130
|
end
|
@@ -61,6 +61,7 @@ module Azure::Locks::Mgmt::V2015_01_01
|
|
61
61
|
id: {
|
62
62
|
client_side_validation: true,
|
63
63
|
required: false,
|
64
|
+
read_only: true,
|
64
65
|
serialized_name: 'id',
|
65
66
|
type: {
|
66
67
|
name: 'String'
|
@@ -69,6 +70,7 @@ module Azure::Locks::Mgmt::V2015_01_01
|
|
69
70
|
type: {
|
70
71
|
client_side_validation: true,
|
71
72
|
required: false,
|
73
|
+
read_only: true,
|
72
74
|
serialized_name: 'type',
|
73
75
|
type: {
|
74
76
|
name: 'String'
|
@@ -23,15 +23,16 @@ module Azure::Locks::Mgmt::V2016_09_01
|
|
23
23
|
# @return [String] The API version to use for the operation.
|
24
24
|
attr_reader :api_version
|
25
25
|
|
26
|
-
# @return [String]
|
26
|
+
# @return [String] The preferred language for the response.
|
27
27
|
attr_accessor :accept_language
|
28
28
|
|
29
|
-
# @return [Integer]
|
30
|
-
#
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
30
|
+
# Operations. Default value is 30.
|
31
31
|
attr_accessor :long_running_operation_retry_timeout
|
32
32
|
|
33
|
-
# @return [Boolean]
|
34
|
-
#
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
35
|
+
# generated and included in each request. Default is true.
|
35
36
|
attr_accessor :generate_client_request_id
|
36
37
|
|
37
38
|
# @return [ManagementLocks] management_locks
|
@@ -123,7 +124,7 @@ module Azure::Locks::Mgmt::V2016_09_01
|
|
123
124
|
#
|
124
125
|
def add_telemetry
|
125
126
|
sdk_information = 'azure_mgmt_locks'
|
126
|
-
sdk_information = "#{sdk_information}/0.
|
127
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
127
128
|
add_user_agent_information(sdk_information)
|
128
129
|
end
|
129
130
|
end
|
data/lib/azure_mgmt_locks.rb
CHANGED
@@ -4,5 +4,5 @@
|
|
4
4
|
|
5
5
|
require '2015-01-01/generated/azure_mgmt_locks'
|
6
6
|
require '2016-09-01/generated/azure_mgmt_locks'
|
7
|
-
require 'profiles/latest/locks_latest_profile_client'
|
8
7
|
require 'profiles/v2017_03_09/locks_v2017_03_09_profile_client'
|
8
|
+
require 'profiles/latest/locks_latest_profile_client'
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_locks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.11.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.11.0
|
83
83
|
description: Microsoft Azure Resource Lock Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
136
|
version: '0'
|
137
137
|
requirements: []
|
138
138
|
rubyforge_project:
|
139
|
-
rubygems_version: 2.
|
139
|
+
rubygems_version: 2.5.1
|
140
140
|
signing_key:
|
141
141
|
specification_version: 4
|
142
142
|
summary: Official Ruby client library to consume Microsoft Azure Resource Lock Management
|