Skip to content

Commit

Permalink
fix lintdiff error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiahui Li committed Jan 17, 2025
1 parent 9ac9284 commit 099c039
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@
{
"name": "parameters",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/ConvertToVirtualMachineScaleSetInput"
},
Expand All @@ -609,9 +610,6 @@
}
],
"responses": {
"200": {
"description": "OK"
},
"202": {
"description": "Accepted"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/westus/operations/{operationId}&monitor=true&api-version=2024-11-01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/westus/operations/{operationId}&monitor=true&api-version=2024-11-01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2021,7 +2021,7 @@
"tags": [
"VirtualMachines"
],
"operationId": "VirtualMachines_migrateToVirtualMachineScaleSet",
"operationId": "VirtualMachines_migrateToVMScaleSet",
"description": "Migrate a virtual machine from availability set to Flexible Virtual Machine Scale Set.",
"parameters": [
{
Expand Down Expand Up @@ -2055,9 +2055,6 @@
}
],
"responses": {
"200": {
"description": "OK"
},
"202": {
"description": "Accepted"
},
Expand Down
3 changes: 3 additions & 0 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ directive:
- suppress: ResourceNameRestriction
from: dedicatedHost.json
reason: there is no dedicated host naming requirement. It only follows ARM resource naming requirement.
- suppress: ResourceNameRestriction
from: availabilitySet.json
reason: there is no availability set naming requirement. It only follows ARM resource naming requirement.

suppressions:
- code: OperationsAPIImplementation
Expand Down

0 comments on commit 099c039

Please sign in to comment.