azure_sdk 0.36.0 → 0.37.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e349aab951e66f14dc0f88a9ac7b20e54e31f537cccd2d0a303549b27d3f2321
4
- data.tar.gz: ea12ea5221cbbfb8472fa4a2c37d153a427409027bb419a2aa54f2f59a11d08f
3
+ metadata.gz: ddb964014f6f6e88333904eb1e0c59a5739e1aad275e28067619ed5dddecee93
4
+ data.tar.gz: 05d835ad076468c584487cf3340b2d32c36dc0ee03292c56ae7e50b92d0ea6fe
5
5
  SHA512:
6
- metadata.gz: d09fb009a1f624f0249a7498feb28731bb93e000f94c7bb703c7195a2bc340746f1a128254e291ccf8a0016bdcb21bc4d3ad1aaf6abea43afe883dd6b214e2ae
7
- data.tar.gz: a182d19af70dff983706e2b2da77903081d87b60bdd9b8e364cab4315ac8905b9c08c3489b4b3856f6768891c41f4c3ec6d01198f68637853dc54c6b9b0ce5f3
6
+ metadata.gz: 0d02da597c5ca8a1c5b282912943e3d08a0a832b2824bb029e698075206a974c6971b7d980fd4ecde4918241eaedc0cbd0f1772fa8918152ab14ec6d69bad76e
7
+ data.tar.gz: 0edc1cd3da179dfaa427bebeecf2dd76ff119dcce430abaeb0e5d24442414af6ff603a0850c04dcec7c3a75b92cdf557751862181088b96ab051a503c08562a7
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure
6
- VERSION = '0.36.0'
6
+ VERSION = '0.37.0'
7
7
  end
@@ -8,52 +8,53 @@ module Azure::Profiles::Latest
8
8
  module ComputerVision
9
9
 
10
10
  module Models
11
- DetectResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::DetectResult
12
- FaceRectangle = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceRectangle
13
- ModelDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::ModelDescription
14
- LandmarksModel = Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel
15
- ListModelsResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::ListModelsResult
16
- Category = Azure::CognitiveServices::ComputerVision::V2_0::Models::Category
17
- DomainModelResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::DomainModelResults
18
- ColorInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo
19
- OcrWord = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrWord
20
- ImageTag = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageTag
21
- OcrLine = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLine
22
- ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails
23
- OcrRegion = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrRegion
24
- BoundingRect = Azure::CognitiveServices::ComputerVision::V2_0::Models::BoundingRect
25
- OcrResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrResult
26
- DetectedObject = Azure::CognitiveServices::ComputerVision::V2_0::Models::DetectedObject
27
- TagResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult
28
- ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata
29
- AreaOfInterestResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::AreaOfInterestResult
30
- ImageDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescription
31
- ImageUrl = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl
32
- CategoryDetail = Azure::CognitiveServices::ComputerVision::V2_0::Models::CategoryDetail
33
- ComputerVisionError = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError
34
- ImageType = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType
35
- LandmarkResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarkResults
36
- FaceDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription
37
- CelebrityResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebrityResults
38
- DetectedBrand = Azure::CognitiveServices::ComputerVision::V2_0::Models::DetectedBrand
39
- Word = Azure::CognitiveServices::ComputerVision::V2_0::Models::Word
40
- CelebritiesModel = Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebritiesModel
41
- Line = Azure::CognitiveServices::ComputerVision::V2_0::Models::Line
42
- ImageCaption = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageCaption
43
- TextRecognitionResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionResult
44
- ImageAnalysis = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageAnalysis
45
- TextOperationResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationResult
46
- ObjectHierarchy = Azure::CognitiveServices::ComputerVision::V2_0::Models::ObjectHierarchy
47
- ReadOperationResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::ReadOperationResult
48
- AdultInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::AdultInfo
49
- Gender = Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender
50
- TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes
51
- TextRecognitionResultDimensionUnit = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionResultDimensionUnit
52
- TextRecognitionResultConfidenceClass = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionResultConfidenceClass
53
- OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages
54
- VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes
55
- TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode
56
- Details = Azure::CognitiveServices::ComputerVision::V2_0::Models::Details
11
+ DetectResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectResult
12
+ FaceRectangle = Azure::CognitiveServices::ComputerVision::V2_1::Models::FaceRectangle
13
+ ModelDescription = Azure::CognitiveServices::ComputerVision::V2_1::Models::ModelDescription
14
+ LandmarksModel = Azure::CognitiveServices::ComputerVision::V2_1::Models::LandmarksModel
15
+ ListModelsResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::ListModelsResult
16
+ Category = Azure::CognitiveServices::ComputerVision::V2_1::Models::Category
17
+ DomainModelResults = Azure::CognitiveServices::ComputerVision::V2_1::Models::DomainModelResults
18
+ ColorInfo = Azure::CognitiveServices::ComputerVision::V2_1::Models::ColorInfo
19
+ OcrWord = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrWord
20
+ ImageTag = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageTag
21
+ OcrLine = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrLine
22
+ ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageDescriptionDetails
23
+ OcrRegion = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrRegion
24
+ BoundingRect = Azure::CognitiveServices::ComputerVision::V2_1::Models::BoundingRect
25
+ OcrResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrResult
26
+ DetectedObject = Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectedObject
27
+ TagResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::TagResult
28
+ ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageMetadata
29
+ AreaOfInterestResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::AreaOfInterestResult
30
+ ImageDescription = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageDescription
31
+ ImageUrl = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageUrl
32
+ CategoryDetail = Azure::CognitiveServices::ComputerVision::V2_1::Models::CategoryDetail
33
+ ComputerVisionError = Azure::CognitiveServices::ComputerVision::V2_1::Models::ComputerVisionError
34
+ ImageType = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageType
35
+ LandmarkResults = Azure::CognitiveServices::ComputerVision::V2_1::Models::LandmarkResults
36
+ FaceDescription = Azure::CognitiveServices::ComputerVision::V2_1::Models::FaceDescription
37
+ CelebrityResults = Azure::CognitiveServices::ComputerVision::V2_1::Models::CelebrityResults
38
+ DetectedBrand = Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectedBrand
39
+ Word = Azure::CognitiveServices::ComputerVision::V2_1::Models::Word
40
+ CelebritiesModel = Azure::CognitiveServices::ComputerVision::V2_1::Models::CelebritiesModel
41
+ Line = Azure::CognitiveServices::ComputerVision::V2_1::Models::Line
42
+ ImageCaption = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageCaption
43
+ TextRecognitionResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResult
44
+ ImageAnalysis = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageAnalysis
45
+ TextOperationResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextOperationResult
46
+ ObjectHierarchy = Azure::CognitiveServices::ComputerVision::V2_1::Models::ObjectHierarchy
47
+ ReadOperationResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::ReadOperationResult
48
+ AdultInfo = Azure::CognitiveServices::ComputerVision::V2_1::Models::AdultInfo
49
+ Gender = Azure::CognitiveServices::ComputerVision::V2_1::Models::Gender
50
+ TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextOperationStatusCodes
51
+ TextRecognitionResultDimensionUnit = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResultDimensionUnit
52
+ TextRecognitionResultConfidenceClass = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResultConfidenceClass
53
+ DescriptionExclude = Azure::CognitiveServices::ComputerVision::V2_1::Models::DescriptionExclude
54
+ OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrLanguages
55
+ VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V2_1::Models::VisualFeatureTypes
56
+ TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionMode
57
+ Details = Azure::CognitiveServices::ComputerVision::V2_1::Models::Details
57
58
  end
58
59
 
59
60
  class ComputerVisionDataClass
@@ -62,7 +63,7 @@ module Azure::Profiles::Latest
62
63
  def initialize(configurable, base_url=nil, options=nil)
63
64
  @configurable, @base_url, @options = configurable, base_url, options
64
65
 
65
- @client_0 = Azure::CognitiveServices::ComputerVision::V2_0::ComputerVisionClient.new(configurable.credentials, options)
66
+ @client_0 = Azure::CognitiveServices::ComputerVision::V2_1::ComputerVisionClient.new(configurable.credentials, options)
66
67
  if(@client_0.respond_to?(:subscription_id))
67
68
  @client_0.subscription_id = configurable.subscription_id
68
69
  end
@@ -86,142 +87,145 @@ module Azure::Profiles::Latest
86
87
 
87
88
  class ModelClasses
88
89
  def detect_result
89
- Azure::CognitiveServices::ComputerVision::V2_0::Models::DetectResult
90
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectResult
90
91
  end
91
92
  def face_rectangle
92
- Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceRectangle
93
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::FaceRectangle
93
94
  end
94
95
  def model_description
95
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ModelDescription
96
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ModelDescription
96
97
  end
97
98
  def landmarks_model
98
- Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel
99
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::LandmarksModel
99
100
  end
100
101
  def list_models_result
101
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ListModelsResult
102
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ListModelsResult
102
103
  end
103
104
  def category
104
- Azure::CognitiveServices::ComputerVision::V2_0::Models::Category
105
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::Category
105
106
  end
106
107
  def domain_model_results
107
- Azure::CognitiveServices::ComputerVision::V2_0::Models::DomainModelResults
108
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::DomainModelResults
108
109
  end
109
110
  def color_info
110
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo
111
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ColorInfo
111
112
  end
112
113
  def ocr_word
113
- Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrWord
114
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrWord
114
115
  end
115
116
  def image_tag
116
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageTag
117
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageTag
117
118
  end
118
119
  def ocr_line
119
- Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLine
120
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrLine
120
121
  end
121
122
  def image_description_details
122
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails
123
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageDescriptionDetails
123
124
  end
124
125
  def ocr_region
125
- Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrRegion
126
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrRegion
126
127
  end
127
128
  def bounding_rect
128
- Azure::CognitiveServices::ComputerVision::V2_0::Models::BoundingRect
129
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::BoundingRect
129
130
  end
130
131
  def ocr_result
131
- Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrResult
132
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrResult
132
133
  end
133
134
  def detected_object
134
- Azure::CognitiveServices::ComputerVision::V2_0::Models::DetectedObject
135
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectedObject
135
136
  end
136
137
  def tag_result
137
- Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult
138
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::TagResult
138
139
  end
139
140
  def image_metadata
140
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata
141
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageMetadata
141
142
  end
142
143
  def area_of_interest_result
143
- Azure::CognitiveServices::ComputerVision::V2_0::Models::AreaOfInterestResult
144
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::AreaOfInterestResult
144
145
  end
145
146
  def image_description
146
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescription
147
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageDescription
147
148
  end
148
149
  def image_url
149
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl
150
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageUrl
150
151
  end
151
152
  def category_detail
152
- Azure::CognitiveServices::ComputerVision::V2_0::Models::CategoryDetail
153
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::CategoryDetail
153
154
  end
154
155
  def computer_vision_error
155
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError
156
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ComputerVisionError
156
157
  end
157
158
  def image_type
158
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType
159
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageType
159
160
  end
160
161
  def landmark_results
161
- Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarkResults
162
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::LandmarkResults
162
163
  end
163
164
  def face_description
164
- Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription
165
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::FaceDescription
165
166
  end
166
167
  def celebrity_results
167
- Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebrityResults
168
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::CelebrityResults
168
169
  end
169
170
  def detected_brand
170
- Azure::CognitiveServices::ComputerVision::V2_0::Models::DetectedBrand
171
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectedBrand
171
172
  end
172
173
  def word
173
- Azure::CognitiveServices::ComputerVision::V2_0::Models::Word
174
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::Word
174
175
  end
175
176
  def celebrities_model
176
- Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebritiesModel
177
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::CelebritiesModel
177
178
  end
178
179
  def line
179
- Azure::CognitiveServices::ComputerVision::V2_0::Models::Line
180
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::Line
180
181
  end
181
182
  def image_caption
182
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageCaption
183
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageCaption
183
184
  end
184
185
  def text_recognition_result
185
- Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionResult
186
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResult
186
187
  end
187
188
  def image_analysis
188
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageAnalysis
189
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageAnalysis
189
190
  end
190
191
  def text_operation_result
