This repository was archived by the owner on Mar 26, 2026. It is now read-only.
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
exec should be added as a reserved word to avoid a breaking change in osconfig #1672
In PR #1575,
execwas removed from the reserved names list. Removing it from the list would result in a breaking change forosconfig. Seeexec_here which would change toexecif we don't haveexecas a reserved term . https://github.com/googleapis/python-os-config/blob/efa2c169e364e3e8eca62e4c06c14f44ab47db65/google/cloud/osconfig_v1/types/os_policy.py#L151