azure_mgmt_policy 0.11.0 → 0.12.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: 9a94dea9b99c1f36cd8f41e2ceb10f36e57d36e7
4
- data.tar.gz: 6d2a53b7335b0b6fe81bcb8f591a5f853af2c421
3
+ metadata.gz: 1cd9a37952483a76c2b149c1ce26e24cb3fe42e2
4
+ data.tar.gz: e87d5e1af071d3792dc212627b39ca21a821f33c
5
5
  SHA512:
6
- metadata.gz: ad6998537e9408be4f3ee907b6c707424ebee65deea929b1156a622e1e2d2a84b5ac308360c50f3b8bed652842c1c9ab55f370cabded50db967534cc71296f48
7
- data.tar.gz: 40d1b2f948f629cc05e9bb60e7ebbd2aee020ed6c90ec2bd255ecbfcf03961da1157f7e64f8b754d4fd68e611ec4467d066383ad5651358feb449dd249ebf39d
6
+ metadata.gz: 21fb0c0af13c128d03dbee120ba8a62adc782c6cfce32c35f30adc580da7d657ffcafdf179a9fca552d3cffdfc78be8700acad7bac60924d2091f06d8089bd08
7
+ data.tar.gz: b9d25c5321ec0646110a65082185c265a1c35223248cc4f3b1409d16d169b3976cb2184bc4fcf6493c6344ab076f584e47d3d5b94933c4713d2d77570bcfca1d
@@ -93,7 +93,7 @@ module Azure::ARM::Policy
93
93
  http_response = result.response
94
94
  status_code = http_response.status
95
95
  response_content = http_response.body
96
- unless status_code == 200
96
+ unless status_code == 200 || status_code == 204
97
97
  error_model = JSON.load(response_content)
98
98
  fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
99
99
  end
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Policy
7
- VERSION = '0.11.0'
7
+ VERSION = '0.12.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_policy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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: 2017-07-19 00:00:00.000000000 Z
11
+ date: 2017-09-12 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.8.0
75
+ version: 0.9.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.8.0
82
+ version: 0.9.0
83
83
  description: Microsoft Azure Resource Policy Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []