Skip to content

Commit

Permalink
fix: Remove type from ArmDisasterRecovery examples for model validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jun 6, 2019
1 parent 6a2aa82 commit b5f49b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"properties": {
"provisioningState": "Accepted",
"partnerNamespace": "sdk-Namespace-37",
"role": "Primary",
"type": "MetadataReplication"
"role": "Primary"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"provisioningState": "Accepted",
"partnerNamespace": "sdk-Namespace-8859",
"role": "Secondary",
"type": "MetadataReplication",
"pendingReplicationOperationsCount": 0
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"properties": {
"provisioningState": "Accepted",
"partnerNamespace": "sdk-Namespace-37",
"role": "Primary",
"type": "MetadataReplication"
"role": "Primary"
}
}
]
Expand Down

0 comments on commit b5f49b1

Please sign in to comment.