azure_mgmt_container_service 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2016-03-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -1
- data/lib/2016-09-30/generated/azure_mgmt_container_service.rb +1 -1
- data/lib/2016-09-30/generated/azure_mgmt_container_service/{compute_management_client.rb → container_service_client.rb} +3 -3
- data/lib/2016-09-30/generated/azure_mgmt_container_service/container_services.rb +1 -1
- data/lib/2017-01-31/generated/azure_mgmt_container_service.rb +1 -1
- data/lib/2017-01-31/generated/azure_mgmt_container_service/{compute_management_client.rb → container_service_client.rb} +3 -3
- data/lib/2017-01-31/generated/azure_mgmt_container_service/container_services.rb +1 -1
- data/lib/profiles/latest/modules/containerservice_profile_module.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d146d6b43e8af8304647e6a2ad9e522bef499972
|
4
|
+
data.tar.gz: 242078b8032e2c66204306807f22dc6b02ccbd3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22d4fd42cbeb61a467f65705d9b4e639ca800cbf880398115021a397870b24642719e7ed1d135be76d81e1c032247cc9a8c1505f0f27f63411810229823e58af
|
7
|
+
data.tar.gz: 0c6fdd37052408247c68999086aef0b1adb2c9d7bedf9f0046e560fd07b681bcd5a793051bbb8c37cc1e03b94161a4902bec52c00eff19fb37a13a4822fb6318
|
@@ -125,7 +125,7 @@ module Azure::ContainerService::Mgmt::V2016_03_30
|
|
125
125
|
#
|
126
126
|
def add_telemetry
|
127
127
|
sdk_information = 'azure_mgmt_container_service'
|
128
|
-
sdk_information = "#{sdk_information}/0.
|
128
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
129
129
|
add_user_agent_information(sdk_information)
|
130
130
|
end
|
131
131
|
end
|
@@ -21,7 +21,7 @@ require 'ms_rest_azure'
|
|
21
21
|
|
22
22
|
module Azure::ContainerService::Mgmt::V2016_09_30
|
23
23
|
autoload :ContainerServices, '2016-09-30/generated/azure_mgmt_container_service/container_services.rb'
|
24
|
-
autoload :
|
24
|
+
autoload :ContainerServiceClient, '2016-09-30/generated/azure_mgmt_container_service/container_service_client.rb'
|
25
25
|
|
26
26
|
module Models
|
27
27
|
autoload :ContainerServiceSshPublicKey, '2016-09-30/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb'
|
@@ -7,7 +7,7 @@ module Azure::ContainerService::Mgmt::V2016_09_30
|
|
7
7
|
#
|
8
8
|
# A service client - single point of access to the REST API.
|
9
9
|
#
|
10
|
-
class
|
10
|
+
class ContainerServiceClient < MsRestAzure::AzureServiceClient
|
11
11
|
include MsRestAzure
|
12
12
|
include MsRestAzure::Serialization
|
13
13
|
|
@@ -40,7 +40,7 @@ module Azure::ContainerService::Mgmt::V2016_09_30
|
|
40
40
|
attr_reader :container_services
|
41
41
|
|
42
42
|
#
|
43
|
-
# Creates initializes a new instance of the
|
43
|
+
# Creates initializes a new instance of the ContainerServiceClient class.
|
44
44
|
# @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.
|
45
45
|
# @param base_url [String] the base URI of the service.
|
46
46
|
# @param options [Array] filters to be applied to the HTTP requests.
|
@@ -125,7 +125,7 @@ module Azure::ContainerService::Mgmt::V2016_09_30
|
|
125
125
|
#
|
126
126
|
def add_telemetry
|
127
127
|
sdk_information = 'azure_mgmt_container_service'
|
128
|
-
sdk_information = "#{sdk_information}/0.
|
128
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
129
129
|
add_user_agent_information(sdk_information)
|
130
130
|
end
|
131
131
|
end
|
@@ -18,7 +18,7 @@ module Azure::ContainerService::Mgmt::V2016_09_30
|
|
18
18
|
@client = client
|
19
19
|
end
|
20
20
|
|
21
|
-
# @return [
|
21
|
+
# @return [ContainerServiceClient] reference to the ContainerServiceClient
|
22
22
|
attr_reader :client
|
23
23
|
|
24
24
|
#
|
@@ -21,7 +21,7 @@ require 'ms_rest_azure'
|
|
21
21
|
|
22
22
|
module Azure::ContainerService::Mgmt::V2017_01_31
|
23
23
|
autoload :ContainerServices, '2017-01-31/generated/azure_mgmt_container_service/container_services.rb'
|
24
|
-
autoload :
|
24
|
+
autoload :ContainerServiceClient, '2017-01-31/generated/azure_mgmt_container_service/container_service_client.rb'
|
25
25
|
|
26
26
|
module Models
|
27
27
|
autoload :ContainerServiceSshPublicKey, '2017-01-31/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb'
|
@@ -7,7 +7,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
7
7
|
#
|
8
8
|
# A service client - single point of access to the REST API.
|
9
9
|
#
|
10
|
-
class
|
10
|
+
class ContainerServiceClient < MsRestAzure::AzureServiceClient
|
11
11
|
include MsRestAzure
|
12
12
|
include MsRestAzure::Serialization
|
13
13
|
|
@@ -40,7 +40,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
40
40
|
attr_reader :container_services
|
41
41
|
|
42
42
|
#
|
43
|
-
# Creates initializes a new instance of the
|
43
|
+
# Creates initializes a new instance of the ContainerServiceClient class.
|
44
44
|
# @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.
|
45
45
|
# @param base_url [String] the base URI of the service.
|
46
46
|
# @param options [Array] filters to be applied to the HTTP requests.
|
@@ -125,7 +125,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
125
125
|
#
|
126
126
|
def add_telemetry
|
127
127
|
sdk_information = 'azure_mgmt_container_service'
|
128
|
-
sdk_information = "#{sdk_information}/0.
|
128
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
129
129
|
add_user_agent_information(sdk_information)
|
130
130
|
end
|
131
131
|
end
|
@@ -18,7 +18,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
18
18
|
@client = client
|
19
19
|
end
|
20
20
|
|
21
|
-
# @return [
|
21
|
+
# @return [ContainerServiceClient] reference to the ContainerServiceClient
|
22
22
|
attr_reader :client
|
23
23
|
|
24
24
|
#
|
@@ -46,7 +46,7 @@ module Azure::ContainerService::Profiles::Latest
|
|
46
46
|
@base_url = options[:base_url].nil? ? nil:options[:base_url]
|
47
47
|
@options = options[:options].nil? ? nil:options[:options]
|
48
48
|
|
49
|
-
@client_0 = Azure::ContainerService::Mgmt::V2017_01_31::
|
49
|
+
@client_0 = Azure::ContainerService::Mgmt::V2017_01_31::ContainerServiceClient.new(configurable.credentials, base_url, options)
|
50
50
|
if(@client_0.respond_to?(:subscription_id))
|
51
51
|
@client_0.subscription_id = configurable.subscription_id
|
52
52
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_container_service
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.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: 2018-
|
11
|
+
date: 2018-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -106,7 +106,7 @@ files:
|
|
106
106
|
- lib/2016-03-30/generated/azure_mgmt_container_service/models/resource.rb
|
107
107
|
- lib/2016-03-30/generated/azure_mgmt_container_service/module_definition.rb
|
108
108
|
- lib/2016-09-30/generated/azure_mgmt_container_service.rb
|
109
|
-
- lib/2016-09-30/generated/azure_mgmt_container_service/
|
109
|
+
- lib/2016-09-30/generated/azure_mgmt_container_service/container_service_client.rb
|
110
110
|
- lib/2016-09-30/generated/azure_mgmt_container_service/container_services.rb
|
111
111
|
- lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service.rb
|
112
112
|
- lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb
|
@@ -126,7 +126,7 @@ files:
|
|
126
126
|
- lib/2016-09-30/generated/azure_mgmt_container_service/models/resource.rb
|
127
127
|
- lib/2016-09-30/generated/azure_mgmt_container_service/module_definition.rb
|
128
128
|
- lib/2017-01-31/generated/azure_mgmt_container_service.rb
|
129
|
-
- lib/2017-01-31/generated/azure_mgmt_container_service/
|
129
|
+
- lib/2017-01-31/generated/azure_mgmt_container_service/container_service_client.rb
|
130
130
|
- lib/2017-01-31/generated/azure_mgmt_container_service/container_services.rb
|
131
131
|
- lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service.rb
|
132
132
|
- lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb
|