Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
DaeunYim committed Jun 16, 2021
1 parent 1454419 commit ccb9a6e
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@
"description": "Server version capabilities."
},
"StorageEditionCapability": {
"type": "object",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -1274,6 +1275,7 @@
"description": "Hyperscale node edition capabilities."
},
"CapabilityProperties": {
"type": "object",
"properties": {
"zone": {
"type": "string",
Expand Down Expand Up @@ -1350,6 +1352,7 @@
}
},
"ServerProperties": {
"type": "object",
"properties": {
"administratorLogin": {
"type": "string",
Expand Down Expand Up @@ -1481,6 +1484,7 @@
"description": "The properties of a server."
},
"Server": {
"type": "object",
"properties": {
"identity": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/Identity",
Expand Down Expand Up @@ -1509,6 +1513,7 @@
"description": "Represents a server."
},
"ServerPropertiesForUpdate": {
"type": "object",
"properties": {
"administratorLoginPassword": {
"type": "string",
Expand Down Expand Up @@ -1549,6 +1554,7 @@
}
},
"ServerForUpdate": {
"type": "object",
"properties": {
"location": {
"type": "string",
Expand Down Expand Up @@ -1591,6 +1597,7 @@
"description": "A list of servers."
},
"Sku": {
"type": "object",
"properties": {
"name": {
"type": "string",
Expand All @@ -1617,6 +1624,7 @@
"description": "Sku information related properties of a server."
},
"Storage": {
"type": "object",
"properties": {
"storageSizeGB": {
"type": "integer",
Expand All @@ -1627,6 +1635,7 @@
"description": "Storage properties of a server"
},
"Backup": {
"type": "object",
"properties": {
"backupRetentionDays": {
"type": "integer",
Expand Down Expand Up @@ -1659,6 +1668,7 @@
"description": "Backup properties of a server"
},
"Network": {
"type": "object",
"properties": {
"publicNetworkAccess": {
"type": "string",
Expand Down Expand Up @@ -1693,6 +1703,7 @@
"description": "Network properties of a server"
},
"HighAvailability": {
"type": "object",
"properties": {
"mode": {
"type": "string",
Expand Down Expand Up @@ -1756,6 +1767,7 @@
}
},
"FirewallRuleProperties": {
"type": "object",
"properties": {
"startIpAddress": {
"type": "string",
Expand All @@ -1775,6 +1787,7 @@
"description": "The properties of a server firewall rule."
},
"FirewallRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/FirewallRuleProperties",
Expand Down Expand Up @@ -1815,6 +1828,7 @@
"description": "A list of firewall rules."
},
"ConfigurationProperties": {
"type": "object",
"properties": {
"value": {
"type": "string",
Expand Down Expand Up @@ -1858,6 +1872,7 @@
"description": "The properties of a configuration."
},
"Configuration": {
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/ConfigurationProperties",
Expand Down Expand Up @@ -1895,6 +1910,7 @@
"description": "A list of server configurations."
},
"OperationDisplay": {
"type": "object",
"properties": {
"provider": {
"type": "string",
Expand All @@ -1920,6 +1936,7 @@
"description": "Display metadata associated with the operation."
},
"Operation": {
"type": "object",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -1983,6 +2000,7 @@
"required": [
"name"
],
"type": "object",
"properties": {
"name": {
"type": "string",
Expand All @@ -1996,6 +2014,7 @@
"description": "Request from client to check resource name availability."
},
"NameAvailability": {
"type": "object",
"properties": {
"message": {
"type": "string",
Expand Down Expand Up @@ -2031,6 +2050,7 @@
"description": "Represents server restart parameters."
},
"CloudError": {
"type": "object",
"x-ms-external": true,
"properties": {
"error": {
Expand Down

0 comments on commit ccb9a6e

Please sign in to comment.