-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[AutoPR] containerregistry/resource-manager #6915
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
Closed
AutorestCI
wants to merge
3
commits into
master
from
restapi_auto_containerregistry/resource-manager
Closed
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
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 |
|---|---|---|
|
|
@@ -35,6 +35,8 @@ | |
| from ._models_py3 import FileTaskRunRequest | ||
| from ._models_py3 import FileTaskStep | ||
| from ._models_py3 import FileTaskStepUpdateParameters | ||
| from ._models_py3 import GenerateCredentialsParameters | ||
| from ._models_py3 import GenerateCredentialsResult | ||
| from ._models_py3 import IdentityProperties | ||
| from ._models_py3 import ImageDescriptor | ||
| from ._models_py3 import ImageUpdateTrigger | ||
|
|
@@ -72,6 +74,8 @@ | |
| from ._models_py3 import RunGetLogResult | ||
| from ._models_py3 import RunRequest | ||
| from ._models_py3 import RunUpdateParameters | ||
| from ._models_py3 import ScopeMap | ||
| from ._models_py3 import ScopeMapUpdateParameters | ||
| from ._models_py3 import SecretObject | ||
| from ._models_py3 import SetValue | ||
| from ._models_py3 import Sku | ||
|
|
@@ -83,7 +87,7 @@ | |
| from ._models_py3 import SourceTriggerUpdateParameters | ||
| from ._models_py3 import SourceUpdateParameters | ||
| from ._models_py3 import SourceUploadDefinition | ||
| from ._models_py3 import Status | ||
| from ._models_py3 import Status1 | ||
| from ._models_py3 import StorageAccountProperties | ||
| from ._models_py3 import Target | ||
| from ._models_py3 import Task | ||
|
|
@@ -94,6 +98,11 @@ | |
| from ._models_py3 import TimerTrigger | ||
| from ._models_py3 import TimerTriggerDescriptor | ||
| from ._models_py3 import TimerTriggerUpdateParameters | ||
| from ._models_py3 import Token | ||
| from ._models_py3 import TokenCertificate | ||
| from ._models_py3 import TokenCredentialsProperties | ||
| from ._models_py3 import TokenPassword | ||
| from ._models_py3 import TokenUpdateParameters | ||
| from ._models_py3 import TriggerProperties | ||
| from ._models_py3 import TriggerUpdateParameters | ||
| from ._models_py3 import TrustPolicy | ||
|
|
@@ -128,6 +137,8 @@ | |
| from ._models import FileTaskRunRequest | ||
| from ._models import FileTaskStep | ||
| from ._models import FileTaskStepUpdateParameters | ||
| from ._models import GenerateCredentialsParameters | ||
| from ._models import GenerateCredentialsResult | ||
| from ._models import IdentityProperties | ||
| from ._models import ImageDescriptor | ||
| from ._models import ImageUpdateTrigger | ||
|
|
@@ -165,6 +176,8 @@ | |
| from ._models import RunGetLogResult | ||
| from ._models import RunRequest | ||
| from ._models import RunUpdateParameters | ||
| from ._models import ScopeMap | ||
| from ._models import ScopeMapUpdateParameters | ||
| from ._models import SecretObject | ||
| from ._models import SetValue | ||
| from ._models import Sku | ||
|
|
@@ -176,7 +189,7 @@ | |
| from ._models import SourceTriggerUpdateParameters | ||
| from ._models import SourceUpdateParameters | ||
| from ._models import SourceUploadDefinition | ||
| from ._models import Status | ||
| from ._models import Status1 | ||
| from ._models import StorageAccountProperties | ||
| from ._models import Target | ||
| from ._models import Task | ||
|
|
@@ -187,6 +200,11 @@ | |
| from ._models import TimerTrigger | ||
| from ._models import TimerTriggerDescriptor | ||
| from ._models import TimerTriggerUpdateParameters | ||
| from ._models import Token | ||
| from ._models import TokenCertificate | ||
| from ._models import TokenCredentialsProperties | ||
| from ._models import TokenPassword | ||
| from ._models import TokenUpdateParameters | ||
| from ._models import TriggerProperties | ||
| from ._models import TriggerUpdateParameters | ||
| from ._models import TrustPolicy | ||
|
|
@@ -200,7 +218,9 @@ | |
| from ._paged_models import RegistryPaged | ||
| from ._paged_models import ReplicationPaged | ||
| from ._paged_models import RunPaged | ||
| from ._paged_models import ScopeMapPaged | ||
| from ._paged_models import TaskPaged | ||
| from ._paged_models import TokenPaged | ||
| from ._paged_models import WebhookPaged | ||
| from ._container_registry_management_client_enums import ( | ||
| ImportMode, | ||
|
|
@@ -231,6 +251,9 @@ | |
| UpdateTriggerPayloadType, | ||
| SourceRegistryLoginMode, | ||
| SecretObjectType, | ||
| TokenCertificateName, | ||
| TokenPasswordName, | ||
| Status, | ||
| ) | ||
|
|
||
| __all__ = [ | ||
|
|
@@ -259,6 +282,8 @@ | |
| 'FileTaskRunRequest', | ||
| 'FileTaskStep', | ||
| 'FileTaskStepUpdateParameters', | ||
| 'GenerateCredentialsParameters', | ||
| 'GenerateCredentialsResult', | ||
| 'IdentityProperties', | ||
| 'ImageDescriptor', | ||
| 'ImageUpdateTrigger', | ||
|
|
@@ -296,6 +321,8 @@ | |
| 'RunGetLogResult', | ||
| 'RunRequest', | ||
| 'RunUpdateParameters', | ||
| 'ScopeMap', | ||
| 'ScopeMapUpdateParameters', | ||
| 'SecretObject', | ||
| 'SetValue', | ||
| 'Sku', | ||
|
|
@@ -307,7 +334,7 @@ | |
| 'SourceTriggerUpdateParameters', | ||
| 'SourceUpdateParameters', | ||
| 'SourceUploadDefinition', | ||
| 'Status', | ||
| 'Status1', | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this probably shouldn't be renamed to Status1 |
||
| 'StorageAccountProperties', | ||
| 'Target', | ||
| 'Task', | ||
|
|
@@ -318,6 +345,11 @@ | |
| 'TimerTrigger', | ||
| 'TimerTriggerDescriptor', | ||
| 'TimerTriggerUpdateParameters', | ||
| 'Token', | ||
| 'TokenCertificate', | ||
| 'TokenCredentialsProperties', | ||
| 'TokenPassword', | ||
| 'TokenUpdateParameters', | ||
| 'TriggerProperties', | ||
| 'TriggerUpdateParameters', | ||
| 'TrustPolicy', | ||
|
|
@@ -333,6 +365,8 @@ | |
| 'EventPaged', | ||
| 'RunPaged', | ||
| 'TaskPaged', | ||
| 'ScopeMapPaged', | ||
| 'TokenPaged', | ||
| 'ImportMode', | ||
| 'SkuName', | ||
| 'SkuTier', | ||
|
|
@@ -361,4 +395,7 @@ | |
| 'UpdateTriggerPayloadType', | ||
| 'SourceRegistryLoginMode', | ||
| 'SecretObjectType', | ||
| 'TokenCertificateName', | ||
| 'TokenPasswordName', | ||
| 'Status', | ||
| ] | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems introduction of this enum, caused renaming existing "Status" model to "Status1".
I think we should figure out how to change rest api spec to make sure it's not renamed....