Skip to content

Commit

Permalink
Update status and fix one property name. (#9152)
Browse files Browse the repository at this point in the history
Signed-off-by: Pan Li <[email protected]>
  • Loading branch information
Incarnation-p-lee authored Apr 22, 2020
1 parent d365beb commit 247c71a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3241,7 +3241,7 @@
"description": "Name of the operation",
"type": "string"
},
"dataAction": {
"isDataAction": {
"description": "Indicates whether the operation is a data action",
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"runtimeVersion": "Java_8"
},
"provisioningState": "Updating",
"status": "Compiling",
"provisioningState": "Creating",
"status": "Running",
"active": false,
"instances": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"value": [
{
"name": "Microsoft.AppPlatform/Spring/read",
"dataAction": false,
"isDataAction": false,
"display": {
"provider": "Microsoft Azure Distributed Managed Service for Spring",
"resource": "Managed Applications",
Expand Down

0 comments on commit 247c71a

Please sign in to comment.