Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"name": "sdk-Relay-Hybrid-01",
"type": "Microsoft.Relay/Namespaces/HybridConnections",
"properties": {
"path": "",
"createdAt": "2017-01-23T20:34:49.4131724Z",
"updatedAt": "2017-01-23T20:34:49.4131724Z",
"requiresClientAuthorization": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"name": "sdk-Relay-Hybrid-01",
"type": "Microsoft.Relay/Namespaces/HybridConnections",
"properties": {
"path": "",
"createdAt": "2017-01-23T20:34:49.4131724Z",
"updatedAt": "2017-01-23T20:34:49.4131724Z",
"requiresClientAuthorization": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"name": "sdk-Relay-Hybrid-01",
"type": "Microsoft.Relay/Namespaces/HybridConnections",
"properties": {
"path": "",
"createdAt": "2017-01-23T20:34:49.4131724Z",
"updatedAt": "2017-01-23T20:34:49.4131724Z",
"requiresClientAuthorization": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"name": "sdk-Relay-Hybrid-01",
"type": "Microsoft.Relay/Namespaces/HybridConnections",
"properties": {
"path": "",
"createdAt": "2017-01-23T20:34: 49.4131724Z",
"updatedAt": "2017-01-23T20:34: 49.4131724Z",
"requiresClientAuthorization": true,
Expand Down
62 changes: 29 additions & 33 deletions arm-relay/2016-07-01/swagger/relay.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"200": {
"description": "Namespace Authorization rule returned successfully",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRuleListResult"
"$ref": "#/definitions/AuthorizationRuleListResult"
}
},
"default": {
Expand Down Expand Up @@ -430,9 +430,9 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
},
"description": "The shared access authorization rule."
"description": "The authorization rule parameters"
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -445,7 +445,7 @@
"200": {
"description": "Request to create Namespace Authorization rule succeeded",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
}
},
"default": {
Expand Down Expand Up @@ -527,7 +527,7 @@
"200": {
"description": "Namespace Authorization rule returned successfully",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
}
},
"default": {
Expand Down Expand Up @@ -570,7 +570,7 @@
"200": {
"description": "Successful",
"schema": {
"$ref": "#/definitions/ResourceListKeys"
"$ref": "#/definitions/AuthorizationRuleKeys"
}
},
"default": {
Expand Down Expand Up @@ -622,7 +622,7 @@
"200": {
"description": "Successful",
"schema": {
"$ref": "#/definitions/ResourceListKeys"
"$ref": "#/definitions/AuthorizationRuleKeys"
}
},
"default": {
Expand Down Expand Up @@ -842,7 +842,7 @@
"200": {
"description": "Authorization rules successfully returned.",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRuleListResult"
"$ref": "#/definitions/AuthorizationRuleListResult"
}
}
},
Expand Down Expand Up @@ -879,9 +879,9 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
},
"description": "The shared access authorization rule."
"description": "The authorization rule parameters"
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -894,7 +894,7 @@
"200": {
"description": "HybridConnection Authorization rule created",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
}
},
"default": {
Expand Down Expand Up @@ -982,7 +982,7 @@
"200": {
"description": "HybridConnection AuthorizationRule returned successfully",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
}
},
"default": {
Expand Down Expand Up @@ -1028,7 +1028,7 @@
"200": {
"description": "Request to retirve ConnectionStrings to the HybridConnection succeeded",
"schema": {
"$ref": "#/definitions/ResourceListKeys"
"$ref": "#/definitions/AuthorizationRuleKeys"
}
},
"default": {
Expand Down Expand Up @@ -1083,7 +1083,7 @@
"200": {
"description": "Request to regenerate ConnectionStrings to HybridConnection succeeded",
"schema": {
"$ref": "#/definitions/ResourceListKeys"
"$ref": "#/definitions/AuthorizationRuleKeys"
}
},
"default": {
Expand Down Expand Up @@ -1306,7 +1306,7 @@
"200": {
"description": "Authorization rules successfully returned.",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRuleListResult"
"$ref": "#/definitions/AuthorizationRuleListResult"
}
}
},
Expand Down Expand Up @@ -1343,9 +1343,9 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
},
"description": "The shared access authorization rule."
"description": "The authorization rule parameters."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -1358,7 +1358,7 @@
"200": {
"description": "WCFRelays Authorization rule created",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
}
},
"default": {
Expand Down Expand Up @@ -1446,7 +1446,7 @@
"200": {
"description": "Request for WCFRelays AuthorizationRule succeeded",
"schema": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
}
},
"default": {
Expand Down Expand Up @@ -1492,7 +1492,7 @@
"200": {
"description": "Successful",
"schema": {
"$ref": "#/definitions/ResourceListKeys"
"$ref": "#/definitions/AuthorizationRuleKeys"
}
},
"default": {
Expand Down Expand Up @@ -1547,7 +1547,7 @@
"200": {
"description": "Successful",
"schema": {
"$ref": "#/definitions/ResourceListKeys"
"$ref": "#/definitions/AuthorizationRuleKeys"
}
},
"default": {
Expand Down Expand Up @@ -1666,10 +1666,6 @@
"userMetadata": {
"type": "string",
"description": "usermetadata is a placeholder to store user-defined string data for the HybridConnection endpoint.e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored."
},
"path": {
"type": "string",
"description": "The path of the HybridConnection."
}
},
"description": "Properties of the HybridConnection."
Expand Down Expand Up @@ -1856,12 +1852,12 @@
"tier"
]
},
"SharedAccessAuthorizationRuleListResult": {
"AuthorizationRuleListResult": {
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/SharedAccessAuthorizationRule"
"$ref": "#/definitions/AuthorizationRule"
},
"description": "Result of the List AuthorizationRules operation."
},
Expand All @@ -1872,12 +1868,12 @@
},
"description": "The response of the List Namespace operation."
},
"SharedAccessAuthorizationRule": {
"AuthorizationRule": {
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties",
"description": "SharedAccess Authorization Rule properties"
"$ref": "#/definitions/AuthorizationRuleProperties",
"description": "Authorization Rule properties"
}
},
"required": [
Expand All @@ -1890,7 +1886,7 @@
],
"description": "Description of a Namespace AuthorizationRules."
},
"SharedAccessAuthorizationRuleProperties": {
"AuthorizationRuleProperties": {
"properties": {
"rights": {
"type": "array",
Expand All @@ -1913,9 +1909,9 @@
"required": [
"rights"
],
"description": "SharedAccessAuthorizationRule properties."
"description": "AuthorizationRule properties."
},
"ResourceListKeys": {
"AuthorizationRuleKeys": {
"properties": {
"primaryConnectionString": {
"type": "string",
Expand Down