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

Add cg profile api v2 #30874

Closed
wants to merge 48 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a6de70f
Copy files from preview/2024-10-01-preview
shivg7795 Oct 7, 2024
cb4bbb3
Update version to preview/2024-11-01-preview
shivg7795 Oct 7, 2024
71073c2
Added tag for 2024-11-01-preview in readme file
shivg7795 Oct 7, 2024
cbb97d0
added CGProfile Apis
shivg7795 Oct 7, 2024
98a4077
updated NGroup properties
shivg7795 Oct 7, 2024
c7111a6
updated CGProfileStub properties, added storage profile
shivg7795 Oct 7, 2024
d2be1ab
Merge branch 'main' into AddCGProfileApi_V2
shivg7795 Oct 7, 2024
f85aa78
added updateProfile
shivg7795 Oct 7, 2024
cce15eb
Merge branch 'AddCGProfileApi_V2' of https://github.com/shivg7795/NGr…
shivg7795 Oct 7, 2024
6c39a29
added containergroupproperties
shivg7795 Oct 7, 2024
9e43e2e
updated nits
shivg7795 Oct 7, 2024
f715172
possible fix
jorichardson Oct 23, 2024
73e1ebd
fix
jorichardson Oct 23, 2024
63318a1
fix
jorichardson Oct 23, 2024
bf66e55
autorest fix
jorichardson Oct 23, 2024
f849118
fixed structural errors
shivg7795 Oct 23, 2024
69d6ec9
properties fix
jorichardson Oct 23, 2024
b9b10f8
merged remote
shivg7795 Oct 23, 2024
8c8839a
revert
jorichardson Oct 23, 2024
5f9d679
merged remote
shivg7795 Oct 23, 2024
049f602
removed required
jorichardson Oct 23, 2024
f9364dd
remove requirement for properties
jorichardson Oct 23, 2024
7fb2f2d
no change keep
jorichardson Oct 23, 2024
1106277
only use resource deinfition for patch
jorichardson Oct 23, 2024
3957c10
Lint fixes
saprakas Oct 23, 2024
5f247c4
resolved breaking change
shivg7795 Oct 23, 2024
62e83a2
updated swagger
shivg7795 Oct 23, 2024
f86c98c
Merge branch 'main' into AddCGProfileApi_V2
shivg7795 Oct 23, 2024
f9ece74
lintdiffs resolved
shivg7795 Oct 23, 2024
9704e6c
Merge branch 'AddCGProfileApi_V2' of https://github.com/shivg7795/NGr…
shivg7795 Oct 23, 2024
0ee3437
updated cgprofile patch
shivg7795 Oct 23, 2024
a7e5646
resolved lintdiffs
shivg7795 Oct 24, 2024
9c4efd7
resolved lintdiff
shivg7795 Oct 24, 2024
9a4eb62
updated nGroups descriptions
shivg7795 Oct 24, 2024
c1d61eb
updated descriptions
shivg7795 Oct 24, 2024
46b37bd
updated description
shivg7795 Oct 24, 2024
95cff35
updated CGProfile patch body
shivg7795 Oct 25, 2024
c7cc707
removed required properties from patch
shivg7795 Nov 5, 2024
12b99d6
lintfix and spellfix
shivg7795 Nov 5, 2024
d361e3e
added CGProfile examples and revision APIs
shivg7795 Nov 5, 2024
e0b94a8
fixed errors
shivg7795 Nov 5, 2024
6e00b3b
fixed errors-2
shivg7795 Nov 5, 2024
2802930
updated cgprofile examples
shivg7795 Nov 5, 2024
bd15fb8
fixed breaking changes
shivg7795 Nov 5, 2024
0f94603
fixed breaking change
shivg7795 Nov 5, 2024
f1d6c16
fixed linter warnings
shivg7795 Nov 8, 2024
aeaddd7
fixed lint warnings and update CGProfile structure
shivg7795 Nov 8, 2024
d8b6af2
fixed CGProperties structure
shivg7795 Nov 8, 2024
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
3 changes: 2 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@
{
"filename": "**/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/preview/**/containerInstance.json",
"words": [
"ngroups"
"ngroups",
"transactionoptimized"
]
},
{
Expand Down
Loading
Loading