azure_mgmt_iot_central 0.19.2 → 0.19.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2017-07-01-privatepreview/generated/azure_mgmt_iot_central/iot_central_client.rb +1 -1
- 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_template.rb +3 -3
- data/lib/azure_mgmt_iot_central.rb +1 -1
- 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: f30182115c5a4b1acc17eaf7cf1f893812beb6e7d3c60e0e679fea6bff96c6a8
|
4
|
+
data.tar.gz: 84fe6364b63aace09048a3181d09f153a5d42cbbe63e4d37924b9cab2f8ebd42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e8579b00b4bc201d6b5a9ae4bd1933674ca48d479b1952f40cc9fa293598b22c4014049719313b2119cd765a87e6b36541d6a9b07e05124425723f13a14d85a
|
7
|
+
data.tar.gz: a01befee4f4b1fdbea5e63d8224cf0b5274418c328dc03f3fe86e848df1b200e96d42c02e28c8f1d045a768e501ae22dfde551a129400eeb3f3a73afbd58da29
|
@@ -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.19.
|
131
|
+
sdk_information = "#{sdk_information}/0.19.3"
|
132
132
|
add_user_agent_information(sdk_information)
|
133
133
|
end
|
134
134
|
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.19.
|
131
|
+
sdk_information = "#{sdk_information}/0.19.3"
|
132
132
|
add_user_agent_information(sdk_information)
|
133
133
|
end
|
134
134
|
end
|
@@ -19,7 +19,7 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
19
19
|
attr_accessor :manifest_version
|
20
20
|
|
21
21
|
# @return [String] The name of the template.
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :name
|
23
23
|
|
24
24
|
# @return [String] The title of the template.
|
25
25
|
attr_accessor :title
|
@@ -62,11 +62,11 @@ module Azure::IotCentral::Mgmt::V2018_09_01
|
|
62
62
|
name: 'String'
|
63
63
|
}
|
64
64
|
},
|
65
|
-
|
65
|
+
name: {
|
66
66
|
client_side_validation: true,
|
67
67
|
required: false,
|
68
68
|
read_only: true,
|
69
|
-
serialized_name: '
|
69
|
+
serialized_name: 'name',
|
70
70
|
type: {
|
71
71
|
name: 'String'
|
72
72
|
}
|
@@ -2,6 +2,6 @@
|
|
2
2
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
3
|
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
4
|
|
5
|
-
require '2018-09-01/generated/azure_mgmt_iot_central'
|
6
5
|
require '2017-07-01-privatepreview/generated/azure_mgmt_iot_central'
|
6
|
+
require '2018-09-01/generated/azure_mgmt_iot_central'
|
7
7
|
require 'profiles/latest/iotcentral_latest_profile_client'
|
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.19.
|
4
|
+
version: 0.19.3
|
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-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
version: '0'
|
156
156
|
requirements: []
|
157
157
|
rubyforge_project:
|
158
|
-
rubygems_version: 2.7.
|
158
|
+
rubygems_version: 2.7.10
|
159
159
|
signing_key:
|
160
160
|
specification_version: 4
|
161
161
|
summary: Official Ruby client library to consume Microsoft Azure IotCentral Management
|