forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix spelling for private link hub path. * Add missing disableInteractiveQuery API. * Refactor workspace name to common type. * Prettier fix. Co-authored-by: raviarora <raviarora@MININT-54JRS6K.fareast.corp.microsoft.com> Co-authored-by: Ravi Arora <raviarora@microsoft.com>
- Loading branch information
1 parent
3b9bfd1
commit d70dd04
Showing
3 changed files
with
96 additions
and
22 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...apse/preview/2019-06-01-preview/examples/IntegrationRuntimes_DisableInteractiveQuery.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "12345678-1234-1234-1234-12345678abc", | ||
"resourceGroupName": "exampleResourceGroup", | ||
"workspaceName": "exampleWorkspace", | ||
"integrationRuntimeName": "exampleManagedIntegrationRuntime", | ||
"api-version": "2019-06-01-preview" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"default": { | ||
"body": { | ||
"error": { | ||
"code": "Error code", | ||
"message": "Error message" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters