Skip to content

Commit

Permalink
feat(networkconnectivity): update the api
Browse files Browse the repository at this point in the history
#### networkconnectivity:v1alpha1

The following keys were added:
- schemas.Hub.properties.spokes.deprecated (Total Keys: 1)
- schemas.RouterApplianceInstance.properties.networkInterface.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent c351ce5 commit aa5cfb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -2420,7 +2420,7 @@
}
}
},
"revision": "20230621",
"revision": "20230627",
"rootUrl": "https://networkconnectivity.googleapis.com/",
"schemas": {
"AcceptSpokeRequest": {
Expand Down
Expand Up @@ -1116,7 +1116,7 @@
}
}
},
"revision": "20230621",
"revision": "20230627",
"rootUrl": "https://networkconnectivity.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1329,6 +1329,7 @@
"type": "string"
},
"spokes": {
"deprecated": true,
"description": "Output only. A list of the URIs of all attached spokes. This field is deprecated and will not be included in future API versions. Call ListSpokes on each region instead.",
"items": {
"type": "string"
Expand Down Expand Up @@ -1686,6 +1687,7 @@
"type": "string"
},
"networkInterface": {
"deprecated": true,
"type": "string"
},
"virtualMachine": {
Expand Down

0 comments on commit aa5cfb3

Please sign in to comment.