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

[Compute] Fix reason #17026

Merged
merged 1 commit into from
Dec 10, 2021
Merged
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
9 changes: 3 additions & 6 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ directive:
- $.definitions.RestorePointCreate.properties
suppress:
- BodyTopLevelProperties
reason:
- CRP has already been using existing ‘RestorePoint’ model definition with these properties as top level properties for many years now.
reason: CRP has already been using existing ‘RestorePoint’ model definition with these properties as top level properties for many years now.
- where:
- $.definitions.RestorePoint.properties
suppress:
Expand Down Expand Up @@ -215,8 +214,7 @@ directive:
- $.definitions.ContainerService
suppress:
- TrackedResourcePatchOperation
reason:
- ACS service is deprecated so a PATCH endpoint won't be implemented
reason: ACS service is deprecated so a PATCH endpoint won't be implemented
- where:
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/remoteDesktopFile"].get
suppress:
Expand All @@ -226,8 +224,7 @@ directive:
- $.definitions.RestorePoint
suppress:
- NestedResourcesMustHaveListOperation
reason:
- CRP supports the list /restorePoint operation by allowing customers to call Get RestorePointCollection with $expand=RestorePoints
reason: CRP supports the list /restorePoint operation by allowing customers to call Get RestorePointCollection with $expand=RestorePoints
```
### Tag: package-2021-07-01
Expand Down