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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cd9a37952483a76c2b149c1ce26e24cb3fe42e2
|
4
|
+
data.tar.gz: e87d5e1af071d3792dc212627b39ca21a821f33c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
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.
|
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.
|
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: []
|