arm-postgresql-flexible#16136
Conversation
|
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: What if I am onboarding a new service?Often, new services do not have validation pipelines associated with them, in order to bootstrap pipelines for a new service, you can issue the following command as a pull request comment: |
|
@colawwj |
|
I've done some integration testing on this and can confirm it fixes the bug from 1.0.0 |
| @@ -1,11 +1,11 @@ | |||
| ## Azure PostgreSQLFlexibleManagementClient SDK for JavaScript | |||
| ## Azure PostgreSQLManagementClient SDK for JavaScript | |||
There was a problem hiding this comment.
@deyaaeldeen @sarangan12 Do you know why the client name is changed here?
The original one is generated from https://github.com/Azure/azure-rest-api-specs/tree/master/specification/postgresql/resource-manager#tag-package-2021-04-10-privatepreview
The current one is generated from https://github.com/Azure/azure-rest-api-specs/tree/master/specification/postgresql/resource-manager#tag-package-2021-03-31-privatepreview
|
/azp where |
|
Azure DevOps orgs getting events for this repository: |
|
@tonybaloney @DaeunYim We haven't got response from @sarangan12 . So is this PR fine for you? I know the client name is chanegd, but it's generated by codegen and we don't allow to change it manually. I guess there is some changes in codegen side. |
@dw511214992 please release this as the current version is broken. we can work out whether to change the name on the next version, or stick with this name thanks |
No description provided.