Skip to content

Commit

Permalink
regenerating generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com>
  • Loading branch information
superbeeny committed Aug 14, 2024
1 parent 773e498 commit e0b647e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@
"$ref": "#/73"
},
"flags": 1,
"description": "This specifies a reference to a secret. Secrets are encrypted, often have fine-grained access control, auditing and are recommended to be used to hold sensitive data."
"description": "This secret is used within a recipe. Secrets are encrypted, often have fine-grained access control, auditing and are recommended to be used to hold sensitive data."
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions pkg/corerp/api/v20231001preview/zz_generated_models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4690,7 +4690,7 @@
},
"SecretReference": {
"type": "object",
"description": "This specifies a reference to a secret. Secrets are encrypted, often have fine-grained access control, auditing and are recommended to be used to hold sensitive data.",
"description": "This secret is used within a recipe. Secrets are encrypted, often have fine-grained access control, auditing and are recommended to be used to hold sensitive data.",
"properties": {
"source": {
"type": "string",
Expand All @@ -4708,7 +4708,7 @@
},
"SecretReferenceUpdate": {
"type": "object",
"description": "This specifies a reference to a secret. Secrets are encrypted, often have fine-grained access control, auditing and are recommended to be used to hold sensitive data.",
"description": "This secret is used within a recipe. Secrets are encrypted, often have fine-grained access control, auditing and are recommended to be used to hold sensitive data.",
"properties": {
"source": {
"type": "string",
Expand Down

0 comments on commit e0b647e

Please sign in to comment.