зеркало из
1
0
Форкнуть 0

new gems and updates to existing ones

This commit is contained in:
Veronica Giaudrone 2017-09-21 18:51:10 -07:00
Родитель 591d460d9d
Коммит 313cc28435
334 изменённых файлов: 22723 добавлений и 125 удалений

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require_relative 'lib/module_definition' require '../azure_mgmt_analysis_services/lib/module_definition'
require_relative 'lib/version' require '../azure_mgmt_analysis_services/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_analysis_services' spec.name = 'azure_mgmt_analysis_services'

Просмотреть файл

@ -3,3 +3,4 @@
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require '2016-05-16/generated/azure_mgmt_analysis_services' require '2016-05-16/generated/azure_mgmt_analysis_services'
require '2017-07-14/generated/azure_mgmt_analysis_services'

Просмотреть файл

@ -6,4 +6,5 @@
module Azure end module Azure end
module Azure::ARM end module Azure::ARM end
module Azure::ARM::AnalysisServices end module Azure::ARM::AnalysisServices end
module Azure::ARM::AnalysisServices::Api_2016_05_16 end module Azure::ARM::AnalysisServices::Api_2016_05_16 end
module Azure::ARM::AnalysisServices::Api_2017_07_14 end

Просмотреть файл

@ -0,0 +1,3 @@
--require spec_helper
--color
--format documentation

Просмотреть файл

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,5 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require "bundler/gem_tasks"

Просмотреть файл

@ -0,0 +1,34 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '../azure_mgmt_api_management/lib/module_definition'
require '../azure_mgmt_api_management/lib/version'
Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_api_management'
spec.version = Azure::ARM::ApiManagement::VERSION
spec.authors = 'Microsoft Corporation'
spec.email = 'azrubyteam@microsoft.com'
spec.description = 'Microsoft Azure Api Management Services Library for Ruby'
spec.summary = 'Official Ruby client library to consume Microsoft Azure Api Management.'
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
spec.license = 'MIT'
spec.files = Dir["LICENSE.txt", "lib/**/*"]
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
spec.add_development_dependency 'dotenv', '~> 2'
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.8.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-07-14/generated/azure_mgmt_api_management'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::ApiManagement end
module Azure::ARM::ApiManagement::Api_2017_07_14 end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::ApiManagement
VERSION = '0.11.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require 'dotenv'
Dotenv.load(File.join(File.dirname(__FILE__), '../../../.env'))

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require_relative 'lib/module_definition' require '../azure_mgmt_authorization/lib/module_definition'
require_relative 'lib/version' require '../azure_mgmt_authorization/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_authorization' spec.name = 'azure_mgmt_authorization'

Просмотреть файл

@ -0,0 +1,3 @@
--require spec_helper
--color
--format documentation

Просмотреть файл

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,5 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require "bundler/gem_tasks"

Просмотреть файл

@ -0,0 +1,34 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '../azure_mgmt_automation/lib/module_definition'
require '../azure_mgmt_automation/lib/version'
Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_automation'
spec.version = Azure::ARM::Automation::VERSION
spec.authors = 'Microsoft Corporation'
spec.email = 'azrubyteam@microsoft.com'
spec.description = 'Microsoft Azure Automation Services Library for Ruby'
spec.summary = 'Official Ruby client library to consume Microsoft Azure Automation.'
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
spec.license = 'MIT'
spec.files = Dir["LICENSE.txt", "lib/**/*"]
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
spec.add_development_dependency 'dotenv', '~> 2'
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.8.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require '2015-10-31/generated/azure_mgmt_automation'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::Automation end
module Azure::ARM::Automation::Api_2015_10_31 end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::Automation
VERSION = '0.11.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require 'dotenv'
Dotenv.load(File.join(File.dirname(__FILE__), '../../../.env'))

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require_relative 'lib/module_definition' require '../azure_mgmt_batch/lib/module_definition'
require_relative 'lib/version' require '../azure_mgmt_batch/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_batch' spec.name = 'azure_mgmt_batch'

Просмотреть файл

