Skip to content

Commit 359f969

Browse files
mfoster58mfoster58wyunchi-msAnna Pankiewicz
authored
NetworkCloud 2025-02-01 Stable API : powershell updates (#27724)
Co-authored-by: mfoster58 <[email protected]> Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: Anna Pankiewicz <[email protected]>
1 parent ab80f18 commit 359f969

File tree

323 files changed

+13982
-8642
lines changed

Some content is hidden

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

323 files changed

+13982
-8642
lines changed

src/NetworkCloud/NetworkCloud.Autorest/README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ For information on how to develop for `Az.NetworkCloud`, see [how-to.md](how-to.
2828
2929
```yaml
3030
# pin the swagger version by using the commit id instead of branch name : https://github.com/Azure/azure-rest-api-specs/
31-
# the 2024-07-01 stable in a commit: f999652ecea2a4bddc2b08a113617e23e98f10d4
32-
commit: f999652ecea2a4bddc2b08a113617e23e98f10d4
31+
# the 2025-02-01 stable in a commit: 08973141b0d31a7e75d4dc43a5224a1814a0994f
32+
commit: 08973141b0d31a7e75d4dc43a5224a1814a0994f
3333
require:
3434
# readme.azure.noprofile.md is the common configuration file
3535
- $(this-folder)/../../readme.azure.noprofile.md
3636
- $(repo)/specification/networkcloud/resource-manager/readme.md
3737
input-file:
3838
# You need to specify your swagger files here.
39-
- $(repo)/specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2024-07-01/networkcloud.json
39+
- $(repo)/specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-02-01/networkcloud.json
4040

4141
# For new RP, the version is 0.1.0
4242
module-version: 0.1.0
@@ -255,6 +255,27 @@ directive:
255255
parameter-name: BgpServiceLoadBalancerConfigurationIPAddressPool
256256
set:
257257
parameter-name: BgpIPAddressPool
258+
- where:
259+
parameter-name: CommandOutputSettingsAssociatedIdentityType
260+
set:
261+
parameter-name: AssociatedIdentityType
262+
parameter-description: The type of associated identity for CommandOutputSettings.
263+
- where:
264+
parameter-name: CommandOutputSettingsAssociatedIdentityUserAssignedIdentityResourceId
265+
set:
266+
parameter-name: AssociatedIdentityUserAssignedIdentityResourceId
267+
parameter-description: The resource ID of the user assigned identity for CommandOutputSettings.
268+
# property renames
269+
- where:
270+
model-name: Cluster
271+
property-name: CommandOutputSettingsAssociatedIdentityType
272+
set:
273+
property-name: AssociatedIdentityType
274+
- where:
275+
model-name: Cluster
276+
property-name: CommandOutputSettingsAssociatedIdentityUserAssignedIdentityResourceId
277+
set:
278+
property-name: AssociatedIdentityUserAssignedIdentityResourceId
258279

259280
# define password parameters as `password` type, which generates it as "SecureString"
260281
- from: swagger-document

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/bareMetalMachines.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "bareMetalMachines",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/cloudServicesNetworks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "cloudServicesNetworks",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusterManagers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "clusterManagers",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bareMetalMachineKeySets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "clusters/bareMetalMachineKeySets",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bmcKeySets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "clusters/bmcKeySets",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-metricsConfigurations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "clusters/metricsConfigurations",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "clusters",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-agentPools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "kubernetesClusters/agentPools",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "kubernetesClusters/features",
3-
"apiVersion": "2024-07-01",
3+
"apiVersion": "2025-02-01",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud"
66
},

0 commit comments

Comments
 (0)