Skip to content
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

[NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples #17157

Merged
merged 3 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"domain": "10.10.10.3",
"dns": "10.10.10.3, 10.10.10.4",
"smbServerName": "SMBServer",
"organizationalUnit": "Engineering",
"organizationalUnit": "OU=Engineering",
"aesEncryption": true,
"ldapSigning": false,
"ldapOverTLS": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dns": "10.10.10.3, 10.10.10.4",
"status": "InUse",
"smbServerName": "SMBServer",
"organizationalUnit": "Engineering",
"organizationalUnit": "OU=Engineering",
"statusDetails": "Status Details",
"aesEncryption": true,
"ldapSigning": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2020-11-01",
"api-version": "2021-08-01",
"body": {
"tags": {
"Tag1": "Value1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"body": {
"location": "eastus",
"properties": {
"enabled": true,
"hourlySchedule": {
"snapshotsToKeep": 2,
"minute": 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,7 @@
}
],
"tags": [
"Volume Group"
"Volume Groups"
],
"operationId": "VolumeGroups_ListByNetAppAccount",
"x-ms-pageable": {
Expand Down Expand Up @@ -2892,7 +2892,7 @@
"summary": "Describe a Volume Group",
"description": "Get details of the specified volume group",
"tags": [
"Volume Group"
"Volume Groups"
],
"operationId": "VolumeGroups_Get",
"parameters": [
Expand Down Expand Up @@ -2931,7 +2931,7 @@
},
"put": {
"tags": [
"Volume Group"
"Volume Groups"
],
"operationId": "VolumeGroups_Create",
"summary": "Create the specified volume group and volumes. Creating volume group will create all the volumes specified in request body implicitly. Once volumes are created using volume group, those will be treated as regular volumes thereafter.",
Expand Down Expand Up @@ -2982,7 +2982,7 @@
},
"delete": {
"tags": [
"Volume Group"
"Volume Groups"
],
"operationId": "VolumeGroups_Delete",
"summary": "Delete a volume group",
Expand Down Expand Up @@ -5315,7 +5315,7 @@
"example": "9760acf5-4638-11e7-9bdb-020073ca3333"
},
"creationDate": {
"title": "name",
"title": "creationDate",
"type": "string",
"format": "date-time",
"readOnly": true,
Expand Down