-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merging all commits from Azure/rest-api-specs Master branch to AsrOneSdk/rest-api-specs masterCur branch #2
Commits on May 30, 2018
-
Add specs for machine learning services provider (#3135)
* Add specs for machine learning services provider * Added python config to readme * Added repo generation for Python * Addressed feedback * Address more comments
Configuration menu - View commit details
-
Copy full SHA for f0d8a6b - Browse repository at this point
Copy the full SHA f0d8a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b112be5 - Browse repository at this point
Copy the full SHA b112be5View commit details
Commits on May 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b9841d5 - Browse repository at this point
Copy the full SHA b9841d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41cd868 - Browse repository at this point
Copy the full SHA 41cd868View commit details -
Adding new value to VA baseline name (#3143)
* Adding new value to VA baseline name Adding new value to VA baseline name * Fix typo Fix typo * Updating VulnerabilityAssessmentPolicyBaselineName * Fixed all comments
Configuration menu - View commit details
-
Copy full SHA for 80fe89d - Browse repository at this point
Copy the full SHA 80fe89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c112e39 - Browse repository at this point
Copy the full SHA c112e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57399c0 - Browse repository at this point
Copy the full SHA 57399c0View commit details -
Add specs for Microsoft.IoTCentral RP (#3167)
* Add specs for Microsoft.IoTCentral RP Merge from private repo. PR: Azure/azure-rest-api-specs-pr#472 * Fix support for ruby sdk Change package_name to align with iothub
Configuration menu - View commit details
-
Copy full SHA for 697c1b6 - Browse repository at this point
Copy the full SHA 697c1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf96cdb - Browse repository at this point
Copy the full SHA cf96cdbView commit details
Commits on Jun 1, 2018
-
[AKS] add new 2018-03-31 API (#3131)
* Add custom VNET model definition. * [AKS] add new 2018-03-31 API * Add regex validations and x-ms-enum defs for VNET params * Add IP address regex and defaults for CIDR fields * Add addonProfile * Add enableRBAC boolean to ManagedClusterProperties * Add AADProfile to ManagedClusterProperties * Add ARM operations API * Rename an example file to start with a capital letter * Reconcile two definitions of OSType enum. * Rename to ManagedClusterAgentPoolProfile. Its fields have diverged from ContainerServiceAgentPoolProfile. * Py version * Revert "Reconcile two definitions of OSType enum." This reverts commit 2104f85. * Reconcile two definitions of OSType enum. Added "modelAsString" to containerServices' definition. * Incorporated review comments * Fixed examples errors pointed out by oav tool
Configuration menu - View commit details
-
Copy full SHA for c2ded50 - Browse repository at this point
Copy the full SHA c2ded50View commit details
Commits on Jun 2, 2018
-
[Compute] Fix List VM Extension API name, description updates and oth…
…er fixes. (#3152) * Fix List VM Extension API name, description updates and fix for 2018-06-01 version * Add VMSS Ip Tag
Configuration menu - View commit details
-
Copy full SHA for bce3a70 - Browse repository at this point
Copy the full SHA bce3a70View commit details
Commits on Jun 4, 2018
-
Creating separate csharp readme for multiApi support (#2954)
* Adding CSharp readme for multiApi support * updating the config to retain previously set defaults * Updating Authorization, Resource manager multi api tags for Azure Stack * Fixing to the correct tag name * adjusting casing for multiapi switch. Adding defualt config setting for CSharp generation. Adding tags for Resoruce Manager azure stack multiapi generation.
Configuration menu - View commit details
-
Copy full SHA for a9675b1 - Browse repository at this point
Copy the full SHA a9675b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cba660 - Browse repository at this point
Copy the full SHA 7cba660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5929767 - Browse repository at this point
Copy the full SHA 5929767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 749fe61 - Browse repository at this point
Copy the full SHA 749fe61View commit details
Commits on Jun 5, 2018
-
ComputerVision - collection of fixes (#3145)
* fix ocr language parameter to fix [bug](Azure/azure-sdk-for-net#4083) * language parameter missing for /tag path * language parameter missing for /models/*/analyze path * make /models/*/analyze return a more generic type * add specific types for /models/*/analyze to return for current models
Configuration menu - View commit details
-
Copy full SHA for 91ed1c0 - Browse repository at this point
Copy the full SHA 91ed1c0View commit details -
[Not Swagger] API profile map for the profile version 2017-03-09-prof…
…ile (#2895) * API profile map for the profile version 2017-03-09-profile * added 2018-03-01-hybrid profile json * Addressed the review comments * Adding supported resource types explicitly * Microsoft.Web resource types and fixing resources apiversion * Fixing Microsoft.Web, Fixing Locks resource type and updating readme for the changes * Removing the providerOperations under Auth and pricingTiers,quotasettings under Web, picking up available swagger versions for /subscriptions
Configuration menu - View commit details
-
Copy full SHA for b29373c - Browse repository at this point
Copy the full SHA b29373cView commit details -
Adding patch support for SQR API (#3112)
* Added GA API version for Scheduled Query Rule Added GA API version for Scheduled Query Rule * Resolving Comments Resolving Comments * Made SKU as top level proprty and including generic error response format Couple of changes - 1. Made SKU as top level proprty as mentioned here - https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#put-resource 2. including generic error response format * Minor Changes to align implementation 1. Removed SKU - Billing Model is still under discussion, hence need not to be exposed to customers. 2. Enabled field ichanged to align with camel case. 3. 'throttleTillDate' in properties.action changed to 'throttlingInMin' to denote correct meaning and it’s data type changed to number instead of date. 4. 'status' to be removed in properties.action from examples. 5. 'severity' made a required field in properties.action. 6. Removed Examples from original spec json * Updated Example to reflect AI instances in tags and 'dataSourceId" Updated Example to reflect AI instances in tags and 'dataSourceId" * made 'tags' details more descriptive * Restore Tags Description Restore Tags Description * Fixed Exmaple Validation Fixed errores reported by running command "oav validate-example" * Added Default Response payload in all APIs Changes - 1. Added Default Response payload in all APIs 2. Made azNs description more clear * Updating descriptions + property name change Updating descriptions + property name change * Patch Support for SQR API * Updated description for queryType Updated description for queryType * Update scheduledQueryRule_API.json * Resolving multiple model issue Changes - 1. Renamed "MetricTrigger" to "LogMetricTrigger" 2. Aligned "Resources" to other specs
Configuration menu - View commit details
-
Copy full SHA for ad24378 - Browse repository at this point
Copy the full SHA ad24378View commit details -
2018-05-01 APIs for Microsoft.Resources (#2976)
* reset. * update. * Update readme.md. * update readme.md. * fix. * add changes for readme.csharp.md.
Configuration menu - View commit details
-
Copy full SHA for 91f504b - Browse repository at this point
Copy the full SHA 91f504bView commit details -
Remove uiDefinitionUri property from managed app responses and add ne…
…w api version (#3154) * Create a new folder and add old api version files to the folder * Remove uidefinitionuri from managed app properties in responces * Added new api version for managed applications to readme files. * add new api version for managed apps for python * fix semantic validation errors
Configuration menu - View commit details
-
Copy full SHA for ac44797 - Browse repository at this point
Copy the full SHA ac44797View commit details
Commits on Jun 6, 2018
-
Reservations RP 2018-06-01 specs (#3149)
* copying all changes from private repo for 2018-06-01 * Update readme.md * renaming autoFit to instanceFlexibility and its enum values * fix all example responses with autoFit rename to instanceFlexibility * moved 2018-11-01 from stable to preview * editing from stable to preview for 2018-06-01 in readme.md
Configuration menu - View commit details
-
Copy full SHA for 2dd1182 - Browse repository at this point
Copy the full SHA 2dd1182View commit details
Commits on Jun 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 579b180 - Browse repository at this point
Copy the full SHA 579b180View commit details -
Adding June Swagger Update - Azure Container Instance (#3170)
* Adding June API * updating api version * updating basic information to point at correct tag * updating api version in the examples * updating GO tags in README
Configuration menu - View commit details
-
Copy full SHA for 709ef95 - Browse repository at this point
Copy the full SHA 709ef95View commit details -
Updating documentation (#3184)
* Update openapi-authoring-automated-guidelines.md * Update openapi-authoring-automated-guidelines.md * Update openapi-authoring-automated-guidelines.md * Update openapi-authoring-automated-guidelines.md * Update openapi-authoring-automated-guidelines.md * Update openapi-authoring-automated-guidelines.md * Update openapi-authoring-automated-guidelines.md
Configuration menu - View commit details
-
Copy full SHA for e02b768 - Browse repository at this point
Copy the full SHA e02b768View commit details
Commits on Jun 8, 2018
-
[Data Factory]Add schema mapping for hierarchical data (#2906)
* Add schema mapping for hierarchical data * Add example for column mapping
Configuration menu - View commit details
-
Copy full SHA for 962108d - Browse repository at this point
Copy the full SHA 962108dView commit details -
added primary flag to the NetworkInterfaceIPConfigurationPropertiesFo…
…rmat object of networkInterface.json definition of Network 2015-06-15 spec (#3200)
Configuration menu - View commit details
-
Copy full SHA for 51f2fe7 - Browse repository at this point
Copy the full SHA 51f2fe7View commit details -
* One file for server and db apis Make one file which is blobAuditing.json that contains both server & db apis + update readme.md and add operations.json * Add extended server auditing settings API * Fixed operation id. * Enable Database Auditing Filtiring With a Predicate Expression New API which enables database auditing filtering by a where clause. * Enable Database Auditing Filtiring With a Predicate Expression New API which enables database auditing filtering by a where clause. In addition, existing related APIs swaggers were unified under same Public API name. * Enable Database Auditing Filtiring With a Predicate Expression New API which enables database auditing filtering by a where clause. In addition, existing related APIs swaggers were unified under same Public API name. * Fixing examples of existing APIs and modifying blobAuditing Swagger file storageAccountAccessKey was removed from requests response, and examples were modified accordingly. * Remove description of predicateExpression related exceptions from old APIs description. Fixing a small issue for client readability. AuditingSettings and ExtendedAuditingSettings APIs have a mutual exceptions description. Description which mentions predicateExpression parameter in all APIs. After this fix, predicateExpression related exceptions will not be mentioned on old APIs. * Moving files to preview/stable as appropriate. * Modifying swagger and examples of 2017 BlobAuditing APIs (#421) * 2017 Blob Auditing APIs - Swagger and examples. Modifying swagger and examples of 2017 blob auditing APIs. * Resetting examples of DatabaseBlobAuditing API to 2017 Resetting examples of DatabaseBlobAuditing API to 2017 * Fixing follwing comments Fixing follwing comments * Fixing build errors Fixing build errors * Fix build errors Fix build errors * Fixing comments fixing comments * Removed 2017 database API Removed 2017 database API * Revert "Fixing comments" This reverts commit c09f9f6. * Modifying description of APIs Modifying description of APIs after generating new swagger. * Modifying readme.md. Modifying readme.md. * Updating blobAuditing Json files. Updating blobAuditing Json files. * Temp change Temp change * Final commit Final commit * Fix Duplicated model name with non-identical definitions build error Fix Duplicated model name with non-identical definitions * Fix Duplicated model name with non-identical definitions build error This reverts commit 616851d and commits fixes. * Fix Automation Duplicated model name with non-identical definitions Fix Automation Duplicated model name with non-identical definitions * One file for server and db apis Make one file which is blobAuditing.json that contains both server & db apis + update readme.md and add operations.json * Add extended server auditing settings API * Fixed operation id. * Enable Database Auditing Filtiring With a Predicate Expression New API which enables database auditing filtering by a where clause. * Enable Database Auditing Filtiring With a Predicate Expression New API which enables database auditing filtering by a where clause. In addition, existing related APIs swaggers were unified under same Public API name. * Enable Database Auditing Filtiring With a Predicate Expression New API which enables database auditing filtering by a where clause. In addition, existing related APIs swaggers were unified under same Public API name. * Fixing examples of existing APIs and modifying blobAuditing Swagger file storageAccountAccessKey was removed from requests response, and examples were modified accordingly. * Remove description of predicateExpression related exceptions from old APIs description. Fixing a small issue for client readability. AuditingSettings and ExtendedAuditingSettings APIs have a mutual exceptions description. Description which mentions predicateExpression parameter in all APIs. After this fix, predicateExpression related exceptions will not be mentioned on old APIs. * Moving files to preview/stable as appropriate. * Modifying swagger and examples of 2017 BlobAuditing APIs (#421) * 2017 Blob Auditing APIs - Swagger and examples. Modifying swagger and examples of 2017 blob auditing APIs. * Resetting examples of DatabaseBlobAuditing API to 2017 Resetting examples of DatabaseBlobAuditing API to 2017 * Fixing follwing comments Fixing follwing comments * Fixing build errors Fixing build errors * Fixing comments fixing comments * Removed 2017 database API Removed 2017 database API * Revert "Fixing comments" This reverts commit c09f9f6. * Modifying description of APIs Modifying description of APIs after generating new swagger. * Modifying readme.md. Modifying readme.md. * Updating blobAuditing Json files. Updating blobAuditing Json files. * Temp change Temp change * Final commit Final commit * Fix Python conf of servermanager (#3140) * Fix ServerManager Py Conf (#3141) * Plug SwaggerToSdk to LogAnalyticsMgmt (#3142) * [Storage] Support Management policy on new api version 2018-03-01-preview (#3137) * [Storage] Add new API version 2018-03-01-preview * [Storage] Update rest version 2018-03-01-preview * [Storage] Support Management Policy * [Storage] Update since code review comments * Add Python conf * [Storage] Add managment policy doc link to policy description. * [Storage] modify as review comments * RSA key size examples, ECC descriptions (#3136) * RSA key size examples, ECC descriptions * remove preview changes for now * Added GroupType property in HybridWorkerGroup (#3132) * Watcher resource swagger specs. For more details on the Usage of the resource: https://docs.microsoft.com/en-us/azure/automation/automation-watchers-tutorial (#3102) * Watcher specs * using the same model for get/put input and output. * Fix storage Python conf (#3148) * Fix for Azure Networking swagger 2018-04-01 version (#3146) * Adding swagger for new api-version consumption 2018-05-31, introducing new Forecast api swagger (#3114) * Forecast Api swagger * consumption readme file update for the new swagger version * addressing review comment on adding nextLink * fixing build error * Addressed feedback on enum and fixed a typo * Stop using unobscured credentials * Fix Duplicated model name with non-identical definitions build error Fix Duplicated model name with non-identical definitions * Fix go tag for storage management plane 2018-03-02 api version (#3156) * Refactoring Job Definitions (#3116) * MySQL/PostgreSQL VNET with API Version 2017-12-01 for Public Preview. (#3138) * Fix Python conf * Adding the VNET Rest APIs to 2017-12-01 version. Adding the VNET Rest APIs to 2017-12-01 version. * Add specs for machine learning services provider (#3135) * Add specs for machine learning services provider * Added python config to readme * Added repo generation for Python * Addressed feedback * Address more comments * Adding Security RP API swagger (#3144) * Reverted methods in vpn gateways. (#3163) * Fix Duplicated model name with non-identical definitions build error This reverts commit 616851d and commits fixes. * Fix Automation Duplicated model name with non-identical definitions Fix Automation Duplicated model name with non-identical definitions * Revert "Fix Duplicated model name with non-identical definitions build error" This reverts commit d1c40f7. * Revert "Fix Duplicated model name with non-identical definitions build error" This reverts commit 2c1261e. * Update readme.md file Update readme.md file
Configuration menu - View commit details
-
Copy full SHA for 74c3323 - Browse repository at this point
Copy the full SHA 74c3323View commit details -
[AKS] add nodeResourceGroup property (#3203)
* [AKS] add nodeResourceGroup property * Increment python package version to 4.1.0 * Update example JSON with nodeResourceGroup
Configuration menu - View commit details
-
Copy full SHA for d8e6990 - Browse repository at this point
Copy the full SHA d8e6990View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc63801 - Browse repository at this point
Copy the full SHA fc63801View commit details
Commits on Jun 9, 2018
-
Add bing AutoSuggest Spec (#3180)
* add bing autosuggest spec * rename generated folder * update spec * update spec * update spec * add name in SuggestionGroup * refer the example in spec file * update sepc * update spec * suppress -type error * suppress R3016 error * update spec * update spec
Configuration menu - View commit details
-
Copy full SHA for a1ff097 - Browse repository at this point
Copy the full SHA a1ff097View commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ff32ccf - Browse repository at this point
Copy the full SHA ff32ccfView commit details -
Added new api versions for PriceSheet and UsageDetail (#3187)
* Added new api versions for PriceSheet and UsageDetail * consolidating the operation groups based on code review.
Configuration menu - View commit details
-
Copy full SHA for c2f3210 - Browse repository at this point
Copy the full SHA c2f3210View commit details -
Adding serverSecurityAlertPolicies.json from pr (#3166)
* Adding serverSecurityAlertPolicies.json from pr Azure/azure-rest-api-specs-pr#412 * fixed comment * Fixed validation error * Another validation fix * Fix validation error * fixed comments
Configuration menu - View commit details
-
Copy full SHA for cc39c38 - Browse repository at this point
Copy the full SHA cc39c38View commit details
Commits on Jun 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 788f8f8 - Browse repository at this point
Copy the full SHA 788f8f8View commit details -
[AKS] update go SDK configuration and fix a consistency error (#3172)
* [AKS] update go SDK configuration and fix consistency errors * Fix 2017-08-31 AKS example json validation errors
Configuration menu - View commit details
-
Copy full SHA for da72ddb - Browse repository at this point
Copy the full SHA da72ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9a953 - Browse repository at this point
Copy the full SHA 6c9a953View commit details -
Minor updates to description properties to improve docs (#3209)
* Update swagger for api-version 2018-03-01 - add many missing examples - improve/complete descriptions and summaries * Fix a handful of validation failures Add/correct some response codes * Fix back-compat for some error codes (leaving it inconsistent) Change policyAssignment result for nonexistent delete by ID to match all other delete methods Attempt to fix Travis FNF error * Fix bracket bug in last commit * Another attempt to fix Travis CI FNF error: simplifying the example file as much as possible. * Another attempt to fix Travis FNF error (filename casing...) * Putting back original example, modified during troubleshooting. * Apply PR feedback (fix errors in a couple examples) * Correct/improve wording in description properties. * Update a few descriptions to improve the REST docs.
Configuration menu - View commit details
-
Copy full SHA for 1432f67 - Browse repository at this point
Copy the full SHA 1432f67View commit details -
Move DNS to use the common definition for resource groups (#3219)
Vlad Barosan authoredJun 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 9e68aa9 - Browse repository at this point
Copy the full SHA 9e68aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea7c06 - Browse repository at this point
Copy the full SHA 4ea7c06View commit details -
* Fix ASE instance metrics url * Add java multi-api sections in select readme files * Add java multi api to network (temporary) * Add Java multi api to resources * Fix readme for Java in media * Add web app multiapi * Add multi api for web app and network * sync with master (#3153) * Use common Resource & Sku definitions in all Sql specs (#3134) * Use common Resource & Sku definitions * Don't use common Sku definition * Just use common SQL definitions * Fixed syntax error * Fixed another syntax error * Fixed sku ref error * Fixed syntax error in example * Fix Python conf of servermanager (#3140) * Fix ServerManager Py Conf (#3141) * Plug SwaggerToSdk to LogAnalyticsMgmt (#3142) * [Storage] Support Management policy on new api version 2018-03-01-preview (#3137) * [Storage] Add new API version 2018-03-01-preview * [Storage] Update rest version 2018-03-01-preview * [Storage] Support Management Policy * [Storage] Update since code review comments * Add Python conf * [Storage] Add managment policy doc link to policy description. * [Storage] modify as review comments * RSA key size examples, ECC descriptions (#3136) * RSA key size examples, ECC descriptions * remove preview changes for now * Added GroupType property in HybridWorkerGroup (#3132) * Watcher resource swagger specs. For more details on the Usage of the resource: https://docs.microsoft.com/en-us/azure/automation/automation-watchers-tutorial (#3102) * Watcher specs * using the same model for get/put input and output. * Fix storage Python conf (#3148) * Fix for Azure Networking swagger 2018-04-01 version (#3146) * Adding storage 2018-03-01-preview to java multi-api section (#3155) * readme for resource,keyvault,web * Fix keyvault namespace * Fix keyvault,dns, add storage 2016-01-01 * Fix web and storage multi api config * Add java multi api for authorization, iotcentral, keyvault, resources * Add policyinsights and fconfig to resources * Fix web app output path * Multiapibatch (#3205) * Change all existing ##Java sections * Add java multi api sections * Use azure-sdk-for-java repo * Fix typo in batch readme
Configuration menu - View commit details
-
Copy full SHA for 3a5b541 - Browse repository at this point
Copy the full SHA 3a5b541View commit details -
Update BackupShortTermRetentionPolicies Swagger: Add ListByDatabase a…
…nd update exceptions (#3207) * Add BackupShortTermRetentionListResult and update exceptions * Use comnmon definition for ProxyResource * Add ListShortTermRetentionPoliciesByDatabase example
Configuration menu - View commit details
-
Copy full SHA for b793671 - Browse repository at this point
Copy the full SHA b793671View commit details -
Python Authorization to multi api (#3151)
* Python Authorization to multi api * Split Authorization Swagger
Configuration menu - View commit details
-
Copy full SHA for 240cce3 - Browse repository at this point
Copy the full SHA 240cce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a41b51 - Browse repository at this point
Copy the full SHA 6a41b51View commit details -
[App Insights/Operational Insights] New Data Plane API versions, bug …
…fixes, and cleanup (#3084) * Proposed specification cleanup * Remove 2015-05-01, will not be exposed in this state * remove inoperative directive * parameter location * re-fix directive * Add back some operations * new versions * fix app parameter for v1 direct * Regroup operations for client generation, review cleanup. * Remove query schema from preview versions * query operation, readme cleanup
Configuration menu - View commit details
-
Copy full SHA for 9eef844 - Browse repository at this point
Copy the full SHA 9eef844View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8f7e5 - Browse repository at this point
Copy the full SHA ad8f7e5View commit details
Commits on Jun 13, 2018
-
Storage Sync Swagger preview version (prev PR #109 (#3211)
* Storage Sync Swagger preview version (prev PR #109 * Added Python code gen config * Added NodeJS + Java code gen config * Review comments Review comments * StorageSyncError change StorageSyncError change * extra comma extra comma in pauseWaitForSyncDrainTimePeriodInSeconds * body to parameters body to parameters * Update RegisteredServers_Create example * Updated ServerEndpoints_Create example * Updated CloudEndpoints_PostRestore example * Updated CloudEndpoints_PreRestore example * Updated CloudEndpoints_PostBackup example * Updated StorageSyncServices_Create example * Updated SyncGroups_Create example * Updated CloudEndpoints_Create example * Updated CloudEndpoints_PreBackup example * Updated ServerEndpoints_Update example * Updated StorageSyncServices_Update example
Configuration menu - View commit details
-
Copy full SHA for ffb011f - Browse repository at this point
Copy the full SHA ffb011fView commit details -
Add missing debugsend and patch operation for NotificationHub resource (
#3215) * Add suppressions for linting errors. Approved by Gaurav * Add debugsend and NH patch operation * Fix build error due to missing parameterId * Fix build errors * Fix more errors * Fix build errors due to mismatch parameters * Fix error with missing parameters value for DebugSend * Change DebugSendResult from string to object * Fix DebugSend build errors
Configuration menu - View commit details
-
Copy full SHA for 289cf40 - Browse repository at this point
Copy the full SHA 289cf40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 992d925 - Browse repository at this point
Copy the full SHA 992d925View commit details -
Container Instance - Fix Mistake in June Update (#3231)
* fixing old mistake with exec request * Update readme.md
Configuration menu - View commit details
-
Copy full SHA for 1df63f9 - Browse repository at this point
Copy the full SHA 1df63f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69592a6 - Browse repository at this point
Copy the full SHA 69592a6View commit details
Commits on Jun 14, 2018
-
Adding Microsoft.DevSpaces Rest API spec 2018-06-01-preview (#3186)
* Adding Microsoft.DevSpaces rest API spec for public preview * Add build configuration for Go SDK * Updating api-version to 2018-06-01-preview
Configuration menu - View commit details
-
Copy full SHA for 7bfc58d - Browse repository at this point
Copy the full SHA 7bfc58dView commit details -
Change iotcentral node.js output folder to iotcentralManagement (#3239)
Dan Schulte authoredJun 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 88f6075 - Browse repository at this point
Copy the full SHA 88f6075View commit details -
adding new state value to keep backward competiblity (#3240)
adding new state value to keep backward competiblity
Configuration menu - View commit details
-
Copy full SHA for b691e13 - Browse repository at this point
Copy the full SHA b691e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 555cfa7 - Browse repository at this point
Copy the full SHA 555cfa7View commit details -
Container Instance - Update Fields For Easier to Understand Documenta…
…tion (#3241) * Updating Exec Command Naming for better to understand documentation. * Udpating other fields to have better documentation * Changing Container_Exec -> Conatiner_ExecuteCommand for better understanding
Configuration menu - View commit details
-
Copy full SHA for 7956c1d - Browse repository at this point
Copy the full SHA 7956c1dView commit details -
Consumption specifications for cost insights and reporting operations (…
…#3171) * Consumption specifications for cost insights and reporting operations * Fixed $ref for ReportConfigDelete * Silly me!! Fixed bad reference again * Fixed schema validation issues * Fixing validation errors around datetime and dynamic respones * Fixed parameters in examples * Fixed parameter name in example * Removed x-ms-odata method for POST op * Fixed ARM review comments
Configuration menu - View commit details
-
Copy full SHA for 30f1846 - Browse repository at this point
Copy the full SHA 30f1846View commit details -
- locking oav to working version as future version are broken.
Vlad Barosan authoredJun 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 3cab112 - Browse repository at this point
Copy the full SHA 3cab112View commit details
Commits on Jun 15, 2018
-
update network status examples (#3245)
* update network status examples * hide the database name
Configuration menu - View commit details
-
Copy full SHA for 874b43f - Browse repository at this point
Copy the full SHA 874b43fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ca3e6 - Browse repository at this point
Copy the full SHA 26ca3e6View commit details -
Update CognitiveService ComputerVision API to V2 (#3236)
* Copy v1 to v2; not other change * Bump version to v2 * Update arguments for new RecognizeText * Change versions inside scripts to v2 * Reverse argument order for /recognizeText * Add post-processing directive to swap argument order for RecognizeText to position the url argument ahead of the mode argument. autorest does not generate the intended order, so we add a post-processing directive, for each target language, * Fix validation errors * Add Spanish support for ServiceLanguage This is for parity with V1.
Configuration menu - View commit details
-
Copy full SHA for 64b5c7e - Browse repository at this point
Copy the full SHA 64b5c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 979fa50 - Browse repository at this point
Copy the full SHA 979fa50View commit details -
Due to difference in case, multiple section created in ARM documentation - https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules
Configuration menu - View commit details
-
Copy full SHA for b23e61d - Browse repository at this point
Copy the full SHA b23e61dView commit details -
LRO options for Compute >= 2018-04-01 (#3223)
* LRO options for Capture * LRO options for runCommands
Configuration menu - View commit details
-
Copy full SHA for 825771d - Browse repository at this point
Copy the full SHA 825771dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa366c - Browse repository at this point
Copy the full SHA 4fa366cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95681b6 - Browse repository at this point
Copy the full SHA 95681b6View commit details
Commits on Jun 18, 2018
-
App Insights/Operational Insights Purge API fixes (#3218)
* Purge API bugs * remove duplicate 200 * validation fixes * additional autorest validation * remove duplicate key again * Link example for Purge status * operation name * enum casing
Configuration menu - View commit details
-
Copy full SHA for c6886e0 - Browse repository at this point
Copy the full SHA c6886e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78d4f3 - Browse repository at this point
Copy the full SHA e78d4f3View commit details -
Add nodejs generation for Operational Insights (#3244)
* add readme for nodejs * Change package-json and license generation to true
Configuration menu - View commit details
-
Copy full SHA for 79f4ebf - Browse repository at this point
Copy the full SHA 79f4ebfView commit details -
BatchAI. Remove API for list clusters and fileservers (#3085)
* BatchAI. Remove API for list clusters and fileservers We cannot have API to list clusters and fileservers on subscription/resource group level because of conflict with the previous API version. * BatchAI. Added missing APIs 1. Added patch for workspace 2. Added a way to control /dev/shm for container jobs 3. Made Cluster and FileServer be proxy resources * BatchAI. Swagger and examples cleanup * BatchAI. Fix schedulingPriority and Caffe2Settings 1. Job priority attribute must have same name in JobProperties and JobBaseProperties 2. Added missing Caffe2Settings * BatchAI. Fixed mismatched descriptions * Cleanup * BatchAI. Titles and descriptions cleanup * BatchAI. Spelling fixes * Added a dot after each title * BatchAI. Some additional descriptions cleanup
Configuration menu - View commit details
-
Copy full SHA for 6b5a8de - Browse repository at this point
Copy the full SHA 6b5a8deView commit details -
[ACR] Update nodejs config to use 2018-02-preview api-version (#3251)
* Update default tag to 2018-02-preview * Use 2018-02-preview for nodejs
Configuration menu - View commit details
-
Copy full SHA for d5e4013 - Browse repository at this point
Copy the full SHA d5e4013View commit details -
Add new version 2018-04-02 for Microsoft.StorageSync Resource Provider (
#3238) * Copy Preview folder to new api version Copy Preview folder to new api version * New Api version changes - 2018-04-02 New Api version changes 2018-04-02 * Address comma comment Address comma comment * Fix examples
Configuration menu - View commit details
-
Copy full SHA for 58ba132 - Browse repository at this point
Copy the full SHA 58ba132View commit details
Commits on Jun 19, 2018
-
Add Swagger to SDK config for Python (#3257)
* App Insights python package gen * add swagger-to-sdk for python
Configuration menu - View commit details
-
Copy full SHA for f4f3345 - Browse repository at this point
Copy the full SHA f4f3345View commit details -
Modify Gallery Swagger According To Feedback (#3175)
* Added the swagger file for the new service Gallery. * Fixed minor issues. Added an example. * Added the example for creating a gallery. * Gallery Python conf * Make the tag name plural. * Fixed description for 202 response. * Changed the operationId to conform to naming convention. * Fixed some typos. * Add default error response. Make provisioningInfo a enum type. * Fixed comments according to CR. * Updated the readme.md * Updated the example. * do some experiments. * Cleaned up unused files. * added empty example file. * Added example for GetGallery api. * Added example for DeleteGallery api. Passed the local validation. * Added example for PutGalleryImage api. Passed the local validation. * Added example for GetGalleryImage api. Passed the local validation. * Added example for DeleteGalleryImage api. Passed the local validation. * Added example for PutGalleryImageVersion api. Passed the local validation. * Added example for GetGalleryImageVersion api. Passed the local validation. * Added example for DeleteGalleryImageVersion api. Passed the local validation. * Added example for ListGalleriesInAResourceGroup api. Passed the local validation. * Added example for ListGalleriesInASubscription api. Passed the local validation. * Added example for ListGalleryImagesInGallery api. Passed the local validation. * Added example for ListGalleryImageVersionsInGalleryImage api. Passed the local validation. * Fixed typos in the example provided. * Fixed typos in the example provided. * Added the supression for gallery, gallery image, and gallery image version. * Correct the suppression. * modified the swagger. * removed the python tag in readme * Fixed some minor issues. * Added the description to gallery unique name. * Fixed the readme.md * Improved gallery image version description. * Uses CloudError to reference ApiError as Hyonho suggested. * Revert the change of the default tag in Readme.md
Configuration menu - View commit details
-
Copy full SHA for c242706 - Browse repository at this point
Copy the full SHA c242706View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1ab7c - Browse repository at this point
Copy the full SHA eb1ab7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f57fb8 - Browse repository at this point
Copy the full SHA 8f57fb8View commit details -
Cosmos DB - POST operation for retrieving read only keys (#3233)
* adding post for readonlykeys * renaming older operation
Configuration menu - View commit details
-
Copy full SHA for 07ba046 - Browse repository at this point
Copy the full SHA 07ba046View commit details -
Add more languages support (#3252)
* Update Java support Add ruby/nodejs * Remove ruby for now
Configuration menu - View commit details
-
Copy full SHA for 76f5ce0 - Browse repository at this point
Copy the full SHA 76f5ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7431916 - Browse repository at this point
Copy the full SHA 7431916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456a0e9 - Browse repository at this point
Copy the full SHA 456a0e9View commit details
Commits on Jun 20, 2018
-
ComputerVision add tag.hint, make scalars non-nullable (#3259)
* ComputerVision add tag.hint Hints provided additional info for whole-image analysis tags. This PR is to make the Swagger match the service behavior. * ComputerVision remove non-nullable scalars (#2) Generally the objects may be unspecified, but when specified, the scalars contained within them, such as confidence scores, are present. While this is a breaking change w/r/t to v1.0 of the Azure-named SDK, it is actually an un-breaking change for our customers who have been using the hand-crafted [SDK](https://github.com/microsoft/cognitive-vision-windows), which has been the official SDK up to now.
Configuration menu - View commit details
-
Copy full SHA for 0c74aa6 - Browse repository at this point
Copy the full SHA 0c74aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c178aae - Browse repository at this point
Copy the full SHA c178aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cbb43 - Browse repository at this point
Copy the full SHA 80cbb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39aa6b9 - Browse repository at this point
Copy the full SHA 39aa6b9View commit details
Commits on Jun 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2982760 - Browse repository at this point
Copy the full SHA 2982760View commit details -
Adding Azure Media Services version 2018-06-01-preview version (#3177)
* Adding Azure Media Services version 2018-06-01-preview version Changes from the 2018-03-30-preview version include: 1. Add AlternativeMediaId to StreamingLocator and to the LiveEvent preview. 2. Add CorrelationData to the Job entity to allow customers to supply data that will be echoed in the forthcoming JobCompletedEvent. 3. Change Type of ContentKeys in StreamingLocatorProperty from StreamingLocatorUserDefinedContentKey to StreamingLocatorContentKey. This allows the ContentKeyId information to be available when a user creates a StreamingLocator even for ContentKeys created by MediaServices. 4. Rename CustomLicenseAcquisitionUrlTemplate to CustomKeyAcquisitionUrlTemplate for EnvelopeEncryption. * Updated mediaservices readme.md to specify version 2018-06-01-preview as the latest * Fixed minor differences in OdataError and ApiError definitions
Configuration menu - View commit details
-
Copy full SHA for 14df9d9 - Browse repository at this point
Copy the full SHA 14df9d9View commit details -
SDK release- June 2018 (#3273)
* SDK release- June 2018 * Add package-2016-12 to Go SDK
Configuration menu - View commit details
-
Copy full SHA for a2b654d - Browse repository at this point
Copy the full SHA a2b654dView commit details -
Adding Swagger for POST APIs used to upload a customer TDE certificat…
…es (#3248) * Adding Swagger for POST APIs used to upload a customer TDE certificate in CMS * Addressing Jared's comment on PR - Remove certificateName property - Remove Resource and ProxyResource manually - Edit TdeCertificate to reference "../../../common/v1/types.json#/definitions/ProxyResource" * Addressing validation example errors * Addressing validation example errors * Adding to all package-composite-v* and package-pure of appropriate version
Configuration menu - View commit details
-
Copy full SHA for 3c5a260 - Browse repository at this point
Copy the full SHA 3c5a260View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44da531 - Browse repository at this point
Copy the full SHA 44da531View commit details -
Release of Azure Networking Network-2018-06-01 (api-version 2018-04-0…
…1) (#3261) * Added Network 2018-06-01; VM ref fix (#3118) * Init 2018-06-01 (copy from 2018-05-01) * Make VM reference in NIC readonly * Updated version in readme * New VPN Client Protocol (#3133) * Added new VPN protocol * indents * Add examples for Express Route Circuit APIs (#3182) * Add examples for Express Route Circuit APIs * Fix errors in expressRouteCircuit.json validations * Fix errors in validate examples for ExR Circuit * appgwv2 changes (#3192) * AppGW FIPS mode (#3202) * Release of Azure Networking Network-2018-06-01 branch (api-version 2018-04-01) * Adding VirtualWan Swagger (#3204) * Adding VirtualWan Swagger * Adding the CRUD Apis for VpnConnections * Updating VpnGateway examples * Fixing build errors * Addressing comments * Addressing comments and editing VpnConnection definition and corresponding examples * Addressing comments * Removing enableRateLimiting property * Addressing comments * Changing the version to 2018-04-01 version * Suppress ConnectionSharedKey model issue * Reverted extra-changes in readme
Configuration menu - View commit details
-
Copy full SHA for 64909dc - Browse repository at this point
Copy the full SHA 64909dcView commit details
Commits on Jun 22, 2018
-
[Azure Search] Make parameters for Autocomplete consistent with the r…
…est (#3268) * [Azure Search] Make parameters for Autocomplete consistent with the rest * [Azure Search] Fix a typo in description of the fuzzy flag.
Configuration menu - View commit details
-
Copy full SHA for d9a8184 - Browse repository at this point
Copy the full SHA d9a8184View commit details -
[Storage] Support HDFS feature and web endpoint in Account properties (…
…#3289) * [Storage] Add web endpoint to api version 2018-03-01-preview * [Storage] Add web endpoint to api version 2018-02-01 * [Storage] use {subscription-id} to replace the subscription ids in example * [Storage] Update Examples for Storage * [Storage] Support hdfs feature.
Configuration menu - View commit details
-
Copy full SHA for 5c3f7fb - Browse repository at this point
Copy the full SHA 5c3f7fbView commit details -
Add Cognitive Search (Skillset Operations) to the spec (#3208)
* Edit spec for Cognitive Search * Edit for skillset operations * Fix errors * Revert re-format swagger spec * Fix list * Address CR comments
Configuration menu - View commit details
-
Copy full SHA for 07f9a86 - Browse repository at this point
Copy the full SHA 07f9a86View commit details -
[Automation] Refactoring Automation Resources (#3190)
* Adding new common definitions file * Refactoring Automation Resources * Fix 2017 resources and remove definitions.json * 2018 Resources refactored * Refactoring 2015-10-31 Resources * Correcting some more 2015 resources * Corrected the runbook.json and defintions * Fixing the schedule issues * Fixing based on review comments * Correct the DscNodeConfiguration example * Fixed based on review comments. * Fix the createJob.json * Removing the advancedSchedule. No need in the example * Fixing SUC examples and Schedule definition errors * Adding a suppression for the LongRunningResponseStatusCode
Configuration menu - View commit details
-
Copy full SHA for ac8857e - Browse repository at this point
Copy the full SHA ac8857eView commit details -
Creating new API version for ADF (#3270)
* Starting new API version for ADF * Updating ADF API-s for GA version * Removing unused example files * Added Invoked By Type in pipeline run * 1. Captured self-hosted IR related examples 2. Remove IR sharing related properties (this feature will not go GA for now) 3. Remove IR API 'removeNode', because IntegrationRuntimeNodes_Delete replaced it. * Made changes to repo config classes, and added userProperties to activity. * Adding factory upgrade API * Adding examples and fixing some APIs * Updating examples * Fixes in swagger types and responses; new API examples * ETag and if-match support for data factory resource * Updated the examples * Removing the factory Upgrade API * Adding pacakge tag for the new API version * Porting PR 3237 from 09-01-preview
Configuration menu - View commit details
-
Copy full SHA for 37ca9e7 - Browse repository at this point
Copy the full SHA 37ca9e7View commit details
Commits on Jun 25, 2018
-
[Monitor] Add two missing "by subscription" operations for completene…
…ss and compliance (#3285)
Configuration menu - View commit details
-
Copy full SHA for d077470 - Browse repository at this point
Copy the full SHA d077470View commit details -
Fixing schedule description response of 200 from Created to OK. This …
…fix will also fix cmdlets we have that rely on the description response. (#3298)
Configuration menu - View commit details
-
Copy full SHA for c696e9c - Browse repository at this point
Copy the full SHA c696e9cView commit details -
Created a new provider Microsoft.CostManagement and moved reports and…
… query api documentation from Microsoft.Consumption to it (#3254) * Consumption specifications for cost insights and reporting operations * Fixed $ref for ReportConfigDelete * Silly me!! Fixed bad reference again * Fixed schema validation issues * Fixing validation errors around datetime and dynamic respones * Fixed parameters in examples * Fixed parameter name in example * Removed x-ms-odata method for POST op * Fixed ARM review comments * Moved reports and usage analysis from microsoft.consumption to microsoft.costmanagament
Configuration menu - View commit details
-
Copy full SHA for 7d850c0 - Browse repository at this point
Copy the full SHA 7d850c0View commit details -
[do not merge]Add AzureFirewall swagger and examples (#3276)
* Add AzureFirewall swagger and examples * Fixing privateipaddress description and minimum value for Priority
Configuration menu - View commit details
-
Copy full SHA for 32b0d87 - Browse repository at this point
Copy the full SHA 32b0d87View commit details -
Merge remote-tracking branch 'azure-pr/master'
A change was unintentionally merged to private master in a way that is blocking sync between the public and private repositories.
Configuration menu - View commit details
-
Copy full SHA for 3647e4c - Browse repository at this point
Copy the full SHA 3647e4cView commit details -
Update Java configuration for Log Analytics (#3269)
* fix up unused/broken java generation (?) * add back path after sdk gulp changes * add back path info
Configuration menu - View commit details
-
Copy full SHA for 5a702f1 - Browse repository at this point
Copy the full SHA 5a702f1View commit details
Commits on Jun 26, 2018
-
[Keyvault] Merging keyvault_preview into master for 7.0 / 2018-02-14 …
…release (#3299) * [KeyVault] adding new certificate fields and parameters (#2539) * adding new certificate feilds and parameters * updating CertificateTransparency description based of PR feedback * updating data-plane readme to generate 7.0-preview by default (#2543) * updating data-plane readme to generate 7.0-preview by default * updating python package-version * adding nodejs.readme for PR automation (#2569) * [KeyVault] adding version 2018-02-14-preview with Network ACLs (#2538) * creating rest version 2018-02-14-preview from 2016-10-01 * adding network acls feature * updating readme.md with version 2018-02-14-preview * changing default version in the resource manager readme * Mgmt swagger fixes (#2603) * removing errantly added readonly property * updating python lib version in rm readme.md * Add keyvault cert backup (#2685) * fixing typo resulting in mis-spelled API name (#2729) * Updated Key Vault Java readme's payload flattening threshold and base class name (#2583) * moving cert_transparency property under IssuerParameters * Keyvault preview (#2798) * fixing typo resulting in mis-spelled API name * adding missing certificate permissions * Update python package version in data-plane and resource-manager readme (#2803) * update python package version in data-plane and resource-manager readme * removing superfluous commas * AKV Rest Samples (#2873) * REST samples for keyvault APIs * fix typos (#3104) * Small doc tweaks (#3120) * fix typos * 3072 and 4096 are valid rsa key sizes * add ecc descriptions * Tweak ec descriptions * Adding descriptions to JsonWebKey kty values (#3199) * Adding crv to KeyProperties for EC certificate support (#3198) * renaming crv secp256k1 and alg ECDSA256 to align with proposed JOSE standards updates (#3277) * Moving 7.0 from preview to stable (#3279) -updating version from 7.0-preview to 7.0 -updating data-plane readme paths and versions * Moving 2018-02-14 from preview to stable (#3281) * Moving 2018-02-14 from preview to stable * fixing path to stable 2018-02-14 swagger files * updating csharp.md to remove multiapi changes * Restoring the x-ms-client-name property accidently stripped from kty on KeyProperties (#3288)
Configuration menu - View commit details
-
Copy full SHA for 7741b58 - Browse repository at this point
Copy the full SHA 7741b58View commit details -
[ACR] Add 2018-02-preview version to Java SDK (#3303)
* Add 2018-02-preview version to Java SDK * minor * Fix java folder var name
Configuration menu - View commit details
-
Copy full SHA for be25688 - Browse repository at this point
Copy the full SHA be25688View commit details -
Swagger for Azure Data Lake Storage Gen2 (Preview) (#3300)
* Committing swagger for Azure Data Lake Storage Gen2 (Preview) Azure Data Lake Storage provides storage for Hadoop and other big data workloads. Reference: Azure/azure-rest-api-specs-pr#503 * remove swagger to sdk section * fix tags for go
Configuration menu - View commit details
-
Copy full SHA for f085b50 - Browse repository at this point
Copy the full SHA f085b50View commit details -
Modify (Azure Search) Cognitive Search SDK Swagger (#3301)
* Address CR comments * Address CR comment
Configuration menu - View commit details
-
Copy full SHA for 15e82de - Browse repository at this point
Copy the full SHA 15e82deView commit details -
[API Management] New Api version introduced along with new contracts …
…for the Diagnostics resource (#3066) * New API Version 2018-06-01-preview * New contracts for the Diagnostic resource * retrigger downstream CI jobs * Sync up changes with 2018-01-01 * Fixing the linter error
Configuration menu - View commit details
-
Copy full SHA for c8aca97 - Browse repository at this point
Copy the full SHA c8aca97View commit details
Commits on Jun 27, 2018
-
[HDInsight] Refactoring and bug fixes (#3256)
* Fixed inaccurate API specifications for HDInsight extensions: 1. typo in casing, 2. added missing valid response code * Minor refactoring: 1. Organized shared parameters (e.g. resource group), 2. Fixed inappropriate enum constraints, 3. Moved property definitions to appropriate file * Updated examples for extensions with valid response status code. * Removed update configuration API specific for gateway * Removed the capabilities API, added the usages API * Reverted capabilities change and created new API version with the capabilities change * Various minor changes: fixed API version in specs and examples, renamed properties, renamed operations, fixed examples, added x-ms-parameter-location to certain parameters, and made usages readonly. * Fixed bug for applications where expected response was missing * Renamed operation that lists script actions * Fixed examples for applications to include expected status code from bug fix * Fixed inconsistent description for Operation in cluster.json * Removed unnecessary definition, added default responses on all endpoints * Fixed PascalCasing of properties, and made Locations plural in operation IDs
Configuration menu - View commit details
-
Copy full SHA for 1cfcde1 - Browse repository at this point
Copy the full SHA 1cfcde1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a14fd - Browse repository at this point
Copy the full SHA 77a14fdView commit details -
[Cognitive Services] add new regions: Canada Central, Central Inida, …
…Japan East and UK South (#3308)
Configuration menu - View commit details
-
Copy full SHA for d73c5f9 - Browse repository at this point
Copy the full SHA d73c5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba15dcd - Browse repository at this point
Copy the full SHA ba15dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8961ee8 - Browse repository at this point
Copy the full SHA 8961ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cce65bc - Browse repository at this point
Copy the full SHA cce65bcView commit details
Commits on Jun 28, 2018
-
Event Hubs : Added property pendingReplicationOperationsCount to GeoDR (
#3315) * added pendingReplicationOperationsCount to GeoDR * updated example
Configuration menu - View commit details
-
Copy full SHA for 8039c52 - Browse repository at this point
Copy the full SHA 8039c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef6b1d - Browse repository at this point
Copy the full SHA 4ef6b1dView commit details -
ServiceBus: Added property pendingReplicationOperationsCount to GeoDR…
… and Migration (#3314) * added property to migration and GeoDR config and AZ to namespace * revmoved zoneRedundant property * updated example and indentation
Configuration menu - View commit details
-
Copy full SHA for d2e1898 - Browse repository at this point
Copy the full SHA d2e1898View commit details -
Event Hubs 2018-01-01: renamed and added VirtualNetworkRules and IPFi…
…lterRules (#3294) * EventHub 2018-01-01-Preview with VNet, IPFilter and EventHubCluster * fixed syntax errors * updated Readme file * Added zoneRedundant property to EHNamespace * added back Operations API
Configuration menu - View commit details
-
Copy full SHA for d6fb479 - Browse repository at this point
Copy the full SHA d6fb479View commit details -
Reverting the schedule.json response code for Created to 201 as that … (
#3312) * Reverting the schedule.json response code for Created to 201 as that conforms with our Web Service API * Also added dummy 200 response for idempotency * Added an example for 200 as well
Configuration menu - View commit details
-
Copy full SHA for 8068e2a - Browse repository at this point
Copy the full SHA 8068e2aView commit details -
Add C# SDK generation settings for Advisor (#3213)
* Adding x-ms-pageable tag for configuration list command. * Add x-ms-pageable for list configuration by resource group operation. * Add C# settings * Remove wrong tag
Configuration menu - View commit details
-
Copy full SHA for 279d7a9 - Browse repository at this point
Copy the full SHA 279d7a9View commit details
Commits on Jun 29, 2018
-
Fix for JobStream duplicate definitions (#3327)
* Fix for JobStream duplicate definitions * Updating JobStreamProperties in all the places
Configuration menu - View commit details
-
Copy full SHA for 8f45020 - Browse repository at this point
Copy the full SHA 8f45020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7ac52 - Browse repository at this point
Copy the full SHA 0a7ac52View commit details -
Update Go SDK directory for datafactory 2018-06-01 (#3332)
Vlad Barosan authoredJun 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 82ec73f - Browse repository at this point
Copy the full SHA 82ec73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f55ce - Browse repository at this point
Copy the full SHA 99f55ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d54f5c2 - Browse repository at this point
Copy the full SHA d54f5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a91a9 - Browse repository at this point
Copy the full SHA 62a91a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa4c01f - Browse repository at this point
Copy the full SHA aa4c01fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8688c28 - Browse repository at this point
Copy the full SHA 8688c28View commit details
Commits on Jun 30, 2018
-
Swagger change for getting all availability sets in a subscription an…
…d StandardSSD (#3302) * First commit * Small change * Added an example for listing all the availability sets in a subscription * Addressed comments - added missing StandardSSD_LRS in 2018-04-01, updated name to ListAll, and removed the change from 2015-06-15 * Added nextLink to AvailabilitySetListResult
Configuration menu - View commit details
-
Copy full SHA for 3e46d85 - Browse repository at this point
Copy the full SHA 3e46d85View commit details
Commits on Jul 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b7b93e2 - Browse repository at this point
Copy the full SHA b7b93e2View commit details -
Module and activity data enrichment (#3336)
* Module and activity data enrichment * add Go SDK entry for package-2018-01-preview
Configuration menu - View commit details
-
Copy full SHA for 691005a - Browse repository at this point
Copy the full SHA 691005aView commit details -
User identities in a new dictionary property (#3183)
Moving user identities support from the property "identityId" list to a new dictionary property named "userAssignedIdentities".
Configuration menu - View commit details
-
Copy full SHA for e450041 - Browse repository at this point
Copy the full SHA e450041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52394c4 - Browse repository at this point
Copy the full SHA 52394c4View commit details -
Updating the default package tag for ADF to latest API (#3333)
* Starting new API version for ADF * Updating ADF API-s for GA version * Removing unused example files * Added Invoked By Type in pipeline run * 1. Captured self-hosted IR related examples 2. Remove IR sharing related properties (this feature will not go GA for now) 3. Remove IR API 'removeNode', because IntegrationRuntimeNodes_Delete replaced it. * Made changes to repo config classes, and added userProperties to activity. * Adding factory upgrade API * Adding examples and fixing some APIs * Updating examples * Fixes in swagger types and responses; new API examples * ETag and if-match support for data factory resource * Updated the examples * Removing the factory Upgrade API * Adding pacakge tag for the new API version * Porting PR 3237 from 09-01-preview * Updating default ADF package tag to GA * Python version
Configuration menu - View commit details
-
Copy full SHA for 44c3db5 - Browse repository at this point
Copy the full SHA 44c3db5View commit details -
ApplicationInsights: Uses plural for operation group name (#3324)
* java tag for automation * Using plural for operation group name consistently
Configuration menu - View commit details
-
Copy full SHA for ac0155f - Browse repository at this point
Copy the full SHA ac0155fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 944dabd - Browse repository at this point
Copy the full SHA 944dabdView commit details -
Added listing all availability sets in a subscription and StandardSSD… (
#3340) * Added listing all availability sets in a subscription and StandardSSD_LRS to 2018-06-01 * Added a missing comma
Configuration menu - View commit details
-
Copy full SHA for 56b0211 - Browse repository at this point
Copy the full SHA 56b0211View commit details -
Created newer version (2018-06-17-preview) of workbook resource type (#…
…2950) * Adding Workbooks resource type. * Rename workbookDelete.json to WorkbookDelete.json * Fixed undefiend parameter issue with Delete verb. * Update swagger to add subscriptionId * Fixed duplicated operation id issue * Removed links endpoint * Removed unused samples * Revert "Removed unused samples" This reverts commit bed6bc3. * Revert "Removed links endpoint" This reverts commit c245a85. * Removed link logic and added get by resourceid * Applied PR comments * Added Resource Group parameter for GET. Removed get by sourceId since we are not using sourceId anymore * Resolved the merge conflicts with readme.md * Remove a location parameter since ARM routes it as we are using an tracted resource type * Created newer version (2018-04-01-preview) for workbook resource type. * Added Microsoft/Insights/Operations * Added Microsoft/Insights/Operations * Corrected the api version. * Made properties of PATCH operation as not required. Updated the version number to reflect the actual production one. * Updated Resource properties with the correct fields. Created new definition for PATCH operation since location is not required field * Update readme file * Uses plural for operation group name * Removed x-ms-mutability settings * Removed the location settings for PATCH
Configuration menu - View commit details
-
Copy full SHA for b1674bb - Browse repository at this point
Copy the full SHA b1674bbView commit details
Commits on Jul 3, 2018
-
Update ComputerVision API (#3338)
* Remove remote references since WebScout doesn't support them... yet. * add host * Use west central us region as default
Configuration menu - View commit details
-
Copy full SHA for 29fa321 - Browse repository at this point
Copy the full SHA 29fa321View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd2008 - Browse repository at this point
Copy the full SHA acd2008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc56bb - Browse repository at this point
Copy the full SHA 6bc56bbView commit details
Commits on Jul 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6766adb - Browse repository at this point
Copy the full SHA 6766adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2afc90 - Browse repository at this point
Copy the full SHA c2afc90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0fd4f - Browse repository at this point
Copy the full SHA 1b0fd4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cee16 - Browse repository at this point
Copy the full SHA c1cee16View commit details -
misc fixes to oauth related api's on botservice swagger (#3280)
* misc fixes to oauth related api's on botservice swagger * remove resource group parameter from list auth providers
Configuration menu - View commit details
-
Copy full SHA for b52d053 - Browse repository at this point
Copy the full SHA b52d053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9b980 - Browse repository at this point
Copy the full SHA 6a9b980View commit details
Commits on Jul 6, 2018
-
Set payload-flattening-threshold to 1 for .NET client library generat…
…ion in order to prevent a breaking change. (#3359)
Configuration menu - View commit details
-
Copy full SHA for d272152 - Browse repository at this point
Copy the full SHA d272152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e7746 - Browse repository at this point
Copy the full SHA 38e7746View commit details -
Configuration menu - View commit details
-
Copy full SHA for a442e30 - Browse repository at this point
Copy the full SHA a442e30View commit details -
Custom vision 2.1 updates (#3337)
* Initial commit of v2.0 to make the dif easier to read * v2.1 API changes * Add a release for 2.1
Configuration menu - View commit details
-
Copy full SHA for 4df256b - Browse repository at this point
Copy the full SHA 4df256bView commit details -
Add directives for Python object deserialization (#3343)
* serialize results rows as object for deserialization * add client override for package naming
Configuration menu - View commit details
-
Copy full SHA for ac5f4d6 - Browse repository at this point
Copy the full SHA ac5f4d6View commit details
Commits on Jul 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0e503bf - Browse repository at this point
Copy the full SHA 0e503bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for beda034 - Browse repository at this point
Copy the full SHA beda034View commit details -
[Cognitive Services] Stop override LUIS client class names, revert a …
…case change in CustomVision. (#3368) * [Cognitive Services] Stop overide LUIS client class names. * [Cognitive Services] Recover CustomVision URL case changes.
Configuration menu - View commit details
-
Copy full SHA for 9c7c5ee - Browse repository at this point
Copy the full SHA 9c7c5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dce3c0a - Browse repository at this point
Copy the full SHA dce3c0aView commit details -
Renaming ConnectionBandwidthInMbps to ConnectionBandwidth (#3375)
* Renaming ConnectionBandwidthInMbps to ConnectionBandwidth * Renaming ConnectionBandwidthInMbps to ConnectionBandwidth * Renaming ConnectionBandwidthInMbps to ConnectionBandwidth * Renaming ConnectionBandwidthInMbps to ConnectionBandwidth * Renaming ConnectionBandwidthInMbps to ConnectionBandwidth * Renaming ConnectionBandwidthInMbps to ConnectionBandwidth * Renaming ConnectionBandwidthInMbps to ConnectionBandwidth * Renaming ConnectionBandwidthInMbps to ConnectionBandwidth * Renaming ConnectionBandwidthInMbps to ConnectionBandwidth
Configuration menu - View commit details
-
Copy full SHA for 3451262 - Browse repository at this point
Copy the full SHA 3451262View commit details -
Add userAssignedIdentities (#3283)
* Add userAssignedIdentities * Reduced min properties to 1 * Add user assigned identity example * Use definition from compute
Configuration menu - View commit details
-
Copy full SHA for 662a332 - Browse repository at this point
Copy the full SHA 662a332View commit details -
Swagger for diagnostic settings and association resource types (#3295)
* Association resource and example * Guest diagnostic setting * Fixing Travis CI Failure * Fixing travis build * Travis failures * Travis failures * Travis failures * Travis failures * Travis failures * Review comments * Trying out to fix linter error * Trying out to fix linter error * PR Comments * Adding more examples * Build failures * Build failures * Documentation fixes * Documentation fixes * Fixes * Fixes * Fixes * Comments resolution * Comments resolution * Model CI Failure
Configuration menu - View commit details
-
Copy full SHA for 49901c0 - Browse repository at this point
Copy the full SHA 49901c0View commit details
Commits on Jul 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4358d27 - Browse repository at this point
Copy the full SHA 4358d27View commit details -
Adding Java configuration for devspaces (#3378)
* Adding Java configuration for devspaces * Adding Java configuration for devspaces * addressing code review
Configuration menu - View commit details
-
Copy full SHA for 1076f0f - Browse repository at this point
Copy the full SHA 1076f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1a869 - Browse repository at this point
Copy the full SHA 4b1a869View commit details -
[ADF v2]Add integration runtime sharing feature. (#3345)
* Add integration runtime sharing feature. * Add x-ms-client-name to LinkedIntegrationRuntimeRequest.factoryName * Change class name according review comments
Configuration menu - View commit details
-
Copy full SHA for f8d1e52 - Browse repository at this point
Copy the full SHA f8d1e52View commit details -
Introduce Azure Traffic Manager 2018-04-01 API version with new featu…
…res (#3361) * New API 2018-04-01 New API 2018-04-01 with support for multi-value and custom subnets. * Create Endpoint-DELETE-External.json * Examples for new API vdersion. * Fixes for custom header examples * Update versions in readme.md and readme.ruby.md Update versions in readme.md and readme.ruby.md to 2018-04-01 * Removing package-2018-02 from Ruby Linter is failing package-2018-02 for unclear reasons. Since there are no apparent errors to fix in readme.md, I'm removing the failing reference in this file. * Add readonly property to id, name, type Add readonly property to id, name, type
Configuration menu - View commit details
-
Copy full SHA for e0ee56c - Browse repository at this point
Copy the full SHA e0ee56cView commit details -
Azure Search: Add resource identity (MSI) support (#3377)
* Azure Search: Add resource identity (MSI) support * Azure Search: Removing redundant commas
Configuration menu - View commit details
-
Copy full SHA for e97dba0 - Browse repository at this point
Copy the full SHA e97dba0View commit details -
1) Fix for linter error "Properties of a PATCH request body must not …
…be default-valued. PATCH operation: 'EventSubscriptions_Update' Model Definition: 'EventSubscriptionUpdateParameters' Property: 'eventDeliverySchema'". (#3367) 2) Updated the default value of EventDeliverySchema to the correct value used by the service.
Configuration menu - View commit details
-
Copy full SHA for 600a26e - Browse repository at this point
Copy the full SHA 600a26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 602d22c - Browse repository at this point
Copy the full SHA 602d22cView commit details
Commits on Jul 11, 2018
-
Bump minor version in search management NPM package (#3397)
Dan Schulte authoredJul 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 206528b - Browse repository at this point
Copy the full SHA 206528bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0a305 - Browse repository at this point
Copy the full SHA 1f0a305View commit details -
Revert 29fa321 for Computer and Custom Vision. (#3396)
That change defaulted the host to an invalid url which has all clients return 404 unless they override the base url.
Configuration menu - View commit details
-
Copy full SHA for a8cdfbf - Browse repository at this point
Copy the full SHA a8cdfbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ebb30 - Browse repository at this point
Copy the full SHA 43ebb30View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec4c37 - Browse repository at this point
Copy the full SHA eec4c37View commit details -
Remove sharedWithFactories property from SelfHostedIntegrationRuntime…
…StatusTypeProperties (#3390)
Configuration menu - View commit details
-
Copy full SHA for b9282c4 - Browse repository at this point
Copy the full SHA b9282c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06cfeab - Browse repository at this point
Copy the full SHA 06cfeabView commit details -
add 2018-06-01 api version to Go SDK build (#3401)
* add 2018-06-01 api version to Go SDK build * exclude package-2018-04 from Go SDK
Configuration menu - View commit details
-
Copy full SHA for 3a49139 - Browse repository at this point
Copy the full SHA 3a49139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd00c6 - Browse repository at this point
Copy the full SHA 1fd00c6View commit details -
DatabricksSparkJarActivity, DatabricksSparkPythonActivity and other D…
…atabricks enhancements (#3391)
Configuration menu - View commit details
-
Copy full SHA for f9367c2 - Browse repository at this point
Copy the full SHA f9367c2View commit details -
Fix linter script to run all tags (#3400)
* Fix linter script to run all tags * PR Comments response
Configuration menu - View commit details
-
Copy full SHA for d848622 - Browse repository at this point
Copy the full SHA d848622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ddd48 - Browse repository at this point
Copy the full SHA 06ddd48View commit details
Commits on Jul 12, 2018
-
Remove 4xx responses and change schema to file (#3363)
* nit fixes: Remove 4xx responses and schema to file * Reverting changes in stable APIs
Configuration menu - View commit details
-
Copy full SHA for 8f83ec5 - Browse repository at this point
Copy the full SHA 8f83ec5View commit details -
Remove @gatneil from `Compute` owners/reviewers.
Configuration menu - View commit details
-
Copy full SHA for 6c74135 - Browse repository at this point
Copy the full SHA 6c74135View commit details -
Bump postgresql management NPM package version (#3408)
Dan Schulte authoredJul 12, 2018 Configuration menu - View commit details
-
Copy full SHA for c4229ea - Browse repository at this point
Copy the full SHA c4229eaView commit details -
* Update Azure Migrate Swagger file with newly added API Update Azure Migrate Swagger file with newly added API's and respective examples. * Updated the response schema for Assessment Options API Updated the response schema for Assessment Options API * Added the schema for Get projects in subscription API Added the schema for Get projects in subscription API * Fixing the build failure. Fixing the build failure. * Fixed issues found while validating examples with swagger Fixed issues found while validating examples with swagger * FIxing a build failure * Resolved review comments Resolved review comments * Removing x-ms-pagable property for now. Removing x-ms-pagable property for now. * Removed all the error cases and add a "default" response which captures all error cases. Removed all the error cases and add a "default" response which captures all error cases.
Configuration menu - View commit details
-
Copy full SHA for 4719d1d - Browse repository at this point
Copy the full SHA 4719d1dView commit details -
Adding new properties to Consumption Usage Details (#3357)
* Usage details V3 with location, service tier and service name * Fixed the API versions for the examples. * Added new version settings details for Java to the ReadMe file * Included all the previous operations and examples in the changeset so that those operations will be supported in the new version as well. * Removing Python from the list of SDKs which should be generated by the automatic system since we are manually generating the SDK for Python. * Reverting back and adding the Python to the list of SDKs which should be generated by the automatic system. * Added missing properties merged from both 03/2018 and 05/2018 * Modified the Operation Id to follow the best practices. * Fixed model namings for - ReservationSummaries (now: ReservationSummary), ReservationDetails (now: ReservationDetail) and ReservationRecommendations (now: ReservationRecommendation) * Fixed the naming for model CostTags. * Fixing the SDKViolation error on - model Tags. * Changed the CostTagResult to CostTag as per review comments. Also changed operations - Marketplaces_ListByEnrollmentAccount and Marketplaces_ListForBillingPeriodByEnrollmentAccount.
Configuration menu - View commit details
-
Copy full SHA for db4a3b3 - Browse repository at this point
Copy the full SHA db4a3b3View commit details -
Add readme.nodejs.md for devspaces management (#3410)
Dan Schulte authoredJul 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 3a23fbb - Browse repository at this point
Copy the full SHA 3a23fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3099a - Browse repository at this point
Copy the full SHA 0d3099aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b268a - Browse repository at this point
Copy the full SHA e6b268aView commit details -
Add new backup discovery API. Fix error codes for source control API,… (
#3195) * Add new backup discovery API. Fix error codes for source control API, Move DeletedSite to common definition * Remove references to SnapshotRecoveryRequest * Fix operationId for Delete Swift Virtual Network API * Fix per PR comments * Add missing examples file. * Add other missing Examples * Fix reference to examples in Diagnostics.json
Configuration menu - View commit details
-
Copy full SHA for 52e7778 - Browse repository at this point
Copy the full SHA 52e7778View commit details
Commits on Jul 13, 2018
-
Add missing ScaleSet properties (#3406)
* Add missing ScaleSet properties The change adds the following missing properties 1) "zones" property to VirtualMachineScaleSetVM 2) DiskSizeInGB to VirtualMachineScaleSetOSDisk 3) DiskSizeInGB to VirtualMachineScaleSetUpdateOSDisk * New example to create a scaleset with zones * Add DiskSizeInGB to VMScaleSet OSDisk in example * Add reference to CreateAScaleSetWithVMsInDifferentZones.json in swagger * Remove tabs * Fix json formatting
Configuration menu - View commit details
-
Copy full SHA for 4d4c237 - Browse repository at this point
Copy the full SHA 4d4c237View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd89b6a - Browse repository at this point
Copy the full SHA fd89b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 699762e - Browse repository at this point
Copy the full SHA 699762eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4d093 - Browse repository at this point
Copy the full SHA 7f4d093View commit details
Commits on Jul 16, 2018
-
Bump containerregistry management Node.js package version (#3419)
Dan Schulte authoredJul 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 726e43f - Browse repository at this point
Copy the full SHA 726e43fView commit details -
Azure Service Fabric Mesh Preview 2018-07-01 REST API specification (#…
…3389) * Azure Service Fabric Mesh Preview 2018-07-01 REST API specification * fix the suppression typing error * updating the go SDK tag and output location based on the review feedback
Configuration menu - View commit details
-
Copy full SHA for 16644c3 - Browse repository at this point
Copy the full SHA 16644c3View commit details -
Updating 2018-03-01-preview to include a few extra fields and paramet…
…ers (#3370) * Update get entities to include two fields * Fix a typo
Configuration menu - View commit details
-
Copy full SHA for cc19f5d - Browse repository at this point
Copy the full SHA cc19f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a14dcbb - Browse repository at this point
Copy the full SHA a14dcbbView commit details -
Suppress Operations API Implemenetation Error (#3139)
* Suppress Operations API Implemenetation Error * Suppress RequiredPropertiesMissingInResourceModel linter error
Configuration menu - View commit details
-
Copy full SHA for 0a45a30 - Browse repository at this point
Copy the full SHA 0a45a30View commit details
Commits on Jul 17, 2018
-
* Fix OAV error log * remove test/model.js
Configuration menu - View commit details
-
Copy full SHA for d068d86 - Browse repository at this point
Copy the full SHA d068d86View commit details -
Bump hdinsight management Node.js package version to 0.4.0 (#3427)
Dan Schulte authoredJul 17, 2018 Configuration menu - View commit details
-
Copy full SHA for e61491c - Browse repository at this point
Copy the full SHA e61491cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19450c4 - Browse repository at this point
Copy the full SHA 19450c4View commit details -
Update ReadMe.md by linking the announcements section (#3428)
* Update ReadMe.md by linking the announcements section * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for b36d263 - Browse repository at this point
Copy the full SHA b36d263View commit details -
Add revision and Version Description to Contract (#3430)
* add revision description * fixed missing file reference * add the missing file
Configuration menu - View commit details
-
Copy full SHA for e2b4303 - Browse repository at this point
Copy the full SHA e2b4303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7499d0e - Browse repository at this point
Copy the full SHA 7499d0eView commit details
Commits on Jul 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 40e3e99 - Browse repository at this point
Copy the full SHA 40e3e99View commit details -
Added BackupValidateOperation API (#3395)
* Added BackupValidateOperation API * Added BackupValidateOperation API * Fix casing in validateOperationResponse * Fix casing in validateOperationResponse * Fix casing in swagger example file path * Use ValidateRequest instead of Resource<ValidateRequest> * Update operationid of validate_Operation to Operation_Validate per feedback * Update operationid of validate_Operation to Operation_Validate per feedback * remove additional parameter api-version
Configuration menu - View commit details
-
Copy full SHA for ccefbaf - Browse repository at this point
Copy the full SHA ccefbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3316d44 - Browse repository at this point
Copy the full SHA 3316d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa000df - Browse repository at this point
Copy the full SHA fa000dfView commit details -
Bump hdinsight Node.js package version to 0.5.0 (#3434)
Dan Schulte authoredJul 18, 2018 Configuration menu - View commit details
-
Copy full SHA for fe957d8 - Browse repository at this point
Copy the full SHA fe957d8View commit details -
Bump recoveryservicesbackup Node.js package version to 3.0.0 (#3435)
Dan Schulte authoredJul 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 50c1440 - Browse repository at this point
Copy the full SHA 50c1440View commit details -
Bump azure-arm-iothub Node.js package version to 2.0.1 (#3436)
Dan Schulte authoredJul 18, 2018 Configuration menu - View commit details
-
Copy full SHA for c14b067 - Browse repository at this point
Copy the full SHA c14b067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31bbba8 - Browse repository at this point
Copy the full SHA 31bbba8View commit details -
Modify Cognitive Search Swagger (#3386)
* Address CR comments * Address CR comment * Address PR comments in C# * Fix syntax error * Address CR comments
Configuration menu - View commit details
-
Copy full SHA for c4c8e6d - Browse repository at this point
Copy the full SHA c4c8e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d6b7f - Browse repository at this point
Copy the full SHA 96d6b7fView commit details -
Update default package version for WebSiteManagementClient (#3415)
* Updated webapps swagger with restore deleted site APIs * Update default package version for WebSiteManagementClient
Configuration menu - View commit details
-
Copy full SHA for 59180bb - Browse repository at this point
Copy the full SHA 59180bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f0a74 - Browse repository at this point
Copy the full SHA 07f0a74View commit details -
Adding swagger of sensitivity labels APIs. (#3373)
* Swagger of sensitivity labels APIs Adding swagger containing APIs of sensitivity labels, as long as usage examples of these APIs. * Reference common definitions. Reference common definitions.
Configuration menu - View commit details
-
Copy full SHA for 5dd98e6 - Browse repository at this point
Copy the full SHA 5dd98e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1a433 - Browse repository at this point
Copy the full SHA de1a433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7225089 - Browse repository at this point
Copy the full SHA 7225089View commit details
Commits on Jul 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d5d70ee - Browse repository at this point
Copy the full SHA d5d70eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9667d - Browse repository at this point
Copy the full SHA 7f9667dView commit details -
Bump sql management Node.js package version to 4.1.0 (#3450)
Dan Schulte authoredJul 19, 2018 Configuration menu - View commit details
-
Copy full SHA for b4a189b - Browse repository at this point
Copy the full SHA b4a189bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 309a7d5 - Browse repository at this point
Copy the full SHA 309a7d5View commit details -
Bump logic management Node.js package version to 2.0.0 (#3451)
Dan Schulte authoredJul 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 3e6fee2 - Browse repository at this point
Copy the full SHA 3e6fee2View commit details -
RunCommands 2018-06-01 (#3422)
* RunCommands 2018-06-01 * Take examples from 2018-04-01
Configuration menu - View commit details
-
Copy full SHA for be9bf1a - Browse repository at this point
Copy the full SHA be9bf1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7767268 - Browse repository at this point
Copy the full SHA 7767268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 565c26a - Browse repository at this point
Copy the full SHA 565c26aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f42ddc4 - Browse repository at this point
Copy the full SHA f42ddc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8516b9 - Browse repository at this point
Copy the full SHA c8516b9View commit details
Commits on Jul 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ad8ff14 - Browse repository at this point
Copy the full SHA ad8ff14View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0cf00b - Browse repository at this point
Copy the full SHA d0cf00bView commit details -
Update AutoSuggest's readme.nodejs.md file (#3465)
* Update AutoSuggest's readme.nodejs.md file * Don't regenerate AutoSuggest Node.js readme.md file * Update the azure-cognitiveservices-autosuggest Node.js output-folder property * Change azure-arm property for Node.js AutoSuggest to false
Dan Schulte authoredJul 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ff12b1 - Browse repository at this point
Copy the full SHA 8ff12b1View commit details -
Bump azure-arm-monitor NPM package version to 3.0.0 (#3469)
Dan Schulte authoredJul 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 063e606 - Browse repository at this point
Copy the full SHA 063e606View commit details -
updated description of sku name values (#3467)
* updated description of sku name values * added default sku name value
Configuration menu - View commit details
-
Copy full SHA for aa50b23 - Browse repository at this point
Copy the full SHA aa50b23View commit details -
Update custom image search Node.js properties (#3470)
Dan Schulte authoredJul 20, 2018 Configuration menu - View commit details
-
Copy full SHA for eddee65 - Browse repository at this point
Copy the full SHA eddee65View commit details -
Enable Computer Vision Client to customize endpoint. (#3440)
* Enable Computer Vision Client to customize endpoint. * Update Corresponding examples.
Configuration menu - View commit details
-
Copy full SHA for 6a7eb1d - Browse repository at this point
Copy the full SHA 6a7eb1dView commit details
Commits on Jul 23, 2018
-
Removing the SDK specs for servermanagement. This resource provider h…
…as been decomissioned in Azure for many months. Removing the SDK specs as part of a broader cleanup. (#3461)
Configuration menu - View commit details
-
Copy full SHA for 7105e6e - Browse repository at this point
Copy the full SHA 7105e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9754d04 - Browse repository at this point
Copy the full SHA 9754d04View commit details -
Add connection state events and update LifeCycleEvents (#3448)
* Updating fields in the DeviceLifeCycleEventProperties Adding DeviceConnectionStateEventProperties and events * Fix typos
Configuration menu - View commit details
-
Copy full SHA for 93a0d9e - Browse repository at this point
Copy the full SHA 93a0d9eView commit details -
Bump storage management Node.js package version to 5.1.1-preview (#3477)
Dan Schulte authoredJul 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 62734ff - Browse repository at this point
Copy the full SHA 62734ffView commit details -
Bump version of recoveryservices-siterecovery's Node.js management pa…
…ckage to 3.0.0 (#3476)
Dan Schulte authoredJul 23, 2018 Configuration menu - View commit details
-
Copy full SHA for b6cd400 - Browse repository at this point
Copy the full SHA b6cd400View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d44d5 - Browse repository at this point
Copy the full SHA a6d44d5View commit details
Commits on Jul 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 052e636 - Browse repository at this point
Copy the full SHA 052e636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548ebaa - Browse repository at this point
Copy the full SHA 548ebaaView commit details -
Brandon Siegel committed
Jul 24, 2018 Configuration menu - View commit details
-
Copy full SHA for b63c8bc - Browse repository at this point
Copy the full SHA b63c8bcView commit details -
Add Go SDK generation config (#3403)
* Add Go SDK generation config * fix namespace for go * Move go sdk config to its own file
Vlad Barosan authoredJul 24, 2018 Configuration menu - View commit details
-
Copy full SHA for c0cbb2c - Browse repository at this point
Copy the full SHA c0cbb2cView commit details -
Security Center - Removing properties to allow auto code generation (#…
…3453) * Security Center - Removing properties to allow auto code generation * Fix for allOf and case mismatch in property name - make allOf on `object` not a `string` - fix hostname to match examples
Configuration menu - View commit details
-
Copy full SHA for 30d7f17 - Browse repository at this point
Copy the full SHA 30d7f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dabbad - Browse repository at this point
Copy the full SHA 3dabbadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4456ddd - Browse repository at this point
Copy the full SHA 4456dddView commit details -
Update web management Node.js package version (#3494)
Dan Schulte authoredJul 24, 2018 Configuration menu - View commit details
-
Copy full SHA for cb76c25 - Browse repository at this point
Copy the full SHA cb76c25View commit details -
Update casing in web management Node.js output-folder (#3496)
Dan Schulte authoredJul 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 821bdc8 - Browse repository at this point
Copy the full SHA 821bdc8View commit details -
Update Java entries for Cognitive Services data-plane specs (#3497)
* update Java entries in readme.md * override the client name for Java (same as in CSharp) * update the default output folder for Java SDK Cognitive Service data-plane client libraries
Configuration menu - View commit details
-
Copy full SHA for a0db520 - Browse repository at this point
Copy the full SHA a0db520View commit details
Commits on Jul 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9ac2c74 - Browse repository at this point
Copy the full SHA 9ac2c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0840eaa - Browse repository at this point
Copy the full SHA 0840eaaView commit details