Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin committed Nov 26, 2024
1 parent f2ea41b commit 7120c17
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public async Task Insert_resource_command_should_insert_basic_resource()
resource myName 'My.Rp/myTypes@2020-01-01' = {
name: 'myName'
properties: {
readOnlyProp: 'abc'
readWriteProp: 'def'
writeOnlyProp: 'ghi'
int64Prop: 9223372036854775807
Expand Down Expand Up @@ -286,7 +285,6 @@ public async Task Insert_resource_command_should_insert_resource_group()
resource myRg 'Microsoft.Resources/resourceGroups@2020-01-01' = {
name: 'myRg'
properties: {
readOnlyProp: 'abc'
readWriteProp: 'def'
writeOnlyProp: 'ghi'
}
Expand Down Expand Up @@ -359,7 +357,6 @@ public async Task Insert_resource_command_should_insert_child_resource()
resource childName 'My.Rp/myTypes/childType@2020-01-01' = {
name: 'myName/childName'
properties: {
readOnlyProp: 'abc'
readWriteProp: 'def'
writeOnlyProp: 'ghi'
}
Expand Down Expand Up @@ -512,7 +509,6 @@ public async Task Insert_resource_command_should_try_to_fetch_without_apiVersion
resource myName 'My.Rp/myTypes@2020-01-01' = {
name: 'myName'
properties: {
readOnlyProp: 'abc'
readWriteProp: 'def'
writeOnlyProp: 'ghi'
}
Expand Down

0 comments on commit 7120c17

Please sign in to comment.