@ -2,4 +2,5 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-05-01/generated/azure_mgmt_batch' require '2017-05-01/generated/azure_mgmt_batch'
require '2015-12-01/generated/azure_mgmt_batch'

Просмотреть файл

@ -6,4 +6,5 @@
module Azure end module Azure end
module Azure::ARM end module Azure::ARM end
module Azure::ARM::Batch end module Azure::ARM::Batch end
module Azure::ARM::Batch::Api_2015_05_01 end module Azure::ARM::Batch::Api_2015_12_01 end
module Azure::ARM::Batch::Api_2017_05_01 end

Просмотреть файл

@ -0,0 +1,3 @@
--require spec_helper
--color
--format documentation

Просмотреть файл

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,5 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require "bundler/gem_tasks"

Просмотреть файл

@ -0,0 +1,34 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '../azure_mgmt_billing/lib/module_definition'
require '../azure_mgmt_billing/lib/version'
Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_billing'
spec.version = Azure::ARM::Billing::VERSION
spec.authors = 'Microsoft Corporation'
spec.email = 'azrubyteam@microsoft.com'
spec.description = 'Microsoft Azure Billing Services Library for Ruby'
spec.summary = 'Official Ruby client library to consume Microsoft Azure Billing.'
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
spec.license = 'MIT'
spec.files = Dir["LICENSE.txt", "lib/**/*"]
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
spec.add_development_dependency 'dotenv', '~> 2'
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.8.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-04-24-preview/generated/azure_mgmt_automation'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::Billing end
module Azure::ARM::Billing::Api_2017_04_24_preview end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::Billing
VERSION = '0.11.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require 'dotenv'
Dotenv.load(File.join(File.dirname(__FILE__), '../../../.env'))

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require_relative 'lib/module_definition' require '../azure_mgmt_cdn/lib/module_definition'
require_relative 'lib/version' require '../azure_mgmt_cdn/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_cdn' spec.name = 'azure_mgmt_cdn'

Просмотреть файл

@ -2,4 +2,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require '2016-10-02/generated/azure_mgmt_cdn' require '2017-04-02/generated/azure_mgmt_cdn'
require '2016-10-02/generated/azure_mgmt_cdn'
require '2015-06-02/generated/azure_mgmt_cdn'

Просмотреть файл

@ -6,4 +6,6 @@
module Azure end module Azure end
module Azure::ARM end module Azure::ARM end
module Azure::ARM::CDN end module Azure::ARM::CDN end
module Azure::ARM::CDN::Api_2016_10_02 end module Azure::ARM::CDN::Api_2017_04_02 end
module Azure::ARM::CDN::Api_2016_10_02 end
module Azure::ARM::CDN::Api_2015_06_01 end

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'generated/azure_mgmt_cognitive_services/module_definition' require '../azure_mgmt_cognitive_services/lib/module_definition'
require 'generated/azure_mgmt_cognitive_services/version' require '../azure_mgmt_cognitive_services/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_cognitive_services' spec.name = 'azure_mgmt_cognitive_services'

Просмотреть файл

@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require 'generated/azure_mgmt_cognitive_services' require '2017-04-18/generated/azure_mgmt_cognitive_services'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::CognitiveServices end
module Azure::ARM::CognitiveServices::Api_2017_04_18 end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::CognitiveServices
VERSION = '0.11.0'
end

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'generated/azure_mgmt_commerce/module_definition' require '../azure_mgmt_commerce/lib/module_definition'
require 'generated/azure_mgmt_commerce/version' require '../azure_mgmt_commerce/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_commerce' spec.name = 'azure_mgmt_commerce'

Просмотреть файл

@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require 'generated/azure_mgmt_commerce' require '2015-06-01-preview/generated/azure_mgmt_commerce'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::Commerce end
module Azure::ARM::Commerce::Api_2015_06_01_preview end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::Commerce
VERSION = '0.11.0'
end

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require_relative 'lib/module_definition' require '../azure_mgmt_compute/lib/module_definition'
require_relative 'lib/version' require '../azure_mgmt_compute/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_compute' spec.name = 'azure_mgmt_compute'

