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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 75 additions & 97 deletions management/azure_mgmt_web/lib/generated/azure_mgmt_web.rb
100644 → 100755

Large diffs are not rendered by default.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -129,7 +128,6 @@ def self.mapper()
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -74,7 +73,6 @@ def self.mapper()
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -192,7 +191,6 @@ def self.mapper()
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
Expand Down
2 changes: 0 additions & 2 deletions management/azure_mgmt_web/lib/generated/azure_mgmt_web/models/app_service_plan.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -114,7 +113,6 @@ def self.mapper()
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ class AzureBlobStorageHttpLogsConfig
# 0 or lower means no retention.
attr_accessor :retention_in_days

# @return [Boolean] True if configuration is enabled, false if it is
# disabled and null if configuration is not set.
# @return [Boolean] Enabled.
attr_accessor :enabled


Expand Down
Empty file.
25 changes: 22 additions & 3 deletions management/azure_mgmt_web/lib/generated/azure_mgmt_web/models/backup_item.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Models
#
# Backup description.
#
class BackupItem < MsRestAzure::ProxyOnlyResource
class BackupItem < MsRestAzure::Resource

include MsRestAzure

Expand Down Expand Up @@ -87,7 +87,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -100,14 +99,34 @@ def self.mapper()
name: 'String'
}
},
location: {
required: true,
serialized_name: 'location',
type: {
name: 'String'
}
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
}
},
tags: {
required: false,
serialized_name: 'tags',
type: {
name: 'Dictionary',
value: {
required: false,
serialized_name: 'StringElementType',
type: {
name: 'String'
}
}
}
},
backup_id: {
required: false,
read_only: true,
Expand Down
Empty file.
Empty file.
27 changes: 23 additions & 4 deletions management/azure_mgmt_web/lib/generated/azure_mgmt_web/models/backup_request.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Models
#
# Description of a backup which will be performed.
#
class BackupRequest < MsRestAzure::ProxyOnlyResource
class BackupRequest < MsRestAzure::Resource

include MsRestAzure

Expand All @@ -33,7 +33,7 @@ class BackupRequest < MsRestAzure::ProxyOnlyResource
attr_accessor :databases

# @return [BackupRestoreOperationType] Type of the backup. Possible
# values include: 'Default', 'Clone', 'Relocation', 'Snapshot'
# values include: 'Default', 'Clone', 'Relocation'
attr_accessor :backup_request_type


Expand All @@ -59,7 +59,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -72,14 +71,34 @@ def self.mapper()
name: 'String'
}
},
location: {
required: true,
serialized_name: 'location',
type: {
name: 'String'
}
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
}
},
tags: {
required: false,
serialized_name: 'tags',
type: {
name: 'Dictionary',
value: {
required: false,
serialized_name: 'StringElementType',
type: {
name: 'String'
}
}
}
},
backup_request_name: {
required: false,
serialized_name: 'properties.name',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module BackupRestoreOperationType
Default = "Default"
Clone = "Clone"
Relocation = "Relocation"
Snapshot = "Snapshot"
end
end
end
Empty file.
Empty file.
2 changes: 0 additions & 2 deletions management/azure_mgmt_web/lib/generated/azure_mgmt_web/models/certificate.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -130,7 +129,6 @@ def self.mapper()
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
Expand Down
Empty file.
Empty file.
25 changes: 22 additions & 3 deletions management/azure_mgmt_web/lib/generated/azure_mgmt_web/models/certificate_email.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Models
#
# SSL certificate email.
#
class CertificateEmail < MsRestAzure::ProxyOnlyResource
class CertificateEmail < MsRestAzure::Resource

include MsRestAzure

Expand Down Expand Up @@ -42,7 +42,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -55,14 +54,34 @@ def self.mapper()
name: 'String'
}
},
location: {
required: true,
serialized_name: 'location',
type: {
name: 'String'
}
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
}
},
tags: {
required: false,
serialized_name: 'tags',
type: {
name: 'Dictionary',
value: {
required: false,
serialized_name: 'StringElementType',
type: {
name: 'String'
}
}
}
},
email_id: {
required: false,
serialized_name: 'properties.emailId',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -70,7 +69,6 @@ def self.mapper()
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
25 changes: 22 additions & 3 deletions ...gement/azure_mgmt_web/lib/generated/azure_mgmt_web/models/connection_string_dictionary.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Models
#
# String dictionary resource.
#
class ConnectionStringDictionary < MsRestAzure::ProxyOnlyResource
class ConnectionStringDictionary < MsRestAzure::Resource

include MsRestAzure

Expand Down Expand Up @@ -39,7 +39,6 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -52,14 +51,34 @@ def self.mapper()
name: 'String'
}
},
location: {
required: true,
serialized_name: 'location',
type: {
name: 'String'
}
},
type: {
required: false,
read_only: true,
serialized_name: 'type',
type: {
name: 'String'
}
},
tags: {
required: false,
serialized_name: 'tags',
type: {
name: 'Dictionary',
value: {
required: false,
serialized_name: 'StringElementType',
type: {
name: 'String'
}
}
}
},
properties: {
required: false,
serialized_name: 'properties',
Expand Down
Empty file.
Empty file.
Empty file.
Loading