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

[ADLA] - [HOTFIX] - Adding an InnerError property to JobInnerError.cs #3795

Conversation

ro-joowan
Copy link
Contributor

@ro-joowan ro-joowan commented Oct 17, 2017

Description


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

SDK Generation Guidelines

  • If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
  • The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code.
  • The *.csproj and AssemblyInfo.cs files have been updated with the new version of the SDK.

NayantaraD and others added 30 commits June 15, 2017 14:55
Sql: Add support for VirtualNetworkRules
…ent, tests, recordings (Azure#3375)

* Add server communication links and geo backup policies scenario tests and client

* Add recordings

* Update generate.cmd compositeSql.json reference

* Remove vnet firewall rule files

* Regen from swagger

* Rename test, re-record

* Added restore dropped database to DatabaseRestoreScenarioTests

* Add delete communication link scenario test

* Add stub TestLongTermRetentionCrud

* Separate PITR and dropped db restore tests.

* Some work on LTR CRUD test

* Finish LTR test

* Confirmed that these properties should be required.

Will update swagger.

* Regen with required properties

* Regen from swagger to update LTR policy

* Stub TestDatabaseGeoRecovery

* GeoRecovery tests

* Regen from swagger

* Bump version to 1.7.0-preview.

Note that virtual network support will be 1.6.0-preview.

* Fixed GetGeoBackupPolicy build error

* Record LTR test

* Changed version to 1.6.0-preview
* Add Data Masking client, tests, recordings

* Update threat detection recording

* Update compositeSql.json to reflect commit used

* Respond to comments, re-record

* Remove unused variable
… testcases. (Azure#3404)

* Dotnet client SDK - generated code and testcases, for StorSimple 8000 Series ARM APIs.

* Adding nuget reference using import AzSdk.test.reference.props. Removing other not required namespaces.

* Adding missing packageId desc. etc in test project .csproj

* Fixing case in name of referred .csproj filename(of generated class library)

* Moving sessionRecords folder to the right location.

* Re-recording 3 of the failing testcases.

* Need to have all datetime part of OdataQuery in UTC. Earlier it was in local-time, hence during travis build, URL created(local time of build server) was not found in session-recording.
* Regenerated SDK basing on specs updates

* Added tests for VMSS Public IP; Updated versions

* Updated packages versions; Re-recorded tests

* Stripped redundant code
* Expose new fields for bgp and community object

* Update api version

* remove unneeded files

* remove unneeded files

* update version

* add tests

* add customized init

* fix format

* update tests
* Network version update and ApplicationGateway New features

* modifed tests for 2017-06-01 version

* bumped up the version in assemblyInfo

* bumped up the network csproj file to 11.0.0-preview
Azure#3393)

* use new endpoint to read SKUs during validation and updates for backup container uri

* fix tests

* minor update in api specs

* use latest autoRest to generate the SDK

* bump up version
* changes related to Eventhub New RP version 2017-04-01

* Version updated

* generated.cmd changes

* Code generated with lateset AutoRest

* Version changes.

* updated with new property swagger changes.
* swagger changes

* added more subscription properites in creation

* Code generatedwith new swagger of new RP version 2017-04-01

* Version updated and session records

* Reset with upstream and swagger related changes for new RP version

* Session records updated

* Version updated.
…evel' (Azure#3432)

* removing 'preview' tag from KeyVault SDK

* removing the 'preview' tag from KeyVault SDK

* Replacing the KeyVault attribute 'purgeDisabled' with a string, enumerated deletion recovery level

(restoring lost commit) adding deletion recovery level to KV attributes

updated tests and recordings

* Replacing the KeyVault attribute 'purgeDisabled' with a string, enumerated deletion recovery level

(restoring lost commit) adding deletion recovery level to KV attributes

updated tests and recordings

* removing duplicate project reference

* removing reference to Json6 from the .net452 target of KV WebKey test project
…s are for CloudAppliance, CancelJob, SyncRemoteManagement (Azure#3434)
* update snapshot and compute version

* update snapshot and compute version
…piVersion

update network client api version for vmss
Korede Owolabi and others added 25 commits September 27, 2017 15:49
…e#3740)

* Adding state and migration flag from latest swagger and updating tests

* Bumped version to 1.8.0-preview

* Removed whitespace at start of line

* Fixed merge conflict in Microsoft.Azure.Management.Sql.csproj
slightly more robust and flexible AutoRest version detection
* GEO DR changes

* Version updated

* GeoDR tests

* Latest swagger code

* updated the Version and metadata file.
* Geo DR changes

* Geo DR Tests

* Latest swagger code

* Removed the Length tests for subscription and authorizationrules as this is reverted.

* updated PR description, version and metadata file.

* updated PackageReleaseNotes
* Add BatchAI SDK and tests

* fix test name issue

* fix playback failure issue

* try to fix error CS0246 in build

* try to fix continuous-integration/travis-ci/pr failure

* regenerate the SDK with updated swagger

* addressed comments in PR

* delete nodejs dir
…st spec change (Azure#3753)

* Fixing folder structure, regenerating SDKs based on latest spec change

* Removing more unnecessary csproj entries

* Using generate.cmd command (changed to run locally since PR is not merged yet) to regenerate classes

* Deleting stale file from previous generation
)

* Generate .NET SDK for application insights

* update assembly version

* address code review feedback

* address code review feedback

* regenerate sdk for adding management api keys functions

* remove local used LaunchSettings.json file

* generate from the pulic swagger

* increase version in csproj file
* Moving old files which are not used anymore to legacy directory

* Separate build tools from branch. Moving forward build tools will be downloaded from a central location, this helps in propogating build changes to any branch dynamically. After this change build process on a new machine or fresh install will be a two step process. First download the build tools by executing msbuild build.proj and once it finishes, then execute whatever target you need to do e.g. msbuild build.proj /t:RunTests /p:Scope=SDKs\Compute. After downloading all build related assets will be downloaded under <root>\tools\SdkBuildTools. Moving bunch of legacy code to legacy directory. Removing build tasks out of this branch, currently being moved to legacy directory
Updating readme to document recent build changes that were done to extract build tools out of main branch.
* This is the first batch of scenario tests for the ADF V2 SDK.
  * Partially addresses Azure#3726; more tests need to be added
* This affects only ADLA Job
@ro-joowan ro-joowan force-pushed the adl-hotfix-3-0-2-inner-error branch from 2ffd522 to 20ceebb Compare October 17, 2017 23:29
@ro-joowan ro-joowan closed this Oct 17, 2017
@ro-joowan ro-joowan deleted the ro-joowan-adl-hotfix-3-0-2-inner-error branch October 17, 2017 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.