-
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.Automation] Add new Automation API version #386
Conversation
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: |
2e4610c
to
d853665
Compare
* Added missing environment variables Adds required environment variables (MABOM_AzureAuthenticationClientId and MABOM_AzureAuthenticationClientSecret) to readme. * Update README.md
Turns out Core pipeline runs all service's tests. So adding storage test setup there as well. Fixes Azure#15529
The focus of these changes is to address Azure#15503, fixing broken links and removing the `en-us` culture slugs from links.
The focus of these changes is to fix a URL formation issue for the authority used when requesting management tokens. Because the format of the fragment differs between Azure clouds, no assumptions can be made about the format, specifically around trailing slashes.
* Limit Secret loading parallelism * Update sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md Co-authored-by: Heath Stewart <[email protected]> Co-authored-by: Heath Stewart <[email protected]>
* Update AutoRest C# version to 1.0.0-alpha.20200925.1 Co-authored-by: Shivangi Reja <[email protected]>
* Fix README for Microsoft.Azure.Core.NewtonsoftJson * Add Json.NET converters for Microsoft.Spatial Resolves Azure#13165 * Rename converter to match Json.NET ObjectSerializer It may be long, but it's consistent. * Add GeometryFactory and adapter Uses reflection to loosely bind Microsoft.Spatial types. * Rename spatial adapters to proxies * Proxy all supported Microsoft.Spatial types * Update Search for current Azure.Core.GeoJson * Encode spatial types for SearchFilter Fixes Azure#15299 * Implement IEquatable<GeoPosition> on GeoPosition GeoPosition already implemented the interface, just without declaring it. May as well, so the struct doesn't have to be boxed when using EqualityComparer.Default, for example. * Resolve PR build issues * Resolve build analysis issues Filed Azure#15423 to remove exclusions later. * Move Microsoft.Spatial support for Json.NET to core * Remove unused methods * Always run tests against Microsoft.Spatial * Change GeometryPoint to GeographyPoint * Fix README validation failure * Resolve PR feedback * Resolve PR feedback
* canary support for live tests * Add - before if-block * add ResourceGroupLocationCanary variable for canary location * netcoreapp instead
Moving to the public repository. Content has already been properly reviewed and tested. * Created base project and generated code * Created clients and added authentication support * Implemented GetMetricSeriesDefinitions and GetMetricDimensionValues * Implemented GetDataFeed and GetDataFeeds * initial test class and basic tests * Implemented GetAnomaliesForDetectionConfiguration and GetIncidentsForDetectionConfiguration methods * More tests * Implement Create data feed * add DeleteDataFeed for live testing * Implemented CreateMetricAnomalyDetectionConfiguration * Implemented GetIncidentRootCauses and GetValuesOfDimensionWithAnomalies * Implemented GetDataFeedIngestionStatuses and DeleteMetricAnomalyDetectionConfiguration * Add tests * Implemented Alert Configuration operations * Implemented misc service methods * Implemented Alerting data plane operations * Implemented Hooks operations * Moar tests * Updated autorest.md to use the latest public swagger file
…15541) In this PR: - changes in tests to assure isolation through storage resources naming - AzuriteFixture creates just one account - Changed collection behavior to per class (more parallelism - faster run) - azurite is created once per test assembly instead of once per test class (from 34 to 6 in local run) Note: lot of binding tests rely on attributes that can only take constant strings, so the options for isolating through resource names are somewhat limited.
get_ingestion_progress list_anomaly_alerting_configurations list_anomaly_detection_configurations_for_metric reset_ingestion_status list_metric_enrichment_status add_feedback get_feedback list_feedbacks
Co-authored-by: Youri <[email protected]>
The focus of these changes is to prepare for republishing the October packages to correct a build pipeline issue that exposed an internal dependency, blocking customer use.
…Azure#15528) * Removes Newtonsoft assembly targetting. Fixes flaky integration test. * minor
The focus of these changes is to convert the examples in the READMEs to take advantage of code snippets, and ensure that those snippets are validated as smoke tests during Live runs.
…#15620) Co-authored-by: Tarun Sunkaraneni <[email protected]>
… like createOrUpdate APIs (Azure#16017)
* Added test * New tests * Changed activitysource name * Add TODO * PR feedback.
…#16018) * Add multipage BC test + update documentation for BC * add businesscards bool
Fixes: Azure#14817 It also removes `US` from receipts as now it accepts multiple locales
* Refactpr Submit Pull Request Script * Refactor logic for interacting with Pull Requests * Rework API Lib Co-authored-by: Chidozie Ononiwu <[email protected]>
Co-authored-by: Sima Zhu <[email protected]>
* enable url tests * fix bad merge: * see output with sample? * Revert "see output with sample?" This reverts commit e9ea473. * point to right container
* Added IngestionResponsePolicy * check for object is int * Added constant to response code * Added method summary.
c661d8e
to
30ca4f5
Compare
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. |
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 |
Created to sync Azure/azure-rest-api-specs#7603