191
- Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationResult
192
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::TextOperationResult
192
193
  end
193
194
  def object_hierarchy
194
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ObjectHierarchy
195
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ObjectHierarchy
195
196
  end
196
197
  def read_operation_result
197
- Azure::CognitiveServices::ComputerVision::V2_0::Models::ReadOperationResult
198
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::ReadOperationResult
198
199
  end
199
200
  def adult_info
200
- Azure::CognitiveServices::ComputerVision::V2_0::Models::AdultInfo
201
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::AdultInfo
201
202
  end
202
203
  def gender
203
- Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender
204
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::Gender
204
205
  end
205
206
  def text_operation_status_codes
206
- Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes
207
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::TextOperationStatusCodes
207
208
  end
208
209
  def text_recognition_result_dimension_unit
209
- Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionResultDimensionUnit
210
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResultDimensionUnit
210
211
  end
211
212
  def text_recognition_result_confidence_class
212
- Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionResultConfidenceClass
213
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResultConfidenceClass
214
+ end
215
+ def description_exclude
216
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::DescriptionExclude
213
217
  end
214
218
  def ocr_languages
215
- Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages
219
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrLanguages
216
220
  end
217
221
  def visual_feature_types
218
- Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes
222
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::VisualFeatureTypes
219
223
  end
220
224
  def text_recognition_mode
221
- Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode
225
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionMode
222
226
  end
223
227
  def details
224
- Azure::CognitiveServices::ComputerVision::V2_0::Models::Details
228
+ Azure::CognitiveServices::ComputerVision::V2_1::Models::Details
225
229
  end
226
230
  end
227
231
  end
@@ -7,43 +7,43 @@ require 'azure_mgmt_netapp'
7
7
  module Azure::Profiles::Latest
8
8
  module NetApp
9
9
  module Mgmt
10
- Operations = Azure::NetApp::Mgmt::V2019_06_01::Operations
11
- Accounts = Azure::NetApp::Mgmt::V2019_06_01::Accounts
12
- Pools = Azure::NetApp::Mgmt::V2019_06_01::Pools
13
- Volumes = Azure::NetApp::Mgmt::V2019_06_01::Volumes
14
- MountTargets = Azure::NetApp::Mgmt::V2019_06_01::MountTargets
15
- Snapshots = Azure::NetApp::Mgmt::V2019_06_01::Snapshots
10
+ Operations = Azure::NetApp::Mgmt::V2019_07_01::Operations
11
+ Accounts = Azure::NetApp::Mgmt::V2019_07_01::Accounts
12
+ Pools = Azure::NetApp::Mgmt::V2019_07_01::Pools
13
+ Volumes = Azure::NetApp::Mgmt::V2019_07_01::Volumes
14
+ MountTargets = Azure::NetApp::Mgmt::V2019_07_01::MountTargets
15
+ Snapshots = Azure::NetApp::Mgmt::V2019_07_01::Snapshots
16
16
 
17
17
  module Models
