Skip to content

Commit

Permalink
Updating readme and List operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist13 committed Apr 28, 2021
1 parent f5ae47d commit 42d61c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@
"description": "Delete any VMExtension"
}
},
{
"name": "Microsoft.Compute.Admin/locations/computeScaleUnits/read",
"display": {
"provider": "Microsoft Compute Admin",
"resource": "ScaleUnitView",
"operation": "Get scale unit view",
"description": "Get scale unit view"
}
},
{
"name": "Microsoft.Compute.Admin/locations/Disks/read",
"isDataAction": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"description": "Default Response.",
"schema": {
"$ref": "#/definitions/ErrorDetails"
}
}
}
}
}
}
},
"definitions": {
"ScaleUnit": {
Expand All @@ -70,7 +70,7 @@
"allOf": [
{
"$ref": "#/definitions/Resource"
}
}
]
},
"ScaleUnitProperties": {
Expand Down
9 changes: 5 additions & 4 deletions specification/azsadmin/resource-manager/compute/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ These are the global settings for the Compute API.
title: ComputeAdminClient
description: Compute Admin Client
openapi-type: arm
tag: package-2021-01-01
tag: package-2021-03-30
```
### Tag: package-2021-01-01
### Tag: package-2021-03-30
These settings apply only when `--tag=package-2021-01-01` is specified on the command line.
These settings apply only when `--tag=package-2021-03-30` is specified on the command line.

``` yaml $(tag) == 'package-2021-01-01'
``` yaml $(tag) == 'package-2021-03-30'
input-file:
- Microsoft.Compute.Admin/preview/2015-12-01-preview/Compute.json
- Microsoft.Compute.Admin/preview/2015-12-01-preview/PlatformImages.json
Expand All @@ -40,6 +40,7 @@ input-file:
- Microsoft.Compute.Admin/preview/2018-07-30-preview/DiskMigrationJobs.json
- Microsoft.Compute.Admin/stable/2020-11-01/Features.json
- Microsoft.Compute.Admin/stable/2021-01-01/Quotas.json
- Microsoft.Compute.Admin/stable/2021-03-30/ScaleUnits.json
```

---
Expand Down

0 comments on commit 42d61c0

Please sign in to comment.