azure_mgmt_network2 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/azure_mgmt_network2.rb +4 -4
- data/lib/{profiles → profiles2}/latest/network_latest_profile_client.rb +2 -2
- data/lib/{profiles → profiles2}/v2017_03_09/network_v2017_03_09_profile_client.rb +2 -2
- data/lib/{profiles → profiles2}/v2018_03_01/network_v2018_03_01_profile_client.rb +2 -2
- data/lib/{profiles → profiles2}/v2019_03_01_hybrid/network_v2019_03_01_hybrid_profile_client.rb +2 -2
- data/lib/version.rb +1 -1
- metadata +14 -14
- /data/lib/{profiles → profiles2}/latest/modules/network_profile_module.rb +0 -0
- /data/lib/{profiles → profiles2}/latest/network_module_definition.rb +0 -0
- /data/lib/{profiles → profiles2}/v2017_03_09/modules/network_profile_module.rb +0 -0
- /data/lib/{profiles → profiles2}/v2017_03_09/network_module_definition.rb +0 -0
- /data/lib/{profiles → profiles2}/v2018_03_01/modules/network_profile_module.rb +0 -0
- /data/lib/{profiles → profiles2}/v2018_03_01/network_module_definition.rb +0 -0
- /data/lib/{profiles → profiles2}/v2019_03_01_hybrid/modules/network_profile_module.rb +0 -0
- /data/lib/{profiles → profiles2}/v2019_03_01_hybrid/network_module_definition.rb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8ac0819e0adecbbedfb3e7fef42771b6f3fef23e480b7254b0f949bfdb636d2
|
4
|
+
data.tar.gz: 54b6c01e2606cf4639def111b06d2bc95c062c19a6d0b9760fd91e8e19586347
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49e7c26592b9a3e4ec3ceb566a6bbec5ef56e546456def99a0a45f44dbd55e19ccffd08ddd6ce979d14a6ac7f9c0f969af9954236058dd934e394e39384b915d
|
7
|
+
data.tar.gz: 5a7c944439ff836f8988f07667a8da73fde0ad1972fe0190bf820a72a9d548c560bdfbc558d2ac67564bc0ad34b2b23f87c5a97edeb7c07d57876a3ff4500088
|
data/lib/azure_mgmt_network2.rb
CHANGED
@@ -36,7 +36,7 @@ require '2019-07-01/generated/azure_mgmt_network2'
|
|
36
36
|
require '2018-06-01/generated/azure_mgmt_network2'
|
37
37
|
require '2020-07-01/generated/azure_mgmt_network2'
|
38
38
|
require '2018-11-01/generated/azure_mgmt_network2'
|
39
|
-
require '
|
40
|
-
require '
|
41
|
-
require '
|
42
|
-
require '
|
39
|
+
require 'profiles2/latest/network_latest_profile_client'
|
40
|
+
require 'profiles2/v2017_03_09/network_v2017_03_09_profile_client'
|
41
|
+
require 'profiles2/v2019_03_01_hybrid/network_v2019_03_01_hybrid_profile_client'
|
42
|
+
require 'profiles2/v2018_03_01/network_v2018_03_01_profile_client'
|
@@ -2,8 +2,8 @@
|
|
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 '
|
6
|
-
require '
|
5
|
+
require 'profiles2/latest/network_module_definition'
|
6
|
+
require 'profiles2/latest/modules/network_profile_module'
|
7
7
|
|
8
8
|
module Azure::Network2::Profiles::Latest
|
9
9
|
module Mgmt
|
@@ -2,8 +2,8 @@
|
|
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 '
|
6
|
-
require '
|
5
|
+
require 'profiles2/v2017_03_09/network_module_definition'
|
6
|
+
require 'profiles2/v2017_03_09/modules/network_profile_module'
|
7
7
|
|
8
8
|
module Azure::Network2::Profiles::V2017_03_09
|
9
9
|
module Mgmt
|
@@ -2,8 +2,8 @@
|
|
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 '
|
6
|
-
require '
|
5
|
+
require 'profiles2/v2018_03_01/network_module_definition'
|
6
|
+
require 'profiles2/v2018_03_01/modules/network_profile_module'
|
7
7
|
|
8
8
|
module Azure::Network2::Profiles::V2018_03_01
|
9
9
|
module Mgmt
|
data/lib/{profiles → profiles2}/v2019_03_01_hybrid/network_v2019_03_01_hybrid_profile_client.rb
RENAMED
@@ -2,8 +2,8 @@
|
|
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 '
|
6
|
-
require '
|
5
|
+
require 'profiles2/v2019_03_01_hybrid/network_module_definition'
|
6
|
+
require 'profiles2/v2019_03_01_hybrid/modules/network_profile_module'
|
7
7
|
|
8
8
|
module Azure::Network2::Profiles::V2019_03_01_Hybrid
|
9
9
|
module Mgmt
|
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: 1.0.
|
4
|
+
version: 1.0.1
|
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-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -15791,18 +15791,18 @@ files:
|
|
15791
15791
|
- lib/2020-08-01/generated/azure_mgmt_network2/web_categories.rb
|
15792
15792
|
- lib/azure_mgmt_network2.rb
|
15793
15793
|
- lib/module_definition.rb
|
15794
|
-
- lib/
|
15795
|
-
- lib/
|
15796
|
-
- lib/
|
15797
|
-
- lib/
|
15798
|
-
- lib/
|
15799
|
-
- lib/
|
15800
|
-
- lib/
|
15801
|
-
- lib/
|
15802
|
-
- lib/
|
15803
|
-
- lib/
|
15804
|
-
- lib/
|
15805
|
-
- lib/
|
15794
|
+
- lib/profiles2/latest/modules/network_profile_module.rb
|
15795
|
+
- lib/profiles2/latest/network_latest_profile_client.rb
|
15796
|
+
- lib/profiles2/latest/network_module_definition.rb
|
15797
|
+
- lib/profiles2/v2017_03_09/modules/network_profile_module.rb
|
15798
|
+
- lib/profiles2/v2017_03_09/network_module_definition.rb
|
15799
|
+
- lib/profiles2/v2017_03_09/network_v2017_03_09_profile_client.rb
|
15800
|
+
- lib/profiles2/v2018_03_01/modules/network_profile_module.rb
|
15801
|
+
- lib/profiles2/v2018_03_01/network_module_definition.rb
|
15802
|
+
- lib/profiles2/v2018_03_01/network_v2018_03_01_profile_client.rb
|
15803
|
+
- lib/profiles2/v2019_03_01_hybrid/modules/network_profile_module.rb
|
15804
|
+
- lib/profiles2/v2019_03_01_hybrid/network_module_definition.rb
|
15805
|
+
- lib/profiles2/v2019_03_01_hybrid/network_v2019_03_01_hybrid_profile_client.rb
|
15806
15806
|
- lib/version.rb
|
15807
15807
|
homepage: https://github.com/chef/azure-sdk-for-ruby
|
15808
15808
|
licenses:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|