azure_mgmt_cosmosdb 0.24.0 → 0.24.1
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/2015-04-08/generated/azure_mgmt_cosmosdb/cosmos_db.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2019-08-01/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2019-12-12/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2019-12-12/generated/azure_mgmt_cosmosdb/notebook_workspaces.rb +1 -1
- data/lib/2020-03-01/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2020-03-01/generated/azure_mgmt_cosmosdb/notebook_workspaces.rb +1 -1
- data/lib/2020-04-01/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2020-04-01/generated/azure_mgmt_cosmosdb/notebook_workspaces.rb +1 -1
- data/lib/2020-06-01-preview/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2020-06-01-preview/generated/azure_mgmt_cosmosdb/notebook_workspaces.rb +1 -1
- data/lib/2020-09-01/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2020-09-01/generated/azure_mgmt_cosmosdb/notebook_workspaces.rb +1 -1
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/notebook_workspaces.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9c98bf8e286b2be28ad1d5c2f580001fcd849b7dd9621ef9bc58efe56e99f1c
|
4
|
+
data.tar.gz: 9c0c0105d1440caf35ba4a2cd1bd3659f61765fe9241878489835ea7bdc572ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88c4b021e2dd7a91a9ca299e520335d0e32d42af0a1e22780d5859c1b4080cd61b71912843f14db68c6e6f75bb9d3915c703da959563102403197c6db63b7af8
|
7
|
+
data.tar.gz: cb78f08b41fc3298f54950ba0e1d746a7f486818717eb210dfb9be7e04d7891cdb995215987a19af0571f0ec6f8648a280079a1f218c1683d5330e911ddbad01
|
@@ -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.24.
|
176
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
177
177
|
add_user_agent_information(sdk_information)
|
178
178
|
end
|
179
179
|
end
|
@@ -128,7 +128,7 @@ module Azure::Cosmosdb::Mgmt::V2019_08_01_preview
|
|
128
128
|
#
|
129
129
|
def add_telemetry
|
130
130
|
sdk_information = 'azure_mgmt_cosmosdb'
|
131
|
-
sdk_information = "#{sdk_information}/0.24.
|
131
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
132
132
|
add_user_agent_information(sdk_information)
|
133
133
|
end
|
134
134
|
end
|
@@ -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.24.
|
196
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
197
197
|
add_user_agent_information(sdk_information)
|
198
198
|
end
|
199
199
|
end
|
@@ -203,7 +203,7 @@ module Azure::Cosmosdb::Mgmt::V2019_12_12
|
|
203
203
|
#
|
204
204
|
def add_telemetry
|
205
205
|
sdk_information = 'azure_mgmt_cosmosdb'
|
206
|
-
sdk_information = "#{sdk_information}/0.24.
|
206
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
207
207
|
add_user_agent_information(sdk_information)
|
208
208
|
end
|
209
209
|
end
|
@@ -559,7 +559,7 @@ module Azure::Cosmosdb::Mgmt::V2019_12_12
|
|
559
559
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
560
560
|
notebook_workspace_name = 'default'
|
561
561
|
|
562
|
-
notebook_create_update_parameters = NotebookWorkspaceCreateUpdateParameters.new
|
562
|
+
notebook_create_update_parameters = Azure::Cosmosdb::Mgmt::V2019_12_12::Models::NotebookWorkspaceCreateUpdateParameters.new
|
563
563
|
|
564
564
|
request_headers = {}
|
565
565
|
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
@@ -196,7 +196,7 @@ module Azure::Cosmosdb::Mgmt::V2020_03_01
|
|
196
196
|
#
|
197
197
|
def add_telemetry
|
198
198
|
sdk_information = 'azure_mgmt_cosmosdb'
|
199
|
-
sdk_information = "#{sdk_information}/0.24.
|
199
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
200
200
|
add_user_agent_information(sdk_information)
|
201
201
|
end
|
202
202
|
end
|
@@ -559,7 +559,7 @@ module Azure::Cosmosdb::Mgmt::V2020_03_01
|
|
559
559
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
560
560
|
notebook_workspace_name = 'default'
|
561
561
|
|
562
|
-
notebook_create_update_parameters = NotebookWorkspaceCreateUpdateParameters.new
|
562
|
+
notebook_create_update_parameters = Azure::Cosmosdb::Mgmt::V2020_03_01::Models::NotebookWorkspaceCreateUpdateParameters.new
|
563
563
|
|
564
564
|
request_headers = {}
|
565
565
|
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
@@ -196,7 +196,7 @@ module Azure::Cosmosdb::Mgmt::V2020_04_01
|
|
196
196
|
#
|
197
197
|
def add_telemetry
|
198
198
|
sdk_information = 'azure_mgmt_cosmosdb'
|
199
|
-
sdk_information = "#{sdk_information}/0.24.
|
199
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
200
200
|
add_user_agent_information(sdk_information)
|
201
201
|
end
|
202
202
|
end
|
@@ -559,7 +559,7 @@ module Azure::Cosmosdb::Mgmt::V2020_04_01
|
|
559
559
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
560
560
|
notebook_workspace_name = 'default'
|
561
561
|
|
562
|
-
notebook_create_update_parameters = NotebookWorkspaceCreateUpdateParameters.new
|
562
|
+
notebook_create_update_parameters = Azure::Cosmosdb::Mgmt::V2020_04_01::Models::NotebookWorkspaceCreateUpdateParameters.new
|
563
563
|
|
564
564
|
request_headers = {}
|
565
565
|
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
@@ -224,7 +224,7 @@ module Azure::Cosmosdb::Mgmt::V2020_06_01_preview
|
|
224
224
|
#
|
225
225
|
def add_telemetry
|
226
226
|
sdk_information = 'azure_mgmt_cosmosdb'
|
227
|
-
sdk_information = "#{sdk_information}/0.24.
|
227
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
228
228
|
add_user_agent_information(sdk_information)
|
229
229
|
end
|
230
230
|
end
|
@@ -559,7 +559,7 @@ module Azure::Cosmosdb::Mgmt::V2020_06_01_preview
|
|
559
559
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
560
560
|
notebook_workspace_name = 'default'
|
561
561
|
|
562
|
-
notebook_create_update_parameters = NotebookWorkspaceCreateUpdateParameters.new
|
562
|
+
notebook_create_update_parameters = Azure::Cosmosdb::Mgmt::V2020_06_01_preview::Models::NotebookWorkspaceCreateUpdateParameters.new
|
563
563
|
|
564
564
|
request_headers = {}
|
565
565
|
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
@@ -196,7 +196,7 @@ module Azure::Cosmosdb::Mgmt::V2020_09_01
|
|
196
196
|
#
|
197
197
|
def add_telemetry
|
198
198
|
sdk_information = 'azure_mgmt_cosmosdb'
|
199
|
-
sdk_information = "#{sdk_information}/0.24.
|
199
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
200
200
|
add_user_agent_information(sdk_information)
|
201
201
|
end
|
202
202
|
end
|
@@ -559,7 +559,7 @@ module Azure::Cosmosdb::Mgmt::V2020_09_01
|
|
559
559
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
560
560
|
notebook_workspace_name = 'default'
|
561
561
|
|
562
|
-
notebook_create_update_parameters = NotebookWorkspaceCreateUpdateParameters.new
|
562
|
+
notebook_create_update_parameters = Azure::Cosmosdb::Mgmt::V2020_09_01::Models::NotebookWorkspaceCreateUpdateParameters.new
|
563
563
|
|
564
564
|
request_headers = {}
|
565
565
|
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
@@ -204,7 +204,7 @@ module Azure::Cosmosdb::Mgmt::V2021_01_15
|
|
204
204
|
#
|
205
205
|
def add_telemetry
|
206
206
|
sdk_information = 'azure_mgmt_cosmosdb'
|
207
|
-
sdk_information = "#{sdk_information}/0.24.
|
207
|
+
sdk_information = "#{sdk_information}/0.24.1"
|
208
208
|
add_user_agent_information(sdk_information)
|
209
209
|
end
|
210
210
|
end
|
@@ -559,7 +559,7 @@ module Azure::Cosmosdb::Mgmt::V2021_01_15
|
|
559
559
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
560
560
|
notebook_workspace_name = 'default'
|
561
561
|
|
562
|
-
notebook_create_update_parameters = NotebookWorkspaceCreateUpdateParameters.new
|
562
|
+
notebook_create_update_parameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspaceCreateUpdateParameters.new
|
563
563
|
|
564
564
|
request_headers = {}
|
565
565
|
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
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.24.
|
4
|
+
version: 0.24.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|