azure_sdk 0.22.1 → 0.22.2
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/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +19 -1
- data/lib/latest/modules/luisauthoring_profile_module.rb +485 -0
- data/lib/latest/modules/luisruntime_profile_module.rb +83 -0
- data/lib/latest/modules/network_profile_module.rb +1113 -1105
- metadata +7 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.22.
|
4
|
+
version: 0.22.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: 2019-02-
|
11
|
+
date: 2019-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -562,14 +562,14 @@ dependencies:
|
|
562
562
|
requirements:
|
563
563
|
- - "~>"
|
564
564
|
- !ruby/object:Gem::Version
|
565
|
-
version: 0.18.
|
565
|
+
version: 0.18.4
|
566
566
|
type: :runtime
|
567
567
|
prerelease: false
|
568
568
|
version_requirements: !ruby/object:Gem::Requirement
|
569
569
|
requirements:
|
570
570
|
- - "~>"
|
571
571
|
- !ruby/object:Gem::Version
|
572
|
-
version: 0.18.
|
572
|
+
version: 0.18.4
|
573
573
|
- !ruby/object:Gem::Dependency
|
574
574
|
name: azure_mgmt_notification_hubs
|
575
575
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1186,6 +1186,8 @@ files:
|
|
1186
1186
|
- lib/latest/modules/localsearch_profile_module.rb
|
1187
1187
|
- lib/latest/modules/locks_profile_module.rb
|
1188
1188
|
- lib/latest/modules/logic_profile_module.rb
|
1189
|
+
- lib/latest/modules/luisauthoring_profile_module.rb
|
1190
|
+
- lib/latest/modules/luisruntime_profile_module.rb
|
1189
1191
|
- lib/latest/modules/machinelearning_profile_module.rb
|
1190
1192
|
- lib/latest/modules/machinelearningservices_profile_module.rb
|
1191
1193
|
- lib/latest/modules/managedapplications_profile_module.rb
|
@@ -1262,7 +1264,7 @@ metadata:
|
|
1262
1264
|
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
1263
1265
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
1264
1266
|
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
1265
|
-
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.22.
|
1267
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.22.2
|
1266
1268
|
wiki_uri: https://github.com/Azure/azure-sdk-for-ruby/wiki
|
1267
1269
|
post_install_message:
|
1268
1270
|
rdoc_options: []
|