Skip to content

Commit

Permalink
fix: provisioningState casing in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed May 22, 2019
1 parent c467879 commit 0b4ea6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"targetResource": {
"id": "/subscriptions/726f8cd6-6459-4db4-8e6d-2cd2716904e2/resourceGroups/test/providers/Microsoft.Network/trafficManagerProfiles/testpp2"
},
"ProvisioningState": "Succeeded"
"provisioningState": "Succeeded"
}
}
},
Expand All @@ -53,7 +53,7 @@
"targetResource": {
"id": "/subscriptions/726f8cd6-6459-4db4-8e6d-2cd2716904e2/resourceGroups/test/providers/Microsoft.Network/trafficManagerProfiles/testpp2"
},
"ProvisioningState": "Succeeded"
"provisioningState": "Succeeded"
}
}
}
Expand Down

0 comments on commit 0b4ea6f

Please sign in to comment.