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

Release web microsoft.web 2022 09 01 #22084

Merged
merged 16 commits into from
Mar 3, 2023

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    9ed0481 View commit details
    Browse the repository at this point in the history
  2. Updates readme

    edwin-msft committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e2192c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0820bf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    2ab94c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Add ResourceIds to examples to pass ModelValidation pipeline (#21740)

    * add certs/domains new version folders and readme required changes
    
    * add resource IDs to various example files
    
    * add more missing IDs
    edwin-msft committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ccd3e9b View commit details
    Browse the repository at this point in the history
  2. Add default action properties (#21732)

    * Add default action property
    
    * Identifier Id
    madsd committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    07639cc View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Added built-in workflow operation (#21015)

    * Added built-in workflow operation
    
    * Spelling Fixes
    
    * Prettier
    
    * Added response to example
    
    * Lint diff
    
    * Better documented DeployWorkflowArtifacts, fixed casing
    
    * Updated workflow definition
    
    * Correctly defined properties
    
    * Fixed properties object
    
    * PR Feedback
    
    * Prettier and modelvalidation fixes
    
    * ModelValidation
    
    * SemanticValidation
    
    * Spelling
    
    * Updated long running operations
    
    * Updated workflowArtifacts body
    
    * Modelvalidation updated api-version
    
    * Fixing sample errors
    
    * More model validation updates
    
    * Codegen parameters for slots
    
    * Updating examples
    
    * revert x-ms-longrunning
    
    * Updating WorkflowArtifacts
    
    * Fixing filestodelete
    
    * Replaced exact slot objects with references
    
    * added x-ms-parameter-location
    alexkarcher-msft committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    832c826 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Release web microsoft.web 2022 09 01 (#22018)

    * 1. Add more examples 2. Change workflow trigger run and histories to sync operations
    
    * Fix WebApp examples
    
    * Add metadata property to SiteConfig
    
    * Add examples for Slot CRUD and clone web app
    
    * Add more examples
    
    * Revert changes to workflows/histories/resubmit
    
    * Prettier changes
    
    * Fix examples.
    
    * Revert breaking changes
    
    * Add LRO response header to examples
    naveedaz committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    44d92d9 View commit details
    Browse the repository at this point in the history
  2. Fix examples (#22085)

    naveedaz committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    d0a3bc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Release web microsoft.web 2022 09 01 (#22088)

    * Fix examples
    
    * Fix workflow resource name restrictions and paths. Fix additional warnings
    
    * Prettier fixes. workflow connections example fix
    
    * Fix ASE examples
    
    * Add location header in Delete ASE example
    
    * Fix ApiVersion parameter mismatch. Add 202 headers
    naveedaz committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    f025f5a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. update Site schema with container app enviornment (#22341)

    * update Site schema with container app enviornment
    
    * add custom words
    
    * update managedEnvironment descriptions
    
    * update to use managedEnvironmentId
    kaibocai committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    69c3bb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Update Swagger for Static Web Apps database connections (#22159)

    * Update Swagger for Static Web Apps database connections
    
    * Remove additional newline and comma
    
    * Fix up operationId for put / patch on build database connection
    
    * Update api-version in examples
    
    * Run prettier
    
    * Add 200 status for delete operations
    
    * Use StaticSiteDatabaseConnectionOverviewARMResource instead of StaticSiteDatabaseConnectionOverview
    
    * Remove StaticSite from operationId in suffix
    
    * Fix StaticSiteDatabaseConnectionConfigurationFileOverview definition
    
    * Add pattern for environmentName and databaseConnectionName, and remove ProxyOnlyResource from StaticSiteDatabaseConnectionPatchRequestPropertiesARMResource
    
    * Add missing pattern and also add x-ms-identifiers for configurationFiles
    
    * Update description for connectionIdentity
    
    * Simplify request and response entity names
    
    * Use shared parameter and reference for environmentName and databaseConnectionName
    
    * Update x-ms-identifiers per comments
    
    * Add x-ms-secret, combine request and response objects to one with proper readonly annotations
    
    * Run prettier
    
    * Add required parameters and update ConnectionString -> connection string
    
    * Fix required properties for DatabaseConnection
    
    * Remove 'name' from DatabaseConnection and update static site object with DatabaseConnectionOverview
    
    * Add x-ms-identifiers
    
    * Remove connectionString as a required property
    joslinmicrosoft committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0f9d5da View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Update Swagger for Static Web Apps basic auth (#22211)

    * Update Swagger for Static Web Apps basic auth
    
    * small fixes
    
    * _
    
    * added secret flag
    
    * changed api paths away from CRUD operations
    
    * changed api to use singleton pattern
    
    * small changes
    brhopcra committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1b35285 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Updated verbs and routes for workflowsConnections (#22491)

    * Updated verbs and routes for workflowsConnections
    
    * Updated path, description, and operation ID
    alexkarcher-msft committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a2d5b0e View commit details
    Browse the repository at this point in the history
  2. Add definition for ElasticWebAppScaleLimit (#22839)

    * Add definition for ElasticWebAppScaleLimit
    
    * Update CommonDefinitions.json
    
    Use camel casing for property name
    
    ---------
    
    Co-authored-by: Naveed Aziz <naveeda@microsoft.com>
    jocawtho and naveedaz committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c143d39 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    92d4e5b View commit details
    Browse the repository at this point in the history