azure_mgmt_stream_analytics 0.11.0 → 0.12.0

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: 6aa2e10b98ecc6c6bd71a51483517cc74b68c9b4
4
- data.tar.gz: 2039da87188761e787df11dfd382a7fa9442480a
3
+ metadata.gz: 968519772220dbc029049670cceb71f86abf6303
4
+ data.tar.gz: 376e25e2d2769401339c93d3764516de99e767e5
5
5
  SHA512:
6
- metadata.gz: 8043bc708ef7ed90cc75222ab1915ccdc01c8127de9ca2b56797ae895ac7b6b509a88019a24e9d101632f68fdb27cdf5f7ac6ad4ce81bf2331e205064567251b
7
- data.tar.gz: bdd64681636e767c36790447f5e9a295bd61ecc1dd9c373ad16e287a8be168c1ba48904d89417a275f56b2720f36c6fc0bfa15ae5175ad85c6d9d5a347415d37
6
+ metadata.gz: e28ff672135ab959bbb36fb08b2f04dde5aa8876e625886dba0589d4c78c644dfbf23d2e1cb8c57aa1e54456bbc9310dc2bb05ce39f759bf6f0603987c8aa009
7
+ data.tar.gz: 851c7465512153437112f1955e44ec13222b3690dd13e8342c6ee6e0b203c7e7a59667338cb532e42e0849859eae6aae6686a7d8fe6ed7f34202a8f798f40dcd
@@ -30,38 +30,39 @@ module Azure::ARM::StreamAnalytics
30
30
  autoload :StreamAnalyticsManagementClient, 'generated/azure_mgmt_stream_analytics/stream_analytics_management_client.rb'
31
31
 
32
32
  module Models
33
- autoload :SubResource, 'generated/azure_mgmt_stream_analytics/models/sub_resource.rb'
34
33
  autoload :AzureMachineLearningWebServiceInputColumn, 'generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_input_column.rb'
35
- autoload :Operation, 'generated/azure_mgmt_stream_analytics/models/operation.rb'
34
+ autoload :OperationDisplay, 'generated/azure_mgmt_stream_analytics/models/operation_display.rb'
36
35
  autoload :AzureMachineLearningWebServiceInputs, 'generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_inputs.rb'
37
- autoload :Sku, 'generated/azure_mgmt_stream_analytics/models/sku.rb'
36
+ autoload :OperationListResult, 'generated/azure_mgmt_stream_analytics/models/operation_list_result.rb'
38
37
  autoload :StorageAccount, 'generated/azure_mgmt_stream_analytics/models/storage_account.rb'
39
- autoload :DiagnosticCondition, 'generated/azure_mgmt_stream_analytics/models/diagnostic_condition.rb'
38
+ autoload :Serialization, 'generated/azure_mgmt_stream_analytics/models/serialization.rb'
40
39
  autoload :FunctionBinding, 'generated/azure_mgmt_stream_analytics/models/function_binding.rb'
41
- autoload :InputProperties, 'generated/azure_mgmt_stream_analytics/models/input_properties.rb'
42
- autoload :FunctionOutput, 'generated/azure_mgmt_stream_analytics/models/function_output.rb'
43
40
  autoload :Diagnostics, 'generated/azure_mgmt_stream_analytics/models/diagnostics.rb'
41
+ autoload :FunctionOutput, 'generated/azure_mgmt_stream_analytics/models/function_output.rb'
42
+ autoload :Sku, 'generated/azure_mgmt_stream_analytics/models/sku.rb'
43
+ autoload :DiagnosticCondition, 'generated/azure_mgmt_stream_analytics/models/diagnostic_condition.rb'
44
44
  autoload :OutputDataSource, 'generated/azure_mgmt_stream_analytics/models/output_data_source.rb'
