Skip to content

Commit

Permalink
try suppressing SECRET_PROPERTY error
Browse files Browse the repository at this point in the history
  • Loading branch information
cataggar committed Oct 21, 2020
1 parent 214ed73 commit d3a567f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions specification/vmware/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ directive:
from: vmware.json
where: $.definitions.Operation.properties.properties
reason: x-ms-client-flatten not needed for Operation
- suppress: SECRET_PROPERTY
from: vmware.json
where:
- $.definitions.AdminCredentials.properties.nsxtPassword
- $.definitions.AdminCredentials.properties.vcenterPassword
reason: Secrets are OK to return in a POST response.
```

### Tag: package-2019-08-09-preview
Expand Down

0 comments on commit d3a567f

Please sign in to comment.