Skip to content

Commit 8383f5c

Browse files
Add new metadata tag to DSF for workbench instance (#12585)
[upstream:41106d3495730fefb2790a041a2268d2bfcc7c56] Signed-off-by: Modular Magician <[email protected]>
1 parent 222f467 commit 8383f5c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/12585.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
workbench: fixed an issue where a server-added `metadata` tag of `"resource-url"` would not be ignored
3+
```

google-beta/services/workbench/resource_workbench_instance.go

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
103103
"report-notebook-metrics",
104104
"report-system-health",
105105
"report-system-status",
106+
"resource-url",
106107
"restriction",
107108
"serial-port-logging-enable",
108109
"service-account-mode",

0 commit comments

Comments
 (0)