azure_mgmt_features 0.17.4 → 0.17.5
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-12-01/generated/azure_mgmt_features/feature_client.rb +2 -2
- data/lib/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54cc603799ed1a177f4a37cb2e554c7edfdf66e6f38f55ad0b54507ee79a773a
|
|
4
|
+
data.tar.gz: 500759acadaca7fc80c90305dda4267d6987a5acdb4c45c73a168eaa737fa56a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2da34f0088398c873f207dbb3ccd91dc6d34792fbb09390fe8bdd78a4905e5bd8487f58438ee5719be51faec86f0ac4523781f3c33d11a001e4467c0a470cac8
|
|
7
|
+
data.tar.gz: 00a202309c287741a3777fa2adb8f0901ee4660514b3a01cd022f31fc5e96380201ef330ef262ddbfea4cfd4c21976b249f13ebbb16d758d1e2e2d066928719b
|
|
@@ -300,7 +300,7 @@ module Azure::Features::Mgmt::V2015_12_01
|
|
|
300
300
|
# @return [OperationListResult] operation results.
|
|
301
301
|
#
|
|
302
302
|
def list_operations_as_lazy(custom_headers:nil)
|
|
303
|
-
first_page =
|
|
303
|
+
first_page = list_operations_as_lazy_async(custom_headers:custom_headers)
|
|
304
304
|
first_page.get_all_items
|
|
305
305
|
end
|
|
306
306
|
|
|
@@ -376,7 +376,7 @@ module Azure::Features::Mgmt::V2015_12_01
|
|
|
376
376
|
#
|
|
377
377
|
def add_telemetry
|
|
378
378
|
sdk_information = 'azure_mgmt_features'
|
|
379
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
379
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
|
380
380
|
add_user_agent_information(sdk_information)
|
|
381
381
|
end
|
|
382
382
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_features
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
version: '0'
|
|
133
133
|
requirements: []
|
|
134
134
|
rubyforge_project:
|
|
135
|
-
rubygems_version: 2.7.
|
|
135
|
+
rubygems_version: 2.7.10
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 4
|
|
138
138
|
summary: Official Ruby client library to consume Microsoft Azure Resource Provider
|