azure_mgmt_policy_insights 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e669be01f35d88383879ed61ca9cec8a4027bd9
4
- data.tar.gz: 28a240a7eb172940e72f4088264ddda0f2642618
3
+ metadata.gz: e550548a9b34d79e87bed664fcff1b6f0ded50b5
4
+ data.tar.gz: be6d4a4b6f42df95a6a67e8ee29fc772529f4d7d
5
5
  SHA512:
6
- metadata.gz: c490d6da38e0a3442edfbd4bb019401ed7e1d721e76506a596224cef5928cd21d89377b5efc2b700a1325729371f196282b37c6d0a3c042064973894e18ddc8c
7
- data.tar.gz: bae5e0ebb976b7eaa803aff9fa649f2b7817ae6aced21b7eba95363c021049ab9aa31ba0999c891db5895411e5eb84e46437d411d206617f4c3ddcf3c734311d
6
+ metadata.gz: 5f0e08aa17fece7dbc35e0e34e0858bf7eefbae3cac04302da874daaec2b17e089d1f791570c946d23049982ae5f18e6bb1eafba07c92304f50d696f3e9e7714
7
+ data.tar.gz: 63bcad33ffe059b16fcf707070cca86bed39a7467ff6e83bdc33d266a22d7c68c0926bdc622b8dcee2b352529601b212d9da9822abbcc4f39c005762e1a13b89
@@ -20,15 +20,16 @@ module Azure::PolicyInsights::Mgmt::V2017_08_09_preview
20
20
  # @return [String] API version to use with the client requests.
21
21
  attr_reader :api_version
22
22
 
23
- # @return [String] Gets or sets the preferred language for the response.
23
+ # @return [String] The preferred language for the response.
24
24
  attr_accessor :accept_language
25
25
 
26
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
27
- # Running Operations. Default value is 30.
26
+ # @return [Integer] The retry timeout in seconds for Long Running
27
+ # Operations. Default value is 30.
28
28
  attr_accessor :long_running_operation_retry_timeout
29
29
 
30
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
31
- # is generated and included in each request. Default is true.
30
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
31
+ # generated. When set to true a unique x-ms-client-request-id value is
32
+ # generated and included in each request. Default is true.
32
33
  attr_accessor :generate_client_request_id
33
34
 
34
35
  # @return [PolicyEvents] policy_events
@@ -128,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_08_09_preview
128
129
  #
129
130
  def add_telemetry
130
131
  sdk_information = 'azure_mgmt_policy_insights'
131
- sdk_information = "#{sdk_information}/0.16.0"
132
+ sdk_information = "#{sdk_information}/0.17.0"
132
133
  add_user_agent_information(sdk_information)
133
134
  end
134
135
  end
@@ -20,15 +20,16 @@ module Azure::PolicyInsights::Mgmt::V2017_10_17_preview
20
20
  # @return [String] API version to use with the client requests.
21
21
  attr_reader :api_version
22
22
 
23
- # @return [String] Gets or sets the preferred language for the response.
23
+ # @return [String] The preferred language for the response.
24
24
  attr_accessor :accept_language
25
25
 
26
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
27
- # Running Operations. Default value is 30.
26
+ # @return [Integer] The retry timeout in seconds for Long Running
27
+ # Operations. Default value is 30.
28
28
  attr_accessor :long_running_operation_retry_timeout
29
29
 
30
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
31
- # is generated and included in each request. Default is true.
30
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
31
+ # generated. When set to true a unique x-ms-client-request-id value is
32
+ # generated and included in each request. Default is true.
32
33
  attr_accessor :generate_client_request_id
33
34
 
34
35
  # @return [PolicyEvents] policy_events
@@ -128,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_10_17_preview
128
129
  #
129
130
  def add_telemetry
130
131
  sdk_information = 'azure_mgmt_policy_insights'
131
- sdk_information = "#{sdk_information}/0.16.0"
132
+ sdk_information = "#{sdk_information}/0.17.0"
132
133
  add_user_agent_information(sdk_information)
133
134
  end
134
135
  end
@@ -20,15 +20,16 @@ module Azure::PolicyInsights::Mgmt::V2017_12_12_preview
20
20
  # @return [String] API version to use with the client requests.
21
21
  attr_reader :api_version
22
22
 
23
- # @return [String] Gets or sets the preferred language for the response.
23
+ # @return [String] The preferred language for the response.
24
24
  attr_accessor :accept_language
25
25
 
26
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
27
- # Running Operations. Default value is 30.
26
+ # @return [Integer] The retry timeout in seconds for Long Running
27
+ # Operations. Default value is 30.
28
28
  attr_accessor :long_running_operation_retry_timeout
29
29
 
30
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
31
- # is generated and included in each request. Default is true.
30
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
31
+ # generated. When set to true a unique x-ms-client-request-id value is
32
+ # generated and included in each request. Default is true.
32
33
  attr_accessor :generate_client_request_id
33
34
 
34
35
  # @return [PolicyEvents] policy_events
@@ -128,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_12_12_preview
128
129
  #
129
130
  def add_telemetry
130
131
  sdk_information = 'azure_mgmt_policy_insights'
131
- sdk_information = "#{sdk_information}/0.16.0"
132
+ sdk_information = "#{sdk_information}/0.17.0"
132
133
  add_user_agent_information(sdk_information)
133
134
  end
134
135
  end
@@ -20,15 +20,16 @@ module Azure::PolicyInsights::Mgmt::V2018_04_04
20
20
  # @return [String] API version to use with the client requests.
21
21
  attr_reader :api_version
22
22
 
23
- # @return [String] Gets or sets the preferred language for the response.
23
+ # @return [String] The preferred language for the response.
24
24
  attr_accessor :accept_language
25
25
 
26
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
27
- # Running Operations. Default value is 30.
26
+ # @return [Integer] The retry timeout in seconds for Long Running
27
+ # Operations. Default value is 30.
28
28
  attr_accessor :long_running_operation_retry_timeout
29
29
 
30
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
31
- # is generated and included in each request. Default is true.
30
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
31
+ # generated. When set to true a unique x-ms-client-request-id value is
32
+ # generated and included in each request. Default is true.
32
33
  attr_accessor :generate_client_request_id
33
34
 
34
35
  # @return [PolicyEvents] policy_events
@@ -128,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2018_04_04
128
129
  #
129
130
  def add_telemetry
130
131
  sdk_information = 'azure_mgmt_policy_insights'
131
- sdk_information = "#{sdk_information}/0.16.0"
132
+ sdk_information = "#{sdk_information}/0.17.0"
132
133
  add_user_agent_information(sdk_information)
133
134
  end
134
135
  end
data/lib/version.rb CHANGED
@@ -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::PolicyInsights::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_policy_insights
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-06-06 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 Policy Insights Management Client Library for
84
84
  Ruby
85
85
  email: azrubyteam@microsoft.com