azure_mgmt_network2 0.26.1 → 0.27.0
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 +4 -4
- data/lib/version.rb +1 -1
- metadata +14 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15698c36ac575f62a0ff459284efdaf633bda0ade463259b130d69a5ec713eaf
|
|
4
|
+
data.tar.gz: 3720997d470b8e55db9d57829125b4793e89de37db0dea1e5b7f5221ccb94a26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e2b20f15a51c6a94275a45d594a1c9f021e0506a2542ca7b3a82e87cd301eda29fe3054a0813a30409d7fc8bf8b6999efcfa7b0ef08c5c62a05166b8a207320
|
|
7
|
+
data.tar.gz: 209ccb688c37c6f98098e9918855d56b256e75db3a5e4800696aa0b0db237d7575a5dec4a859e61e1b8fb9624668125f1dfed69071d7594f806e2c852856a4d5
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_network2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.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: 2023-
|
|
11
|
+
date: 2023-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -67,12 +67,15 @@ dependencies:
|
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '2'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
|
-
name:
|
|
70
|
+
name: ms_rest_azure2
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: 0.12.0
|
|
76
|
+
- - ">="
|
|
77
|
+
- !ruby/object:Gem::Version
|
|
78
|
+
version: 0.12.1
|
|
76
79
|
type: :runtime
|
|
77
80
|
prerelease: false
|
|
78
81
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -80,6 +83,9 @@ dependencies:
|
|
|
80
83
|
- - "~>"
|
|
81
84
|
- !ruby/object:Gem::Version
|
|
82
85
|
version: 0.12.0
|
|
86
|
+
- - ">="
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
88
|
+
version: 0.12.1
|
|
83
89
|
description: Microsoft Azure Network Management Client Library for Ruby
|
|
84
90
|
email: azrubyteam@microsoft.com
|
|
85
91
|
executables: []
|
|
@@ -15804,15 +15810,15 @@ files:
|
|
|
15804
15810
|
- lib/profiles/v2019_03_01_hybrid/network_module_definition.rb
|
|
15805
15811
|
- lib/profiles/v2019_03_01_hybrid/network_v2019_03_01_hybrid_profile_client.rb
|
|
15806
15812
|
- lib/version.rb
|
|
15807
|
-
homepage: https://github.com/
|
|
15813
|
+
homepage: https://github.com/chef/azure-sdk-for-ruby
|
|
15808
15814
|
licenses:
|
|
15809
15815
|
- MIT
|
|
15810
15816
|
metadata:
|
|
15811
|
-
bug_tracker_uri: https://github.com/
|
|
15812
|
-
changelog_uri: https://github.com/
|
|
15817
|
+
bug_tracker_uri: https://github.com/chef/azure-sdk-for-ruby/issues
|
|
15818
|
+
changelog_uri: https://github.com/chef/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
|
15813
15819
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
|
15814
|
-
homepage_uri: https://github.com/
|
|
15815
|
-
source_code_uri: https://github.com/
|
|
15820
|
+
homepage_uri: https://github.com/chef/azure-sdk-for-ruby
|
|
15821
|
+
source_code_uri: https://github.com/chef/azure-sdk-for-ruby/tree/master/management/azure_mgmt_network
|
|
15816
15822
|
post_install_message:
|
|
15817
15823
|
rdoc_options: []
|
|
15818
15824
|
require_paths:
|