azure_mgmt_iot_central 0.19.2 → 0.19.3

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
  SHA256:
3
- metadata.gz: a65126ffd72b329fed65e4671b679861d5a314b65adbdec9f48d60df3de3722b
4
- data.tar.gz: 26f42914bbbf9b4d6c7218ef8391d060da27ccf31d816ae5bd2b1e2a15ad8d91
3
+ metadata.gz: f30182115c5a4b1acc17eaf7cf1f893812beb6e7d3c60e0e679fea6bff96c6a8
4
+ data.tar.gz: 84fe6364b63aace09048a3181d09f153a5d42cbbe63e4d37924b9cab2f8ebd42
5
5
  SHA512:
6
- metadata.gz: 4a8c6808f1358424bee739a91a11418ba2f76d45cb85239604e137dbd9dc7f7e95aa93c03d2435c96881e8d1b46a267b1f57187025ece4a7e1299d9d08eb01ce
7
- data.tar.gz: ee13233aa406b75394db219e36478e08986e3c3826b4184984778b24c7efb9870c214923b2df76bed8d533677b8b2b093d93c3516cd0bb2de434874f931cb2ba
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.2"
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.2"
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 :app_template_name
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
- app_template_name: {
65
+ name: {
66
66
  client_side_validation: true,
67
67
  required: false,
68
68
  read_only: true,
69
- serialized_name: 'appTemplateName',
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'
@@ -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::IotCentral::Mgmt
6
- VERSION = '0.19.2'
6
+ VERSION = '0.19.3'
7
7
  end
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.2
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: 2020-07-21 00:00:00.000000000 Z
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.8
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