Skip to content

Commit

Permalink
Fix comment Azure#713 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 committed Aug 28, 2024
1 parent 6d2ece0 commit ba88826
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cadl-ranch-specs/cadl-ranch-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ Expected response body:
"value": [
{
"name": "Microsoft.Compute/virtualMachines/write",
"isDataAction": true,
"isDataAction": false,
"display": {
"provider": "Microsoft Compute",
"resource": "Virtual Machines",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ interface AvailableOperations {
{
"value": [{
"name": "Microsoft.Compute/virtualMachines/write",
"isDataAction": true,
"isDataAction": false,
"display": {
"provider": "Microsoft Compute",
"resource": "Virtual Machines",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const validSingletonResource = {

const validAvailableOperations = {
name: "Microsoft.Compute/virtualMachines/write",
isDataAction: true,
isDataAction: false,
display: {
provider: "Microsoft Compute",
resource: "Virtual Machines",
Expand Down

0 comments on commit ba88826

Please sign in to comment.