azure_sdk 0.24.0 → 0.25.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/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +21 -1
- data/lib/latest/modules/face_profile_module.rb +125 -69
- data/lib/latest/modules/resourcegraph_profile_module.rb +125 -0
- data/lib/latest/modules/storagesync_profile_module.rb +249 -0
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d15514b427e2589f057e3211f86a66ee015e303eeb75f2ced452f6ed37b09ac9
|
|
4
|
+
data.tar.gz: 8dd3bdf92011fe6051b85b4ae5fa3ec912a7981a1c84894d7905e657a10edbc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8149598a02d7f197097f67ae9768ea0c2c35b1398ebf5d34187bcfa37ea00c1ac023a379c3dae6298f27b51d9cd9232b8d5856595e92016ab3361338d6b2439
|
|
7
|
+
data.tar.gz: 9c61e65ccfd16943523391a256fc289ba3d6b44da5f780462078d234ee8139a8fdb9838c2b84a637978e901ae1514f92d419fe93d3eb0740b08a1f98766eecd9
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -61,6 +61,7 @@ require 'latest/modules/recoveryservicesbackup_profile_module'
|
|
|
61
61
|
require 'latest/modules/recoveryservicessiterecovery_profile_module'
|
|
62
62
|
require 'latest/modules/redis_profile_module'
|
|
63
63
|
require 'latest/modules/relay_profile_module'
|
|
64
|
+
require 'latest/modules/resourcegraph_profile_module'
|
|
64
65
|
require 'latest/modules/resources_profile_module'
|
|
65
66
|
require 'latest/modules/resourcesmanagement_profile_module'
|
|
66
67
|
require 'latest/modules/scheduler_profile_module'
|
|
@@ -73,6 +74,7 @@ require 'latest/modules/sql_profile_module'
|
|
|
73
74
|
require 'latest/modules/sqlvirtualmachine_profile_module'
|
|
74
75
|
require 'latest/modules/storsimple8000series_profile_module'
|
|
75
76
|
require 'latest/modules/storage_profile_module'
|
|
77
|
+
require 'latest/modules/storagesync_profile_module'
|
|
76
78
|
require 'latest/modules/streamanalytics_profile_module'
|
|
77
79
|
require 'latest/modules/subscriptions_profile_module'
|
|
78
80
|
require 'latest/modules/trafficmanager_profile_module'
|
|
@@ -106,7 +108,7 @@ module Azure::Profiles::Latest
|
|
|
106
108
|
class Client
|
|
107
109
|
include MsRestAzure::Common::Configurable
|
|
108
110
|
|
|
109
|
-
attr_reader :advisor, :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :net_app, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
|
111
|
+
attr_reader :advisor, :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :net_app, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :stream_analytics, :subscriptions, :traffic_manager, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
|
110
112
|
|
|
111
113
|
#
|
|
112
114
|
# Initializes a new instance of the Client class.
|
|
@@ -196,6 +198,7 @@ module Azure::Profiles::Latest
|
|
|
196
198
|
@recovery_services_site_recovery = RecoveryServicesSiteRecoveryAdapter.new(self, base_url, sdk_options)
|
|
197
199
|
@redis = RedisAdapter.new(self, base_url, sdk_options)
|
|
198
200
|
@relay = RelayAdapter.new(self, base_url, sdk_options)
|
|
201
|
+
@resource_graph = ResourceGraphAdapter.new(self, base_url, sdk_options)
|
|
199
202
|
@resources = ResourcesAdapter.new(self, base_url, sdk_options)
|
|
200
203
|
@resources_management = ResourcesManagementAdapter.new(self, base_url, sdk_options)
|
|
201
204
|
@scheduler = SchedulerAdapter.new(self, base_url, sdk_options)
|
|
@@ -208,6 +211,7 @@ module Azure::Profiles::Latest
|
|
|
208
211
|
@sqlvirtualmachine = SqlvirtualmachineAdapter.new(self, base_url, sdk_options)
|
|
209
212
|
@stor_simple8000_series = StorSimple8000SeriesAdapter.new(self, base_url, sdk_options)
|
|
210
213
|
@storage = StorageAdapter.new(self, base_url, sdk_options)
|
|
214
|
+
@storage_sync = StorageSyncAdapter.new(self, base_url, sdk_options)
|
|
211
215
|
@stream_analytics = StreamAnalyticsAdapter.new(self, base_url, sdk_options)
|
|
212
216
|
@subscriptions = SubscriptionsAdapter.new(self, base_url, sdk_options)
|
|
213
217
|
@traffic_manager = TrafficManagerAdapter.new(self, base_url, sdk_options)
|
|
@@ -700,6 +704,14 @@ module Azure::Profiles::Latest
|
|
|
700
704
|
end
|
|
701
705
|
end
|
|
702
706
|
|
|
707
|
+
class ResourceGraphAdapter
|
|
708
|
+
attr_accessor :mgmt
|
|
709
|
+
|
|
710
|
+
def initialize(context, base_url, options)
|
|
711
|
+
@mgmt = Azure::Profiles::Latest::ResourceGraph::Mgmt::ResourceGraphManagementClass.new(context, base_url, options)
|
|
712
|
+
end
|
|
713
|
+
end
|
|
714
|
+
|
|
703
715
|
class ResourcesAdapter
|
|
704
716
|
attr_accessor :mgmt
|
|
705
717
|
|
|
@@ -797,6 +809,14 @@ module Azure::Profiles::Latest
|
|
|
797
809
|
end
|
|
798
810
|
end
|
|
799
811
|
|
|
812
|
+
class StorageSyncAdapter
|
|
813
|
+
attr_accessor :mgmt
|
|
814
|
+
|
|
815
|
+
def initialize(context, base_url, options)
|
|
816
|
+
@mgmt = Azure::Profiles::Latest::StorageSync::Mgmt::StorageSyncManagementClass.new(context, base_url, options)
|
|
817
|
+
end
|
|
818
|
+
end
|
|
819
|
+
|
|
800
820
|
class StreamAnalyticsAdapter
|
|
801
821
|
attr_accessor :mgmt
|
|
802
822
|
|
|
@@ -10,44 +10,57 @@ module Azure::Profiles::Latest
|
|
|
10
10
|
PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson
|
|
11
11
|
PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations
|
|
12
12
|
FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations
|
|
13
|
+
LargePersonGroupPerson = Azure::CognitiveServices::Face::V1_0::LargePersonGroupPerson
|
|
14
|
+
LargePersonGroupOperations = Azure::CognitiveServices::Face::V1_0::LargePersonGroupOperations
|
|
15
|
+
LargeFaceListOperations = Azure::CognitiveServices::Face::V1_0::LargeFaceListOperations
|
|
16
|
+
SnapshotOperations = Azure::CognitiveServices::Face::V1_0::SnapshotOperations
|
|
13
17
|
|
|
14
18
|
module Models
|
|
15
|
-
FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest
|
|
16
|
-
Error = Azure::CognitiveServices::Face::V1_0::Models::Error
|
|
17
|
-
SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace
|
|
18
|
-
FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle
|
|
19
|
-
GroupRequest = Azure::CognitiveServices::Face::V1_0::Models::GroupRequest
|
|
20
|
-
FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks
|
|
21
|
-
GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult
|
|
22
|
-
HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose
|
|
23
19
|
IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest
|
|
24
|
-
|
|
20
|
+
Error = Azure::CognitiveServices::Face::V1_0::Models::Error
|
|
25
21
|
IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate
|
|
26
|
-
|
|
22
|
+
FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle
|
|
27
23
|
IdentifyResult = Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult
|
|
28
|
-
|
|
24
|
+
FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks
|
|
29
25
|
VerifyFaceToPersonRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest
|
|
30
|
-
|
|
26
|
+
HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose
|
|
31
27
|
VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest
|
|
32
|
-
|
|
28
|
+
HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor
|
|
33
29
|
VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult
|
|
34
|
-
|
|
30
|
+
Makeup = Azure::CognitiveServices::Face::V1_0::Models::Makeup
|
|
35
31
|
PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion
|
|
32
|
+
Accessory = Azure::CognitiveServices::Face::V1_0::Models::Accessory
|
|
33
|
+
Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair
|
|
39
34
|
Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion
|
|
40
35
|
Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise
|
|
41
|
-
ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl
|
|
42
|
-
Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair
|
|
43
|
-
NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract
|
|
44
|
-
DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace
|
|
45
|
-
UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest
|
|
46
36
|
Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur
|
|
37
|
+
DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace
|
|
38
|
+
SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace
|
|
39
|
+
ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl
|
|
40
|
+
GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult
|
|
41
|
+
OperationStatus = Azure::CognitiveServices::Face::V1_0::Models::OperationStatus
|
|
42
|
+
Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate
|
|
43
|
+
UpdateSnapshotRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdateSnapshotRequest
|
|
44
|
+
Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion
|
|
45
|
+
TakeSnapshotRequest = Azure::CognitiveServices::Face::V1_0::Models::TakeSnapshotRequest
|
|
46
|
+
FaceAttributes = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes
|
|
47
|
+
UpdateFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdateFaceRequest
|
|
48
|
+
GroupRequest = Azure::CognitiveServices::Face::V1_0::Models::GroupRequest
|
|
47
49
|
TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus
|
|
50
|
+
FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair
|
|
51
|
+
NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract
|
|
52
|
+
FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest
|
|
53
|
+
APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError
|
|
54
|
+
Snapshot = Azure::CognitiveServices::Face::V1_0::Models::Snapshot
|
|
55
|
+
Exposure = Azure::CognitiveServices::Face::V1_0::Models::Exposure
|
|
56
|
+
ApplySnapshotRequest = Azure::CognitiveServices::Face::V1_0::Models::ApplySnapshotRequest
|
|
57
|
+
MetaDataContract = Azure::CognitiveServices::Face::V1_0::Models::MetaDataContract
|
|
48
58
|
FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList
|
|
49
59
|
PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup
|
|
50
60
|
Person = Azure::CognitiveServices::Face::V1_0::Models::Person
|
|
61
|
+
LargeFaceList = Azure::CognitiveServices::Face::V1_0::Models::LargeFaceList
|
|
62
|
+
LargePersonGroup = Azure::CognitiveServices::Face::V1_0::Models::LargePersonGroup
|
|
63
|
+
RecognitionModel = Azure::CognitiveServices::Face::V1_0::Models::RecognitionModel
|
|
51
64
|
Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender
|
|
52
65
|
GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType
|
|
53
66
|
HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType
|
|
@@ -57,11 +70,14 @@ module Azure::Profiles::Latest
|
|
|
57
70
|
NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel
|
|
58
71
|
FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode
|
|
59
72
|
TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType
|
|
73
|
+
SnapshotApplyMode = Azure::CognitiveServices::Face::V1_0::Models::SnapshotApplyMode
|
|
74
|
+
SnapshotObjectType = Azure::CognitiveServices::Face::V1_0::Models::SnapshotObjectType
|
|
75
|
+
OperationStatusType = Azure::CognitiveServices::Face::V1_0::Models::OperationStatusType
|
|
60
76
|
FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType
|
|
61
77
|
end
|
|
62
78
|
|
|
63
79
|
class FaceDataClass
|
|
64
|
-
attr_reader :face, :person_group_person, :person_group_operations, :face_list_operations, :configurable, :base_url, :options, :model_classes
|
|
80
|
+
attr_reader :face, :person_group_person, :person_group_operations, :face_list_operations, :large_person_group_person, :large_person_group_operations, :large_face_list_operations, :snapshot_operations, :configurable, :base_url, :options, :model_classes
|
|
65
81
|
|
|
66
82
|
def initialize(configurable, base_url=nil, options=nil)
|
|
67
83
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
@@ -75,6 +91,10 @@ module Azure::Profiles::Latest
|
|
|
75
91
|
@person_group_person = @client_0.person_group_person
|
|
76
92
|
@person_group_operations = @client_0.person_group_operations
|
|
77
93
|
@face_list_operations = @client_0.face_list_operations
|
|
94
|
+
@large_person_group_person = @client_0.large_person_group_person
|
|
95
|
+
@large_person_group_operations = @client_0.large_person_group_operations
|
|
96
|
+
@large_face_list_operations = @client_0.large_face_list_operations
|
|
97
|
+
@snapshot_operations = @client_0.snapshot_operations
|
|
78
98
|
|
|
79
99
|
@model_classes = ModelClasses.new
|
|
80
100
|
end
|
|
@@ -93,104 +113,122 @@ module Azure::Profiles::Latest
|
|
|
93
113
|
end
|
|
94
114
|
|
|
95
115
|
class ModelClasses
|
|
96
|
-
def
|
|
97
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
116
|
+
def identify_request
|
|
117
|
+
Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest
|
|
98
118
|
end
|
|
99
119
|
def error
|
|
100
120
|
Azure::CognitiveServices::Face::V1_0::Models::Error
|
|
101
121
|
end
|
|
102
|
-
def
|
|
103
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
122
|
+
def identify_candidate
|
|
123
|
+
Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate
|
|
104
124
|
end
|
|
105
125
|
def face_rectangle
|
|
106
126
|
Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle
|
|
107
127
|
end
|
|
108
|
-
def
|
|
109
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
128
|
+
def identify_result
|
|
129
|
+
Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult
|
|
110
130
|
end
|
|
111
131
|
def face_landmarks
|
|
112
132
|
Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks
|
|
113
133
|
end
|
|
114
|
-
def
|
|
115
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
134
|
+
def verify_face_to_person_request
|
|
135
|
+
Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest
|
|
116
136
|
end
|
|
117
137
|
def head_pose
|
|
118
138
|
Azure::CognitiveServices::Face::V1_0::Models::HeadPose
|
|
119
139
|
end
|
|
120
|
-
def
|
|
121
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
140
|
+
def verify_face_to_face_request
|
|
141
|
+
Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest
|
|
122
142
|
end
|
|
123
143
|
def hair_color
|
|
124
144
|
Azure::CognitiveServices::Face::V1_0::Models::HairColor
|
|
125
145
|
end
|
|
126
|
-
def
|
|
127
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
146
|
+
def verify_result
|
|
147
|
+
Azure::CognitiveServices::Face::V1_0::Models::VerifyResult
|
|
128
148
|
end
|
|
129
149
|
def makeup
|
|
130
150
|
Azure::CognitiveServices::Face::V1_0::Models::Makeup
|
|
131
151
|
end
|
|
132
|
-
def
|
|
133
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
152
|
+
def persisted_face
|
|
153
|
+
Azure::CognitiveServices::Face::V1_0::Models::PersistedFace
|
|
134
154
|
end
|
|
135
155
|
def accessory
|
|
136
156
|
Azure::CognitiveServices::Face::V1_0::Models::Accessory
|
|
137
157
|
end
|
|
138
|
-
def
|
|
139
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
158
|
+
def hair
|
|
159
|
+
Azure::CognitiveServices::Face::V1_0::Models::Hair
|
|
140
160
|
end
|
|
141
|
-
def
|
|
142
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
161
|
+
def occlusion
|
|
162
|
+
Azure::CognitiveServices::Face::V1_0::Models::Occlusion
|
|
143
163
|
end
|
|
144
|
-
def
|
|
145
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
164
|
+
def noise
|
|
165
|
+
Azure::CognitiveServices::Face::V1_0::Models::Noise
|
|
146
166
|
end
|
|
147
|
-
def
|
|
148
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
167
|
+
def blur
|
|
168
|
+
Azure::CognitiveServices::Face::V1_0::Models::Blur
|
|
149
169
|
end
|
|
150
|
-
def
|
|
151
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
170
|
+
def detected_face
|
|
171
|
+
Azure::CognitiveServices::Face::V1_0::Models::DetectedFace
|
|
152
172
|
end
|
|
153
|
-
def
|
|
154
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
173
|
+
def similar_face
|
|
174
|
+
Azure::CognitiveServices::Face::V1_0::Models::SimilarFace
|
|
155
175
|
end
|
|
156
|
-
def
|
|
157
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
176
|
+
def image_url
|
|
177
|
+
Azure::CognitiveServices::Face::V1_0::Models::ImageUrl
|
|
158
178
|
end
|
|
159
|
-
def
|
|
160
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
179
|
+
def group_result
|
|
180
|
+
Azure::CognitiveServices::Face::V1_0::Models::GroupResult
|
|
181
|
+
end
|
|
182
|
+
def operation_status
|
|
183
|
+
Azure::CognitiveServices::Face::V1_0::Models::OperationStatus
|
|
161
184
|
end
|
|
162
185
|
def coordinate
|
|
163
186
|
Azure::CognitiveServices::Face::V1_0::Models::Coordinate
|
|
164
187
|
end
|
|
188
|
+
def update_snapshot_request
|
|
189
|
+
Azure::CognitiveServices::Face::V1_0::Models::UpdateSnapshotRequest
|
|
190
|
+
end
|
|
165
191
|
def emotion
|
|
166
192
|
Azure::CognitiveServices::Face::V1_0::Models::Emotion
|
|
167
193
|
end
|
|
168
|
-
def
|
|
169
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
194
|
+
def take_snapshot_request
|
|
195
|
+
Azure::CognitiveServices::Face::V1_0::Models::TakeSnapshotRequest
|
|
170
196
|
end
|
|
171
|
-
def
|
|
172
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
197
|
+
def face_attributes
|
|
198
|
+
Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes
|
|
173
199
|
end
|
|
174
|
-
def
|
|
175
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
200
|
+
def update_face_request
|
|
201
|
+
Azure::CognitiveServices::Face::V1_0::Models::UpdateFaceRequest
|
|
176
202
|
end
|
|
177
|
-
def
|
|
178
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
203
|
+
def group_request
|
|
204
|
+
Azure::CognitiveServices::Face::V1_0::Models::GroupRequest
|
|
205
|
+
end
|
|
206
|
+
def training_status
|
|
207
|
+
Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus
|
|
208
|
+
end
|
|
209
|
+
def facial_hair
|
|
210
|
+
Azure::CognitiveServices::Face::V1_0::Models::FacialHair
|
|
179
211
|
end
|
|
180
212
|
def name_and_user_data_contract
|
|
181
213
|
Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract
|
|
182
214
|
end
|
|
183
|
-
def
|
|
184
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
215
|
+
def find_similar_request
|
|
216
|
+
Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest
|
|
185
217
|
end
|
|
186
|
-
def
|
|
187
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
218
|
+
def apierror
|
|
219
|
+
Azure::CognitiveServices::Face::V1_0::Models::APIError
|
|
188
220
|
end
|
|
189
|
-
def
|
|
190
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
221
|
+
def snapshot
|
|
222
|
+
Azure::CognitiveServices::Face::V1_0::Models::Snapshot
|
|
191
223
|
end
|
|
192
|
-
def
|
|
193
|
-
Azure::CognitiveServices::Face::V1_0::Models::
|
|
224
|
+
def exposure
|
|
225
|
+
Azure::CognitiveServices::Face::V1_0::Models::Exposure
|
|
226
|
+
end
|
|
227
|
+
def apply_snapshot_request
|
|
228
|
+
Azure::CognitiveServices::Face::V1_0::Models::ApplySnapshotRequest
|
|
229
|
+
end
|
|
230
|
+
def meta_data_contract
|
|
231
|
+
Azure::CognitiveServices::Face::V1_0::Models::MetaDataContract
|
|
194
232
|
end
|
|
195
233
|
def face_list
|
|
196
234
|
Azure::CognitiveServices::Face::V1_0::Models::FaceList
|
|
@@ -201,6 +239,15 @@ module Azure::Profiles::Latest
|
|
|
201
239
|
def person
|
|
202
240
|
Azure::CognitiveServices::Face::V1_0::Models::Person
|
|
203
241
|
end
|
|
242
|
+
def large_face_list
|
|
243
|
+
Azure::CognitiveServices::Face::V1_0::Models::LargeFaceList
|
|
244
|
+
end
|
|
245
|
+
def large_person_group
|
|
246
|
+
Azure::CognitiveServices::Face::V1_0::Models::LargePersonGroup
|
|
247
|
+
end
|
|
248
|
+
def recognition_model
|
|
249
|
+
Azure::CognitiveServices::Face::V1_0::Models::RecognitionModel
|
|
250
|
+
end
|
|
204
251
|
def gender
|
|
205
252
|
Azure::CognitiveServices::Face::V1_0::Models::Gender
|
|
206
253
|
end
|
|
@@ -228,6 +275,15 @@ module Azure::Profiles::Latest
|
|
|
228
275
|
def training_status_type
|
|
229
276
|
Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType
|
|
230
277
|
end
|
|
278
|
+
def snapshot_apply_mode
|
|
279
|
+
Azure::CognitiveServices::Face::V1_0::Models::SnapshotApplyMode
|
|
280
|
+
end
|
|
281
|
+
def snapshot_object_type
|
|
282
|
+
Azure::CognitiveServices::Face::V1_0::Models::SnapshotObjectType
|
|
283
|
+
end
|
|
284
|
+
def operation_status_type
|
|
285
|
+
Azure::CognitiveServices::Face::V1_0::Models::OperationStatusType
|
|
286
|
+
end
|
|
231
287
|
def face_attribute_type
|
|
232
288
|
Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType
|
|
233
289
|
end
|
|
@@ -0,0 +1,125 @@
|
|
|
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_resourcegraph'
|
|
6
|
+
|
|
7
|
+
module Azure::Profiles::Latest
|
|
8
|
+
module ResourceGraph
|
|
9
|
+
module Mgmt
|
|
10
|
+
Operations = Azure::ResourceGraph::Mgmt::V2019_04_01::Operations
|
|
11
|
+
|
|
12
|
+
module Models
|
|
13
|
+
QueryResponse = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::QueryResponse
|
|
14
|
+
QueryRequestOptions = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::QueryRequestOptions
|
|
15
|
+
FacetRequest = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetRequest
|
|
16
|
+
ErrorDetails = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::ErrorDetails
|
|
17
|
+
Column = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Column
|
|
18
|
+
OperationListResult = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::OperationListResult
|
|
19
|
+
Facet = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Facet
|
|
20
|
+
Error = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Error
|
|
21
|
+
QueryRequest = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::QueryRequest
|
|
22
|
+
ErrorResponse = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::ErrorResponse
|
|
23
|
+
FacetRequestOptions = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetRequestOptions
|
|
24
|
+
OperationDisplay = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::OperationDisplay
|
|
25
|
+
Table = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Table
|
|
26
|
+
Operation = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Operation
|
|
27
|
+
FacetResult = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetResult
|
|
28
|
+
FacetError = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetError
|
|
29
|
+
FacetSortOrder = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetSortOrder
|
|
30
|
+
ResultTruncated = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::ResultTruncated
|
|
31
|
+
ColumnDataType = Azure::ResourceGraph::Mgmt::V2019_04_01::Models::ColumnDataType
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
class ResourceGraphManagementClass
|
|
35
|
+
attr_reader :operations, :configurable, :base_url, :options, :model_classes
|
|
36
|
+
|
|
37
|
+
def initialize(configurable, base_url=nil, options=nil)
|
|
38
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
|
39
|
+
|
|
40
|
+
@client_0 = Azure::ResourceGraph::Mgmt::V2019_04_01::ResourceGraphClient.new(configurable.credentials, base_url, options)
|
|
41
|
+
if(@client_0.respond_to?(:subscription_id))
|
|
42
|
+
@client_0.subscription_id = configurable.subscription_id
|
|
43
|
+
end
|
|
44
|
+
add_telemetry(@client_0)
|
|
45
|
+
@operations = @client_0.operations
|
|
46
|
+
|
|
47
|
+
@model_classes = ModelClasses.new
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
def add_telemetry(client)
|
|
51
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/ResourceGraph/Mgmt"
|
|
52
|
+
client.add_user_agent_information(profile_information)
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
def method_missing(method, *args)
|
|
56
|
+
if @client_0.respond_to?method
|
|
57
|
+
@client_0.send(method, *args)
|
|
58
|
+
else
|
|
59
|
+
super
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
class ModelClasses
|
|
64
|
+
def query_response
|
|
65
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::QueryResponse
|
|
66
|
+
end
|
|
67
|
+
def query_request_options
|
|
68
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::QueryRequestOptions
|
|
69
|
+
end
|
|
70
|
+
def facet_request
|
|
71
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetRequest
|
|
72
|
+
end
|
|
73
|
+
def error_details
|
|
74
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::ErrorDetails
|
|
75
|
+
end
|
|
76
|
+
def column
|
|
77
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Column
|
|
78
|
+
end
|
|
79
|
+
def operation_list_result
|
|
80
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::OperationListResult
|
|
81
|
+
end
|
|
82
|
+
def facet
|
|
83
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Facet
|
|
84
|
+
end
|
|
85
|
+
def error
|
|
86
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Error
|
|
87
|
+
end
|
|
88
|
+
def query_request
|
|
89
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::QueryRequest
|
|
90
|
+
end
|
|
91
|
+
def error_response
|
|
92
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::ErrorResponse
|
|
93
|
+
end
|
|
94
|
+
def facet_request_options
|
|
95
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetRequestOptions
|
|
96
|
+
end
|
|
97
|
+
def operation_display
|
|
98
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::OperationDisplay
|
|
99
|
+
end
|
|
100
|
+
def table
|
|
101
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Table
|
|
102
|
+
end
|
|
103
|
+
def operation
|
|
104
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::Operation
|
|
105
|
+
end
|
|
106
|
+
def facet_result
|
|
107
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetResult
|
|
108
|
+
end
|
|
109
|
+
def facet_error
|
|
110
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetError
|
|
111
|
+
end
|
|
112
|
+
def facet_sort_order
|
|
113
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::FacetSortOrder
|
|
114
|
+
end
|
|
115
|
+
def result_truncated
|
|
116
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::ResultTruncated
|
|
117
|
+
end
|
|
118
|
+
def column_data_type
|
|
119
|
+
Azure::ResourceGraph::Mgmt::V2019_04_01::Models::ColumnDataType
|
|
120
|
+
end
|
|
121
|
+
end
|
|
122
|
+
end
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
end
|
|
@@ -0,0 +1,249 @@
|
|
|
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_storagesync'
|
|
6
|
+
|
|
7
|
+
module Azure::Profiles::Latest
|
|
8
|
+
module StorageSync
|
|
9
|
+
module Mgmt
|
|
10
|
+
Operations = Azure::StorageSync::Mgmt::V2019_02_01::Operations
|
|
11
|
+
StorageSyncServices = Azure::StorageSync::Mgmt::V2019_02_01::StorageSyncServices
|
|
12
|
+
SyncGroups = Azure::StorageSync::Mgmt::V2019_02_01::SyncGroups
|
|
13
|
+
CloudEndpoints = Azure::StorageSync::Mgmt::V2019_02_01::CloudEndpoints
|
|
14
|
+
ServerEndpoints = Azure::StorageSync::Mgmt::V2019_02_01::ServerEndpoints
|
|
15
|
+
RegisteredServers = Azure::StorageSync::Mgmt::V2019_02_01::RegisteredServers
|
|
16
|
+
Workflows = Azure::StorageSync::Mgmt::V2019_02_01::Workflows
|
|
17
|
+
|
|
18
|
+
module Models
|
|
19
|
+
ResourcesMoveInfo = Azure::StorageSync::Mgmt::V2019_02_01::Models::ResourcesMoveInfo
|
|
20
|
+
StorageSyncErrorDetails = Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncErrorDetails
|
|
21
|
+
StorageSyncError = Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncError
|
|
22
|
+
OperationDisplayInfo = Azure::StorageSync::Mgmt::V2019_02_01::Models::OperationDisplayInfo
|
|
23
|
+
ServerEndpointSyncStatus = Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpointSyncStatus
|
|
24
|
+
SyncGroupArray = Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncGroupArray
|
|
25
|
+
StorageSyncServiceUpdateParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncServiceUpdateParameters
|
|
26
|
+
StorageSyncServiceArray = Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncServiceArray
|
|
27
|
+
StorageSyncServiceCreateParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncServiceCreateParameters
|
|
28
|
+
StorageSyncApiError = Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncApiError
|
|
29
|
+
RegisteredServerArray = Azure::StorageSync::Mgmt::V2019_02_01::Models::RegisteredServerArray
|
|
30
|
+
SubscriptionState = Azure::StorageSync::Mgmt::V2019_02_01::Models::SubscriptionState
|
|
31
|
+
TriggerRolloverRequest = Azure::StorageSync::Mgmt::V2019_02_01::Models::TriggerRolloverRequest
|
|
32
|
+
PostBackupResponse = Azure::StorageSync::Mgmt::V2019_02_01::Models::PostBackupResponse
|
|
33
|
+
ServerEndpointUpdateParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpointUpdateParameters
|
|
34
|
+
OperationEntity = Azure::StorageSync::Mgmt::V2019_02_01::Models::OperationEntity
|
|
35
|
+
SyncSessionStatus = Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncSessionStatus
|
|
36
|
+
OperationEntityListResult = Azure::StorageSync::Mgmt::V2019_02_01::Models::OperationEntityListResult
|
|
37
|
+
Resource = Azure::StorageSync::Mgmt::V2019_02_01::Models::Resource
|
|
38
|
+
OperationDisplayResource = Azure::StorageSync::Mgmt::V2019_02_01::Models::OperationDisplayResource
|
|
39
|
+
WorkflowArray = Azure::StorageSync::Mgmt::V2019_02_01::Models::WorkflowArray
|
|
40
|
+
CheckNameAvailabilityParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::CheckNameAvailabilityParameters
|
|
41
|
+
CloudEndpointArray = Azure::StorageSync::Mgmt::V2019_02_01::Models::CloudEndpointArray
|
|
42
|
+
CheckNameAvailabilityResult = Azure::StorageSync::Mgmt::V2019_02_01::Models::CheckNameAvailabilityResult
|
|
43
|
+
SyncActivityStatus = Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncActivityStatus
|
|
44
|
+
RestoreFileSpec = Azure::StorageSync::Mgmt::V2019_02_01::Models::RestoreFileSpec
|
|
45
|
+
ServerEndpointArray = Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpointArray
|
|
46
|
+
PostRestoreRequest = Azure::StorageSync::Mgmt::V2019_02_01::Models::PostRestoreRequest
|
|
47
|
+
RecallActionParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::RecallActionParameters
|
|
48
|
+
PreRestoreRequest = Azure::StorageSync::Mgmt::V2019_02_01::Models::PreRestoreRequest
|
|
49
|
+
FilesNotSyncingError = Azure::StorageSync::Mgmt::V2019_02_01::Models::FilesNotSyncingError
|
|
50
|
+
BackupRequest = Azure::StorageSync::Mgmt::V2019_02_01::Models::BackupRequest
|
|
51
|
+
StorageSyncService = Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncService
|
|
52
|
+
ProxyResource = Azure::StorageSync::Mgmt::V2019_02_01::Models::ProxyResource
|
|
53
|
+
SyncGroup = Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncGroup
|
|
54
|
+
CloudEndpoint = Azure::StorageSync::Mgmt::V2019_02_01::Models::CloudEndpoint
|
|
55
|
+
SyncGroupCreateParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncGroupCreateParameters
|
|
56
|
+
CloudEndpointCreateParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::CloudEndpointCreateParameters
|
|
57
|
+
ServerEndpointCreateParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpointCreateParameters
|
|
58
|
+
RegisteredServerCreateParameters = Azure::StorageSync::Mgmt::V2019_02_01::Models::RegisteredServerCreateParameters
|
|
59
|
+
ServerEndpoint = Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpoint
|
|
60
|
+
RegisteredServer = Azure::StorageSync::Mgmt::V2019_02_01::Models::RegisteredServer
|
|
61
|
+
Workflow = Azure::StorageSync::Mgmt::V2019_02_01::Models::Workflow
|
|
62
|
+
TrackedResource = Azure::StorageSync::Mgmt::V2019_02_01::Models::TrackedResource
|
|
63
|
+
AzureEntityResource = Azure::StorageSync::Mgmt::V2019_02_01::Models::AzureEntityResource
|
|
64
|
+
Reason = Azure::StorageSync::Mgmt::V2019_02_01::Models::Reason
|
|
65
|
+
NameAvailabilityReason = Azure::StorageSync::Mgmt::V2019_02_01::Models::NameAvailabilityReason
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
class StorageSyncManagementClass
|
|
69
|
+
attr_reader :operations, :storage_sync_services, :sync_groups, :cloud_endpoints, :server_endpoints, :registered_servers, :workflows, :configurable, :base_url, :options, :model_classes
|
|
70
|
+
|
|
71
|
+
def initialize(configurable, base_url=nil, options=nil)
|
|
72
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
|
73
|
+
|
|
74
|
+
@client_0 = Azure::StorageSync::Mgmt::V2019_02_01::StorageSyncManagementClient.new(configurable.credentials, base_url, options)
|
|
75
|
+
if(@client_0.respond_to?(:subscription_id))
|
|
76
|
+
@client_0.subscription_id = configurable.subscription_id
|
|
77
|
+
end
|
|
78
|
+
add_telemetry(@client_0)
|
|
79
|
+
@operations = @client_0.operations
|
|
80
|
+
@storage_sync_services = @client_0.storage_sync_services
|
|
81
|
+
@sync_groups = @client_0.sync_groups
|
|
82
|
+
@cloud_endpoints = @client_0.cloud_endpoints
|
|
83
|
+
@server_endpoints = @client_0.server_endpoints
|
|
84
|
+
@registered_servers = @client_0.registered_servers
|
|
85
|
+
@workflows = @client_0.workflows
|
|
86
|
+
|
|
87
|
+
@model_classes = ModelClasses.new
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
def add_telemetry(client)
|
|
91
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/StorageSync/Mgmt"
|
|
92
|
+
client.add_user_agent_information(profile_information)
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
def method_missing(method, *args)
|
|
96
|
+
if @client_0.respond_to?method
|
|
97
|
+
@client_0.send(method, *args)
|
|
98
|
+
else
|
|
99
|
+
super
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class ModelClasses
|
|
104
|
+
def resources_move_info
|
|
105
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::ResourcesMoveInfo
|
|
106
|
+
end
|
|
107
|
+
def storage_sync_error_details
|
|
108
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncErrorDetails
|
|
109
|
+
end
|
|
110
|
+
def storage_sync_error
|
|
111
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncError
|
|
112
|
+
end
|
|
113
|
+
def operation_display_info
|
|
114
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::OperationDisplayInfo
|
|
115
|
+
end
|
|
116
|
+
def server_endpoint_sync_status
|
|
117
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpointSyncStatus
|
|
118
|
+
end
|
|
119
|
+
def sync_group_array
|
|
120
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncGroupArray
|
|
121
|
+
end
|
|
122
|
+
def storage_sync_service_update_parameters
|
|
123
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncServiceUpdateParameters
|
|
124
|
+
end
|
|
125
|
+
def storage_sync_service_array
|
|
126
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncServiceArray
|
|
127
|
+
end
|
|
128
|
+
def storage_sync_service_create_parameters
|
|
129
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncServiceCreateParameters
|
|
130
|
+
end
|
|
131
|
+
def storage_sync_api_error
|
|
132
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncApiError
|
|
133
|
+
end
|
|
134
|
+
def registered_server_array
|
|
135
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::RegisteredServerArray
|
|
136
|
+
end
|
|
137
|
+
def subscription_state
|
|
138
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::SubscriptionState
|
|
139
|
+
end
|
|
140
|
+
def trigger_rollover_request
|
|
141
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::TriggerRolloverRequest
|
|
142
|
+
end
|
|
143
|
+
def post_backup_response
|
|
144
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::PostBackupResponse
|
|
145
|
+
end
|
|
146
|
+
def server_endpoint_update_parameters
|
|
147
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpointUpdateParameters
|
|
148
|
+
end
|
|
149
|
+
def operation_entity
|
|
150
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::OperationEntity
|
|
151
|
+
end
|
|
152
|
+
def sync_session_status
|
|
153
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncSessionStatus
|
|
154
|
+
end
|
|
155
|
+
def operation_entity_list_result
|
|
156
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::OperationEntityListResult
|
|
157
|
+
end
|
|
158
|
+
def resource
|
|
159
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::Resource
|
|
160
|
+
end
|
|
161
|
+
def operation_display_resource
|
|
162
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::OperationDisplayResource
|
|
163
|
+
end
|
|
164
|
+
def workflow_array
|
|
165
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::WorkflowArray
|
|
166
|
+
end
|
|
167
|
+
def check_name_availability_parameters
|
|
168
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::CheckNameAvailabilityParameters
|
|
169
|
+
end
|
|
170
|
+
def cloud_endpoint_array
|
|
171
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::CloudEndpointArray
|
|
172
|
+
end
|
|
173
|
+
def check_name_availability_result
|
|
174
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::CheckNameAvailabilityResult
|
|
175
|
+
end
|
|
176
|
+
def sync_activity_status
|
|
177
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncActivityStatus
|
|
178
|
+
end
|
|
179
|
+
def restore_file_spec
|
|
180
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::RestoreFileSpec
|
|
181
|
+
end
|
|
182
|
+
def server_endpoint_array
|
|
183
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpointArray
|
|
184
|
+
end
|
|
185
|
+
def post_restore_request
|
|
186
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::PostRestoreRequest
|
|
187
|
+
end
|
|
188
|
+
def recall_action_parameters
|
|
189
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::RecallActionParameters
|
|
190
|
+
end
|
|
191
|
+
def pre_restore_request
|
|
192
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::PreRestoreRequest
|
|
193
|
+
end
|
|
194
|
+
def files_not_syncing_error
|
|
195
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::FilesNotSyncingError
|
|
196
|
+
end
|
|
197
|
+
def backup_request
|
|
198
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::BackupRequest
|
|
199
|
+
end
|
|
200
|
+
def storage_sync_service
|
|
201
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::StorageSyncService
|
|
202
|
+
end
|
|
203
|
+
def proxy_resource
|
|
204
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::ProxyResource
|
|
205
|
+
end
|
|
206
|
+
def sync_group
|
|
207
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncGroup
|
|
208
|
+
end
|
|
209
|
+
def cloud_endpoint
|
|
210
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::CloudEndpoint
|
|
211
|
+
end
|
|
212
|
+
def sync_group_create_parameters
|
|
213
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::SyncGroupCreateParameters
|
|
214
|
+
end
|
|
215
|
+
def cloud_endpoint_create_parameters
|
|
216
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::CloudEndpointCreateParameters
|
|
217
|
+
end
|
|
218
|
+
def server_endpoint_create_parameters
|
|
219
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpointCreateParameters
|
|
220
|
+
end
|
|
221
|
+
def registered_server_create_parameters
|
|
222
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::RegisteredServerCreateParameters
|
|
223
|
+
end
|
|
224
|
+
def server_endpoint
|
|
225
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::ServerEndpoint
|
|
226
|
+
end
|
|
227
|
+
def registered_server
|
|
228
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::RegisteredServer
|
|
229
|
+
end
|
|
230
|
+
def workflow
|
|
231
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::Workflow
|
|
232
|
+
end
|
|
233
|
+
def tracked_resource
|
|
234
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::TrackedResource
|
|
235
|
+
end
|
|
236
|
+
def azure_entity_resource
|
|
237
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::AzureEntityResource
|
|
238
|
+
end
|
|
239
|
+
def reason
|
|
240
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::Reason
|
|
241
|
+
end
|
|
242
|
+
def name_availability_reason
|
|
243
|
+
Azure::StorageSync::Mgmt::V2019_02_01::Models::NameAvailabilityReason
|
|
244
|
+
end
|
|
245
|
+
end
|
|
246
|
+
end
|
|
247
|
+
end
|
|
248
|
+
end
|
|
249
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
@@ -996,14 +996,14 @@ dependencies:
|
|
|
996
996
|
requirements:
|
|
997
997
|
- - "~>"
|
|
998
998
|
- !ruby/object:Gem::Version
|
|
999
|
-
version: 0.
|
|
999
|
+
version: 0.18.0
|
|
1000
1000
|
type: :runtime
|
|
1001
1001
|
prerelease: false
|
|
1002
1002
|
version_requirements: !ruby/object:Gem::Requirement
|
|
1003
1003
|
requirements:
|
|
1004
1004
|
- - "~>"
|
|
1005
1005
|
- !ruby/object:Gem::Version
|
|
1006
|
-
version: 0.
|
|
1006
|
+
version: 0.18.0
|
|
1007
1007
|
- !ruby/object:Gem::Dependency
|
|
1008
1008
|
name: azure_cognitiveservices_imagesearch
|
|
1009
1009
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1215,6 +1215,7 @@ files:
|
|
|
1215
1215
|
- lib/latest/modules/recoveryservicessiterecovery_profile_module.rb
|
|
1216
1216
|
- lib/latest/modules/redis_profile_module.rb
|
|
1217
1217
|
- lib/latest/modules/relay_profile_module.rb
|
|
1218
|
+
- lib/latest/modules/resourcegraph_profile_module.rb
|
|
1218
1219
|
- lib/latest/modules/resources_profile_module.rb
|
|
1219
1220
|
- lib/latest/modules/resourcesmanagement_profile_module.rb
|
|
1220
1221
|
- lib/latest/modules/scheduler_profile_module.rb
|
|
@@ -1227,6 +1228,7 @@ files:
|
|
|
1227
1228
|
- lib/latest/modules/sql_profile_module.rb
|
|
1228
1229
|
- lib/latest/modules/sqlvirtualmachine_profile_module.rb
|
|
1229
1230
|
- lib/latest/modules/storage_profile_module.rb
|
|
1231
|
+
- lib/latest/modules/storagesync_profile_module.rb
|
|
1230
1232
|
- lib/latest/modules/storsimple8000series_profile_module.rb
|
|
1231
1233
|
- lib/latest/modules/streamanalytics_profile_module.rb
|
|
1232
1234
|
- lib/latest/modules/subscriptions_profile_module.rb
|
|
@@ -1271,7 +1273,7 @@ metadata:
|
|
|
1271
1273
|
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
|
1272
1274
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
|
1273
1275
|
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
|
1274
|
-
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.
|
|
1276
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.25.0
|
|
1275
1277
|
wiki_uri: https://github.com/Azure/azure-sdk-for-ruby/wiki
|
|
1276
1278
|
post_install_message:
|
|
1277
1279
|
rdoc_options: []
|