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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a912c41bdf36ec51d9026da29df7d3a68677300c2723996e712fcf81a11ca54
4
- data.tar.gz: f315bab3c361cc32a60ad493c1d8ca9f2017d315e0a4e017eb25ed1699d3401d
3
+ metadata.gz: e9c98bf8e286b2be28ad1d5c2f580001fcd849b7dd9621ef9bc58efe56e99f1c
4
+ data.tar.gz: 9c0c0105d1440caf35ba4a2cd1bd3659f61765fe9241878489835ea7bdc572ca
5
5
  SHA512:
6
- metadata.gz: c5a377c99adb2a7f0ddacba3c7cd25186f19a952475bcfc6dbf6e3a01648f60de51cf2c81c99a6db61855a1676e1c1351b38f1c02326e5ac4546ee53f5def352
7
- data.tar.gz: f4dc18121d99f79e2edb8a089cc8bc14c61484c9b288129958601e2d9f6092c8444085c826bfc09eeb6ba03f7f4bd7146d7a09e772a374327f254ce8eb46bf30
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.0"
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.0"
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.0"
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.0"
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.0"
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.0"
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.0"
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.0"
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.0"
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
@@ -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::Cosmosdb::Mgmt
6
- VERSION = '0.24.0'
6
+ VERSION = '0.24.1'
7
7
  end
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.0
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-02-26 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler