Skip to content

Commit

Permalink
Revert "[AKS] add apiServerAuthorizedIPRanges property" (#5150)
Browse files Browse the repository at this point in the history
* Revert "typo: azure-mgmt-containerservices -> azure-mgmt-containerservice (#5103)"

This reverts commit c8be36b.

* Revert "Add missing Java code gen info to Kusto (#5142)"

This reverts commit 8c304e7.

* Revert "Update compute.json (#4866)"

This reverts commit 72afb64.

* Revert "Add SkillsetOperations to C# code generation settings (#5132)"

This reverts commit b2ed47f.

* Revert "[GuestConfiguration]Update ConfigurationInfo class to include version field (#5131)"

This reverts commit 930987c.

* Revert "Adding new api-version to Microsoft.Security Alerts resource (#4902)"

This reverts commit 93f46f5.

* Revert "Add a spec for policyStates API version 2018-07-01-preview (#5134)"

This reverts commit 84d025e.

* Revert "added link to disk properties for UltraSSD values (#5135)"

This reverts commit e713e24.

* Revert "Undoing unintended removal of a field (#5133)"

This reverts commit e0f2f8c.

* Revert "Run separate instance of OAV (#5026)"

This reverts commit e44239a.

* Revert "Eventhub: Added skipEmptyArchives to Eventhub CaptureDescription (#5105)"

This reverts commit eaf5e5c.

* Revert "Resourcehealth events response (#5116)"

This reverts commit 935baac.

* Revert "Add Helm Events to ACR Schema for Event Grid (#5109)"

This reverts commit 6f4cee5.

* Revert " Creates the "real" API for Scheduled Alert Rules (#5084)"

This reverts commit d847550.

* Revert "Update managedInstances.json (#5114)"

This reverts commit 2072ba5.

* Revert "HDFS FE: Update 2018-11-09 DataLakeStorage Swagger. (#5108)"

This reverts commit 60a8c18.

* Revert "Add dispatch child to LUIS Runtime response (#5100)"

This reverts commit 03581da.

* Revert "Add new field 'proximityPlacementGroup' to properties of HanaInstance (#5107)"

This reverts commit 31fa6a1.

* Revert "fix Go SDK codegen for Microsoft.Insights (#5106)"

This reverts commit b5ac8e3.

* Revert "[AKS] add apiServerAuthorizedIPRanges property (#5101)"

This reverts commit 8d178c3.
  • Loading branch information
yangl900 authored and jhendrixMSFT committed Feb 4, 2019
1 parent 279463b commit c00c1cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1353,13 +1353,6 @@
"aadProfile": {
"$ref": "#/definitions/ManagedClusterAADProfile",
"description": "Profile of Azure Active Directory configuration."
},
"apiServerAuthorizedIPRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Authorized IP Ranges to kubernetes API server."
}
},
"description": "Properties of the managed cluster."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1315,13 +1315,6 @@
"aadProfile": {
"$ref": "#/definitions/ManagedClusterAADProfile",
"description": "Profile of Azure Active Directory configuration."
},
"apiServerAuthorizedIPRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Authorized IP Ranges to kubernetes API server."
}
},
"description": "Properties of the managed cluster."
Expand Down

0 comments on commit c00c1cb

Please sign in to comment.