azure_mgmt_cosmosdb 0.19.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/cosmos_db.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/cosmos_db.rb +2 -2
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/armproxy_resource.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/azure_entity_resource.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/error_response.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/private_endpoint_connection.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/private_endpoint_connection_list_result.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/private_endpoint_property.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/private_link_resource.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/private_link_resource_list_result.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/private_link_service_connection_state_property.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/proxy_resource.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/resource.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/tracked_resource.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/module_definition.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/private_endpoint_connections.rb +6 -6
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/private_link_resources.rb +3 -3
- data/lib/2019-08-01/generated/azure_mgmt_cosmosdb/cosmos_db.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5aeafa57b98a8ae46c1ac2941717604732cf67e
|
4
|
+
data.tar.gz: 5ad8189d292ed3dd4ddac3be67f8465d3568bf50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddd8eaa5865084ee4ee2ca595f027ed08abfb23a78ccb61e34033a97f8280024219c800c32bbea97014f2c7a5766b2c47134ca44becf630357f3773d2a2bbd78
|
7
|
+
data.tar.gz: '088a976903c3d054fffdffcf08b6d851e56a7cf18321f4f96eaa4b5dcb2dd1c4d5d5064f8fd397ad8992f5b0f9ad986e5b2c98a5be0f1102560f0ff04179d3a3'
|
@@ -173,7 +173,7 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
173
173
|
#
|
174
174
|
def add_telemetry
|
175
175
|
sdk_information = 'azure_mgmt_cosmosdb'
|
176
|
-
sdk_information = "#{sdk_information}/0.
|
176
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
177
177
|
add_user_agent_information(sdk_information)
|
178
178
|
end
|
179
179
|
end
|
@@ -19,7 +19,7 @@ require 'ms_rest'
|
|
19
19
|
require '2019-08-01-preview/generated/azure_mgmt_cosmosdb/module_definition'
|
20
20
|
require 'ms_rest_azure'
|
21
21
|
|
22
|
-
module Azure::Cosmosdb::Mgmt::
|
22
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
23
23
|
autoload :PrivateLinkResources, '2019-08-01-preview/generated/azure_mgmt_cosmosdb/private_link_resources.rb'
|
24
24
|
autoload :PrivateEndpointConnections, '2019-08-01-preview/generated/azure_mgmt_cosmosdb/private_endpoint_connections.rb'
|
25
25
|
autoload :CosmosDB, '2019-08-01-preview/generated/azure_mgmt_cosmosdb/cosmos_db.rb'
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
#
|
8
8
|
# A service client - single point of access to the REST API.
|
9
9
|
#
|
@@ -135,7 +135,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview_only
|
|
135
135
|
#
|
136
136
|
def add_telemetry
|
137
137
|
sdk_information = 'azure_mgmt_cosmosdb'
|
138
|
-
sdk_information = "#{sdk_information}/0.
|
138
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
139
139
|
add_user_agent_information(sdk_information)
|
140
140
|
end
|
141
141
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
module Models
|
8
8
|
#
|
9
9
|
# The resource model definition for a ARM proxy resource. It will have
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
module Models
|
8
8
|
#
|
9
9
|
# The resource model definition for a Azure Resource Manager resource with
|
data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/private_endpoint_property.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
module Models
|
8
8
|
#
|
9
9
|
# Private endpoint which the connection belongs to.
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
module Models
|
8
8
|
#
|
9
9
|
# Connection State of the Private Endpoint Connection.
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
module Models
|
8
8
|
#
|
9
9
|
# The resource model definition for a ARM proxy resource. It will have
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
module Models
|
8
8
|
#
|
9
9
|
# The resource model definition for a ARM tracked top level resource
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
#
|
8
8
|
# Azure Cosmos DB Database Service Resource Provider REST API
|
9
9
|
#
|
@@ -113,7 +113,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview_only
|
|
113
113
|
if status_code == 200
|
114
114
|
begin
|
115
115
|
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
116
|
-
result_mapper = Azure::Cosmosdb::Mgmt::
|
116
|
+
result_mapper = Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointConnectionListResult.mapper()
|
117
117
|
result.body = @client.deserialize(result_mapper, parsed_response)
|
118
118
|
rescue Exception => e
|
119
119
|
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
@@ -225,7 +225,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview_only
|
|
225
225
|
if status_code == 200
|
226
226
|
begin
|
227
227
|
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
228
|
-
result_mapper = Azure::Cosmosdb::Mgmt::
|
228
|
+
result_mapper = Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointConnection.mapper()
|
229
229
|
result.body = @client.deserialize(result_mapper, parsed_response)
|
230
230
|
rescue Exception => e
|
231
231
|
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
@@ -277,7 +277,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview_only
|
|
277
277
|
promise = promise.then do |response|
|
278
278
|
# Defining deserialization method.
|
279
279
|
deserialize_method = lambda do |parsed_response|
|
280
|
-
result_mapper = Azure::Cosmosdb::Mgmt::
|
280
|
+
result_mapper = Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointConnection.mapper()
|
281
281
|
parsed_response = @client.deserialize(result_mapper, parsed_response)
|
282
282
|
end
|
283
283
|
|
@@ -408,7 +408,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview_only
|
|
408
408
|
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
409
409
|
|
410
410
|
# Serialize Request
|
411
|
-
request_mapper = Azure::Cosmosdb::Mgmt::
|
411
|
+
request_mapper = Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointConnection.mapper()
|
412
412
|
request_content = @client.serialize(request_mapper, parameters)
|
413
413
|
request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
|
414
414
|
|
@@ -442,7 +442,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview_only
|
|
442
442
|
if status_code == 200
|
443
443
|
begin
|
444
444
|
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
445
|
-
result_mapper = Azure::Cosmosdb::Mgmt::
|
445
|
+
result_mapper = Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointConnection.mapper()
|
446
446
|
result.body = @client.deserialize(result_mapper, parsed_response)
|
447
447
|
rescue Exception => e
|
448
448
|
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
|
-
module Azure::Cosmosdb::Mgmt::
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
7
7
|
#
|
8
8
|
# Azure Cosmos DB Database Service Resource Provider REST API
|
9
9
|
#
|
@@ -111,7 +111,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview_only
|
|
111
111
|
if status_code == 200
|
112
112
|
begin
|
113
113
|
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
114
|
-
result_mapper = Azure::Cosmosdb::Mgmt::
|
114
|
+
result_mapper = Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateLinkResourceListResult.mapper()
|
115
115
|
result.body = @client.deserialize(result_mapper, parsed_response)
|
116
116
|
rescue Exception => e
|
117
117
|
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
@@ -218,7 +218,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview_only
|
|
218
218
|
if status_code == 200
|
219
219
|
begin
|
220
220
|
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
221
|
-
result_mapper = Azure::Cosmosdb::Mgmt::
|
221
|
+
result_mapper = Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateLinkResource.mapper()
|
222
222
|
result.body = @client.deserialize(result_mapper, parsed_response)
|
223
223
|
rescue Exception => e
|
224
224
|
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
@@ -193,7 +193,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01
|
|
193
193
|
#
|
194
194
|
def add_telemetry
|
195
195
|
sdk_information = 'azure_mgmt_cosmosdb'
|
196
|
-
sdk_information = "#{sdk_information}/0.
|
196
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
197
197
|
add_user_agent_information(sdk_information)
|
198
198
|
end
|
199
199
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_cosmosdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.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: 2019-11-
|
11
|
+
date: 2019-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|