Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Insights control plane #600

Merged
merged 39 commits into from
Apr 16, 2019
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
34bfb19
feat: add update command, new help info
alexeldeib Mar 25, 2019
0041ebd
fix: lint whitespace
alexeldeib Mar 25, 2019
83556f6
fix: E302 new lines linting
alexeldeib Mar 25, 2019
974b3c5
fix: summary and hash
alexeldeib Mar 25, 2019
2a0c898
fix: help and unused args
alexeldeib Mar 25, 2019
26e63be
fix: update help for linting
alexeldeib Mar 25, 2019
29a140a
fix: sha
alexeldeib Mar 25, 2019
3272003
fix: sha
alexeldeib Mar 25, 2019
06d44a7
fix: remove colon to make CI happy
alexeldeib Mar 25, 2019
8ddc243
fix: one more lint removal
alexeldeib Mar 25, 2019
67bf1cc
fix: sha
alexeldeib Mar 25, 2019
2f1fc80
fix: extra param in help for apikey
alexeldeib Mar 26, 2019
db16e4c
fix: api key create
alexeldeib Mar 26, 2019
3a621fb
fix: api_key_name -> api_key
alexeldeib Mar 26, 2019
f95ab9d
fix: api_key_name -> api_key again
alexeldeib Mar 26, 2019
77e6b77
fix: sha
alexeldeib Mar 26, 2019
c261d1b
fix: params
alexeldeib Mar 26, 2019
d68333e
fix: remove colon
alexeldeib Mar 26, 2019
9bea1fe
fix: sha
alexeldeib Mar 26, 2019
bda9fae
fix: args
alexeldeib Mar 26, 2019
a62dc68
fix: --kind
alexeldeib Mar 26, 2019
e04f533
fix: undo help
alexeldeib Mar 26, 2019
4b0dc14
fix: short option on flag
alexeldeib Apr 4, 2019
a219a4f
fix: hashs
alexeldeib Apr 4, 2019
4036358
fix: flag example?
alexeldeib Apr 4, 2019
89cc49a
fix: hash and flag
alexeldeib Apr 4, 2019
cc11393
fix: minor features and tests
alexeldeib Apr 5, 2019
194343f
fix: hash
alexeldeib Apr 5, 2019
8cc8da2
fix: hash and spaces
alexeldeib Apr 5, 2019
c757ce7
fix: ci errors
alexeldeib Apr 6, 2019
0bad6b7
fix: missed on dangerous arg
alexeldeib Apr 6, 2019
b35934d
fix: help
alexeldeib Apr 6, 2019
a2172ab
fix: flake8
alexeldeib Apr 6, 2019
f4fc416
fix: blank line
alexeldeib Apr 6, 2019
49aed9e
fix: sha?
alexeldeib Apr 6, 2019
13bea65
fix: revert bad digests
alexeldeib Apr 6, 2019
7ea3228
fix: not empty list doesn't work?
alexeldeib Apr 6, 2019
76f8dea
fix: sha after rebase
alexeldeib Apr 16, 2019
90ba93b
fix: wrong sha
alexeldeib Apr 16, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: E302 new lines linting
  • Loading branch information
alexeldeib committed Apr 16, 2019
commit 83556f68091f28eff1e651378ca63f816dfaab8a
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ def cf_events(cli_ctx, _, subscription=None):
def cf_components(cli_ctx, _, subscription=None):
return applicationinsights_mgmt_plane_client(cli_ctx, _, subscription=subscription).components


def cf_api_key(cli_ctx, _, subscription=None):
return applicationinsights_mgmt_plane_client(cli_ctx, _, subscription=subscription).api_keys