-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Closed
Commits on Oct 9, 2017
-
[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
Configuration menu - View commit details
-
Copy full SHA for e61ff71 - Browse repository at this point
Copy the full SHA e61ff71View commit details -
Configuration menu - View commit details
-
Copy full SHA for efaf9f7 - Browse repository at this point
Copy the full SHA efaf9f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c95cc - Browse repository at this point
Copy the full SHA 57c95ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4bec0a - Browse repository at this point
Copy the full SHA f4bec0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ead11 - Browse repository at this point
Copy the full SHA b4ead11View commit details
Commits on Oct 18, 2017
-
Removing ClientRuntime, ClientRuntime.Azure, and Newtonsoft.Json
* Removing these from csproj files and packages.config
Configuration menu - View commit details
-
Copy full SHA for 4885905 - Browse repository at this point
Copy the full SHA 4885905View commit details -
Configuration menu - View commit details
-
Copy full SHA for f161741 - Browse repository at this point
Copy the full SHA f161741View commit details
Commits on Oct 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ae1d246 - Browse repository at this point
Copy the full SHA ae1d246View commit details -
maddieclayton authored
Oct 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 90a36a0 - Browse repository at this point
Copy the full SHA 90a36a0View commit details
Commits on Oct 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ef41bb1 - Browse repository at this point
Copy the full SHA ef41bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83effc0 - Browse repository at this point
Copy the full SHA 83effc0View commit details -
Merge pull request Azure#4718 from ro-joowan/object-refactor-2
[ADLA - ADLS] - Object refactoring
Configuration menu - View commit details
-
Copy full SHA for de907d1 - Browse repository at this point
Copy the full SHA de907d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6e697 - Browse repository at this point
Copy the full SHA fb6e697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe4d33 - Browse repository at this point
Copy the full SHA 9fe4d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c55ca3 - Browse repository at this point
Copy the full SHA 0c55ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5fc786 - Browse repository at this point
Copy the full SHA c5fc786View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.