Skip to content

Commit

Permalink
Revert "Point GKEHub Membership API to v1beta as v1beta1 will be depr…
Browse files Browse the repository at this point in the history
…ecated soon #16950" (#9846) (#6882)

[upstream:ff9f783e20a7fb922821ca066557fcc1bcc30104]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and ScottSuarez committed Jan 22, 2024
1 parent 20f4952 commit 1d7e6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/9846.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
2 changes: 1 addition & 1 deletion google-beta/transport/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ var DefaultBasePaths = map[string]string{
FirebaseStorageBasePathKey: "https://firebasestorage.googleapis.com/v1beta/",
FirestoreBasePathKey: "https://firestore.googleapis.com/v1/",
GKEBackupBasePathKey: "https://gkebackup.googleapis.com/v1/",
GKEHubBasePathKey: "https://gkehub.googleapis.com/v1beta/",
GKEHubBasePathKey: "https://gkehub.googleapis.com/v1beta1/",
GKEHub2BasePathKey: "https://gkehub.googleapis.com/v1beta/",
GkeonpremBasePathKey: "https://gkeonprem.googleapis.com/v1/",
HealthcareBasePathKey: "https://healthcare.googleapis.com/v1beta1/",
Expand Down

0 comments on commit 1d7e6f4

Please sign in to comment.