Skip to content

Commit

Permalink
chore: Skip PolicySimulator v1alpha and v1beta
Browse files Browse the repository at this point in the history
These currently break the build. Once we've fixed the build, we can
look at fixing these two APIs.
  • Loading branch information
jskeet committed Jul 31, 2023
1 parent cab67af commit 850fcd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .kokoro/autorelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ rm -f DiscoveryJson/contentwarehouse_v1.json
# TODO[atarafamas] find out why
rm -f DiscoveryJson/integrations_v1alpha.json

# This causes a failure of
# error CS0102: The type 'OrganizationsResource.LocationsResource'
# already contains a definition for 'OrgPolicyViolationsPreviews'
# TODO[atarafamas] work out what to do about it
rm -f DiscoveryJson/policysimulator_v1alpha.json
rm -f DiscoveryJson/policysimulator_v1beta.json

./BuildGenerated.sh --skipdownload

Expand Down

0 comments on commit 850fcd3

Please sign in to comment.