You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by GitBox <gi...@apache.org> on 2019/05/14 21:02:12 UTC

[GitHub] [jclouds] danielestevez opened a new pull request #30: Checks provisioning state in Rule resource instead of Group

danielestevez opened a new pull request #30: Checks provisioning state in Rule resource instead of Group
URL: https://github.com/apache/jclouds/pull/30
 
 
   * We were checking the provisioningState security group resource. When updating rules concurrently this check returns OK (the security group is ok) but the actual rules are still being updated (created/deleted) causing random problems.
   
   * PR implements provisioningState in `NetworkSecurityRuleProperties` to do this check properly (https://docs.microsoft.com/en-us/rest/api/virtualnetwork/securityrules/get#securityrule)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services