diff options
Diffstat (limited to 'src/test/resources/example/modelPropForPolicy.json')
-rw-r--r-- | src/test/resources/example/modelPropForPolicy.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/test/resources/example/modelPropForPolicy.json b/src/test/resources/example/modelPropForPolicy.json index 6923e1a67..bf3480924 100644 --- a/src/test/resources/example/modelPropForPolicy.json +++ b/src/test/resources/example/modelPropForPolicy.json @@ -87,6 +87,13 @@ [ "" ] + }, + { + "name": "targetResourceId", + "value": + [ + "resource-id" + ] } ], @@ -140,6 +147,13 @@ "Failure_Exception", "Failure" ] + }, + { + "name": "targetResourceId", + "value": + [ + "resource-id" + ] } ] ] @@ -205,6 +219,13 @@ [ "" ] + }, + { + "name": "targetResourceId", + "value": + [ + "resource-id" + ] } ], @@ -258,6 +279,13 @@ "Failure_Exception", "Failure" ] + }, + { + "name": "targetResourceId", + "value": + [ + "resource-id" + ] } ] ] |