azure_mgmt_iot_central 0.17.2 → 0.19.2
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 +5 -5
- data/lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/apps.rb +18 -0
- data/lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/iot_central_client.rb +1 -1
- data/lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/models/app_list_result.rb +1 -1
- data/lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/models/operation_list_result.rb +1 -1
- data/lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/operations.rb +4 -0
- data/lib/2018-09-01/generated/azure_mgmt_iot_central.rb +5 -4
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/apps.rb +226 -10
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/iot_central_client.rb +1 -1
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/app.rb +0 -6
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_list_result.rb +1 -1
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_patch.rb +12 -6
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_sku.rb +3 -0
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_sku_info.rb +1 -1
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_template.rb +107 -0
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_templates_result.rb +101 -0
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/{error_response_body.rb → cloud_error_body.rb} +8 -8
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/operation_inputs.rb +0 -3
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/operation_list_result.rb +1 -1
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/operations.rb +6 -2
- data/lib/profiles/latest/modules/iotcentral_profile_module.rb +18 -14
- data/lib/version.rb +1 -1
- metadata +8 -7
- data/lib/2018-09-01/generated/azure_mgmt_iot_central/models/error_details.rb +0 -92
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a65126ffd72b329fed65e4671b679861d5a314b65adbdec9f48d60df3de3722b
|
4
|
+
data.tar.gz: 26f42914bbbf9b4d6c7218ef8391d060da27ccf31d816ae5bd2b1e2a15ad8d91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a8c6808f1358424bee739a91a11418ba2f76d45cb85239604e137dbd9dc7f7e95aa93c03d2435c96881e8d1b46a267b1f57187025ece4a7e1299d9d08eb01ce
|
7
|
+
data.tar.gz: ee13233aa406b75394db219e36478e08986e3c3826b4184984778b24c7efb9870c214923b2df76bed8d533677b8b2b093d93c3516cd0bb2de434874f931cb2ba
|
@@ -102,6 +102,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
102
102
|
end
|
103
103
|
|
104
104
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
105
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
106
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
105
107
|
# Deserialize Response
|
106
108
|
if status_code == 200
|
107
109
|
begin
|
@@ -329,6 +331,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
329
331
|
end
|
330
332
|
|
331
333
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
334
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
335
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
332
336
|
# Deserialize Response
|
333
337
|
if status_code == 200
|
334
338
|
begin
|
@@ -420,6 +424,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
420
424
|
end
|
421
425
|
|
422
426
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
427
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
428
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
423
429
|
# Deserialize Response
|
424
430
|
if status_code == 200
|
425
431
|
begin
|
@@ -521,6 +527,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
521
527
|
end
|
522
528
|
|
523
529
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
530
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
531
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
524
532
|
# Deserialize Response
|
525
533
|
if status_code == 200
|
526
534
|
begin
|
@@ -639,6 +647,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
639
647
|
end
|
640
648
|
|
641
649
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
650
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
651
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
642
652
|
# Deserialize Response
|
643
653
|
if status_code == 200
|
644
654
|
begin
|
@@ -761,6 +771,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
761
771
|
end
|
762
772
|
|
763
773
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
774
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
775
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
764
776
|
# Deserialize Response
|
765
777
|
if status_code == 200
|
766
778
|
begin
|
@@ -858,6 +870,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
858
870
|
end
|
859
871
|
|
860
872
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
873
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
874
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
861
875
|
|
862
876
|
result
|
863
877
|
end
|
@@ -936,6 +950,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
936
950
|
end
|
937
951
|
|
938
952
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
953
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
954
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
939
955
|
# Deserialize Response
|
940
956
|
if status_code == 200
|
941
957
|
begin
|
@@ -1024,6 +1040,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
1024
1040
|
end
|
1025
1041
|
|
1026
1042
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1043
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1044
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1027
1045
|
# Deserialize Response
|
1028
1046
|
if status_code == 200
|
1029
1047
|
begin
|
@@ -128,7 +128,7 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
128
128
|
#
|
129
129
|
def add_telemetry
|
130
130
|
sdk_information = 'azure_mgmt_iot_central'
|
131
|
-
sdk_information = "#{sdk_information}/0.
|
131
|
+
sdk_information = "#{sdk_information}/0.19.2"
|
132
132
|
add_user_agent_information(sdk_information)
|
133
133
|
end
|
134
134
|
end
|
data/lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/models/app_list_result.rb
CHANGED
@@ -31,7 +31,7 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
31
31
|
def get_all_items
|
32
32
|
items = @value
|
33
33
|
page = self
|
34
|
-
while page.next_link != nil do
|
34
|
+
while page.next_link != nil && !page.next_link.strip.empty? do
|
35
35
|
page = page.get_next_page
|
36
36
|
items.concat(page.value)
|
37
37
|
end
|
data/lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/models/operation_list_result.rb
CHANGED
@@ -33,7 +33,7 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
33
33
|
def get_all_items
|
34
34
|
items = @value
|
35
35
|
page = self
|
36
|
-
while page.next_link != nil do
|
36
|
+
while page.next_link != nil && !page.next_link.strip.empty? do
|
37
37
|
page = page.get_next_page
|
38
38
|
items.concat(page.value)
|
39
39
|
end
|
@@ -86,6 +86,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
86
86
|
end
|
87
87
|
|
88
88
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
89
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
90
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
89
91
|
# Deserialize Response
|
90
92
|
if status_code == 200
|
91
93
|
begin
|
@@ -174,6 +176,8 @@ module Azure::IotCentral::Mgmt::V2017_07_01_privatepreview
|
|
174
176
|
end
|
175
177
|
|
176
178
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
179
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
180
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
177
181
|
# Deserialize Response
|
178
182
|
if status_code == 200
|
179
183
|
begin
|
@@ -26,16 +26,17 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
26
26
|
|
27
27
|
module Models
|
28
28
|
autoload :AppListResult, '2018-09-01/generated/azure_mgmt_iot_central/models/app_list_result.rb'
|
29
|
-
autoload :AppSkuInfo, '2018-09-01/generated/azure_mgmt_iot_central/models/app_sku_info.rb'
|
30
29
|
autoload :OperationDisplay, '2018-09-01/generated/azure_mgmt_iot_central/models/operation_display.rb'
|
30
|
+
autoload :AppTemplatesResult, '2018-09-01/generated/azure_mgmt_iot_central/models/app_templates_result.rb'
|
31
31
|
autoload :AppPatch, '2018-09-01/generated/azure_mgmt_iot_central/models/app_patch.rb'
|
32
32
|
autoload :Operation, '2018-09-01/generated/azure_mgmt_iot_central/models/operation.rb'
|
33
|
-
autoload :
|
33
|
+
autoload :CloudErrorBody, '2018-09-01/generated/azure_mgmt_iot_central/models/cloud_error_body.rb'
|
34
34
|
autoload :OperationListResult, '2018-09-01/generated/azure_mgmt_iot_central/models/operation_list_result.rb'
|
35
|
-
autoload :
|
35
|
+
autoload :AppSkuInfo, '2018-09-01/generated/azure_mgmt_iot_central/models/app_sku_info.rb'
|
36
36
|
autoload :OperationInputs, '2018-09-01/generated/azure_mgmt_iot_central/models/operation_inputs.rb'
|
37
|
-
autoload :ErrorDetails, '2018-09-01/generated/azure_mgmt_iot_central/models/error_details.rb'
|
38
37
|
autoload :AppAvailabilityInfo, '2018-09-01/generated/azure_mgmt_iot_central/models/app_availability_info.rb'
|
38
|
+
autoload :Resource, '2018-09-01/generated/azure_mgmt_iot_central/models/resource.rb'
|
39
|
+
autoload :AppTemplate, '2018-09-01/generated/azure_mgmt_iot_central/models/app_template.rb'
|
39
40
|
autoload :App, '2018-09-01/generated/azure_mgmt_iot_central/models/app.rb'
|
40
41
|
autoload :AppSku, '2018-09-01/generated/azure_mgmt_iot_central/models/app_sku.rb'
|
41
42
|
end
|
@@ -98,10 +98,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
98
98
|
response_content = http_response.body
|
99
99
|
unless status_code == 200
|
100
100
|
error_model = JSON.load(response_content)
|
101
|
-
fail
|
101
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
102
102
|
end
|
103
103
|
|
104
104
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
105
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
106
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
105
107
|
# Deserialize Response
|
106
108
|
if status_code == 200
|
107
109
|
begin
|
@@ -325,10 +327,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
325
327
|
response_content = http_response.body
|
326
328
|
unless status_code == 200
|
327
329
|
error_model = JSON.load(response_content)
|
328
|
-
fail
|
330
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
329
331
|
end
|
330
332
|
|
331
333
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
334
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
335
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
332
336
|
# Deserialize Response
|
333
337
|
if status_code == 200
|
334
338
|
begin
|
@@ -416,10 +420,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
416
420
|
response_content = http_response.body
|
417
421
|
unless status_code == 200
|
418
422
|
error_model = JSON.load(response_content)
|
419
|
-
fail
|
423
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
420
424
|
end
|
421
425
|
|
422
426
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
427
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
428
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
423
429
|
# Deserialize Response
|
424
430
|
if status_code == 200
|
425
431
|
begin
|
@@ -517,10 +523,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
517
523
|
response_content = http_response.body
|
518
524
|
unless status_code == 200
|
519
525
|
error_model = JSON.load(response_content)
|
520
|
-
fail
|
526
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
521
527
|
end
|
522
528
|
|
523
529
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
530
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
531
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
524
532
|
# Deserialize Response
|
525
533
|
if status_code == 200
|
526
534
|
begin
|
@@ -618,10 +626,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
618
626
|
response_content = http_response.body
|
619
627
|
unless status_code == 200
|
620
628
|
error_model = JSON.load(response_content)
|
621
|
-
fail
|
629
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
622
630
|
end
|
623
631
|
|
624
632
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
633
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
634
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
625
635
|
# Deserialize Response
|
626
636
|
if status_code == 200
|
627
637
|
begin
|
@@ -639,6 +649,92 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
639
649
|
promise.execute
|
640
650
|
end
|
641
651
|
|
652
|
+
#
|
653
|
+
# Get all available application templates.
|
654
|
+
#
|
655
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
656
|
+
# will be added to the HTTP request.
|
657
|
+
#
|
658
|
+
# @return [Array<AppTemplate>] operation results.
|
659
|
+
#
|
660
|
+
def list_templates(custom_headers:nil)
|
661
|
+
first_page = list_templates_as_lazy(custom_headers:custom_headers)
|
662
|
+
first_page.get_all_items
|
663
|
+
end
|
664
|
+
|
665
|
+
#
|
666
|
+
# Get all available application templates.
|
667
|
+
#
|
668
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
669
|
+
# will be added to the HTTP request.
|
670
|
+
#
|
671
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
672
|
+
#
|
673
|
+
def list_templates_with_http_info(custom_headers:nil)
|
674
|
+
list_templates_async(custom_headers:custom_headers).value!
|
675
|
+
end
|
676
|
+
|
677
|
+
#
|
678
|
+
# Get all available application templates.
|
679
|
+
#
|
680
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
681
|
+
# to the HTTP request.
|
682
|
+
#
|
683
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
684
|
+
#
|
685
|
+
def list_templates_async(custom_headers:nil)
|
686
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
687
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
688
|
+
|
689
|
+
|
690
|
+
request_headers = {}
|
691
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
692
|
+
|
693
|
+
# Set Headers
|
694
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
695
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
696
|
+
path_template = 'subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates'
|
697
|
+
|
698
|
+
request_url = @base_url || @client.base_url
|
699
|
+
|
700
|
+
options = {
|
701
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
702
|
+
path_params: {'subscriptionId' => @client.subscription_id},
|
703
|
+
query_params: {'api-version' => @client.api_version},
|
704
|
+
headers: request_headers.merge(custom_headers || {}),
|
705
|
+
base_url: request_url
|
706
|
+
}
|
707
|
+
promise = @client.make_request_async(:post, path_template, options)
|
708
|
+
|
709
|
+
promise = promise.then do |result|
|
710
|
+
http_response = result.response
|
711
|
+
status_code = http_response.status
|
712
|
+
response_content = http_response.body
|
713
|
+
unless status_code == 200
|
714
|
+
error_model = JSON.load(response_content)
|
715
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
716
|
+
end
|
717
|
+
|
718
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
719
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
720
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
721
|
+
# Deserialize Response
|
722
|
+
if status_code == 200
|
723
|
+
begin
|
724
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
725
|
+
result_mapper = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppTemplatesResult.mapper()
|
726
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
727
|
+
rescue Exception => e
|
728
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
729
|
+
end
|
730
|
+
end
|
731
|
+
|
732
|
+
result
|
733
|
+
end
|
734
|
+
|
735
|
+
promise.execute
|
736
|
+
end
|
737
|
+
|
642
738
|
#
|
643
739
|
# Create or update the metadata of an IoT Central application. The usual
|
644
740
|
# pattern to modify a property is to retrieve the IoT Central application
|
@@ -736,10 +832,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
736
832
|
response_content = http_response.body
|
737
833
|
unless status_code == 200 || status_code == 201 || status_code == 202
|
738
834
|
error_model = JSON.load(response_content)
|
739
|
-
fail
|
835
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
740
836
|
end
|
741
837
|
|
742
838
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
839
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
840
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
743
841
|
# Deserialize Response
|
744
842
|
if status_code == 200
|
745
843
|
begin
|
@@ -858,10 +956,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
858
956
|
response_content = http_response.body
|
859
957
|
unless status_code == 200 || status_code == 202
|
860
958
|
error_model = JSON.load(response_content)
|
861
|
-
fail
|
959
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
862
960
|
end
|
863
961
|
|
864
962
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
963
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
964
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
865
965
|
# Deserialize Response
|
866
966
|
if status_code == 200
|
867
967
|
begin
|
@@ -955,10 +1055,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
955
1055
|
response_content = http_response.body
|
956
1056
|
unless status_code == 200 || status_code == 202 || status_code == 204
|
957
1057
|
error_model = JSON.load(response_content)
|
958
|
-
fail
|
1058
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
959
1059
|
end
|
960
1060
|
|
961
1061
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1062
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1063
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
962
1064
|
|
963
1065
|
result
|
964
1066
|
end
|
@@ -1033,10 +1135,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
1033
1135
|
response_content = http_response.body
|
1034
1136
|
unless status_code == 200
|
1035
1137
|
error_model = JSON.load(response_content)
|
1036
|
-
fail
|
1138
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
1037
1139
|
end
|
1038
1140
|
|
1039
1141
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1142
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1143
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1040
1144
|
# Deserialize Response
|
1041
1145
|
if status_code == 200
|
1042
1146
|
begin
|
@@ -1121,10 +1225,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
1121
1225
|
response_content = http_response.body
|
1122
1226
|
unless status_code == 200
|
1123
1227
|
error_model = JSON.load(response_content)
|
1124
|
-
fail
|
1228
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
1125
1229
|
end
|
1126
1230
|
|
1127
1231
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1232
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1233
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1128
1234
|
# Deserialize Response
|
1129
1235
|
if status_code == 200
|
1130
1236
|
begin
|
@@ -1142,6 +1248,96 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
1142
1248
|
promise.execute
|
1143
1249
|
end
|
1144
1250
|
|
1251
|
+
#
|
1252
|
+
# Get all available application templates.
|
1253
|
+
#
|
1254
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
1255
|
+
# to List operation.
|
1256
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
1257
|
+
# will be added to the HTTP request.
|
1258
|
+
#
|
1259
|
+
# @return [AppTemplatesResult] operation results.
|
1260
|
+
#
|
1261
|
+
def list_templates_next(next_page_link, custom_headers:nil)
|
1262
|
+
response = list_templates_next_async(next_page_link, custom_headers:custom_headers).value!
|
1263
|
+
response.body unless response.nil?
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
#
|
1267
|
+
# Get all available application templates.
|
1268
|
+
#
|
1269
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
1270
|
+
# to List operation.
|
1271
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
1272
|
+
# will be added to the HTTP request.
|
1273
|
+
#
|
1274
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
1275
|
+
#
|
1276
|
+
def list_templates_next_with_http_info(next_page_link, custom_headers:nil)
|
1277
|
+
list_templates_next_async(next_page_link, custom_headers:custom_headers).value!
|
1278
|
+
end
|
1279
|
+
|
1280
|
+
#
|
1281
|
+
# Get all available application templates.
|
1282
|
+
#
|
1283
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
1284
|
+
# to List operation.
|
1285
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
1286
|
+
# to the HTTP request.
|
1287
|
+
#
|
1288
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
1289
|
+
#
|
1290
|
+
def list_templates_next_async(next_page_link, custom_headers:nil)
|
1291
|
+
fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?
|
1292
|
+
|
1293
|
+
|
1294
|
+
request_headers = {}
|
1295
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
1296
|
+
|
1297
|
+
# Set Headers
|
1298
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
1299
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
1300
|
+
path_template = '{nextLink}'
|
1301
|
+
|
1302
|
+
request_url = @base_url || @client.base_url
|
1303
|
+
|
1304
|
+
options = {
|
1305
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
1306
|
+
skip_encoding_path_params: {'nextLink' => next_page_link},
|
1307
|
+
headers: request_headers.merge(custom_headers || {}),
|
1308
|
+
base_url: request_url
|
1309
|
+
}
|
1310
|
+
promise = @client.make_request_async(:post, path_template, options)
|
1311
|
+
|
1312
|
+
promise = promise.then do |result|
|
1313
|
+
http_response = result.response
|
1314
|
+
status_code = http_response.status
|
1315
|
+
response_content = http_response.body
|
1316
|
+
unless status_code == 200
|
1317
|
+
error_model = JSON.load(response_content)
|
1318
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1322
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1323
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1324
|
+
# Deserialize Response
|
1325
|
+
if status_code == 200
|
1326
|
+
begin
|
1327
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
1328
|
+
result_mapper = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppTemplatesResult.mapper()
|
1329
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
1330
|
+
rescue Exception => e
|
1331
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
1332
|
+
end
|
1333
|
+
end
|
1334
|
+
|
1335
|
+
result
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
promise.execute
|
1339
|
+
end
|
1340
|
+
|
1145
1341
|
#
|
1146
1342
|
# Get all IoT Central Applications in a subscription.
|
1147
1343
|
#
|
@@ -1182,5 +1378,25 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
1182
1378
|
end
|
1183
1379
|
end
|
1184
1380
|
|
1381
|
+
#
|
1382
|
+
# Get all available application templates.
|
1383
|
+
#
|
1384
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
1385
|
+
# will be added to the HTTP request.
|
1386
|
+
#
|
1387
|
+
# @return [AppTemplatesResult] which provide lazy access to pages of the
|
1388
|
+
# response.
|
1389
|
+
#
|
1390
|
+
def list_templates_as_lazy(custom_headers:nil)
|
1391
|
+
response = list_templates_async(custom_headers:custom_headers).value!
|
1392
|
+
unless response.nil?
|
1393
|
+
page = response.body
|
1394
|
+
page.next_method = Proc.new do |next_page_link|
|
1395
|
+
list_templates_next_async(next_page_link, custom_headers:custom_headers)
|
1396
|
+
end
|
1397
|
+
page
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
|
1185
1401
|
end
|
1186
1402
|
end
|
@@ -128,7 +128,7 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
128
128
|
#
|
129
129
|
def add_telemetry
|
130
130
|
sdk_information = 'azure_mgmt_iot_central'
|
131
|
-
sdk_information = "#{sdk_information}/0.
|
131
|
+
sdk_information = "#{sdk_information}/0.19.2"
|
132
132
|
add_user_agent_information(sdk_information)
|
133
133
|
end
|
134
134
|
end
|
@@ -111,9 +111,6 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
111
111
|
client_side_validation: true,
|
112
112
|
required: false,
|
113
113
|
serialized_name: 'properties.displayName',
|
114
|
-
constraints: {
|
115
|
-
Pattern: '^.{1,200}$'
|
116
|
-
},
|
117
114
|
type: {
|
118
115
|
name: 'String'
|
119
116
|
}
|
@@ -122,9 +119,6 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
122
119
|
client_side_validation: true,
|
123
120
|
required: false,
|
124
121
|
serialized_name: 'properties.subdomain',
|
125
|
-
constraints: {
|
126
|
-
Pattern: '^[a-z0-9-]{1,63}$'
|
127
|
-
},
|
128
122
|
type: {
|
129
123
|
name: 'String'
|
130
124
|
}
|
@@ -31,7 +31,7 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
31
31
|
def get_all_items
|
32
32
|
items = @value
|
33
33
|
page = self
|
34
|
-
while page.next_link != nil do
|
34
|
+
while page.next_link != nil && !page.next_link.strip.empty? do
|
35
35
|
page = page.get_next_page
|
36
36
|
items.concat(page.value)
|
37
37
|
end
|
@@ -15,6 +15,9 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
15
15
|
# @return [Hash{String => String}] Instance tags
|
16
16
|
attr_accessor :tags
|
17
17
|
|
18
|
+
# @return [AppSkuInfo] A valid instance SKU.
|
19
|
+
attr_accessor :sku
|
20
|
+
|
18
21
|
# @return [String] The ID of the application.
|
19
22
|
attr_accessor :application_id
|
20
23
|
|
@@ -60,6 +63,15 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
60
63
|
}
|
61
64
|
}
|
62
65
|
},
|
66
|
+
sku: {
|
67
|
+
client_side_validation: true,
|
68
|
+
required: false,
|
69
|
+
serialized_name: 'sku',
|
70
|
+
type: {
|
71
|
+
name: 'Composite',
|
72
|
+
class_name: 'AppSkuInfo'
|
73
|
+
}
|
74
|
+
},
|
63
75
|
application_id: {
|
64
76
|
client_side_validation: true,
|
65
77
|
required: false,
|
@@ -73,9 +85,6 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
73
85
|
client_side_validation: true,
|
74
86
|
required: false,
|
75
87
|
serialized_name: 'properties.displayName',
|
76
|
-
constraints: {
|
77
|
-
Pattern: '^.{1,200}$'
|
78
|
-
},
|
79
88
|
type: {
|
80
89
|
name: 'String'
|
81
90
|
}
|
@@ -84,9 +93,6 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
84
93
|
client_side_validation: true,
|
85
94
|
required: false,
|
86
95
|
serialized_name: 'properties.subdomain',
|
87
|
-
constraints: {
|
88
|
-
Pattern: '^[a-z0-9-]{1,63}$'
|
89
|
-
},
|
90
96
|
type: {
|
91
97
|
name: 'String'
|
92
98
|
}
|
@@ -0,0 +1,107 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::IotCentral::Mgmt::V2018_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# IoT Central Application Template.
|
10
|
+
#
|
11
|
+
class AppTemplate
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The ID of the template.
|
16
|
+
attr_accessor :manifest_id
|
17
|
+
|
18
|
+
# @return [String] The version of the template.
|
19
|
+
attr_accessor :manifest_version
|
20
|
+
|
21
|
+
# @return [String] The name of the template.
|
22
|
+
attr_accessor :app_template_name
|
23
|
+
|
24
|
+
# @return [String] The title of the template.
|
25
|
+
attr_accessor :title
|
26
|
+
|
27
|
+
# @return [Float] The order of the template in the templates list.
|
28
|
+
attr_accessor :order
|
29
|
+
|
30
|
+
# @return [String] The description of the template.
|
31
|
+
attr_accessor :description
|
32
|
+
|
33
|
+
|
34
|
+
#
|
35
|
+
# Mapper for AppTemplate class as Ruby Hash.
|
36
|
+
# This will be used for serialization/deserialization.
|
37
|
+
#
|
38
|
+
def self.mapper()
|
39
|
+
{
|
40
|
+
client_side_validation: true,
|
41
|
+
required: false,
|
42
|
+
serialized_name: 'AppTemplate',
|
43
|
+
type: {
|
44
|
+
name: 'Composite',
|
45
|
+
class_name: 'AppTemplate',
|
46
|
+
model_properties: {
|
47
|
+
manifest_id: {
|
48
|
+
client_side_validation: true,
|
49
|
+
required: false,
|
50
|
+
read_only: true,
|
51
|
+
serialized_name: 'manifestId',
|
52
|
+
type: {
|
53
|
+
name: 'String'
|
54
|
+
}
|
55
|
+
},
|
56
|
+
manifest_version: {
|
57
|
+
client_side_validation: true,
|
58
|
+
required: false,
|
59
|
+
read_only: true,
|
60
|
+
serialized_name: 'manifestVersion',
|
61
|
+
type: {
|
62
|
+
name: 'String'
|
63
|
+
}
|
64
|
+
},
|
65
|
+
app_template_name: {
|
66
|
+
client_side_validation: true,
|
67
|
+
required: false,
|
68
|
+
read_only: true,
|
69
|
+
serialized_name: 'appTemplateName',
|
70
|
+
type: {
|
71
|
+
name: 'String'
|
72
|
+
}
|
73
|
+
},
|
74
|
+
title: {
|
75
|
+
client_side_validation: true,
|
76
|
+
required: false,
|
77
|
+
read_only: true,
|
78
|
+
serialized_name: 'title',
|
79
|
+
type: {
|
80
|
+
name: 'String'
|
81
|
+
}
|
82
|
+
},
|
83
|
+
order: {
|
84
|
+
client_side_validation: true,
|
85
|
+
required: false,
|
86
|
+
read_only: true,
|
87
|
+
serialized_name: 'order',
|
88
|
+
type: {
|
89
|
+
name: 'Double'
|
90
|
+
}
|
91
|
+
},
|
92
|
+
description: {
|
93
|
+
client_side_validation: true,
|
94
|
+
required: false,
|
95
|
+
read_only: true,
|
96
|
+
serialized_name: 'description',
|
97
|
+
type: {
|
98
|
+
name: 'String'
|
99
|
+
}
|
100
|
+
}
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
@@ -0,0 +1,101 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::IotCentral::Mgmt::V2018_09_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# A list of IoT Central Application Templates with a next link.
|
10
|
+
#
|
11
|
+
class AppTemplatesResult
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
include MsRest::JSONable
|
16
|
+
# @return [String] The link used to get the next page of IoT Central
|
17
|
+
# application templates.
|
18
|
+
attr_accessor :next_link
|
19
|
+
|
20
|
+
# @return [Array<AppTemplate>] A list of IoT Central Application
|
21
|
+
# Templates.
|
22
|
+
attr_accessor :value
|
23
|
+
|
24
|
+
# return [Proc] with next page method call.
|
25
|
+
attr_accessor :next_method
|
26
|
+
|
27
|
+
#
|
28
|
+
# Gets the rest of the items for the request, enabling auto-pagination.
|
29
|
+
#
|
30
|
+
# @return [Array<AppTemplate>] operation results.
|
31
|
+
#
|
32
|
+
def get_all_items
|
33
|
+
items = @value
|
34
|
+
page = self
|
35
|
+
while page.next_link != nil && !page.next_link.strip.empty? do
|
36
|
+
page = page.get_next_page
|
37
|
+
items.concat(page.value)
|
38
|
+
end
|
39
|
+
items
|
40
|
+
end
|
41
|
+
|
42
|
+
#
|
43
|
+
# Gets the next page of results.
|
44
|
+
#
|
45
|
+
# @return [AppTemplatesResult] with next page content.
|
46
|
+
#
|
47
|
+
def get_next_page
|
48
|
+
response = @next_method.call(@next_link).value! unless @next_method.nil?
|
49
|
+
unless response.nil?
|
50
|
+
@next_link = response.body.next_link
|
51
|
+
@value = response.body.value
|
52
|
+
self
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
#
|
57
|
+
# Mapper for AppTemplatesResult class as Ruby Hash.
|
58
|
+
# This will be used for serialization/deserialization.
|
59
|
+
#
|
60
|
+
def self.mapper()
|
61
|
+
{
|
62
|
+
client_side_validation: true,
|
63
|
+
required: false,
|
64
|
+
serialized_name: 'AppTemplatesResult',
|
65
|
+
type: {
|
66
|
+
name: 'Composite',
|
67
|
+
class_name: 'AppTemplatesResult',
|
68
|
+
model_properties: {
|
69
|
+
next_link: {
|
70
|
+
client_side_validation: true,
|
71
|
+
required: false,
|
72
|
+
serialized_name: 'nextLink',
|
73
|
+
type: {
|
74
|
+
name: 'String'
|
75
|
+
}
|
76
|
+
},
|
77
|
+
value: {
|
78
|
+
client_side_validation: true,
|
79
|
+
required: false,
|
80
|
+
read_only: true,
|
81
|
+
serialized_name: 'value',
|
82
|
+
type: {
|
83
|
+
name: 'Sequence',
|
84
|
+
element: {
|
85
|
+
client_side_validation: true,
|
86
|
+
required: false,
|
87
|
+
serialized_name: 'AppTemplateElementType',
|
88
|
+
type: {
|
89
|
+
name: 'Composite',
|
90
|
+
class_name: 'AppTemplate'
|
91
|
+
}
|
92
|
+
}
|
93
|
+
}
|
94
|
+
}
|
95
|
+
}
|
96
|
+
}
|
97
|
+
}
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
@@ -8,7 +8,7 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
8
8
|
#
|
9
9
|
# Details of error response.
|
10
10
|
#
|
11
|
-
class
|
11
|
+
class CloudErrorBody
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
@@ -21,23 +21,23 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
21
21
|
# @return [String] The target of the particular error.
|
22
22
|
attr_accessor :target
|
23
23
|
|
24
|
-
# @return [Array<
|
25
|
-
#
|
24
|
+
# @return [Array<CloudErrorBody>] A list of additional details about the
|
25
|
+
# error.
|
26
26
|
attr_accessor :details
|
27
27
|
|
28
28
|
|
29
29
|
#
|
30
|
-
# Mapper for
|
30
|
+
# Mapper for CloudErrorBody class as Ruby Hash.
|
31
31
|
# This will be used for serialization/deserialization.
|
32
32
|
#
|
33
33
|
def self.mapper()
|
34
34
|
{
|
35
35
|
client_side_validation: true,
|
36
36
|
required: false,
|
37
|
-
serialized_name: '
|
37
|
+
serialized_name: 'CloudErrorBody',
|
38
38
|
type: {
|
39
39
|
name: 'Composite',
|
40
|
-
class_name: '
|
40
|
+
class_name: 'CloudErrorBody',
|
41
41
|
model_properties: {
|
42
42
|
code: {
|
43
43
|
client_side_validation: true,
|
@@ -75,10 +75,10 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
75
75
|
element: {
|
76
76
|
client_side_validation: true,
|
77
77
|
required: false,
|
78
|
-
serialized_name: '
|
78
|
+
serialized_name: 'CloudErrorBodyElementType',
|
79
79
|
type: {
|
80
80
|
name: 'Composite',
|
81
|
-
class_name: '
|
81
|
+
class_name: 'CloudErrorBody'
|
82
82
|
}
|
83
83
|
}
|
84
84
|
}
|
@@ -33,7 +33,7 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
33
33
|
def get_all_items
|
34
34
|
items = @value
|
35
35
|
page = self
|
36
|
-
while page.next_link != nil do
|
36
|
+
while page.next_link != nil && !page.next_link.strip.empty? do
|
37
37
|
page = page.get_next_page
|
38
38
|
items.concat(page.value)
|
39
39
|
end
|
@@ -82,10 +82,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
82
82
|
response_content = http_response.body
|
83
83
|
unless status_code == 200
|
84
84
|
error_model = JSON.load(response_content)
|
85
|
-
fail
|
85
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
86
86
|
end
|
87
87
|
|
88
88
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
89
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
90
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
89
91
|
# Deserialize Response
|
90
92
|
if status_code == 200
|
91
93
|
begin
|
@@ -170,10 +172,12 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
170
172
|
response_content = http_response.body
|
171
173
|
unless status_code == 200
|
172
174
|
error_model = JSON.load(response_content)
|
173
|
-
fail
|
175
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
174
176
|
end
|
175
177
|
|
176
178
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
179
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
180
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
177
181
|
# Deserialize Response
|
178
182
|
if status_code == 200
|
179
183
|
begin
|
@@ -11,16 +11,17 @@ module Azure::IotCentral::Profiles::Latest
|
|
11
11
|
|
12
12
|
module Models
|
13
13
|
AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult
|
14
|
-
AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo
|
15
14
|
OperationDisplay = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay
|
15
|
+
AppTemplatesResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppTemplatesResult
|
16
16
|
AppPatch = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch
|
17
17
|
Operation = Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation
|
18
|
-
|
18
|
+
CloudErrorBody = Azure::IotCentral::Mgmt::V2018_09_01::Models::CloudErrorBody
|
19
19
|
OperationListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult
|
20
|
-
|
20
|
+
AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo
|
21
21
|
OperationInputs = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs
|
22
|
-
ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails
|
23
22
|
AppAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo
|
23
|
+
Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource
|
24
|
+
AppTemplate = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppTemplate
|
24
25
|
App = Azure::IotCentral::Mgmt::V2018_09_01::Models::App
|
25
26
|
AppSku = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku
|
26
27
|
end
|
@@ -74,36 +75,39 @@ module Azure::IotCentral::Profiles::Latest
|
|
74
75
|
def app_list_result
|
75
76
|
Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult
|
76
77
|
end
|
77
|
-
def app_sku_info
|
78
|
-
Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo
|
79
|
-
end
|
80
78
|
def operation_display
|
81
79
|
Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay
|
82
80
|
end
|
81
|
+
def app_templates_result
|
82
|
+
Azure::IotCentral::Mgmt::V2018_09_01::Models::AppTemplatesResult
|
83
|
+
end
|
83
84
|
def app_patch
|
84
85
|
Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch
|
85
86
|
end
|
86
87
|
def operation
|
87
88
|
Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation
|
88
89
|
end
|
89
|
-
def
|
90
|
-
Azure::IotCentral::Mgmt::V2018_09_01::Models::
|
90
|
+
def cloud_error_body
|
91
|
+
Azure::IotCentral::Mgmt::V2018_09_01::Models::CloudErrorBody
|
91
92
|
end
|
92
93
|
def operation_list_result
|
93
94
|
Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult
|
94
95
|
end
|
95
|
-
def
|
96
|
-
Azure::IotCentral::Mgmt::V2018_09_01::Models::
|
96
|
+
def app_sku_info
|
97
|
+
Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo
|
97
98
|
end
|
98
99
|
def operation_inputs
|
99
100
|
Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs
|
100
101
|
end
|
101
|
-
def error_details
|
102
|
-
Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails
|
103
|
-
end
|
104
102
|
def app_availability_info
|
105
103
|
Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo
|
106
104
|
end
|
105
|
+
def resource
|
106
|
+
Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource
|
107
|
+
end
|
108
|
+
def app_template
|
109
|
+
Azure::IotCentral::Mgmt::V2018_09_01::Models::AppTemplate
|
110
|
+
end
|
107
111
|
def app
|
108
112
|
Azure::IotCentral::Mgmt::V2018_09_01::Models::App
|
109
113
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_iot_central
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.2
|
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: 2020-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.12.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.12.0
|
83
83
|
description: Microsoft Azure IotCentral Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -114,8 +114,9 @@ files:
|
|
114
114
|
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_patch.rb
|
115
115
|
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_sku.rb
|
116
116
|
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_sku_info.rb
|
117
|
-
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/
|
118
|
-
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/
|
117
|
+
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_template.rb
|
118
|
+
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/app_templates_result.rb
|
119
|
+
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/cloud_error_body.rb
|
119
120
|
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/operation.rb
|
120
121
|
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/operation_display.rb
|
121
122
|
- lib/2018-09-01/generated/azure_mgmt_iot_central/models/operation_inputs.rb
|
@@ -154,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
155
|
version: '0'
|
155
156
|
requirements: []
|
156
157
|
rubyforge_project:
|
157
|
-
rubygems_version: 2.
|
158
|
+
rubygems_version: 2.7.8
|
158
159
|
signing_key:
|
159
160
|
specification_version: 4
|
160
161
|
summary: Official Ruby client library to consume Microsoft Azure IotCentral Management
|
@@ -1,92 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::IotCentral::Mgmt::V2018_09_01
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Error details.
|
10
|
-
#
|
11
|
-
class ErrorDetails
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [String] The error code.
|
16
|
-
attr_accessor :code
|
17
|
-
|
18
|
-
# @return [String] The error message.
|
19
|
-
attr_accessor :message
|
20
|
-
|
21
|
-
# @return [String] The target of the particular error.
|
22
|
-
attr_accessor :target
|
23
|
-
|
24
|
-
# @return [Array<ErrorResponseBody>] A list of additional details about
|
25
|
-
# the error.
|
26
|
-
attr_accessor :details
|
27
|
-
|
28
|
-
|
29
|
-
#
|
30
|
-
# Mapper for ErrorDetails class as Ruby Hash.
|
31
|
-
# This will be used for serialization/deserialization.
|
32
|
-
#
|
33
|
-
def self.mapper()
|
34
|
-
{
|
35
|
-
client_side_validation: true,
|
36
|
-
required: false,
|
37
|
-
serialized_name: 'ErrorDetails',
|
38
|
-
type: {
|
39
|
-
name: 'Composite',
|
40
|
-
class_name: 'ErrorDetails',
|
41
|
-
model_properties: {
|
42
|
-
code: {
|
43
|
-
client_side_validation: true,
|
44
|
-
required: false,
|
45
|
-
read_only: true,
|
46
|
-
serialized_name: 'error.code',
|
47
|
-
type: {
|
48
|
-
name: 'String'
|
49
|
-
}
|
50
|
-
},
|
51
|
-
message: {
|
52
|
-
client_side_validation: true,
|
53
|
-
required: false,
|
54
|
-
read_only: true,
|
55
|
-
serialized_name: 'error.message',
|
56
|
-
type: {
|
57
|
-
name: 'String'
|
58
|
-
}
|
59
|
-
},
|
60
|
-
target: {
|
61
|
-
client_side_validation: true,
|
62
|
-
required: false,
|
63
|
-
read_only: true,
|
64
|
-
serialized_name: 'error.target',
|
65
|
-
type: {
|
66
|
-
name: 'String'
|
67
|
-
}
|
68
|
-
},
|
69
|
-
details: {
|
70
|
-
client_side_validation: true,
|
71
|
-
required: false,
|
72
|
-
serialized_name: 'error.details',
|
73
|
-
type: {
|
74
|
-
name: 'Sequence',
|
75
|
-
element: {
|
76
|
-
client_side_validation: true,
|
77
|
-
required: false,
|
78
|
-
serialized_name: 'ErrorResponseBodyElementType',
|
79
|
-
type: {
|
80
|
-
name: 'Composite',
|
81
|
-
class_name: 'ErrorResponseBody'
|
82
|
-
}
|
83
|
-
}
|
84
|
-
}
|
85
|
-
}
|
86
|
-
}
|
87
|
-
}
|
88
|
-
}
|
89
|
-
end
|
90
|
-
end
|
91
|
-
end
|
92
|
-
end
|