Skip to content

Commit

Permalink
feat: [IAC-2855]: Remove workspaceId as requirement and add moduleId
Browse files Browse the repository at this point in the history
  • Loading branch information
nassergonzalez committed Jan 2, 2025
1 parent f9ed549 commit 00a5646
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion v0/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@
"type" : "string"
},
"moduleId" : {
"type" : "integer"
"type" : "string"
},
"description" : {
"desc" : "This is the description for IACMStageConfigImpl"
Expand Down
2 changes: 1 addition & 1 deletion v0/pipeline/stages/iacm/iacmstage-config-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ properties:
workspace:
type: string
moduleId:
type: integer
type: string
description:
desc: This is the description for IACMStageConfigImpl
$schema: http://json-schema.org/draft-07/schema#
2 changes: 1 addition & 1 deletion v0/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -84533,7 +84533,7 @@
"type" : "string"
},
"moduleId" : {
"type" : "integer"
"type" : "string"
},
"description" : {
"desc" : "This is the description for IACMStageConfigImpl"
Expand Down
2 changes: 1 addition & 1 deletion v1/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"type" : "string"
},
"moduleId" : {
"type" : "integer"
"type" : "string"
},
"description" : {
"desc" : "This is the description for IACMStageConfigImpl"
Expand Down
2 changes: 1 addition & 1 deletion v1/pipeline/stages/iacm/iacmstage-config-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ properties:
workspace:
type: string
moduleId:
type: integer
type: string
description:
desc: This is the description for IACMStageConfigImpl
$schema: http://json-schema.org/draft-07/schema#
2 changes: 1 addition & 1 deletion v1/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -70788,7 +70788,7 @@
"type" : "string"
},
"moduleId" : {
"type" : "integer"
"type" : "string"
},
"description" : {
"desc" : "This is the description for IACMStageConfigImpl"
Expand Down

0 comments on commit 00a5646

Please sign in to comment.