Skip to content
Merged
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 @@ -19,7 +19,8 @@
"location": "eastus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"runningOperationIds": []
}
}
},
Expand All @@ -32,7 +33,8 @@
"location": "eastus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"runningOperationIds": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"location": "eastus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"runningOperationIds": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"location": "eastus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"runningOperationIds": []
}
},
{
Expand All @@ -27,7 +28,8 @@
"location": "eastus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"runningOperationIds": []
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"location": "eastus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"runningOperationIds": []
}
},
{
Expand All @@ -26,7 +27,8 @@
"location": "westus",
"tags": {},
"properties": {
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"runningOperationIds": []
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"tag2": "value2"
},
"properties": {
"provisioningState": "Succeeded"
"provisioningState": "Succeeded",
"runningOperationIds": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@
"properties": {
"error": {
"title": "Error",
"$ref": "./network.json#/definitions/ErrorDetails",
"$ref": "./network.json#/definitions/Error",
"description": "The error details object."
}
}
Expand Down Expand Up @@ -2377,6 +2377,14 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the network watcher resource."
},
"runningOperationIds": {
"type": "array",
"description": "List of running operation IDs.",
"items": {
"type": "integer",
"format": "int32"
}
}
},
"description": "The network watcher properties."
Expand Down