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

[connectedmachine] release stable version 2024-07-10 #8026

Merged
merged 45 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
5698c7d
generate code
yaotongms Jun 12, 2024
6116ff6
update version
yaotongms Jun 12, 2024
39a73c6
Merge branch 'Azure:main' into main
yaotongms Jun 26, 2024
1e84b86
add gateway commands
yaotongms Jun 26, 2024
ddf586c
Merge branch 'main' of https://github.com/yaotongms/azure-cli-extensions
yaotongms Jun 26, 2024
059fd5d
remove vmware update
yaotongms Jun 26, 2024
a290808
run tests
yaotongms Jun 26, 2024
ed0fc9a
add gateway tests
yaotongms Jul 15, 2024
31e5c04
Merge branch 'main' of https://github.com/yaotongms/azure-cli-extensions
yaotongms Jul 15, 2024
d290b62
add tests
yaotongms Jul 16, 2024
a1d2f75
hide subscription
yaotongms Jul 16, 2024
40a3138
add arc module
yaotongms Jul 17, 2024
4f50f13
add gateway tests
yaotongms Jul 17, 2024
aa82a6b
add NSP get test
yaotongms Jul 17, 2024
b4cb88d
add service name for gateway
yaotongms Jul 17, 2024
bf609e6
add 200 response in nsp reconcile
yaotongms Jul 19, 2024
379ad08
remove NSP PATCH
yaotongms Jul 22, 2024
a3fb34f
fix pylint errors
yaotongms Jul 23, 2024
9059a54
update codebase
yaotongms Jul 23, 2024
f3fa4ec
Update src/connectedmachine/azext_connectedmachine/aaz/latest/connect…
yaotongms Jul 24, 2024
302e139
fix ci error
yaotongms Jul 25, 2024
0a546cd
Merge branch 'main' of https://github.com/yaotongms/azure-cli-extensions
yaotongms Jul 25, 2024
92b2296
Merge branch 'Azure:main' into main
yaotongms Jul 25, 2024
fa34403
fix ci
yaotongms Jul 25, 2024
910992a
fix ci
yaotongms Jul 26, 2024
9b03a62
remove arc
yaotongms Jul 30, 2024
793c4f2
Merge branch 'Azure:main' into main
yaotongms Jul 30, 2024
b307113
fix comment
yaotongms Aug 1, 2024
07446da
fix comment
yaotongms Aug 1, 2024
9444e1e
fix comment
yaotongms Aug 5, 2024
1c2ea7d
Merge branch 'main' of https://github.com/yaotongms/azure-cli-extensions
yaotongms Sep 25, 2024
d59e091
generate stable api code
yaotongms Sep 25, 2024
a949bd9
remove preview version
yaotongms Sep 27, 2024
f366557
update tests
yaotongms Oct 1, 2024
56fa242
update test
yaotongms Oct 2, 2024
1a87d5d
update test
yaotongms Oct 8, 2024
4dfb841
update test
yaotongms Oct 8, 2024
3c12390
update test
yaotongms Oct 9, 2024
cc93fa1
update tests
yaotongms Oct 9, 2024
2ab8f72
update test
yaotongms Oct 10, 2024
ec6e2b6
update tests
yaotongms Oct 11, 2024
a24f6df
Merge branch 'Azure:main' into main
yaotongms Oct 11, 2024
6f97626
update tests
yaotongms Oct 11, 2024
8caeef6
update test
yaotongms Oct 11, 2024
2f2e176
update test
yaotongms Oct 11, 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
4 changes: 4 additions & 0 deletions src/connectedmachine/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Release History
===============
1.0.0
+++++
* 2024/07/10-stable is used for aaz generation. Migrated to aaz.

1.0.0b2
+++++
* Add features. 2024/05/20-preview is used for aaz generation. Migrated to aaz.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class AssessPatches(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/assesspatches", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/assesspatches", "2024-07-10"],
]
}

Expand Down Expand Up @@ -137,7 +137,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class Delete(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -124,7 +124,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class InstallPatches(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/installpatches", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/installpatches", "2024-07-10"],
]
}

Expand Down Expand Up @@ -222,7 +222,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class List(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines", "2024-07-10"],
]
}

Expand Down Expand Up @@ -120,7 +120,7 @@ def query_parameters(self):
"$expand", self.ctx.args.expand,
),
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Show(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -133,7 +133,7 @@ def query_parameters(self):
"$expand", self.ctx.args.expand,
),
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Update(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -558,7 +558,7 @@ def query_parameters(self):
"$expand", self.ctx.args.expand,
),
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down Expand Up @@ -644,7 +644,7 @@ def query_parameters(self):
"$expand", self.ctx.args.expand,
),
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class UpgradeExtension(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/upgradeextensions", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/upgradeextensions", "2024-07-10"],
]
}

Expand Down Expand Up @@ -156,7 +156,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Create(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -258,7 +258,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class Delete(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -158,7 +158,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class List(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions", "2024-07-10"],
]
}

Expand Down Expand Up @@ -133,7 +133,7 @@ def query_parameters(self):
"$expand", self.ctx.args.expand,
),
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Show(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -135,7 +135,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Update(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -274,7 +274,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down Expand Up @@ -377,7 +377,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand):

_aaz_info = {
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/machines/{}/extensions/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -131,7 +131,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class List(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/providers/microsoft.hybridcompute/locations/{}/publishers/{}/extensiontypes/{}/versions", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/providers/microsoft.hybridcompute/locations/{}/publishers/{}/extensiontypes/{}/versions", "2024-07-10"],
]
}

Expand Down Expand Up @@ -128,7 +128,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Show(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/providers/microsoft.hybridcompute/locations/{}/publishers/{}/extensiontypes/{}/versions/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/providers/microsoft.hybridcompute/locations/{}/publishers/{}/extensiontypes/{}/versions/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -141,7 +141,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Create(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/licenses/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/licenses/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -226,7 +226,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class Delete(AAZCommand):
"""

_aaz_info = {
"version": "2024-05-20-preview",
"version": "2024-07-10",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/licenses/{}", "2024-05-20-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/licenses/{}", "2024-07-10"],
]
}

Expand Down Expand Up @@ -146,7 +146,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2024-05-20-preview",
"api-version", "2024-07-10",
required=True,
),
}
Expand Down
Loading
Loading