We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d5d3e commit 45ab59fCopy full SHA for 45ab59f
src/services/dataprocAutoscalingPolicy/format.ts
@@ -12,7 +12,6 @@ export default ({
12
region: string
13
}): GcpDataprocAutoscalingPolicy => {
14
const {
15
- id,
16
projectId,
17
name,
18
basicAlgorithm = {},
@@ -22,7 +21,7 @@ export default ({
22
21
} = service
23
24
return {
25
+ id: name,
26
27
region,
28
src/services/dataprocWorkflowTemplate/format.ts
@@ -244,7 +244,6 @@ export default ({
244
245
}): GcpDataprocWorkflowTemplate => {
246
247
248
249
250
version,
@@ -258,7 +257,7 @@ export default ({
258
257
259
260
261
262
263
264
0 commit comments