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

AVS 2023-09-01 SDK generation #46324

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5f9b759
generated 2023-09-01 version and created custom files to solve api co…
anaarias-msft Sep 26, 2024
61b3521
fixes from comments
anaarias-msft Sep 27, 2024
334d03c
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft Oct 3, 2024
cb7fd9b
add [EditorBrowsable(EditorBrowsableState.Never)] in workloadNetworkName
anaarias-msft Oct 4, 2024
d6a75c8
add iscsi to cspell
anaarias-msft Oct 8, 2024
56b7b1b
add mock test autorest file
anaarias-msft Oct 9, 2024
179eb35
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft Oct 9, 2024
cfcbcab
fix added test
anaarias-msft Oct 9, 2024
7c99da2
added autorest.tests.md for mock testing
anaarias-msft Oct 9, 2024
9e99c45
fixes from comments
anaarias-msft Oct 9, 2024
e47f1c5
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft Oct 10, 2024
2778780
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft Oct 10, 2024
88a0615
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft Oct 11, 2024
0d8ed46
Merge branch 'main' into anaarias/avs_2023_09_01_dotnet_sdk
anaarias-msft Oct 11, 2024
edbfafa
re-generated code to fix CreateResourceIdentifier issue
anaarias-msft Oct 11, 2024
f177c78
fixes from comments and ran Export-API.ps1
anaarias-msft Oct 15, 2024
1ea55a5
remove EBNever attribute to CommonCLusterProperties still in use
anaarias-msft Oct 15, 2024
2e6514c
added VsanDatastoreName serialization AVSManagementCluster
anaarias-msft Oct 15, 2024
55ce183
fix api changes and rerun Export-API.ps1 avs
anaarias-msft Oct 16, 2024
9fc7a10
rename types which can collide and added changelog
anaarias-msft Oct 16, 2024
2319198
update api with rename
anaarias-msft Oct 16, 2024
f98b955
fix in changelog
anaarias-msft Oct 17, 2024
915099e
update
ArthurMa1978 Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
"nsxt",
"vcenter",
"vcsa",
"vmotion"
"vmotion",
"Iscsi"
]
},
{
Expand Down
10 changes: 3 additions & 7 deletions sdk/avs/Azure.ResourceManager.Avs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Release History

## 1.4.0-beta.1 (Unreleased)
## 1.4.0 (2024-10-28)

### Features Added

- Upgraded api-version tag from 'package-2023-03-01' to 'package-2023-09-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/e19b5771846718774c0452800b9a42c251319f48/specification/vmware/resource-manager/readme.md.
- WorkloadNetworkResource is now a singleton resource
- Exposed `JsonModelWriteCore` for model serialization procedure.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0 (2024-01-22)

### Features Added
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading