Skip to content

Commit

Permalink
Fix incorrect url and clarify subscription-level disable (unsure why …
Browse files Browse the repository at this point in the history
…this came with so many commits) (#3886)

* add serial console reference

* update version

* Add readme.md

* update readme.md

* add config to readme

* update default parameter

* fix json

* fix camelcase error

* add x-ms-examples

* add renamed DisableConsoleExample.json

* fix json

* add operations, address github comments

* update operations path spec

* add more examples, some minor changes

* update x-ms-parameter-location

* trivial modification to error message to kickstart a new build process

* example updates

* update example again

* update api version

* modify api version reference

* one more api version reference

* (hopefully) final api version reference update

* update examples and codeowners

* trivial change to kickstart build again

* add python

* trivial change to kickstart build again

* Update CODEOWNERS

* clarify the subscription-level disable

* fix incorrect url
  • Loading branch information
asinn826 authored and sergey-shandar committed Sep 13, 2018
1 parent 19800d8 commit b55dc2b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/providers/consoleServices/{default}/enableConsole": {
"/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/consoleServices/{default}/enableConsole": {
"post": {
"tags": [
"EnableConsole"
],
"operationId": "Console_EnableConsole",
"description": "Enables Serial Console for a VM",
"description": "Enables Serial Console for a subscription",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -154,13 +154,13 @@
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/providers/consoleServices/{default}/disableConsole": {
"/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/consoleServices/{default}/disableConsole": {
"post": {
"tags": [
"DisableConsole"
],
"operationId": "Console_DisableConsole",
"description": "Disables Serial Console for a VM",
"description": "Disables Serial Console for a subscription",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down

0 comments on commit b55dc2b

Please sign in to comment.