Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: Microsoft.DevTestLab #4685

Merged
merged 1 commit into from
Dec 3, 2018
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 @@ -3554,7 +3554,7 @@
}
},
"GenerateUploadUriResponse": {
"description": "Reponse body for generating an upload URI.",
"description": "Response body for generating an upload URI.",
"type": "object",
"properties": {
"uploadUri": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels": {
"get": {
"tags": [ "NotificationChannels" ],
"description": "List notificationchannels in a given lab.",
"description": "List notification channels in a given lab.",
"operationId": "NotificationChannels_List",
"parameters": [
{ "$ref": "#/parameters/subscriptionId" },
Expand Down Expand Up @@ -1317,7 +1317,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}": {
"get": {
"tags": [ "NotificationChannels" ],
"description": "Get notificationchannel.",
"description": "Get notification channels.",
"operationId": "NotificationChannels_Get",
"parameters": [
{ "$ref": "#/parameters/subscriptionId" },
Expand Down Expand Up @@ -1405,7 +1405,7 @@
},
"delete": {
"tags": [ "NotificationChannels" ],
"description": "Delete notificationchannel.",
"description": "Delete notification channel.",
"operationId": "NotificationChannels_Delete",
"parameters": [
{ "$ref": "#/parameters/subscriptionId" },
Expand Down Expand Up @@ -1438,7 +1438,7 @@
},
"patch": {
"tags": [ "NotificationChannels" ],
"description": "Modify properties of notificationchannels.",
"description": "Modify properties of notification channels.",
"operationId": "NotificationChannels_Update",
"parameters": [
{ "$ref": "#/parameters/subscriptionId" },
Expand Down Expand Up @@ -5361,7 +5361,7 @@
"properties": {
"diskSizeGiB": {
"format": "int32",
"description": "Size of the disk to be attached in GibiBytes.",
"description": "Size of the disk to be attached in Gibibytes.",
"type": "integer"
},
"diskName": {
Expand Down Expand Up @@ -5789,7 +5789,7 @@
},
"diskSizeGiB": {
"format": "int32",
"description": "The size of the disk in GibiBytes.",
"description": "The size of the disk in Gibibytes.",
"type": "integer"
},
"leasedByLabVmId": {
Expand Down Expand Up @@ -6200,7 +6200,7 @@
}
},
"GenerateUploadUriResponse": {
"description": "Reponse body for generating an upload URI.",
"description": "Response body for generating an upload URI.",
"type": "object",
"properties": {
"uploadUri": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels": {
"get": {
"tags": [ "NotificationChannels" ],
"description": "List notificationchannels in a given lab.",
"description": "List notification channels in a given lab.",
"operationId": "NotificationChannels_List",
"parameters": [
{ "$ref": "#/parameters/subscriptionId" },
Expand Down Expand Up @@ -1376,7 +1376,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}": {
"get": {
"tags": [ "NotificationChannels" ],
"description": "Get notificationchannel.",
"description": "Get notification channel.",
"operationId": "NotificationChannels_Get",
"parameters": [
{ "$ref": "#/parameters/subscriptionId" },
Expand Down Expand Up @@ -1462,7 +1462,7 @@
},
"delete": {
"tags": [ "NotificationChannels" ],
"description": "Delete notificationchannel.",
"description": "Delete notification channel.",
"operationId": "NotificationChannels_Delete",
"parameters": [
{ "$ref": "#/parameters/subscriptionId" },
Expand Down Expand Up @@ -1494,7 +1494,7 @@
},
"patch": {
"tags": [ "NotificationChannels" ],
"description": "Modify properties of notificationchannels.",
"description": "Modify properties of notification channels.",
"operationId": "NotificationChannels_Update",
"parameters": [
{ "$ref": "#/parameters/subscriptionId" },
Expand Down Expand Up @@ -6562,7 +6562,7 @@
"properties": {
"diskSizeGiB": {
"format": "int32",
"description": "Size of the disk to be attached in GibiBytes.",
"description": "Size of the disk to be attached in Gibibytes.",
"type": "integer"
},
"diskName": {
Expand All @@ -6586,7 +6586,7 @@
"properties": {
"diskSizeGiB": {
"format": "int32",
"description": "Size of the disk to be attached in GibiBytes.",
"description": "Size of the disk to be attached in Gibibytes.",
"type": "integer"
},
"diskName": {
Expand Down Expand Up @@ -7293,7 +7293,7 @@
},
"diskSizeGiB": {
"format": "int32",
"description": "The size of the disk in GibiBytes.",
"description": "The size of the disk in Gibibytes.",
"type": "integer"
},
"leasedByLabVmId": {
Expand Down Expand Up @@ -7349,7 +7349,7 @@
},
"diskSizeGiB": {
"format": "int32",
"description": "The size of the disk in GibiBytes.",
"description": "The size of the disk in Gibibytes.",
"type": "integer"
},
"leasedByLabVmId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -668,26 +668,26 @@
"display": {
"provider": "Microsoft DevTest Labs",
"resource": "notificationChannels",
"operation": "Delete notificationchannels.",
"description": "Delete notificationchannels."
"operation": "Delete notification channels.",
"description": "Delete notification channels."
}
},
{
"name": "Microsoft.DevTestLab/labs/notificationChannels/read",
"display": {
"provider": "Microsoft DevTest Labs",
"resource": "notificationChannels",
"operation": "Read notificationchannels.",
"description": "Read notificationchannels."
"operation": "Read notification channels.",
"description": "Read notification channels."
}
},
{
"name": "Microsoft.DevTestLab/labs/notificationChannels/write",
"display": {
"provider": "Microsoft DevTest Labs",
"resource": "notificationChannels",
"operation": "Add or modify notificationchannels.",
"description": "Add or modify notificationchannels."
"operation": "Add or modify notification channels.",
"description": "Add or modify notification channels."
}
},
{
Expand Down