Skip to content

Commit 2b98451

Browse files
dhu5432harryli0108
authored andcommitted
Update clientTYpe (Azure#24503)
1 parent e4427b1 commit 2b98451

File tree

1 file changed

+1
-27
lines changed
  • specification/resources/resource-manager/Microsoft.Resources/preview/2023-07-01-preview

1 file changed

+1
-27
lines changed

specification/resources/resource-manager/Microsoft.Resources/preview/2023-07-01-preview/changes.json

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -303,33 +303,7 @@
303303
"clientType": {
304304
"description": "Client used to make the changes",
305305
"type": "string",
306-
"readOnly": true,
307-
"enum": [
308-
"CLI",
309-
"Portal",
310-
"SDK"
311-
],
312-
"x-ms-enum": {
313-
"name": "clientType",
314-
"modelAsString": true,
315-
"values": [
316-
{
317-
"value": "CLI",
318-
"description": "The change(s) were made through the Command Line Interface",
319-
"name": "CLI"
320-
},
321-
{
322-
"value": "Portal",
323-
"description": "The change(s) were made through the Portal",
324-
"name": "Portal"
325-
},
326-
{
327-
"value": "SDK",
328-
"description": "The change(s) were made through a Software Development Kit",
329-
"name": "SDK"
330-
}
331-
]
332-
}
306+
"readOnly": true
333307
},
334308
"operation": {
335309
"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",

0 commit comments

Comments
 (0)