Просмотреть файл

@ -2,4 +2,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-03-30/generated/azure_mgmt_compute' require '2017-03-30/generated/azure_mgmt_compute'
require '2016-04-30-preview/generated/azure_mgmt_compute'
require '2016-03-30/generated/azure_mgmt_compute'
require '2015-06-15/generated/azure_mgmt_compute'

Просмотреть файл

@ -7,6 +7,6 @@ module Azure end
module Azure::ARM end module Azure::ARM end
module Azure::ARM::Compute end module Azure::ARM::Compute end
module Azure::ARM::Compute::Api_2017_03_30 end module Azure::ARM::Compute::Api_2017_03_30 end
module Azure::ARM::Compute::Api_2017_01_31 end
module Azure::ARM::Compute::Api_2016_04_30_preview end module Azure::ARM::Compute::Api_2016_04_30_preview end
module Azure::ARM::Compute::Api_2016_03_30 end module Azure::ARM::Compute::Api_2016_03_30 end
module Azure::ARM::Compute::Api_2015_06_15 end

Просмотреть файл

@ -0,0 +1,3 @@
--require spec_helper
--color
--format documentation

Просмотреть файл

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,5 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require "bundler/gem_tasks"

Просмотреть файл

@ -0,0 +1,34 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '../azure_mgmt_consumption/lib/module_definition'
require '../azure_mgmt_consumption/lib/version'
Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_consumption'
spec.version = Azure::ARM::Consumption::VERSION
spec.authors = 'Microsoft Corporation'
spec.email = 'azrubyteam@microsoft.com'
spec.description = 'Microsoft Azure Consumption Services Library for Ruby'
spec.summary = 'Official Ruby client library to consume Microsoft Azure Consumption.'
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
spec.license = 'MIT'
spec.files = Dir["LICENSE.txt", "lib/**/*"]
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
spec.add_development_dependency 'dotenv', '~> 2'
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.8.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-04-24-preview/generated/azure_mgmt_consumption'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::Consumption end
module Azure::ARM::Consumption::Api_2017_04_24_preview end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::Consumption
VERSION = '0.11.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require 'dotenv'
Dotenv.load(File.join(File.dirname(__FILE__), '../../../.env'))

Просмотреть файл

@ -0,0 +1,3 @@
--require spec_helper
--color
--format documentation

Просмотреть файл

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,5 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require "bundler/gem_tasks"

Просмотреть файл

@ -0,0 +1,34 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '../azure_mgmt_container_instance/lib/module_definition'
require '../azure_mgmt_container_instance/lib/version'
Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_container_instance'
spec.version = Azure::ARM::ContainerInstance::VERSION
spec.authors = 'Microsoft Corporation'
spec.email = 'azrubyteam@microsoft.com'
spec.description = 'Microsoft Azure Container Instance Services Library for Ruby'
spec.summary = 'Official Ruby client library to consume Microsoft Azure Container Instance.'
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
spec.license = 'MIT'
spec.files = Dir["LICENSE.txt", "lib/**/*"]
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
spec.add_development_dependency 'dotenv', '~> 2'
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.8.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-08-01-preview/generated/azure_mgmt_container_instance'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::ContainerInstance end
module Azure::ARM::ContainerInstance::Api_2017_08_01_preview end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::ContainerInstance
VERSION = '0.11.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require 'dotenv'
Dotenv.load(File.join(File.dirname(__FILE__), '../../../.env'))

Просмотреть файл

@ -0,0 +1,3 @@
--require spec_helper
--color
--format documentation

Просмотреть файл

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,5 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require "bundler/gem_tasks"

Просмотреть файл

