forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
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.NetApp] New API version 2019-07-01 for ANF #124
Closed
openapi-sdkautomation
wants to merge
27
commits into
test-repo-billy:master
from
AzureSDKAutomation:sdkAutomation/Microsoft.Azure.Management.NetApp@7020
Closed
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
- Modified the naming for the ephemeral Event Hubs namespace to better align with requests by the Engineering team. - Added a set of tags to the namespace the help identify what test run was responsible for its creation and when it is safe to remove it, should there be a problem with natural teardown after the run. - Tune retry configuration to account for additional contention on Azure resources due to parallelization.
Ideally we would use the .NET framework targeting pack references everywhere but right now we are hitting error: : error MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. github issue dotnet/installer#2455
event triggers subcription apis
Update description of "location" in serviceTags.json
Add json dataset
* Re-generated Network SDK * Update change log
Update readme.java.md for 2019_06
* Create sdk/sqlvirtualmachine. * Add PackageReleaseNotes and add update tests.
…7283) * Updating SDK to include Oracle to PostgreSQL scenario * Update AssemblyInfo.cs Updating assembly version * Resolving conflicts during rebase * Fixing scenario id, adding support for case manipulation on target
* Generate docs from dlls after building repo * Update Archetype-sdk-client to exclude samples * Update doc yaml * Checkin toc.yml into repo
- Enhanced resource management approach for tests moving to a strategy where each test run creates an Event Hubs namespace instance under which individual tests continue to use dedicated Event Hub instances. Creation is only performed when an Event Hub scope is requested by a Live test. - Tune retry configuration to account for additional contention on Azure resources due toe parallelization. - Update ReadMe to enhance the "running tests" instructions to match the current implementation. - Replaced the ARM template with a PowerShell script that will create the persistent resources needed for tests.
- Enhanced resource management approach for tests moving to a strategy where each test run creates an Azure storage instance that is removed when the run completes. Creation is only performed when an Event Hub scope is requested by a Live test.
Co-Authored-By: Connie Yau <[email protected]>
[pull] master from Azure:master
Fix bad discriminator value on ConnectionInfo which was breaking node/js SDK generation
fix bad 'unknown' discriminator value in the rest of our datamigration models
fix: MD010/no-hard-tabs Remove hard tabs
Fixed Integration Runtime semantic validation error.
Removing trailing commas in examples
remove redundant property
Address review comments.
chore: jsonfmt billing
Update netapp.json
Installation InstructionsIn order to use the generated nuget package in your app, you will have to use it from a private feed. Direct DownloadThe generated package can be directly downloaded from here: |
3e07e10
to
ee3c3ba
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.
Created to sync Azure/azure-rest-api-specs#7020