azure_mgmt_search 0.7.0 → 0.8.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/generated/azure_mgmt_search.rb +10 -9
- data/lib/generated/azure_mgmt_search/admin_keys.rb +162 -24
- data/lib/generated/azure_mgmt_search/models/admin_key_kind.rb +16 -0
- data/lib/generated/azure_mgmt_search/models/admin_key_result.rb +5 -5
- data/lib/generated/azure_mgmt_search/models/check_name_availability_input.rb +61 -0
- data/lib/generated/azure_mgmt_search/models/check_name_availability_output.rb +74 -0
- data/lib/generated/azure_mgmt_search/models/hosting_mode.rb +16 -0
- data/lib/generated/azure_mgmt_search/models/provisioning_state.rb +1 -1
- data/lib/generated/azure_mgmt_search/models/query_key.rb +1 -1
- data/lib/generated/azure_mgmt_search/models/search_management_request_options.rb +44 -0
- data/lib/generated/azure_mgmt_search/models/search_service.rb +205 -0
- data/lib/generated/azure_mgmt_search/models/search_service_status.rb +1 -1
- data/lib/generated/azure_mgmt_search/models/sku.rb +11 -4
- data/lib/generated/azure_mgmt_search/models/{sku_type.rb → sku_name.rb} +5 -3
- data/lib/generated/azure_mgmt_search/models/unavailable_name_reason.rb +16 -0
- data/lib/generated/azure_mgmt_search/module_definition.rb +1 -1
- data/lib/generated/azure_mgmt_search/query_keys.rb +266 -21
- data/lib/generated/azure_mgmt_search/search_management_client.rb +20 -6
- data/lib/generated/azure_mgmt_search/services.rb +371 -74
- data/lib/generated/azure_mgmt_search/version.rb +2 -2
- metadata +12 -11
- data/lib/generated/azure_mgmt_search/models/list_query_keys_result.rb +0 -53
- data/lib/generated/azure_mgmt_search/models/search_service_create_or_update_parameters.rb +0 -73
- data/lib/generated/azure_mgmt_search/models/search_service_list_result.rb +0 -55
- data/lib/generated/azure_mgmt_search/models/search_service_properties.rb +0 -68
- data/lib/generated/azure_mgmt_search/models/search_service_readable_properties.rb +0 -107
- data/lib/generated/azure_mgmt_search/models/search_service_resource.rb +0 -96
@@ -1,8 +1,8 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
6
|
module Azure::ARM::Search
|
7
|
-
VERSION = '0.
|
7
|
+
VERSION = '0.8.0'
|
8
8
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.6.
|
75
|
+
version: 0.6.2
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.6.
|
82
|
+
version: 0.6.2
|
83
83
|
description: Microsoft Azure Search Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -90,18 +90,19 @@ files:
|
|
90
90
|
- lib/azure_mgmt_search.rb
|
91
91
|
- lib/generated/azure_mgmt_search.rb
|
92
92
|
- lib/generated/azure_mgmt_search/admin_keys.rb
|
93
|
+
- lib/generated/azure_mgmt_search/models/admin_key_kind.rb
|
93
94
|
- lib/generated/azure_mgmt_search/models/admin_key_result.rb
|
94
|
-
- lib/generated/azure_mgmt_search/models/
|
95
|
+
- lib/generated/azure_mgmt_search/models/check_name_availability_input.rb
|
96
|
+
- lib/generated/azure_mgmt_search/models/check_name_availability_output.rb
|
97
|
+
- lib/generated/azure_mgmt_search/models/hosting_mode.rb
|
95
98
|
- lib/generated/azure_mgmt_search/models/provisioning_state.rb
|
96
99
|
- lib/generated/azure_mgmt_search/models/query_key.rb
|
97
|
-
- lib/generated/azure_mgmt_search/models/
|
98
|
-
- lib/generated/azure_mgmt_search/models/
|
99
|
-
- lib/generated/azure_mgmt_search/models/search_service_properties.rb
|
100
|
-
- lib/generated/azure_mgmt_search/models/search_service_readable_properties.rb
|
101
|
-
- lib/generated/azure_mgmt_search/models/search_service_resource.rb
|
100
|
+
- lib/generated/azure_mgmt_search/models/search_management_request_options.rb
|
101
|
+
- lib/generated/azure_mgmt_search/models/search_service.rb
|
102
102
|
- lib/generated/azure_mgmt_search/models/search_service_status.rb
|
103
103
|
- lib/generated/azure_mgmt_search/models/sku.rb
|
104
|
-
- lib/generated/azure_mgmt_search/models/
|
104
|
+
- lib/generated/azure_mgmt_search/models/sku_name.rb
|
105
|
+
- lib/generated/azure_mgmt_search/models/unavailable_name_reason.rb
|
105
106
|
- lib/generated/azure_mgmt_search/module_definition.rb
|
106
107
|
- lib/generated/azure_mgmt_search/query_keys.rb
|
107
108
|
- lib/generated/azure_mgmt_search/search_management_client.rb
|
@@ -1,53 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Search
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Response containing the query API keys for a given Azure Search service.
|
10
|
-
#
|
11
|
-
class ListQueryKeysResult
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [Array<QueryKey>] The query keys for the Azure Search service.
|
16
|
-
attr_accessor :value
|
17
|
-
|
18
|
-
|
19
|
-
#
|
20
|
-
# Mapper for ListQueryKeysResult class as Ruby Hash.
|
21
|
-
# This will be used for serialization/deserialization.
|
22
|
-
#
|
23
|
-
def self.mapper()
|
24
|
-
{
|
25
|
-
required: false,
|
26
|
-
serialized_name: 'ListQueryKeysResult',
|
27
|
-
type: {
|
28
|
-
name: 'Composite',
|
29
|
-
class_name: 'ListQueryKeysResult',
|
30
|
-
model_properties: {
|
31
|
-
value: {
|
32
|
-
required: false,
|
33
|
-
read_only: true,
|
34
|
-
serialized_name: 'value',
|
35
|
-
type: {
|
36
|
-
name: 'Sequence',
|
37
|
-
element: {
|
38
|
-
required: false,
|
39
|
-
serialized_name: 'QueryKeyElementType',
|
40
|
-
type: {
|
41
|
-
name: 'Composite',
|
42
|
-
class_name: 'QueryKey'
|
43
|
-
}
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
47
|
-
}
|
48
|
-
}
|
49
|
-
}
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
@@ -1,73 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Search
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Properties that describe an Azure Search service.
|
10
|
-
#
|
11
|
-
class SearchServiceCreateOrUpdateParameters
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [String] The geographic location of the Search service.
|
16
|
-
attr_accessor :location
|
17
|
-
|
18
|
-
# @return [Hash{String => String}] Tags to help categorize the Search
|
19
|
-
# service in the Azure Portal.
|
20
|
-
attr_accessor :tags
|
21
|
-
|
22
|
-
# @return [SearchServiceProperties] Properties of the Search service.
|
23
|
-
attr_accessor :properties
|
24
|
-
|
25
|
-
|
26
|
-
#
|
27
|
-
# Mapper for SearchServiceCreateOrUpdateParameters class as Ruby Hash.
|
28
|
-
# This will be used for serialization/deserialization.
|
29
|
-
#
|
30
|
-
def self.mapper()
|
31
|
-
{
|
32
|
-
required: false,
|
33
|
-
serialized_name: 'SearchServiceCreateOrUpdateParameters',
|
34
|
-
type: {
|
35
|
-
name: 'Composite',
|
36
|
-
class_name: 'SearchServiceCreateOrUpdateParameters',
|
37
|
-
model_properties: {
|
38
|
-
location: {
|
39
|
-
required: false,
|
40
|
-
serialized_name: 'location',
|
41
|
-
type: {
|
42
|
-
name: 'String'
|
43
|
-
}
|
44
|
-
},
|
45
|
-
tags: {
|
46
|
-
required: false,
|
47
|
-
serialized_name: 'tags',
|
48
|
-
type: {
|
49
|
-
name: 'Dictionary',
|
50
|
-
value: {
|
51
|
-
required: false,
|
52
|
-
serialized_name: 'StringElementType',
|
53
|
-
type: {
|
54
|
-
name: 'String'
|
55
|
-
}
|
56
|
-
}
|
57
|
-
}
|
58
|
-
},
|
59
|
-
properties: {
|
60
|
-
required: false,
|
61
|
-
serialized_name: 'properties',
|
62
|
-
type: {
|
63
|
-
name: 'Composite',
|
64
|
-
class_name: 'SearchServiceProperties'
|
65
|
-
}
|
66
|
-
}
|
67
|
-
}
|
68
|
-
}
|
69
|
-
}
|
70
|
-
end
|
71
|
-
end
|
72
|
-
end
|
73
|
-
end
|
@@ -1,55 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Search
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Response containing a list of Azure Search services for a given resource
|
10
|
-
# group.
|
11
|
-
#
|
12
|
-
class SearchServiceListResult
|
13
|
-
|
14
|
-
include MsRestAzure
|
15
|
-
|
16
|
-
# @return [Array<SearchServiceResource>] The Search services in the
|
17
|
-
# resource group.
|
18
|
-
attr_accessor :value
|
19
|
-
|
20
|
-
|
21
|
-
#
|
22
|
-
# Mapper for SearchServiceListResult class as Ruby Hash.
|
23
|
-
# This will be used for serialization/deserialization.
|
24
|
-
#
|
25
|
-
def self.mapper()
|
26
|
-
{
|
27
|
-
required: false,
|
28
|
-
serialized_name: 'SearchServiceListResult',
|
29
|
-
type: {
|
30
|
-
name: 'Composite',
|
31
|
-
class_name: 'SearchServiceListResult',
|
32
|
-
model_properties: {
|
33
|
-
value: {
|
34
|
-
required: false,
|
35
|
-
read_only: true,
|
36
|
-
serialized_name: 'value',
|
37
|
-
type: {
|
38
|
-
name: 'Sequence',
|
39
|
-
element: {
|
40
|
-
required: false,
|
41
|
-
serialized_name: 'SearchServiceResourceElementType',
|
42
|
-
type: {
|
43
|
-
name: 'Composite',
|
44
|
-
class_name: 'SearchServiceResource'
|
45
|
-
}
|
46
|
-
}
|
47
|
-
}
|
48
|
-
}
|
49
|
-
}
|
50
|
-
}
|
51
|
-
}
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
@@ -1,68 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Search
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Defines properties of an Azure Search service that can be modified.
|
10
|
-
#
|
11
|
-
class SearchServiceProperties
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [Sku] The SKU of the Search Service, which determines price
|
16
|
-
# tier and capacity limits.
|
17
|
-
attr_accessor :sku
|
18
|
-
|
19
|
-
# @return [Integer] The number of replicas in the Search service. If
|
20
|
-
# specified, it must be a value between 1 and 6 inclusive.
|
21
|
-
attr_accessor :replica_count
|
22
|
-
|
23
|
-
# @return [Integer] The number of partitions in the Search service; if
|
24
|
-
# specified, it can be 1, 2, 3, 4, 6, or 12.
|
25
|
-
attr_accessor :partition_count
|
26
|
-
|
27
|
-
|
28
|
-
#
|
29
|
-
# Mapper for SearchServiceProperties class as Ruby Hash.
|
30
|
-
# This will be used for serialization/deserialization.
|
31
|
-
#
|
32
|
-
def self.mapper()
|
33
|
-
{
|
34
|
-
required: false,
|
35
|
-
serialized_name: 'SearchServiceProperties',
|
36
|
-
type: {
|
37
|
-
name: 'Composite',
|
38
|
-
class_name: 'SearchServiceProperties',
|
39
|
-
model_properties: {
|
40
|
-
sku: {
|
41
|
-
required: false,
|
42
|
-
serialized_name: 'sku',
|
43
|
-
type: {
|
44
|
-
name: 'Composite',
|
45
|
-
class_name: 'Sku'
|
46
|
-
}
|
47
|
-
},
|
48
|
-
replica_count: {
|
49
|
-
required: false,
|
50
|
-
serialized_name: 'replicaCount',
|
51
|
-
type: {
|
52
|
-
name: 'Number'
|
53
|
-
}
|
54
|
-
},
|
55
|
-
partition_count: {
|
56
|
-
required: false,
|
57
|
-
serialized_name: 'partitionCount',
|
58
|
-
type: {
|
59
|
-
name: 'Number'
|
60
|
-
}
|
61
|
-
}
|
62
|
-
}
|
63
|
-
}
|
64
|
-
}
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
@@ -1,107 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Search
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Defines all the properties of an Azure Search service.
|
10
|
-
#
|
11
|
-
class SearchServiceReadableProperties
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [SearchServiceStatus] The status of the Search service.
|
16
|
-
# Possible values include: 'running', 'provisioning', 'deleting',
|
17
|
-
# 'degraded', 'disabled', 'error'
|
18
|
-
attr_accessor :status
|
19
|
-
|
20
|
-
# @return [String] The details of the Search service status.
|
21
|
-
attr_accessor :status_details
|
22
|
-
|
23
|
-
# @return [ProvisioningState] The state of the last provisioning
|
24
|
-
# operation performed on the Search service. Possible values include:
|
25
|
-
# 'succeeded', 'provisioning', 'failed'
|
26
|
-
attr_accessor :provisioning_state
|
27
|
-
|
28
|
-
# @return [Sku] The SKU of the Search Service, which determines price
|
29
|
-
# tier and capacity limits.
|
30
|
-
attr_accessor :sku
|
31
|
-
|
32
|
-
# @return [Integer] The number of replicas in the Search service. If
|
33
|
-
# specified, it must be a value between 1 and 6 inclusive.
|
34
|
-
attr_accessor :replica_count
|
35
|
-
|
36
|
-
# @return [Integer] The number of partitions in the Search service; if
|
37
|
-
# specified, it can be 1, 2, 3, 4, 6, or 12.
|
38
|
-
attr_accessor :partition_count
|
39
|
-
|
40
|
-
|
41
|
-
#
|
42
|
-
# Mapper for SearchServiceReadableProperties class as Ruby Hash.
|
43
|
-
# This will be used for serialization/deserialization.
|
44
|
-
#
|
45
|
-
def self.mapper()
|
46
|
-
{
|
47
|
-
required: false,
|
48
|
-
serialized_name: 'SearchServiceReadableProperties',
|
49
|
-
type: {
|
50
|
-
name: 'Composite',
|
51
|
-
class_name: 'SearchServiceReadableProperties',
|
52
|
-
model_properties: {
|
53
|
-
status: {
|
54
|
-
required: false,
|
55
|
-
read_only: true,
|
56
|
-
serialized_name: 'status',
|
57
|
-
type: {
|
58
|
-
name: 'Enum',
|
59
|
-
module: 'SearchServiceStatus'
|
60
|
-
}
|
61
|
-
},
|
62
|
-
status_details: {
|
63
|
-
required: false,
|
64
|
-
read_only: true,
|
65
|
-
serialized_name: 'statusDetails',
|
66
|
-
type: {
|
67
|
-
name: 'String'
|
68
|
-
}
|
69
|
-
},
|
70
|
-
provisioning_state: {
|
71
|
-
required: false,
|
72
|
-
read_only: true,
|
73
|
-
serialized_name: 'provisioningState',
|
74
|
-
type: {
|
75
|
-
name: 'Enum',
|
76
|
-
module: 'ProvisioningState'
|
77
|
-
}
|
78
|
-
},
|
79
|
-
sku: {
|
80
|
-
required: false,
|
81
|
-
serialized_name: 'sku',
|
82
|
-
type: {
|
83
|
-
name: 'Composite',
|
84
|
-
class_name: 'Sku'
|
85
|
-
}
|
86
|
-
},
|
87
|
-
replica_count: {
|
88
|
-
required: false,
|
89
|
-
serialized_name: 'replicaCount',
|
90
|
-
type: {
|
91
|
-
name: 'Number'
|
92
|
-
}
|
93
|
-
},
|
94
|
-
partition_count: {
|
95
|
-
required: false,
|
96
|
-
serialized_name: 'partitionCount',
|
97
|
-
type: {
|
98
|
-
name: 'Number'
|
99
|
-
}
|
100
|
-
}
|
101
|
-
}
|
102
|
-
}
|
103
|
-
}
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end
|
107
|
-
end
|
@@ -1,96 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Search
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Describes an Azure Search service and its current state.
|
10
|
-
#
|
11
|
-
class SearchServiceResource
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [String] The resource Id of the Azure Search service.
|
16
|
-
attr_accessor :id
|
17
|
-
|
18
|
-
# @return [String] The name of the Search service.
|
19
|
-
attr_accessor :name
|
20
|
-
|
21
|
-
# @return [String] The geographic location of the Search service.
|
22
|
-
attr_accessor :location
|
23
|
-
|
24
|
-
# @return [Hash{String => String}] Tags to help categorize the Search
|
25
|
-
# service in the Azure Portal.
|
26
|
-
attr_accessor :tags
|
27
|
-
|
28
|
-
# @return [SearchServiceReadableProperties] Properties of the Search
|
29
|
-
# service.
|
30
|
-
attr_accessor :properties
|
31
|
-
|
32
|
-
|
33
|
-
#
|
34
|
-
# Mapper for SearchServiceResource class as Ruby Hash.
|
35
|
-
# This will be used for serialization/deserialization.
|
36
|
-
#
|
37
|
-
def self.mapper()
|
38
|
-
{
|
39
|
-
required: false,
|
40
|
-
serialized_name: 'SearchServiceResource',
|
41
|
-
type: {
|
42
|
-
name: 'Composite',
|
43
|
-
class_name: 'SearchServiceResource',
|
44
|
-
model_properties: {
|
45
|
-
id: {
|
46
|
-
required: false,
|
47
|
-
read_only: true,
|
48
|
-
serialized_name: 'id',
|
49
|
-
type: {
|
50
|
-
name: 'String'
|
51
|
-
}
|
52
|
-
},
|
53
|
-
name: {
|
54
|
-
required: false,
|
55
|
-
serialized_name: 'name',
|
56
|
-
type: {
|
57
|
-
name: 'String'
|
58
|
-
}
|
59
|
-
},
|
60
|
-
location: {
|
61
|
-
required: false,
|
62
|
-
serialized_name: 'location',
|
63
|
-
type: {
|
64
|
-
name: 'String'
|
65
|
-
}
|
66
|
-
},
|
67
|
-
tags: {
|
68
|
-
required: false,
|
69
|
-
serialized_name: 'tags',
|
70
|
-
type: {
|
71
|
-
name: 'Dictionary',
|
72
|
-
value: {
|
73
|
-
required: false,
|
74
|
-
serialized_name: 'StringElementType',
|
75
|
-
type: {
|
76
|
-
name: 'String'
|
77
|
-
}
|
78
|
-
}
|
79
|
-
}
|
80
|
-
},
|
81
|
-
properties: {
|
82
|
-
required: false,
|
83
|
-
read_only: true,
|
84
|
-
serialized_name: 'properties',
|
85
|
-
type: {
|
86
|
-
name: 'Composite',
|
87
|
-
class_name: 'SearchServiceReadableProperties'
|
88
|
-
}
|
89
|
-
}
|
90
|
-
}
|
91
|
-
}
|
92
|
-
}
|
93
|
-
end
|
94
|
-
end
|
95
|
-
end
|
96
|
-
end
|