-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Content Understanding GA SDK for Java #47952
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
Merged
+43,415
−0
Merged
Changes from all commits
Commits
Show all changes
192 commits
Select commit
Hold shift + click to select a range
be4d761
Configurations: 'specification/ai/ContentUnderstanding/tspconfig.yam…
azure-sdk 876170a
Merge remote-tracking branch 'origin/main' into sdkauto/azure-ai-cont…
yungshinlintw c8df6ad
SDK-GEN: Re-generate SDK based on commmit e11e268a65224bd90f3aa450d44…
yungshinlintw 72993cc
Add sample tests for configuring defaults and analyzing binary docume…
e34b5f8
[ContentUnderstanding] Add Java samples (Sample00-Sample04) converted…
a9bd363
[ContentUnderstanding] Add Sample05 and Sample06
2d284fb
[ContentUnderstanding] Add Sample07 and Sample08
d180a18
[ContentUnderstanding] Fix Sample08 update conflict issue
3495c1f
[ContentUnderstanding] Add Sample09_DeleteAnalyzer
5be60e5
[ContentUnderstanding] Fix Sample09 and remove incompatible Sample10-16
fc4a36b
Add Sample10_AnalyzeConfigs and Sample11_AnalyzeReturnRawJson
a101b28
Add Sample12_GetResultFile and Sample13_DeleteResult
cbdc2ad
Add Sample14_CopyAnalyzer, Sample15_GrantCopyAuth, and Sample16_Creat…
92711c7
Refactor Content Understanding Samples to Use Updated Environment Var…
984b4df
Update Content Understanding Samples to Use DefaultAzureCredential fo…
24a9ff7
Update analyzer copy endpoint to use simplified path and expand expec…
5fefcc3
Enhance verification steps in Sample14_CopyAnalyzer to ensure accurat…
651ce86
Refactor Content Understanding Samples to Support API Key and Default…
aad4f2e
Refactor Content Understanding Samples to Use Single Line for Client …
9dd7d8a
Add samples for content understanding SDK
fedf711
Update assets.json to include specific tag for content understanding SDK
dd8ebf3
Update sample file paths and add new sample documents for content und…
8467d24
Disable JaCoCo coverage and Checkstyle for beta.1 - tests under devel…
420cb89
Fix JaCoCo coverage values: use 0 instead of 0.00
e2af7aa
Add UPCA and UPCE barcode terms to spelling dictionary
451a119
Enable Record/Playback test mode for Sample tests
bea9203
Fix surefire include pattern to only match generated/Sample*.java
61fc2a3
Fix double-slash issue in test recordings for Content Understanding
7b55d95
Fix double-slash issue in test recordings: update assets.json to new …
760866c
Strip trailing slash from endpoint to prevent double-slash in URLs
12b2364
Merge branch 'main' of https://github.com/azure-sdk/azure-sdk-for-jav…
1c490eb
Customize Content Understanding Java SDK to match .NET SDK patterns
022040a
Update tests/samples to use convenience methods (getValue, getFieldOr…
2279e7f
Fix Sample03 InvoiceDate type casting - DateField returns LocalDate n…
1433066
Fix CopyAnalyzer API issues and add test recordings
9cf932e
Update README.md with comprehensive documentation
3e586c8
Add cspell.json with custom words for spell checking
316b6e9
Add azure-ai-contentunderstanding to version_client.txt
45f30f2
Add customization to fix copyAnalyzer API path
f9369bc
Remove incompatible generated samples and tests
7155b72
Stop hiding beginAnalyze methods to fix sample compilation
1ce5028
Use ClientLogger for exception throwing to fix checkstyle linting errors
50b979b
TEST: Add test resource creation files and also tests.yml for CI
yungshinlintw 1512c2e
Address PR review feedback for azure-ai-contentunderstanding SDK
changjian-wang c10fdf5
Merge branch 'sdkauto/azure-ai-contentunderstanding-5634426' of https…
a171886
Add sample test for updating default configuration in Content Underst…
changjian-wang c26e48d
Update assets.json to match renamed Sample00_UpdateDefaults test
fd183d3
README: Fix incorrect reference
yungshinlintw 99305b6
Address PR review comments: use environment variables for model deplo…
a313f62
Update README.md with model deployment environment variables
355133d
Fix CI linting errors: update convenience methods to return typed obj…
31790c3
Update test recordings for Sample00, Sample08, Sample14
9071184
Update Sample12 to use getResultFile convenience method instead of ge…
fc3c0c5
Update Sample15 to use grantCopyAuthorization convenience method inst…
3327a1a
Fix Step 3 comment to show correct beginCopyAnalyzer convenience meth…
a5b42b9
Address PR review comments and standardize environment variables
cbe3663
README: Update sample running instructions
yungshinlintw 742d729
README: Update sample running instruction
yungshinlintw 39e9e16
Refactor sample code to use environment variables for endpoint config…
yungshinlintw 420e707
CI: Update pom.xml version
yungshinlintw 13edc5e
SAMPLE: Update invoice sample
yungshinlintw 7471695
CI: Fix cspell issue
yungshinlintw 917ac66
README: Update sample instruction
yungshinlintw 914bc3c
SAMPLE: Simplify CreateAnalyzer sample
yungshinlintw 03eaccc
SAMPLE: Refactor analyzer creation in samples for improved readabilit…
yungshinlintw 9d328fd
CI: UPdatecseppl.json for compiler instructions in README
yungshinlintw d5dafec
SAMPLE: Clean up messages
yungshinlintw 83b1f65
SAMPLE/TEST: Generated unused generated tests
yungshinlintw b9f5c4a
SDK-GEN: Update with latest commit for TypeSpec to address copyAnalyz…
yungshinlintw c3c2dc7
TEST: Upload recording
yungshinlintw 3e35e3b
SAMPLE: Update environment variable names in GrantCopyAuth sample for…
yungshinlintw 0f2d991
SDK-CUSTOMIZATION: Introduce simplified beginAnalyze methods in Conte…
yungshinlintw 432099a
TEST: Update recording in assets.json to reflect new tag version for …
yungshinlintw dd5891a
Refactor content understanding samples and tests for classifier creat…
c7b2771
Merge branch 'sdkauto/azure-ai-contentunderstanding-5634426' of https…
ff01c09
Refactor assertions in sample tests to use static imports for improve…
d6e4a08
Add async samples for deleting analysis results, copying analyzers, g…
1887270
Refactor sample tests to remove async suffix from method names and up…
wangchangjian1130 2be9c6c
Update classifier creation samples to include 'true' for enableSegmen…
wangchangjian1130 6d69aa2
Add retry mechanism for getResultFile in Sample12 tests and samples
wangchangjian1130 e8e24dc
Update asset tag in assets.json to reflect latest version
wangchangjian1130 d8f204f
Update assets.json tag and modify training data SAS URL handling in a…
wangchangjian1130 f459825
AGENT: Add agents for compiling CU SDK in place , run samples, and ru…
yungshinlintw d3bae81
SAMPLE: Update async sample to use reactive pattern. Add a create-cu-…
yungshinlintw b9385b6
SAMPLE: Fix CI issue
yungshinlintw 7f006a6
SAMPLE: Fix CI issue in skill md file
yungshinlintw 4e96ff4
Refactor samples to use reactive pattern for polling results
7c331a6
Update assets.json with new session recordings tag
aef157d
Update assets.json with Sample16 labeled training data recordings
cf0f7e2
Add SDK skills for recording and playback testing
eb41383
Add SDK skills for recording and playback testing
4e2285f
Refactor README and SKILL.md files to streamline content and remove o…
7d9e2a0
SAMPLE: Update Sample 02 to run video/audio/image too
yungshinlintw 0cf7bf3
SKILL: Add sample quality review skill
yungshinlintw 6b4d455
CI: Fix CI issues
yungshinlintw 6879383
CUSTOMIZATION: Update TypeSpec commit id and generate beginAnalyze[B…
yungshinlintw b2e11c0
Merge branch 'main' into sdkauto/azure-ai-contentunderstanding-5634426
yungshinlintw d6968ee
Add assertions and BEGIN/END markers to Sample00_UpdateDefaults tests
7a4ed28
Merge branch 'sdkauto/azure-ai-contentunderstanding-5634426' of https…
5a361b1
Update test recordings for Sample tests
f29e243
Update README.md to include full URLs for skills documentation
wangchangjian1130 a2ab500
CI: Fix cusotmization code that throw exception directly, instead of …
yungshinlintw 8eac9ef
CI: Fix javadoc issue
yungshinlintw ceb3470
Merge branch 'main' into sdkauto/azure-ai-contentunderstanding-5634426
yungshinlintw 08123ac
Update assets.json with new tag version and enhance error handling in…
yungshinlintw 31e5dc1
Merge branch 'sdkauto/azure-ai-contentunderstanding-5634426' of https…
yungshinlintw 9869a93
Updapte sample 16 and its tests. Push recording with updated tests
yungshinlintw 6deb8be
CI: Remove customization not required
yungshinlintw c125bcb
AGENT SKILL: Remove skills for better refacotring later
yungshinlintw 9965b0b
CUSTOMIZATION: Updates comments
yungshinlintw 7ea8d6c
POM: Update package name and description
yungshinlintw 744766d
Merge branch 'main' into sdkauto/azure-ai-contentunderstanding-5634426
chienyuanchang 9ba4a9e
CUSTOMIZATION: Improve ContentField access methods and update conveni…
yungshinlintw 95a5b8b
CUSTOMIZATION: Make the hidding of analyze/analyzeBinary to be robust
yungshinlintw df30ffa
Merge branch 'sdkauto/azure-ai-contentunderstanding-5634426' of https…
yungshinlintw a1a9973
README: Update pom.xml to remove test scope for azure-identity depend…
yungshinlintw f8666be
Merge branch 'main' into sdkauto/azure-ai-contentunderstanding-5634426
yungshinlintw db126ac
Merge branch 'main' into sdkauto/azure-ai-contentunderstanding-5634426
yungshinlintw a472f8c
TEST: Refactor sample file paths in tests to new directory structure …
yungshinlintw 4be21d4
Merge branch 'sdkauto/azure-ai-contentunderstanding-5634426' of https…
yungshinlintw dba5fe3
[ContentUnderstanding] Update SDK to latest TypeSpec commit
0055783
[ContentUnderstanding] Update SDK to latest TypeSpec commit (ff47dc5)
1000cee
Fix README formatting: add missing blank line before section heading
5bd2fc1
Merge remote-tracking branch 'origin/main' into cu_sdk/ga
bcb0aca
Regenerate SDK with emitter 0.39.1 after merging main
8578386
Fix polling context key mismatches and metadata issues in azure-ai-co…
Copilot 38a95e6
Merge branch 'main' into cu_sdk/ga
changjian-wang 3c31037
Merge branch 'main' into cu_sdk/ga
changjian-wang b0050eb
Fix polling strategy key consistency, error formatting, and async sam…
Copilot 950c643
Fix customization to produce correct polling strategy code
a33390e
Update sdk/contentunderstanding/azure-ai-contentunderstanding/pom.xml
changjian-wang 656d581
Update sdk/contentunderstanding/azure-ai-contentunderstanding/src/mai…
changjian-wang f14a45a
Update sdk/contentunderstanding/azure-ai-contentunderstanding/src/mai…
changjian-wang 6e6ba02
Fix typos in DocumentParagraph and initialize kind in KnowledgeSource
wangchangjian1130 a627f43
Refactor sample applications to use CountDownLatch for async operatio…
wangchangjian1130 656b892
Update sdk/contentunderstanding/azure-ai-contentunderstanding/src/sam…
yungshinlintw 73cf1eb
Update sdk/contentunderstanding/azure-ai-contentunderstanding/src/sam…
yungshinlintw fbab37e
Update version to 1.0.0 and finalize release notes for Azure Content …
3413eb8
Remove System.exit(1) from async samples (#47966)
Copilot e10f302
Update CODEOWNERS to add additional owners for Content Understanding …
be2f3b6
Remove no-op fixGeneratedAnalyzeBodiesToCallImplWithUtf16 customization
c381b36
Remove fixGeneratedPollingStrategyCode method and related calls
wangchangjian1130 52f3fb1
Fix generated polling strategy code for case sensitivity and error me…
wangchangjian1130 82444f3
Merge branch 'main' into cu_sdk/ga
yungshinlintw efaf9b1
SDKGEN: Update to the latest TypeSpec, and change to expose only getV…
yungshinlintw 5665d96
SDKGEN: Update TypeSpec commit to 2849e17 (no generated code changes)
yungshinlintw 4472d88
SDKEXT: Add ContentRange model and overloads for beginAnalyzeBinary API
yungshinlintw 03f75b1
SDKGEN: FIx CI issue
yungshinlintw f2e2952
APIView: Address feedback on package name/descriptions
yungshinlintw 54ea223
SDKEXT: Update ContentUnderstanding API to use 'contentRange' instead…
yungshinlintw 168ea1d
SDKEXT: Removed analyzeBinary() that takes a string for contentRange
yungshinlintw 2f80f67
SDKEXT: Enhance ContentUnderstanding with ContentSource hierarchy and…
yungshinlintw ca84b62
SDKEXT: Enhance ContentUnderstanding with Duration properties and get…
yungshinlintw e5dbaaf
SDKEXT: Add Duration support to ContentUnderstandingCustomizations
yungshinlintw 4ef958b
Merge remote-tracking branch 'origin/main' into cu_sdk/ga
yungshinlintw d281866
SDKGEN: Refactor Content Understanding SDK: Rename AnalyzeInput and A…
yungshinlintw 4caa312
SDKEXT: Remove TrackletSource from Content Understanding SDK
yungshinlintw 674e75a
CI: Fix regeneration issue
yungshinlintw e9a5959
SDKGEN: property renaming on ContentAnalyzerConfig.set*Enabled()
yungshinlintw 8cb39b9
SDKAPI: Refactor ContentSource and related classes to return unmodifi…
yungshinlintw f8b3043
SDKGEN: Re-generate with latest TypeSpec
yungshinlintw e0e2185
Merge remote-tracking branch 'origin/main' into cu_sdk/ga
yungshinlintw 2db0ed6
Merge main and regenerate to align with latest TypeSpec emitter
yungshinlintw 94a62f4
SDKGEN: Update TypeSpec to commit to main branch
yungshinlintw 32a4692
SDKEXT: Fix bogus parameter name with *request1 pattern
yungshinlintw bc16e5d
CI: Addressed speller issue
yungshinlintw 6fe63f0
SDKDOCS: Update README to reflect class name changes
yungshinlintw 4b12fec
CUSTOMIZATION: Remove deprecated getTimeMs method and update document…
yungshinlintw 047b598
TEST: Update assertions in ContentSourceTest to use Duration instead …
yungshinlintw 77da99c
SDKEXT: Rename getGroundingSources to getSources in ContentField and …
yungshinlintw 51ac074
COMMENTS: Add comments for generated model files in ContentUnderstand…
yungshinlintw 4727c2d
SAMPLE: Add samples for listing analyzers in Content Understanding SDK
yungshinlintw 2de1786
PR: Refactor ContentField and ContentSource for improved source handling
yungshinlintw c800758
[SDK-UPDATE] default polling interval to 3 seconds
chienyuanchang 466bd58
[SDK-UPDATE] default polling_interval to 3 seconds
chienyuanchang ed62c49
Merge branch 'main' into cu_sdk/ga
yungshinlintw 479aa26
Merge branch 'main' into cu_sdk/ga
yungshinlintw 7baab19
Merge branch 'cu_sdk/ga' of https://github.com/Azure/azure-sdk-for-ja…
yungshinlintw 16b3cec
PR: Use Poller.getId() instead of complex cusotmization to provide ge…
yungshinlintw a26004e
COMMENTS: Enhance ContentUnderstandingCustomizations with public cons…
yungshinlintw 05b28f2
Replace wildcard imports with specific imports in test files
yungshinlintw 43e989b
Remove unused words from cspell.json
yungshinlintw 1206e41
PR: Remove JaCoCo coverage properties from pom.xml
yungshinlintw 7ca9505
Add samples README.md for Azure Sample Browser
yungshinlintw 8069ab5
CI: Fix broken link
yungshinlintw ea50cf8
CI: Fix broken link
yungshinlintw 2b99976
Merge branch 'cu_sdk/ga' of https://github.com/Azure/azure-sdk-for-ja…
yungshinlintw 96fb0bb
Merge branch 'main' into cu_sdk/ga
chienyuanchang aa37405
Merge branch 'main' into cu_sdk/ga
chienyuanchang 5f65b35
Update CHANGELOG.md to reflect the new release date for version 1.0.0
yungshinlintw eaa9931
Merge branch 'cu_sdk/ga' of https://github.com/Azure/azure-sdk-for-ja…
yungshinlintw 3f2d5b6
Merge branch 'main' into cu_sdk/ga
yungshinlintw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
6 changes: 6 additions & 0 deletions
6
sdk/contentunderstanding/azure-ai-contentunderstanding/.gitignore
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Local-only files and temporary scripts (not committed to git) | ||
| .local_only/ | ||
|
|
||
| # Environment variable files (contain secrets) | ||
| .env | ||
| **/.env | ||
12 changes: 12 additions & 0 deletions
12
sdk/contentunderstanding/azure-ai-contentunderstanding/CHANGELOG.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Release History | ||
|
|
||
| ## 1.0.0 (2026-03-02) | ||
|
|
||
| ### Features Added | ||
|
|
||
| - Initial GA release of the Azure Content Understanding client library for Java. | ||
| - Support for creating, getting, listing, and deleting analyzers. | ||
| - Support for analyzing content with `beginAnalyze` long-running operations. | ||
| - Support for getting and deleting analysis results. | ||
| - Synchronous and asynchronous client support via `ContentUnderstandingClient` and `ContentUnderstandingAsyncClient`. | ||
| - Builder pattern for client construction with `ContentUnderstandingClientBuilder`. |
460 changes: 460 additions & 0 deletions
460
sdk/contentunderstanding/azure-ai-contentunderstanding/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
sdk/contentunderstanding/azure-ai-contentunderstanding/assets.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "AssetsRepo": "Azure/azure-sdk-assets", | ||
| "AssetsRepoPrefixPath": "java", | ||
| "TagPrefix": "java/contentunderstanding/azure-ai-contentunderstanding", | ||
| "Tag": "java/contentunderstanding/azure-ai-contentunderstanding_6d6c9cbfc1" | ||
| } |
13 changes: 13 additions & 0 deletions
13
sdk/contentunderstanding/azure-ai-contentunderstanding/cspell.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
yungshinlintw marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "version": "0.2", | ||
| "language": "en", | ||
| "words": [ | ||
| "dexec", | ||
| "dmdep", | ||
| "javac", | ||
| "upca", | ||
| "upce", | ||
| "UPCA", | ||
| "UPCE" | ||
| ] | ||
| } | ||
21 changes: 21 additions & 0 deletions
21
sdk/contentunderstanding/azure-ai-contentunderstanding/customization/pom.xml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project xmlns="http://maven.apache.org/POM/4.0.0" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
| <modelVersion>4.0.0</modelVersion> | ||
|
|
||
| <parent> | ||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-code-customization-parent</artifactId> | ||
| <version>1.0.0-beta.1</version> | ||
| <relativePath>../../../parents/azure-code-customization-parent</relativePath> | ||
| </parent> | ||
|
|
||
| <name>Microsoft Azure Content Understanding client for Java</name> | ||
| <description>This package contains client customization for Microsoft Azure Content Understanding</description> | ||
|
|
||
| <groupId>com.azure.tools</groupId> | ||
| <artifactId>azure-contentunderstanding-customization</artifactId> | ||
| <version>1.0.0-beta.1</version> | ||
| <packaging>jar</packaging> | ||
| </project> |
1,811 changes: 1,811 additions & 0 deletions
1,811
...-contentunderstanding/customization/src/main/java/ContentUnderstandingCustomizations.java
Large diffs are not rendered by default.
Oops, something went wrong.
73 changes: 73 additions & 0 deletions
73
sdk/contentunderstanding/azure-ai-contentunderstanding/pom.xml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| <!-- | ||
| ~ Copyright (c) Microsoft Corporation. All rights reserved. | ||
| ~ Licensed under the MIT License. | ||
| ~ Code generated by Microsoft (R) TypeSpec Code Generator. | ||
| --> | ||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
| <modelVersion>4.0.0</modelVersion> | ||
| <parent> | ||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-client-sdk-parent</artifactId> | ||
| <version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} --> | ||
| <relativePath>../../parents/azure-client-sdk-parent</relativePath> | ||
| </parent> | ||
|
|
||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-ai-contentunderstanding</artifactId> | ||
| <version>1.0.0</version> <!-- {x-version-update;com.azure:azure-ai-contentunderstanding;current} --> | ||
| <packaging>jar</packaging> | ||
|
|
||
| <name>Microsoft Azure client library for Azure Content Understanding in Foundry Tools</name> | ||
| <description>This package contains the Microsoft Azure Content Understanding in Foundry Tools client library.</description> | ||
| <url>https://github.com/Azure/azure-sdk-for-java</url> | ||
|
|
||
| <licenses> | ||
| <license> | ||
| <name>The MIT License (MIT)</name> | ||
| <url>http://opensource.org/licenses/MIT</url> | ||
| <distribution>repo</distribution> | ||
| </license> | ||
| </licenses> | ||
|
|
||
| <scm> | ||
| <url>https://github.com/Azure/azure-sdk-for-java</url> | ||
| <connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection> | ||
| <developerConnection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</developerConnection> | ||
| <tag>HEAD</tag> | ||
| </scm> | ||
| <developers> | ||
| <developer> | ||
| <id>microsoft</id> | ||
| <name>Microsoft</name> | ||
| </developer> | ||
| </developers> | ||
| <properties> | ||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| <!-- Exclude generated sample files from Checkstyle validation --> | ||
| <checkstyle.excludes>**/generated/Sample*.java,**/samples/Sample*.java</checkstyle.excludes> | ||
| </properties> | ||
| <dependencies> | ||
| <dependency> | ||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-core</artifactId> | ||
| <version>1.57.1</version> <!-- {x-version-update;com.azure:azure-core;dependency} --> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-core-http-netty</artifactId> | ||
| <version>1.16.3</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} --> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-core-test</artifactId> | ||
| <version>1.27.0-beta.14</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} --> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-identity</artifactId> | ||
| <version>1.18.2</version> <!-- {x-version-update;com.azure:azure-identity;dependency} --> | ||
| </dependency> | ||
| </dependencies> | ||
|
|
||
| </project> |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.