Skip to content
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

Update Capabilities Vocabulary. #2039

Merged
merged 1 commit into from
May 3, 2021
Merged

Conversation

mikepizzo
Copy link
Member

Issues

Update to latest OASIS Capability vocabulary to include new UpdateMethod

Description

OASIS Added UpdateMethod to enable specifying support for PUT versus PATCH in updating a resource. Updated the included CapabilitiesVocabulary.xml to include that definition.

Checklist (Uncheck if it is not completed)

  • [x ] Test cases added
  • [x ] Build and test with one-click build and test script passed

@@ -339,7 +346,7 @@ public void TestCapabilitiesVocabularyModel()
</Property>
<Property Name=""RestrictedProperties"" Type=""Edm.String"">
<Annotation Term=""Core.Description"" String=""Comma-separated string value of all properties that will be included or excluded when using the scope."" />
<Annotation Term=""Core.LongDescription"" String=""Possible string value identifiers when specifying properties are '*', _PropertyName_, '-'_PropertyName_. Where, '*' denotes all properties are accessible,'-'_PropertyName_ excludes that specific property and _PropertyName_ explicitly provides access to the specific property. The absence of 'RestrictedProperties' denotes all properties are accessible using that scope."" />
<Annotation Term=""Core.LongDescription"" String=""Possible string value identifiers when specifying properties are `*`, _PropertyName_, `-`_PropertyName_.&#xA;&#xA;`*` denotes all properties are accessible.&#xA;&#xA;`-`_PropertyName_ excludes that specific property.&#xA;&#xA;_PropertyName_ explicitly provides access to the specific property.&#xA;&#xA;The absence of `RestrictedProperties` denotes all properties are accessible using that scope."" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Question] Should we have the encoded linefeed?

@mikepizzo mikepizzo merged commit de68595 into OData:master May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants