azure_mgmt_stream_analytics 0.15.2 → 0.16.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 +4 -4
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics.rb +15 -15
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/functions.rb +55 -55
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/inputs.rb +49 -48
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/function_retrieve_default_definition_parameters.rb +1 -1
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/operations.rb +15 -13
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/outputs.rb +49 -48
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/stream_analytics_management_client.rb +4 -1
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/streaming_jobs.rb +82 -78
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/subscriptions.rb +6 -5
- data/lib/2016-03-01/generated/azure_mgmt_stream_analytics/transformations.rb +18 -19
- data/lib/profiles/latest/modules/streamanalytics_profile_module.rb +265 -246
- data/lib/profiles/latest/streamanalytics_latest_profile_client.rb +28 -9
- data/lib/profiles/latest/streamanalytics_module_definition.rb +0 -1
- data/lib/version.rb +1 -1
- metadata +3 -3
@@ -5,17 +5,36 @@
|
|
5
5
|
require 'profiles/latest/streamanalytics_module_definition'
|
6
6
|
require 'profiles/latest/modules/streamanalytics_profile_module'
|
7
7
|
|
8
|
-
module Azure::StreamAnalytics::Profiles::Latest
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
8
|
+
module Azure::StreamAnalytics::Profiles::Latest
|
9
|
+
module Mgmt
|
10
|
+
#
|
11
|
+
# Client class for the Latest profile SDK.
|
12
|
+
#
|
13
|
+
class Client < StreamAnalyticsManagementClass
|
14
|
+
include MsRestAzure::Common::Configurable
|
14
15
|
|
16
|
+
#
|
17
|
+
# Initializes a new instance of the Client class.
|
18
|
+
# @param options [Hash] hash of client options.
|
19
|
+
# options = {
|
20
|
+
# tenant_id: 'YOUR TENANT ID',
|
21
|
+
# client_id: 'YOUR CLIENT ID',
|
22
|
+
# client_secret: 'YOUR CLIENT SECRET',
|
23
|
+
# subscription_id: 'YOUR SUBSCRIPTION ID',
|
24
|
+
# credentials: credentials,
|
25
|
+
# active_directory_settings: active_directory_settings,
|
26
|
+
# base_url: 'YOUR BASE URL',
|
27
|
+
# options: options
|
28
|
+
# }
|
29
|
+
# 'credentials' are optional and if not passed in the hash, will be obtained
|
30
|
+
# from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
|
31
|
+
#
|
32
|
+
# Also, base_url, active_directory_settings & options are optional.
|
33
|
+
#
|
34
|
+
def initialize(options = {})
|
35
|
+
super(options)
|
36
|
+
end
|
15
37
|
|
16
|
-
def initialize(options = {})
|
17
|
-
super(options)
|
18
38
|
end
|
19
|
-
|
20
39
|
end
|
21
40
|
end
|
data/lib/version.rb
CHANGED
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.
|
4
|
+
version: 0.16.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:
|
11
|
+
date: 2018-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
200
|
version: '0'
|
201
201
|
requirements: []
|
202
202
|
rubyforge_project:
|
203
|
-
rubygems_version: 2.
|
203
|
+
rubygems_version: 2.6.10
|
204
204
|
signing_key:
|
205
205
|
specification_version: 4
|
206
206
|
summary: Official Ruby client library to consume Microsoft Azure Stream Analytics
|