-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Azurestack][ACR][AKS] add azurestack hybrid profile for AKS #18118
Merged
Juliehzl
merged 31 commits into
Azure:dev
from
Bhuvaneswari-Santharam:bhsantha/azs_aksacr
Jun 22, 2021
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
78e954c
Adding ACR and AKS for azurestack hybrid profile
65fd82a
Change managed cluster SDK profile for acs
e31c68f
Container service resource type to managed cluster sdk
c1d3fdc
Removing hardcoded api-version to import models
7fcc7fc
Removing versioned models import
19ac1f2
Removing versioned models import
ae844d4
Fixing style and models
f76fc0c
Changing Azure stack API version for container service
bba1cd3
Adding operation-group to container service
d96d92e
Changing container service test_validator
0b0cde5
Changing container service test_validator
dde88da
Modifying operation_group to managed_clusters
55d8260
Adding managed_clusters operation group to aks run command
c551f3b
Container service test code changes
aa50108
Revert "Container service test code changes"
124fcd4
Adding mock cmd to acs test
20a60f0
Fix resource tyope in acs test
4c206ea
Fix resource tyope in acs test
98bd825
Removing resource type in mock cmd
990dcf0
Changing acs get_models
a648103
Adding operation group to get_models
e01899e
Adding magicmock to acs test
0f152fc
Ading magicmock to acs test
c0ac58d
Modifying mock cmd
f1b643f
Modifying acs mock cmd
e8eb6a0
Adding operation_group to acs mock
fed1fc1
Adding mod=models for acs mock cmd
9195f70
Adding aks acr hybrid profiles
bc7c74a
removing redundant operation_group properties
668ad41
Adding operation_group to acs loadbalancer
8a63a8e
merging dev
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 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 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 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 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 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 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.
why do you specify different api version for this?
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.
this will bring in the "profile" support effort for AKS team.
because we were always testing/release the freshest api version.
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.
In Azure Stack environment, we may not use the latest API version. Here is for 2020-09-01-hybrid profile. @Bhuvaneswari-Santharam for confirmation
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.
Yes, these are for the 2020-09-01-hybrid profile, and I have another PR to add test for hybrid profiles