Skip to content

[NetAppFiles] Generate SDK to api-version 2023-05-01 #23710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 19, 2023

Conversation

audunn
Copy link
Member

@audunn audunn commented Dec 11, 2023

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Dec 11, 2023

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.NetAppFiles
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzNetAppFilesNetworkSiblingSet 1 2 Unassigned_Variable Update-AzNetAppFilesNetworkSiblingSet -SubnetId $subnetId is a null-valued parameter value. -SubnetId Assign value for $subnetId.
⚠️ Update-AzNetAppFilesNetworkSiblingSet 1 2 Unassigned_Variable Update-AzNetAppFilesNetworkSiblingSet -NetworkSiblingSetStateId $networkSiblingSet.NetworkSiblingSetStateId is a null-valued parameter value. -NetworkSiblingSetStateId Assign value for $networkSiblingSet.NetworkSiblingSetStateId.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzNetAppFilesNetworkSiblingSet 1 2 Unassigned_Variable Update-AzNetAppFilesNetworkSiblingSet -SubnetId $subnetId is a null-valued parameter value. -SubnetId Assign value for $subnetId.
⚠️ Update-AzNetAppFilesNetworkSiblingSet 1 2 Unassigned_Variable Update-AzNetAppFilesNetworkSiblingSet -NetworkSiblingSetStateId $networkSiblingSet.NetworkSiblingSetStateId is a null-valued parameter value. -NetworkSiblingSetStateId Assign value for $networkSiblingSet.NetworkSiblingSetStateId.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Generated Sdk Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 74.65 % 76.81% Test coverage cannot be lower than the number of the last release.
⚠️ - MacOS
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 74.65% 76.81% Test coverage cannot be lower than the number of the last release.
⚠️PowerShell Core - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 74.65% 76.81% Test coverage cannot be lower than the number of the last release.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 74.65% 76.81% Test coverage cannot be lower than the number of the last release.
️✔️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@dolauli
Copy link
Contributor

dolauli commented Dec 12, 2023

@audunn Please resolve the conflicts.

@audunn
Copy link
Member Author

audunn commented Dec 12, 2023

/azp run

@dolauli
Copy link
Contributor

dolauli commented Dec 13, 2023

@audunn There are some issues detected in the Analyze. Please resolve them.

* Fixed some minor issues
* Updated to api-version 2023-05-01
* Added `EncryptionKeySource`, `KeyVaultKeyName`, `KeyVaultResourceId`, `KeyVaultUri`, `IdentityType`, `UserAssignedIdentity` to `New-AzNetAppFilesAccount` and `Update-AzNetAppFilesAccount`
* Added new cmdLets `Get-AzNetAppFilesNetworkSiblingSet` and `Update-AzNetAppFilesNetworkSiblingSet` to query and update update the network features of a network sibling set
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update update - one update is redundant.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line#24 and line#25 are the same. Please remove one

@dolauli dolauli self-assigned this Dec 14, 2023
@dolauli dolauli merged commit 805dc04 into Azure:main Dec 19, 2023
@audunn
Copy link
Member Author

audunn commented Dec 21, 2023

Note we are be adding a fix for NetApp Account Identity in #23808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants