azure_mgmt_locks 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 156e825babe7a07778d0ab746cf884dc5f1ba8f6
4
- data.tar.gz: d440bf7a7b02997e0799d8c384b5c1368315d18b
3
+ metadata.gz: 63f00029126ce88e2ba7e00b68c55be56c5b0123
4
+ data.tar.gz: 1d09aeb6a3d18de1b0ec043d114b7320ae56337c
5
5
  SHA512:
6
- metadata.gz: c816ce9ffe731300f5f9b1b5c00a9e42a7481047cee39173944990147456b7f2f09bc7ee9ff282509cd427cb8deee4ab50d5768a89241aeb56a421dad97e886e
7
- data.tar.gz: d405908a5116103f3c820c12c129d184aee0283c839be804ca744b167c737c4130ab2b2f3b2dd9628475d311a1c64e1df1c7c75dcd52dfc08ef2b8bb7ad47f00
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] Gets subscription credentials which uniquely identify
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] Client Api Version.
23
+ # @return [String] The API version to use for the operation.
26
24
  attr_reader :api_version
27
25
 
28
- # @return [String] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
29
27
  attr_accessor :accept_language
30
28
 
31
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
32
- # Running Operations. Default value is 30.
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] When set to true a unique x-ms-client-request-id value
36
- # is generated and included in each request. Default is true.
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.16.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] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
27
27
  attr_accessor :accept_language
28
28
 
29
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
30
- # Running Operations. Default value is 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] When set to true a unique x-ms-client-request-id value
34
- # is generated and included in each request. Default is true.
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.16.0"
127
+ sdk_information = "#{sdk_information}/0.17.0"
127
128
  add_user_agent_information(sdk_information)
128
129
  end
129
130
  end
@@ -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'
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::Locks::Mgmt
6
- VERSION = '0.16.0'
6
+ VERSION = '0.17.0'
7
7
  end
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.16.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-02-12 00:00:00.000000000 Z
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.10.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.10.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.6.10
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