Closed sarangan12 closed 1 month ago
Latest commit: 1494b41410a1cd1d3d884532c4c4c7be2571a126
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
LGTM for azure/resource-manager.
So in the future, we should only update 4 azure scenarios(azure/client/resiliency/pageable) in this repo, and for others, we should be writing in microsoft/typespec?
for a short period of time if you need to update teh typespec scenarios you should update it in both place.
For azure we are also moving them to the typespec-azure repo so you will need to update it there when that is done too.
When that is done we'll try to quickly rollout on having everyone use the new typespec and typespec-azure version instead so we can stop maintaining this repo
As part of
cadl-ranch
migration, several packages have been migrated fromcadl-ranch
repository totypespec
repository. Now, the changes made to thetypespec
repository has to be backported to thecadl-ranch
repository. This PR accomplishes that.This PR consists of the following changes:
cadl-ranch-api
&cadl-ranch
packages have been migrated from the corresponding packages in thetypespec
repository. Except for 3 design changes, there is no bigger changes. These 3 changes are indicated in the PR Comments.cadl-ranch-specs
repository have been migrated from the corresponding package in thetypespec
repository. In addition to the endpoints in thetypespec
repository, the following folders have been migrated to new model:This change is done for 2 reasons. One, We do not want anyone to add new features in these folders using the old model. Second, I am planning to port these folders to the new package
azure-http-specs
for which I will create the PR shortly after this is merged.I have already executed e2e scenarios and all validations are successful.
Note I have not made any major/minor version bumps for any of the 3 packages involved in this PR
Please review and approve the PR. Thanks