- apply lint:fix results
- revert fixes that are not related to consistent-type-imports and cases error
- regenerate .api.md files
- format
- update core-comparison diff
also remove dependency on `@microsoft/api-extractor` as we already move to
`dev-tool run extract-api` which calls api-extractor Api instead.
***NO_CI***
### Packages impacted by this PR
@azure-rest/ai-vision-image-analysis
### Issues associated with this PR
N/A
### Describe the problem that is addressed by this PR
Stable Release
### Are there test cases added in this PR? _(If not, why?)_
No changes.
***NO_CI***
- replace version to "~5.6.2"
- rush update
- add `"skipLibCheck": true` for several packages that are affected by https://github.com/vitest-dev/vitest/issues/4688
- [formrecognizer] help TypeScript to understand with more explicit type
- [schema-registry-{avro,json}] skip lib check due to lru-cache issue with the Iterator TReturn change
https://github.com/isaacs/node-lru-cache/issues/348
- [eslint-plugin] github-source-headers rule should use "MIT License".
This change updates our linter rule and the whole repository to have consistent
license header.
***NO_CI***
- remove "All rights reserved." from header
- "MIT license" => "MIT License"
### Packages impacted by this PR
@azure-rest/ai-vision-image-analysis
### Issues associated with this PR
N/A
### Describe the problem that is addressed by this PR
Test cases were failing on playback due to environment
mis-configuration.
### Provide a list of related PRs _(if any)_
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
### Packages impacted by this PR
@azure-rest/ai-vision-image-analysis
### Issues associated with this PR
N/A
### Describe the problem that is addressed by this PR
Changelog and user agent update for beta-3
### Are there test cases added in this PR? _(If not, why?)_
No. Version update only.
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
### Packages impacted by this PR
@azure-rest/ai-vision-image-analysis
### Issues associated with this PR
N/A
### Describe the problem that is addressed by this PR
Re-generated the client to pick up a TypeSpec change that added EntraID
support.
Added test case for above.
Modified readme to show use of DefaultAzureCredential
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
### Are there test cases added in this PR? _(If not, why?)_
Yes.
### Provide a list of related PRs _(if any)_
https://github.com/Azure/azure-rest-api-specs/pull/28482
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
which only extends from tsconfig.json. There might be more customization for
packages in the early days but not any more.
This PR removes it and updates packages to extends tsconfig.json directly
***NO_CI***
### Packages impacted by this PR
@azure-rest/ai-vision-image-analysis
### Describe the problem that is addressed by this PR
Changelog and user agent update from prepare-release script
### Packages impacted by this PR
N/A. This PR is a sample / test update only.
### Describe the problem that is addressed by this PR
Using a higher resolution sample provides better results.
This change migrates every package to the latest major version of
identity in order to ensure we can catch any regressions earlier in the
development process.
I chose to upgrade the samples' package.json as well - but happy to
revert that if there are objections.
***NO_CI***
### Packages impacted by this PR
@azure-rest/ai-vision-image-analysis
### Issues associated with this PR
N/A
### Describe the problem that is addressed by this PR
Update generated code to latest TypeSpec
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
### Are there test cases added in this PR? _(If not, why?)_
No. No functionality changed
### Provide a list of related PRs _(if any)_
TSP PR: https://github.com/Azure/azure-rest-api-specs/pull/27296
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
***NO_CI***
Latest versions of prettier now correctly formats `tsconfig.json`, which results
in differences with previous version of 3.1.1 in pnpm-lock.yaml. This is failing
the automated rush update pipeline because `check-format` fails with version
3.2.4.
This includes changes of
- bumping prettier version to ^3.2.4
- running `rush format`
### Packages impacted by this PR
N/A: Readme metadata and CODEOWNERS update
### Issues associated with this PR
### Describe the problem that is addressed by this PR
The readme's for ImageAnalysis didn't have the metadata for learn
integration.
CODEOWNERS weren't listed for IA directory.
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
### Are there test cases added in this PR? _(If not, why?)_
### Provide a list of related PRs _(if any)_
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
The higher version is what we use in the other SDKs (Java, Python, C#).
It gives more rich analysis results that show the full potential of
Image Analysis service.
***NO_CI***
- remove dev dependency `prettier` from non-tool packages when possible and
update them to run vendored prettier for `check-format` and `format` scripts
- upgrade rest of packages to prettier v3
- run `rush format` for all rush packages
This is a follow-up to https://github.com/Azure/azure-sdk-for-js/pull/28127 to
move the rest of repo to prettier v3.
### Packages impacted by this PR
@azure-rest/ai-vision-image-analysis
### Issues associated with this PR
### Describe the problem that is addressed by this PR
Broken links in readme.md
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
N/A
### Are there test cases added in this PR? _(If not, why?)_
### Provide a list of related PRs _(if any)_
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
### Packages impacted by this PR
@Azure/imageAnalysis
### Issues associated with this PR
N/A
### Describe the problem that is addressed by this PR
Initial add of ImageAnalysis RLC, opening PR to get gates run to start
knocking those problems down...
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
A DPG client...
### Are there test cases added in this PR? _(If not, why?)_
Yes
### Provide a list of related PRs _(if any)_
TyepSpec PR: https://github.com/Azure/azure-rest-api-specs/pull/26146
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)