-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Add Microsoft.Security applicationWhitelistings API #6553
Conversation
initial commit
SDK Automation [Logs] (Generated from 6307743, Iteration 23)Go: Azure/azure-sdk-for-go [Logs] [Diff]
Python: Azure/azure-sdk-for-python [Logs] [Diff]
JavaScript: Azure/azure-sdk-for-js [Logs] [Diff]
|
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-goA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Can one of the admins verify this patch? |
API already exists in ARM , but is not documented |
...resource-manager/Microsoft.Security/preview/2015-06-01-preview/applicationWhitelistings.json
Outdated
Show resolved
Hide resolved
...resource-manager/Microsoft.Security/preview/2015-06-01-preview/applicationWhitelistings.json
Outdated
Show resolved
Hide resolved
It needs to update readme to add this newly added spec. |
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.
Please resolve my comments and the CI failures.
...resource-manager/Microsoft.Security/preview/2015-06-01-preview/applicationWhitelistings.json
Outdated
Show resolved
Hide resolved
hi |
@amarzavery , can you help explain the semantics errors? |
Hi, The CI is only failing on SpellCheck because the API is "applicationWhitelistings" and "whitelistings" is not a word The API is already in Production and is GA so can you please give us a hallpass on this validation, and ARM Feedback is therefore not needed Thanks |
You can add the word to https://github.com/Azure/azure-rest-api-specs/blob/master/custom-words.txt |
@sergey-shandar can you please re-review ? |
We still need ARM approval |
@ryansbenson @antmarti-microsoft @ravbhatnagar @KrisBash @majastrz @sanjaiganesh Hi, this PR is documenting and existing API that is already Production GA. Thanks |
friendly ping |
@erelh - If this is truly retrofitting API spec to a production API, there's not much we can do in review. I will sign off. Please note that APIs are expected to undergo review before shipping, and ideally before implementation. |
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.
API is already in production...
@raych1 how much time does it take for the changes to be reflected ? |
@erelh , normally the content would be refreshed in 12 hours. |
@raych1 24 hours have passed, does this mean something went wrong ? |
* initial commit * Create applicationWhitelistings.json initial commit * Update readme.md * converting from YAML to JSON, changing refs to common types * add examples * fix json * add more rule types * fix semantic issues * fix ascLocation and try fix schema issues * fix arrays definition + json parsing missing comma * change descriptions, uppcase parameters, fix userName casing * restructure * redefine AppWhitelistingGroup object * add "x-ms-parameter-location": "method" and return Azure Resource object in PUT reponse * update PUT example after changing API * add operation ID's * remove location from example, add Executable to fileType * remove location fomr GET GROUP Example * add Whitelistings to custom-words
initial commit
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.