azure_sdk 0.48.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,261 +1,261 @@
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 'azure_mgmt_deployment_manager'
6
-
7
- module Azure::Profiles::Latest
8
- module DeploymentManager
9
- module Mgmt
10
- ServiceTopologies = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ServiceTopologies
11
- Services = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Services
12
- ServiceUnits = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ServiceUnits
13
- Steps = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Steps
14
- Rollouts = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Rollouts
15
- ArtifactSources = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ArtifactSources
16
- Operations = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Operations
17
-
18
- module Models
19
- ServiceUnitArtifacts = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitArtifacts
20
- Identity = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Identity
21
- ServiceUnitProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitProperties
22
- StepGroup = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepGroup
23
- RolloutPropertiesModel = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutPropertiesModel
24
- RestResponse = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponse
25
- ArtifactSourcePropertiesModel = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSourcePropertiesModel
26
- ServiceTopologyProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyProperties
27
- CloudErrorBody = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::CloudErrorBody
28
- RestResponseRegex = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponseRegex
29
- StepOperationInfo = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepOperationInfo
30
- ServiceProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceProperties
31
- Message = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Message
32
- RestRequest = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequest
33
- Resource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Resource
34
- PrePostStep = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::PrePostStep
35
- RestHealthCheck = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheck
36
- Authentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Authentication
37
- HealthCheckStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepAttributes
38
- RolloutOperationInfo = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutOperationInfo
39
- RestRequestAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestAuthentication
40
- RolloutStep = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutStep
41
- OperationDetail = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationDetail
42
- StepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepProperties
43
- ResourceOperation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ResourceOperation
44
- Operation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Operation
45
- WaitStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepAttributes
46
- OperationsList = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationsList
47
- TrackedResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::TrackedResource
48
- RolloutRequest = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutRequest
49
- ArtifactSource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSource
50
- SasAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::SasAuthentication
51
- ServiceUnit = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnit
52
- Service = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Service
53
- Rollout = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Rollout
54
- ServiceTopologyResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyResource
55
- ServiceResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceResource
56
- ServiceUnitResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitResource
57
- StepResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepResource
58
- HealthCheckStepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepProperties
59
- RestHealthCheckStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheckStepAttributes
60
- RolloutIdentityAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutIdentityAuthentication
61
- ApiKeyAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ApiKeyAuthentication
62
- WaitStepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepProperties
63
- ProxyResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ProxyResource
64
- AzureEntityResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::AzureEntityResource
65
- DeploymentMode = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::DeploymentMode
66
- RestRequestMethod = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestMethod
67
- RestMatchQuantifier = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestMatchQuantifier
68
- RestAuthLocation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestAuthLocation
69
- end
70
-
71
- class DeploymentManagerManagementClass
72
- attr_reader :service_topologies, :services, :service_units, :steps, :rollouts, :artifact_sources, :operations, :configurable, :base_url, :options, :model_classes
73
-
74
- def initialize(configurable, base_url=nil, options=nil)
75
- @configurable, @base_url, @options = configurable, base_url, options
76
-
77
- @client_0 = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::AzureDeploymentManager.new(configurable.credentials, base_url, options)
78
- if(@client_0.respond_to?(:subscription_id))
79
- @client_0.subscription_id = configurable.subscription_id
80
- end
81
- add_telemetry(@client_0)
82
- @service_topologies = @client_0.service_topologies
83
- @services = @client_0.services
84
- @service_units = @client_0.service_units
85
- @steps = @client_0.steps
86
- @rollouts = @client_0.rollouts
87
- @artifact_sources = @client_0.artifact_sources
88
- @operations = @client_0.operations
89
-
90
- @model_classes = ModelClasses.new
91
- end
92
-
93
- def add_telemetry(client)
94
- profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/DeploymentManager/Mgmt"
95
- client.add_user_agent_information(profile_information)
96
- end
97
-
98
- def method_missing(method, *args)
99
- if @client_0.respond_to?method
100
- @client_0.send(method, *args)
101
- else
102
- super
103
- end
104
- end
105
-
106
- class ModelClasses
107
- def service_unit_artifacts
108
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitArtifacts
109
- end
110
- def identity
111
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Identity
112
- end
113
- def service_unit_properties
114
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitProperties
115
- end
116
- def step_group
117
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepGroup
118
- end
119
- def rollout_properties_model
120
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutPropertiesModel
121
- end
122
- def rest_response
123
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponse
124
- end
125
- def artifact_source_properties_model
126
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSourcePropertiesModel
127
- end
128
- def service_topology_properties
129
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyProperties
130
- end
131
- def cloud_error_body
132
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::CloudErrorBody
133
- end
134
- def rest_response_regex
135
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponseRegex
136
- end
137
- def step_operation_info
138
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepOperationInfo
139
- end
140
- def service_properties
141
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceProperties
142
- end
143
- def message
144
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Message
145
- end
146
- def rest_request
147
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequest
148
- end
149
- def resource
150
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Resource
151
- end
152
- def pre_post_step
153
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::PrePostStep
154
- end
155
- def rest_health_check
156
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheck
157
- end
158
- def authentication
159
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Authentication
160
- end
161
- def health_check_step_attributes
162
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepAttributes
163
- end
164
- def rollout_operation_info
165
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutOperationInfo
166
- end
167
- def rest_request_authentication
168
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestAuthentication
169
- end
170
- def rollout_step
171
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutStep
172
- end
173
- def operation_detail
174
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationDetail
175
- end
176
- def step_properties
177
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepProperties
178
- end
179
- def resource_operation
180
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ResourceOperation
181
- end
182
- def operation
183
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Operation
184
- end
185
- def wait_step_attributes
186
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepAttributes
187
- end
188
- def operations_list
189
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationsList
190
- end
191
- def tracked_resource
192
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::TrackedResource
193
- end
194
- def rollout_request
195
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutRequest
196
- end
197
- def artifact_source
198
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSource
199
- end
200
- def sas_authentication
201
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::SasAuthentication
202
- end
203
- def service_unit
204
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnit
205
- end
206
- def service
207
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Service
208
- end
209
- def rollout
210
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Rollout
211
- end
212
- def service_topology_resource
213
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyResource
214
- end
215
- def service_resource
216
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceResource
217
- end
218
- def service_unit_resource
219
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitResource
220
- end
221
- def step_resource
222
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepResource
223
- end
224
- def health_check_step_properties
225
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepProperties
226
- end
227
- def rest_health_check_step_attributes
228
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheckStepAttributes
229
- end
230
- def rollout_identity_authentication
231
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutIdentityAuthentication
232
- end
233
- def api_key_authentication
234
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ApiKeyAuthentication
235
- end
236
- def wait_step_properties
237
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepProperties
238
- end
239
- def proxy_resource
240
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ProxyResource
241
- end
242
- def azure_entity_resource
243
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::AzureEntityResource
244
- end
245
- def deployment_mode
246
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::DeploymentMode
247
- end
248
- def rest_request_method
249
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestMethod
250
- end
251
- def rest_match_quantifier
252
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestMatchQuantifier
253
- end
254
- def rest_auth_location
255
- Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestAuthLocation
256
- end
257
- end
258
- end
259
- end
260
- end
261
- 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 'azure_mgmt_deployment_manager'
6
+
7
+ module Azure::Profiles::Latest
8
+ module DeploymentManager
9
+ module Mgmt
10
+ ServiceTopologies = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ServiceTopologies
11
+ Services = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Services
12
+ ServiceUnits = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ServiceUnits
13
+ Steps = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Steps
14
+ Rollouts = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Rollouts
15
+ ArtifactSources = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ArtifactSources
16
+ Operations = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Operations
17
+
18
+ module Models
19
+ ServiceUnitArtifacts = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitArtifacts
20
+ Identity = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Identity
21
+ ServiceUnitProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitProperties
22
+ StepGroup = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepGroup
23
+ RolloutPropertiesModel = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutPropertiesModel
24
+ RestResponse = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponse
25
+ ArtifactSourcePropertiesModel = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSourcePropertiesModel
26
+ ServiceTopologyProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyProperties
27
+ CloudErrorBody = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::CloudErrorBody
28
+ RestResponseRegex = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponseRegex
29
+ StepOperationInfo = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepOperationInfo
30
+ ServiceProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceProperties
31
+ Message = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Message
32
+ RestRequest = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequest
33
+ Resource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Resource
34
+ PrePostStep = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::PrePostStep
35
+ RestHealthCheck = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheck
36
+ Authentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Authentication
37
+ HealthCheckStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepAttributes
38
+ RolloutOperationInfo = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutOperationInfo
39
+ RestRequestAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestAuthentication
40
+ RolloutStep = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutStep
41
+ OperationDetail = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationDetail
42
+ StepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepProperties
43
+ ResourceOperation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ResourceOperation
44
+ Operation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Operation
45
+ WaitStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepAttributes
46
+ OperationsList = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationsList
47
+ TrackedResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::TrackedResource
48
+ RolloutRequest = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutRequest
49
+ ArtifactSource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSource
50
+ SasAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::SasAuthentication
51
+ ServiceUnit = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnit
52
+ Service = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Service
53
+ Rollout = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Rollout
54
+ ServiceTopologyResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyResource
55
+ ServiceResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceResource
56
+ ServiceUnitResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitResource
57
+ StepResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepResource
58
+ HealthCheckStepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepProperties
59
+ RestHealthCheckStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheckStepAttributes
60
+ RolloutIdentityAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutIdentityAuthentication
61
+ ApiKeyAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ApiKeyAuthentication
62
+ WaitStepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepProperties
63
+ ProxyResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ProxyResource
64
+ AzureEntityResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::AzureEntityResource
65
+ DeploymentMode = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::DeploymentMode
66
+ RestRequestMethod = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestMethod
67
+ RestMatchQuantifier = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestMatchQuantifier
68
+ RestAuthLocation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestAuthLocation
69
+ end
70
+
71
+ class DeploymentManagerManagementClass
72
+ attr_reader :service_topologies, :services, :service_units, :steps, :rollouts, :artifact_sources, :operations, :configurable, :base_url, :options, :model_classes
73
+
74
+ def initialize(configurable, base_url=nil, options=nil)
75
+ @configurable, @base_url, @options = configurable, base_url, options
76
+
77
+ @client_0 = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::AzureDeploymentManager.new(configurable.credentials, base_url, options)
78
+ if(@client_0.respond_to?(:subscription_id))
79
+ @client_0.subscription_id = configurable.subscription_id
80
+ end
81
+ add_telemetry(@client_0)
82
+ @service_topologies = @client_0.service_topologies
83
+ @services = @client_0.services
84
+ @service_units = @client_0.service_units
85
+ @steps = @client_0.steps
86
+ @rollouts = @client_0.rollouts
87
+ @artifact_sources = @client_0.artifact_sources
88
+ @operations = @client_0.operations
89
+
90
+ @model_classes = ModelClasses.new
91
+ end
92
+
93
+ def add_telemetry(client)
94
+ profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/DeploymentManager/Mgmt"
95
+ client.add_user_agent_information(profile_information)
96
+ end
97
+
98
+ def method_missing(method, *args)
99
+ if @client_0.respond_to?method
100
+ @client_0.send(method, *args)
101
+ else
102
+ super
103
+ end
104
+ end
105
+
106
+ class ModelClasses
107
+ def service_unit_artifacts
108
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitArtifacts
109
+ end
110
+ def identity
111
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Identity
112
+ end
113
+ def service_unit_properties
114
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitProperties
115
+ end
116
+ def step_group
117
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepGroup
118
+ end
119
+ def rollout_properties_model
120
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutPropertiesModel
121
+ end
122
+ def rest_response
123
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponse
124
+ end
125
+ def artifact_source_properties_model
126
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSourcePropertiesModel
127
+ end
128
+ def service_topology_properties
129
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyProperties
130
+ end
131
+ def cloud_error_body
132
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::CloudErrorBody
133
+ end
134
+ def rest_response_regex
135
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponseRegex
136
+ end
137
+ def step_operation_info
138
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepOperationInfo
139
+ end
140
+ def service_properties
141
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceProperties
142
+ end
143
+ def message
144
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Message
145
+ end
146
+ def rest_request
147
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequest
148
+ end
149
+ def resource
150
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Resource
151
+ end
152
+ def pre_post_step
153
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::PrePostStep
154
+ end
155
+ def rest_health_check
156
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheck
157
+ end
158
+ def authentication
159
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Authentication
160
+ end
161
+ def health_check_step_attributes
162
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepAttributes
163
+ end
164
+ def rollout_operation_info
165
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutOperationInfo
166
+ end
167
+ def rest_request_authentication
168
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestAuthentication
169
+ end
170
+ def rollout_step
171
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutStep
172
+ end
173
+ def operation_detail
174
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationDetail
175
+ end
176
+ def step_properties
177
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepProperties
178
+ end
179
+ def resource_operation
180
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ResourceOperation
181
+ end
182
+ def operation
183
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Operation
184
+ end
185
+ def wait_step_attributes
186
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepAttributes
187
+ end
188
+ def operations_list
189
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationsList
190
+ end
191
+ def tracked_resource
192
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::TrackedResource
193
+ end
194
+ def rollout_request
195
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutRequest
196
+ end
197
+ def artifact_source
198
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSource
199
+ end
200
+ def sas_authentication
201
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::SasAuthentication
202
+ end
203
+ def service_unit
204
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnit
205
+ end
206
+ def service
207
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Service
208
+ end
209
+ def rollout
210
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Rollout
211
+ end
212
+ def service_topology_resource
213
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyResource
214
+ end
215
+ def service_resource
216
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceResource
217
+ end
218
+ def service_unit_resource
219
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitResource
220
+ end
221
+ def step_resource
222
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepResource
223
+ end
224
+ def health_check_step_properties
225
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepProperties
226
+ end
227
+ def rest_health_check_step_attributes
228
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheckStepAttributes
229
+ end
230
+ def rollout_identity_authentication
231
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutIdentityAuthentication
232
+ end
233
+ def api_key_authentication
234
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ApiKeyAuthentication
235
+ end
236
+ def wait_step_properties
237
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepProperties
238
+ end
239
+ def proxy_resource
240
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ProxyResource
241
+ end
242
+ def azure_entity_resource
243
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::AzureEntityResource
244
+ end
245
+ def deployment_mode
246
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::DeploymentMode
247
+ end
248
+ def rest_request_method
249
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestMethod
250
+ end
251
+ def rest_match_quantifier
252
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestMatchQuantifier
253
+ end
254
+ def rest_auth_location
255
+ Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestAuthLocation
256
+ end
257
+ end
258
+ end
259
+ end
260
+ end
261
+ end