Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure_mgmt_security - Disable preview tags so composite tags are built #1274

Merged
merged 1 commit into from
May 22, 2023

Conversation

akinnane
Copy link
Contributor

@akinnane akinnane commented May 9, 2023

This PR removes preview API versions for the azure_mgmt_security package. The current version of the autorust.toml will only generate the preview API's which are incremental and do not cover all API endpoints. The correct tag to use is probably package-composite-v3 which will be built after this change.

Previous codegen output:

azure_mgmt_security (222)
  package-preview-2022-11
  package-preview-2022-08
  package-preview-2022-07
  package-preview-2022-05
  package-preview-2022-01

New codegen output

azure_mgmt_security (222)
  package-composite-v3
  package-composite-v2
  package-composite-v1
  package-2022-05
  package-2022-03

API spec: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/security/resource-manager/readme.md

@demoray demoray merged commit 588b770 into Azure:main May 22, 2023
6 of 8 checks passed
@demoray
Copy link
Contributor

demoray commented May 22, 2023

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants