Paul Miller
Paul Miller
**What type of PR is this?** /kind bug **What this PR does / why we need it**: If the vnetsubnetid is garbge tells us what it is. **Which issue(s) this...
The 'psutil~=5.7' distribution was not found and is required by azure-cli So often after using az dev setip I get errors about psutil ``` pmiller@millercloud:~/azure-cli$ azdev setup -c ======================= |...
When I run azdev test I get ``` File "/home/pmiller/azure-cli-extensions/penv/lib/python3.8/site-packages/azdev/operations/testtool/__init__.py", line 329, in _get_test_index test_index = _discover_tests(profile) File "/home/pmiller/azure-cli-extensions/penv/lib/python3.8/site-packages/azdev/operations/testtool/__init__.py", line 200, in _discover_tests profile_split = profile.split('-') TypeError: a bytes-like object...
Here I am not specifying -c to azdev setup so it comes from py pi ``` python3 -m venv azdev2 2044 source azdev2/bin/activateive 2045 pip install azdev 2046 azdev setup...
I coudn't figure out why my local extension I was working on wasn't being picked up. Then I rean this ``` (penv) pmiller@millercloud:~$ /usr/bin/az --version azure-cli 2.14.2 core 2.14.2 telemetry...
#### What type of PR is this? /kind cleanup /sig api-machinery (not sure thats the right sig...) #### What this PR does / why we need it: Conflicting pdbs can...
### Feature Request Our legacy code would grab the "Azure-AsyncOperation" out of a response and store if for something else to poll later. Now there is just resume token but...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Start caching the newesst version fo cni. **Which issue(s) this PR fixes**: Fixes...
**Is your feature request related to a problem?/Why is this needed** We can turn off in ubuntu. If mariner has same functionality we should allow it to be turned off....
**Related command** az aks upgrade **Description** Warn on an aks [nodepool] upgrade if k8s version is supplied it will retry upgrade to same version. User was confused when upgrade without...