Skip to content

Commit abd6ef1

Browse files
MikePham0630MikePham1mbashtovayaAnna Pankiewicz
authored
NetworkCloud 2024-10-01-preview API - Update generated SDK and sample tests (Azure#48128)
* Generate .NET SDK Base for 2024-10-01-preview API version * Generate .NET SDK Base for 2024-10-01-preview API version * Generate .NET SDK Base for 2024-10-01-preview API version * Generate .NET SDK Base for 2024-10-01-preview API version * re-record the cluster tests * update StorageAppliance test * update func test for cluster with new api * update VulnerabilityScanningContainerScan func test * update VulnerabilityScanningContainerScan func test * update CHANGELOG.md * update all tests to use the right API version and redact recordings * update cluster, clutermanager & vm test * Fixing TestRecordingMismatch error for VirtualMachinesTests * Sanitize ContainerUrl with valid URI * Update assets.json tag for recordings with correct sanitization * Restore correct generated values to ClusterCollection sample * Regenerate with dotnet SDK 9.0.102 * Update with new recording * Fix recorded variables * Keep containerUri non-recorded to match sanitization * Readjust for CONTAINER_URI not found * Add secret modifier to ContainerUri env variable * Split container URI sanitizing even further * Address comments * Update assets with correctly recorded ContainerUri variable run * Revert to using ContainerUri value for VaultUri * Update CHANGELOG.md * Update CHANGELOG.md * Only sanitize container URI * move change log to the right location * reword changelog * fixing the vaulUri sanitization * update CM recording test --------- Co-authored-by: Mike Pham <[email protected]> Co-authored-by: Marina Bashtovaya <[email protected]> Co-authored-by: Anna Pankiewicz <[email protected]>
1 parent bc79105 commit abd6ef1

File tree

132 files changed

+2304
-774
lines changed

Some content is hidden

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

132 files changed

+2304
-774
lines changed

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
## 1.2.0-beta.1 (Unreleased)
44

55
### Features Added
6+
- This SDK version supports 2024-10-01-preview API version.
7+
- ClusterManager commands are updated with custom parameters AssociatedIdentity to support managing identity.
8+
- Cluster commands are updated with custom parameters AssociatedIdentity to support managing identity.
9+
- Cluster resource supports SecretArchiveSettings for configuring access to Key Vault.
10+
- Cluster create and update commands support new parameter AnalyticsOutputSettings for configuring access to Log Analytics Workspace.
11+
- Cluster create and update commands support new parameter VulnerabilityScanningContainerScan which determines how security vulnerability scanning is applied to the cluster.
12+
- VirtualMachine is updated to return the extended location to use for creation of a VirtualMachine console resource.
13+
- VirtualMachine is updated to support persistent storage for OS disk.
14+
- VirtualMachine's property VmDeviceModel gets a new option 'T3'. When 'T3' is selected, SecureBoot and vTPM are automatically enabled. This is to support Windows users.
615

716
### Breaking Changes
817

@@ -13,11 +22,9 @@
1322
## 1.1.0 (2025-01-31)
1423

1524
### Features Added
16-
1725
- Upgraded api-version tag from 'package-2023-07-01' to 'package-2024-07-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/f999652ecea2a4bddc2b08a113617e23e98f10d4/specification/networkcloud/resource-manager/readme.md.
1826

1927
### Other Changes
20-
2128
- Upgraded Azure.Core from 1.36.0 to 1.44.1
2229
- Upgraded Azure.ResourceManager from 1.9.0 to 1.13.0
2330

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.net8.0.cs

Lines changed: 58 additions & 2 deletions
Large diffs are not rendered by default.

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/api/Azure.ResourceManager.NetworkCloud.netstandard2.0.cs

Lines changed: 58 additions & 2 deletions
Large diffs are not rendered by default.

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/networkcloud/Azure.ResourceManager.NetworkCloud",
5-
"Tag": "net/networkcloud/Azure.ResourceManager.NetworkCloud_d463b8aabf"
5+
"Tag": "net/networkcloud/Azure.ResourceManager.NetworkCloud_b263140953"
66
}

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/samples/Generated/Samples/Sample_NetworkCloudAgentPoolCollection.cs

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

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/samples/Generated/Samples/Sample_NetworkCloudAgentPoolResource.cs

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

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/samples/Generated/Samples/Sample_NetworkCloudBareMetalMachineCollection.cs

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

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/samples/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetCollection.cs

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

sdk/networkcloud/Azure.ResourceManager.NetworkCloud/samples/Generated/Samples/Sample_NetworkCloudBareMetalMachineKeySetResource.cs

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

0 commit comments

Comments
 (0)