Skip to content

Commit

Permalink
implement fix as suggested by Azure/autorest#4262
Browse files Browse the repository at this point in the history
  • Loading branch information
forteddyt committed Aug 16, 2021
1 parent 4e65cc8 commit ced11a7
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@
"x-ms-client-flatten": true
},
"identity": {
"$ref": "#/definitions/Identity",
"$ref": "#/definitions/MachineLearningIdentity",
"description": "The identity of the resource."
},
"location": {
Expand Down Expand Up @@ -2185,7 +2185,7 @@
"description": "The sku of the workspace."
},
"identity": {
"$ref": "#/definitions/Identity",
"$ref": "#/definitions/MachineLearningIdentity",
"description": "The identity of the resource."
},
"properties": {
Expand Down Expand Up @@ -2872,7 +2872,8 @@
},
"description": "The List WorkspaceQuotasByVMFamily operation response."
},
"Identity": {
"MachineLearningIdentity": {
"x-ms-client-name": "Identity",
"properties": {
"principalId": {
"readOnly": true,
Expand Down Expand Up @@ -3080,7 +3081,7 @@
],
"properties": {
"identity": {
"$ref": "#/definitions/Identity",
"$ref": "#/definitions/MachineLearningIdentity",
"description": "The identity of the resource."
},
"location": {
Expand Down Expand Up @@ -4216,7 +4217,7 @@
"description": "Resource properties."
},
"identity": {
"$ref": "#/definitions/Identity",
"$ref": "#/definitions/MachineLearningIdentity",
"description": "The identity of the resource."
},
"location": {
Expand Down Expand Up @@ -4348,7 +4349,7 @@
"x-ms-client-flatten": true
},
"identity": {
"$ref": "#/definitions/Identity",
"$ref": "#/definitions/MachineLearningIdentity",
"description": "The identity of the resource."
},
"location": {
Expand Down

0 comments on commit ced11a7

Please sign in to comment.