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

[ApiManagement] Secure Parameter for Cmdlets #4819

Closed
wants to merge 16 commits into from

Commits on Oct 9, 2017

  1. Ben's object changes

    [ADLA]
    
    * Changed one of the two OutputTypes of
    Get-AzureRmDataLakeAnalyticsAccount
    - List<DataLakeAnalyticsAccount> to
    List<PSDataLakeAnalyticsAccountBasic>
    - The properties of PSDataLakeAnalyticsAccountBasic is a strict subset
    of the properties of DataLakeAnalyticsAccount
    - The additional properties that are in DataLakeAnalyticsAccount are not
    returned by the service.  Therefore, this change is to reflect this
    accurately.
    * Changed one of the two OutputTypes of Get-AzureRmDataLakeAnalyticsJob
    - List<JobInformation> to List<PSJobInformationBasic>
    - The properties of PSJobInformationBasic is a strict subset of the
    properties of JobInformation
    - The additional properties that are in JobInformation are not returned
    by the service.  Therefore, this change is to reflect this accurately.
    * Updated the cmdlet logic of Submit-AzureRmDataLakeAnalyticsJob because
    SubmitJob and BuildJob now require an explicit parameter object rather
    than the generic JobInformation object
    * Removed the Obsolete Properties fields in
    PSDataLakeAnalyticsAccount.cs and its assoicated files
    
    [ADLS]
    
    * Changed one of the two OutputTypes of Get-AzureRmDataLakeStoreAccount
    - List<PSDataLakeStoreAccount> to List<PSDataLakeStoreAccountBasic>
    - The properties of PSDataLakeStoreAccountBasic is a strict subset of
    the properties of PSDataLakeStoreAccount
    - The additional properties that are in PSDataLakeStoreAccount are not
    returned by the service.  Therefore, this change is to reflect this
    accurately.
    * Removed the Obsolete Properties fields in PSDataLakeStoreAccount.cs
    and its assoicated files
    ro-joowan committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    e61ff71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efaf9f7 View commit details
    Browse the repository at this point in the history
  3. ADLA SessionRecords

    ro-joowan committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    57c95cc View commit details
    Browse the repository at this point in the history
  4. ADLS SessionRecords

    ro-joowan committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    f4bec0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4ead11 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Removing ClientRuntime, ClientRuntime.Azure, and Newtonsoft.Json

    * Removing these from csproj files and packages.config
    ro-joowan committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    4885905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f161741 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

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

    maddieclayton authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    90a36a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    ef41bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83effc0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Azure#4718 from ro-joowan/object-refactor-2

    [ADLA - ADLS] - Object refactoring
    cormacpayne authored Oct 20, 2017
    Configuration menu
    Copy the full SHA
    de907d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb6e697 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fe4d33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c55ca3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5fc786 View commit details
    Browse the repository at this point in the history