azure_mgmt_links 0.15.1 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2016-09-01/generated/azure_mgmt_links/management_link_client.rb +1 -3
- data/lib/2016-09-01/generated/azure_mgmt_links/models/resource_link.rb +4 -0
- data/lib/2016-09-01/generated/azure_mgmt_links/models/resource_link_filter.rb +2 -0
- data/lib/2016-09-01/generated/azure_mgmt_links/models/resource_link_properties.rb +4 -0
- data/lib/2016-09-01/generated/azure_mgmt_links/models/resource_link_result.rb +4 -0
- data/lib/profiles/latest/links_latest_profile_client.rb +1 -3
- data/lib/profiles/v2017_03_09/links_v2017_03_09_profile_client.rb +1 -3
- data/lib/version.rb +1 -1
- metadata +10 -8
- data/lib/2016-09-01/generated/azure_mgmt_links/version.rb +0 -8
- data/lib/profiles/common/configurable.rb +0 -86
- data/lib/profiles/common/default.rb +0 -57
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5e87a4246f2d6574aa4fceddaff90ca9438cd8e
|
4
|
+
data.tar.gz: cf7456b73030676529e5c45cbf58d9b3c9e39b6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8643231608b82276dc63bfb716a85e4c43fc9eaf00d357d04abcd885082fc02bab8c8a901f573a66c6dd056d30f8b1d8d07b3cf8387952a0c9c43287ef0f0c0
|
7
|
+
data.tar.gz: 6ccd46cbd9751327d5e013294565f872d14c46995d5df500264f495b1507bd4737ec468f8de7adec99cea5f4f3fb004792f38021bf9e2e7ce2cdb00d6bef76f3
|
@@ -120,9 +120,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
120
120
|
#
|
121
121
|
def add_telemetry
|
122
122
|
sdk_information = 'azure_mgmt_links'
|
123
|
-
|
124
|
-
sdk_information = "#{sdk_information}/#{Azure::Links::Mgmt::V2016_09_01::VERSION}"
|
125
|
-
end
|
123
|
+
sdk_information = "#{sdk_information}/0.15.2"
|
126
124
|
add_user_agent_information(sdk_information)
|
127
125
|
end
|
128
126
|
end
|
@@ -28,6 +28,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
28
28
|
#
|
29
29
|
def self.mapper()
|
30
30
|
{
|
31
|
+
client_side_validation: true,
|
31
32
|
required: false,
|
32
33
|
serialized_name: 'ResourceLink',
|
33
34
|
type: {
|
@@ -35,6 +36,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
35
36
|
class_name: 'ResourceLink',
|
36
37
|
model_properties: {
|
37
38
|
id: {
|
39
|
+
client_side_validation: true,
|
38
40
|
required: false,
|
39
41
|
read_only: true,
|
40
42
|
serialized_name: 'id',
|
@@ -43,6 +45,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
43
45
|
}
|
44
46
|
},
|
45
47
|
name: {
|
48
|
+
client_side_validation: true,
|
46
49
|
required: false,
|
47
50
|
read_only: true,
|
48
51
|
serialized_name: 'name',
|
@@ -51,6 +54,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
51
54
|
}
|
52
55
|
},
|
53
56
|
properties: {
|
57
|
+
client_side_validation: true,
|
54
58
|
required: false,
|
55
59
|
serialized_name: 'properties',
|
56
60
|
type: {
|
@@ -22,6 +22,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
22
22
|
#
|
23
23
|
def self.mapper()
|
24
24
|
{
|
25
|
+
client_side_validation: true,
|
25
26
|
required: false,
|
26
27
|
serialized_name: 'ResourceLinkFilter',
|
27
28
|
type: {
|
@@ -29,6 +30,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
29
30
|
class_name: 'ResourceLinkFilter',
|
30
31
|
model_properties: {
|
31
32
|
target_id: {
|
33
|
+
client_side_validation: true,
|
32
34
|
required: true,
|
33
35
|
serialized_name: 'targetId',
|
34
36
|
type: {
|
@@ -30,6 +30,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
30
30
|
#
|
31
31
|
def self.mapper()
|
32
32
|
{
|
33
|
+
client_side_validation: true,
|
33
34
|
required: false,
|
34
35
|
serialized_name: 'ResourceLinkProperties',
|
35
36
|
type: {
|
@@ -37,6 +38,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
37
38
|
class_name: 'ResourceLinkProperties',
|
38
39
|
model_properties: {
|
39
40
|
source_id: {
|
41
|
+
client_side_validation: true,
|
40
42
|
required: false,
|
41
43
|
read_only: true,
|
42
44
|
serialized_name: 'sourceId',
|
@@ -45,6 +47,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
45
47
|
}
|
46
48
|
},
|
47
49
|
target_id: {
|
50
|
+
client_side_validation: true,
|
48
51
|
required: true,
|
49
52
|
serialized_name: 'targetId',
|
50
53
|
type: {
|
@@ -52,6 +55,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
52
55
|
}
|
53
56
|
},
|
54
57
|
notes: {
|
58
|
+
client_side_validation: true,
|
55
59
|
required: false,
|
56
60
|
serialized_name: 'notes',
|
57
61
|
type: {
|
@@ -57,6 +57,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
57
57
|
#
|
58
58
|
def self.mapper()
|
59
59
|
{
|
60
|
+
client_side_validation: true,
|
60
61
|
required: false,
|
61
62
|
serialized_name: 'ResourceLinkResult',
|
62
63
|
type: {
|
@@ -64,11 +65,13 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
64
65
|
class_name: 'ResourceLinkResult',
|
65
66
|
model_properties: {
|
66
67
|
value: {
|
68
|
+
client_side_validation: true,
|
67
69
|
required: true,
|
68
70
|
serialized_name: 'value',
|
69
71
|
type: {
|
70
72
|
name: 'Sequence',
|
71
73
|
element: {
|
74
|
+
client_side_validation: true,
|
72
75
|
required: false,
|
73
76
|
serialized_name: 'ResourceLinkElementType',
|
74
77
|
type: {
|
@@ -79,6 +82,7 @@ module Azure::Links::Mgmt::V2016_09_01
|
|
79
82
|
}
|
80
83
|
},
|
81
84
|
next_link: {
|
85
|
+
client_side_validation: true,
|
82
86
|
required: false,
|
83
87
|
read_only: true,
|
84
88
|
serialized_name: 'nextLink',
|
@@ -4,15 +4,13 @@
|
|
4
4
|
|
5
5
|
require 'profiles/latest/links_module_definition'
|
6
6
|
require 'profiles/latest/modules/links_profile_module'
|
7
|
-
require 'profiles/common/configurable'
|
8
|
-
require 'profiles/common/default'
|
9
7
|
|
10
8
|
module Azure::Links::Profiles::Latest::Mgmt
|
11
9
|
#
|
12
10
|
# Client class for the Latest profile SDK.
|
13
11
|
#
|
14
12
|
class Client < LinksClass
|
15
|
-
include
|
13
|
+
include MsRestAzure::Common::Configurable
|
16
14
|
|
17
15
|
|
18
16
|
def initialize(options = {})
|
@@ -4,15 +4,13 @@
|
|
4
4
|
|
5
5
|
require 'profiles/v2017_03_09/links_module_definition'
|
6
6
|
require 'profiles/v2017_03_09/modules/links_profile_module'
|
7
|
-
require 'profiles/common/configurable'
|
8
|
-
require 'profiles/common/default'
|
9
7
|
|
10
8
|
module Azure::Links::Profiles::V2017_03_09::Mgmt
|
11
9
|
#
|
12
10
|
# Client class for the V2017_03_09 profile SDK.
|
13
11
|
#
|
14
12
|
class Client < LinksClass
|
15
|
-
include
|
13
|
+
include MsRestAzure::Common::Configurable
|
16
14
|
|
17
15
|
|
18
16
|
def initialize(options = {})
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_links
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.2
|
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-12-19 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.10.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.10.0
|
83
83
|
description: Microsoft Azure Links Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -96,11 +96,8 @@ files:
|
|
96
96
|
- lib/2016-09-01/generated/azure_mgmt_links/models/resource_link_result.rb
|
97
97
|
- lib/2016-09-01/generated/azure_mgmt_links/module_definition.rb
|
98
98
|
- lib/2016-09-01/generated/azure_mgmt_links/resource_links.rb
|
99
|
-
- lib/2016-09-01/generated/azure_mgmt_links/version.rb
|
100
99
|
- lib/azure_mgmt_links.rb
|
101
100
|
- lib/module_definition.rb
|
102
|
-
- lib/profiles/common/configurable.rb
|
103
|
-
- lib/profiles/common/default.rb
|
104
101
|
- lib/profiles/latest/links_latest_profile_client.rb
|
105
102
|
- lib/profiles/latest/links_module_definition.rb
|
106
103
|
- lib/profiles/latest/modules/links_profile_module.rb
|
@@ -111,7 +108,12 @@ files:
|
|
111
108
|
homepage: https://aka.ms/azure-sdk-for-ruby
|
112
109
|
licenses:
|
113
110
|
- MIT
|
114
|
-
metadata:
|
111
|
+
metadata:
|
112
|
+
bug_tracker_uri: https://github.com/Azure/azure-sdk-for-ruby/issues
|
113
|
+
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
114
|
+
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
115
|
+
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
116
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_links
|
115
117
|
post_install_message:
|
116
118
|
rdoc_options: []
|
117
119
|
require_paths:
|
@@ -1,86 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
-
|
5
|
-
module Azure::Common
|
6
|
-
# The Azure::Common::Configurable module provides basic configuration for Azure activities.
|
7
|
-
module Configurable
|
8
|
-
# @return [String] Azure tenant id (also known as domain).
|
9
|
-
attr_accessor :tenant_id
|
10
|
-
|
11
|
-
# @return [String] Azure client id.
|
12
|
-
attr_accessor :client_id
|
13
|
-
|
14
|
-
# @return [String] Azure secret key.
|
15
|
-
attr_accessor :client_secret
|
16
|
-
|
17
|
-
# @return [String] Azure subscription id.
|
18
|
-
attr_accessor :subscription_id
|
19
|
-
|
20
|
-
# @return [MsRestAzure::ActiveDirectoryServiceSettings] Azure active directory service settings.
|
21
|
-
attr_accessor :active_directory_settings
|
22
|
-
|
23
|
-
# @return [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.
|
24
|
-
attr_accessor :credentials
|
25
|
-
|
26
|
-
class << self
|
27
|
-
#
|
28
|
-
# List of configurable keys for {Azure::Common::Client}.
|
29
|
-
# @return [Array] of option keys.
|
30
|
-
#
|
31
|
-
def keys
|
32
|
-
@keys ||= [:tenant_id, :client_id, :client_secret, :subscription_id, :active_directory_settings]
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
#
|
37
|
-
# Set configuration options using a block.
|
38
|
-
#
|
39
|
-
def configure
|
40
|
-
yield self
|
41
|
-
end
|
42
|
-
|
43
|
-
#
|
44
|
-
# Resets the configurable options to provided options or defaults.
|
45
|
-
# This will also creates MsRest::TokenCredentials to be used for subsequent Azure Resource Manager clients.
|
46
|
-
#
|
47
|
-
def reset!(options = {})
|
48
|
-
Azure::Common::Configurable.keys.each do |key|
|
49
|
-
default_value = Azure::Common::Default.options[key]
|
50
|
-
instance_variable_set(:"@#{key}", options.fetch(key, default_value))
|
51
|
-
end
|
52
|
-
|
53
|
-
fail ArgumentError, 'tenant_id is nil' if self.tenant_id.nil?
|
54
|
-
fail ArgumentError, 'client_id is nil' if self.client_id.nil?
|
55
|
-
fail ArgumentError, 'client_secret is nil' if self.client_secret.nil?
|
56
|
-
fail ArgumentError, 'subscription_id is nil' if self.subscription_id.nil?
|
57
|
-
fail ArgumentError, 'active_directory_settings is nil' if self.active_directory_settings.nil?
|
58
|
-
|
59
|
-
default_value = MsRest::TokenCredentials.new(
|
60
|
-
MsRestAzure::ApplicationTokenProvider.new(
|
61
|
-
self.tenant_id, self.client_id, self.client_secret, self.active_directory_settings))
|
62
|
-
|
63
|
-
instance_variable_set(:"@credentials", options.fetch(:credentials, default_value))
|
64
|
-
|
65
|
-
self
|
66
|
-
end
|
67
|
-
|
68
|
-
def config
|
69
|
-
self
|
70
|
-
end
|
71
|
-
|
72
|
-
private
|
73
|
-
|
74
|
-
#
|
75
|
-
# configures configurable options to default values
|
76
|
-
#
|
77
|
-
def setup_default_options
|
78
|
-
opts = {}
|
79
|
-
Azure::Common::Configurable.keys.map do |key|
|
80
|
-
opts[key] = Azure::Common::Default.options[key]
|
81
|
-
end
|
82
|
-
|
83
|
-
opts
|
84
|
-
end
|
85
|
-
end
|
86
|
-
end
|
@@ -1,57 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
-
|
5
|
-
module Azure::Common
|
6
|
-
module Default
|
7
|
-
class << self
|
8
|
-
#
|
9
|
-
# Default Azure Tenant Id.
|
10
|
-
# @return [String] Azure Tenant Id.
|
11
|
-
#
|
12
|
-
def tenant_id
|
13
|
-
ENV['AZURE_TENANT_ID']
|
14
|
-
end
|
15
|
-
|
16
|
-
#
|
17
|
-
# Default Azure Client Id.
|
18
|
-
# @return [String] Azure Client Id.
|
19
|
-
#
|
20
|
-
def client_id
|
21
|
-
ENV['AZURE_CLIENT_ID']
|
22
|
-
end
|
23
|
-
|
24
|
-
#
|
25
|
-
# Default Azure Client Secret.
|
26
|
-
# @return [String] Azure Client Secret.
|
27
|
-
#
|
28
|
-
def client_secret
|
29
|
-
ENV['AZURE_CLIENT_SECRET']
|
30
|
-
end
|
31
|
-
|
32
|
-
#
|
33
|
-
# Default Azure Subscription Id.
|
34
|
-
# @return [String] Azure Subscription Id.
|
35
|
-
#
|
36
|
-
def subscription_id
|
37
|
-
ENV['AZURE_SUBSCRIPTION_ID']
|
38
|
-
end
|
39
|
-
|
40
|
-
#
|
41
|
-
# Default Azure Active Directory Service Settings.
|
42
|
-
# @return [MsRestAzure::ActiveDirectoryServiceSettings] Azure Active Directory Service Settings.
|
43
|
-
#
|
44
|
-
def active_directory_settings
|
45
|
-
MsRestAzure::ActiveDirectoryServiceSettings.get_azure_settings
|
46
|
-
end
|
47
|
-
|
48
|
-
#
|
49
|
-
# Configuration options.
|
50
|
-
# @return [Hash] Configuration options.
|
51
|
-
#
|
52
|
-
def options
|
53
|
-
Hash[Azure::Common::Configurable.keys.map { |key| [key, send(key)]}]
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|