Skip to content

Conversation

@audunn
Copy link
Member

@audunn audunn commented Nov 11, 2020

Bumps NetAppFiles .net SDK to api version 2020-07-01 Azure/azure-rest-api-specs#11032

  • Added aesEncryption, ldapSigning properties to ActiveDirectory
  • Removed constraints on baremetalTenantId
  • Added id, Name Type, Tags to backupPolicyPatch
  • Added backupId to Backup and BackupPatch

@audunn audunn changed the title [NetAppFiles]feat: bump to api version 2020-02-01 [NetAppFiles]feat: bump to api version 2020-07-01 Nov 11, 2020
@audunn audunn force-pushed the ANF-7403-NetAppFiles-to-API-Version-2020-07-01 branch from a44d1ef to 4c2a5a7 Compare November 11, 2020 10:07
@nisha-bhatia
Copy link
Contributor

@audunn Please ensure this checklist has been passed: https://github.com/Azure/adx-documentation-pr/blob/master/engineering/adx_netsdk_process.md#appendix-a-pr-review-checklist. For example, the Swagger is not linked here.

@audunn
Copy link
Member Author

audunn commented Nov 12, 2020

@audunn Please ensure this checklist has been passed: https://github.com/Azure/adx-documentation-pr/blob/master/engineering/adx_netsdk_process.md#appendix-a-pr-review-checklist. For example, the Swagger is not linked here.

added

/// <param name="label">Label for backup</param>
/// <param name="backupType">Type of backup adhoc or scheduled</param>
public Backup(string location, string id = default(string), string name = default(string), string type = default(string), System.DateTime? creationDate = default(System.DateTime?), string provisioningState = default(string), long? size = default(long?), string label = default(string), string backupType = default(string))
public Backup(string location, string id = default(string), string name = default(string), string type = default(string), string backupId = default(string), System.DateTime? creationDate = default(System.DateTime?), string provisioningState = default(string), long? size = default(long?), string label = default(string), string backupType = default(string))
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like a breaking change. Please let us know if this can be resolved. Thank you

Copy link
Contributor

Choose a reason for hiding this comment

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

If you would like to get this change approved, the API review board needs to approve the Swagger that has already been merged. I am contacting Jeffrey on the API Review board to get this process started.

Copy link
Member Author

@audunn audunn Nov 12, 2020

Choose a reason for hiding this comment

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

Note that is a fix (bug fix) backupId property was added to backupProperties since that was missing from the spec. If unchanged this would cause issues for users using that particular feature.

I believe the spec (swagger) already reviewed and accepted, note the service is in preview status.

From the comment, it seems like service was already supporting this property and it was a miss on swagger side. And moreover its a read only property. signing off on the change from ARM side.

@nisha-bhatia nisha-bhatia merged commit 4fadb46 into Azure:master Nov 17, 2020
annelo-msft pushed a commit to annelo-msft/azure-sdk-for-net that referenced this pull request Feb 17, 2021
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.

3 participants