-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add CDN WAF support. #9014
Add CDN WAF support. #9014
Conversation
* Generate 2019-09-01 policy operations * Update generate and build artifacts * Fixed generation metadata
* move errors to document result * api updates per feedback * Remove interface * Include Statistics * updates per API feedback * shift to result collections * TextAnalysisOptions * reenable recognize entity single * reenable recognize entity batch * reenable key phrases * reenable remaining * API feedback * bug fix * pr feedback * pr feedback
* update package versions to match published GA packages * update to incorporate ga interface changes * update KV interface * remove pinned versions for packages that aren't targeted in smoke tests
Brings up to speed with PublicApiGenerator 10.0.1 which supports nullable reference types and has more stable member sorting
…zure#8997) * Fixing UsernamePasswordCredential constructor parameter misordering * adding missed file * exclude header x-client-OS from header matching * excluding x-client-OS and x-client-SKU from header matching * Refactoring RecordedTestSanitizer to enable higher level sanitiation * updates to sanitize test recordings * removing hard coded RecordedTestMode * Fix to RecordEntry serialization * addressing PR feedback'
The focus of these changes is to revise the samples for the Event Processor client, extend the set of samples with additional scenarios and flesh out the README content for the samples in each package. Also included are some small refinements to the Event Processor client that were deferred from feedback for an earlier pull request, a fix for an empty partition context when the maximum wait time elapses, and ignoring a test that requires follow-up analysis.
Package index is now controlled centrally in the azure-sdk repo https://github.com/Azure/azure-sdk/blob/master/_data/releases/latest/dotnet-packages.csv
* first try at aad * un-update sample * fix * fix
* Update release notes * Update CHANGELOG.md Add link to the fixed bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lsmith130 , could you
- Add a link to the swagger spec review PR in the description
- Update api tag in
AzSdk.RP.props
- Update tests
Thanks
sdk/cdn/Microsoft.Azure.Management.Cdn/src/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
* Releasing latest version of Microsoft.DataBoxEdge SDK * Generated code through generate.cmd * Update Microsoft.Azure.Management.DataBoxEdge.csproj * Generate sdk using generate.ps1 command and address review comments * Update Microsoft.Azure.Management.DataBoxEdge.csproj
d4a4891
to
85c263d
Compare
85c263d
to
eec2035
Compare
eec2035
to
8a88419
Compare
The API tag in The other requested changes, adding the swagger spec review PR links, updating the Assembly version, and updating the tests have all been done. |
@lsmith130 please don't sync up with master in a feature PR, makes it hard to review. |
Swagger review PRs: Azure/azure-rest-api-specs#7442, Azure/azure-rest-api-specs#5885