Skip to content

Commit

Permalink
fixing bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
veronicagg committed Mar 29, 2017
1 parent b0e01c8 commit 9d6f47a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 49 deletions.
4 changes: 0 additions & 4 deletions arm-eventhub/2015-08-01/swagger/EventHub.json
Original file line number Diff line number Diff line change
Expand Up @@ -1518,11 +1518,7 @@
"secondaryKey": {
"type": "string",
"readOnly": true,
<<<<<<< HEAD
"description": "A base64-encoded 256-bit primary key for signing and validating the SAS token."
=======
"description": "A base64-encoded 256-bit secondary key for signing and validating the SAS token."
>>>>>>> cd32a50003b5f95307f849cb770ed3b2f66a85a4
},
"keyName": {
"type": "string",
Expand Down
49 changes: 4 additions & 45 deletions arm-sql/2014-04-01/swagger/sql.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@
{
"$ref": "#/parameters/ServerNameParameter"
},
{
"$ref": "#/parameters/DatabaseExpandParameter"
},
{
"name": "$filter",
"in": "query",
Expand Down Expand Up @@ -2752,7 +2755,6 @@
},
"description": "Represents a Slo Usage Metric."
},

"OperationImpact": {
"properties": {
"name": {
Expand Down Expand Up @@ -3103,49 +3105,6 @@
}
}
},
"Operation": {
"description": "SQL REST API operation definition.",
"type": "object",
"properties": {
"name": {
"description": "Operation name: {provider}/{resource}/{operation}",
"type": "string"
},
"display": {
"description": "Display metadata associated with the operation.",
"properties": {
"provider": {
"description": "Service provider: Microsoft SQL Database.",
"type": "string"
},
"resource": {
"description": "Resource on which the operation is performed: Server, Database, etc.",
"type": "string"
},
"operation": {
"description": "Type of operation: get, read, delete, etc.",
"type": "string"
}
}
}
}
},
"OperationListResult": {
"description": "Result of the request to list SQL operations. It contains a list of operations and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
},
"description": "List of SQL operations supported by the SQL resource provider."
},
"nextLink": {
"type": "string",
"description": "URL to get the next set of operation list results if there are any."
}
}
},
"Operation": {
"description": "SQL REST API operation definition.",
"type": "object",
Expand Down Expand Up @@ -3214,4 +3173,4 @@
"x-ms-parameter-location": "method"
}
}
}
}

0 comments on commit 9d6f47a

Please sign in to comment.