Skip to content

Commit 797d878

Browse files
fix(netapp): update the API
#### netapp:v1beta1 The following keys were changed: - schemas.Replication.properties.mirrorState.enumDescriptions
1 parent 77b2a8b commit 797d878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/netapp-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@
22702270
}
22712271
}
22722272
},
2273-
"revision": "20250528",
2273+
"revision": "20250616",
22742274
"rootUrl": "https://netapp.googleapis.com/",
22752275
"schemas": {
22762276
"ActiveDirectory": {
@@ -3749,7 +3749,7 @@
37493749
"Incremental replication is in progress.",
37503750
"Baseline replication is in progress.",
37513751
"Replication is aborted.",
3752-
"Mirror state for when replication is managed from Onprem ONTAP."
3752+
"Replication is being managed from Onprem ONTAP."
37533753
],
37543754
"readOnly": true,
37553755
"type": "string"

‎src/apis/netapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

0 commit comments

Comments
 (0)