Skip to content

Commit

Permalink
Fix regression caused by previous merge (Azure#2043)
Browse files Browse the repository at this point in the history
* add can delegate flag to ra calls

* update the version of api

* add dummy example files-to be updated in next commit

* update as per the comments

* update examples

* add new version support for go in readme

* fix json parse issue

* fix json parse issue

* update x-ms-paths

* update x-ms-paths

* update examples

* update as per comments

* udpated as per the comments

* fix readonly

* fix changed exmple files

* fix regression caused by previous merge

* update example missed out

* update swagger

* fix model validation issues
  • Loading branch information
darshanhs90 authored and mcardosos committed Nov 22, 2017
1 parent 9e9ae3c commit 058c0c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,10 @@
"type": "string",
"description": "The role definition description."
},
"roletype": {
"type": {
"type": "string",
"description": "The role type."
"description": "The role type.",
"x-ms-client-name": "roleType"
},
"permissions": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"body": {
"properties": {
"roleName": "Role name",
"roletype": "roletype",
"type": "roletype",
"description": "Role description",
"assignableScopes": [
"/subscriptions/subId"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"properties": {
"roleName": "Role name",
"roletype": "roletype",
"type": "roletype",
"description": "Role description",
"assignableScopes": [
"/subscriptions/subId"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"body": {
"properties": {
"roleName": "Role name",
"roletype": "roletype",
"type": "roletype",
"description": "Role description",
"assignableScopes": [
"/subscriptions/subId"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"body": {
"properties": {
"roleName": "Role name",
"roletype": "roletype",
"type": "roletype",
"description": "Role description",
"assignableScopes": [
"/subscriptions/subId"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"body": {
"properties": {
"roleName": "Role name",
"roletype": "roletype",
"type": "roletype",
"description": "Role description",
"assignableScopes": [
"/subscriptions/subId"
Expand Down

0 comments on commit 058c0c0

Please sign in to comment.