18
- CapacityPoolList = Azure::NetApp::Mgmt::V2019_06_01::Models::CapacityPoolList
19
- OperationDisplay = Azure::NetApp::Mgmt::V2019_06_01::Models::OperationDisplay
20
- CapacityPoolPatch = Azure::NetApp::Mgmt::V2019_06_01::Models::CapacityPoolPatch
21
- MetricSpecification = Azure::NetApp::Mgmt::V2019_06_01::Models::MetricSpecification
22
- ExportPolicyRule = Azure::NetApp::Mgmt::V2019_06_01::Models::ExportPolicyRule
23
- Operation = Azure::NetApp::Mgmt::V2019_06_01::Models::Operation
24
- VolumePropertiesExportPolicy = Azure::NetApp::Mgmt::V2019_06_01::Models::VolumePropertiesExportPolicy
25
- ResourceNameAvailability = Azure::NetApp::Mgmt::V2019_06_01::Models::ResourceNameAvailability
26
- Volume = Azure::NetApp::Mgmt::V2019_06_01::Models::Volume
27
- ActiveDirectory = Azure::NetApp::Mgmt::V2019_06_01::Models::ActiveDirectory
28
- VolumeList = Azure::NetApp::Mgmt::V2019_06_01::Models::VolumeList
29
- NetAppAccountList = Azure::NetApp::Mgmt::V2019_06_01::Models::NetAppAccountList
30
- VolumePatchPropertiesExportPolicy = Azure::NetApp::Mgmt::V2019_06_01::Models::VolumePatchPropertiesExportPolicy
31
- CapacityPool = Azure::NetApp::Mgmt::V2019_06_01::Models::CapacityPool
32
- VolumePatch = Azure::NetApp::Mgmt::V2019_06_01::Models::VolumePatch
33
- ServiceSpecification = Azure::NetApp::Mgmt::V2019_06_01::Models::ServiceSpecification
34
- MountTarget = Azure::NetApp::Mgmt::V2019_06_01::Models::MountTarget
35
- ResourceNameAvailabilityRequest = Azure::NetApp::Mgmt::V2019_06_01::Models::ResourceNameAvailabilityRequest
36
- MountTargetList = Azure::NetApp::Mgmt::V2019_06_01::Models::MountTargetList
37
- NetAppAccountPatch = Azure::NetApp::Mgmt::V2019_06_01::Models::NetAppAccountPatch
38
- Snapshot = Azure::NetApp::Mgmt::V2019_06_01::Models::Snapshot
39
- OperationListResult = Azure::NetApp::Mgmt::V2019_06_01::Models::OperationListResult
40
- SnapshotsList = Azure::NetApp::Mgmt::V2019_06_01::Models::SnapshotsList
41
- Dimension = Azure::NetApp::Mgmt::V2019_06_01::Models::Dimension
42
- SnapshotPatch = Azure::NetApp::Mgmt::V2019_06_01::Models::SnapshotPatch
43
- NetAppAccount = Azure::NetApp::Mgmt::V2019_06_01::Models::NetAppAccount
44
- InAvailabilityReasonType = Azure::NetApp::Mgmt::V2019_06_01::Models::InAvailabilityReasonType
45
- CheckNameResourceTypes = Azure::NetApp::Mgmt::V2019_06_01::Models::CheckNameResourceTypes
46
- ServiceLevel = Azure::NetApp::Mgmt::V2019_06_01::Models::ServiceLevel
18
+ CapacityPoolList = Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPoolList
19
+ OperationDisplay = Azure::NetApp::Mgmt::V2019_07_01::Models::OperationDisplay
20
+ CapacityPoolPatch = Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPoolPatch
21
+ MetricSpecification = Azure::NetApp::Mgmt::V2019_07_01::Models::MetricSpecification
22
+ ExportPolicyRule = Azure::NetApp::Mgmt::V2019_07_01::Models::ExportPolicyRule
23
+ Operation = Azure::NetApp::Mgmt::V2019_07_01::Models::Operation
24
+ VolumePropertiesExportPolicy = Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePropertiesExportPolicy
25
+ ResourceNameAvailability = Azure::NetApp::Mgmt::V2019_07_01::Models::ResourceNameAvailability
26
+ Volume = Azure::NetApp::Mgmt::V2019_07_01::Models::Volume
27
+ ActiveDirectory = Azure::NetApp::Mgmt::V2019_07_01::Models::ActiveDirectory
28
+ VolumeList = Azure::NetApp::Mgmt::V2019_07_01::Models::VolumeList
29
+ NetAppAccountList = Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccountList
30
+ VolumePatchPropertiesExportPolicy = Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePatchPropertiesExportPolicy
31
+ CapacityPool = Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPool
32
+ VolumePatch = Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePatch
33
+ ServiceSpecification = Azure::NetApp::Mgmt::V2019_07_01::Models::ServiceSpecification
34
+ MountTarget = Azure::NetApp::Mgmt::V2019_07_01::Models::MountTarget
35
+ ResourceNameAvailabilityRequest = Azure::NetApp::Mgmt::V2019_07_01::Models::ResourceNameAvailabilityRequest
36
+ MountTargetList = Azure::NetApp::Mgmt::V2019_07_01::Models::MountTargetList
37
+ NetAppAccountPatch = Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccountPatch
38
+ Snapshot = Azure::NetApp::Mgmt::V2019_07_01::Models::Snapshot
39
+ OperationListResult = Azure::NetApp::Mgmt::V2019_07_01::Models::OperationListResult
40
+ SnapshotsList = Azure::NetApp::Mgmt::V2019_07_01::Models::SnapshotsList
41
+ Dimension = Azure::NetApp::Mgmt::V2019_07_01::Models::Dimension
42
+ SnapshotPatch = Azure::NetApp::Mgmt::V2019_07_01::Models::SnapshotPatch
43
+ NetAppAccount = Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccount
44
+ InAvailabilityReasonType = Azure::NetApp::Mgmt::V2019_07_01::Models::InAvailabilityReasonType
45
+ CheckNameResourceTypes = Azure::NetApp::Mgmt::V2019_07_01::Models::CheckNameResourceTypes
46
+ ServiceLevel = Azure::NetApp::Mgmt::V2019_07_01::Models::ServiceLevel
47
47
  end
48
48
 
49
49
  class NetAppManagementClass
@@ -52,7 +52,7 @@ module Azure::Profiles::Latest
52
52
  def initialize(configurable, base_url=nil, options=nil)
53
53
  @configurable, @base_url, @options = configurable, base_url, options
54
54
 
55
- @client_0 = Azure::NetApp::Mgmt::V2019_06_01::AzureNetAppFilesManagementClient.new(configurable.credentials, base_url, options)
55
+ @client_0 = Azure::NetApp::Mgmt::V2019_07_01::AzureNetAppFilesManagementClient.new(configurable.credentials, base_url, options)
56
56
  if(@client_0.respond_to?(:subscription_id))
57
57
  @client_0.subscription_id = configurable.subscription_id
58
58
  end
@@ -82,91 +82,91 @@ module Azure::Profiles::Latest
82
82
 
83
83
  class ModelClasses
84
84
  def capacity_pool_list
85
- Azure::NetApp::Mgmt::V2019_06_01::Models::CapacityPoolList
85
+ Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPoolList
86
86
  end
87
87
  def operation_display
88
- Azure::NetApp::Mgmt::V2019_06_01::Models::OperationDisplay
88
+ Azure::NetApp::Mgmt::V2019_07_01::Models::OperationDisplay
89
89
  end
90
90
  def capacity_pool_patch
91
- Azure::NetApp::Mgmt::V2019_06_01::Models::CapacityPoolPatch
91
+ Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPoolPatch
92
92
  end
93
93
  def metric_specification
94
- Azure::NetApp::Mgmt::V2019_06_01::Models::MetricSpecification
94
+ Azure::NetApp::Mgmt::V2019_07_01::Models::MetricSpecification
95
95
  end
96
96
  def export_policy_rule
97
- Azure::NetApp::Mgmt::V2019_06_01::Models::ExportPolicyRule
97
+ Azure::NetApp::Mgmt::V2019_07_01::Models::ExportPolicyRule
98
98
  end
99
99
  def operation
100
- Azure::NetApp::Mgmt::V2019_06_01::Models::Operation
100
+ Azure::NetApp::Mgmt::V2019_07_01::Models::Operation
101
101
  end
102
102
  def volume_properties_export_policy
103
- Azure::NetApp::Mgmt::V2019_06_01::Models::VolumePropertiesExportPolicy
103
+ Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePropertiesExportPolicy
104
104
  end
105
105
  def resource_name_availability
106
- Azure::NetApp::Mgmt::V2019_06_01::Models::ResourceNameAvailability
106
+ Azure::NetApp::Mgmt::V2019_07_01::Models::ResourceNameAvailability
107
107
  end
108
108
  def volume
109
- Azure::NetApp::Mgmt::V2019_06_01::Models::Volume
109
+ Azure::NetApp::Mgmt::V2019_07_01::Models::Volume
110
110
  end
111
111
  def active_directory
112
- Azure::NetApp::Mgmt::V2019_06_01::Models::ActiveDirectory
112
+ Azure::NetApp::Mgmt::V2019_07_01::Models::ActiveDirectory
113
113
  end
114
114
  def volume_list
