-
Notifications
You must be signed in to change notification settings - Fork 11
Idta 01002 3 2 working #520
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
base: IDTA-01002-3-2_Working
Are you sure you want to change the base?
Conversation
remove incorrect note in the title of the discovery service v3.1 ssp001 profile
* Remove redundant Regex Patterns (#479) * remove redundant patterns * add changelog entry * formatting of list (#480) * Added missing 404 return code (#476) * replace explanation in the PostAllAssetLinksByID detail table * declare assetlink/name and assetlink/value as required in openapi * upgraded semanticIds to v3.1 * add changelog for new 404 (#483) * add 204 for delete thumbnails, mark 200 as deprecated * adding missing service specification profiles and fixing the example * add missing entries also in swagger * correct copy-paste error in subsection title * Update documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces.adoc Co-authored-by: Birgit Boss <[email protected]> * fix PostAllAssetLinksById explanation * push all semantic IDs to V3.1 * Update README.md (#493) * update index.adoc with version info and date (#492) * update index.adoc with version info and date * fix referenced security document version --------- Co-authored-by: sebbader-sap <[email protected]> * Update version * Version update to 3.1.1 (#494) --------- Co-authored-by: Birgit Boss <[email protected]> Co-authored-by: Alexander Gordt <[email protected]> Co-authored-by: juileetikekar <[email protected]> Co-authored-by: juileetikekar <[email protected]>
Add the 'ServerNotImplemented' Status Code
…rationShellById Add Parameter "id" and a new Note to PutAssetAdministrationShellById
|
|
| operationId: GetAllAASXPackageIds | ||
| x-semanticIds: | ||
| - https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/0 | ||
| - https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/1 | |
| - https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/2 |
| operationId: GetAASXByPackageId | ||
| x-semanticIds: | ||
| - https://admin-shell.io/aas/API/GetAASXByPackageId/3/0 | ||
| - https://admin-shell.io/aas/API/GetAASXByPackageId/3/1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - https://admin-shell.io/aas/API/GetAASXByPackageId/3/1 | |
| - https://admin-shell.io/aas/API/GetAASXByPackageId/3/2 |
| operationId: PutAASXByPackageId | ||
| x-semanticIds: | ||
| - https://admin-shell.io/aas/API/PutAASXByPackageId/3/0 | ||
| - https://admin-shell.io/aas/API/PutAASXByPackageId/3/1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this mean that the version was not correct in 3.1? Why is it not 3/2 - similar for other elements
| Version: 3.2.0 | ||
|
|
||
| DOI: https://doi.org/10.62628/IDTA.01002-3-1 | ||
| DOI: https://doi.org/10.62628/IDTA.01002-3-1-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| DOI: https://doi.org/10.62628/IDTA.01002-3-1-1 | |
| DOI: https://doi.org/10.62628/IDTA.01002-3-2 |
| SPDX-License-Identifier: CC-BY-4.0 | ||
|
|
||
| May 2025 | ||
| July 2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| July 2025 | |
| tbd |
| * IDTA-01001 Part 1: Metamodel in version 3.1 xref:bibliography.adoc#bib1[[1\]] | ||
| * IDTA-01003-a Part 3a: Data Specification – IEC 61360 in version 3.1 xref:bibliography.adoc#bib2[[2\]] | ||
| * IDTA-01004 Part 4: Security in version 3.1 xref:bibliography.adoc#bib3[[3\]] | ||
| * IDTA-01004 Part 4: Security in version 3.0 xref:bibliography.adoc#bib3[[3\]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * IDTA-01004 Part 4: Security in version 3.0 xref:bibliography.adoc#bib3[[3\]] | |
| * IDTA-01004 Part 4: Security in version 3.1 xref:bibliography.adoc#bib3[[3\]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or will there bi no 3.1 for Release 26-01?
We have two V3.2 Working branches, one older one missing some adjustments from the V3.1.1 bugfix, and a newer one missing some of the previous V3.2 changes. This PR brings both together.