Skip to content

Commit e5ba88a

Browse files
matthia.braun@sap.commatthia.braun@sap.com
authored andcommitted
minor
1 parent 224efef commit e5ba88a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

guides/security/cap-users.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ For local development, `@sap/ams-dev` needs to compile the DCL files to Data Con
400400
401401
Additionally, `@sap/ams` provides multiple build-time features:
402402
403-
- Validate `ams.attributes` annotations for type coherence against the AMS schema.
403+
- Validate `ams.attributes` annotations for type coherence against the DCL schema.
404404
- Generate policies from the CDS model during the build using a [custom build task](../deployment/custom-builds#custom-build-plugins).
405405
- Generate a deployer application during the build to upload the Data Control Language (DCL) base policies.
406406
@@ -491,11 +491,8 @@ aspect withGenre {
491491
entity Books : withGenre { ... }
492492
```
493493
494-
<<<<<<< Updated upstream
495-
The detailed syntax of the `@ams` annotation provides an `attribute` property which might be helpful to decouple the external from the internal name:
496-
=======
497494
<!--
498-
The detailed syntax of `@ams` annotation provides an `attribute` property which might be helpful to decouple the external from the internal name:
495+
The detailed syntax of the `@ams` annotation provides an `attribute` property which might be helpful to decouple the external from the internal name:
499496
>>>>>>> Stashed changes
500497
```cds
501498
annotate AdminService.Books with @ams.attributes.genre: {

0 commit comments

Comments
 (0)