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
173 changes: 96 additions & 77 deletions management/azure_mgmt_web/lib/generated/azure_mgmt_web.rb
100755 → 100644

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

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


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

include MsRestAzure

Expand Down Expand Up @@ -87,6 +87,7 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -99,34 +100,14 @@ 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: 4 additions & 23 deletions management/azure_mgmt_web/lib/generated/azure_mgmt_web/models/backup_request.rb
100755 → 100644
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::Resource
class BackupRequest < MsRestAzure::ProxyOnlyResource

include MsRestAzure

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

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


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

include MsRestAzure

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

include MsRestAzure

Expand Down Expand Up @@ -39,6 +39,7 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand All @@ -51,34 +52,14 @@ 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