Skip to content

Commit

Permalink
Revert "implement fix as suggested by Azure/autorest#4262"
Browse files Browse the repository at this point in the history
This reverts commit ced11a7.
  • Loading branch information
forteddyt committed Aug 18, 2021
1 parent 19cec3e commit d05e9f7
Showing 1 changed file with 6 additions and 7 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/MachineLearningIdentity",
"$ref": "#/definitions/Identity",
"description": "The identity of the resource."
},
"location": {
Expand Down Expand Up @@ -2185,7 +2185,7 @@
"description": "The sku of the workspace."
},
"identity": {
"$ref": "#/definitions/MachineLearningIdentity",
"$ref": "#/definitions/Identity",
"description": "The identity of the resource."
},
"properties": {
Expand Down Expand Up @@ -2872,8 +2872,7 @@
},
"description": "The List WorkspaceQuotasByVMFamily operation response."
},
"MachineLearningIdentity": {
"x-ms-client-name": "Identity",
"Identity": {
"properties": {
"principalId": {
"readOnly": true,
Expand Down Expand Up @@ -3081,7 +3080,7 @@
],
"properties": {
"identity": {
"$ref": "#/definitions/MachineLearningIdentity",
"$ref": "#/definitions/Identity",
"description": "The identity of the resource."
},
"location": {
Expand Down Expand Up @@ -4222,7 +4221,7 @@
"description": "Resource properties."
},
"identity": {
"$ref": "#/definitions/MachineLearningIdentity",
"$ref": "#/definitions/Identity",
"description": "The identity of the resource."
},
"location": {
Expand Down Expand Up @@ -4354,7 +4353,7 @@
"x-ms-client-flatten": true
},
"identity": {
"$ref": "#/definitions/MachineLearningIdentity",
"$ref": "#/definitions/Identity",
"description": "The identity of the resource."
},
"location": {
Expand Down

0 comments on commit d05e9f7

Please sign in to comment.