forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge latest back #3
Merged
Merged
Conversation
This file contains 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
* update ACR spec for Event Grid * format fix * edit artifact descriptions
* Update ResourceHealth.json * Update Events_ListBySingleResource.json * Update Events_ListBySubscriptionId.json * Update Events_ListBySingleResource.json * Update Events_ListBySubscriptionId.json
* Added skipEmptyArchives to Eventhub CaptureDescription * updated formating * fixed indentation.
* run separate instance of OAV * MODEL PR_ONLY=false * Don't run model validation for PR_ONLY = false * Update modelValidation.js
* Copy preview/2015-06-01-preview to stable/2019-01-01 (as we want to edit "alerts" endpoint, which exists only in the 2015-06-01 version) * Fix alerts examples of version 2015-06-01-preview * Remove anything that is not "alerts" related from version 2019-01-01 * Set all changes for "alerts" type of the new version "2019-01-01" * Add the stable version to the readme file * Rollback readme change
Add ProtectFromScaleIn property to VMScaleSetVM properties
…APIs) introduced (#5127) * introduce new stable version folder 2019-01-01 * new export examples * update (new) stable version 2019-01-01 with all operations introduced with preview folders (2018-12-01-preview) * export example files for enrollmentAccount * to be cont.. made fixes. pending - references to report definitions/files * no errors state. * introduced sorting propery for query dataset updated names of definitions that use 'report' to 'query' * update (new) stable version 2019-01-01 with operations - Dimensions, Query and Export * format cost-management file to remove spaces. * addressed pr review comment * replace ExportDefinition with QueryDefinition (Definition) * remove unused definition * updating readme files * readme updated to update tag package name per reviewers suggestion to fix check errors. * Based on ARM review introduced the use of 'scope' and abstracted out different scopes for API paths defined * ARM review based changes. * ARM review based change. Updated path to represent 'scope'. * updated query parameter scope to include management group path
* Revert "typo: azure-mgmt-containerservices -> azure-mgmt-containerservice (#5103)" This reverts commit c8be36b. * Revert "Add missing Java code gen info to Kusto (#5142)" This reverts commit 8c304e7. * Revert "Update compute.json (#4866)" This reverts commit 72afb64. * Revert "Add SkillsetOperations to C# code generation settings (#5132)" This reverts commit b2ed47f. * Revert "[GuestConfiguration]Update ConfigurationInfo class to include version field (#5131)" This reverts commit 930987c. * Revert "Adding new api-version to Microsoft.Security Alerts resource (#4902)" This reverts commit 93f46f5. * Revert "Add a spec for policyStates API version 2018-07-01-preview (#5134)" This reverts commit 84d025e. * Revert "added link to disk properties for UltraSSD values (#5135)" This reverts commit e713e24. * Revert "Undoing unintended removal of a field (#5133)" This reverts commit e0f2f8c. * Revert "Run separate instance of OAV (#5026)" This reverts commit e44239a. * Revert "Eventhub: Added skipEmptyArchives to Eventhub CaptureDescription (#5105)" This reverts commit eaf5e5c. * Revert "Resourcehealth events response (#5116)" This reverts commit 935baac. * Revert "Add Helm Events to ACR Schema for Event Grid (#5109)" This reverts commit 6f4cee5. * Revert " Creates the "real" API for Scheduled Alert Rules (#5084)" This reverts commit d847550. * Revert "Update managedInstances.json (#5114)" This reverts commit 2072ba5. * Revert "HDFS FE: Update 2018-11-09 DataLakeStorage Swagger. (#5108)" This reverts commit 60a8c18. * Revert "Add dispatch child to LUIS Runtime response (#5100)" This reverts commit 03581da. * Revert "Add new field 'proximityPlacementGroup' to properties of HanaInstance (#5107)" This reverts commit 31fa6a1. * Revert "fix Go SDK codegen for Microsoft.Insights (#5106)" This reverts commit b5ac8e3. * Revert "[AKS] add apiServerAuthorizedIPRanges property (#5101)" This reverts commit 8d178c3.
* Add Kusto 2019-01-21 api version * Address comments * Remove event hub connections api * Fix linter warnings * Add descriptions and fixes warnings * Fix CI failures * Fix CI failures 2 * Remove delete in days and add delete period * Address comments * Add Kusto 2019-01-21 api version * Address comments * Remove event hub connections api * Fix linter warnings * Add descriptions and fixes warnings * Fix CI failures * Fix CI failures 2 * Remove delete in days and add delete period * Address comments * Add java new api * Fix lint example errors * Remove availability zones * Remove etag * fix examples to use correct duration format * Fix Java api * Fixed batch for java * Fix go api version * Fix go gen
…le/2019-01-21/kusto.json (#5151) - Repersents -> Represents - properiets -> properties
* Creating first and basic swagger for new RP of ASI (Azure Security Insight). This RP is an extension RP of "Microsoft.operationalinsights", and it is coupled to a Log analytics workspace. This is a first iteration in order to create a simple RP with single endpoint, after it wil work the API will be changed with the actual and full endpoints based on the learnings from this POC. * updating the operationalInsightsResourceProvider to be a global parameter and reuse it in the PUT same as in the GET * Fixing comments from PR * Fixing the Microsoft.OperationalInsight to the right form * Updating the location to be under- "resource-manager" * adding readme files for the swagger * Changing the path of the files to the correct path * Change the location of the readme files * Fixing inconsistency in the naming- changing everything to SecurityInsights * Missed the file when aligned the name to SecurityInsights * Fixing a redundant space in the examples * add alertRule to the CreateAlertRule.json and do some indentation fixes * Creates the "real" API for Scheduled Alert Rules * Update the name alertRule to alertScheduledtRule in the creation example * Fixing comments from PR- * Changing durations to fit standards * Changing operators to fit other RPs * Align naming to scheduledAlertRules * Adding 200 response to DeleteScheduledAlertRule * Changing naming- alertTriggerOperator => triggerOperator alertTriggerThreshold => triggerThreshold * Adding kind to AlertRule and making Scheduled as a specific kind * Fix some errors * Trying to solve the model validator issues * Fixing indentation * Adding data connectors endpoints * fixing nesting issues * Try to fix some checks issues * Try to fix issues once again * Fixing typos
* [Azure Search] Add transform directives for C# generation This applies only to the Microsoft.Azure.Search.Data package, the source for which is in azure-sdk-for-net. We'll be using transform directives more often in the future, so it seemed like a good idea to port our current hacky PowerShell script to this new mechanism. The PowerShell script lives in azure-sdk-for-net, and will be removed in a future PR. * Simplifying transform directive for IDocumentsPropertyOperations Also added more documentation to explain why the transform is needed. * Renaming DocumentsProxy tag to Documents It doesn't affect codegen, but it might affect docgen, so let's use the public name. * Changing transform directives again to rename Documents to DocumentsProxy * Updating descriptions for some properties
…on 2019-01-01 (#5139) * Adds base for updating Microsoft.Consumption from version stable/2018-10-01 to version 2019-01-01 * Updates readme * Updates API version in new specs and examples * updated readme to support new stable version 2019-01-01 * version introduced for java readme.md * Updating swaggeer to SDK section for java SDK generation * introducing MG scope for tags/budgets introduce scope (method) parameter for APIs that support numerous scopes (arm-team suggestion implemented) * Fixing Java code-generation (#1) * Fixing Java code-generation * Removing duplicate directive from java section * update indentation
* A script to generate multiapi readme files. OAV update. * Update package.json * Move compiled files to `dist`
* Deprecate KC/KS sku names * Fix typos
* Removed "x-ms-pageable" from the elevateAccess API * Moved elevateAccess to the right section, fixed spacing * Changed parameters to an array in elevateAccess
* Update data classification swaggers. Update data classification swaggers. * Update readme.md * Update managedDatabaseSensitivityLabels.json * Update managedDatabaseSensitivityLabels.json * Update managedDatabaseSensitivityLabels.json * Update managedDatabaseSensitivityLabels.json * Updating examples. * Fixing java codegen
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.
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.