Add unregister feature api in Microsoft.Features swagger spec#8788
Merged
Add unregister feature api in Microsoft.Features swagger spec#8788
Conversation
Add unregister feature api
|
Azure Pipelines successfully started running 1 pipeline(s). |
azure-sdk-for-java - Release
|
azure-sdk-for-go - Release
|
azure-cli-extensions - Release
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
azure-sdk-for-python - Release
- Breaking Change detected in SDK
|
azure-sdk-for-js - Release
|
azure-sdk-for-net - Release
|
Contributor
|
Can one of the admins verify this patch? |
This was referenced Mar 20, 2020
This was referenced Mar 20, 2020
Comment on lines
2
to
20
| "parameters": { | ||
| "resourceProviderNamespace": "Resource Provider Namespace", | ||
| "featureName": "feature", | ||
| "api-version": "2015-12-01", | ||
| "subscriptionId": "subid" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "headers": {}, | ||
| "body": { | ||
| "name": "Feature1", | ||
| "properties": { | ||
| "state": "unregistered" | ||
| }, | ||
| "id": "feature_id1", | ||
| "type": "type1" | ||
| } | ||
| } | ||
| } |
Member
There was a problem hiding this comment.
Please could you update the example with data that looks like real-life data (e.g. a dummy guid for the "subscriptionid", dummy resourceid for the "id") etc?
|
Azure Pipelines successfully started running 1 pipeline(s). |
00Kai0
pushed a commit
to 00Kai0/azure-rest-api-specs
that referenced
this pull request
Oct 12, 2020
…8788) * Add unregister feature api Add unregister feature api * Create unregisterFeature.json * Update unregisterFeature.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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add unregister feature api in Microsoft.Features swagger spec.
We need to update the swagger to include the unregister action, so we can support unregistering non-application owned features.