Skip to content

Commit

Permalink
Updating MobileNetwork SDK with new API release 2024-02-01 (#42217)
Browse files Browse the repository at this point in the history
  • Loading branch information
khattartarun authored Mar 23, 2024
1 parent c729cdc commit 60c39ea
Show file tree
Hide file tree
Showing 140 changed files with 13,053 additions and 436 deletions.
24 changes: 23 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,29 @@
"Ambr",
"Rfsp",
"Snssai",
"AKSHCI"
"AKSHCI",
"imsi",
"guti",
"tnla",
"imsi",
"imei",
"imeisv",
"tmsi",
"supi",
"suci",
"ngap",
"fiveg",
"ngap",
"tngf",
"fiveqi",
"plmn",
"napt",
"nssai",
"iccid",
"gbps",
"mbps",
"sdkutrg",
"ueip"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +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.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{125ECE81-43FE-46B3-A7DE-A44683899C78}") = "Azure.ResourceManager.MobileNetwork", "src\Azure.ResourceManager.MobileNetwork.csproj", "{71E6EF82-715A-49DE-9617-290F6101BFD8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.MobileNetwork", "src\Azure.ResourceManager.MobileNetwork.csproj", "{71E6EF82-715A-49DE-9617-290F6101BFD8}"
EndProject
Project("{125ECE81-43FE-46B3-A7DE-A44683899C78}") = "Azure.ResourceManager.MobileNetwork.Tests", "tests\Azure.ResourceManager.MobileNetwork.Tests.csproj", "{C2373C8C-8E9F-4599-B53A-DA018ABAFD67}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.MobileNetwork.Samples", "samples\Azure.ResourceManager.MobileNetwork.Samples.csproj", "{14373C8C-8E9F-4599-B53A-DA018ABAFD67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.MobileNetwork.Tests", "tests\Azure.ResourceManager.MobileNetwork.Tests.csproj", "{C2373C8C-8E9F-4599-B53A-DA018ABAFD67}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41F8F120-515A-40AA-8531-86351670D357}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand All @@ -35,6 +31,18 @@ Global
{71E6EF82-715A-49DE-9617-290F6101BFD8}.Release|x64.Build.0 = Release|Any CPU
{71E6EF82-715A-49DE-9617-290F6101BFD8}.Release|x86.ActiveCfg = Release|Any CPU
{71E6EF82-715A-49DE-9617-290F6101BFD8}.Release|x86.Build.0 = Release|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|x64.ActiveCfg = Debug|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|x64.Build.0 = Debug|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|x86.ActiveCfg = Debug|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|x86.Build.0 = Debug|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Release|Any CPU.Build.0 = Release|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Release|x64.ActiveCfg = Release|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Release|x64.Build.0 = Release|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Release|x86.ActiveCfg = Release|Any CPU
{14373C8C-8E9F-4599-B53A-DA018ABAFD67}.Release|x86.Build.0 = Release|Any CPU
{C2373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2373C8C-8E9F-4599-B53A-DA018ABAFD67}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand All @@ -48,4 +56,10 @@ Global
{C2373C8C-8E9F-4599-B53A-DA018ABAFD67}.Release|x86.ActiveCfg = Release|Any CPU
{C2373C8C-8E9F-4599-B53A-DA018ABAFD67}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41F8F120-515A-40AA-8531-86351670D357}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0 (2024-03-22)

### Features Added

- Upgraded api-version tag from 'package-2023-09' to 'package-2024-02'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/812012235b51ef1edf0e99f6ce9741c2c4c9df9a/specification/mobilenetwork/resource-manager/readme.md.
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes

### Bugs Fixed

### Other Changes

- Upgraded Azure.Core from 1.36.0 to 1.38.0
- Upgraded Azure.ResourceManager from 1.9.0 to 1.10.2

## 1.1.1 (2023-11-29)

### Features Added
Expand Down Expand Up @@ -61,4 +61,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
Loading

0 comments on commit 60c39ea

Please sign in to comment.