-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[connectedmachine] release stable version 2022-12-27 #6522
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 16 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8467e6c
Adding ExtensionImage + aaz
ankjayant 15e3a22
Updating patches + history
ankjayant 4e4c419
Comment fixes + Generating from stable version
ankjayant de09bcc
add extension image commands
yaotongms b88a39e
remove private link scope show machine details
yaotongms a267318
Merge pull request #1 from yaotongms/feature-extensionimage
yaotongms 8ea5b02
add all tests
yaotongms cfeb05a
add all tests
yaotongms 6b8dd6b
fix swagger regex
yaotongms fdd9d74
add test on install patches
yaotongms 515f0ff
Revert "add test on install patches"
yaotongms b54701a
add test on install patches
yaotongms 9c5ebec
fix code style
yaotongms c15131a
remove old code and shorten argument names
yaotongms 6d6fc0e
add missing descriptions
yaotongms db6fe17
fix command description
yaotongms 4942cf4
Update src/connectedmachine/HISTORY.rst
yaotongms b1a0601
Update src/connectedmachine/azext_connectedmachine/aaz/latest/connect…
yaotongms d459313
Update src/connectedmachine/azext_connectedmachine/aaz/latest/connect…
yaotongms 31deb65
Update src/connectedmachine/azext_connectedmachine/aaz/latest/connect…
yaotongms 90cfcfe
Update src/connectedmachine/azext_connectedmachine/aaz/latest/connect…
yaotongms 304ee24
fix command description
yaotongms 6db95ab
fix command description
yaotongms 0d23f55
Update src/connectedmachine/setup.py
yaotongms 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
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,6 @@ | ||
| # -------------------------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # | ||
| # Code generated by aaz-dev-tools | ||
| # -------------------------------------------------------------------------------------------- |
6 changes: 6 additions & 0 deletions
6
src/connectedmachine/azext_connectedmachine/aaz/latest/__init__.py
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,6 @@ | ||
| # -------------------------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # | ||
| # Code generated by aaz-dev-tools | ||
| # -------------------------------------------------------------------------------------------- |
23 changes: 23 additions & 0 deletions
23
src/connectedmachine/azext_connectedmachine/aaz/latest/connectedmachine/__cmd_group.py
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,23 @@ | ||
| # -------------------------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # | ||
| # Code generated by aaz-dev-tools | ||
| # -------------------------------------------------------------------------------------------- | ||
|
|
||
| # pylint: skip-file | ||
| # flake8: noqa | ||
|
|
||
| from azure.cli.core.aaz import * | ||
|
|
||
|
|
||
| @register_command_group( | ||
| "connectedmachine", | ||
| ) | ||
| class __CMDGroup(AAZCommandGroup): | ||
| """Manage an Azure Arc-Enabled Server. | ||
| """ | ||
| pass | ||
|
|
||
|
|
||
| __all__ = ["__CMDGroup"] |
18 changes: 18 additions & 0 deletions
18
src/connectedmachine/azext_connectedmachine/aaz/latest/connectedmachine/__init__.py
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,18 @@ | ||
| # -------------------------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # | ||
| # Code generated by aaz-dev-tools | ||
| # -------------------------------------------------------------------------------------------- | ||
|
|
||
| # pylint: skip-file | ||
| # flake8: noqa | ||
|
|
||
| from .__cmd_group import * | ||
| from ._assess_patches import * | ||
| from ._delete import * | ||
| from ._install_patches import * | ||
| from ._list import * | ||
| from ._show import * | ||
| from ._update import * | ||
| from ._upgrade_extension import * |
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.