* Update azure-mgmt-monitor to v0.2.0 and azure-monitor to v0.3.0
* Removing not required argument as use of new sdk
* Removing entry from history as we keep customer focused entries there
* Performance: make subscriptionid, current user name available from the Profile without having to load adal and friends
* Make pylint happy (forgot to remove pprint import after I removed usage of pprint.pformat)
* Fix issues introduced by not loading the service principals cred cache (delay loaded a bit too much)
* Update to use adal_token_cache property instead of the generic load method (cleaner code)
* Fix broken test (renamed attribute name in profile wasn't updated in the test)
* Fix broken merge from upstream (renamed attribute)
* Address code review feedback (remove subscription_finder property)
* API Profile Support
- Use published SDKs available on PyPI now
- Loading versioned models for network and resources, object model initialization changes for 2015-* profile (#2812)
- Custom ca certs - Setting Requests_ca_bundle environment variable (#2813)
- changes for 2015-* profile to work against azure stack (#2794)
- Loading versioned Resources client and versioned models in VM
- Updating the supported api-versions for the 2015-example profile
- Fixing network, compute sdk load errors for 2015-* profiles (+5 squashed commit)
- Support multi-API versioned Storage dataplane SDK (#2796)
- Support multi-versioned mgmt SDK (#2526)
- Fix token "management" endpoint is being used in the place of "activeDirectoryResourceId" (#2410)
- Add profile switching params and profile listing command (#2398)
- Use ARM 'resource manager' endpoint if ASM 'management' endpoint not set
* Address code review feedback
Fix pylint and pep8 (+7 squashed commits)
Squashed commits:
[f1d4d52] Refactor to use joint method
[f43785a] Use generic method to get versioned SDK attributes
[2100dd2] Add log debug if enum default not found
[5767f41] Add single_placement_group back in for vmss
[05ca8bc] Revert a test change. It has been fixed in master.
[cdf4211] Simplify str override method
[281c755] Clarify use of getattr
* Fix patching the operation versions
* Fix wrong import
* Rename shared to _shared
* Add message to cloud debug message
* Remove public method ‘get_versioned_sdk_path’ from azure.cli.core.profiles
* Remove unused import
* Use setattr
* Add API version comparisons
* Add method docs
* Fix failing test