Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

[AutoPR billing/resource-manager/v2017_02_27_preview] Added new properties in Invoicing APIs#483

Closed
openapi-sdkautomation[bot] wants to merge 294 commits into
test-repo-billy:sdkAutomation/billing/resource-manager/v2017_02_27_previewfrom
AzureSDKAutomation:sdkAutomation/billing/resource-manager/v2017_02_27_preview@7341
Closed

[AutoPR billing/resource-manager/v2017_02_27_preview] Added new properties in Invoicing APIs#483
openapi-sdkautomation[bot] wants to merge 294 commits into
test-repo-billy:sdkAutomation/billing/resource-manager/v2017_02_27_previewfrom
AzureSDKAutomation:sdkAutomation/billing/resource-manager/v2017_02_27_preview@7341

Conversation

@openapi-sdkautomation
Copy link
Copy Markdown

samvaity and others added 30 commits August 22, 2019 15:12
Add Tracking Impressions snippet to track 2 READMEs
* Stop this build triggering for everything in sdk/

* Tweak to path trigger.
* Update documentation from UXstudy

* Adding documentation.

* Updating Objects.requireNotNull with message and consistent error handling.

* Add documentation for EventHubSharedAccessKeyCredential.
Listing operations updated to use PagedFlux and PagedIterable.
* Initial recording for Spock unit tests

* Updated client construction to use playback client

* Ignore sleeps in playback

* Tests cleanup after each run

* Each test keeps track of its increment count instead of the global

* Initial testing records (WIP)

* Fixing more playback and record edge cases, added new pipeline exception tracing

* More cleaning up of edge cases

* More edge cases fixed

* Octet-stream response types work properly

* Merged TestCommon into APISpec, removed JUnit dependency in blobs testing

* Added redaction for sensitive information in UserDelegationKey responses

* Added @requires annotations to live tests only

* Added playback records and added test ignore for live tests only

* Set dummy values for playback in pipeline

* Updating failing test records

* Fixed playback issue with AAD

* Cleaning up failing File tests

* Updating playback records

* Updated tests.yml for storage

* Fixed tests and playback, added more testing configurations

* Removing files that were deleted before merge

* Fixed checkstyle rule issues

* Updating playback records

* Responses to comments

* Fixed spacing issue

* Fix unit test issues

* Variable name change to try to fix test

* Added SLF4J testing dependency and ignoring tests that fail live run

* Ignore more failing tests

* Minor change to attempt to fix CI being stuck

* Fixed not enough bytes issue

* Fixed test issue
* Regenerated swagger

* Added transform for ByteBuf to ByteBuffer while AutoRest updates to make this change

* Updated to use new service layer shape
* getHandles to listHandles API changes.
* Setup unified pipelines for sdk/authorization.

* Add staging profile.
* Setup sdk/loganalytics for unified pipelines.

* Provided staging profile.

* Tweaked artifact name.
* Setup event grid for unified pipelines.

* Added staging profile and tweaked artifact name.:
* Setup mediaservices for unified pipelines.

* Added staging profile.
* Setup AI for unified pipelines.

* Added staging profile and updated artifact names.
* Setup unified pipelines for sdk/cognitiveservices

* Updated staging profiles and artifact names.
* Added storage to the aggregate reports

* Fixing SpotBug issues

* One last SpotBug fix

* Fixed invalid use in sample
* Added clearRange and remove the FileRangeWriteType
* Fixed bytebuffer issue.
* add more eng entries to CODEOWNERS with use the correct owners
* Basic plumbing for pipeline caching.

* Using new key format.

* Add caching to build and analyze phases.

* Narrowing scope of fingerprint.

* Removed caching from analyze step.

* Adding caching kill switch.
Commit directly to master to test a change (need to simulate a CI trigger).
* Roll back customizations to ci.yml for cosmos.

* Created a special stage template for cosmos.

* Tweaked template path.

* Added globals reference in tests job.
* Removed azure-core-http-netty from the published artifact list.

* Actually remove the artifact.
This PR includes the requirement of Javadoc annotation @codesnippet @code, check:

Use {@codesnippet ...} instead of '<code>', '<pre>', or '{@code ...}' if these tags span multiple lines. Inline code samples are fine as-is.
@codesnippet description should match naming pattern requirement below:

Package, class and method names should be concatenated by dot '.'. Ex., packageName.className.methodName
Methods arguments should be concatenated by dash '-'. Ex. string-string for methodName(String s, String s2)
Use '#' to concatenate 1) and 2), ex packageName.className.methodName#string-string.
Fixed and Suppress checkstyle errors :

A minor fix for HttpPipeLinePolicyCheck, which to find a correct package name.
Fixed all non-critical errors but suppress those critical errors so code owner can fix them when they are available.
alzimmermsft and others added 18 commits September 25, 2019 14:11
* Fixed the setter and getter method
* Convert credential scopes param to TokenRequest

* Fix build errors in event hubs

* Change .block() to StepVerifier

* Fix tests

* checkstyle .* imports
* remove java code isImple check but move to suppression and add only check for public class for external Dependency check

* fix issue 5113
* Rename from values to getValues()
* Peering: generate 2019 08 01 preview

* fix: compile error
* Throw better exceptions in chained token credentials

* Fix checkstyle: line too long

* Better error message in chained credential

* Fix test after new error message
Added File Data Lake package files
* Remove unnessary changes

* Added file and samples changes

* Minor fix
* Clients and code samples for LeaseClients

* Updated tests

* Updating unit tests

* Using builder pattern for LeaseClients

* Fix unit tests

* Cleaning up documentation

* Fix linting issues and more unit tests

* Some moving of clients

* Moved test files into correct folder

* Moved sub-blob clients to specialized namespace, added BlobBaseClients

* Refactoring unit tests

* More cleaning up

* More cleaning up

* Cleaning up linting issues

* Addressing PR feedback

* Cleaning up Spotbug and linting issues

* Updated SpecializedBlobClientBuilder to be a full-fledged builder

* Updating CPK variable name and moving specialized test classes to specialized package in test

* Cleaning up tests and linting

* Fix test order and added exception comment
* Update cosmos versions; up the minor build.

* Hot fix version should be 3.2.1
* (Untested) Optimisation for RestProxy createResponse API.

* Make the build happy

* Introducing LambdaMetaFactory based response cache.

* Making LambdaMetaFactory work for Java 9+

* Taking care of concurrent map race

* Using singleton MethodType & Signature, using specialized types in function interfaces, replacing Stream with basic loop.

* Using singleton MethodHandles.Lookup, adding JMH benchmark for MetaFactory/Reflection

* Accomodating removal of core VoidResponse

* Adding bench mark for reflection non-cached case

* address checkstyle violations in BenchMark tests
srnagar and others added 4 commits September 26, 2019 21:48
* Fix errors caused by upgrading to latest reactor versions

* Update netty version to fix failures on linux
* Storage: update 2019 04 01

* Storage: update pom
Incorporated review comments

Incorporated review comments
@openapi-sdkautomation openapi-sdkautomation Bot force-pushed the sdkAutomation/billing/resource-manager/v2017_02_27_preview@7341 branch from 9b07964 to 4f3600e Compare September 27, 2019 19:13
@PhoenixHe-NV PhoenixHe-NV deleted the sdkAutomation/billing/resource-manager/v2017_02_27_preview@7341 branch October 21, 2019 09:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.