azure_mgmt_marketplace_ordering 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
2
  SHA256:
3
- metadata.gz: cc878fe927e36523c7f831ecfee9f82ddbf5c3dff4af338b7ea9711c29df734a
4
- data.tar.gz: d647070d90e128ec6b4307412b0fb8d0f658efde31b6143fbcbe0209b2d13c31
3
+ metadata.gz: 133b7c4b0d7bf731b23a1f3403aa388ddb0edf40eb97859082d63121b5692b50
4
+ data.tar.gz: fc0de6172d56228eeda9f1b5de9336140183bcd2ca3abb019e60daf440464098
5
5
  SHA512:
6
- metadata.gz: 98fa838b5326767a912465aca46f9883a9d31a8586409cbb45fa8d81fcf1d1fc93c10b75e3ca6a97e708bff3642c97ac0c47067f55759169080dad0ff06207b5
7
- data.tar.gz: f92307ca4fa09ee3de77095a4d266b97df033dc578f7d8bd311446320c67c5c0d0a2f977abdac2a9bd0b6f6a678905eee786ebc6ea83c35f41e3cd33bfb1f05c
6
+ metadata.gz: 1ff2642618a67b623e7381b17dd6d87490220ec525fc9abeac328a5306936144f94433cffb17c935ce7b46ffcbcd7e315ce2d0dbb80f64a7f7a30489cac856a1
7
+ data.tar.gz: bad7164a175f3f0d706a7bb4fcb360d228a92baa2510b2e9da88c1109be20318795600642e292d678b7f9a9776d99ca81a66b309afc1b23c8771f834dc03e287
@@ -305,7 +305,7 @@ module Azure::MarketplaceOrdering::Mgmt::V2015_06_01
305
305
  headers: request_headers.merge(custom_headers || {}),
306
306
  base_url: request_url
307
307
  }
308
- promise = @client.make_request_async(:put, path_template, options)
308
+ promise = @client.make_request_async(:post, path_template, options)
309
309
 
310
310
  promise = promise.then do |result|
311
311
  http_response = result.response
@@ -404,7 +404,7 @@ module Azure::MarketplaceOrdering::Mgmt::V2015_06_01
404
404
  headers: request_headers.merge(custom_headers || {}),
405
405
  base_url: request_url
406
406
  }
407
- promise = @client.make_request_async(:put, path_template, options)
407
+ promise = @client.make_request_async(:post, path_template, options)
408
408
 
409
409
  promise = promise.then do |result|
410
410
  http_response = result.response
@@ -129,7 +129,7 @@ module Azure::MarketplaceOrdering::Mgmt::V2015_06_01
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_marketplace_ordering'
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
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::MarketplaceOrdering::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_marketplace_ordering
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-13 00:00:00.000000000 Z
11
+ date: 2019-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler