forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Closed
openapi-sdkautomation
wants to merge
229
commits into
master
from
sdkAuto/13945/Microsoft.Azure.Management.ResourceManager
Closed
[AutoPR Microsoft.Azure.Management.ResourceManager] Private links #3910
openapi-sdkautomation
wants to merge
229
commits into
master
from
sdkAuto/13945/Microsoft.Azure.Management.ResourceManager
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 tasks
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/13945/Microsoft.Azure.Management.ResourceManager
branch
2 times, most recently
from
April 22, 2021 17:25
5533097
to
1b4e1c2
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/13945/Microsoft.Azure.Management.ResourceManager
branch
from
May 18, 2021 23:28
1b4e1c2
to
11ad201
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/13945/Microsoft.Azure.Management.ResourceManager
branch
4 times, most recently
from
June 8, 2021 23:23
aff235f
to
0a35ae5
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/13945/Microsoft.Azure.Management.ResourceManager
branch
5 times, most recently
from
June 10, 2021 21:37
a436f1e
to
7008541
Compare
…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.
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* 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] <support@github.com> 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 <chononiw@microsoft.com>
* fix blob name encoding. * cl
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 <tg-msft@users.noreply.github.com> * Define comparison operators on skill versions * Update public API file Co-authored-by: tg-msft <tg-msft@users.noreply.github.com>
…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 <Wes.Haggard@microsoft.com>
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 <jesse.squire@gmail.com> Co-authored-by: Jesse Squire <jesse.squire@gmail.com>
…ion. (Azure#22569) * Fix visibility timeout extension. * wip
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 <53356347+azure-sdk@users.noreply.github.com>
…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
bot
force-pushed
the
sdkAuto/13945/Microsoft.Azure.Management.ResourceManager
branch
from
July 12, 2021 18:45
b12428f
to
302d4ab
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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: