Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Regenerated everything with master version of autorest.ruby
  • Loading branch information
sarangan12 committed Oct 2, 2017
commit ec679a5422bebc195ce2fc9d38bf897a811a126d
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ module Models
#
# Represents an instance of an Analysis Services resource.
#
class AnalysisServicesServer < MsRestAzure::Resource
class AnalysisServicesServer < Resource

include MsRestAzure

include MsRest::JSONable
# @return [ServerAdministrators] A collection of AS server administrators
attr_accessor :as_administrators

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class AnalysisServicesServerUpdateParameters

include MsRestAzure

include MsRest::JSONable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this included before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a remnant from a serialization task which was later dropped.

# @return [ResourceSku] The SKU of the Analysis Services resource.
attr_accessor :sku

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class AnalysisServicesServers

include MsRestAzure

include MsRest::JSONable
# @return [Array<AnalysisServicesServer>] An array of Analysis Services
# resources.
attr_accessor :value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ErrorResponse

include MsRestAzure

include MsRest::JSONable
# @return [String] Error code
attr_accessor :code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class GatewayDetails

include MsRestAzure

include MsRest::JSONable
# @return [String] Gateway resource to be associated with the server.
attr_accessor :gateway_resource_id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class GatewayError

include MsRestAzure

include MsRest::JSONable
# @return [String] Error code of list gateway.
attr_accessor :code

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class GatewayListStatusError

include MsRestAzure

include MsRest::JSONable
# @return [GatewayError] Error of the list gateway status.
attr_accessor :error

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class GatewayListStatusLive

include MsRestAzure

include MsRest::JSONable
# @return [Status] Live message of list gateway. Possible values include:
# 'Live'
attr_accessor :status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class IPv4FirewallRule

include MsRestAzure

include MsRest::JSONable
# @return [String] The rule name.
attr_accessor :firewall_rule_name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class IPv4FirewallSettings

include MsRestAzure

include MsRest::JSONable
# @return [Array<IPv4FirewallRule>] An array of firewall rules.
attr_accessor :firewall_rules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Operation

include MsRestAzure

include MsRest::JSONable
# @return [String] Operation name: {provider}/{resource}/{operation}.
attr_accessor :name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class OperationDisplay

include MsRestAzure

include MsRest::JSONable
# @return [String] Service provider: Microsoft.Consumption.
attr_accessor :provider

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,30 @@ module Models
#
# Represents an instance of an Analysis Services resource.
#
class Resource < MsRestAzure::Resource
class Resource

include MsRestAzure

include MsRest::JSONable
# @return [String] An identifier that represents the Analysis Services
# resource.
attr_accessor :id

# @return [String] The name of the Analysis Services resource.
attr_accessor :name

# @return [String] The type of the Analysis Services resource.
attr_accessor :type

# @return [String] Location of the Analysis Services resource.
attr_accessor :location

# @return [ResourceSku] The SKU of the Analysis Services resource.
attr_accessor :sku

# @return [Hash{String => String}] Key-value pairs of additional resource
# provisioning properties.
attr_accessor :tags


#
# Mapper for Resource class as Ruby Hash.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class ResourceSku

include MsRestAzure

include MsRest::JSONable
# @return [String] Name of the SKU level.
attr_accessor :name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ServerAdministrators

include MsRestAzure

include MsRest::JSONable
# @return [Array<String>] An array of administrator user identities.
attr_accessor :members

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class SkuDetailsForExistingResource

include MsRestAzure

include MsRest::JSONable
# @return [ResourceSku] The SKU in SKU details for existing resources.
attr_accessor :sku

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class SkuEnumerationForExistingResourceResult

include MsRestAzure

include MsRest::JSONable
# @return [Array<SkuDetailsForExistingResource>] The collection of
# available SKUs for existing resources.
attr_accessor :value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class SkuEnumerationForNewResourceResult

include MsRestAzure

include MsRest::JSONable
# @return [Array<ResourceSku>] The collection of available SKUs for new
# resources.
attr_accessor :value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ClassicAdministrator

include MsRestAzure

include MsRest::JSONable
# @return [String] The ID of the administrator.
attr_accessor :id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ClassicAdministratorProperties

include MsRestAzure

include MsRest::JSONable
# @return [String] The email address of the administrator.
attr_accessor :email_address

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Permission

include MsRestAzure

include MsRest::JSONable
# @return [Array<String>] Allowed actions.
attr_accessor :actions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ProviderOperation

include MsRestAzure

include MsRest::JSONable
# @return [String] The operation name.
attr_accessor :name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ProviderOperationsMetadata

