Skip to content
Closed
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
14 changes: 7 additions & 7 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 46 additions & 13 deletions sdk/appplatform/arm-appplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Release History

## 2.1.0-beta.6 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.1.0-beta.5 (2023-01-13)

## 3.0.0-beta.1 (2023-02-14)

**Features**

Expand All @@ -25,6 +15,7 @@
- Added operation group Gateways
- Added operation group PredefinedAccelerators
- Added operation group Storages
- Added operation BuildpackBinding.listForCluster
- Added operation BuildServiceBuilder.listDeployments
- Added operation Deployments.beginDisableRemoteDebugging
- Added operation Deployments.beginDisableRemoteDebuggingAndWait
Expand Down Expand Up @@ -87,6 +78,8 @@
- Added Interface BindingResource
- Added Interface Build
- Added Interface BuilderResource
- Added Interface BuildpackBindingListForClusterNextOptionalParams
- Added Interface BuildpackBindingListForClusterOptionalParams
- Added Interface BuildpackBindingResource
- Added Interface BuildResourceRequests
- Added Interface BuildResult
Expand Down Expand Up @@ -114,6 +107,7 @@
- Added Interface CustomizedAcceleratorValidateResult
- Added Interface CustomPersistentDiskProperties
- Added Interface CustomPersistentDiskResource
- Added Interface CustomScaleRule
- Added Interface DeploymentList
- Added Interface DeploymentResource
- Added Interface DeploymentsDisableRemoteDebuggingOptionalParams
Expand Down Expand Up @@ -167,8 +161,11 @@
- Added Interface GatewaysListEnvSecretsOptionalParams
- Added Interface GatewaysListNextOptionalParams
- Added Interface GatewaysListOptionalParams
- Added Interface GatewaysUpdateCapacityHeaders
- Added Interface GatewaysUpdateCapacityOptionalParams
- Added Interface GatewaysValidateDomainOptionalParams
- Added Interface HttpGetAction
- Added Interface HttpScaleRule
- Added Interface ImageRegistryCredential
- Added Interface IngressConfig
- Added Interface IngressSettings
Expand All @@ -189,13 +186,19 @@
- Added Interface Probe
- Added Interface ProbeAction
- Added Interface ProxyResource
- Added Interface QueueScaleRule
- Added Interface RemoteDebugging
- Added Interface RemoteDebuggingPayload
- Added Interface Scale
- Added Interface ScaleRule
- Added Interface ScaleRuleAuth
- Added Interface Secret
- Added Interface ServiceRegistryResource
- Added Interface ServiceResource
- Added Interface ServicesStartOptionalParams
- Added Interface ServicesStopOptionalParams
- Added Interface ServiceVNetAddons
- Added Interface SkuObject
- Added Interface SourceUploadedUserSourceInfo
- Added Interface SsoProperties
- Added Interface StorageAccount
Expand All @@ -209,6 +212,7 @@
- Added Interface StoragesListOptionalParams
- Added Interface SupportedBuildpackResource
- Added Interface SupportedStackResource
- Added Interface TcpScaleRule
- Added Interface TCPSocketAction
- Added Interface TrackedResource
- Added Interface UploadedUserSourceInfo
Expand Down Expand Up @@ -236,6 +240,8 @@
- Added Type Alias ApplicationLiveViewsListNextResponse
- Added Type Alias ApplicationLiveViewsListResponse
- Added Type Alias BackendProtocol
- Added Type Alias BuildpackBindingListForClusterNextResponse
- Added Type Alias BuildpackBindingListForClusterResponse
- Added Type Alias BuildServiceBuilderListDeploymentsResponse
- Added Type Alias CertificateResourceProvisioningState
- Added Type Alias CustomDomainResourceProvisioningState
Expand Down Expand Up @@ -271,6 +277,7 @@
- Added Type Alias GatewaysListEnvSecretsResponse
- Added Type Alias GatewaysListNextResponse
- Added Type Alias GatewaysListResponse
- Added Type Alias GatewaysUpdateCapacityResponse
- Added Type Alias GatewaysValidateDomainResponse
- Added Type Alias HttpSchemeType
- Added Type Alias PowerState
Expand All @@ -291,24 +298,29 @@
- Added Type Alias Type
- Interface AppResourceProperties has a new optional parameter customPersistentDisks
- Interface AppResourceProperties has a new optional parameter ingressSettings
- Interface AppResourceProperties has a new optional parameter secrets
- Interface AppResourceProperties has a new optional parameter vnetAddons
- Interface BuildProperties has a new optional parameter resourceRequests
- Interface BuildResultProperties has a new optional parameter error
- Interface BuildStageProperties has a new optional parameter exitCode
- Interface BuildStageProperties has a new optional parameter reason
- Interface CertificateProperties has a new optional parameter provisioningState
- Interface ClusterResourceProperties has a new optional parameter infraResourceGroup
- Interface ClusterResourceProperties has a new optional parameter managedEnvironmentId
- Interface ClusterResourceProperties has a new optional parameter marketplaceResource
- Interface ClusterResourceProperties has a new optional parameter powerState
- Interface ClusterResourceProperties has a new optional parameter vnetAddons
- Interface CustomDomainProperties has a new optional parameter provisioningState
- Interface DeploymentSettings has a new optional parameter containerProbeSettings
- Interface DeploymentSettings has a new optional parameter livenessProbe
- Interface DeploymentSettings has a new optional parameter readinessProbe
- Interface DeploymentSettings has a new optional parameter scale
- Interface DeploymentSettings has a new optional parameter startupProbe
- Interface DeploymentSettings has a new optional parameter terminationGracePeriodSeconds
- Interface ManagedIdentityProperties has a new optional parameter userAssignedIdentities
- Interface NetworkProfile has a new optional parameter ingressConfig
- Interface NetworkProfile has a new optional parameter outboundType
- Type of parameter type of interface UserSourceInfo is changed from "UploadedUserSourceInfo" | "Jar" | "Source" | "NetCoreZip" | "BuildResult" to "UploadedUserSourceInfo" | "Jar" | "Source" | "NetCoreZip" | "BuildResult" | "Container"
- Added Enum KnownApiPortalProvisioningState
- Added Enum KnownApmType
- Added Enum KnownApplicationAcceleratorProvisioningState
Expand All @@ -332,9 +344,30 @@
- Added Enum KnownType
- Enum KnownBindingType has a new value CACertificates
- Added function getContinuationToken

