tkappler/v3#3904
Closed
thomas11 wants to merge 13 commits into
Closed
Conversation
thomas11
commented
Jan 29, 2025
Contributor
- Correctly generate "Prior API version" text (Correctly generate "Prior API version" text #3889)
- Pre-alias refactors (Pre-alias refactors #3900)
- A new report listing API versions that are old enough to be removed (A new report listing API versions that are old enough to be removed #3899)
- Remove default state of deleted resources
- Switch to v3 in makefile
- Fix failing python integration test
- Fix import test
- update example csproj files
- Remove docs/resources/app-ContainerApp.md as it doesn't apply anymore in V3 (Remove docs/resources/app-ContainerApp.md as it doesn't apply anymore in V3 #3891)
- Bump and simplify version requirement for the az CLI (Bump and simplify version requirement for the az CLI #3892)
- Update default version in Go for when running tests
- Remove type merging overrides we don't need anymore (Remove type merging overrides we don't need anymore #3894)
- regenerate
Updates the generated package description to be correct for 3.x, while also being compatible with 2.x. In 2.x, the generated code is unchanged. In 3.x: ```diff -Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2020-11-01. +Azure REST API version: 2023-02-01. Prior API version in Azure Native 2.x: 2020-11-01. ``` After merging, we'll cherry-pick to v3 branch and regenerate the SDKs. Fixes #3866
A couple of minor clean-ups pulled out from the alias work: 1. Leverage map iteration helper & rename variables in main schema builder. 2. Make version passing consistent. Only pass via `ldflags` _OR_ CLI arg, but not both.
Add script for generating a new major version.
Fix altered casing of "IP" from `IpAllocationMethod`.
Add new field (privateEndpointVNetPolicies) which is now populated by default in the new version of the VirtualNetwork resource.
The value ("Disabled") was found by creating a VirtualNetwork manually and exporting as an ARM template in the portal.
Resolves #2749 but not completely yet. So far, these are the overrides that can be removed without any further changes, and `make schema` succeeds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.