-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Updating Nexus Identity to Version 1.0.0b5 #8611
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
b3f5658
updated network fabric extension to reflect version 2024-02-15-preview
f9726fb
updates based on code review
3b12808
version updated to 7.0.0
1c0f544
Merge branch 'Azure:main' into main
nafizhaider32 d0e45eb
fix linting
1b9b959
Merge branch 'main' of https://github.com/nafizhaider32/azure-cli-ext…
995e948
Merge branch 'Azure:main' into main
nafizhaider32 8b75aea
Merge branch 'Azure:main' into main
nafizhaider32 09efafd
Merge branch 'Azure:main' into main
nafizhaider32 5b0f72e
Merge branch 'Azure:main' into main
nafizhaider32 a66c6aa
new api changes
d5de533
Merge branch 'Azure:main' into main
nafizhaider32 941f0cf
Update for bugfix with 7.1 CLI
102fe25
fixing lint issue
9526316
aligning with new api short description
189b131
reverting version change
9d89164
Merge branch 'Azure:main' into main
nafizhaider32 f3add59
Merge branch 'Azure:main' into main
nafizhaider32 aad4f37
new cli version for network fabric
1b8d995
lint fixes
4c0167d
fixing lint rule
ffb4de1
Merge branch 'Azure:main' into main
nafizhaider32 55fe999
fix
6f4dba2
Merge branch 'main' of https://github.com/nafizhaider32/azure-cli-ext…
c96ef5c
testing yaml update again
1d9ac55
some more updates
51c93a7
nf create lint rules
642d5b7
internal network lint rule
f5f714f
last lint rules
36af23d
fix file name
704323e
fix password scan
5b4bc53
updated to say redacted
79c2289
Merge branch 'Azure:main' into main
nafizhaider32 bdfab4c
fix redacted with quotes
d848569
Merge branch 'main' of https://github.com/nafizhaider32/azure-cli-ext…
eb889b8
this is the one
74126a2
Merge branch 'Azure:main' into main
nafizhaider32 3a14bfa
Merge branch 'Azure:main' into main
nafizhaider32 f8a88f1
updating nexus identity
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # Azure CLI nexusidentity Extension # | ||
|
|
||
| This is an extension to Azure CLI to manage nexusidentity resources. | ||
|
|
||
| ## How to use ## | ||
|
|
||
| Install the extension: | ||
|
|
||
| ``` | ||
| az extension add --name nexusidentity | ||
| ``` | ||
|
|
||
| Validate that the extension is installed correctly: | ||
|
|
||
| ``` | ||
| az nexusidentity --help | ||
| ``` | ||
|
|
||
| ## Included Features ## | ||
|
|
||
| Below is a high-level overview of nexusidentity commands. | ||
|
|
||
| | Commands | Description | | ||
| |---------------------------|------------------------| | ||
| | az nexusidentity gen-keys | Manage key generation. | |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -119,4 +119,4 @@ interactions: | |
| status: | ||
| code: 204 | ||
| message: No Content | ||
| version: 1 | ||
| version: 1 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.