azure_mgmt_reservations 0.19.2 → 0.20.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/2017-11-01/generated/azure_mgmt_reservations/reservations_management_client.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_reservations/reservations_management_client.rb +1 -1
- data/lib/2019-04-01-preview/generated/azure_mgmt_reservations/reservations_management_client.rb +1 -1
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations.rb +15 -19
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/auto_quota_increase.rb +0 -18
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/{on_failure.rb → actions.rb} +6 -20
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/auto_quota_increase_detail.rb +4 -4
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/current_quota_limit.rb +3 -76
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/current_quota_limit_base.rb +3 -76
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/email_actions.rb +4 -5
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_properties.rb +120 -0
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_request_one_resource_submit_response.rb +3 -76
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/{current_quota_limit_base_name.rb → resource_name.rb} +4 -4
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/sub_request.rb +2 -2
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/support_request_action.rb +0 -11
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/quota.rb +692 -31
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/{quota_requests.rb → quota_request_status.rb} +30 -74
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/reservations_management_client.rb +5 -13
- data/lib/profiles/latest/modules/reservations_profile_module.rb +47 -59
- data/lib/version.rb +1 -1
- metadata +6 -10
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/on_failure_email_actions.rb +0 -55
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/on_failure_phone_actions.rb +0 -55
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/sub_request_name.rb +0 -59
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/quota_request.rb +0 -519
- data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/quotas.rb +0 -269
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a7fb792165ea1abd4053f7028ec875701e384dd83c180f752a9bba967531bfe
|
4
|
+
data.tar.gz: 8da4f05afb08a490cfc281ab9a9899d970be8deff4c857d3e184022c4668b714
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 634aff46b711430346b05d1a8e1230a701ff89def4d2e3f4bc60ebb1a9f60a93c5aec676bb57723a136a0034b98f3ae586d3b4c39c3adc52b9a3dc333588f374
|
7
|
+
data.tar.gz: 8647af5cceeca092a1a57a040d53c7679c5ae71d29acbc3b0511e2002d17c5109ab07fdc19c65aacfd406287a16f9e35076dc1ffae880759bd31f64e7449c4e7
|
@@ -332,7 +332,7 @@ module Azure::Reservations::Mgmt::V2017_11_01
|
|
332
332
|
#
|
333
333
|
def add_telemetry
|
334
334
|
sdk_information = 'azure_mgmt_reservations'
|
335
|
-
sdk_information = "#{sdk_information}/0.
|
335
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
336
336
|
add_user_agent_information(sdk_information)
|
337
337
|
end
|
338
338
|
end
|
data/lib/2018-06-01-preview/generated/azure_mgmt_reservations/reservations_management_client.rb
CHANGED
@@ -345,7 +345,7 @@ module Azure::Reservations::Mgmt::V2018_06_01_preview
|
|
345
345
|
#
|
346
346
|
def add_telemetry
|
347
347
|
sdk_information = 'azure_mgmt_reservations'
|
348
|
-
sdk_information = "#{sdk_information}/0.
|
348
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
349
349
|
add_user_agent_information(sdk_information)
|
350
350
|
end
|
351
351
|
end
|
data/lib/2019-04-01-preview/generated/azure_mgmt_reservations/reservations_management_client.rb
CHANGED
@@ -348,7 +348,7 @@ module Azure::Reservations::Mgmt::V2019_04_01_preview
|
|
348
348
|
#
|
349
349
|
def add_telemetry
|
350
350
|
sdk_information = 'azure_mgmt_reservations'
|
351
|
-
sdk_information = "#{sdk_information}/0.
|
351
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
352
352
|
add_user_agent_information(sdk_information)
|
353
353
|
end
|
354
354
|
end
|
@@ -21,38 +21,34 @@ require 'ms_rest_azure'
|
|
21
21
|
|
22
22
|
module Azure::Reservations::Mgmt::V2019_07_19_preview
|
23
23
|
autoload :Quota, '2019-07-19-preview/generated/azure_mgmt_reservations/quota.rb'
|
24
|
-
autoload :
|
25
|
-
autoload :Quotas, '2019-07-19-preview/generated/azure_mgmt_reservations/quotas.rb'
|
26
|
-
autoload :QuotaRequests, '2019-07-19-preview/generated/azure_mgmt_reservations/quota_requests.rb'
|
24
|
+
autoload :QuotaRequestStatus, '2019-07-19-preview/generated/azure_mgmt_reservations/quota_request_status.rb'
|
27
25
|
autoload :AutoQuotaIncrease, '2019-07-19-preview/generated/azure_mgmt_reservations/auto_quota_increase.rb'
|
28
26
|
autoload :ReservationsManagementClient, '2019-07-19-preview/generated/azure_mgmt_reservations/reservations_management_client.rb'
|
29
27
|
|
30
28
|
module Models
|
29
|
+
autoload :QuotaRequestDetails, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_request_details.rb'
|
30
|
+
autoload :ResourceName, '2019-07-19-preview/generated/azure_mgmt_reservations/models/resource_name.rb'
|
31
31
|
autoload :QuotaRequestDetailsList, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_request_details_list.rb'
|
32
|
-
autoload :
|
32
|
+
autoload :CurrentQuotaLimitBase, '2019-07-19-preview/generated/azure_mgmt_reservations/models/current_quota_limit_base.rb'
|
33
33
|
autoload :AqiSettings, '2019-07-19-preview/generated/azure_mgmt_reservations/models/aqi_settings.rb'
|
34
|
-
autoload :
|
34
|
+
autoload :QuotaLimits, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_limits.rb'
|
35
35
|
autoload :EmailAction, '2019-07-19-preview/generated/azure_mgmt_reservations/models/email_action.rb'
|
36
|
-
autoload :
|
37
|
-
autoload :
|
38
|
-
autoload :SubRequestName, '2019-07-19-preview/generated/azure_mgmt_reservations/models/sub_request_name.rb'
|
39
|
-
autoload :PhoneAction, '2019-07-19-preview/generated/azure_mgmt_reservations/models/phone_action.rb'
|
36
|
+
autoload :CreateGenericQuotaRequestParameters, '2019-07-19-preview/generated/azure_mgmt_reservations/models/create_generic_quota_request_parameters.rb'
|
37
|
+
autoload :EmailActions, '2019-07-19-preview/generated/azure_mgmt_reservations/models/email_actions.rb'
|
40
38
|
autoload :QuotaRequestOneResourceSubmitResponse, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_request_one_resource_submit_response.rb'
|
41
|
-
autoload :
|
39
|
+
autoload :Actions, '2019-07-19-preview/generated/azure_mgmt_reservations/models/actions.rb'
|
42
40
|
autoload :QuotaRequestSubmitResponse, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_request_submit_response.rb'
|
43
|
-
autoload :OnFailure, '2019-07-19-preview/generated/azure_mgmt_reservations/models/on_failure.rb'
|
44
|
-
autoload :QuotaRequestDetails, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_request_details.rb'
|
45
41
|
autoload :SupportRequestAction, '2019-07-19-preview/generated/azure_mgmt_reservations/models/support_request_action.rb'
|
46
|
-
autoload :
|
42
|
+
autoload :QuotaProperties, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_properties.rb'
|
47
43
|
autoload :AutoQuotaIncreaseDetail, '2019-07-19-preview/generated/azure_mgmt_reservations/models/auto_quota_increase_detail.rb'
|
48
|
-
autoload :
|
49
|
-
autoload :
|
50
|
-
autoload :
|
44
|
+
autoload :QuotaLimitsResponse, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_limits_response.rb'
|
45
|
+
autoload :PhoneAction, '2019-07-19-preview/generated/azure_mgmt_reservations/models/phone_action.rb'
|
46
|
+
autoload :QuotaRequestProperties, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_request_properties.rb'
|
51
47
|
autoload :ServiceErrorDetail, '2019-07-19-preview/generated/azure_mgmt_reservations/models/service_error_detail.rb'
|
52
|
-
autoload :
|
48
|
+
autoload :CurrentQuotaLimit, '2019-07-19-preview/generated/azure_mgmt_reservations/models/current_quota_limit.rb'
|
53
49
|
autoload :ServiceError, '2019-07-19-preview/generated/azure_mgmt_reservations/models/service_error.rb'
|
54
|
-
autoload :
|
50
|
+
autoload :QuotaRequestSubmitResponse201, '2019-07-19-preview/generated/azure_mgmt_reservations/models/quota_request_submit_response201.rb'
|
55
51
|
autoload :ExceptionResponse, '2019-07-19-preview/generated/azure_mgmt_reservations/models/exception_response.rb'
|
56
|
-
autoload :
|
52
|
+
autoload :SubRequest, '2019-07-19-preview/generated/azure_mgmt_reservations/models/sub_request.rb'
|
57
53
|
end
|
58
54
|
end
|
@@ -21,9 +21,6 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
21
21
|
# @return [ReservationsManagementClient] reference to the ReservationsManagementClient
|
22
22
|
attr_reader :client
|
23
23
|
|
24
|
-
#
|
25
|
-
# For the specified subscription, gets the Auto Quota Increase enrollment
|
26
|
-
# status.
|
27
24
|
#
|
28
25
|
# Gets the Auto Quota Increase enrollment details for the specified
|
29
26
|
# subscription.
|
@@ -39,9 +36,6 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
39
36
|
response.body unless response.nil?
|
40
37
|
end
|
41
38
|
|
42
|
-
#
|
43
|
-
# For the specified subscription, gets the Auto Quota Increase enrollment
|
44
|
-
# status.
|
45
39
|
#
|
46
40
|
# Gets the Auto Quota Increase enrollment details for the specified
|
47
41
|
# subscription.
|
@@ -56,9 +50,6 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
56
50
|
get_properties_async(subscription_id, custom_headers:custom_headers).value!
|
57
51
|
end
|
58
52
|
|
59
|
-
#
|
60
|
-
# For the specified subscription, gets the Auto Quota Increase enrollment
|
61
|
-
# status.
|
62
53
|
#
|
63
54
|
# Gets the Auto Quota Increase enrollment details for the specified
|
64
55
|
# subscription.
|
@@ -122,9 +113,6 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
122
113
|
promise.execute
|
123
114
|
end
|
124
115
|
|
125
|
-
#
|
126
|
-
# For the specified subscription, sets the Auto Quota Increase enrollment
|
127
|
-
# properties.
|
128
116
|
#
|
129
117
|
# Sets the Auto Quota Increase enrollment properties for the specified
|
130
118
|
# subscription.
|
@@ -142,9 +130,6 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
142
130
|
response.body unless response.nil?
|
143
131
|
end
|
144
132
|
|
145
|
-
#
|
146
|
-
# For the specified subscription, sets the Auto Quota Increase enrollment
|
147
|
-
# properties.
|
148
133
|
#
|
149
134
|
# Sets the Auto Quota Increase enrollment properties for the specified
|
150
135
|
# subscription.
|
@@ -161,9 +146,6 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
161
146
|
create_async(subscription_id, auto_quota_increase_request, custom_headers:custom_headers).value!
|
162
147
|
end
|
163
148
|
|
164
|
-
#
|
165
|
-
# For the specified subscription, sets the Auto Quota Increase enrollment
|
166
|
-
# properties.
|
167
149
|
#
|
168
150
|
# Sets the Auto Quota Increase enrollment properties for the specified
|
169
151
|
# subscription.
|
data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/{on_failure.rb → actions.rb}
RENAMED
@@ -8,31 +8,26 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
8
8
|
#
|
9
9
|
# The actions for auto quota increase.
|
10
10
|
#
|
11
|
-
class
|
11
|
+
class Actions
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [
|
16
|
-
# increase.
|
15
|
+
# @return [EmailActions] The email actions for auto quota increase.
|
17
16
|
attr_accessor :email_actions
|
18
17
|
|
19
|
-
# @return [OnFailurePhoneActions] The phone actions for auto quota
|
20
|
-
# increase.
|
21
|
-
attr_accessor :phone_actions
|
22
|
-
|
23
18
|
|
24
19
|
#
|
25
|
-
# Mapper for
|
20
|
+
# Mapper for Actions class as Ruby Hash.
|
26
21
|
# This will be used for serialization/deserialization.
|
27
22
|
#
|
28
23
|
def self.mapper()
|
29
24
|
{
|
30
25
|
client_side_validation: true,
|
31
26
|
required: false,
|
32
|
-
serialized_name: '
|
27
|
+
serialized_name: 'Actions',
|
33
28
|
type: {
|
34
29
|
name: 'Composite',
|
35
|
-
class_name: '
|
30
|
+
class_name: 'Actions',
|
36
31
|
model_properties: {
|
37
32
|
email_actions: {
|
38
33
|
client_side_validation: true,
|
@@ -40,16 +35,7 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
40
35
|
serialized_name: 'emailActions',
|
41
36
|
type: {
|
42
37
|
name: 'Composite',
|
43
|
-
class_name: '
|
44
|
-
}
|
45
|
-
},
|
46
|
-
phone_actions: {
|
47
|
-
client_side_validation: true,
|
48
|
-
required: false,
|
49
|
-
serialized_name: 'phoneActions',
|
50
|
-
type: {
|
51
|
-
name: 'Composite',
|
52
|
-
class_name: 'OnFailurePhoneActions'
|
38
|
+
class_name: 'EmailActions'
|
53
39
|
}
|
54
40
|
}
|
55
41
|
}
|
data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/auto_quota_increase_detail.rb
CHANGED
@@ -24,10 +24,10 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
24
24
|
# @return [AqiSettings] Settings for automatic quota increase.
|
25
25
|
attr_accessor :settings
|
26
26
|
|
27
|
-
# @return [
|
27
|
+
# @return [Actions] The on failure Actions.
|
28
28
|
attr_accessor :on_failure
|
29
29
|
|
30
|
-
# @return [
|
30
|
+
# @return [Actions] The on success Actions.
|
31
31
|
attr_accessor :on_success
|
32
32
|
|
33
33
|
# @return [SupportRequestAction] The support ticket action.
|
@@ -89,7 +89,7 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
89
89
|
serialized_name: 'properties.onFailure',
|
90
90
|
type: {
|
91
91
|
name: 'Composite',
|
92
|
-
class_name: '
|
92
|
+
class_name: 'Actions'
|
93
93
|
}
|
94
94
|
},
|
95
95
|
on_success: {
|
@@ -98,7 +98,7 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
98
98
|
serialized_name: 'properties.onSuccess',
|
99
99
|
type: {
|
100
100
|
name: 'Composite',
|
101
|
-
class_name: '
|
101
|
+
class_name: 'Actions'
|
102
102
|
}
|
103
103
|
},
|
104
104
|
support_ticket_action: {
|
@@ -12,30 +12,7 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [
|
16
|
-
attr_accessor :limit
|
17
|
-
|
18
|
-
# @return [Integer] The current resource usages information.
|
19
|
-
attr_accessor :current_value
|
20
|
-
|
21
|
-
# @return [String] The units of the limit, such as - Count, Bytes, etc.
|
22
|
-
# Use the unit field provided in the Get quota response.
|
23
|
-
attr_accessor :unit
|
24
|
-
|
25
|
-
# @return [CurrentQuotaLimitBaseName] Name of the resource provide by the
|
26
|
-
# resource Provider. Please use this name property for quotaRequests.
|
27
|
-
attr_accessor :name
|
28
|
-
|
29
|
-
# @return The Resource Type Name.
|
30
|
-
attr_accessor :resource_type
|
31
|
-
|
32
|
-
# @return [String] The quota period over which the usage values are
|
33
|
-
# summarized, such as - P1D (Per one day), PT1M (Per one minute), PT1S
|
34
|
-
# (Per one second). This parameter is optional because, for some
|
35
|
-
# resources like compute, the period doesn’t matter.
|
36
|
-
attr_accessor :quota_period
|
37
|
-
|
38
|
-
# @return Additional properties for the specific resource provider.
|
15
|
+
# @return [QuotaProperties] Quota properties for the resource.
|
39
16
|
attr_accessor :properties
|
40
17
|
|
41
18
|
# @return The quota request status.
|
@@ -58,63 +35,13 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
58
35
|
name: 'Composite',
|
59
36
|
class_name: 'CurrentQuotaLimit',
|
60
37
|
model_properties: {
|
61
|
-
limit: {
|
62
|
-
client_side_validation: true,
|
63
|
-
required: false,
|
64
|
-
serialized_name: 'quotaInformation.limit',
|
65
|
-
type: {
|
66
|
-
name: 'Number'
|
67
|
-
}
|
68
|
-
},
|
69
|
-
current_value: {
|
70
|
-
client_side_validation: true,
|
71
|
-
required: false,
|
72
|
-
read_only: true,
|
73
|
-
serialized_name: 'quotaInformation.currentValue',
|
74
|
-
type: {
|
75
|
-
name: 'Number'
|
76
|
-
}
|
77
|
-
},
|
78
|
-
unit: {
|
79
|
-
client_side_validation: true,
|
80
|
-
required: false,
|
81
|
-
serialized_name: 'quotaInformation.unit',
|
82
|
-
type: {
|
83
|
-
name: 'String'
|
84
|
-
}
|
85
|
-
},
|
86
|
-
name: {
|
87
|
-
client_side_validation: true,
|
88
|
-
required: false,
|
89
|
-
serialized_name: 'quotaInformation.name',
|
90
|
-
type: {
|
91
|
-
name: 'Composite',
|
92
|
-
class_name: 'CurrentQuotaLimitBaseName'
|
93
|
-
}
|
94
|
-
},
|
95
|
-
resource_type: {
|
96
|
-
client_side_validation: true,
|
97
|
-
required: false,
|
98
|
-
serialized_name: 'quotaInformation.resourceType',
|
99
|
-
type: {
|
100
|
-
name: 'Object'
|
101
|
-
}
|
102
|
-
},
|
103
|
-
quota_period: {
|
104
|
-
client_side_validation: true,
|
105
|
-
required: false,
|
106
|
-
read_only: true,
|
107
|
-
serialized_name: 'quotaInformation.quotaPeriod',
|
108
|
-
type: {
|
109
|
-
name: 'String'
|
110
|
-
}
|
111
|
-
},
|
112
38
|
properties: {
|
113
39
|
client_side_validation: true,
|
114
40
|
required: false,
|
115
41
|
serialized_name: 'quotaInformation.properties',
|
116
42
|
type: {
|
117
|
-
name: '
|
43
|
+
name: 'Composite',
|
44
|
+
class_name: 'QuotaProperties'
|
118
45
|
}
|
119
46
|
},
|
120
47
|
provisioning_state: {
|
data/lib/2019-07-19-preview/generated/azure_mgmt_reservations/models/current_quota_limit_base.rb
CHANGED
@@ -12,30 +12,7 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [
|
16
|
-
attr_accessor :limit
|
17
|
-
|
18
|
-
# @return [Integer] The current resource usages information.
|
19
|
-
attr_accessor :current_value
|
20
|
-
|
21
|
-
# @return [String] The units of the limit, such as - Count, Bytes, etc.
|
22
|
-
# Use the unit field provided in the Get quota response.
|
23
|
-
attr_accessor :unit
|
24
|
-
|
25
|
-
# @return [CurrentQuotaLimitBaseName] Name of the resource provide by the
|
26
|
-
# resource Provider. Please use this name property for quotaRequests.
|
27
|
-
attr_accessor :name
|
28
|
-
|
29
|
-
# @return The Resource Type Name.
|
30
|
-
attr_accessor :resource_type
|
31
|
-
|
32
|
-
# @return [String] The quota period over which the usage values are
|
33
|
-
# summarized, such as - P1D (Per one day), PT1M (Per one minute), PT1S
|
34
|
-
# (Per one second). This parameter is optional because, for some
|
35
|
-
# resources like compute, the period doesn’t matter.
|
36
|
-
attr_accessor :quota_period
|
37
|
-
|
38
|
-
# @return Additional properties for the specific resource provider.
|
15
|
+
# @return [QuotaProperties] Quota properties for the resource.
|
39
16
|
attr_accessor :properties
|
40
17
|
|
41
18
|
|
@@ -52,63 +29,13 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
52
29
|
name: 'Composite',
|
53
30
|
class_name: 'CurrentQuotaLimitBase',
|
54
31
|
model_properties: {
|
55
|
-
limit: {
|
56
|
-
client_side_validation: true,
|
57
|
-
required: false,
|
58
|
-
serialized_name: 'limit',
|
59
|
-
type: {
|
60
|
-
name: 'Number'
|
61
|
-
}
|
62
|
-
},
|
63
|
-
current_value: {
|
64
|
-
client_side_validation: true,
|
65
|
-
required: false,
|
66
|
-
read_only: true,
|
67
|
-
serialized_name: 'currentValue',
|
68
|
-
type: {
|
69
|
-
name: 'Number'
|
70
|
-
}
|
71
|
-
},
|
72
|
-
unit: {
|
73
|
-
client_side_validation: true,
|
74
|
-
required: false,
|
75
|
-
serialized_name: 'unit',
|
76
|
-
type: {
|
77
|
-
name: 'String'
|
78
|
-
}
|
79
|
-
},
|
80
|
-
name: {
|
81
|
-
client_side_validation: true,
|
82
|
-
required: false,
|
83
|
-
serialized_name: 'name',
|
84
|
-
type: {
|
85
|
-
name: 'Composite',
|
86
|
-
class_name: 'CurrentQuotaLimitBaseName'
|
87
|
-
}
|
88
|
-
},
|
89
|
-
resource_type: {
|
90
|
-
client_side_validation: true,
|
91
|
-
required: false,
|
92
|
-
serialized_name: 'resourceType',
|
93
|
-
type: {
|
94
|
-
name: 'Object'
|
95
|
-
}
|
96
|
-
},
|
97
|
-
quota_period: {
|
98
|
-
client_side_validation: true,
|
99
|
-
required: false,
|
100
|
-
read_only: true,
|
101
|
-
serialized_name: 'quotaPeriod',
|
102
|
-
type: {
|
103
|
-
name: 'String'
|
104
|
-
}
|
105
|
-
},
|
106
32
|
properties: {
|
107
33
|
client_side_validation: true,
|
108
34
|
required: false,
|
109
35
|
serialized_name: 'properties',
|
110
36
|
type: {
|
111
|
-
name: '
|
37
|
+
name: 'Composite',
|
38
|
+
class_name: 'QuotaProperties'
|
112
39
|
}
|
113
40
|
}
|
114
41
|
}
|
@@ -12,9 +12,8 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [Array<EmailAction>] The list of actions
|
16
|
-
|
17
|
-
attr_accessor :value
|
15
|
+
# @return [Array<EmailAction>] The list of email actions.
|
16
|
+
attr_accessor :email_addresses
|
18
17
|
|
19
18
|
|
20
19
|
#
|
@@ -30,10 +29,10 @@ module Azure::Reservations::Mgmt::V2019_07_19_preview
|
|
30
29
|
name: 'Composite',
|
31
30
|
class_name: 'EmailActions',
|
32
31
|
model_properties: {
|
33
|
-
|
32
|
+
email_addresses: {
|
34
33
|
client_side_validation: true,
|
35
34
|
required: false,
|
36
|
-
serialized_name: '
|
35
|
+
serialized_name: 'emailAddresses',
|
37
36
|
type: {
|
38
37
|
name: 'Sequence',
|
39
38
|
element: {
|