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

[NetAppFiles] Code generation Fix for csharp autorest codegen #19225

Merged
merged 2 commits into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -3420,7 +3420,6 @@
"netAppAccount": {
"description": "NetApp account resource",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location"
],
Expand Down Expand Up @@ -3698,7 +3697,6 @@
"capacityPool": {
"description": "Capacity pool resource",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -3926,7 +3924,6 @@
"volume": {
"description": "Volume resource",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -4889,7 +4886,6 @@
"snapshotPolicy": {
"description": "Snapshot policy information",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -5372,7 +5368,6 @@
"backupPolicy": {
"description": "Backup policy information",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4206,7 +4206,6 @@
"capacityPool": {
"description": "Capacity pool resource",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -4431,7 +4430,6 @@
"volume": {
"description": "Volume resource",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -5430,7 +5428,6 @@
"snapshotPolicy": {
"description": "Snapshot policy information",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -5913,7 +5910,6 @@
"backupPolicy": {
"description": "Backup policy information",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4380,7 +4380,6 @@
"netAppAccount": {
"description": "NetApp account resource",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location"
],
Expand Down Expand Up @@ -4686,7 +4685,6 @@
"capacityPool": {
"description": "Capacity pool resource",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -4911,7 +4909,6 @@
"volume": {
"description": "Volume resource",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -6013,7 +6010,6 @@
"snapshotPolicy": {
"description": "Snapshot policy information",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -6496,7 +6492,6 @@
"backupPolicy": {
"description": "Backup policy information",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -6886,7 +6881,6 @@
"volumeQuotaRule": {
"description": "Quota Rule of a Volume",
"type": "object",
"x-ms-azure-resource": true,
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
Expand Down