Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 98 forks source link

fix function app slot #1264

Closed weidongxu-microsoft closed 4 years ago

weidongxu-microsoft commented 4 years ago

@Flanker32

3 issues.

  1. service not accept the empty siteConfig in PUT when create new slot
  2. PATCH not working, had to use PUT
  3. SDK error in sending name in request (name from service is e.g. java-funcapp-36626c/java-slot-43411876b, which is parent/slot).
weidongxu-microsoft commented 4 years ago

withBrandNewConfiguration will not work for function app slot.

In track2 I might just delete this choice.