Skip to content

Commit

Permalink
feat(osconfig): update the api
Browse files Browse the repository at this point in the history
#### osconfig:v1alpha

The following keys were added:
- resources.projects.resources.locations.resources.instanceOSPoliciesCompliances (Total Keys: 3)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent 9225ac7 commit 4f66a2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion googleapiclient/discovery_cache/documents/osconfig.v1.json
Expand Up @@ -1000,7 +1000,7 @@
}
}
},
"revision": "20230409",
"revision": "20230521",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptSettings": {
Expand Down
Expand Up @@ -110,8 +110,10 @@
"locations": {
"resources": {
"instanceOSPoliciesCompliances": {
"deprecated": true,
"methods": {
"get": {
"deprecated": true,
"description": "Get OS policies compliance data for the specified Compute Engine VM instance.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/instanceOSPoliciesCompliances/{instanceOSPoliciesCompliancesId}",
"httpMethod": "GET",
Expand All @@ -137,6 +139,7 @@
]
},
"list": {
"deprecated": true,
"description": "List OS policies compliance data for all Compute Engine VM instances in the specified zone.",
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/instanceOSPoliciesCompliances",
"httpMethod": "GET",
Expand Down Expand Up @@ -684,7 +687,7 @@
}
}
},
"revision": "20230409",
"revision": "20230521",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"CVSSv3": {
Expand Down
Expand Up @@ -689,7 +689,7 @@
}
}
},
"revision": "20230409",
"revision": "20230521",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptRepository": {
Expand Down

0 comments on commit 4f66a2c

Please sign in to comment.