Skip to content

Commit

Permalink
Update clientTYpe (#24503)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhu5432 authored Jul 14, 2023
1 parent 950c363 commit 8cf9732
Showing 1 changed file with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,33 +303,7 @@
"clientType": {
"description": "Client used to make the changes",
"type": "string",
"readOnly": true,
"enum": [
"CLI",
"Portal",
"SDK"
],
"x-ms-enum": {
"name": "clientType",
"modelAsString": true,
"values": [
{
"value": "CLI",
"description": "The change(s) were made through the Command Line Interface",
"name": "CLI"
},
{
"value": "Portal",
"description": "The change(s) were made through the Portal",
"name": "Portal"
},
{
"value": "SDK",
"description": "The change(s) were made through a Software Development Kit",
"name": "SDK"
}
]
}
"readOnly": true
},
"operation": {
"description": "The Azure Resource Provider operation that was invoked to make the change(s). See [here](https://learn.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations) for a full list of possible values",
Expand Down

0 comments on commit 8cf9732

Please sign in to comment.