115
- Azure::NetApp::Mgmt::V2019_06_01::Models::VolumeList
115
+ Azure::NetApp::Mgmt::V2019_07_01::Models::VolumeList
116
116
  end
117
117
  def net_app_account_list
118
- Azure::NetApp::Mgmt::V2019_06_01::Models::NetAppAccountList
118
+ Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccountList
119
119
  end
120
120
  def volume_patch_properties_export_policy
121
- Azure::NetApp::Mgmt::V2019_06_01::Models::VolumePatchPropertiesExportPolicy
121
+ Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePatchPropertiesExportPolicy
122
122
  end
123
123
  def capacity_pool
124
- Azure::NetApp::Mgmt::V2019_06_01::Models::CapacityPool
124
+ Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPool
125
125
  end
126
126
  def volume_patch
127
- Azure::NetApp::Mgmt::V2019_06_01::Models::VolumePatch
127
+ Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePatch
128
128
  end
129
129
  def service_specification
130
- Azure::NetApp::Mgmt::V2019_06_01::Models::ServiceSpecification
130
+ Azure::NetApp::Mgmt::V2019_07_01::Models::ServiceSpecification
131
131
  end
132
132
  def mount_target
133
- Azure::NetApp::Mgmt::V2019_06_01::Models::MountTarget
133
+ Azure::NetApp::Mgmt::V2019_07_01::Models::MountTarget
134
134
  end
135
135
  def resource_name_availability_request
136
- Azure::NetApp::Mgmt::V2019_06_01::Models::ResourceNameAvailabilityRequest
136
+ Azure::NetApp::Mgmt::V2019_07_01::Models::ResourceNameAvailabilityRequest
137
137
  end
138
138
  def mount_target_list
139
- Azure::NetApp::Mgmt::V2019_06_01::Models::MountTargetList
139
+ Azure::NetApp::Mgmt::V2019_07_01::Models::MountTargetList
140
140
  end
141
141
  def net_app_account_patch
142
- Azure::NetApp::Mgmt::V2019_06_01::Models::NetAppAccountPatch
142
+ Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccountPatch
143
143
  end
144
144
  def snapshot
145
- Azure::NetApp::Mgmt::V2019_06_01::Models::Snapshot
145
+ Azure::NetApp::Mgmt::V2019_07_01::Models::Snapshot
146
146
  end
147
147
  def operation_list_result
148
- Azure::NetApp::Mgmt::V2019_06_01::Models::OperationListResult
148
+ Azure::NetApp::Mgmt::V2019_07_01::Models::OperationListResult
149
149
  end
150
150
  def snapshots_list
151
- Azure::NetApp::Mgmt::V2019_06_01::Models::SnapshotsList
151
+ Azure::NetApp::Mgmt::V2019_07_01::Models::SnapshotsList
152
152
  end
153
153
  def dimension
154
- Azure::NetApp::Mgmt::V2019_06_01::Models::Dimension
154
+ Azure::NetApp::Mgmt::V2019_07_01::Models::Dimension
155
155
  end
156
156
  def snapshot_patch
157
- Azure::NetApp::Mgmt::V2019_06_01::Models::SnapshotPatch
157
+ Azure::NetApp::Mgmt::V2019_07_01::Models::SnapshotPatch
158
158
  end
159
159
  def net_app_account
160
- Azure::NetApp::Mgmt::V2019_06_01::Models::NetAppAccount
160
+ Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccount
161
161
  end
162
162
  def in_availability_reason_type
163
- Azure::NetApp::Mgmt::V2019_06_01::Models::InAvailabilityReasonType
163
+ Azure::NetApp::Mgmt::V2019_07_01::Models::InAvailabilityReasonType
164
164
  end
165
165
  def check_name_resource_types
166
- Azure::NetApp::Mgmt::V2019_06_01::Models::CheckNameResourceTypes
166
+ Azure::NetApp::Mgmt::V2019_07_01::Models::CheckNameResourceTypes
167
167
  end
168
168
  def service_level
169
- Azure::NetApp::Mgmt::V2019_06_01::Models::ServiceLevel
169
+ Azure::NetApp::Mgmt::V2019_07_01::Models::ServiceLevel
170
170
  end
171
171
  end
172
172
  end