azure_mgmt_web 0.18.0 → 0.18.1
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-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2015-08-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2016-03-01/generated/azure_mgmt_web/web_site_management_client.rb +5 -5
- data/lib/2016-06-01/generated/azure_mgmt_web/logic_apps_management_client.rb +1 -1
- data/lib/2016-08-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2016-09-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2018-02-01/generated/azure_mgmt_web/web_site_management_client.rb +6 -6
- data/lib/2020-09-01/generated/azure_mgmt_web/web_site_management_client.rb +6 -6
- 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: 54a8dc7dd3ddf81f41dae3542ca085a6dafc8cc747c53a9af412c9ec3ab52385
|
4
|
+
data.tar.gz: 7d28ff3095178a073aa5fd6f1df3d787c3c26b765a8b1ac063c17c08cdff1141
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58d0ac122c98b4663f1cd25277230d03d0391ab94a2f64469d3783258ed4bca529854e7cb1c72906ceef5152bce955179f1aacf1de2eb842bb0b3efc9e0a2a26
|
7
|
+
data.tar.gz: 4a72390caaa952c1696fda8746127ad3444ecd4da0740cc497ac2427479c4be4a54f2e46a26ddd2f8c73b47b3e30b31b737ef7d38406145f45d815027d71707c
|
@@ -133,7 +133,7 @@ module Azure::Web::Mgmt::V2015_04_01
|
|
133
133
|
#
|
134
134
|
def add_telemetry
|
135
135
|
sdk_information = 'azure_mgmt_web'
|
136
|
-
sdk_information = "#{sdk_information}/0.18.
|
136
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
137
137
|
add_user_agent_information(sdk_information)
|
138
138
|
end
|
139
139
|
end
|
@@ -130,7 +130,7 @@ module Azure::Web::Mgmt::V2015_08_01
|
|
130
130
|
#
|
131
131
|
def add_telemetry
|
132
132
|
sdk_information = 'azure_mgmt_web'
|
133
|
-
sdk_information = "#{sdk_information}/0.18.
|
133
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
134
134
|
add_user_agent_information(sdk_information)
|
135
135
|
end
|
136
136
|
end
|
@@ -2066,7 +2066,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|
2066
2066
|
# @return [SourceControlCollection] operation results.
|
2067
2067
|
#
|
2068
2068
|
def list_source_controls_as_lazy(custom_headers:nil)
|
2069
|
-
first_page =
|
2069
|
+
first_page = list_source_controls_as_lazy_async(custom_headers:custom_headers)
|
2070
2070
|
first_page.get_all_items
|
2071
2071
|
end
|
2072
2072
|
|
@@ -2155,7 +2155,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|
2155
2155
|
# @return [GeoRegionCollection] operation results.
|
2156
2156
|
#
|
2157
2157
|
def list_geo_regions_as_lazy(sku:nil, linux_workers_enabled:nil, custom_headers:nil)
|
2158
|
-
first_page =
|
2158
|
+
first_page = list_geo_regions_as_lazy_async(sku:sku, linux_workers_enabled:linux_workers_enabled, custom_headers:custom_headers)
|
2159
2159
|
first_page.get_all_items
|
2160
2160
|
end
|
2161
2161
|
|
@@ -2251,7 +2251,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|
2251
2251
|
# @return [IdentifierCollection] operation results.
|
2252
2252
|
#
|
2253
2253
|
def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers:nil)
|
2254
|
-
first_page =
|
2254
|
+
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers:custom_headers)
|
2255
2255
|
first_page.get_all_items
|
2256
2256
|
end
|
2257
2257
|
|
@@ -2345,7 +2345,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|
2345
2345
|
# @return [PremierAddOnOfferCollection] operation results.
|
2346
2346
|
#
|
2347
2347
|
def list_premier_add_on_offers_as_lazy(custom_headers:nil)
|
2348
|
-
first_page =
|
2348
|
+
first_page = list_premier_add_on_offers_as_lazy_async(custom_headers:custom_headers)
|
2349
2349
|
first_page.get_all_items
|
2350
2350
|
end
|
2351
2351
|
|
@@ -2425,7 +2425,7 @@ module Azure::Web::Mgmt::V2016_03_01
|
|
2425
2425
|
#
|
2426
2426
|
def add_telemetry
|
2427
2427
|
sdk_information = 'azure_mgmt_web'
|
2428
|
-
sdk_information = "#{sdk_information}/0.18.
|
2428
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
2429
2429
|
add_user_agent_information(sdk_information)
|
2430
2430
|
end
|
2431
2431
|
end
|
@@ -133,7 +133,7 @@ module Azure::Web::Mgmt::V2016_06_01
|
|
133
133
|
#
|
134
134
|
def add_telemetry
|
135
135
|
sdk_information = 'azure_mgmt_web'
|
136
|
-
sdk_information = "#{sdk_information}/0.18.
|
136
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
137
137
|
add_user_agent_information(sdk_information)
|
138
138
|
end
|
139
139
|
end
|
@@ -125,7 +125,7 @@ module Azure::Web::Mgmt::V2016_08_01
|
|
125
125
|
#
|
126
126
|
def add_telemetry
|
127
127
|
sdk_information = 'azure_mgmt_web'
|
128
|
-
sdk_information = "#{sdk_information}/0.18.
|
128
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
129
129
|
add_user_agent_information(sdk_information)
|
130
130
|
end
|
131
131
|
end
|
@@ -129,7 +129,7 @@ module Azure::Web::Mgmt::V2016_09_01
|
|
129
129
|
#
|
130
130
|
def add_telemetry
|
131
131
|
sdk_information = 'azure_mgmt_web'
|
132
|
-
sdk_information = "#{sdk_information}/0.18.
|
132
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
133
133
|
add_user_agent_information(sdk_information)
|
134
134
|
end
|
135
135
|
end
|
@@ -2301,7 +2301,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2301
2301
|
# @return [SourceControlCollection] operation results.
|
2302
2302
|
#
|
2303
2303
|
def list_source_controls_as_lazy(custom_headers:nil)
|
2304
|
-
first_page =
|
2304
|
+
first_page = list_source_controls_as_lazy_async(custom_headers:custom_headers)
|
2305
2305
|
first_page.get_all_items
|
2306
2306
|
end
|
2307
2307
|
|
@@ -2387,7 +2387,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2387
2387
|
# @return [BillingMeterCollection] operation results.
|
2388
2388
|
#
|
2389
2389
|
def list_billing_meters_as_lazy(billing_location:nil, os_type:nil, custom_headers:nil)
|
2390
|
-
first_page =
|
2390
|
+
first_page = list_billing_meters_as_lazy_async(billing_location:billing_location, os_type:os_type, custom_headers:custom_headers)
|
2391
2391
|
first_page.get_all_items
|
2392
2392
|
end
|
2393
2393
|
|
@@ -2485,7 +2485,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2485
2485
|
# @return [GeoRegionCollection] operation results.
|
2486
2486
|
#
|
2487
2487
|
def list_geo_regions_as_lazy(sku:nil, linux_workers_enabled:nil, xenon_workers_enabled:nil, linux_dynamic_workers_enabled:nil, custom_headers:nil)
|
2488
|
-
first_page =
|
2488
|
+
first_page = list_geo_regions_as_lazy_async(sku:sku, linux_workers_enabled:linux_workers_enabled, xenon_workers_enabled:xenon_workers_enabled, linux_dynamic_workers_enabled:linux_dynamic_workers_enabled, custom_headers:custom_headers)
|
2489
2489
|
first_page.get_all_items
|
2490
2490
|
end
|
2491
2491
|
|
@@ -2589,7 +2589,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2589
2589
|
# @return [IdentifierCollection] operation results.
|
2590
2590
|
#
|
2591
2591
|
def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers:nil)
|
2592
|
-
first_page =
|
2592
|
+
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers:custom_headers)
|
2593
2593
|
first_page.get_all_items
|
2594
2594
|
end
|
2595
2595
|
|
@@ -2683,7 +2683,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2683
2683
|
# @return [PremierAddOnOfferCollection] operation results.
|
2684
2684
|
#
|
2685
2685
|
def list_premier_add_on_offers_as_lazy(custom_headers:nil)
|
2686
|
-
first_page =
|
2686
|
+
first_page = list_premier_add_on_offers_as_lazy_async(custom_headers:custom_headers)
|
2687
2687
|
first_page.get_all_items
|
2688
2688
|
end
|
2689
2689
|
|
@@ -2763,7 +2763,7 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2763
2763
|
#
|
2764
2764
|
def add_telemetry
|
2765
2765
|
sdk_information = 'azure_mgmt_web'
|
2766
|
-
sdk_information = "#{sdk_information}/0.18.
|
2766
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
2767
2767
|
add_user_agent_information(sdk_information)
|
2768
2768
|
end
|
2769
2769
|
end
|
@@ -2415,7 +2415,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|
2415
2415
|
# @return [SourceControlCollection] operation results.
|
2416
2416
|
#
|
2417
2417
|
def list_source_controls_as_lazy(custom_headers:nil)
|
2418
|
-
first_page =
|
2418
|
+
first_page = list_source_controls_as_lazy_async(custom_headers:custom_headers)
|
2419
2419
|
first_page.get_all_items
|
2420
2420
|
end
|
2421
2421
|
|
@@ -2501,7 +2501,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|
2501
2501
|
# @return [BillingMeterCollection] operation results.
|
2502
2502
|
#
|
2503
2503
|
def list_billing_meters_as_lazy(billing_location:nil, os_type:nil, custom_headers:nil)
|
2504
|
-
first_page =
|
2504
|
+
first_page = list_billing_meters_as_lazy_async(billing_location:billing_location, os_type:os_type, custom_headers:custom_headers)
|
2505
2505
|
first_page.get_all_items
|
2506
2506
|
end
|
2507
2507
|
|
@@ -2599,7 +2599,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|
2599
2599
|
# @return [GeoRegionCollection] operation results.
|
2600
2600
|
#
|
2601
2601
|
def list_geo_regions_as_lazy(sku:nil, linux_workers_enabled:nil, xenon_workers_enabled:nil, linux_dynamic_workers_enabled:nil, custom_headers:nil)
|
2602
|
-
first_page =
|
2602
|
+
first_page = list_geo_regions_as_lazy_async(sku:sku, linux_workers_enabled:linux_workers_enabled, xenon_workers_enabled:xenon_workers_enabled, linux_dynamic_workers_enabled:linux_dynamic_workers_enabled, custom_headers:custom_headers)
|
2603
2603
|
first_page.get_all_items
|
2604
2604
|
end
|
2605
2605
|
|
@@ -2703,7 +2703,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|
2703
2703
|
# @return [IdentifierCollection] operation results.
|
2704
2704
|
#
|
2705
2705
|
def list_site_identifiers_assigned_to_host_name_as_lazy(name_identifier, custom_headers:nil)
|
2706
|
-
first_page =
|
2706
|
+
first_page = list_site_identifiers_assigned_to_host_name_as_lazy_async(name_identifier, custom_headers:custom_headers)
|
2707
2707
|
first_page.get_all_items
|
2708
2708
|
end
|
2709
2709
|
|
@@ -2797,7 +2797,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|
2797
2797
|
# @return [PremierAddOnOfferCollection] operation results.
|
2798
2798
|
#
|
2799
2799
|
def list_premier_add_on_offers_as_lazy(custom_headers:nil)
|
2800
|
-
first_page =
|
2800
|
+
first_page = list_premier_add_on_offers_as_lazy_async(custom_headers:custom_headers)
|
2801
2801
|
first_page.get_all_items
|
2802
2802
|
end
|
2803
2803
|
|
@@ -2877,7 +2877,7 @@ module Azure::Web::Mgmt::V2020_09_01
|
|
2877
2877
|
#
|
2878
2878
|
def add_telemetry
|
2879
2879
|
sdk_information = 'azure_mgmt_web'
|
2880
|
-
sdk_information = "#{sdk_information}/0.18.
|
2880
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
2881
2881
|
add_user_agent_information(sdk_information)
|
2882
2882
|
end
|
2883
2883
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.18.
|
4
|
+
version: 0.18.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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|