@ -0,0 +1,34 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '../azure_mgmt_container_registry/lib/module_definition'
require '../azure_mgmt_container_registry/lib/version'
Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_container_registry'
spec.version = Azure::ARM::ContainerRegistry::VERSION
spec.authors = 'Microsoft Corporation'
spec.email = 'azrubyteam@microsoft.com'
spec.description = 'Microsoft Azure Container Registry Services Library for Ruby'
spec.summary = 'Official Ruby client library to consume Microsoft Azure Container Registry.'
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
spec.license = 'MIT'
spec.files = Dir["LICENSE.txt", "lib/**/*"]
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
spec.add_development_dependency 'dotenv', '~> 2'
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.8.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-10-01/generated/azure_mgmt_container_registry'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::ContainerRegistry end
module Azure::ARM::ContainerRegistry::Api_2017_10_01 end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::ContainerRegistry
VERSION = '0.11.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require 'dotenv'
Dotenv.load(File.join(File.dirname(__FILE__), '../../../.env'))

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require_relative 'lib/module_definition' require '../azure_mgmt_container_service/lib/module_definition'
require_relative 'lib/version' require '../azure_mgmt_container_service/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_container_service' spec.name = 'azure_mgmt_container_service'

Просмотреть файл

@ -2,4 +2,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-01-31/generated/azure_mgmt_compute' require '2017-01-31/generated/azure_mgmt_container_service'
require '2016-09-30/generated/azure_mgmt_container_service'
require '2016-03-30/generated/azure_mgmt_container_service'

Просмотреть файл

@ -7,4 +7,5 @@ module Azure end
module Azure::ARM end module Azure::ARM end
module Azure::ARM::ContainerService end module Azure::ARM::ContainerService end
module Azure::ARM::ContainerService::Api_2017_01_31 end module Azure::ARM::ContainerService::Api_2017_01_31 end
module Azure::ARM::ContainerService::Api_2016_09_30 end
module Azure::ARM::ContainerService::Api_2016_03_30 end module Azure::ARM::ContainerService::Api_2016_03_30 end

Просмотреть файл

@ -0,0 +1,3 @@
--require spec_helper
--color
--format documentation

Просмотреть файл

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,5 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require "bundler/gem_tasks"

Просмотреть файл

@ -0,0 +1,34 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '../azure_mgmt_customer_insights/lib/module_definition'
require '../azure_mgmt_customer_insights/lib/version'
Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_customer_insights'
spec.version = Azure::ARM::CustomerInsights::VERSION
spec.authors = 'Microsoft Corporation'
spec.email = 'azrubyteam@microsoft.com'
spec.description = 'Microsoft Azure Customer Insights Services Library for Ruby'
spec.summary = 'Official Ruby client library to consume Microsoft Azure Customer Insights.'
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
spec.license = 'MIT'
spec.files = Dir["LICENSE.txt", "lib/**/*"]
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
spec.add_development_dependency 'dotenv', '~> 2'
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.8.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-10-01/generated/azure_mgmt_customer_insights'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::CustomerInsights end
module Azure::ARM::CustomerInsights::Api_2017_04_26 end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::CustomerInsights
VERSION = '0.11.0'
end

Просмотреть файл

@ -0,0 +1,6 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require 'dotenv'
Dotenv.load(File.join(File.dirname(__FILE__), '../../../.env'))

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require_relative 'lib/module_definition' require '../azure_mgmt_datalake_analytics/lib/module_definition'
require_relative 'lib/version' require '../azure_mgmt_datalake_analytics/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_datalake_analytics' spec.name = 'azure_mgmt_datalake_analytics'

Просмотреть файл

@ -1,2 +1,3 @@
# encoding: utf-8 # encoding: utf-8
require '2016-11-01/generated/azure_mgmt_datalake_analytics' require '2016-11-01/generated/azure_mgmt_datalake_analytics'
require '2015-10-01-preview/generated/azure_mgmt_datalake_analytics'

Просмотреть файл

@ -7,3 +7,4 @@ module Azure end
module Azure::ARM end module Azure::ARM end
module Azure::ARM::DataLakeAnalytics end module Azure::ARM::DataLakeAnalytics end
module Azure::ARM::DataLakeAnalytics::Api_2016_11_01 end module Azure::ARM::DataLakeAnalytics::Api_2016_11_01 end
module Azure::ARM::DataLakeAnalytics::Api_2015_10_01_preview end

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require_relative 'lib/module_definition' require '../azure_mgmt_datalake_store/lib/module_definition'
require_relative 'lib/version' require '../azure_mgmt_datalake_store/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_datalake_store' spec.name = 'azure_mgmt_datalake_store'

Просмотреть файл

@ -1,2 +1,3 @@
# encoding: utf-8 # encoding: utf-8
require '2016-11-01/generated/azure_mgmt_datalake_store' require '2016-11-01/generated/azure_mgmt_datalake_store'
require '2015-10-01-preview/generated/azure_mgmt_datalake_store'

Просмотреть файл

@ -7,3 +7,4 @@ module Azure end
module Azure::ARM end module Azure::ARM end
module Azure::ARM::DataLakeStore end module Azure::ARM::DataLakeStore end
module Azure::ARM::DataLakeStore::Api_2016_11_01 end module Azure::ARM::DataLakeStore::Api_2016_11_01 end
module Azure::ARM::DataLakeStore::Api_2015_10_01_preview end

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'generated/azure_mgmt_devtestlabs/module_definition' require '../azure_mgmt_devtestlabs/lib/module_definition'
require 'generated/azure_mgmt_devtestlabs/version' require '../azure_mgmt_devtestlabs/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_devtestlabs' spec.name = 'azure_mgmt_devtestlabs'

Просмотреть файл

@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require 'generated/azure_mgmt_devtestlabs' require '2016-05-15/generated/azure_mgmt_devtestlabs'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::DevTestLabs end
module Azure::ARM::DevTestLabs::Api_2016_05_15 end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::DevTestLabs
VERSION = '0.11.0'
end

Просмотреть файл

@ -5,8 +5,8 @@
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'generated/azure_mgmt_dns/module_definition' require '../azure_mgmt_dns/lib/module_definition'
require 'generated/azure_mgmt_dns/version' require '../azure_mgmt_dns/lib/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_dns' spec.name = 'azure_mgmt_dns'

Просмотреть файл

@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved. # Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information. # Licensed under the MIT License. See License.txt in the project root for license information.
require 'generated/azure_mgmt_dns' require '2016-04-01/generated/azure_mgmt_dns'

Просмотреть файл

@ -0,0 +1,9 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::Dns end
module Azure::ARM::Dns::Api_2016_04_01 end

Просмотреть файл

@ -0,0 +1,8 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::Dns
VERSION = '0.11.0'
end

Просмотреть файл

@ -0,0 +1,3 @@
--require spec_helper
--color
--format documentation

Просмотреть файл

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Просмотреть файл

@ -0,0 +1,5 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require "bundler/gem_tasks"

Просмотреть файл

@ -0,0 +1,34 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '../azure_mgmt_event_grid/lib/module_definition'
require '../azure_mgmt_event_grid/lib/version'
Gem::Specification.new do |spec|
spec.name = 'azure_mgmt_event_grid'
spec.version = Azure::ARM::EventGrid::VERSION
spec.authors = 'Microsoft Corporation'
spec.email = 'azrubyteam@microsoft.com'
spec.description = 'Microsoft Azure Event Grid Services Library for Ruby'
spec.summary = 'Official Ruby client library to consume Microsoft Azure Event Grid.'
spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
spec.license = 'MIT'
spec.files = Dir["LICENSE.txt", "lib/**/*"]
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.9'
spec.add_development_dependency 'rake', '~> 10'
spec.add_development_dependency 'rspec', '~> 3'
spec.add_development_dependency 'dotenv', '~> 2'
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.8.0'
end

Просмотреть файл

@ -0,0 +1,7 @@
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
require '2017-09-15-preview/generated/azure_mgmt_event_grid'
require '2017-06-15-preview/generated/azure_mgmt_event_grid'

Просмотреть файл

@ -0,0 +1,10 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure end
module Azure::ARM end
module Azure::ARM::EventGrid end
module Azure::ARM::EventGrid::Api_2017_09_15_preview end
module Azure::ARM::EventGrid::Api_2017_06_15_preview end

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше