-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Pprp #13294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pprp #13294
Changes from all commits
f6997e8
1e1ea6e
849d943
802c914
c78c44c
8381ca6
ad02e06
ff230a6
3d90d70
ca679c7
98b5969
a03ab7a
de7f797
ac14fed
3f92b7c
7a201a5
3146ae7
b65a035
828dff7
c60c73a
15d15f1
1363da4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -263,12 +263,17 @@ | |
| "$ref": "#/definitions/SubnetEndpointProperty", | ||
| "description": "Endpoint of the subnet." | ||
| }, | ||
| "vnetid": { | ||
| "readOnly": true, | ||
| "type": "string", | ||
| "description": "The virtual network ID. This is typically a GUID. Expect a null GUID by default." | ||
| }, | ||
| "status": { | ||
| "$ref": "#/definitions/SubnetState", | ||
| "description": "Connection State of the subnet." | ||
| }, | ||
| "systemData": { | ||
| "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", | ||
| "$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData", | ||
| "description": "Metadata for the subnet." | ||
| } | ||
| } | ||
|
|
@@ -279,6 +284,7 @@ | |
| "properties": { | ||
| "id": { | ||
| "type": "string", | ||
| "pattern": "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This regex allows double slashes? e.g. /subscriptions//resourceGroups/...
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, this is the same as the patterns other RPs have defined. Examples: azure-rest-api-specs\specification\apimanagement\resource-manager\Microsoft.ApiManagement\preview\2019-12-01-preview\apimdeployment.json |
||
| "description": "Resource id of the subnet." | ||
| } | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.