-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mgmt] containerservicefleet release (#27057)
- Loading branch information
1 parent
7b76147
commit 9be0b14
Showing
73 changed files
with
926 additions
and
175 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 38 additions & 8 deletions
46
sdk/containerservice/arm-containerservicefleet/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,45 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (2023-09-08) | ||
|
||
**Features** | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
- Added operation FleetMembers.beginUpdate | ||
- Added operation FleetMembers.beginUpdateAndWait | ||
- Added operation Fleets.beginUpdate | ||
- Added operation Fleets.beginUpdateAndWait | ||
- Added Interface AgentProfile | ||
- Added Interface APIServerAccessProfile | ||
- Added Interface FleetMembersUpdateHeaders | ||
- Added Interface FleetsUpdateHeaders | ||
- Added Interface ManagedServiceIdentity | ||
- Added Interface NodeImageSelection | ||
- Added Interface NodeImageSelectionStatus | ||
- Added Interface NodeImageVersion | ||
- Added Interface UserAssignedIdentity | ||
- Added Type Alias ManagedServiceIdentityType | ||
- Added Type Alias NodeImageSelectionType | ||
- Interface Fleet has a new optional parameter identity | ||
- Interface FleetHubProfile has a new optional parameter agentProfile | ||
- Interface FleetHubProfile has a new optional parameter apiServerAccessProfile | ||
- Interface FleetMembersUpdateOptionalParams has a new optional parameter resumeFrom | ||
- Interface FleetMembersUpdateOptionalParams has a new optional parameter updateIntervalInMs | ||
- Interface FleetPatch has a new optional parameter identity | ||
- Interface FleetsUpdateOptionalParams has a new optional parameter resumeFrom | ||
- Interface FleetsUpdateOptionalParams has a new optional parameter updateIntervalInMs | ||
- Interface ManagedClusterUpdate has a new optional parameter nodeImageSelection | ||
- Interface MemberUpdateStatus has a new optional parameter message | ||
- Interface UpdateRunStatus has a new optional parameter nodeImageSelection | ||
- Added Enum KnownManagedServiceIdentityType | ||
- Added Enum KnownNodeImageSelectionType | ||
- Enum KnownUpdateState has a new value Skipped | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
**Breaking Changes** | ||
|
||
- Removed operation FleetMembers.update | ||
- Removed operation Fleets.update | ||
|
||
|
||
## 1.0.0-beta.1 (2023-06-01) | ||
|
||
The package of @azure/arm-containerservicefleet is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"commit": "0724e72994ed3c77f76ed0bfa2df3b1f0c33a41b", | ||
"commit": "241397aafd74aaad6161cd0058449f9eb6d5163c", | ||
"readme": "specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/readme.md", | ||
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\containerservice\\resource-manager\\Microsoft.ContainerService\\fleet\\readme.md --use=@autorest/[email protected].2 --generate-sample=true", | ||
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\containerservice\\resource-manager\\Microsoft.ContainerService\\fleet\\readme.md --use=@autorest/[email protected].8 --generate-sample=true", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/[email protected].0", | ||
"use": "@autorest/[email protected].2" | ||
"release_tool": "@azure-tools/[email protected].2", | ||
"use": "@autorest/[email protected].8" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.