Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Readded provisioning state to interfaceEndpoint.json
  • Loading branch information
Will Ehrich committed Sep 10, 2018
commit 013bfd5682a0a725d9d96514826aa0c1a6b98d13
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@
"type": "string",
"readOnly": true,
"description": "A read-only property that identifies who created this interface endpoint."
},
"provisioningState": {
"readOnly": true,
"type": "string",
"description": "The provisioning state of the network interface IP configuration. Possible values are: 'Updating', 'Deleting', and 'Failed'."
}
},
"description": "Properties of the interface endpoint."
Expand Down