Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bgp apipa changes #8482

Closed
wants to merge 170 commits into from
Closed

Bgp apipa changes #8482

wants to merge 170 commits into from

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    2baa111 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    2edf12a View commit details
    Browse the repository at this point in the history
  2. Adding Quota APIs to Capacity RP. (#6906)

    * Adding swagger Spec for Quota RP API.
    
    * Adding Quota RP swagger API.
    
    * Update specification/quota/resource-manager/Microsoft.Quota/preview/2019-07-19-preview/quota.json
    
    Co-Authored-By: Nick Schonning <nschonni@gmail.com>
    
    * Update specification/quota/resource-manager/Microsoft.Quota/preview/2019-07-19-preview/quota.json
    
    Co-Authored-By: Nick Schonning <nschonni@gmail.com>
    
    * Update specification/quota/resource-manager/Microsoft.Quota/preview/2019-07-19-preview/quota.json
    
    Co-Authored-By: Nick Schonning <nschonni@gmail.com>
    
    * Updated based on the comments.
    
    * Updating based on the comments from jhendrixMSFT
    
    * Update specification/quota/resource-manager/Microsoft.Quota/preview/2019-07-19-preview/quota.json
    
    Co-Authored-By: Nick Schonning <nschonni@gmail.com>
    
    * Update specification/quota/resource-manager/Microsoft.Quota/preview/2019-07-19-preview/quota.json
    
    Co-Authored-By: Nick Schonning <nschonni@gmail.com>
    
    * Updating quota request status parameter.
    
    * Making all response for all quotaRequests status response same, for one or collection.
    
    * Adding Filter for quotaRequest by requestSubmitTime.
    
    * Fixing casing of the operationId - QuotaRequest_Status
    
    * Removing unused model and adding initial version of readme.md
    
    * Adding Readme.md File.
    
    * Updated path for quota.json.
    
    * Chaning filename Quota.json to quota.json in readme.ms. Looks like it's
    case-sensitive.
    
    * Fixing json.
    
    * Updating based on build errors.
    
    * Updating suppression directive for opeartions.
    
    * Fixing Suppression Directive.
    
    * Fixing List operationId name.
    
    * Update specification/quota/resource-manager/Microsoft.Quota/preview/2019-07-19-preview/quota.json
    
    Co-Authored-By: Nick Schonning <nschonni@gmail.com>
    
    * 1. Updated the _list_ as suggested in the build.
    2. Removed the 4XX responses.
    
    * Adding example file.
    
    * 1.Adding providerId in the parameter List.
    
    * 1. Changed the namesace to Microsoft.Capacity. Work with Capacity RP Team (Reservation) to share the namespace.
    2. Updated the API to Get and Put pair. Use the same model for Get and Put as suggested.
    
    Todo:
    1. Once Apis are finalized add samples for each api.
    
    * 1. Fixing spelling.
    2. Updateing the Put datamodel to match Get data model.
    
    * rename QuotaRequests_list_Status - QuotaRequests_listStatus.
    There was a warning for QuotaRequests_list_Status.
    
    * 1. Updated API.
    2. Added example for Put /serviceLimits.
    3. Updated Get example - /serviceLimits.
    
    * 1. Adding examples for /quotaRequests/{id}
    2. Adding examples for /quotaRequests
    
    * 1. Formatting changes.
    2. Fixing example.
    
    * 1. Removing nextLink from get /serviceLimits, as the RPs doesn't support nextLink for /usages.
    
    * 1. Moving the examples, next to the operationId.
    2. Making the arrary "value" instead of quotaRequests.
    
    * 1. Changing quotaRequests to value.
    
    * Fixing example filed name to match the model.
    
    * 1. Fixing example for Put request.
    2. Supressing warning PageableOperation or Get /serviceLimits, as all the RPs /usages api doesn't support pagable operation.
    
    * Fixing readme.md
    
    * 1. Removing pageableOperation Suppression.
    2. Removing readonly roperties from put parameters.
    
    * 1. Changing quotaRequests to value to address - warning PutRequestResponseScheme.
    2. Suppressing RequiredPropertiesMissingInResourceModel. The quotaRequest doesn't have the parameters specified.
    
    * 1. Making Put request and response same to address PutRequestResponseScheme
    
    * 1. Changing requestId to id to address BodyTopLevelProperties
    
    * Adding example for BatchAI /serviceLimits
    
    * 1. Adding the swagger definition files for Quota.
    2. Updating Readme.md to include Quota.json
    3. Updating the title to "Microsoft.Capacity", it's required to be same in all the files.
    
    * Updating readme.md to resolve conflicy with master.
    
    * Removing the conflict.
    
    * Removing space, which was causing merge conflict.
    
    * Removing files from Quota path.
    The Quota APIs will be hosted with Microsoft.Capacity RP.
    
    * 1. Addressing SDK warning for - XmsResourceInPutResponse.
    
    * Updating QuotaRequestResponse Model.
    
    * Updating examples, based on the model change.
    
    * Model change.
    
    * Model Update.
    
    * Adding description.
    
    * Updated example
    
    * 1. Validating new APIs.
    2. Will add examples in next iteration.
    
    * 1. Updating AI and adding examples.
    
    * 1. Changing Operation_id
    
    * 1. Added examples.
    2. Added properties object to hold additional properties from different resource providers.
    
    * Adding examples for QuotaRequests.
    
    * Adding missing example file.
    adding x-ms-azure-resource : true
    
    * Setting - x-ms-azure-resource : true
    
    * Adding example for MsSql get usages.
    Fixing few warnings.
    
    * Setting "x-ms-pageable": {
              "nextLinkName": "nextLink"
            }
    
    for the APIs, which are not pageable, returns only one object.
    
    * Removing extra ,
    
    * Updating name to resourceLimits
    
    * Adding example of quotaRequest in progress and quotaRequest Failed.
    
    * Changing name back to serviceLimits.
    
    * Removing "x-ms-client-flatten": true, from the propties,
    which may hold specific properties for the RP.
    
    * 1. Fixing errors - Reming Nulls for next page link.
    2. The get request for 1 item doesn't need to be pageable.
    
    * 1.Updating the name for ResourceType
    
    * 1. Adding Auto Quota Request API.
    
    * 1. Updated AQI Api.
    
    * Fixing recipients spelling.
    Removing x-ms-azure-resource
    
    * 1. Adding examples for Auto Quota Increase.
    
    * 1. Adding example for turning off th Auto Quota Invrease.
    2. Fixing examples.
    
    * Updating the model.
    
    * Fixing reference.
    
    * Fixing spelling of Sev
    
    * Adding "x-ms-azure-resource": true,
    
    * Adding name, type parameters.
    
    * Fixing top level elements.
    
    * Updating descriptions and summary text.
    
    * Updating Id with full resource path.
    
    * Speeling fix for specified
    
    * Removing '' from the json.
    
    * ,
    
    * 1. Updating operations ID as suggested.
    2. Updated summary to clarify one resource vs multiple reources.
    3. Updated autoQuota Increase data model and examples.
    
    * Updated examples.
    
    * Fixinf spelling.
    
    * 1. Changing the enums to OnSuccess, OnFailure.
    
    * 1. Changing the serviceLimits/requests to /quotaRequests.
    The requests cannot be child resource of /serviceLimits.
    
    * 1. Updating the quotaRequests to serviceRequests.
    2. Updating the examples.
    
    * Changing the serviceRequest to serviceLimitsRequests, as suggested.
    
    * Changing emailActions to emailAction.
    
    * 1. Adding eTag header.
    2. Adding oData $metadata.
    
    * 1. Making etag required parameter for put.
    2. Updating metadata example.
    
    * Updating the name to - "name": "Automatic Quota Increase",
    
    * Adding $skipToken parameter.
    
    * Adding If-Match to the put and patch examples for quota.
    
    * 1. Updating the Examles based on the model.
    
    * Updating examples based on model.
    
    * Fixing examples' model for autoQuotaIncrease.
    
    * Fixing examples Model errors.
    
    * Fixing recipients.
    
    * Changing the AutoQuotaIncrease Put data model.
    
    * Fixing json.
    
    * Fixing example.
    
    * Removing $metadata api.
    
    * 1. Adding subRequestId for subrequests.
    2. Updating examples with subRequestId.
    
    * 1. Updating long running task response based on comments.
    2. Updating Auto Quota Increase request.
    Auto Quota increase is a functionality/service, where a customer can opt in for - service monitoring the usages and quota value and automatically increase the quota, when a threshold is reached.
    
    * Fixing builderror camel case.
    Fixing example.
    
    * Changing "operationId": "AutoQuotaIncrease_Create"
    
    * Changing the field names to lower case.
    
    * Changing case.
    
    * Changing Case.
    
    * Updating Auto Quota Increase schema.
    
    * Fixing AQI examples.
    
    * Removing readonly properties from Set requests.
    
    * Removing unused model.
    
    * changing to lowercase
    
    * Fixing schema.
    
    * Fixing nested refs.
    
    * Changing type to object.
    
    * example fix.
    
    * Updated the Put schema and examle, as per discussion.
    
    * Updated Examples and formatting.
    
    * Fixing errors/warnings.
    
    * Put Response fix.
    
    * Model Fix.
    
    * Model Fixes.
    
    * removing "x-ms-azure-resource": true from request.
    
    * Updating response schema for Put.
    
    * Put examples fixing.
    
    * Adding type= object for top level models.
    
    * Example fix.
    
    * Quota request response updates.
    
    * Example Fix.
    
    * Model fix.
    
    * Changing model.
    
    * Example Fix.
    
    * One SKU Put quota request update.
    
    * Fixing Put requests.
    
    * Example updates.
    
    * Making currentValue readonly.
    
    * Remove currentValue from quota update response.
    
    * Model Fix for put.
    
    * Fixing Patch example.
    
    * Making proerties read-only.
    
    * Removing readonly properties from resource name and unit
    
    * removing ready-only from unit.
    
    * 1. Removing collection Put and Patch.
    2. Adding patch for single resource.
    
    * 1. Making Put request and response body same.
    2. Making provisioningState as readonly property.
    3. Updated Examples accordingly.
    
    * Updating Patch operation name to _Update.
    
    * Model Update.
    
    * Fixing examples.
    
    * Fixing examples.
    
    * 1. Fixing Examples.
    
    * Updating operation id as suggested.
    
    * Updated Operation Id: "operationId": "Quotas_GetStatus",
    
    * Fixing issue - The PUT/GET/PATCH operations must have same schema response.
    
    * 1. Adding id, name, type properties in reponse example.
    2. Making ResourceType property setable for Put,Patch request.
    
    * Updating the samples
    
    * Updating the samples
    
    * Revert commit.
    
    * Formatting the json.
    Example spelling correction.
    
    * 1. Chaging resource name from Providers to resourceProviders, as suggested by ARM team.
    2. Updating examples.
    
    * Fixing jSon.
    
    * Adding patch API.
    
    * Adding resource name to the example.
    
    * Updating patch example.
    
    * Updating Patch example.
    
    * Patch example fix.
    
    * Remove unit from request example.
    
    * Removing readonly property Unit from request.
    
    * Updating request format.
    
    * Changing the title to match the reservation - Azure Reservation API
    
    * Changing the tile back to - Microsoft.Capacity
    
    * Removing Readonly roperty from the quota request.
    
    * Including stable version of Reservation API for tag-
     tag: package-preview-2019-07-19.
    
    * Matching the title with the released version of reservation Api.
    
    * Including the reservation latest swagger file.
    Matching the Title to Microsoft.Capacity.
    
    * Reverting the title back to Azure Reservation API
    
    * Running json formatter.
    
    * Formatting json from vscode.
    
    The prettier didn't work! Used vscode to format the json.
    
    Error:
    D:\src\azureAPI\azure-rest-api-specs>npm run prettier -- --write "specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-07-19/**/*.json"
    npm ERR! missing script: prettier
    
    * Running json Prettier.
    
    * Running formatting from visul studio.
    
    * Running prettier check.
    Output shows no Issues-
    D:\src\azureAPI\azure-rest-api-specs>prettier -c specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-07-19/*.json
    Checking formatting...
    All matched files use Prettier code style!
    
    * Running Prettier.
    
    Co-authored-by: Nick Schonning <nschonni@gmail.com>
    2 people authored and jhendrixMSFT committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    9b6d3ad View commit details
    Browse the repository at this point in the history
  3. regenerated all-api-versions

    azuresdkci committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    2437a34 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Add new ANF API 2019-11-01 (#8164)

    * ANF-567 add API 2019-11-01
    
    * ANF-567 add API 2019-11-01
    
    * Update netapp.json
    
    Prettier
    
    * ANF-567 add API 2019-11-01
    
    * ANF-567 add API 2019-11-01
    
    * ANF-567 add new API 2019-11-01
    Correct long running operations - add dummy terminal 200 state
    leonardbf authored and Phoenix He committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    145ff62 View commit details
    Browse the repository at this point in the history
  2. python sdk generation for ops management (#8226)

    * python sdk generation for ops management
    
    * missing change
    Zim Kalinowski authored and allenjzhang committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    1d96e7b View commit details
    Browse the repository at this point in the history
  3. [Deployment Scripts] Add long running operation property; update desc…

    …riptions (#8204)
    
    * Update descriptions
    
    * Put is a long running operation, adding the property for it
    filizt authored and allenjzhang committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    51e1e63 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Configuration menu
    Copy the full SHA
    379b5f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Operational insights data export (#8128)

    * microsoft.operationalinsights_add_data_export
    
    * fix
    
    * fix
    
    * fix readmfile + fix cSpell
    
    * fix
    
    * Revert "fix"
    
    This reverts commit a23f53b.
    
    * Fix azure-rest-api-specs-tests
    
    * format
    
    * Revert "format"
    
    This reverts commit f39f5e4.
    
    * Revert "Fix azure-rest-api-specs-tests"
    
    This reverts commit 50cf6aa.
    
    * prettifer
    
    * Code review fixes
    
    * Update OperationalInsights.json
    
    * Make Destination type "readonly"
    
    Co-authored-by: Arik Olsh <47111029+arolshan@users.noreply.github.com>
    2 people authored and Zim Kalinowski committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    b3def49 View commit details
    Browse the repository at this point in the history
  2. Added Azure App Configuration v1.0 data plane API spec. (#8122)

    * Added Azure App Configuration v1.0 data plane API spec.
    
    * update custom-words.txt
    
    * fix formatting
    
    * add another custom word
    
    Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
    jimmyca15 and jhendrixMSFT committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    e01d8af View commit details
    Browse the repository at this point in the history
  3. regenerated all-api-versions

    azuresdkci committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    fb0a727 View commit details
    Browse the repository at this point in the history
  4. add DBE cli.md (#8212)

    00Kai0 authored and allenjzhang committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7412d06 View commit details
    Browse the repository at this point in the history
  5. adding LogicAppResourceId to Action request and response (#8144)

    * update swagger - aading LogicAppResourceId to Action put and response
    
    * update swagger - changing to logicAppResourceId style
    
    * adding LogicAppResourceId to Actions Request & Response
    
    * adding LogicAppResourceId to Actions Request & Response
    
    * adding Action property base
    
    * editing examples and adding reauired to logicAppResourceId
    
    * from LogicAppResourceId to logicAppResourceId
    
    * running prettier
    
    * running prettier
    
    * removing required for LogicAppRexourceId
    
    *  changing logicApp propery doc
    
    *  changing logicApp propery description
    ori-licht authored and allenjzhang committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    ab608e1 View commit details
    Browse the repository at this point in the history
  6. [Hub Generated] Review request for Microsoft.Kusto to add version sta…

    …ble/2019-11-09 (#8214)
    
    * Added stateReason property to cluster
    
    * Executed prettier
    saguiitay authored and allenjzhang committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    62d82a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    a87eab3 View commit details
    Browse the repository at this point in the history
  2. [Support RP] Updating documentation and examples for 2019-05-01-previ…

    …ew version (#8229)
    
    * support rp swagger for public preview
    
    * fixing spelling error
    
    * addressing review comments
    
    * adding common resource properties
    
    * fixing readme.csharp.md
    
    * adding example that was missed
    
    * fix syntax error in swagger spec
    
    * fixing model validation error
    
    * put support for communication resource and other updates based on comments
    
    * updating communication to be async, fixing version on async and location headers
    
    * updating documentation and examples
    
    * fixing spelling error
    
    * ran prettier fix and addressing review comments
    shahbj79 authored and allenjzhang committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    fcb0149 View commit details
    Browse the repository at this point in the history
  3. Improve descriptions in bastionHost.json (#8236)

    * Improve descriptions in bastionHost.json
    
    * Address PR feedback
    anton-evseev authored and allenjzhang committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    cdbef65 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. ASR : swagger changes for zone to zone recovery plan (#7985)

    * swagger changes for zone to zone recovery plan
    
    * zone to zone recovery plan provider specific read only property update
    
    * prettier format
    
    * prettier formatting
    vigaur authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    d1441c8 View commit details
    Browse the repository at this point in the history
  2. changing host to management.azure.com aligning with other specs (#8215)

    * changing host to management.azure.com aligning with  other specs
    
    * Fixing examples for varios azs admin swagger specs
    
    * Fixing OAV validation errors
    
    * Run npm prettier-check
    bganapa authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    8c21321 View commit details
    Browse the repository at this point in the history
  3. fix examples for deployments link (#8244)

    * fix examples for deployments link
    
    * remove resource ids
    
    * fix code style issues
    tfitzmac authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    64f62dd View commit details
    Browse the repository at this point in the history
  4. ApiManagement - long running operations (#8225)

    * ApiManagement - long running operations
    
    * ApiManagement - long running operations - 200
    
    * ApiManagement - long running operations - 200 - example
    
    * ApiManagement - long running operations - 200 - payload
    vfedonkin authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    1d2c2e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Add incidents API to swagger (#8077)

    * Add incidents API to swagger
    
    * Replace tabs with spaces
    
    * Fix failed prettier test
    ityankel authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    83f4422 View commit details
    Browse the repository at this point in the history
  2. BillingRP - Adding new fields to transactions API (#8232)

    * Adding new fields to transactions API
    
    Adding new fields to transactions API
    
    * Updated the field description
    
    Updated the field description
    
    * Updated few descriptions
    asarkar84 authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    ba0ef29 View commit details
    Browse the repository at this point in the history
  3. adjusted sdk generation (#8260)

    Zim Kalinowski authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    6a03b42 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. updated keyvault readme (#8261)

    * updated keyvault readme
    
    * fixed mistake
    Zim Kalinowski authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    1840a38 View commit details
    Browse the repository at this point in the history
  2. [Hub Generated] Review request for Microsoft.Advisor to add version s…

    …table/2020-01-01 (#8210)
    
    * add disabled property to digest config, change type of frequency property
    
    * fix examples
    
    * change bool to enum
    
    * add name property
    
    * apply prettier and fix frequency description
    parkhyukjun89 authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b7fd3b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51b0ac6 View commit details
    Browse the repository at this point in the history
  4. [Microsoft.Billing] Add tenantId property to product. (#8269)

    * Add tenantId to product.
    
    * fix
    wilcobmsft authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    f5ebbcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1af65b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8b0ad2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Add data connector for threat intelligence taxii (#8248)

    * Add data connector for threat intelligence taxii
    
    * Fix taxii connector examples
    
    * Add custom word for taxii
    abakiaydin authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    b8f494b View commit details
    Browse the repository at this point in the history
  2. twt bug fix (#8259)

    spagarwa authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    565df1d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. fixing python sdk pats (#8285)

    Zim Kalinowski authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    2c1a483 View commit details
    Browse the repository at this point in the history
  2. MachineLearningService: changes for serviceProvisionedRG on workspace (

    …#8201)
    
    * MachineLearningService: changes for serviceProvisionedRG on workspace
    creation
    
    * PR changes
    
    * fixed prettier
    DeMale authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    023e868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43fe473 View commit details
    Browse the repository at this point in the history
  4. regenerated all-api-versions

    azuresdkci committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ccb7f04 View commit details
    Browse the repository at this point in the history
  5. HanaOnAzure: Update Swagger to correct SKU set (#8280)

    * Remove incorrect SKUs S224oxm, S224oxxm, S224o (they were never released)
    * Add SKUs which had not been synced: S224
    lagalbra authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    33d71e1 View commit details
    Browse the repository at this point in the history
  6. specified GroupMemberShipClaimTypes as type string (#8208)

    * specified GroupMemberShipClaimTypes as type string
    
    * made DirectoryObject discriminator required
    
    * removed readOnly flag for objectType
    iscai-msft authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a318220 View commit details
    Browse the repository at this point in the history
  7. Add EnforcementSupport to Microsoft.Security applicationWhitelistings (

    …#8250)
    
    * add ProtectionMode to GroupData (missing examples)
    
    * add protection mode examples
    
    * removing the required fields
    
    * changing the additionalProperties to be of type string
    
    * fix missing }
    
    * change the ProtectionMode object
    
    * add None to enforcement mode
    
    * lowercase the collection types
    
    * added EnforcementSupport to API
    
    * fix merge issue mising closing bracket
    
    * indentation
    erelh authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    c9a0f4c View commit details
    Browse the repository at this point in the history
  8. add developer portal url (#8279)

    * add developer portal url
    
    * fix prettier issue
    
    * remove personal email address
    solankisamir authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f2fa2a8 View commit details
    Browse the repository at this point in the history
  9. Angos/msi extensionresource (#7528)

    * Add extension resource operation to swagger
    
    * Add change to preview version
    
    * Correct API
    
    * Remove lists references.
    
    * Clean up errors.
    
    * Clean up linting errors.
    
    * Add examples
    
    * Add content to files
    
    * Fix examples and path
    
    * Fix param
    
    * Format examples
    
    * Run prettier
    
    * Address comments.
    
    * Fix model.
    
    * Make location a required field
    
    * Address lint error
    
    * Remove resourceName from scope
    
    * Use a common resource definition
    
    * Run prettier
    
    * Fix errors
    
    * Remove tags from systemassignedidentity response
    
    * Fix description.
    
    * Remove tags from response
    
    * Add error suppression
    
    * Change array formatting
    angosms authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    8ed021e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Add providerAlertId and tactics to SecurityAlertProperties (#8234)

    * Add providerAlertId and tactics to SecurityAlertProperties
    
    * Fix prettier test
    ityankel authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    66d0b46 View commit details
    Browse the repository at this point in the history
  2. Update databases.json (#8289)

    changed comment
    dalshamaa authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    82fddbf View commit details
    Browse the repository at this point in the history
  3. [SQL] Add Private Endpoint Connections to Server Properties (#7783)

    * initial commit 2015-05-01-preview for diff purposes
    
    * actual change
    
    * Address comments
    
    * remove elnata's fix
    
    * Fix SDK
    
    * fix resource identity
    
    * Prettied
    beoberha authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    21a0568 View commit details
    Browse the repository at this point in the history
  4. regenerated all-api-versions

    azuresdkci committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b91c2b9 View commit details
    Browse the repository at this point in the history
  5. Updating the descriptions of newly added tags API related operations …

    …for better docs (#8258)
    
    * Descriptive changes for the tags API
    
    * Remove templateHash, fix ARM header in response
    
    * Another instance of templateHash removed
    
    * List doc fixed
    
    * Replace to Update on PUT
    
    * Fixed TagsOnObject to AtScope
    hamidtirmizi authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    2474c56 View commit details
    Browse the repository at this point in the history
  6. Diagnostic Contract Fix (#8271)

    * Diagnostic Contract update
    
    * there is no enableHttpCorrelation in 2019-12-01-preview
    solankisamir authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0603855 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. [BillingRP] Correcting the API response as per the actual implementat…

    …ion. Removing LineOfCredit API from 2019 version, it was never supported. (#8290)
    
    * Added missing fields and corrected enum values as per actual implementation
    
    * Removing unsupported LineOfCredit API
    
    Removing unsupported LineOfCredit API
    
    * Delete IncreaseLineOfCreditBySubscription.json
    asarkar84 authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    b53a498 View commit details
    Browse the repository at this point in the history
  2. fixing path for python sdk generation (#8303)

    Zim Kalinowski authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    3e80a0a View commit details
    Browse the repository at this point in the history
  3. private link scope default resource type -JEDI (#8286)

    * private link scope default resource type
    
    JEDI - URGENT !
    
    * add PEs APIs
    
    * Update readme.md
    
    * Update PrivateLinkScopes_API.json
    
    * a
    
    * a
    
    * Update privateLinkScopes_API.json
    
    * Update privateLinkScopes_API.json
    
    * add workspace members
    
    * fix code review
    
    * Update privateLinkScopes_API.json
    
    * fix build
    
    * Update privateLinkScopes_API.json
    
    * Revert "Update privateLinkScopes_API.json"
    
    This reverts commit 83f3e92.
    
    * Revert "fix build"
    
    This reverts commit da0aef4.
    
    * Revert "Update privateLinkScopes_API.json"
    
    This reverts commit 59d3f3d.
    
    * Revert "fix code review"
    
    This reverts commit 79d7fb8.
    
    * fix code review
    
    * Update privateLinkScopes_API.json
    
    * Update PrivateLinkScopesDelete.json
    arolshan authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    b6dd2c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2e6df View commit details
    Browse the repository at this point in the history
  5. Custom Vision 3 2 (#8196)

    * Initial commit of 3.1 -> 3.2 so we have a base to diff from
    
    * 3.2 API Changes
      - Combine TrainProject query parameters into a single model (TrainingParameters) and add a list of selected tags.
      - Add ImportProject and ExportProject & ProjectModel.Status
      - Add Model Version information
    
    Updated examples per API changesand add-credentials for both clients for token based authentication
    
    * Updates after running prettier
    
    * Run Prettier on Prediction
    areddish authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    ea2ba15 View commit details
    Browse the repository at this point in the history
  6. regenerated all-api-versions

    azuresdkci committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    53adb6a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. [Hub Generated] Review request for Microsoft.Maps to add version prev…

    …iew/2020-02-01-preview (#8287)
    
    * Adds base for updating Microsoft.Maps from version stable/2018-05-01 to version 2020-04-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * add private atlas resource and examples
    
    * fixing invalid format
    
    * fixing build validation errors
    
    * fixing style
    
    * removing 202 from review feedback
    
    * api version, inheritance, and feedback
    
    * removing 404 from examples and fixing version
    
    * fixing readme and remaining 404s
    
    * fixing typo
    
    * trying to fix missing input file
    
    * fixing output directory
    
    * adding tags to support docs preview
    
    * fixing List Operations name and sample
    
    * adding supressions and fix for operations
    
    * fixing the schema
    
    * removing isDataAction to fix
    
    * supress nested tracked, and remove move
    Daniel Stack authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    a20b17f View commit details
    Browse the repository at this point in the history
  2. regenerated all-api-versions

    azuresdkci committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9b43c4d View commit details
    Browse the repository at this point in the history
  3. Microsoft.insights Remove PrivateLinkScope API from AppInsights (move…

    …d to AzureMonitor on different PR) (#8311)
    
    * remove from app insights
    
    * remove from app insights
    
    * Revert "remove from app insights"
    
    This reverts commit 2d9eb76.
    
    * Revert "remove from app insights"
    
    This reverts commit 138ace2.
    
    * remove properly
    arolshan authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8552a31 View commit details
    Browse the repository at this point in the history
  4. Microsoft.insights PrivateLinkScope API for Azure Monitor (Moved from…

    … ApplicationInsights) (#8310)
    
    * privatelinkscope api
    
    * Update readme.md
    arolshan authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    52ab22b View commit details
    Browse the repository at this point in the history
  5. regenerated all-api-versions

    azuresdkci committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    d166055 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97f9215 View commit details
    Browse the repository at this point in the history
  7. Document stable ATP settings API (#8264)

    * Document stable ATP settings API
    
    * Update Readme.md and add examples
    
    * Fix readme.md
    
    * force another build
    yoavfr authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    be96412 View commit details
    Browse the repository at this point in the history
  8. regenerated all-api-versions

    azuresdkci committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e076a1d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Add PGSQL to AzurePGSQL swagger changes (#7583)

    * Add PGSQL to AzurePGSQL swagger changes
    
    * Add trust and encrypt connections flags to the PG scenario
    
    * Renamed postgree to postgres and configured and changed text
    
    * Adding custom words
    
    * Resolving discriminator issues
    
    * Fixing typo
    
    * Renamed 'ResultType' to 'resultType'
    
    * Made result task not read only
    
    * prettier run
    ash1625 authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    f1e9e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    911f41b View commit details
    Browse the repository at this point in the history
  3. Allow 204 response during deletion of key vaults (#8284)

    * added allowed NoContent response for deleting key vaults
    
    * fixed 204 response description
    
    * added 204 to deleteVault examples
    
    * fixed old problems in 2016-10-01 examples
    iscai-msft authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    44407a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    5ccef25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6daf2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Add parameter for minimum TLS version while enabling https on a custo…

    …m domain (#8299)
    
    * Add new parameter for minimum TLS version
    
    * Add new parameter for minimum TLS version
    
    * Making the parameter casing consistent
    
    * Making parameter name case consistent
    rrahulms authored Feb 9, 2020
    Configuration menu
    Copy the full SHA
    bc47ebd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    396a218 View commit details
    Browse the repository at this point in the history
  2. [BillingRP] New API to list transactions by invoice (#8319)

    * Adding new fields to transactions API
    
    Adding new fields to transactions API
    
    * Updated the field description
    
    Updated the field description
    
    * Updated few descriptions
    
    * [BillingRP] New API to list transactions by invoice
    
    [BillingRP] New API to list transactions by invoice
    
    * Incorporating review comments
    
    Incorporating review comments
    
    * Updated description
    
    * Updated transaction description
    
    * Updated description
    
    * Added unbilled to custom words
    asarkar84 authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d1df903 View commit details
    Browse the repository at this point in the history
  3. Fix SDK Automation auto cancel issue (#8333)

    * Fix SDK Automation auto cancel issue
    
    * Disable autoCancel in all pipeline
    Phoenix He authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f49b103 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b92e30 View commit details
    Browse the repository at this point in the history
  5. Swagger changes for adding a new API version in Backup (#7483)

    * Swagger changes for adding a new API version in Backup
    
    * Adding 2 list APIs specific to the new version
    
    * Resolving comments and fixing spell check errors
    
    * Fixing test errors
    
    * Fixing lint diff errors
    
    * Fixing lint diff errors
    
    * Fixing AAD properties API
    
    * Fixing semantic error and removing HTTP 400 code
    
    * Removing error code from example as well
    
    * Removing default keyword as it is not supported by our RP
    
    * Removing 2019-05-13 version from existing package
    
    * Resolving comments
    
    * Resolving comments
    gaalla authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d9d6031 View commit details
    Browse the repository at this point in the history
  6. regenerated all-api-versions

    azuresdkci committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f9374a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. [Security Center] Add support for verified partners in assessments (#…

    …8143)
    
    * [Security Center] Adding stable version to assessments
    
    * [Security Center] Adding changes to assessments and assessmentMetadata new versions
    chlahav authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    d3a0184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4bc312 View commit details
    Browse the repository at this point in the history
  3. regenerated all-api-versions

    azuresdkci committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    fb17c68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26bdb0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91dc58f View commit details
    Browse the repository at this point in the history
  6. Removing Incorrect parameters (#8166)

    * New Version for subscription RP
    
    * Update subscriptions.json
    
    Removing incorrect parameters that are no longer supported by APIs
    
    * FIx
    
    * Update subscriptions.json
    navysingla authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    421c106 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. change the tag of readme of databox (#8355)

    * change the tag of readme of databox
    
    * put the latest version to the top
    dw511214992 authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    1f13210 View commit details
    Browse the repository at this point in the history
  2. regenerated all-api-versions

    azuresdkci committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    114c018 View commit details
    Browse the repository at this point in the history
  3. Add the stable api version of Azure Sentinel api (#8146)

    * Add the stable api version of Azure Sentinel api
    
        stable\2020-01-01
    
    * Add kind as required
    
    * Resolve  Avocado and Semantic check errors
    
    * Edit readme.md
    
    * Change readme.md
    
    * make prettier
    
    * Add default response for operations
    
    * Change version in examples
    
    * Fix version
    
    * Change version
    
    * Add AlertRuleTemplateDataSource and remove tactics
    
    * Fix examples
    
    * change description
    
    * Changed {operationalInsightsResourceProvider} to Microsoft.OperationalInsights
    
    * remove OperationalInsightsResourceProvider
    
    * supress R2059
    
    * Changed name
    alshulma authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    8e50493 View commit details
    Browse the repository at this point in the history
  4. regenerated all-api-versions

    azuresdkci committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    4e791a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9c742f View commit details
    Browse the repository at this point in the history
  6. [Hub Generated] Review request for Microsoft.Attestation to add versi…

    …on preview/2018-09-01-preview (#8298)
    
    * Adding swagger for /operations/policy/certificates for GET, PUT, POST
    
    * Adding example files for /operations/policy/certificates for GET, PUT, POST
    
    * Fixing documentation for response body for /operations/policy/certificates for GET, PUT, POST
    
    * Updated per Larry's feedback
    
    * Switch to useSchemPrefix value of true
    
    * Configuring tenantBaseUrl like Key Vault
    
    * Trying non-required
    
    * More wrestling with tenantBaseUrl
    
    * operationId names honor Resource_Action pattern
    
    * Fixed prettifier issues
    gkostal authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    71d8146 View commit details
    Browse the repository at this point in the history
  7. [SRP] Rename automaticSnapshot to Versioning (#8275)

    * [SRP] Rename automaticSnapshot to Versioning
    
    * Keep automaticSnapshotPolicyEnabled property but mark it as deprecated.
    huizlAzure authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    21460cb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    b85bfd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47d058 View commit details
    Browse the repository at this point in the history
  3. ApiManagement - namedValue secrets and createContracts with required …

    …properties (#8341)
    
    * ApiManagement - listSecrets for NamedValues
    
    * ApiManagement - create contracts
    
    * ApiManagement - create contracts fix
    
    * ApiManagement - remove ClientSecret from get
    
    * ApiManagement - added x-ms-secret
    
    * ApiManagement - added x-ms-secret 2
    
    * ApiManagement - nmaedValue removed 'secret' property
    
    * ApiManagement - namedValue returned 'secret' property, 'listSecrets' renamed to listValue
    
    * ApiManagement - namedValue small fix in sample
    vfedonkin authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    aa38dd5 View commit details
    Browse the repository at this point in the history
  4. [Security Center] Minor fixes to new assessments version (#8357)

    * [Security Center] Minor fixes to new assessments version
    
    * Update specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/assessmentMetadata.json
    
    * Update specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/assessmentMetadata.json
    chlahav authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    9c480a2 View commit details
    Browse the repository at this point in the history
  5. Add minimalTlsVersion MI/SQL DB property (#8358)

    * Add minimalTlsVersion parameter for Managed Instance and SQL DB
    
    * Revert "Add minimalTlsVersion parameter for Managed Instance and SQL DB"
    
    This reverts commit df99a4e.
    
    * Add minimalTlsVersion parameter for MI
    
    * Add minimalTlsVersion parameter for SQL DB
    cicovica authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    0894097 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a2afb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5655f15 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    a737593 View commit details
    Browse the repository at this point in the history
  2. regenerated all-api-versions

    azuresdkci committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e529759 View commit details
    Browse the repository at this point in the history
  3. Add encryption scope API to 2019-06-01. (#8381)

    * Add encryption scope API to 2019-06-01.
    
    Add encryption scope API to 2019-06-01.
    
    * Address CI failures.
    
    * Fix CI failures #2.
    
    * Address CI failures #3.
    
    Co-authored-by: Anthony Kunnel Jose <antjo@microsoft.com>
    anthonykjose and tonykjose authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    74cf8e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ab9076 View commit details
    Browse the repository at this point in the history
  5. [Blueprints] Swagger model update for documentation (#8373)

    * Update swagger for missing properties
    
    * Revert "Update swagger for missing properties"
    
    This reverts commit dc74330.
    
    * Update swagger parameter value modeling
    
    * update swagger to support documentation tooling
    
    * Minor updates
    filizt authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    11f8fd9 View commit details
    Browse the repository at this point in the history
  6. 2020 01 01 updates (#8322)

    * updated 2020-01-01 Private Link fields for FrontDoor Backend
    
    * removed PrivateLinkLocation, added PrivateEndpointStatus, PrivateLinkApprovalMessage to FD Backend properties
    
    * fixed casing
    
    * fix lint errors
    
    * privateEndpointStatus is readonly
    MoustafaEid authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    6557163 View commit details
    Browse the repository at this point in the history
  7. Updated swagger doc in stable with changes to ImageAnalysis skill (ne…

    …w languages and visual features) (#8371)
    jennifermarsman authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    1b99ae3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    10c1a85 View commit details
    Browse the repository at this point in the history
  2. regenerated all-api-versions

    azuresdkci committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    6e1747c View commit details
    Browse the repository at this point in the history
  3. [Hub Generated] Review request for Microsoft.Maps to add version prev…

    …iew/2020-02-01-preview (#8359)
    
    * adding system data and description fixes
    
    * adding specific readonly and desc
    
    * fixing types systemData
    
    * remove sec def
    
    * pretty
    
    * trying to suppress
    Daniel Stack authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    731f2f8 View commit details
    Browse the repository at this point in the history
  4. Updated Examples for the List Resource Sku API (#8317)

    * Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS
    
    * updated comment
    
    *  updated swagger specs for diffdisksettings property
    
    *  updated swagger spec comments  for diff disk settings [property
    
    * added example to create Diff OS disk scaleset
    
    *  updated 2018-10-01 version specs with diffdisk property
    
    * added example file for creating VM with diffdisksettings property
    
    *  updated swagger changes for reimage operation in single vm
    
    *  update examples
    
    *  udpated examples
    
    *  fixed validation errors
    
    *  updated comments for reimage operation documentation
    
    * Updated examples and documentation for APIs in swagger
    
    *  updated examples as per review comments
    
    *  updated swagger documentation
    
    *  updated swagger documentation with zone details in the sku example
    
    *  updated swagger documentation and reverted the breaking changes
    
    *  updated examples as per swagger model
    
    *  updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request
    
    *  updated swagger
    
    *  updated swagger
    hari-bodicherla authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    c8f1bdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67df0aa View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    021e96e View commit details
    Browse the repository at this point in the history
  2. regenerated all-api-versions

    azuresdkci committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    70593ff View commit details
    Browse the repository at this point in the history
  3. [Resources] Update Microsoft.Resources swagger to match service behav…

    …ior (#8400)
    
    * Update swagger for missing properties
    
    * Revert "Update swagger for missing properties"
    
    This reverts commit dc74330.
    
    * Update swagger for missing properties
    
    * Update model schema
    
    * Change model name
    
    * Mark response body properties as readOnly;remove template property
    filizt authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    94ac8ea View commit details
    Browse the repository at this point in the history
  4. Linter rule doc. Rules: R3020, R3021, R2059 (#8356)

    * add linter rule R3020, R3021
    
    * fix doc
    
    * Modify rule 2059
    
    * Add rule R3015, R3024, R3029. And updated date
    ruowan authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    2e9fadf View commit details
    Browse the repository at this point in the history
  5. [Synapse] - Add Swagger specs (#8346)

    * [Synapse] - Add Swagger specs
    
    * 1. Fix SpellCheck and PrettierCheck Error.\n2. Add ADF Swagger
    
    * Fix example error in adf
    
    * 1. update sqlpool patch api to add request body and fix error in example
    2. fix prettier check error
    
    * Fix type error in enum of data plane: by changing type:object to type:string
    
    * Fix error in integrationRuntime
    
    * ApiVersion consistency in DataFactory
    
    * Make monitoring use the global ApiVersion
    
    * 1. Remove integrationRuntime.json and examples under resource-manager folder and
    modify readme.md
    2. Remove adf under data-plane and modify readme.md
    
    * Fix Python conf
    
    Co-authored-by: Laurent Mazuel <lmazuel@microsoft.com>
    idear1203 and lmazuel authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    f67feb5 View commit details
    Browse the repository at this point in the history
  6. regenerated all-api-versions

    azuresdkci committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    da02a86 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    c0de0eb View commit details
    Browse the repository at this point in the history
  2. Update AlertRuleTemplates data sources (#8130)

    * fix ResourceWithEtag not to contain inheritance to fix the multiple inheritance bug when generating arm client from swagger
    
    * update alertRuleTemplates data sources to not contain status
    
    * remove tactics from MicrosoftSecurityIncidentCreation rules and templates
    
    * fix json format in example file
    
    * run 'npm run prettier-fix' to fix prettier issues
    yoshkedi authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    c747c4b View commit details
    Browse the repository at this point in the history
  3. ARO - New 2019-10-27-preview API (#8305)

    * introducing new ARO 2019-10-27-preview API
    
    * update default arm package
    
    * fixing lint issue
    
    * run prettier on examples
    
    * Add refreshCluster property
    
    * small fixes after code review
    
    * small fixes
    
    * Add missing closing quote block
    
    * typo
    
    * Add private cluster example in a new file
    
    * Include reference to the new example file
    
    * Fix refreshCluster flag in example
    
    * Fix example private cluster name
    
    * fix prettier
    
    * Change privateAPIServer to privateApiServer
    
    Co-authored-by: Julien Stroheker <julienstroheker@gmail.com>
    Co-authored-by: olga-mirensky <56527298+olga-mirensky@users.noreply.github.com>
    3 people authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    c5d54d7 View commit details
    Browse the repository at this point in the history
  4. regenerated all-api-versions

    azuresdkci committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    8373003 View commit details
    Browse the repository at this point in the history
  5. add cli.md for cdn (#8419)

    00Kai0 authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    26344e7 View commit details
    Browse the repository at this point in the history
  6. [Blueprints] ParameterValue property update (#8404)

    * Update swagger for missing properties
    
    * Revert "Update swagger for missing properties"
    
    This reverts commit dc74330.
    
    * update parameterValue model
    
    * update object type
    filizt authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    e2f30bc View commit details
    Browse the repository at this point in the history
  7. update date format (#8430)

    ruowan authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    cef7cf0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bda76f1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from Azure/network-january-release

    Network january release
    Khushboo-Baheti authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    e04402f View commit details
    Browse the repository at this point in the history
  10. Update ci-fix.md (#8376)

    gkostal authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    62b1b41 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. RestApi Changes

    Khushboo Baheti committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    a3601a6 View commit details
    Browse the repository at this point in the history
  2. Add documentation for expandable resource-list properties (#8420)

    * Add documentation for expandable resource-list properties
    
    * Add suppression for GenericResourceExpanded
    
    * Revert ResourceListResult naming change
    anthony-c-martin authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7e9c8a4 View commit details
    Browse the repository at this point in the history
  3. [ACR] swagger updates for private links (#8440)

    * swagger updates for private links
    
    * some naming fixes
    
    * add examples
    
    * some schema updates
    ankurkhemani authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7f558a9 View commit details
    Browse the repository at this point in the history
  4. add cli.md for mysql (#8445)

    00Kai0 authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    b76a3d2 View commit details
    Browse the repository at this point in the history
  5. add cli.md for databox (#8336)

    * add cli.md for databox
    
    * rebuild cli.md for new release
    00Kai0 authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f95ad56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cddc812 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34ea001 View commit details
    Browse the repository at this point in the history
  8. VirtualnetworkgatewayBgpSettings

    Khushboo Baheti committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6f6e7cc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Make Throughput as a strong type in the option object (#8254)

    * Make Throughput as a strong type in the option object
    
    * Fix LintDiff failure
    
    * Improve description of throughput
    bizarreWizard authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    d55f0ef View commit details
    Browse the repository at this point in the history
  2. Updating PostgreSQL/MySQL/MariaDB readme.md (#8439)

    * Updating PostgreSQL/MySQL/MariaDB readme.md
    
    * using common type proxyresource
    
    * using common types
    
    * using clouderror common types
    
    * Removing quotes
    ramnov authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    d81ec7b View commit details
    Browse the repository at this point in the history
  3. regenerated all-api-versions

    azuresdkci committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    25e9462 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3869a21 View commit details
    Browse the repository at this point in the history
  5. regenerated all-api-versions

    azuresdkci committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    b1495d7 View commit details
    Browse the repository at this point in the history
  6. Fix Readme for Synapse (#8448)

    * Fix Readme for Synapse
    
    * Fix package version in readme.python.md
    
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    LianwMS and idear1203 authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    8122201 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8af82ae View commit details
    Browse the repository at this point in the history
  8. Add grouping configuration (#8437)

    * added incidentConfiguration to ScheduledAlertRuleProperties + added dnsDomain to AccountEntityProperties
    
    * fixed spell-check error
    
    * removed dnsDomain from AccountEntityProperties (will create another PR for this)
    dosegal authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    a3236e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a320afb View commit details
    Browse the repository at this point in the history
  10. Add DB2 ConnectionString Property (#8059)

    * Update Salesforce LinkedService Add ApiVersion
    
    * Update GoogleAdWords and GoogleBigQuery clientId for fix issue
    
    * Add DB2 ConnectionString
    
    * Salesforce add apiVersion and set securityToken optional
    
    * Revert "Salesforce add apiVersion and set securityToken optional"
    
    This reverts commit 233cd93.
    Jingshu923 authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    08ae9bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc9ec3a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d0c51b View commit details
    Browse the repository at this point in the history
  13. VMware by Virtustream API 2019-08-09-preview (#8296)

    * 2019-08-09-preview
    
    * spell out networks
    
    * username and credential needed to add an IdentitySource
    
    * post listAdminCredentials
    
    * standardize on username, password, nsxt and vcenter
    
    * add nsxt to custom-words.txt
    
    * default cluster does not have provisioningState
    
    * it extends DefaultClusterProperties
    
    * add Circuit expressRoutePrivatePeeringID
    
    * back out some minor changes for sdk generation
    
    * identitySources and Circuit authorizations are updateable
    
    * add PrivateClouds_ListInSubscription
    
    * Long running operation for Clusters_Delete (#1)
    
    * npm run prettier
    
    * location for all resources (#2)
    
    * Revert "location for all resources (#2)" (#3)
    
    This reverts commit 432e37b.
    
    * add description TODOs
    
    * example is PrivateClouds_Update
    
    * require body in PrivateClouds_Update
    
    * replaced TODOs with descriptions
    
    * spellcheck
    
    * "x-ms-secret": true
    
    * Revert ""x-ms-secret": true"
    
    This reverts commit 3358dff.
    
    Co-authored-by: Andrew Ulliani <aulliani@yahoo.com>
    Co-authored-by: Eugene Tolmachev <e.tolmachev@gmail.com>
    3 people authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f9af8f5 View commit details
    Browse the repository at this point in the history
  14. AvailableServiceTiers and CapacityReservation (#8293)

    * AvailableServiceTiers and CapacityReservation
    
    * Fix typo
    
    * Add example file
    
    * Fix prettier
    yoramsinger authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3dcdb93 View commit details
    Browse the repository at this point in the history
  15. CosmosDB autopilot support (#8428)

    * CosmosDB autopilot support
    
    * add readme.csharp.md
    
    * updated description in ThroughputSettingsResource
    ravgill authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    8e6104e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Fixing Properties error

    Khushboo Baheti committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    b1dab4b View commit details
    Browse the repository at this point in the history
  2. [WaitForARMFeedback] Long Term Retention for Managed Instances (#8266)

    * update swagger to accomodate for new managed db create mode (ltr)
    
    * Adding example file for create managed db from ltr restore
    
    * remove unused example
    
    * undoing removal of completeRestore
    
    * adding back complete managed restore example
    
    * add examplee and swagger files for ltr backup/policies
    
    * update readme; add in 2018 manage databases diffs
    
    * remove create example from 2018
    
    * add -preview to swagger files added to readme
    
    * removing empty body from delete backup examples
    
    * fix parameter name in exmple file
    
    * add 2018 example. fix version in 2017 example
    
    * ../../2018-06-01-preview/managedDatabases.json
    
    * removing example from 2018
    
    * ran prettier on some example files
    
    * adding other files called out by prettier
    
    * update readme to include swagger files in v3/v2/v1
    
    * Revert "update readme to include swagger files in v3/v2/v1"
    Removing files committed by prettier-fix
    
    This reverts commit db6d146.
    
    * reverted all unrelated files
    updated readme to include swagger files in v3/v2/v1
    
    * update swagger after introducing new error handler
    
    * removing old versions of manageDatabase.json swagger from readme.md package composites (2018-06-01 version is referenced)
    
    * Adding updated swagger files for:
    managedDatabases
    LongTermRetentionManagedInstanceBackups
    ManagedInstanceLongTermRetentionPolicies
    
    as well as relevant examples, to 2018 and 2019
    
    * add files after running prettier-fix; removing LTR backups/policies APIs from 2019
    
    * updated readme to use 2019 version of managedDatabases.json
    
    * adding files fixed by prettier
    
    * prettierfix.diff on LTR MI example
    xaliciayang authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    bff82a2 View commit details
    Browse the repository at this point in the history
  3. regenerated all-api-versions

    azuresdkci committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    0d1e205 View commit details
    Browse the repository at this point in the history
  4. ACR Repostiory Based permissions - AAD for Token (#8467)

    Adding Active directory object as a property to TokenCredentialsProperties
    Removing objectId from TokenProperties as it was not used.
    susanshi authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    aaefb86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    537674a View commit details
    Browse the repository at this point in the history
  6. Fixing error

    Khushboo Baheti committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    bf58ccf View commit details
    Browse the repository at this point in the history
  7. Fixing Error2

    Khushboo Baheti committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    81a7837 View commit details
    Browse the repository at this point in the history
  8. Fixing Error3

    Khushboo Baheti committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    854ca94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4e7ef1 View commit details
    Browse the repository at this point in the history
  10. regenerated all-api-versions

    azuresdkci committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    44e1888 View commit details
    Browse the repository at this point in the history
  11. [Hub Generated] Review request for Microsoft.KeyVault to add version …

    …stable/2019-09-01 (#8458)
    
    * Added SoftDeleteRetentionInDays, CustomizedRecoverable and recoverableDays (#8457)
    
    Co-authored-by: gdlxm <40441617+gdlxm@users.noreply.github.com>
    Co-authored-by: iscai-msft <43154838+iscai-msft@users.noreply.github.com>
    
    * Added `enableRbacAuthorization` property to Key Vault management plane (#8468)
    
    * Add default=90 to softDeleteRetentionInDays (#8476)
    
    * Add default=90 to softDeleteRetentionInDays
    
    Add default=90  to softDeleteRetentionInDays
    
    * Remove default softDeleteRetentionInDays  when patching
    
    Remove default softDeleteRetentionInDays  when patching.
    
    Co-authored-by: gdlxm <40441617+gdlxm@users.noreply.github.com>
    Co-authored-by: iscai-msft <43154838+iscai-msft@users.noreply.github.com>
    Co-authored-by: Fernando Colombo <msfcolombo@users.noreply.github.com>
    4 people authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    d02e9b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Pipeline tool version upgrade (#8488)

    * Add free-form object spec for testing purpose.
    
    * Upgrade script version.
    
    Take latest OAV version.
    
    * Revert "Add free-form object spec for testing purpose."
    
    This reverts commit b711d80.
    raych1 authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f614184 View commit details
    Browse the repository at this point in the history
  2. [Data Factory]Add additionalColumns/dataConsistency/sessionLog/isolat…

    …ionLevel/expiryDateTime/fileListPath in ADF public swagger (#7947)
    
    * add properties for ADF public swagger
    
    * remove from datasetV1
    
    * remove office365
    
    * add Mds Linkedservice/Dataset/Source and properties in ADLS sink/binary sources
    rickysun93 authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6a4b0dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6f562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f67f4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d130c82 View commit details
    Browse the repository at this point in the history
  6. Swagger closure for Azure Migration Discovery service GA (#7997)

    * Create swagger.json
    
    Added swagger for vmwaresite, hypervsite, serversite
    
    * Update swagger.json
    
    Addition of Importsite resource
    
    * Referred swagger in readme.md
    
    * changed readme to have 2 api-versions
    
    * Updated readme
    
    * Updated ip address name
    
    * Create migrate.json
    
    * deleted preview changes
    
    * Fixed new version
    
    * fixed job definition, get and put site
    
    * Update migrate.json
    
    * Update migrate.json
    
    * Added examples. Removed server and import stacks
    
    * Removed extra code
    
    * Made it in accordance with private preview PR
    
    * Examples added
    
    * fixed comments
    
    * added tags
    
    * Resolved conflicts
    
    * fixed file
    
    * Fixed spellings
    
    * fixed spellings
    
    * added examples
    
    * fixed example
    
    * fixed examples
    
    * fixed examples
    
    * fixed discrption
    
    * fixed prettier check
    
    * fixed enums
    
    * prettier check
    
    * Update readme.md
    pajind authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    108a5a1 View commit details
    Browse the repository at this point in the history
  7. Added optional PublicNetworkAccess to server properties (#8421)

    * Add PublicNetworkAccess option to server properties
    
    * Remove IdentityTypeWithNone unrelated changes to prevent test breaking
    
    * Remove None from enum type - unrelated changes to prevent test breaking
    
    * Prettify swagger file
    emgu-ms authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    99b4e9d View commit details
    Browse the repository at this point in the history
  8. 2020-02-01-preview for Media Services LVA (#8281)

    * 2020-02-01-preview for Media Services LVA
    
    Changes to MediaGraph model
    Changing PUT from sync to async
    Fixing some description
    
    * Prettier and model validations fix
    
    * Fixing validations
    
    * Fixing version in Common.json
    
    * Using common types.json
    
    * Updating new version
    
    * Adding old version
    
    * Revert "Adding old version"
    
    This reverts commit 6bf3a73.
    
    * Using common types
    
    * Using 200 for operation locatio header.
    
    * Fixing validation errors
    microsoft-rin authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    77fa990 View commit details
    Browse the repository at this point in the history
  9. regenerated all-api-versions

    azuresdkci committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    825f779 View commit details
    Browse the repository at this point in the history
  10. [Hub Generated] Review request for Microsoft.AzureStack to add versio…

    …n stable/2017-06-01 (#8240)
    
    * Update AzureStack API descriptions to include new GetCloudManifestFile API
    
    * Add CloudManifestFile example
    
    * Fix for spell check
    
    * Remove CloudName
    
    * Move new operation to AzureStack.json
    
    * Fix model error
    
    * Add one more optional query parameter
    
    * Address PR comments
    
    * Fix spell check
    
    * Add list operation
    
    * Fix style
    
    * Actually fix stykle
    
    * Use camel case name
    
    * Modify operation description
    
    * Fix Operation List example
    AndyTao0402 authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9643f83 View commit details
    Browse the repository at this point in the history
  11. Adding allowProtectedAppendWrites support for Immutability Policy (#8485

    )
    
    * Adding allowProtectedAppendWrites support for Immutability Policy
    
    * Adjust indentation
    
    * Updating description
    HimanshuChhabra authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    dcd51ec View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5 from Azure/master

    merge
    Khushboo-Baheti authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6f9523b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    497f37d View commit details
    Browse the repository at this point in the history
  14. Revert "Merge pull request #5 from Azure/master"

    This reverts commit 6f9523b, reversing
    changes made to e04402f.
    Khushboo Baheti committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4cc702e View commit details
    Browse the repository at this point in the history
  15. Revert "Merge pull request #6 from Khushboo-Baheti/master"

    This reverts commit 497f37d, reversing
    changes made to 6f9523b.
    Khushboo Baheti committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f31c2ca View commit details
    Browse the repository at this point in the history