Skip to content

Commit 16514a1

Browse files
yoshi-automationsofisl
authored andcommitted
fix(osconfig): update the API
#### osconfig:v1 The following keys were changed: - schemas.InventoryItem.properties.type.enumDescriptions - schemas.OSPolicyResourceExecResourceExec.properties.outputFilePath.description
1 parent 83b879c commit 16514a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/osconfig-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
}
10841084
}
10851085
},
1086-
"revision": "20240602",
1086+
"revision": "20240901",
10871087
"rootUrl": "https://osconfig.googleapis.com/",
10881088
"schemas": {
10891089
"AptSettings": {
@@ -1565,7 +1565,7 @@
15651565
"AVAILABLE_PACKAGE"
15661566
],
15671567
"enumDescriptions": [
1568-
"Invalid. An type must be specified.",
1568+
"Invalid. A type must be specified.",
15691569
"This represents a package that is installed on the VM.",
15701570
"This represents an update that is available for a package."
15711571
],
@@ -2480,7 +2480,7 @@
24802480
"type": "string"
24812481
},
24822482
"outputFilePath": {
2483-
"description": "Only recorded for enforce Exec. Path to an output file (that is created by this Exec) whose content will be recorded in OSPolicyResourceCompliance after a successful run. Absence or failure to read this file will result in this ExecResource being non-compliant. Output file size is limited to 100K bytes.",
2483+
"description": "Only recorded for enforce Exec. Path to an output file (that is created by this Exec) whose content will be recorded in OSPolicyResourceCompliance after a successful run. Absence or failure to read this file will result in this ExecResource being non-compliant. Output file size is limited to 500K bytes.",
24842484
"type": "string"
24852485
},
24862486
"script": {

src/apis/osconfig/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ export namespace osconfig_v1 {
10941094
*/
10951095
interpreter?: string | null;
10961096
/**
1097-
* Only recorded for enforce Exec. Path to an output file (that is created by this Exec) whose content will be recorded in OSPolicyResourceCompliance after a successful run. Absence or failure to read this file will result in this ExecResource being non-compliant. Output file size is limited to 100K bytes.
1097+
* Only recorded for enforce Exec. Path to an output file (that is created by this Exec) whose content will be recorded in OSPolicyResourceCompliance after a successful run. Absence or failure to read this file will result in this ExecResource being non-compliant. Output file size is limited to 500K bytes.
10981098
*/
10991099
outputFilePath?: string | null;
11001100
/**

0 commit comments

Comments
 (0)