45
- autoload :AzureSqlDatabaseDataSourceProperties, 'generated/azure_mgmt_stream_analytics/models/azure_sql_database_data_source_properties.rb'
46
- autoload :OutputListResult, 'generated/azure_mgmt_stream_analytics/models/output_list_result.rb'
47
- autoload :InputListResult, 'generated/azure_mgmt_stream_analytics/models/input_list_result.rb'
48
- autoload :ServiceBusDataSourceProperties, 'generated/azure_mgmt_stream_analytics/models/service_bus_data_source_properties.rb'
49
- autoload :StreamingJobListResult, 'generated/azure_mgmt_stream_analytics/models/streaming_job_list_result.rb'
45
+ autoload :InputProperties, 'generated/azure_mgmt_stream_analytics/models/input_properties.rb'
46
+ autoload :FunctionProperties, 'generated/azure_mgmt_stream_analytics/models/function_properties.rb'
47
+ autoload :FunctionListResult, 'generated/azure_mgmt_stream_analytics/models/function_list_result.rb'
48
+ autoload :ResourceTestStatus, 'generated/azure_mgmt_stream_analytics/models/resource_test_status.rb'
50
49
  autoload :FunctionInput, 'generated/azure_mgmt_stream_analytics/models/function_input.rb'
50
+ autoload :StartStreamingJobParameters, 'generated/azure_mgmt_stream_analytics/models/start_streaming_job_parameters.rb'
51
51
  autoload :BlobDataSourceProperties, 'generated/azure_mgmt_stream_analytics/models/blob_data_source_properties.rb'
52
- autoload :AzureMachineLearningWebServiceOutputColumn, 'generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_output_column.rb'
52
+ autoload :OutputListResult, 'generated/azure_mgmt_stream_analytics/models/output_list_result.rb'
53
53
  autoload :ReferenceInputDataSource, 'generated/azure_mgmt_stream_analytics/models/reference_input_data_source.rb'
54
- autoload :Serialization, 'generated/azure_mgmt_stream_analytics/models/serialization.rb'
55
- autoload :StreamInputDataSource, 'generated/azure_mgmt_stream_analytics/models/stream_input_data_source.rb'
54
+ autoload :Operation, 'generated/azure_mgmt_stream_analytics/models/operation.rb'
55
+ autoload :AzureSqlDatabaseDataSourceProperties, 'generated/azure_mgmt_stream_analytics/models/azure_sql_database_data_source_properties.rb'
56
56
  autoload :ErrorResponse, 'generated/azure_mgmt_stream_analytics/models/error_response.rb'
57
57
  autoload :FunctionRetrieveDefaultDefinitionParameters, 'generated/azure_mgmt_stream_analytics/models/function_retrieve_default_definition_parameters.rb'
58
- autoload :ResourceTestStatus, 'generated/azure_mgmt_stream_analytics/models/resource_test_status.rb'
59
- autoload :OperationDisplay, 'generated/azure_mgmt_stream_analytics/models/operation_display.rb'
60
- autoload :FunctionProperties, 'generated/azure_mgmt_stream_analytics/models/function_properties.rb'
61
- autoload :OperationListResult, 'generated/azure_mgmt_stream_analytics/models/operation_list_result.rb'
58
+ autoload :StreamingJobListResult, 'generated/azure_mgmt_stream_analytics/models/streaming_job_list_result.rb'
59
+ autoload :SubResource, 'generated/azure_mgmt_stream_analytics/models/sub_resource.rb'
60
+ autoload :AzureMachineLearningWebServiceOutputColumn, 'generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_output_column.rb'
61
+ autoload :StreamInputDataSource, 'generated/azure_mgmt_stream_analytics/models/stream_input_data_source.rb'
62
+ autoload :ServiceBusDataSourceProperties, 'generated/azure_mgmt_stream_analytics/models/service_bus_data_source_properties.rb'
63
+ autoload :InputListResult, 'generated/azure_mgmt_stream_analytics/models/input_list_result.rb'
62
64
  autoload :SubscriptionQuotasListResult, 'generated/azure_mgmt_stream_analytics/models/subscription_quotas_list_result.rb'
63
- autoload :StartStreamingJobParameters, 'generated/azure_mgmt_stream_analytics/models/start_streaming_job_parameters.rb'
64
- autoload :FunctionListResult, 'generated/azure_mgmt_stream_analytics/models/function_list_result.rb'
65
+ autoload :OAuthBasedDataSourceProperties, 'generated/azure_mgmt_stream_analytics/models/oauth_based_data_source_properties.rb'
65
66
  autoload :Input, 'generated/azure_mgmt_stream_analytics/models/input.rb'
66
67
  autoload :Transformation, 'generated/azure_mgmt_stream_analytics/models/transformation.rb'
