azure_mgmt_scheduler 0.15.2 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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::Scheduler::Mgmt
6
- VERSION = '0.15.2'
6
+ VERSION = '0.16.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_scheduler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.2
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: 2017-12-19 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,6 @@ files:
94
94
  - lib/2016-03-01/generated/azure_mgmt_scheduler/models/client_cert_authentication.rb
95
95
  - lib/2016-03-01/generated/azure_mgmt_scheduler/models/day_of_week.rb
96
96
  - lib/2016-03-01/generated/azure_mgmt_scheduler/models/http_authentication.rb
97
- - lib/2016-03-01/generated/azure_mgmt_scheduler/models/http_authentication_type.rb
98
97
  - lib/2016-03-01/generated/azure_mgmt_scheduler/models/http_request.rb
99
98
  - lib/2016-03-01/generated/azure_mgmt_scheduler/models/job_action.rb
100
99
  - lib/2016-03-01/generated/azure_mgmt_scheduler/models/job_action_type.rb
@@ -168,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
167
  version: '0'
169
168
  requirements: []
170
169
  rubyforge_project:
171
- rubygems_version: 2.5.1
170
+ rubygems_version: 2.6.10
172
171
  signing_key:
173
172
  specification_version: 4
174
173
  summary: Official Ruby client library to consume Microsoft Azure Scheduler Management
@@ -1,18 +0,0 @@
1
- # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator.
3
- # Changes may cause incorrect behavior and will be lost if the code is
4
- # regenerated.
5
-
6
- module Azure::Scheduler::Mgmt::V2016_03_01
7
- module Models
8
- #
9
- # Defines values for HttpAuthenticationType
10
- #
11
- module HttpAuthenticationType
12
- NotSpecified = "NotSpecified"
13
- ClientCertificate = "ClientCertificate"
14
- ActiveDirectoryOAuth = "ActiveDirectoryOAuth"
15
- Basic = "Basic"
16
- end
17
- end
18
- end