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

[AutoPR Microsoft.Azure.Management.Peering] some naming replacing in examples to make it inline with cli commands#384

Closed
openapi-sdkautomation[bot] wants to merge 239 commits into
test-repo-billy:sdkAutomation/Microsoft.Azure.Management.Peeringfrom
AzureSDKAutomation:sdkAutomation/Microsoft.Azure.Management.Peering@7595
Closed

[AutoPR Microsoft.Azure.Management.Peering] some naming replacing in examples to make it inline with cli commands#384
openapi-sdkautomation[bot] wants to merge 239 commits into
test-repo-billy:sdkAutomation/Microsoft.Azure.Management.Peeringfrom
AzureSDKAutomation:sdkAutomation/Microsoft.Azure.Management.Peering@7595

Conversation

@openapi-sdkautomation
Copy link
Copy Markdown

heaths and others added 30 commits October 1, 2019 10:05
* [Storage] Make the CORS rules nullable
…apper with name property (#7874)

* init

* Generated from latest swagger
* Flatten CertificatePolicy properties
* Remove VaultUri and Version accessors from Certificate, Key, and Secret
* Unify SecretClient method names like other clients

Fixes #7761

* Unify UpdateCertificateProperties like with other clients
* Make pipeline internal

* Update assembly info to make internals visible for proxy gen
* Re-generated Network SDK based on September release

* Changelog
* Initial, with simple no-cancellation token overloads.  Broken.

* Bug fixes and made tests compile.

* Adding tests for Get.

* Added mock tests for set, delete, and add.

* Added live tests.

* Added recorded tests.

* Small updates for consistency across API.

* Fixed mock client sample.

* Updating HttpRequestOptions to ConditionalRequestOptions.

* Rename lock to read-only.

* PR feedback.

* Response body exception.

* Updated approach to throwing on response.Value.

* Workaround to make ApplyHeaders method internal.

* Missed file.

* PR feedback on ApplyHeaders, NoBodyResponse.

* Rename recordings to match test names.

* Fix core tests.
AMQP Infrastructure
  - Large refactoring to AMQP scope for a more consistent structure and better
    naming.

  - Fleshed out AMQP filtering, to allow setting the position for reading within
    the partition.

  - Implemenation of parent/child relationship between the AMQP scope and the
    connection and links that are bound to it.  Disposing the scope will now
    cascade to the connection and active links.

  - Implementation of CBS authorization requests and refreshing, for non-management
    links.

Event Hub Client
  - Refactored use of the AMQP scope to better manage lifespan and match behavior
    desired by the service team for a 1:1 correlation between connections and clients.

General
  - Tweaks to some test timings, to reduce flakiness in nightly runs

  - Rename of Guard -> Argument to match the refactoring done when it was moved
    to Core.

  - Marking several tests as flaky, pending investigation and fixes.

  - Tweaking retry times for ARM activities in tests, in the lovely game of
    whack-a-mole with intermittend HTTP request failures.
* Prefix service property types with Blob/Queue/File.

* Fix comments in readme

* Remove CA1724 suppression as this warning not fire anymore

* rebase and regenerate
vbenedichuk and others added 18 commits October 22, 2019 17:30
* update keyvault(keys , ceritificates) README

* Update Keyvault(keys,certificates) README

* Update Keyvault(keys,certificates) README

* Update README

* update readme

* 111

* update readme

* update readme

* Small grammatical tweaks

* Remove accidental samples.zip

* Fix references to old "hsm"
…8219)

* SDK refresh to support new API version (#1)

* Refreshing SDK with support for new API version

* Added recorded sessions to fix CI (#2)


* Added recorded tests

* Coder review fix

* SDK refresh to support new API version (#1)

* Refreshing SDK with support for new API version

* Added recorded sessions to fix CI (#2)


* Added recorded tests

* Adding SDK changes

* code review fix to downgrade the version

* reverting assembly version
* [Storage] Update from latest swgger

* [Storage] Update test and version
* Re-generate based on Network October release

* ChangeLog

* Re-generate based on master
…erialization of ConfigurationSetting (Azure#8331)

* Fix Azure#8295: Validate offline cache and add automated test for deserialization of ConfigurationSetting

* Return internal constructor back

* Undo comment

* - Make publicly unused method private
- Fix formatting

* - Formatting
- Add null value check to the dictionary test
* Re-record tests with test bug fixes

* Adding test case for Reapply VM operation.

* Re-record tests with test bug fixes

* Added Swagger tests for the DiskEncryptionSet property

* Add swagger tests for diskEncryptionSets

* Add record files for tests

* Fix typo

* Update generated code

* Re-generate with latest compute spec and fix failed tests.

* Generate with the latest compute Swagger update

* Regenerated the code for swagger changes

* Re-generate from the latest compute spec

* Update Record files

* Update with the latest compute

* re-generate Compute SDK using current master Swagger spec.

* Update version number for compute.

* update readme.txt for compute script
…review API Version (#200)

* Update swagger_to_sdk_config.json

* Generated from aa9913e0d2ece26504f653d3b30d22a4a35a0b38

fixing typo and indentation
…ent Group scope for Exports (#94)

* Update swagger_to_sdk_config.json

* Update swagger_to_sdk_config.json

* Update swagger_to_sdk_config.json

* Update swagger_to_sdk_config.json

* Generated from 967f9659d62a831649ef83f6a52cf2e35dbb87bd

Fixed model validation
…ew request for Microsoft.Subscription to add version preview/2018-11-01-preview (#250)

* Update swagger_to_sdk_config.json

* Generated from 12cf92bb36d2c853720ea3480580c9ef415f9984

Corrected the createSubscriptionUnderBillingProfile example with correct profile name.
…ute 2019-07-01 version (#197)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 76f33475980a137bf14a56a50a8db8da05fa263f

 resolved merge conflcits with branch Compute-2019-07
@openapi-sdkautomation
Copy link
Copy Markdown
Author

Installation Instructions

In order to use the generated nuget package in your app, you will have to use it from a private feed.
To create a private feed, see the following link:
https://docs.microsoft.com/en-us/nuget/hosting-packages/local-feeds
This will allow you to create a new local feed and add the location of the new feed as one of the sources.

Direct Download

The generated package can be directly downloaded from here:

@openapi-sdkautomation openapi-sdkautomation Bot force-pushed the sdkAutomation/Microsoft.Azure.Management.Peering@7595 branch from 2b25e51 to 4e2d2c3 Compare October 23, 2019 07:45
@github-actions
Copy link
Copy Markdown

Hi @openapi-sdkautomation[bot]. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.

@github-actions
Copy link
Copy Markdown

Hi @openapi-sdkautomation[bot]. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing /reopen if you'd like to continue working on these changes. Please be sure to use the command to reopen or remove the no-recent-activity label; otherwise, this is likely to be closed again with the next cleanup pass.

@github-actions github-actions Bot closed this May 17, 2024
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.