azure_sdk 0.18.8 → 0.18.9

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
  SHA1:
3
- metadata.gz: 4d0debc62b750271ab44a18436e46c3e480cbaf3
4
- data.tar.gz: 2876f264a08872e087e48db178eeae9f5edeea16
3
+ metadata.gz: bb64b8514c2df967b9d6c88b55bd48d03e439199
4
+ data.tar.gz: b306e4ff0ebe3b0be9235fe8199262df44f63121
5
5
  SHA512:
6
- metadata.gz: 51387e0b53ab924cdd91a8b79ab91e4d911cccfe025ca3739a09d7a17bfdeb96698ab362422109773b68f2892d426fb6bedcfb5f2e5f371007c28deacfbe9948
7
- data.tar.gz: 4e38b43ab7232707259ddf58021bcabdde08da724b75635dd8d43b912b2016e2391e7a718234815e89abdd6b14787d22a11d8062087901706043187c7b1394a3
6
+ metadata.gz: cf61d8a920a15301fffa590ecdd5c3a295877fdca8b52e8f4a2b13ecf9fdd9487e46e15371da28833192824b3b124b3f0822d0141c4c8a1f9ab0c62de83cd98e
7
+ data.tar.gz: 42f5385aab24a821a56f9a3bd0cc17aecca93de782ce6767e312c8b386c03ee8f4c20d16405a909473ebb1fbdd2372c9a80e2e8235894ff3b193df8051319524
@@ -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
6
- VERSION = '0.18.8'
6
+ VERSION = '0.18.9'
7
7
  end
@@ -12,18 +12,18 @@ module Azure::Profiles::Latest
12
12
 
13
13
  module Models
14
14
  AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult
15
+ AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo
15
16
  OperationDisplay = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay
16
17
  AppPatch = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch
17
18
  Operation = Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation
18
- ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails
19
+ ErrorResponseBody = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody
19
20
  OperationListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult
20
21
  Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource
21
22
  OperationInputs = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs
22
- AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo
23
- AppNameAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameAvailabilityInfo
23
+ ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails
24
+ AppAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo
24
25
  App = Azure::IotCentral::Mgmt::V2018_09_01::Models::App
25
26
  AppSku = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku
26
- AppNameUnavailabilityReason = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameUnavailabilityReason
27
27
  end
28
28
 
29
29
  class IotCentralManagementClass
@@ -60,6 +60,9 @@ module Azure::Profiles::Latest
60
60
  def app_list_result
61
61
  Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult
62
62
  end
63
+ def app_sku_info
64
+ Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo
65
+ end
63
66
  def operation_display
64
67
  Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay
65
68
  end
@@ -69,8 +72,8 @@ module Azure::Profiles::Latest
69
72
  def operation
70
73
  Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation
71
74
  end
72
- def error_details
73
- Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails
75
+ def error_response_body
76
+ Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody
74
77
  end
75
78
  def operation_list_result
76
79
  Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult
@@ -81,11 +84,11 @@ module Azure::Profiles::Latest
81
84
  def operation_inputs
82
85
  Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs
83
86
  end
84
- def app_sku_info
85
- Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo
87
+ def error_details
88
+ Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails
86
89
  end
87
- def app_name_availability_info
88
- Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameAvailabilityInfo
90
+ def app_availability_info
91
+ Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo
89
92
  end
90
93
  def app
91
94
  Azure::IotCentral::Mgmt::V2018_09_01::Models::App
@@ -93,9 +96,6 @@ module Azure::Profiles::Latest
93
96
  def app_sku
94
97
  Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku
95
98
  end
96
- def app_name_unavailability_reason
97
- Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameUnavailabilityReason
98
- end
99
99
  end
100
100
  end
101
101
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.8
4
+ version: 0.18.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-27 00:00:00.000000000 Z
11
+ date: 2018-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -394,14 +394,14 @@ dependencies:
394
394
  requirements:
395
395
  - - "~>"
396
396
  - !ruby/object:Gem::Version
397
- version: 0.17.1
397
+ version: 0.17.2
398
398
  type: :runtime
399
399
  prerelease: false
400
400
  version_requirements: !ruby/object:Gem::Requirement
401
401
  requirements:
402
402
  - - "~>"
403
403
  - !ruby/object:Gem::Version
404
- version: 0.17.1
404
+ version: 0.17.2
405
405
  - !ruby/object:Gem::Dependency
406
406
  name: azure_mgmt_iot_hub
407
407
  requirement: !ruby/object:Gem::Requirement
@@ -1249,7 +1249,7 @@ metadata:
1249
1249
  changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
1250
1250
  documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
1251
1251
  homepage_uri: https://aka.ms/azure-sdk-for-ruby
1252
- source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.18.8
1252
+ source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.18.9
1253
1253
  wiki_uri: https://github.com/Azure/azure-sdk-for-ruby/wiki
1254
1254
  post_install_message:
1255
1255
  rdoc_options: []