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

[AutoPR Microsoft.Azure.Management.ResourceManager] Private links #3910

Conversation

openapi-sdkautomation[bot]
Copy link

@openapi-sdkautomation openapi-sdkautomation bot commented Apr 15, 2021

Create to sync Azure/azure-rest-api-specs#13945

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 sdkAuto/13945/Microsoft.Azure.Management.ResourceManager branch 2 times, most recently from 5533097 to 1b4e1c2 Compare April 22, 2021 17:25
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13945/Microsoft.Azure.Management.ResourceManager branch from 1b4e1c2 to 11ad201 Compare May 18, 2021 23:28
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13945/Microsoft.Azure.Management.ResourceManager branch 4 times, most recently from aff235f to 0a35ae5 Compare June 8, 2021 23:23
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13945/Microsoft.Azure.Management.ResourceManager branch 5 times, most recently from a436f1e to 7008541 Compare June 10, 2021 21:37
seanmcc-msft and others added 17 commits June 18, 2021 11:54
…val in Development env. (Azure#21969)

* if not on defaults, honor custom value.

* changelog.
Since track 1 SDKs are deprecated, remove the solution to avoid having
to type the solution name when building from sdk/keyvault each time.
This shouldn't affect the build which enumerates projects within service
directories.
* Add public ctor for SubscriptionValidationResponse

* Comment out package reference.
* Add Stable API Version for point-in-time restore.

* Newly generated SDK from latest swagger

* Updating testcases to fix the CI break.

* Fixing test errors

* Fixed failing tests

* Updated SDK Version and updated release notes.

* Bumping up AssemblyVersion/AssemblyFileVersion("3.1.0.0") from ("3.0.0.0")
Also gets rid of unnecessary, deprecated enableSoftDelete parameter.
Azure#21968)

* Fixed pipeline break

* 100% methods have protocol overloads

* API cleanup

* Update API file

* renamed message to content

* bug fix and parameter validation
* Add asserts to verify all actions are counted for pending queue

* Increase timeout of test
Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.3 to 2.0.10.
- [Release notes](https://github.com/apache/logging-log4net/releases)
- [Changelog](https://github.com/apache/logging-log4net/blob/master/ReleaseInstructions.txt)
- [Commits](https://github.com/apache/logging-log4net/commits/rel/2.0.10)

---
updated-dependencies:
- dependency-name: log4net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update links with master to use main

* Update ci.yml files

Co-authored-by: Chidozie Ononiwu <[email protected]>
kasobol-msft and others added 28 commits July 7, 2021 22:55
Increment package version after release of Azure.Monitor.Query
* Update reference to REST Api spec

7601061bfbb72b2f19cb29c46cbf9a397c2d8893

* Update CHANGELOG with release date

* Update generate code

Set 2021-04-30-Preview as the supported preview version

* Update public API file

* Add tests for QueryCaption

Update test session records

* Update public API file

* Update Changelog

* Update reference to REST Api spec

* Update generate code

* Update public API file

* Unify different versions of EntityRecognitionSkill

* Move skill version types within skill types

* Mark SearchIndexerDataIdentity as abstract
Update RoundtripAllSkills test and session records

* Rename SentimentSkillVersion to SkillVersion
Rename EntityRecognitionSkillVersion to SkillVersion

* Update public API file

* Simplify code to split up QueryCaptionRaw

Co-authored-by: tg-msft <[email protected]>

* Define comparison operators on skill versions

* Update public API file

Co-authored-by: tg-msft <[email protected]>
…throw when attempting to resume from a cusor pointed at a segment that had no more events, and newer segments exist in the Change Feed. (Azure#22546)
Explicitly add '/*' '!/*/' to the list of paths so we include
the files in the root of the repo.

Added some extra command logging so we can easily repro locally without
needing to find the code that ran.

Update to '/eng' so that we only get paths that start with eng instead
of every path that has eng as a folder.

Co-authored-by: Wes Haggard <[email protected]>
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.EventHubs
Increment package version after release of Azure.AI.MetricsAdvisor
* Add ability to close session from processor

* PR FB

* Rename to ReleaseSession

* Export API

* Apply suggestions from code review

Co-authored-by: Jesse Squire <[email protected]>

Co-authored-by: Jesse Squire <[email protected]>
Increment package version after release of Azure.Search.Documents
* [Storage][Function] Fix visibility timeout extension in queues extension. (Azure#22569)

* Fix visibility timeout extension.

* wip

* [Storage] Prep hotfix release. (Azure#22574)

* release prep.

* fix cl

* Increment version for storage releases (Azure#22581)

Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage

* Increment version for storage releases (Azure#22582)

Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Blobs

* Increment version for storage releases (Azure#22583)

Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Queues

Co-authored-by: Azure SDK Bot <[email protected]>
…zure#22521)

* Consumes new service metadata capability outlined [here](https://github.com/Azure/iot-plugandplay-models-tools/wiki/Publishing-Metadata).
  * Metadata for the global endpoint resides [here](https://devicemodels.azure.com/metadata.json).
  * Metadata is optional. Failure in processing repository metadata should not be a terminal failure.
* Simplifies client API surface area:
   * Removes model dependency resolution configuration in the `ModelsRepositoryClientOptions` (and the pattern of the client constructor setting a default resolution option).
   *  Removes `ModelDependencyResolution.TryFromExpanded`. TryFromExpanded becomes an internal processing concept. The metadata of a target repository will indicate if expanded model forms are available.
   * Model dependency resolution configuration becomes scoped to the service operation level. The `GetModels[Async]` service operations have their `dependencyResolution` parameter set to `ModelDependencyResolution.Enabled` by default.
   * Updates to tests and samples documentation reflecting the prior mentioned changes.
* Resolve PR feedback.
Merge 9fb392c3cc6d332236ea007c20f1481428e62521 into 571282bb195d489c7a127d8a5336bda35a3b282e
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13945/Microsoft.Azure.Management.ResourceManager branch from b12428f to 302d4ab Compare July 12, 2021 18:45
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.