include MsRestAzure

include MsRest::JSONable
# @return [String] The provider id.
attr_accessor :id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ResourceType

include MsRestAzure

include MsRest::JSONable
# @return [String] The resource type name.
attr_accessor :name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class RoleAssignment

include MsRestAzure

include MsRest::JSONable
# @return [String] The role assignment ID.
attr_accessor :id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class RoleAssignmentCreateParameters

include MsRestAzure

include MsRest::JSONable
# @return [RoleAssignmentProperties] Role assignment properties.
attr_accessor :properties

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class RoleAssignmentFilter

include MsRestAzure

include MsRest::JSONable
# @return [String] Returns role assignment of the specific principal.
attr_accessor :principal_id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class RoleAssignmentProperties

include MsRestAzure

include MsRest::JSONable
# @return [String] The role definition ID used in the role assignment.
attr_accessor :role_definition_id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class RoleAssignmentPropertiesWithScope

include MsRestAzure

include MsRest::JSONable
# @return [String] The role assignment scope.
attr_accessor :scope

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class RoleDefinition

include MsRestAzure

include MsRest::JSONable
# @return [String] The role definition ID.
attr_accessor :id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class RoleDefinitionFilter

include MsRestAzure

include MsRest::JSONable
# @return [String] Returns role definition with the specific name.
attr_accessor :role_name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class RoleDefinitionProperties

include MsRestAzure

include MsRest::JSONable
# @return [String] The role name.
attr_accessor :role_name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module Models
autoload :BatchAccountRegenerateKeyParameters, 'generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb'
autoload :BatchLocationQuota, 'generated/azure_mgmt_batch/models/batch_location_quota.rb'
autoload :ActivateApplicationPackageParameters, 'generated/azure_mgmt_batch/models/activate_application_package_parameters.rb'
autoload :Resource, 'generated/azure_mgmt_batch/models/resource.rb'
autoload :AutoStorageBaseProperties, 'generated/azure_mgmt_batch/models/auto_storage_base_properties.rb'
autoload :BatchAccountListResult, 'generated/azure_mgmt_batch/models/batch_account_list_result.rb'
autoload :ApplicationCreateParameters, 'generated/azure_mgmt_batch/models/application_create_parameters.rb'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ActivateApplicationPackageParameters

include MsRestAzure

include MsRest::JSONable
# @return [String] The format of the application package binary file.
attr_accessor :format

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Application

include MsRestAzure

include MsRest::JSONable
# @return [String] A string that uniquely identifies the application
# within the account.
attr_accessor :id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ApplicationCreateParameters

include MsRestAzure

include MsRest::JSONable
# @return [Boolean] A value indicating whether packages within the
# application may be overwritten using the same version string.
attr_accessor :allow_updates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class ApplicationPackage

include MsRestAzure

include MsRest::JSONable
# @return [String] The ID of the application.
attr_accessor :id

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ApplicationUpdateParameters

include MsRestAzure

include MsRest::JSONable
# @return [Boolean] A value indicating whether packages within the
# application may be overwritten using the same version string.
attr_accessor :allow_updates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class AutoStorageBaseProperties

include MsRestAzure

include MsRest::JSONable
# @return [String] The resource ID of the storage account to be used for
# auto-storage account.
attr_accessor :storage_account_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class AutoStorageProperties < AutoStorageBaseProperties

include MsRestAzure

include MsRest::JSONable
# @return [DateTime] The UTC time at which storage keys were last
# synchronized with the Batch account.
attr_accessor :last_key_sync
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ module Models
#
# Contains information about an Azure Batch account.
#
class BatchAccount < MsRestAzure::Resource
class BatchAccount < Resource

include MsRestAzure

include MsRest::JSONable
# @return [String] The account endpoint used to interact with the Batch
# service.
attr_accessor :account_endpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class BatchAccountCreateParameters

include MsRestAzure

include MsRest::JSONable
# @return [String] The region in which to create the account.
attr_accessor :location

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class BatchAccountKeys

include MsRestAzure

include MsRest::JSONable
# @return [String] The Batch account name.
attr_accessor :account_name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class BatchAccountRegenerateKeyParameters

include MsRestAzure

include MsRest::JSONable
# @return [AccountKeyType] The type of account key to regenerate.
# Possible values include: 'Primary', 'Secondary'
attr_accessor :key_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class BatchAccountUpdateParameters

include MsRestAzure

include MsRest::JSONable
# @return [Hash{String => String}] The user-specified tags associated
# with the account.
attr_accessor :tags
Expand Down
Loading