Skip to content

Commit

Permalink
Add ActionType according to arm-rpc (Azure#17078)
Browse files Browse the repository at this point in the history
* Add ActionType according to arm-rpc

* add stable API version
  • Loading branch information
yuwzho committed Dec 16, 2021
1 parent abd1cc9 commit 79751e0
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3523,6 +3523,18 @@
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
},
"actionType": {
"description": "Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
"type": "string",
"readOnly": true,
"enum": [
"Internal"
],
"x-ms-enum": {
"name": "ActionType",
"modelAsString": true
}
},
"origin": {
"description": "Origin of the operation",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4107,6 +4107,18 @@
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
},
"actionType": {
"description": "Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
"type": "string",
"readOnly": true,
"enum": [
"Internal"
],
"x-ms-enum": {
"name": "ActionType",
"modelAsString": true
}
},
"origin": {
"description": "Origin of the operation",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4187,6 +4187,18 @@
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
},
"actionType": {
"description": "Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
"type": "string",
"readOnly": true,
"enum": [
"Internal"
],
"x-ms-enum": {
"name": "ActionType",
"modelAsString": true
}
},
"origin": {
"description": "Origin of the operation",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4969,6 +4969,18 @@
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
},
"actionType": {
"description": "Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
"type": "string",
"readOnly": true,
"enum": [
"Internal"
],
"x-ms-enum": {
"name": "ActionType",
"modelAsString": true
}
},
"origin": {
"description": "Origin of the operation",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4078,6 +4078,18 @@
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
},
"actionType": {
"description": "Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.",
"type": "string",
"readOnly": true,
"enum": [
"Internal"
],
"x-ms-enum": {
"name": "ActionType",
"modelAsString": true
}
},
"origin": {
"description": "Origin of the operation",
"type": "string"
Expand Down

0 comments on commit 79751e0

Please sign in to comment.