Skip to content

Commit

Permalink
Polish Azure.ResourceManager.DevCenter for first GA (Azure#36116)
Browse files Browse the repository at this point in the history
* Generated Azure.ResourceManager.DevCenter against 2023-04-01 stable API version, added tests and samples

* Polish for first GA

* Updated Changelog.md

* Resolve comments

* Update API

* Address PR comments

* Update API

* Update

* Update cspell.json

* Update

* Address comments

* update

---------

Co-authored-by: Wei Hu <[email protected]>
  • Loading branch information
tbyfield and live1206 authored May 25, 2023
1 parent 8758c5e commit cba2fb0
Show file tree
Hide file tree
Showing 287 changed files with 17,423 additions and 5,057 deletions.
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"unformattable",
"unhold",
"uninstrumented",
"vcpus",
"vmss",
"vnet",
"westus",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{7F3B1DCA-81E2-4D29-BB56-E66AF7A1923D}") = "Azure.ResourceManager.DevCenter", "src\Azure.ResourceManager.DevCenter.csproj", "{BB1C558F-D413-40C9-A693-663F2095B26C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.DevCenter", "src\Azure.ResourceManager.DevCenter.csproj", "{BB1C558F-D413-40C9-A693-663F2095B26C}"
EndProject
Project("{7F3B1DCA-81E2-4D29-BB56-E66AF7A1923D}") = "Azure.ResourceManager.DevCenter.Tests", "tests\Azure.ResourceManager.DevCenter.Tests.csproj", "{5EF40A5A-57AF-4E36-A8F9-AAF01C67C1A2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.DevCenter.Tests", "tests\Azure.ResourceManager.DevCenter.Tests.csproj", "{5EF40A5A-57AF-4E36-A8F9-AAF01C67C1A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.DevCenter.Samples", "samples\Azure.ResourceManager.DevCenter.Samples.csproj", "{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10FB44D4-507B-47F3-88C2-0C0553020108}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand Down Expand Up @@ -49,5 +43,23 @@ Global
{5EF40A5A-57AF-4E36-A8F9-AAF01C67C1A2}.Release|x64.Build.0 = Release|Any CPU
{5EF40A5A-57AF-4E36-A8F9-AAF01C67C1A2}.Release|x86.ActiveCfg = Release|Any CPU
{5EF40A5A-57AF-4E36-A8F9-AAF01C67C1A2}.Release|x86.Build.0 = Release|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Debug|x64.ActiveCfg = Debug|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Debug|x64.Build.0 = Debug|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Debug|x86.ActiveCfg = Debug|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Debug|x86.Build.0 = Debug|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Release|Any CPU.Build.0 = Release|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Release|x64.ActiveCfg = Release|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Release|x64.Build.0 = Release|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Release|x86.ActiveCfg = Release|Any CPU
{7A2DA591-AD62-4FF6-AC4C-8CDC32164194}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10FB44D4-507B-47F3-88C2-0C0553020108}
EndGlobalSection
EndGlobal
16 changes: 14 additions & 2 deletions sdk/devcenter/Azure.ResourceManager.DevCenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0 (2023-05-24)

This package is the first stable release of the Dev Center Management client library.

### Features Added

- Upgraded API version to 2023-04-01

### Breaking Changes

### Bugs Fixed
Polishing since last public beta release:
- Prepended `DevCenter` prefix to all single / simple model names
- Corrected the format of all `ResourceIdentifier` type properties / parameters.
- Corrected the format of all `ResouceType` type properties / parameters.
- Corrected the format of all `AzureLocation` type properties / parameters.
- Optimized the name of some models and functions.

### Other Changes

- Upgraded dependent `Azure.Core` to `1.32.0`.
- Upgraded dependent `Azure.ResourceManager` to `1.6.0`.

## 1.0.0-beta.2 (2023-02-17)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/devcenter/Azure.ResourceManager.DevCenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure Dev Center management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.DevCenter --prerelease
dotnet add package Azure.ResourceManager.DevCenter
```

### Prerequisites
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

0 comments on commit cba2fb0

Please sign in to comment.