From 1523232652d03b032baaefca45cf062dfd0f9634 Mon Sep 17 00:00:00 2001 From: Haridarshan HS Date: Wed, 7 Mar 2018 13:13:52 -0800 Subject: [PATCH] update roledefinition filters to be in sync with the filters present in service (#2586) * fix the hardcoding of api version for classicadmin in sdk * fix 2017 version preview file * update filter to make it in sync with service * update filter to make it in sync with service --- .../2018-01-01-preview/authorization-RoleBasedCalls.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleBasedCalls.json b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleBasedCalls.json index 007b8c3c32aa..4651046b3edc 100644 --- a/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleBasedCalls.json +++ b/specification/authorization/resource-manager/Microsoft.Authorization/preview/2018-01-01-preview/authorization-RoleBasedCalls.json @@ -971,6 +971,10 @@ "roleName": { "type": "string", "description": "Returns role definition with the specific name." + }, + "type": { + "type": "string", + "description": "Returns role definition with the specific type." } }, "description": "Role Definitions filter"