azure_mgmt_azurestack 0.17.0 → 0.17.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 +4 -4
- data/LICENSE.txt +20 -20
- data/lib/2017-06-01/generated/azure_mgmt_azurestack.rb +16 -10
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/azure_stack_management_client.rb +1 -1
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/customer_subscriptions.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/activation_key_result.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/category.rb +16 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/compatibility.rb +89 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/compatibility_issue.rb +24 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/compute_role.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/customer_subscription.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/customer_subscription_list.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/data_disk_image.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/device_configuration.rb +60 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/display.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/error_details.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/error_response.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/extended_product.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/icon_uris.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/location.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/marketplace_product_log_update.rb +83 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/operating_system.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/operation.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/operation_list.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/os_disk_image.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/product.rb +12 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/product_link.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/product_list.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/product_log.rb +167 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/product_properties.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/provisioning_state.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/registration.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/registration_list.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/registration_parameter.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/resource.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/tracked_resource.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/virtual_machine_extension_product_properties.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/models/virtual_machine_product_properties.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/module_definition.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/operations.rb +0 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/products.rb +314 -0
- data/lib/2017-06-01/generated/azure_mgmt_azurestack/registrations.rb +0 -0
- data/lib/azure_mgmt_azurestack.rb +6 -6
- data/lib/module_definition.rb +7 -7
- data/lib/profiles/latest/azurestack_latest_profile_client.rb +40 -40
- data/lib/profiles/latest/azurestack_module_definition.rb +8 -8
- data/lib/profiles/latest/modules/azurestack_profile_module.rb +55 -31
- data/lib/version.rb +1 -1
- metadata +9 -4
File without changes
|
@@ -1,6 +1,6 @@
|
|
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
|
-
require '2017-06-01/generated/azure_mgmt_azurestack'
|
6
|
-
require 'profiles/latest/azurestack_latest_profile_client'
|
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
|
+
require '2017-06-01/generated/azure_mgmt_azurestack'
|
6
|
+
require 'profiles/latest/azurestack_latest_profile_client'
|
data/lib/module_definition.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
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 end
|
6
|
-
module Azure::Azurestack end
|
7
|
-
module Azure::Azurestack::Mgmt end
|
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 end
|
6
|
+
module Azure::Azurestack end
|
7
|
+
module Azure::Azurestack::Mgmt end
|
@@ -1,40 +1,40 @@
|
|
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
|
-
require 'profiles/latest/azurestack_module_definition'
|
6
|
-
require 'profiles/latest/modules/azurestack_profile_module'
|
7
|
-
|
8
|
-
module Azure::AzureStack::Profiles::Latest
|
9
|
-
module Mgmt
|
10
|
-
#
|
11
|
-
# Client class for the Latest profile SDK.
|
12
|
-
#
|
13
|
-
class Client < AzureStackManagementClass
|
14
|
-
include MsRestAzure::Common::Configurable
|
15
|
-
|
16
|
-
#
|
17
|
-
# Initializes a new instance of the Client class.
|
18
|
-
# @param options [Hash] hash of client options.
|
19
|
-
# options = {
|
20
|
-
# tenant_id: 'YOUR TENANT ID',
|
21
|
-
# client_id: 'YOUR CLIENT ID',
|
22
|
-
# client_secret: 'YOUR CLIENT SECRET',
|
23
|
-
# subscription_id: 'YOUR SUBSCRIPTION ID',
|
24
|
-
# credentials: credentials,
|
25
|
-
# active_directory_settings: active_directory_settings,
|
26
|
-
# base_url: 'YOUR BASE URL',
|
27
|
-
# options: options
|
28
|
-
# }
|
29
|
-
# 'credentials' are optional and if not passed in the hash, will be obtained
|
30
|
-
# from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
|
31
|
-
#
|
32
|
-
# Also, base_url, active_directory_settings & options are optional.
|
33
|
-
#
|
34
|
-
def initialize(options = {})
|
35
|
-
super(options)
|
36
|
-
end
|
37
|
-
|
38
|
-
end
|
39
|
-
end
|
40
|
-
end
|
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
|
+
require 'profiles/latest/azurestack_module_definition'
|
6
|
+
require 'profiles/latest/modules/azurestack_profile_module'
|
7
|
+
|
8
|
+
module Azure::AzureStack::Profiles::Latest
|
9
|
+
module Mgmt
|
10
|
+
#
|
11
|
+
# Client class for the Latest profile SDK.
|
12
|
+
#
|
13
|
+
class Client < AzureStackManagementClass
|
14
|
+
include MsRestAzure::Common::Configurable
|
15
|
+
|
16
|
+
#
|
17
|
+
# Initializes a new instance of the Client class.
|
18
|
+
# @param options [Hash] hash of client options.
|
19
|
+
# options = {
|
20
|
+
# tenant_id: 'YOUR TENANT ID',
|
21
|
+
# client_id: 'YOUR CLIENT ID',
|
22
|
+
# client_secret: 'YOUR CLIENT SECRET',
|
23
|
+
# subscription_id: 'YOUR SUBSCRIPTION ID',
|
24
|
+
# credentials: credentials,
|
25
|
+
# active_directory_settings: active_directory_settings,
|
26
|
+
# base_url: 'YOUR BASE URL',
|
27
|
+
# options: options
|
28
|
+
# }
|
29
|
+
# 'credentials' are optional and if not passed in the hash, will be obtained
|
30
|
+
# from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
|
31
|
+
#
|
32
|
+
# Also, base_url, active_directory_settings & options are optional.
|
33
|
+
#
|
34
|
+
def initialize(options = {})
|
35
|
+
super(options)
|
36
|
+
end
|
37
|
+
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -1,8 +1,8 @@
|
|
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 end
|
6
|
-
module Azure::AzureStack end
|
7
|
-
module Azure::AzureStack::Profiles end
|
8
|
-
module Azure::AzureStack::Profiles::Latest end
|
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 end
|
6
|
+
module Azure::AzureStack end
|
7
|
+
module Azure::AzureStack::Profiles end
|
8
|
+
module Azure::AzureStack::Profiles::Latest end
|
@@ -12,25 +12,29 @@ module Azure::AzureStack::Profiles::Latest
|
|
12
12
|
CustomerSubscriptions = Azure::AzureStack::Mgmt::V2017_06_01::CustomerSubscriptions
|
13
13
|
|
14
14
|
module Models
|
15
|
-
VirtualMachineProductProperties = Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineProductProperties
|
16
|
-
IconUris = Azure::AzureStack::Mgmt::V2017_06_01::Models::IconUris
|
17
|
-
TrackedResource = Azure::AzureStack::Mgmt::V2017_06_01::Models::TrackedResource
|
18
15
|
ProductLink = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductLink
|
19
|
-
Operation = Azure::AzureStack::Mgmt::V2017_06_01::Models::Operation
|
20
16
|
ProductProperties = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductProperties
|
21
|
-
|
17
|
+
TrackedResource = Azure::AzureStack::Mgmt::V2017_06_01::Models::TrackedResource
|
18
|
+
Compatibility = Azure::AzureStack::Mgmt::V2017_06_01::Models::Compatibility
|
19
|
+
Operation = Azure::AzureStack::Mgmt::V2017_06_01::Models::Operation
|
20
|
+
Display = Azure::AzureStack::Mgmt::V2017_06_01::Models::Display
|
22
21
|
OperationList = Azure::AzureStack::Mgmt::V2017_06_01::Models::OperationList
|
23
22
|
ErrorResponse = Azure::AzureStack::Mgmt::V2017_06_01::Models::ErrorResponse
|
24
23
|
DataDiskImage = Azure::AzureStack::Mgmt::V2017_06_01::Models::DataDiskImage
|
25
|
-
VirtualMachineExtensionProductProperties = Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineExtensionProductProperties
|
26
24
|
ProductList = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductList
|
27
|
-
|
28
|
-
|
25
|
+
VirtualMachineExtensionProductProperties = Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineExtensionProductProperties
|
26
|
+
DeviceConfiguration = Azure::AzureStack::Mgmt::V2017_06_01::Models::DeviceConfiguration
|
27
|
+
IconUris = Azure::AzureStack::Mgmt::V2017_06_01::Models::IconUris
|
28
|
+
MarketplaceProductLogUpdate = Azure::AzureStack::Mgmt::V2017_06_01::Models::MarketplaceProductLogUpdate
|
29
|
+
ErrorDetails = Azure::AzureStack::Mgmt::V2017_06_01::Models::ErrorDetails
|
30
|
+
ProductLog = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductLog
|
29
31
|
ExtendedProduct = Azure::AzureStack::Mgmt::V2017_06_01::Models::ExtendedProduct
|
32
|
+
CustomerSubscriptionList = Azure::AzureStack::Mgmt::V2017_06_01::Models::CustomerSubscriptionList
|
33
|
+
Resource = Azure::AzureStack::Mgmt::V2017_06_01::Models::Resource
|
30
34
|
RegistrationList = Azure::AzureStack::Mgmt::V2017_06_01::Models::RegistrationList
|
31
|
-
|
35
|
+
VirtualMachineProductProperties = Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineProductProperties
|
32
36
|
ActivationKeyResult = Azure::AzureStack::Mgmt::V2017_06_01::Models::ActivationKeyResult
|
33
|
-
|
37
|
+
OsDiskImage = Azure::AzureStack::Mgmt::V2017_06_01::Models::OsDiskImage
|
34
38
|
RegistrationParameter = Azure::AzureStack::Mgmt::V2017_06_01::Models::RegistrationParameter
|
35
39
|
Product = Azure::AzureStack::Mgmt::V2017_06_01::Models::Product
|
36
40
|
Registration = Azure::AzureStack::Mgmt::V2017_06_01::Models::Registration
|
@@ -38,6 +42,8 @@ module Azure::AzureStack::Profiles::Latest
|
|
38
42
|
ProvisioningState = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProvisioningState
|
39
43
|
ComputeRole = Azure::AzureStack::Mgmt::V2017_06_01::Models::ComputeRole
|
40
44
|
OperatingSystem = Azure::AzureStack::Mgmt::V2017_06_01::Models::OperatingSystem
|
45
|
+
CompatibilityIssue = Azure::AzureStack::Mgmt::V2017_06_01::Models::CompatibilityIssue
|
46
|
+
Category = Azure::AzureStack::Mgmt::V2017_06_01::Models::Category
|
41
47
|
Location = Azure::AzureStack::Mgmt::V2017_06_01::Models::Location
|
42
48
|
end
|
43
49
|
|
@@ -89,26 +95,23 @@ module Azure::AzureStack::Profiles::Latest
|
|
89
95
|
end
|
90
96
|
|
91
97
|
class ModelClasses
|
92
|
-
def
|
93
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
98
|
+
def product_link
|
99
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductLink
|
94
100
|
end
|
95
|
-
def
|
96
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
101
|
+
def product_properties
|
102
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductProperties
|
97
103
|
end
|
98
104
|
def tracked_resource
|
99
105
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::TrackedResource
|
100
106
|
end
|
101
|
-
def
|
102
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
107
|
+
def compatibility
|
108
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Compatibility
|
103
109
|
end
|
104
110
|
def operation
|
105
111
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::Operation
|
106
112
|
end
|
107
|
-
def
|
108
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
109
|
-
end
|
110
|
-
def error_details
|
111
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::ErrorDetails
|
113
|
+
def display
|
114
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Display
|
112
115
|
end
|
113
116
|
def operation_list
|
114
117
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::OperationList
|
@@ -119,32 +122,47 @@ module Azure::AzureStack::Profiles::Latest
|
|
119
122
|
def data_disk_image
|
120
123
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::DataDiskImage
|
121
124
|
end
|
125
|
+
def product_list
|
126
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductList
|
127
|
+
end
|
122
128
|
def virtual_machine_extension_product_properties
|
123
129
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineExtensionProductProperties
|
124
130
|
end
|
125
|
-
def
|
126
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
131
|
+
def device_configuration
|
132
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::DeviceConfiguration
|
127
133
|
end
|
128
|
-
def
|
129
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
134
|
+
def icon_uris
|
135
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::IconUris
|
130
136
|
end
|
131
|
-
def
|
132
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
137
|
+
def marketplace_product_log_update
|
138
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::MarketplaceProductLogUpdate
|
139
|
+
end
|
140
|
+
def error_details
|
141
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ErrorDetails
|
142
|
+
end
|
143
|
+
def product_log
|
144
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductLog
|
133
145
|
end
|
134
146
|
def extended_product
|
135
147
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::ExtendedProduct
|
136
148
|
end
|
149
|
+
def customer_subscription_list
|
150
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::CustomerSubscriptionList
|
151
|
+
end
|
152
|
+
def resource
|
153
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Resource
|
154
|
+
end
|
137
155
|
def registration_list
|
138
156
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::RegistrationList
|
139
157
|
end
|
140
|
-
def
|
141
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
158
|
+
def virtual_machine_product_properties
|
159
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineProductProperties
|
142
160
|
end
|
143
161
|
def activation_key_result
|
144
162
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::ActivationKeyResult
|
145
163
|
end
|
146
|
-
def
|
147
|
-
Azure::AzureStack::Mgmt::V2017_06_01::Models::
|
164
|
+
def os_disk_image
|
165
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::OsDiskImage
|
148
166
|
end
|
149
167
|
def registration_parameter
|
150
168
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::RegistrationParameter
|
@@ -167,6 +185,12 @@ module Azure::AzureStack::Profiles::Latest
|
|
167
185
|
def operating_system
|
168
186
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::OperatingSystem
|
169
187
|
end
|
188
|
+
def compatibility_issue
|
189
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::CompatibilityIssue
|
190
|
+
end
|
191
|
+
def category
|
192
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Category
|
193
|
+
end
|
170
194
|
def location
|
171
195
|
Azure::AzureStack::Mgmt::V2017_06_01::Models::Location
|
172
196
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_azurestack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.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:
|
11
|
+
date: 2020-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -91,16 +91,21 @@ files:
|
|
91
91
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/azure_stack_management_client.rb
|
92
92
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/customer_subscriptions.rb
|
93
93
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/activation_key_result.rb
|
94
|
+
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/category.rb
|
95
|
+
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/compatibility.rb
|
96
|
+
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/compatibility_issue.rb
|
94
97
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/compute_role.rb
|
95
98
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/customer_subscription.rb
|
96
99
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/customer_subscription_list.rb
|
97
100
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/data_disk_image.rb
|
101
|
+
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/device_configuration.rb
|
98
102
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/display.rb
|
99
103
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/error_details.rb
|
100
104
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/error_response.rb
|
101
105
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/extended_product.rb
|
102
106
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/icon_uris.rb
|
103
107
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/location.rb
|
108
|
+
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/marketplace_product_log_update.rb
|
104
109
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/operating_system.rb
|
105
110
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/operation.rb
|
106
111
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/operation_list.rb
|
@@ -108,6 +113,7 @@ files:
|
|
108
113
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/product.rb
|
109
114
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/product_link.rb
|
110
115
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/product_list.rb
|
116
|
+
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/product_log.rb
|
111
117
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/product_properties.rb
|
112
118
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/provisioning_state.rb
|
113
119
|
- lib/2017-06-01/generated/azure_mgmt_azurestack/models/registration.rb
|
@@ -150,8 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
156
|
- !ruby/object:Gem::Version
|
151
157
|
version: '0'
|
152
158
|
requirements: []
|
153
|
-
|
154
|
-
rubygems_version: 2.7.8
|
159
|
+
rubygems_version: 3.1.2
|
155
160
|
signing_key:
|
156
161
|
specification_version: 4
|
157
162
|
summary: Official Ruby client library to consume Azurestack
|