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

Merge public repo updates to master branch #4

Merged
merged 22 commits into from
Sep 18, 2018
Merged

Commits on Sep 13, 2018

  1. Fix to version in examples and in runbook.json (#3899)

    khughes66 authored and sergey-shandar committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    8740c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6123530 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Publish public preview swagger spec for "Azure metrics Ingestion REST…

    … API" (#3856)
    
    * -Publish "Azure metrics REST Ingestion API" public preview swagger spec
    
    * Address review comments
     - Use a shorter operationId
     - Remove any non-success response code with default response clause
     - Add a new example and reference it in the swagger spec
     - Include readme.md file for the swagger spec
    
    * Fix a bug in readme.md.
     - Inline the readme.python.md file in the readme.md
    
    * -Remove validation section that is not necessary
    
    * -Address review comments & fix several copy paste mistakes to use sensible names instead
    
    * Address the PR comments
      - Fix the readme.md naming incompatibilities
      - Remove the c#-ish namespace prefix
    
    * -Remove assembly namespace prefix in few other places
    -Rename bunch of properties to follow camel case naming
    -Update the enum types to have the "x-ms-enum" part of the json
    
    * -Fix last batch of ARM Errors
    -Update path and namespace for Java section
    
    * -Drop all the types that recursively came with ObjectResult and use simple object type instead. This should make the swagger spec clean and more easily maintainable in the long run
    
    * -Fix the example to just follow key-value pairs for all required parameters.
    
    * -Fix the responses section in the example
    
    * -Fix the type bug in the example, use int32 instead of string
    vickyv51 authored and jhendrixMSFT committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    ad44bbb View commit details
    Browse the repository at this point in the history
  2. Add 202 response code as expected for network profile deletion (#3907)

    * add 202 response code as expected for network profile deletion
    
    add 202 to delete example
    
    * added 200 response code for network profile
    Flip-Liquid authored and jianghaolu committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    4d1b5ac View commit details
    Browse the repository at this point in the history
  3. [Storage] add new stroage account kind "FileStorage" and "BlockBlobSt…

    …orage" and new feature fileaadIntegration (#3864)
    
    * [Storage] Add api version 2018-07-01
    
    * [Storage] update api version 2018-07-01
    
    * [Storage] Add new Storage Account Kind and Sku
    
    * [Storage] Remove the sku Premium_ZRS change as it won't be release in Ignite
    
    * [Storage] Support FileAadIntegration
    
    * Storage Python conf
    
    * [Storage] modify per comments
    
    * [Storage] Add the parameter location changes in 2018-03-01-preview to 2018-07-01
    
    * [Storage] Add back Management Policy from 2017-03-01-preview
    
    * [Storage] remove global usage as server change
    
    * [Storage] Add new Sku Premium_ZRS
    
    * [Storage] move Management policy swagger to 2018-03-01-preview folder
    blueww authored and lmazuel committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    8d4e4c2 View commit details
    Browse the repository at this point in the history
  4. Remove default response from Sessions to bring them inline with the r…

    …emaining artifacts (#3868)
    refortie authored and annatisch committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    12e4163 View commit details
    Browse the repository at this point in the history
  5. New tag for 2018-06 APIs for Automation (#3906)

    * Fix to version in examples and in runbook.json
    
    * Added new 2018-06-30 tag to readme and other nit fixes
    
    * Added missing property to make JobStreamProperties definitions identical
    khughes66 authored and marstr committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    7bc4150 View commit details
    Browse the repository at this point in the history
  6. Add readme.typescript.md for DNS (#3903)

    * Add readme.typescript.md for DNS
    
    * Add azure-sdk-for-js swagger-to-sdk entry in DNS readme.md
    Dan Schulte authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    8f46a51 View commit details
    Browse the repository at this point in the history
  7. Fix the Azure metrics data-plane api swagger spec to ensure the docum…

    …entaiton generation works as expected (#3911)
    
    * -Publish "Azure metrics REST Ingestion API" public preview swagger spec
    
    * Address review comments
     - Use a shorter operationId
     - Remove any non-success response code with default response clause
     - Add a new example and reference it in the swagger spec
     - Include readme.md file for the swagger spec
    
    * Fix a bug in readme.md.
     - Inline the readme.python.md file in the readme.md
    
    * -Remove validation section that is not necessary
    
    * -Address review comments & fix several copy paste mistakes to use sensible names instead
    
    * Address the PR comments
      - Fix the readme.md naming incompatibilities
      - Remove the c#-ish namespace prefix
    
    * -Remove assembly namespace prefix in few other places
    -Rename bunch of properties to follow camel case naming
    -Update the enum types to have the "x-ms-enum" part of the json
    
    * -Fix last batch of ARM Errors
    -Update path and namespace for Java section
    
    * -Drop all the types that recursively came with ObjectResult and use simple object type instead. This should make the swagger spec clean and more easily maintainable in the long run
    
    * -Fix the example to just follow key-value pairs for all required parameters.
    
    * -Fix the responses section in the example
    
    * -Fix the type bug in the example, use int32 instead of string
    
    * -Fix the swagger spec to ensure the documentation content is rendered as expected.
    
    * -Fix the readme.md file to refer the correct file
    
    * -Delete the old spec as it is now renamed
    
    * -Call operationId with suffix Create to be consistent
    -Rename the file to be consistent with operationId
    vickyv51 authored and jhendrixMSFT committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    9441291 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Add specifications for dynanic threshold GA api (#3883)

    * Add specifications for dynanic threshold GA api
    
    * Change to capital letter and capitalizing abbreviations
    
    * Add metricnamespace & $filter parameters
    noferrar authored and annatisch committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    9c9e001 View commit details
    Browse the repository at this point in the history
  2. Introducing new API for Advanced Threat Protection (#3306)

    * Introducing new API for Advanced Threat Protection
    
    API form -
    {resourceUri}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName}
    
    Suppporting verbs -
    GET, PUT and Delete.
    
    URI example -
    /subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/SampleRG/providers/Microsoft.Storage/storageAccounts/samplestorageaccount/providers/Microsoft.Security/advancedThreatProtectionSettings/current
    
    Design doc for ATP -
    https://microsoft.sharepoint.com/teams/Data_Security/Documents/Dev%20Specs/Storage%20Threat%20Detection/Threat%20Detection%20for%20Azure%20Storage%20-%20Design%20Document.docx?d=w996c55b5a160468c9a9bd0434418a4d0
    
    * Addressing pull request comments
    
    *Removed DELETE operation, stayed only with GET and PUT.
    *Changed ResourceUri to ResourceId
    *Changed isEnabled to enabled
    
    * Renaming obejct from AdvancedThreatProtectionSettings to AdvancedThreatProtectionSetting
    
    * Removed delete operation from the swagger definitions
    
    * Fixed test failures
    
    * Changing "AdvancedThreatProtectionSettingName" parameter to enum type
    
    * Changed param name from 'enabled' to 'isEnabled'
    tomerlmsft authored and marstr committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    1b21e70 View commit details
    Browse the repository at this point in the history
  3. Add algorithm types to threat detection disabled alerts description (#…

    …3876)
    
    Added Data_Exfiltration and Unsafe_Action as allowed values to disabled alert.
    t-arrinb authored and sergey-shandar committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    5639529 View commit details
    Browse the repository at this point in the history
  4. Add Batch AI workspace property to machineLearningServices swagger (#…

    …3910)
    
    * Add BatchAIWorkspace to main swagger and examples
    
    * Fix whitespace
    
    * Update casing to match swagger definition
    
    * Correctly update casing of all usages of batchaiWorkspace
    MattSable authored and jhendrixMSFT committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    3df1915 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f23d6ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9dd0316 View commit details
    Browse the repository at this point in the history
  7. Add networkTrace resource and APIs (#3811)

    * Add networkTrace resource and APIs
    
    * Add examples of network trace APIs
    
    * Add x-ms-examples to network trace APIs
    
    * Fix file name typo of GetWebSiteNetworkTraces.json
    
    * Fix syntax error in examples/GetWebSiteNetworkTraces.json
    
    * Fix more validation errors
    
    * Fix StopWebSiteNetworkTrace.json
    
    * Fix network trace APIs
    michimune authored and sarangan12 committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    6294790 View commit details
    Browse the repository at this point in the history
  8. Add creation parameters to StorageSync ResourceProvider for SDK (#3863)

    * Add creation parameters
    
    * Example update
    
    * Fix RegisteredServer
    ankushbindlish2 authored and marstr committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    03757d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Add readme.typescript.md for compute (#3924)

    * Add readme.typescript.md for compute
    
    * Change readme.typescript.md header to TypeScript
    Dan Schulte authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    45c0537 View commit details
    Browse the repository at this point in the history
  2. Create arm-network readme.typescript.md file (#3932)

    * Create arm-network readme.typescript.md file
    
    * Add generate-metadata: true to network/resource-manager readme.typescript.md file
    Dan Schulte authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    e055b33 View commit details
    Browse the repository at this point in the history
  3. Update Microsoft.Backup.Admin API version 2018-09-01 (#3891)

    * Microsoft.Backup.Admin copy API version 2018-09-01 from 2016-05-01
    
    * Update Microsoft.Backup.Admin API version 2018-09-01
    
    * resolve comments
    daozha authored and hovsepm committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    e9e15be View commit details
    Browse the repository at this point in the history
  4. Add degree of parallelism percent to ADLA Job PREVIEW API (#3904)

    * Add degreeOfParallelismPercent to JobInformationBasic
    
    * Add degreeOfParallelismPercent to JobInformationBasic
    
    * add degreeOfParallelism to preview API
    :wq
    :wq
    �
    hosunmsft authored and hovsepm committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    5f7594c View commit details
    Browse the repository at this point in the history
  5. StorageSync : Clone existing ApiVersion 2018-04-02 for creating a new…

    … version 2018-07-01 (#3927)
    
    * Clone existing ApiVersion 2018-07-01
    
    * Change folder structures and remove versions from readme*
    
    * Review comments incorporation.
    
    * Add go
    
    * one tag only
    
    * fix version
    ankushbindlish2 authored and marstr committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    cbf6f45 View commit details
    Browse the repository at this point in the history