azure_mgmt_iot_central 0.19.1 → 0.19.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae93563b304ea7c3abe50857d7158fbc2c95715e4b043c5cc13bbc8ee7cbacac
4
- data.tar.gz: f94ae9c3949c64b6864e635e64d2d511120c42a18e4bb1ad57a2f4e791b11666
3
+ metadata.gz: a65126ffd72b329fed65e4671b679861d5a314b65adbdec9f48d60df3de3722b
4
+ data.tar.gz: 26f42914bbbf9b4d6c7218ef8391d060da27ccf31d816ae5bd2b1e2a15ad8d91
5
5
  SHA512:
6
- metadata.gz: 3630433577f71cfdb785198203c89c6a67269c1bd68f60d30c6fcf196851d390e5f5d46ca2831274b84d252c4272c0a8daf6e350c75b84a860d6bd9a01597521
7
- data.tar.gz: 99d35f73c9d14b3be4584add353a99a672f83947b298a86ee4adcb81538c59c665fa417e7e43c7fc9860ea62ac8003f7acea5415f7cc0678d173b6c3f74016ce
6
+ metadata.gz: 4a8c6808f1358424bee739a91a11418ba2f76d45cb85239604e137dbd9dc7f7e95aa93c03d2435c96881e8d1b46a267b1f57187025ece4a7e1299d9d08eb01ce
7
+ data.tar.gz: ee13233aa406b75394db219e36478e08986e3c3826b4184984778b24c7efb9870c214923b2df76bed8d533677b8b2b093d93c3516cd0bb2de434874f931cb2ba
@@ -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.1"
131
+ sdk_information = "#{sdk_information}/0.19.2"
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.1"
131
+ sdk_information = "#{sdk_information}/0.19.2"
132
132
  add_user_agent_information(sdk_information)
133
133
  end
134
134
  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,
@@ -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.1'
6
+ VERSION = '0.19.2'
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.1
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: 2020-06-02 00:00:00.000000000 Z
11
+ date: 2020-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler