Skip to content

Commit 7dc4170

Browse files
Create SDK for version 2024-06-preview (Azure#44878)
* Create SDK for version 2024-06-preview * update * updates * Fix for codeowners file * update api file * udpate test cases to fix build errors * update test cases and codeowners * fix error * updated test case * add %Mgmt * fix error * udpate test * update * update * update codeonwers with space instead of tabs * update sdk with new swagger updates * update * update test cases * update tag * update * update * update * update * update --------- Co-authored-by: Arthur Ma <[email protected]> Co-authored-by: Arthur Ma <[email protected]>
1 parent 601419f commit 7dc4170

File tree

144 files changed

+10550
-31308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+10550
-31308
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,12 @@
973973
# ServiceLabel: %Device Registry %Mgmt
974974
# ServiceOwners: @davidemontanari @atastrophic @marcodalessandro @rohankhandelwal @riteshrao
975975

976+
# PRLabel: %Hardware Security Modules
977+
/sdk/hardwaresecuritymodules/Azure.ResourceManager.*/ @emmeliaAra
978+
979+
# ServiceLabel: %Hardware Security Modules %Mgmt
980+
# ServiceOwners: @emmeliaAra
981+
976982
# PRLabel: %DevOps - Infrastructure
977983
/sdk/devopsinfrastructure/Azure.ResourceManager.*/ @oolaoluwa
978984

common/ManagementTestShared/Redesign/ManagementRecordedTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private ArmEnvironment GetArmEnvironment(TestEnvironment environment)
167167
if (baseUri == ArmEnvironment.AzureGovernment.Endpoint)
168168
return ArmEnvironment.AzureGovernment;
169169

170-
return new ArmEnvironment(new Uri(endpoint), SessionEnvironment.ServiceManagementUrl ?? $"{endpoint}/.default");
170+
return new ArmEnvironment(new Uri(endpoint), environment.ServiceManagementUrl ?? $"{endpoint}/.default");
171171
}
172172

173173
[SetUp]

sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Release History
22

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0-beta.3 (2024-09-09)
44

55
### Features Added
66

7-
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
7+
- Upgraded api-version tag from 'package-2023-12-preview' to 'package-2024-06-preview'. Tag detail available at https://github.com/emmeliaAra/azure-rest-api-specs/blob/822584e54ef68907e71ff2919b1045acda1e58ff/specification/hardwaresecuritymodules/resource-manager/readme.md.
8+
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
9+
- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.
10+
- Added experimental Bicep serialization.
11+
- Exposed JsonModelWriteCore for model serialization procedure.
1412

1513
## 1.0.0-beta.2 (2023-12-30)
1614

@@ -19,7 +17,7 @@
1917
- Upgraded API version to `2023-12-10-preview`.
2018
- Added support for User Assigned Identity in Azure Cloud HSM
2119
- Added Backup and Restore Properties in Azure Cloud HSM
22-
- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
20+
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
2321

2422
### Other Changes
2523

sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/api/Azure.ResourceManager.HardwareSecurityModules.netstandard2.0.cs

Lines changed: 491 additions & 275 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"AssetsRepo": "Azure/azure-sdk-assets",
3+
"AssetsRepoPrefixPath": "net",
4+
"TagPrefix": "net/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules",
5+
"Tag": "net/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules_eaf396b8d8"
6+
}

sdk/hardwaresecuritymodules/Azure.ResourceManager.HardwareSecurityModules/samples/Generated/Samples/Sample_CloudHsmClusterCollection.cs

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)