67
68
  autoload :Output, 'generated/azure_mgmt_stream_analytics/models/output.rb'
@@ -75,6 +76,8 @@ module Azure::ARM::StreamAnalytics
75
76
  autoload :AvroSerialization, 'generated/azure_mgmt_stream_analytics/models/avro_serialization.rb'
76
77
  autoload :JsonSerialization, 'generated/azure_mgmt_stream_analytics/models/json_serialization.rb'
77
78
  autoload :CsvSerialization, 'generated/azure_mgmt_stream_analytics/models/csv_serialization.rb'
79
+ autoload :AzureDataLakeStoreOutputDataSource, 'generated/azure_mgmt_stream_analytics/models/azure_data_lake_store_output_data_source.rb'
80
+ autoload :PowerBIOutputDataSource, 'generated/azure_mgmt_stream_analytics/models/power_bioutput_data_source.rb'
78
81
  autoload :EventHubDataSourceProperties, 'generated/azure_mgmt_stream_analytics/models/event_hub_data_source_properties.rb'
79
82
  autoload :ServiceBusTopicOutputDataSource, 'generated/azure_mgmt_stream_analytics/models/service_bus_topic_output_data_source.rb'
80
83
  autoload :ServiceBusQueueOutputDataSource, 'generated/azure_mgmt_stream_analytics/models/service_bus_queue_output_data_source.rb'
@@ -0,0 +1,146 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ARM::StreamAnalytics
7
+ module Models
8
+ #
9
+ # Describes an Azure Data Lake Store output data source.
10
+ #
11
+ class AzureDataLakeStoreOutputDataSource < OutputDataSource
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+
17
+ def initialize
18
+ @type = "Microsoft.DataLake/Accounts"
19
+ end
20
+
21
+ attr_accessor :type
22
+
23
+ # @return [String] A refresh token that can be used to obtain a valid
24
+ # access token that can then be used to authenticate with the data
25
+ # source. A valid refresh token is currently only obtainable via the
26
+ # Azure Portal. It is recommended to put a dummy string value here when
27
+ # creating the data source and then going to the Azure Portal to
28
+ # authenticate the data source which will update this property with a
29
+ # valid refresh token. Required on PUT (CreateOrReplace) requests.
30
+ attr_accessor :refresh_token
31
+
32
+ # @return [String] The user principal name (UPN) of the user that was
33
+ # used to obtain the refresh token. Use this property to help remember
34
+ # which user was used to obtain the refresh token.
35
+ attr_accessor :token_user_principal_name
36
+
37
+ # @return [String] The user display name of the user that was used to
38
+ # obtain the refresh token. Use this property to help remember which user
39
+ # was used to obtain the refresh token.
40
+ attr_accessor :token_user_display_name
41
+
42
+ # @return [String] The name of the Azure Data Lake Store account.
43
+ # Required on PUT (CreateOrReplace) requests.
44
+ attr_accessor :account_name
45
+
46
+ # @return [String] The tenant id of the user used to obtain the refresh
47
+ # token. Required on PUT (CreateOrReplace) requests.
48
+ attr_accessor :tenant_id
49
+
50
+ # @return [String] The location of the file to which the output should be
51
+ # written to. Required on PUT (CreateOrReplace) requests.
52
+ attr_accessor :file_path_prefix
53
+
54
+ # @return [String] The date format. Wherever {date} appears in
55
+ # filePathPrefix, the value of this property is used as the date format
56
+ # instead.
57
+ attr_accessor :date_format
58
+
59
+ # @return [String] The time format. Wherever {time} appears in
60
+ # filePathPrefix, the value of this property is used as the time format
61
+ # instead.
62
+ attr_accessor :time_format
63
+
64
+
65
+ #
66
+ # Mapper for AzureDataLakeStoreOutputDataSource class as Ruby Hash.
67
+ # This will be used for serialization/deserialization.
68
+ #
69
+ def self.mapper()
70
+ {
71
+ required: false,
72
+ serialized_name: 'Microsoft.DataLake/Accounts',
73
+ type: {
74
+ name: 'Composite',
75
+ class_name: 'AzureDataLakeStoreOutputDataSource',
76
+ model_properties: {
77
+ type: {
78
+ required: true,
79
+ serialized_name: 'type',
80
+ type: {
81
+ name: 'String'
82
+ }
83
+ },
84
+ refresh_token: {
85
+ required: false,
86
+ serialized_name: 'properties.refreshToken',
87
+ type: {
88
+ name: 'String'
89
+ }
90
+ },
91
+ token_user_principal_name: {
92
+ required: false,
93
+ serialized_name: 'properties.tokenUserPrincipalName',
94
+ type: {
95
+ name: 'String'
96
+ }
97
+ },
98
+ token_user_display_name: {
99
+ required: false,
100
+ serialized_name: 'properties.tokenUserDisplayName',
101
+ type: {
102
+ name: 'String'
103
+ }
104
+ },
105
+ account_name: {
106
+ required: false,
107
+ serialized_name: 'properties.accountName',
108
+ type: {
109
+ name: 'String'
110
+ }
111
+ },
112
+ tenant_id: {
113
+ required: false,
114
+ serialized_name: 'properties.tenantId',
115
+ type: {
116
+ name: 'String'
117
+ }
118
+ },
119
+ file_path_prefix: {
120
+ required: false,
121
+ serialized_name: 'properties.filePathPrefix',
122
+ type: {
123
+ name: 'String'
124
+ }
125
+ },
126
+ date_format: {
127
+ required: false,
128
+ serialized_name: 'properties.dateFormat',
129
+ type: {
130
+ name: 'String'
131
+ }
132
+ },
133
+ time_format: {
134
+ required: false,
135
+ serialized_name: 'properties.timeFormat',
136
+ type: {
137
+ name: 'String'
138
+ }
139
+ }
140
+ }
141
+ }
142
+ }
143
+ end
144
+ end
145
+ end
146
+ end
@@ -6,7 +6,7 @@
6
6
  module Azure::ARM::StreamAnalytics
7
7
  module Models
8
8
  #
9
- # Describes an Azure Table data source.
9
+ # Describes an Azure Table output data source.
10
10
  #
11
11
  class AzureTableOutputDataSource < OutputDataSource
12
12
 
@@ -6,7 +6,7 @@
6
6
  module Azure::ARM::StreamAnalytics
7
7
  module Models
8
8
  #
9
- # Describes a DocumentDB data source.
9
+ # Describes a DocumentDB output data source.
10
10
  #
11
11
  class DocumentDbOutputDataSource < OutputDataSource
12
12
 
@@ -0,0 +1,76 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ARM::StreamAnalytics
7
+ module Models
8
+ #
9
+ # The properties that are associated with data sources that use OAuth as
10
+ # their authentication model.
11
+ #
12
+ class OAuthBasedDataSourceProperties
13
+
14
+ include MsRestAzure
15
+
16
+ include MsRest::JSONable
17
+ # @return [String] A refresh token that can be used to obtain a valid
18
+ # access token that can then be used to authenticate with the data
19
+ # source. A valid refresh token is currently only obtainable via the
20
+ # Azure Portal. It is recommended to put a dummy string value here when
21
+ # creating the data source and then going to the Azure Portal to
22
+ # authenticate the data source which will update this property with a
23
+ # valid refresh token. Required on PUT (CreateOrReplace) requests.
24
+ attr_accessor :refresh_token
25
+
26
+ # @return [String] The user principal name (UPN) of the user that was
27
+ # used to obtain the refresh token. Use this property to help remember
28
+ # which user was used to obtain the refresh token.
29
+ attr_accessor :token_user_principal_name
30
+
31
+ # @return [String] The user display name of the user that was used to
32
+ # obtain the refresh token. Use this property to help remember which user
33
+ # was used to obtain the refresh token.
34
+ attr_accessor :token_user_display_name
35
+
36
+
37
+ #
38
+ # Mapper for OAuthBasedDataSourceProperties class as Ruby Hash.
39
+ # This will be used for serialization/deserialization.
40
+ #
41
+ def self.mapper()
42
+ {
43
+ required: false,
44
+ serialized_name: 'OAuthBasedDataSourceProperties',
45
+ type: {
46
+ name: 'Composite',
47
+ class_name: 'OAuthBasedDataSourceProperties',
48
+ model_properties: {
49
+ refresh_token: {
50
+ required: false,
51
+ serialized_name: 'refreshToken',
52
+ type: {
53
+ name: 'String'
54
+ }
55
+ },
56
+ token_user_principal_name: {
57
+ required: false,
58
+ serialized_name: 'tokenUserPrincipalName',
59
+ type: {
60
+ name: 'String'
61
+ }
62
+ },
63
+ token_user_display_name: {
64
+ required: false,
65
+ serialized_name: 'tokenUserDisplayName',
66
+ type: {
67
+ name: 'String'
68
+ }
69
+ }
70
+ }
71
+ }
72
+ }
73
+ end
74
+ end
75
+ end
76
+ end
@@ -14,6 +14,8 @@ module Azure::ARM::StreamAnalytics
14
14
 
15
15
  include MsRest::JSONable
16
16
  @@discriminatorMap = Hash.new
17
+ @@discriminatorMap["Microsoft.DataLake/Accounts"] = "AzureDataLakeStoreOutputDataSource"
18
+ @@discriminatorMap["PowerBI"] = "PowerBIOutputDataSource"
17
19
  @@discriminatorMap["Microsoft.ServiceBus/Topic"] = "ServiceBusTopicOutputDataSource"
18
20
  @@discriminatorMap["Microsoft.ServiceBus/Queue"] = "ServiceBusQueueOutputDataSource"
19
21
  @@discriminatorMap["Microsoft.Storage/DocumentDB"] = "DocumentDbOutputDataSource"
@@ -0,0 +1,132 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::ARM::StreamAnalytics
7
+ module Models
8
+ #
9
+ # Describes a Power BI output data source.
10
+ #
11
+ class PowerBIOutputDataSource < OutputDataSource
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+
17
+ def initialize
18
+ @type = "PowerBI"
19
+ end
20
+
21
+ attr_accessor :type
22
+
23
+ # @return [String] A refresh token that can be used to obtain a valid
24
+ # access token that can then be used to authenticate with the data
25
+ # source. A valid refresh token is currently only obtainable via the
26
+ # Azure Portal. It is recommended to put a dummy string value here when
27
+ # creating the data source and then going to the Azure Portal to
28
+ # authenticate the data source which will update this property with a
29
+ # valid refresh token. Required on PUT (CreateOrReplace) requests.
30
+ attr_accessor :refresh_token
31
+
32
+ # @return [String] The user principal name (UPN) of the user that was
33
+ # used to obtain the refresh token. Use this property to help remember
34
+ # which user was used to obtain the refresh token.
35
+ attr_accessor :token_user_principal_name
36
+
37
+ # @return [String] The user display name of the user that was used to
38
+ # obtain the refresh token. Use this property to help remember which user
39
+ # was used to obtain the refresh token.
40
+ attr_accessor :token_user_display_name
41
+
42
+ # @return [String] The name of the Power BI dataset. Required on PUT
43
+ # (CreateOrReplace) requests.
44
+ attr_accessor :dataset
45
+
46
+ # @return [String] The name of the Power BI table under the specified
47
+ # dataset. Required on PUT (CreateOrReplace) requests.
48
+ attr_accessor :table
49
+
50
+ # @return [String] The ID of the Power BI group.
51
+ attr_accessor :group_id
52
+
53
+ # @return [String] The name of the Power BI group. Use this property to
54
+ # help remember which specific Power BI group id was used.
55
+ attr_accessor :group_name
56
+
57
+
58
+ #
59
+ # Mapper for PowerBIOutputDataSource class as Ruby Hash.
60
+ # This will be used for serialization/deserialization.
61
+ #
62
+ def self.mapper()
63
+ {
64
+ required: false,
65
+ serialized_name: 'PowerBI',
66
+ type: {
67
+ name: 'Composite',
68
+ class_name: 'PowerBIOutputDataSource',
69
+ model_properties: {
70
+ type: {
71
+ required: true,
72
+ serialized_name: 'type',
73
+ type: {
74
+ name: 'String'
75
+ }
76
+ },
77
+ refresh_token: {
78
+ required: false,
79
+ serialized_name: 'properties.refreshToken',
80
+ type: {
81
+ name: 'String'
82
+ }
83
+ },
84
+ token_user_principal_name: {
85
+ required: false,
86
+ serialized_name: 'properties.tokenUserPrincipalName',
87
+ type: {
88
+ name: 'String'
89
+ }
90
+ },
91
+ token_user_display_name: {
92
+ required: false,
93
+ serialized_name: 'properties.tokenUserDisplayName',
94
+ type: {
95
+ name: 'String'
96
+ }
97
+ },
98
+ dataset: {
99
+ required: false,
100
+ serialized_name: 'properties.dataset',
101
+ type: {
102
+ name: 'String'
103
+ }
104
+ },
105
+ table: {
106
+ required: false,
107
+ serialized_name: 'properties.table',
108
+ type: {
109
+ name: 'String'
110
+ }
111
+ },
112
+ group_id: {
113
+ required: false,
114
+ serialized_name: 'properties.groupId',
115
+ type: {
116
+ name: 'String'
117
+ }
118
+ },
119
+ group_name: {
120
+ required: false,
121
+ serialized_name: 'properties.groupName',
122
+ type: {
123
+ name: 'String'
124
+ }
125
+ }
126
+ }
127
+ }
128
+ }
129
+ end
130
+ end
131
+ end
132
+ end
@@ -6,7 +6,7 @@
6
6
  module Azure::ARM::StreamAnalytics
