-
Notifications
You must be signed in to change notification settings - Fork 4k
[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
Conversation
️✔️Az.Accounts
|
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
@audunn Please resolve the conflicts. |
/azp run |
@audunn There are some issues detected in the |
… ANF-31970-NetAppFiles-2023-05-01
* 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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Note we are be adding a fix for NetApp Account Identity in #23808 |
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.