Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"poolName": "my-dev-ops-pool",
"body": {
"resourceIds": [
"dd8cc705c000000",
"dd8cc705c000001"
"/subscriptions/a2e95d27-c161-4b61-bda4-11512c14c2c2/resourceGroups/my-resource-group/providers/Microsoft.DevOpsInfrastructure/pools/my-dev-ops-pool/resources/dd8cc705c_0",
"/subscriptions/a2e95d27-c161-4b61-bda4-11512c14c2c2/resourceGroups/my-resource-group/providers/Microsoft.DevOpsInfrastructure/pools/my-dev-ops-pool/resources/dd8cc705c_1"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ union LogonType {
@doc("The network profile of the machines in the pool.")
model NetworkProfile {
@doc("The subnet id on which to put all machines created in the pool.")
subnetId: string;
@madeOptional(Microsoft.DevOpsInfrastructure.Versions.v2025_09_20)
subnetId?: string;

@doc("The number of static public IP addresses for outgoing connections assigned to the pool.")
@added(Microsoft.DevOpsInfrastructure.Versions.v2025_09_20)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1253,10 +1253,7 @@
},
"readOnly": true
}
},
"required": [
"subnetId"
]
}
},
"Organization": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"poolName": "my-dev-ops-pool",
"body": {
"resourceIds": [
"dd8cc705c000000",
"dd8cc705c000001"
"/subscriptions/a2e95d27-c161-4b61-bda4-11512c14c2c2/resourceGroups/my-resource-group/providers/Microsoft.DevOpsInfrastructure/pools/my-dev-ops-pool/resources/dd8cc705c_0",
"/subscriptions/a2e95d27-c161-4b61-bda4-11512c14c2c2/resourceGroups/my-resource-group/providers/Microsoft.DevOpsInfrastructure/pools/my-dev-ops-pool/resources/dd8cc705c_1"
]
}
},
Expand Down

This file was deleted.

Loading