# 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. require 'uri' require 'cgi' require 'date' require 'json' require 'base64' require 'erb' require 'securerandom' require 'time' require 'timeliness' require 'faraday' require 'faraday-cookie_jar' require 'concurrent' require 'ms_rest' require '2018-03-01-preview/generated/azure_mgmt_billing/module_definition' require 'ms_rest_azure' module Azure::Billing::Mgmt::V2018_03_01_preview autoload :EnrollmentAccounts, '2018-03-01-preview/generated/azure_mgmt_billing/enrollment_accounts.rb' autoload :BillingPeriods, '2018-03-01-preview/generated/azure_mgmt_billing/billing_periods.rb' autoload :Invoices, '2018-03-01-preview/generated/azure_mgmt_billing/invoices.rb' autoload :Operations, '2018-03-01-preview/generated/azure_mgmt_billing/operations.rb' autoload :BillingManagementClient, '2018-03-01-preview/generated/azure_mgmt_billing/billing_management_client.rb' module Models autoload :ErrorResponse, '2018-03-01-preview/generated/azure_mgmt_billing/models/error_response.rb' autoload :ErrorDetails, '2018-03-01-preview/generated/azure_mgmt_billing/models/error_details.rb' autoload :OperationListResult, '2018-03-01-preview/generated/azure_mgmt_billing/models/operation_list_result.rb' autoload :Resource, '2018-03-01-preview/generated/azure_mgmt_billing/models/resource.rb' autoload :DownloadUrl, '2018-03-01-preview/generated/azure_mgmt_billing/models/download_url.rb' autoload :InvoicesListResult, '2018-03-01-preview/generated/azure_mgmt_billing/models/invoices_list_result.rb' autoload :BillingPeriodsListResult, '2018-03-01-preview/generated/azure_mgmt_billing/models/billing_periods_list_result.rb' autoload :OperationDisplay, '2018-03-01-preview/generated/azure_mgmt_billing/models/operation_display.rb' autoload :EnrollmentAccountListResult, '2018-03-01-preview/generated/azure_mgmt_billing/models/enrollment_account_list_result.rb' autoload :Operation, '2018-03-01-preview/generated/azure_mgmt_billing/models/operation.rb' autoload :EnrollmentAccount, '2018-03-01-preview/generated/azure_mgmt_billing/models/enrollment_account.rb' autoload :BillingPeriod, '2018-03-01-preview/generated/azure_mgmt_billing/models/billing_period.rb' autoload :Invoice, '2018-03-01-preview/generated/azure_mgmt_billing/models/invoice.rb' end end