Skip to content

Commit 99beeac

Browse files
authored
[NetAppFiles] Code generation Fix for csharp autorest codegen (#19225)
* Fix trackedResources for csharp codegen, x-ms-azure-resource is already defined in common types Resource * Fix trackedResources for csharp codegen, x-ms-azure-resource is already defined in common types Resource 2
1 parent 01efd1f commit 99beeac

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-08-01/netapp.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3420,7 +3420,6 @@
34203420
"netAppAccount": {
34213421
"description": "NetApp account resource",
34223422
"type": "object",
3423-
"x-ms-azure-resource": true,
34243423
"required": [
34253424
"location"
34263425
],
@@ -3698,7 +3697,6 @@
36983697
"capacityPool": {
36993698
"description": "Capacity pool resource",
37003699
"type": "object",
3701-
"x-ms-azure-resource": true,
37023700
"required": [
37033701
"location",
37043702
"properties"
@@ -3926,7 +3924,6 @@
39263924
"volume": {
39273925
"description": "Volume resource",
39283926
"type": "object",
3929-
"x-ms-azure-resource": true,
39303927
"required": [
39313928
"location",
39323929
"properties"
@@ -4889,7 +4886,6 @@
48894886
"snapshotPolicy": {
48904887
"description": "Snapshot policy information",
48914888
"type": "object",
4892-
"x-ms-azure-resource": true,
48934889
"required": [
48944890
"location",
48954891
"properties"
@@ -5372,7 +5368,6 @@
53725368
"backupPolicy": {
53735369
"description": "Backup policy information",
53745370
"type": "object",
5375-
"x-ms-azure-resource": true,
53765371
"required": [
53775372
"location",
53785373
"properties"

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-10-01/netapp.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4206,7 +4206,6 @@
42064206
"capacityPool": {
42074207
"description": "Capacity pool resource",
42084208
"type": "object",
4209-
"x-ms-azure-resource": true,
42104209
"required": [
42114210
"location",
42124211
"properties"
@@ -4431,7 +4430,6 @@
44314430
"volume": {
44324431
"description": "Volume resource",
44334432
"type": "object",
4434-
"x-ms-azure-resource": true,
44354433
"required": [
44364434
"location",
44374435
"properties"
@@ -5430,7 +5428,6 @@
54305428
"snapshotPolicy": {
54315429
"description": "Snapshot policy information",
54325430
"type": "object",
5433-
"x-ms-azure-resource": true,
54345431
"required": [
54355432
"location",
54365433
"properties"
@@ -5913,7 +5910,6 @@
59135910
"backupPolicy": {
59145911
"description": "Backup policy information",
59155912
"type": "object",
5916-
"x-ms-azure-resource": true,
59175913
"required": [
59185914
"location",
59195915
"properties"

specification/netapp/resource-manager/Microsoft.NetApp/stable/2022-01-01/netapp.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4380,7 +4380,6 @@
43804380
"netAppAccount": {
43814381
"description": "NetApp account resource",
43824382
"type": "object",
4383-
"x-ms-azure-resource": true,
43844383
"required": [
43854384
"location"
43864385
],
@@ -4686,7 +4685,6 @@
46864685
"capacityPool": {
46874686
"description": "Capacity pool resource",
46884687
"type": "object",
4689-
"x-ms-azure-resource": true,
46904688
"required": [
46914689
"location",
46924690
"properties"
@@ -4911,7 +4909,6 @@
49114909
"volume": {
49124910
"description": "Volume resource",
49134911
"type": "object",
4914-
"x-ms-azure-resource": true,
49154912
"required": [
49164913
"location",
49174914
"properties"
@@ -6013,7 +6010,6 @@
60136010
"snapshotPolicy": {
60146011
"description": "Snapshot policy information",
60156012
"type": "object",
6016-
"x-ms-azure-resource": true,
60176013
"required": [
60186014
"location",
60196015
"properties"
@@ -6496,7 +6492,6 @@
64966492
"backupPolicy": {
64976493
"description": "Backup policy information",
64986494
"type": "object",
6499-
"x-ms-azure-resource": true,
65006495
"required": [
65016496
"location",
65026497
"properties"
@@ -6886,7 +6881,6 @@
68866881
"volumeQuotaRule": {
68876882
"description": "Quota Rule of a Volume",
68886883
"type": "object",
6889-
"x-ms-azure-resource": true,
68906884
"allOf": [
68916885
{
68926886
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"

0 commit comments

Comments
 (0)