7
7
  module Models
8
8
  #
9
- # Describes a Service Bus Queue data source.
9
+ # Describes a Service Bus Queue output data source.
10
10
  #
11
11
  class ServiceBusQueueOutputDataSource < OutputDataSource
12
12
 
@@ -6,7 +6,7 @@
6
6
  module Azure::ARM::StreamAnalytics
7
7
  module Models
8
8
  #
9
- # Describes a Service Bus Topic data source.
9
+ # Describes a Service Bus Topic output data source.
10
10
  #
11
11
  class ServiceBusTopicOutputDataSource < OutputDataSource
12
12
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::StreamAnalytics
7
- VERSION = '0.11.0'
7
+ VERSION = '0.12.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_stream_analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-19 00:00:00.000000000 Z
11
+ date: 2017-09-12 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.8.0
75
+ version: 0.9.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.8.0
82
+ version: 0.9.0
83
83
  description: Microsoft Azure Stream Analytics Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -92,6 +92,7 @@ files:
92
92
  - lib/generated/azure_mgmt_stream_analytics/functions.rb
93
93
  - lib/generated/azure_mgmt_stream_analytics/inputs.rb
94
94
  - lib/generated/azure_mgmt_stream_analytics/models/avro_serialization.rb
95
+ - lib/generated/azure_mgmt_stream_analytics/models/azure_data_lake_store_output_data_source.rb
95
96
  - lib/generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_function_binding.rb
96
97
  - lib/generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_function_retrieve_default_definition_parameters.rb
97
98
  - lib/generated/azure_mgmt_stream_analytics/models/azure_machine_learning_web_service_input_column.rb
@@ -130,6 +131,7 @@ files:
130
131
  - lib/generated/azure_mgmt_stream_analytics/models/java_script_function_retrieve_default_definition_parameters.rb
131
132
  - lib/generated/azure_mgmt_stream_analytics/models/json_output_serialization_format.rb
132
133
  - lib/generated/azure_mgmt_stream_analytics/models/json_serialization.rb
134
+ - lib/generated/azure_mgmt_stream_analytics/models/oauth_based_data_source_properties.rb
133
135
  - lib/generated/azure_mgmt_stream_analytics/models/operation.rb
134
136
  - lib/generated/azure_mgmt_stream_analytics/models/operation_display.rb
135
137
  - lib/generated/azure_mgmt_stream_analytics/models/operation_list_result.rb
@@ -138,6 +140,7 @@ files:
138
140
  - lib/generated/azure_mgmt_stream_analytics/models/output_error_policy.rb
139
141
  - lib/generated/azure_mgmt_stream_analytics/models/output_list_result.rb
140
142
  - lib/generated/azure_mgmt_stream_analytics/models/output_start_mode.rb
143
+ - lib/generated/azure_mgmt_stream_analytics/models/power_bioutput_data_source.rb
141
144
  - lib/generated/azure_mgmt_stream_analytics/models/reference_input_data_source.rb
142
145
  - lib/generated/azure_mgmt_stream_analytics/models/reference_input_properties.rb
143
146
  - lib/generated/azure_mgmt_stream_analytics/models/resource_test_status.rb