Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Security to add version …
Browse files Browse the repository at this point in the history
…preview/2021-07-01-preview (Azure#16549)

* Adds base for updating Microsoft.Security from version preview/2021-07-01-preview to version 2021-07-02-preview

* Updates readme

* Updates API version in new specs and examples

* Fix account id to account ids

* Minor

* Minor

Co-authored-by: Sapir Elmakayes <saelmaka@microsoft.com>
  • Loading branch information
2 people authored and LeiWang3 committed Mar 31, 2022
1 parent a13f14c commit f5cdfb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,12 +386,12 @@
"type": "string",
"description": "If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset"
},
"excludedAccountId": {
"excludedAccountIds": {
"type": "array",
"description": "If the multi cloud account is of membership type organization, list of accounts excluded from offering",
"items": {
"type": "string",
"description": "account ID"
"description": "account IDs"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions specification/security/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ input-file:
override-info:
title: SecurityCenter
```
```

### Tag: package-composite-v1

Expand Down Expand Up @@ -471,8 +471,8 @@ input-file:

# Needed when there is more than one input file
override-info:
title: SecurityCenter
```
title: SecurityCenter
```
### Tag: package-2021-06-only
Expand Down Expand Up @@ -548,4 +548,4 @@ See configuration in [readme.ruby.md](./readme.ruby.md)

## Java

See configuration in [readme.java.md](./readme.java.md)
See configuration in [readme.java.md](./readme.java.md)

0 comments on commit f5cdfb5

Please sign in to comment.