Skip to content

Commit

Permalink
Update instance resource with CIDR property (#4433)
Browse files Browse the repository at this point in the history
* Update hpcworkbench

* Update interdomain on custom words to fix spell check

* Update hpcworkbench.json (#4440)

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
khannarheams and msyyc authored Aug 5, 2021
1 parent d1519f7 commit 9eaaf93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ hybriddatamanager
Hyperscale
hyperv
Iaas
Interdomain
iaasvmcontainer
IANA
iata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,10 @@
"description": "Common resource representation.",
"x-ms-azure-resource": true
},
"CidrBlock": {
"description": "this is an extension of IPAddress which includes logic related to Classes Interdomain Routing (CIDR) formatted IP Addresses. \r\nE.g. 192.168.0.0/24, most people's default class C RFC 1918 IP space for their home router",
"type": "string"
},
"InstancePropertiesFormat": {
"type": "object",
"properties": {
Expand All @@ -572,12 +576,11 @@
"type": "string",
"description": "Environment of the instance."
},
"instanceAddressSpace": {
"$ref": "#/definitions/CidrBlock"
},
"provisioningState": {
"allOf": [
{
"$ref": "#/definitions/ProvisioningState"
}
],
"$ref": "#/definitions/ProvisioningState",
"description": "Gets the status of the instance at the time the operation was called"
}
},
Expand Down

0 comments on commit 9eaaf93

Please sign in to comment.