Skip to content

Commit b5e0935

Browse files
chore(osconfig): update the api
1 parent 0a3c912 commit b5e0935

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

googleapiclient/discovery_cache/documents/osconfig.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
}
477477
}
478478
},
479-
"revision": "20210605",
479+
"revision": "20210618",
480480
"rootUrl": "https://osconfig.googleapis.com/",
481481
"schemas": {
482482
"AptSettings": {

googleapiclient/discovery_cache/documents/osconfig.v1alpha.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
}
611611
}
612612
},
613-
"revision": "20210605",
613+
"revision": "20210618",
614614
"rootUrl": "https://osconfig.googleapis.com/",
615615
"schemas": {
616616
"CVSSv3": {
@@ -1696,9 +1696,9 @@
16961696
],
16971697
"enumDescriptions": [
16981698
"Defaults to NONE.",
1699-
"If no interpreter is specified the source will be executed directly, which will likely only succeed for executables and scripts with shebang lines. [Wikipedia shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)).",
1700-
"Indicates that the script will be run with /bin/sh on Linux and cmd.exe on windows.",
1701-
"Indicates that the script will be run with powershell."
1699+
"If an interpreter is not specified, the source is executed directly. This execution, without an interpreter, only succeeds for executables and scripts that have shebang lines.",
1700+
"Indicates that the script runs with `/bin/sh` on Linux and `cmd.exe` on Windows.",
1701+
"Indicates that the script runs with PowerShell."
17021702
],
17031703
"type": "string"
17041704
},

googleapiclient/discovery_cache/documents/osconfig.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
}
600600
}
601601
},
602-
"revision": "20210605",
602+
"revision": "20210618",
603603
"rootUrl": "https://osconfig.googleapis.com/",
604604
"schemas": {
605605
"AptRepository": {

0 commit comments

Comments
 (0)