diff --git a/specification/graphrbac/data-plane/readme.md b/specification/graphrbac/data-plane/readme.md index b92980494b79..fc06a3929da1 100644 --- a/specification/graphrbac/data-plane/readme.md +++ b/specification/graphrbac/data-plane/readme.md @@ -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' @@ -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) diff --git a/specification/graphrbac/data-plane/stable/1.6/graphrbac.json b/specification/graphrbac/data-plane/stable/1.6/graphrbac.json index 96cb6761dcf6..eaedd961a2bf 100644 --- a/specification/graphrbac/data-plane/stable/1.6/graphrbac.json +++ b/specification/graphrbac/data-plane/stable/1.6/graphrbac.json @@ -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."