azure_mgmt_storagecache 0.19.0 → 0.19.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: 595efe02a4a54f4c28451dde4bf7f7edb96b13397153e12d2006fe65ab2d263c
4
- data.tar.gz: 3b2fa43df6f9cc39af8726ad70ce990581a83cb053d5078cfa22b73fa2ada4a9
3
+ metadata.gz: 1cc82cf6670e4ad3c878676e8504e7353515447827b1d8a99c7ad92c54817c4d
4
+ data.tar.gz: feb4528ad3dc2bbac85cd1c06324c89cb15c91ff64dcb7ece47d1e5bd64b8351
5
5
  SHA512:
6
- metadata.gz: ab0119f6b14741defa868ade72e1cd3f123c9ab50e38450be14192232a1ab0e6584808af535adf52de8ecef18a3fe7db59e93d174a922796a5960c4e1d7917f5
7
- data.tar.gz: 45c586a738d90642a8df2b7f848c2d324c5614cced6737a22638aff0eb7dde6657cfb52fe8418af4d71eb23f3f807c2253cfca5296ce6a242211831496fe3dc6
6
+ metadata.gz: 472b72ef8fc88138a3e0159bbb4a8ae21c138450ef2212440963db6dd5fefe7b10d8ea6ae2fc8f7222280a2f94ee46306da2e90dd275ca3339f33ad535a01541
7
+ data.tar.gz: 0e2dbe50bd1030a515cc5bffb60d41673c49ac066778f6f51eb83734615b0bdd5050ff7337a6f3faa8d670a7a47e1d123e7c8e29f77393e8f9b66d4c7ffeff11
@@ -146,7 +146,7 @@ module Azure::StorageCache::Mgmt::V2019_08_01_preview
146
146
  #
147
147
  def add_telemetry
148
148
  sdk_information = 'azure_mgmt_storagecache'
149
- sdk_information = "#{sdk_information}/0.19.0"
149
+ sdk_information = "#{sdk_information}/0.19.1"
150
150
  add_user_agent_information(sdk_information)
151
151
  end
152
152
  end
@@ -146,7 +146,7 @@ module Azure::StorageCache::Mgmt::V2019_11_01
146
146
  #
147
147
  def add_telemetry
148
148
  sdk_information = 'azure_mgmt_storagecache'
149
- sdk_information = "#{sdk_information}/0.19.0"
149
+ sdk_information = "#{sdk_information}/0.19.1"
150
150
  add_user_agent_information(sdk_information)
151
151
  end
152
152
  end
@@ -146,7 +146,7 @@ module Azure::StorageCache::Mgmt::V2020_03_01
146
146
  #
147
147
  def add_telemetry
148
148
  sdk_information = 'azure_mgmt_storagecache'
149
- sdk_information = "#{sdk_information}/0.19.0"
149
+ sdk_information = "#{sdk_information}/0.19.1"
150
150
  add_user_agent_information(sdk_information)
151
151
  end
152
152
  end
@@ -31,8 +31,7 @@ module Azure::StorageCache::Mgmt::V2020_10_01
31
31
  # 'ManagedIdentity', 'Key'
32
32
  attr_accessor :last_modified_by_type
33
33
 
34
- # @return [DateTime] The type of identity that last modified the
35
- # resource.
34
+ # @return [DateTime] The timestamp of resource last modification (UTC)
36
35
  attr_accessor :last_modified_at
37
36
 
38
37
 
@@ -150,7 +150,7 @@ module Azure::StorageCache::Mgmt::V2020_10_01
150
150
  #
151
151
  def add_telemetry
152
152
  sdk_information = 'azure_mgmt_storagecache'
153
- sdk_information = "#{sdk_information}/0.19.0"
153
+ sdk_information = "#{sdk_information}/0.19.1"
154
154
  add_user_agent_information(sdk_information)
155
155
  end
156
156
  end
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::Storagecache::Mgmt
6
- VERSION = '0.19.0'
6
+ VERSION = '0.19.1'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_storagecache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.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-03 00:00:00.000000000 Z
11
+ date: 2021-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler