Skip to content

Commit

Permalink
Add Readme for SecurityInsight
Browse files Browse the repository at this point in the history
  • Loading branch information
LianwMS committed Apr 21, 2020
1 parent 0d2db43 commit 67fb41e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
24 changes: 24 additions & 0 deletions specification/securityinsights/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## AZ

These settings apply only when `--az` is specified on the command line.

``` yaml $(az)
az:
extensions: sentinel
namespace: azure.mgmt.securityinsight
package-name: azure-mgmt-securityinsight
az-output-folder: $(azure-cli-extension-folder)/src/securityinsight
python-sdk-output-folder: "$(az-output-folder)/azext_sentinel/vendored_sdks/securityinsight"

#cli:
# cli-directive:
# directive on operationGroup
# - select: 'operationGroup'
# where:
# operationGroup: 'operations'
# hidden: true
# - where:
# parameter: location
# required: true

```
9 changes: 9 additions & 0 deletions specification/securityinsights/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CLI

These settings apply only when `--cli` is specified on the command line.

``` yaml $(cli)
#cli:
# test-scenario:
# - name: Factories_CreateOrUpdate
```
1 change: 1 addition & 0 deletions specification/securityinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-cli-extensions
```

## C#
Expand Down

0 comments on commit 67fb41e

Please sign in to comment.