**Breaking Changes**

- Interface DeploymentsListForClusterNextOptionalParams no longer has parameter version
- Interface DeploymentsListNextOptionalParams no longer has parameter version
- Type of parameter type of interface UserSourceInfo is changed from "UploadedUserSourceInfo" | "Jar" | "Source" | "NetCoreZip" | "BuildResult" to "UploadedUserSourceInfo" | "Jar" | "Source" | "NetCoreZip" | "BuildResult" | "Container"
- Type of parameter addonConfigs of interface AppResourceProperties is changed from {
[propertyName: string]: {
[propertyName: string]: Record<string, unknown>;
};
} to {
[propertyName: string]: Record<string, unknown>;
}
- Type of parameter bindingParameters of interface BindingResourceProperties is changed from {
[propertyName: string]: Record<string, unknown>;
} to {
[propertyName: string]: string;
}
- Type of parameter addonConfigs of interface DeploymentSettings is changed from {
[propertyName: string]: {
[propertyName: string]: Record<string, unknown>;
};
} to {
[propertyName: string]: Record<string, unknown>;
}


## 2.0.0 (2022-05-19)
Expand Down
8 changes: 4 additions & 4 deletions sdk/appplatform/arm-appplatform/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "e7bf3adfa2d5e5cdbb804eec35279501794f461c",
"commit": "e115568703b0bc5765b07cbcb7d322e6fecdab2c",
"readme": "specification/appplatform/resource-manager/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\\appplatform\\resource-manager\\readme.md --use=@autorest/[email protected].7 --generate-sample=true",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/appplatform/resource-manager/readme.md --use=@autorest/[email protected].5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
"use": "@autorest/[email protected].7"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/[email protected].5"
}
23 changes: 7 additions & 16 deletions sdk/appplatform/arm-appplatform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AppPlatformManagementClient.",
"version": "2.1.0-beta.6",
"version": "3.0.0-beta.1",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,17 +29,16 @@
"types": "./types/arm-appplatform.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^16.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
Expand All @@ -50,6 +49,7 @@
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appplatform/arm-appplatform",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down Expand Up @@ -110,14 +110,5 @@
}
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appplatform/arm-appplatform",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appplatform?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading