Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 1 addition & 14 deletions specification/graphrbac/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ python:
payload-flattening-threshold: 2
namespace: azure.graphrbac
package-name: azure-graphrbac
package-version: 0.50.0
package-version: 0.52.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
Expand All @@ -104,19 +104,6 @@ python:
output-folder: $(python-sdks-folder)/azure-graphrbac
```

## Python

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

``` yaml $(python)
python:
# override the default output folder
output-folder: $(output-folder)/python
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.graphrbac
```

## Go

See configuration in [readme.go.md](./readme.go.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2738,6 +2738,13 @@
"oauth2AllowImplicitFlow" : {
"type": "boolean",
"description": "Whether to allow implicit grant flow for OAuth2"
},
"requiredResourceAccess" : {
"type": "array",
"items": {
"$ref": "#/definitions/RequiredResourceAccess"
},
"description": "Specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources. This pre-configuration of required resource access drives the consent experience."
}
},
"description": "Active Directory application information."
Expand Down