azure_mgmt_policy_insights 0.17.3 → 0.17.4

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
- SHA256:
3
- metadata.gz: 0cbcca36bfeaec44d91671e49081dae8c1097db3ffa6268813b3dbb0d5e4126b
4
- data.tar.gz: aa447bc7448b9bdd80949eae8e7e8f096cf37d7a981d49fdc295d6af807139bb
2
+ SHA1:
3
+ metadata.gz: b9d7beb2d3da9b2e8cc7ac3263c799f25d739076
4
+ data.tar.gz: e3e9cb2e7b33ef1f4754d08cc7436403c9a79bf5
5
5
  SHA512:
6
- metadata.gz: 02dc7af60d5b24230082e8dacf80e1c61d448f1a5772f3fdf384e996680257632b29878b5a298ea4828ad08a31fa63e05b8f0bde55ead52e6da1b20e51da90aa
7
- data.tar.gz: 270c9fe2ba38ecfdeba64572de3625d9565e7082b6b224014f592b0bd9ce5fc9cf969b4019cd759639cabc5fdcd212236843b8c1b9f801f2f4274968071cd901
6
+ metadata.gz: b869534b3e2b14010a40f746742e0f48529067784dc22f19dc3a6b1df5c5e63cd3df97f78f56405748d1bfa219595b8cafce5bc677fae13dbc75414bb4727c73
7
+ data.tar.gz: dea5828107796ce33e9f59d6f09cb76e6f16494c488925a6d551df89dc3e40fe05a062b79ab7a64df13254356fcc43088ce9c801ec3a112a501fd75d31d23ec3
@@ -129,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_08_09_preview
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_policy_insights'
132
- sdk_information = "#{sdk_information}/0.17.3"
132
+ sdk_information = "#{sdk_information}/0.17.4"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_10_17_preview
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_policy_insights'
132
- sdk_information = "#{sdk_information}/0.17.3"
132
+ sdk_information = "#{sdk_information}/0.17.4"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2017_12_12_preview
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_policy_insights'
132
- sdk_information = "#{sdk_information}/0.17.3"
132
+ sdk_information = "#{sdk_information}/0.17.4"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::PolicyInsights::Mgmt::V2018_04_04
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_policy_insights'
132
- sdk_information = "#{sdk_information}/0.17.3"
132
+ sdk_information = "#{sdk_information}/0.17.4"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -22,10 +22,10 @@ module Azure::PolicyInsights::Mgmt::V2018_07_01_preview
22
22
  # alias.
23
23
  attr_accessor :path
24
24
 
25
- # @return [String] Value of the expression.
25
+ # @return Value of the expression.
26
26
  attr_accessor :expression_value
27
27
 
28
- # @return [String] Target value to be compared with the expression value.
28
+ # @return Target value to be compared with the expression value.
29
29
  attr_accessor :target_value
30
30
 
31
31
  # @return [String] Operator to compare the expression value and the
@@ -75,7 +75,7 @@ module Azure::PolicyInsights::Mgmt::V2018_07_01_preview
75
75
  required: false,
76
76
  serialized_name: 'expressionValue',
77
77
  type: {
78
- name: 'String'
78
+ name: 'Object'
79
79
  }
80
80
  },
81
81
  target_value: {
@@ -83,7 +83,7 @@ module Azure::PolicyInsights::Mgmt::V2018_07_01_preview
83
83
  required: false,
84
84
  serialized_name: 'targetValue',
85
85
  type: {
86
- name: 'String'
86
+ name: 'Object'
87
87
  }
88
88
  },
89
89
  operator: {
@@ -136,7 +136,7 @@ module Azure::PolicyInsights::Mgmt::V2018_07_01_preview
136
136
  #
137
137
  def add_telemetry
138
138
  sdk_information = 'azure_mgmt_policy_insights'
139
- sdk_information = "#{sdk_information}/0.17.3"
139
+ sdk_information = "#{sdk_information}/0.17.4"
140
140
  add_user_agent_information(sdk_information)
141
141
  end
142
142
  end
@@ -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.17.3'
6
+ VERSION = '0.17.4'
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.17.3
4
+ version: 0.17.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-15 00:00:00.000000000 Z
11
+ date: 2019-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -239,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  version: '0'
240
240
  requirements: []
241
241
  rubyforge_project:
242
- rubygems_version: 2.7.6
242
+ rubygems_version: 2.5.1
243
243
  signing_key:
244
244
  specification_version: 4
245
245
  summary: Official Ruby client library to consume Microsoft Azure Resource Policy Insights