Abhijeet Kasurde

Results 505 comments of Abhijeet Kasurde

@Tomorrow9 said - Functional test for "vmware_export_ovf" module in PR #60265.

Migrated from https://github.com/ansible/ansible/issues/59635

@skain80 Would you be interested in opening a PR with your findings? Thanks

When specifying the wrong type in DynamicID should raise an error or exception.

@anusha94 Nope. I tried - ``` (Pdb) client.vcenter.inventory.Datastore.Info(type='StoragePod') Info(type='StoragePod') ``` Even if I pass `None` it does not do anything ``` (Pdb) client.vcenter.inventory.Datastore.Info(type='') Info(type='') (Pdb) client.vcenter.inventory.Datastore.Info(type=None) Info(type=None) ```

Output ``` Before update Sample Test Tag Changing description to Additional Information After update Sample Test Tag ```

@tianhao64 Thanks for the update.

Any update on this team?

_From @giovannisciortino on Feb 19, 2018 16:08_ Hi @selmison , I tried to check the difference between call api "api/hosts/:id" and "hosts/:id/enc" on a labt Satellite 6.2.13 server calling api...