azure_mgmt_compute2 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b5f39385231b59d784e6917fbbc348c33293cc2f34099e6073b79c52f76c327
4
- data.tar.gz: 055363405072f9b796e1da6537000295a7e934a87b761fb783fe8dd702f3d7b2
3
+ metadata.gz: 61374db27ae399131cfe1abc1ba6f0d475ba6871c7f441b71203c0315676c803
4
+ data.tar.gz: 42c13e2338d8b2cf5c7c3815598cf84639769a51a883e37da087aa0b6f339376
5
5
  SHA512:
6
- metadata.gz: 4023d7f18105716a3f767b8cc0aa2d26177b816caec5b1031dce455f61aefca0263db5207c0232d2e0b51cde7a464a716aca1e38ec5ee480775d6e104df5645a
7
- data.tar.gz: 30d52fdb4d707a25d54baffc5a55fa7cdedee4652d3bd64779913b626fa0d46182d65fbab3484351d7c9bf77625b116895cd8a8a3a061f531639d26302232d87
6
+ metadata.gz: 110601e563ff09ad781a6b3597b1e98e6204b1f0c0b6a54ff63729b796241b7558c15cf1488aa0c1b3c63cf99dcc83fc520055b46bf57fde5ea26d0dc3d494ed
7
+ data.tar.gz: 17899857990f7ee336187e63373ae044275b0ed106e93f5a34bb4fa95ada24a252fe91f9ceab0fc6eefde1c9ffa0e594758f512e26f1b9d8f3eb9f765a0ece91
@@ -2,7 +2,7 @@
2
2
  # Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
- require 'azure_mgmt_compute'
5
+ require 'azure_mgmt_compute2'
6
6
 
7
7
  module Azure::Compute2::Profiles::Latest
8
8
  module Mgmt
@@ -2,7 +2,7 @@
2
2
  # Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
- require 'azure_mgmt_compute'
5
+ require 'azure_mgmt_compute2'
6
6
 
7
7
  module Azure::Compute2::Profiles::V2017_03_09
8
8
  module Mgmt
@@ -2,7 +2,7 @@
2
2
  # Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
- require 'azure_mgmt_compute'
5
+ require 'azure_mgmt_compute2'
6
6
 
7
7
  module Azure::Compute2::Profiles::V2018_03_01
8
8
  module Mgmt
@@ -2,7 +2,7 @@
2
2
  # Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
- require 'azure_mgmt_compute'
5
+ require 'azure_mgmt_compute2'
6
6
 
7
7
  module Azure::Compute2::Profiles::V2019_03_01_Hybrid
8
8
  module Mgmt
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::Compute2::Mgmt
6
- VERSION = "1.0.0"
6
+ VERSION = "1.0.1"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_compute2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation